<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
	margin-right: 5px;
	padding: 10px;
	font-size: 15px;
	border: 1px solid #ababab;
	box-sizing: border-box;
	transition: all 0.1s ease-out;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #ffe7e7;
	border: 1px solid #da0a0a;
	z-index: 10;
    outline: 0;
}

textarea { width: 80%;}

form{ font-size: 16px;}

form .w30{ width: 30%;}
form .w50{ width: 50%;}
form .w90{ width: 90%;}
form .w100{ width: 100%;}

input[type="tel"] {
	width: 20%;
}
input[type="file"] {
	background-color: #fff;
}




@media screen and (max-width: 480px) {
    form .w30,
    form .w50{
        width: 80%;
        margin: 5px 3px;
    }
}

/*セレクトボックス*/
.formSelect{
    display: inline-block;
    position: relative;
}
.formSelect:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    right: 12px;
    top: 5px;
    bottom: 0;
    margin: auto;
}
.formSelect select{
	padding-right: 20px;
}


/*ラジオボタン*/
label.radio-input input[type="radio"]{
    display: none;
}
label.radio-input input[type="text"]{
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
}
label.radio-input &gt; div{
    display: inline-block;
    padding-left: 30px;
    position:relative;
}
label.radio-input &gt; div:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #565656;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
label.radio-input input:checked ~ div{
    color: #ad0000;
}
label.radio-input input:checked ~ div:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #d01137;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 3px;
}

label.radio-input &gt; div em{
	font-weight: bold;
}
label.radio-input &gt; div .red{
	color: #ff0000;
}
label.radio-input &gt; div .small{
    font-size: 14px;
}

/*チェックボックス*/
label.check-input input[type="checkbox"]{
    display: none;
}

label.check-input &gt; div{
    display: block;
    padding-left: 30px;
    position:relative;
}
label.check-input &gt; div img{
	margin-bottom: 5px;
}
label.check-input &gt; div:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #565656;
    position: absolute;
    top: 0;
    left: 0;
}
label.check-input input:checked ~ div{
    color: #ad0000;
}
label.check-input input:checked ~ div:after{
    content: "";
    display: block;
    width: 12px;
    height: 17px;
	border-bottom: 5px solid #d01137;
	border-right: 4px solid #d01137;
	transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 3px;
}

label.check-input input:checked ~ div em{
	color: #d81e1e;
}

/*エラーテキスト*/
.error_text{
	display: block;
	margin: 0 5px 5px;
}
.error_text p{
	display: inline-block;
	background-color: #fff;
	margin: 0 0 8px;
	padding: 5px 7px;
	color: #C00;
	font-size: 14px;
	border: 1px solid #C00;
	position: relative;
}
.error_text p:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 3px solid #C00;
	border-top: 8px solid #C00;
	position: absolute;
	left: -1px;
	bottom: -13px;
}
.error_text p:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 2px solid #fff;
	border-top: 7px solid #fff;
	position: absolute;
	left: 0px;
	bottom: -10px;
}


/*---h3,h2---*/
.estimateCont h2,
.estimateCont h3{
	background-color: #da0a0a;
	color: #fff;
	padding: 10px;
	font-size: 40px;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.08em;
	border-bottom: 8px solid #c3c67c;
}
.estimateCont h2 + p,
.estimateCont h3 + p{
	width: 1200px;
	margin: 30px auto;
	text-align: center;
}

/*------formBox------*/
.estimateBox &gt; .formBox{
    margin-bottom: 50px;
}
.estimateBox &gt; .formBox &gt; h3,
.estimateBox &gt; .formBox &gt; h4{
    background-color: #dcdcdc;
    margin-bottom: 30px;
    padding: 12px 10px;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-top: 1px solid #333;
}
.estimateBox &gt; .formBox &gt; h3 span,
.estimateBox &gt; .formBox &gt; h4 span{
	display: block;
	width: 1000px;
	margin: auto;
    padding-left: 30px;
    position: relative;
}
.estimateBox &gt; .formBox &gt; h3 span:before,
.estimateBox &gt; .formBox &gt; h4 span:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: #da0a0a;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.estimateBox &gt; .formBox &gt; h3.required span:after,
.estimateBox &gt; .formBox &gt; h4.required span:after{
    content: "必 須";
    display: inline-block;
    background-color: #da0a0a;
    color: #fff;
    width: 50px;
    height: 25px;
	margin-left: 15px;
    padding: 3px 5px;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
    letter-spacing: 0.05em;
	text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.estimateBox &gt; .formBox &gt; .inner{
	width: 1000px;
	margin: auto;
	font-size: 16px;
    line-height: 1.8em;
}
.estimateBox &gt; .formBox &gt; .inner .center{
    text-align: center;
}


.estimateBox &gt; .formBox &gt; .inner &gt; ul{
	margin: 0 30px;
}
.estimateBox &gt; .formBox &gt; .inner &gt; ul li{
    margin-bottom: 20px;
	font-size: 20px;
}
.estimateBox &gt; .formBox &gt; .inner &gt; ul li img{
    margin-bottom: 10px;
}

/**/
.estimateBox &gt; .formBox.makingForm &gt; .inner &gt; ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimateBox &gt; .formBox.makingForm &gt; .inner &gt; ul &gt; li{
    width: 48%;
    text-align: center;
    font-size: 18px;
}

/*--数量--*/
.estimateBox &gt; .formBox.kazuForm &gt; .inner span{
	display: inline-block;
	background-color: #da0a0a;
	color: #e3e4c2;
	margin-left: 20px;
	padding: 8px 15px;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #c3c67c;
	border-radius: 10px;
}
.estimateBox &gt; .formBox.kazuForm &gt; .inner span em{
	font-size: 30px;
	font-weight: bold;
	vertical-align:middle;
}

/*--概算--*/
.estimateBox &gt; .formBox.aboutForm h5{
	margin: 30px 0 15px;
	padding: 3px 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 6px solid #da0a0a;
}

.estimateBox &gt; .formBox.aboutForm &gt; .inner &gt; ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimateBox &gt; .formBox.aboutForm &gt; .inner &gt; ul &gt; li{
    width: 48%;
    text-align: center;
    font-size: 18px;
}


.estimateBox &gt; .formBox.aboutForm .inner dl.caution{
	margin: 20px auto 40px;
}
.estimateBox &gt; .formBox.aboutForm .inner dl.caution dt{
	display: inline-block;
	background-color: #ff4747;
	color: #fff;
	padding: 3px 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	border-radius: 0 10px 0 0;
}
.estimateBox &gt; .formBox.aboutForm .inner dl.caution dd{
	padding: 10px;
	border: 1px solid #ff4747;
}
.estimateBox &gt; .formBox.aboutForm .inner dl.caution dd p{
	color: #ff4747;
	font-size: 13px;
}

/**/
.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto 15px;
}
.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li{
	color: #ff4747;
    width: 185px;
    text-align: right;
    font-size: 26px;
}
.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li a{
	display: block;
	position: relative;
}
.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li a:after{
	content: "＋";
	display: block;
	background-color: #da0a0a;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li img{
	width: 100%;
	margin-bottom: 5px;
}

.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList + p{
	color: #da0a0a;
	font-size: 25px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #da0a0a;
}

/*--デザインデータ注意点--*/
.estimateBox &gt; .formBox.designForm .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.estimateBox &gt; .formBox.designForm .leftBox{
	width: 500px;
}

.estimateBox &gt; .formBox.designForm dl.uploadCaution{
	width: 500px;
	background-color: #fff;
	margin: 0;
    border: 1px solid #da1c1c;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dt{
	background-color: #da1c1c;
    color: #fff;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dd{
	padding: 0 15px;
    font-size: 15px;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dd &gt; p{
	padding-top: 15px;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dd &gt; ul{
	padding: 5px 0;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dd &gt; ul li{
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.estimateBox &gt; .formBox.designForm dl.uploadCaution dd &gt; ul li a{
	color: #da1c1c;
}

/*--納品予定日--*/
.estimateBox &gt; .formBox.calendarForm img{
	margin-right: 10px;
}

/*--お客様情報--*/
.customerBox{
	max-width: 1200px;
	background-color: #f7f0e9;
    margin: 50px auto;
	padding: 30px 0;
}
.customerBox h4{
	width: 80%;
    margin: 0 auto 30px;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
	border-bottom: 2px solid #333;
    position: relative;
}
.customerBox h4:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
}


.customerBox &gt; dl{
    display: table;
    width: 93%;
    margin: 0 auto 5px;
}
.customerBox &gt; dl &gt; dt{
    display: table-cell;
    width: 30%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
	border-bottom: 1px solid #ddd;
    position: relative;
}
.customerBox &gt; dl &gt; dt.required:after{
    content: "必 須";
    display: inline-block;
    background-color: #da0a0a;
    color: #fff;
    width: 40px;
    height: 18px;
	margin-left: 15px;
    padding: 3px 5px;
    font-size: 13px;
	text-align: center;
    line-height: 1.3em;
	border-radius: 3px;
}

.customerBox &gt; dl &gt; dd{
    display: table-cell;
    width: 70%;
    padding: 10px;
	font-size: 16px;
    vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

.customerBox &gt; dl &gt; dd .timesText{
	margin-top: 10px;
}


/*アップロード注意事項*/
.customerBox dl.uploadData{
    background-color: #fff;
    margin-top: 20px;
    padding: 10px;
    border: 3px solid #ddd;
}
.customerBox dl.uploadData label &gt; dt{
    color: #d01137;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
    border-bottom: 1px solid #d01137;
}
.customerBox dl.uploadData dd{
    font-size: 14px;
}

.customerBox dl.uploadData dd ul.sendList{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    font-size: 14px;
}
.customerBox dl.uploadData dd ul.sendList &gt; li{
    flex-shrink: 1;
    background-color: #eee;
    padding: 5px 8px 10px;
}
.customerBox dl.uploadData dd ul.sendList dl dt{
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #333;
    position: relative;
}
.customerBox dl.uploadData dd ul.sendList dl dt:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.customerBox dl.uploadData dd ul.sendList li dl dd &gt; a{
    display: inline-block;
    background-color: #ffdddd;
    padding: 0 5px;
}

/**/
.customerBox dl.uploadData input{
    display: none;
}



@media screen and (max-width: 768px) {
	/*---h3---*/
	.estimateCont h2,
	.estimateCont h3{
		font-size: 35px;
		line-height: 1.3em;
		border-bottom: 5px solid #c3c67c;
	}
	.estimateCont h2 + p,
	.estimateCont h3 + p{
		width: 95%;
		margin: 30px auto;
	}
	
	/*------formBox------*/
	.estimateBox &gt; .formBox &gt; h4{
		padding: 12px 10px;
		font-size: 18px;
	}
	.estimateBox &gt; .formBox &gt; h4 span{
		width: 100%;
		margin: auto;
		padding-left: 30px;
		position: relative;
	}
	.estimateBox &gt; .formBox &gt; h4.required span:after{
		font-size: 15px;
	}
	
	.estimateBox &gt; .formBox &gt; .inner{
		width: 95%;
		font-size: 15px;
	}
	
	
	.estimateBox &gt; .formBox &gt; .inner &gt; ul{
		margin: 0;
	}
	.estimateBox &gt; .formBox &gt; .inner &gt; ul li{
		font-size: 16px;
	}
	
	/**/
	.estimateBox &gt; .formBox.makingForm &gt; .inner &gt; ul &gt; li{
		font-size: 16px;
	}
	
	/*--数量--*/
	.estimateBox &gt; .formBox.kazuForm &gt; .inner span{
		width: 50%;
		padding: 8px 15px;
		font-size: 16px;
	}
	.estimateBox &gt; .formBox.kazuForm &gt; .inner span em{
		font-size: 22px;
	}
	
	/*--概算--*/
	.estimateBox &gt; .formBox.aboutForm h5{
		font-size: 18px;
	}
	
	.estimateBox &gt; .formBox.aboutForm &gt; .inner &gt; ul &gt; li{
		width: 48%;
		font-size: 18px;
	}
	
	/**/
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList{
		position: relative;
	}
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList:after{
		content: "";
		display: block;
		width: 32%;
		height: 0;
	}
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li{
		width: 32%;
		font-size: 24px;
	}
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li a:after{
		width: 25px;
		height: 25px;
		font-size: 22px;
	}
	
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList + p{
		font-size: 22px;
	}

    
    /*--デザインデータ注意点--*/
	.estimateBox &gt; .formBox.designForm .leftBox{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.estimateBox &gt; .formBox.designForm dl.uploadCaution{
		width: 100%;
	}
	.estimateBox &gt; .formBox.designForm dl.uploadCaution dd{
		font-size: 14px;
	}
	
	/*--納品予定日--*/
	.estimateBox &gt; .formBox.calendarForm img{
		width: auto;
	}
    
	/*--お客様情報--*/
	.customerBox{
		margin: 50px 0;
		padding: 30px 0;
	}
	.customerBox h4{
		width: 95%;
		font-size: 18px;
	}
	
	.customerBox &gt; dl{
		width: 95%;
	}
	.customerBox &gt; dl &gt; dt{
		display: block;
		width: 100%;
		padding: 5px;
		border-bottom: 1px solid #666;
	}
	.customerBox &gt; dl &gt; dt br{
		display: none;
	}
	.customerBox &gt; dl &gt; dd{
		display: block;
		width: 100%;
		margin-bottom: 15px;
		font-size: 16px;
	}
	
    /*アップロード*/
    .customerBox dl.uploadData label &gt; dt{
        position: relative;
    }
    .customerBox dl.uploadData label &gt; dt:before,
    .customerBox dl.uploadData label &gt; dt:after{
        content: "";
        display: block;
        background-color: #d01137;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.3s;
    }
    .customerBox dl.uploadData label &gt; dt:before{
        width: 2px;
        height: 16px;
        right: 7px;
    }
    .customerBox dl.uploadData label &gt; dt:after{
        width: 16px;
        height: 2px;
        right: 0;
    }

    .customerBox dl.uploadData &gt; dd {
        max-height: 0;
        padding: 0;
        font-size: 14px;
        overflow: hidden;
        transition: 0.3s;
    }
    
    /**/
    .customerBox dl.uploadData input:checked + label + dd{
        max-height: 500px;
    }
    .customerBox dl.uploadData input:checked + label &gt; dt:before{
        transform: rotate(45deg);
        opacity: 0;
    }
}
@media screen and (max-width: 480px) {
	/*---h3---*/
	.estimateCont h2,
	.estimateCont h3{
		font-size: 30px;
	}

	/*------formBox------*/
	.estimateBox &gt; .formBox &gt; h4{
		font-size: 18px;
	}

	/*--数量--*/
	.estimateBox &gt; .formBox.kazuForm &gt; .inner span{
		width: 250px;
		margin: 0;
		padding: 8px 10px;
		font-size: 15px;
	}
	.estimateBox &gt; .formBox.kazuForm &gt; .inner span em{
		font-size: 18px;
	}
	
	/*--概算--*/
	.estimateBox &gt; .formBox.aboutForm h5{
		font-size: 18px;
	}
	
	.estimateBox &gt; .formBox.aboutForm &gt; .inner &gt; ul &gt; li{
		font-size: 16px;
	}
	
	/**/
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList &gt; li{
		width: 32%;
		font-size: 20px;
	}
	
	.estimateBox &gt; .formBox.aboutForm .inner ul.aboutItemList + p{
		font-size: 20px;
	}

    
    /*--デザインデータ注意点--*/
	.estimateBox &gt; .formBox.designForm .leftBox{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.estimateBox &gt; .formBox.designForm dl.uploadCaution{
		width: 100%;
	}
	.estimateBox &gt; .formBox.designForm dl.uploadCaution dd{
		font-size: 14px;
	}
	
	/*--納品予定日--*/
	.estimateBox &gt; .formBox.calendarForm img{
		width: auto;
	}
    
	/*--お客様情報--*/
	.customerBox{
		margin: 50px 0;
		padding: 30px 0;
	}
	.customerBox h4{
		width: 95%;
		font-size: 18px;
	}
	
	.customerBox &gt; dl{
		width: 95%;
	}
	.customerBox &gt; dl &gt; dt{
		display: block;
		width: 100%;
		padding: 5px;
		border-bottom: 1px solid #666;
	}
	.customerBox &gt; dl &gt; dt br{
		display: none;
	}
	.customerBox &gt; dl &gt; dd{
		display: block;
		width: 100%;
		margin-bottom: 15px;
		font-size: 16px;
	}
	/**/
    .customerBox dl.uploadData dd ul.sendList{
        flex-direction: column;
    }
}

/*------送信ボタン------*/
.sendBtn{
	margin: 30px 0 0;
}
.sendBtn input,
.sendBtn a{
	display: block;
	background-color: #4e41c6;
	color: #fff;
	width: 60%;
	margin: auto;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	border-radius: 10px;
	position: relative;
}
.sendBtn input:hover{
	opacity: 0.6;
}

.sendBtn ul{
	display: flex;
	max-width: 1100px;
	margin: auto;
}
.sendBtn ul li{
	width: 50%;
	margin: 5px 0;
}
.sendBtn ul li.back input{
	background-color: #636770;
}



@media screen and (max-width: 768px) {
	/*------送信ボタン------*/
	.sendBtn input,
	.sendBtn a{
		width: 60%;
		font-size: 18px;
	}

	.sendBtn ul{
		display: flex;
		width: 90%;
		margin: auto;
	}
	.sendBtn ul li input{
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	/*------送信ボタン------*/
	.sendBtn input,
	.sendBtn a{
		width: 80%;
		font-size: 18px;
	}

}


/*------送信完了ページ------*/
.estimateEnd{
	width: 1000px;
	margin: 30px auto;
}
.estimateEnd p{
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.estimateEnd{
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.estimateEnd{
		width: 90%;
	}
}


/*カタログバナー*/
.catalogBnr{
	margin: 40px 0;
	text-align:center;
}
.catalogBnr p{
	margin: 15px 0;
}



/*サイドナビ無しお問い合せページ*/
.contactCont{
	max-width: 1000px;
	margin: auto;
}



/*-----------お問い合せページ-----------*/

.contactCont h2{
	color: #333;
	margin-bottom: 20px;
	padding: 15px 10px;
	font-size: 30px;
	text-align: center;
	line-height: 1.0em;
    border-top: 1px solid #e83a39;
    border-bottom: 1px solid #e83a39;
}

.contactCont h2 + p{
	margin: 30px auto;
}

@media screen and (max-width: 768px) {
	.contactCont h2{
		padding: 15px 10px;
		font-size: 24px;
	}
	.contactCont h2 + p{
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
    .contactCont h2{
		font-size: 22px;
	}
}




/*-----------------------------------
　個人情報
------------------------------------*/
.formPrivacy{
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    padding: 15px;
	box-sizing: border-box;
}
.formPrivacy *{
	box-sizing: border-box;
}
.formPrivacy &gt; p.title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 75px;
    position: relative;
}
.formPrivacy &gt; p.title:after{
    content: "必須";
    display: block;
    background-color: #ff0000;
    width: 60px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    right: auto;
    left: 5px;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
.formPrivacy .privacyFrame{
    display: block;
    max-height: 180px;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    background: #FFF;
}
.formPrivacy .privacyFrame &gt; p.title{
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #666;
}

.formPrivacy .privacyFrame &gt; dl &gt; dt{
    margin-bottom: 5px;
    font-weight: bold;
}
.formPrivacy .privacyFrame &gt; dl &gt; dd{
    padding-left: 20px;
}
.formPrivacy .privacyFrame &gt; dl &gt; dd:not(:last-child){
    margin-bottom: 10px;
}

.formPrivacy .privacyFrame dl.window{
    display: flex;
    flex-wrap: wrap;
}
.formPrivacy .privacyFrame dl.window &gt; dt{
    width: 20%;
    font-weight: bold;
}
.formPrivacy .privacyFrame dl.window &gt; dd{
    width: 80%;
}

/**/
.formPrivacy .privacyCheck{
    display: block;
    margin: 20px auto 0;
}

.formPrivacy .privacyCheck .error_text p{
	display: block;
    width: fit-content;
	margin: 0 auto 20px;
	padding: 5px 7px;
}
.formPrivacy .privacyCheck .error_text p:before,
.formPrivacy .privacyCheck .error_text p:after{
	border-width: 13px;
	border-left: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top-width: 13px;
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
}
.formPrivacy .privacyCheck .error_text p:before{
	bottom: -26px;
}
.formPrivacy .privacyCheck .error_text p:after{
	bottom: -24px;
}

.formPrivacy .checkBtn{
    display: block;
    width: fit-content;
    margin: auto;
    border: 1px solid #ccc;
}
.formPrivacy .checkBtn input{
    display: none;
}
.formPrivacy .checkBtn label{
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    transition: all .3s ease;
    background: #FFF;
}
.formPrivacy .checkBtn label span{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.formPrivacy .checkBtn label span:before{
    content: """";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.formPrivacy .checkBtn label span:after{
    content: "";
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.formPrivacy .checkBtn input:checked ~ label{
    background-color: #f6e0e0;
}
.formPrivacy .checkBtn input:checked ~ label span:after{
    width: 18px;
    height: 10px;
    border-left: 4px solid #C00;
    border-bottom: 5px solid #C00;
}

/**/
.privacyCheck &gt; span:first-child {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    padding: 8px 20px;
    border: 2px solid #ff6b86;
    background: #fff2f2;
    width: fit-content;
    border-radius: 5px;
}

.formPrivacy .privacyCheck .privacyCaution{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .formPrivacy .privacyFrame{
    padding: 15px 10px;
    }

    .formPrivacy &gt; p.title:after{
        width: 55px;
        font-size: 16px;
    }

    /**/
    .formPrivacy .privacyFrame dl.window{
        flex-direction: column;
    }
    .formPrivacy .privacyFrame dl.window &gt; dt{
        width: 100%;
    }
    .formPrivacy .privacyFrame dl.window &gt; dd{
        width: 100%;
        margin-left: 5px;
        font-size: 14px;
    }
    .formPrivacy .privacyFrame dl.window &gt; dd:not(:last-child){
        margin-bottom: 15px;
    }
}






</pre></body></html>