@charset "utf-8";
/* CSS Document */

/*
.form-step{ width:100%; font-size:18px; }
.form-step ul{ overflow:hidden; margin:0 auto 30px; }
.form-step ul li{  padding: 15px; background-color: #eee; width:33.3333%; float:left; text-align:center; border-right:solid 1px #fff; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
.form-step ul li:last-child{ border:none;}
.form-step ul li.choice{ background-color:#333; color:#fff; font-weight:bold; position:relative; margin: 0 0 16px 0;}*/

.form-ring {
    margin: 0 auto 40px;
}
.form-ring dl{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 1px;
	}
@media only screen and (max-width: 600px){.form-ring dl { flex-direction: column; margin-bottom:20px;}}
.form-ring dl dt{
    width: 30%;
    height: 220px;
    background-color: #f5f5f5;
    text-align: center;
    /* font-weight: 600; */
    font-size: 20px;
    display: flex;
    font-family: 'Noto Serif Japanese';
    justify-content: center;
    align-items: center;
	}
@media only screen and (max-width: 600px){ .form-ring dl dt{ width:100%; font-size:15px; height:auto; padding:10px 0 8px 0;}}
.form-ring dl dd {
	width:70%;
    display: flex;
    justify-content: flex-start;
}
@media only screen and (max-width: 600px){ .form-ring dl dd { width:100%;}}
.form-ring dl:nth-of-type(2) dd{ border-bottom:none;}
.form-ring dl dd p{ text-align:center; width: 33%;}
.form-ring dl dd p span{ display:block;}
@media only screen and (max-width: 600px){ .form-ring dl dd p span{ font-size:12px; }}

.bg-catalog{
	/*background-color: #333;
	padding:3% 0;*/
	}
.catalog-txt{ text-align:center; margin:3% auto; }

#box-catalog{
	margin:3% auto;
	background-color:#fff;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
.comment{
    font-size: 16px;
    line-height: 160%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 5%;
    letter-spacing: 0.1rem;
    margin: 0 0 3% 0;
}
@media only screen and (max-width: 600px){ .comment{ padding:25px;}}
.contact-mes{ font-size:18px; margin:0 0 2% 0; }
@media only screen and (max-width: 600px){ .contact-mes{ font-size:16px; margin:0 0 4% 0; } }
div#Text b{ font-weight:600;}
@media only screen and (max-width: 600px){
	div#Text b{
    	display: block;
    	font-size: 20px;
	}
	}
@media only screen and (max-width: 600px){
	div#Text2{
    	text-align: justify;
    	font-size: 14px;
	}
	}
@media only screen and (max-width: 600px){
	div#Text2 br{
		display:none;
	}
	}
.formstyle{ margin:0 auto;}
@media only screen and (max-width: 600px){ .formstyle{ border:solid 1px #ccc; }}
.form-block{
    border-bottom:solid 1px #E6E6E6;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 600px){ .form-block{ flex-direction: column; border:none; } }
.form-block:nth-of-type(1){ border-top:solid 1px #E6E6E6;}
@media only screen and (max-width: 600px){ .form-block:nth-of-type(1){ border:none;}}
.form-block input{
	height: 40px;
	font-size: 16px;
    background-color:#fff;
	border: solid 1px #ccc;
    padding: 12px 10px 10px 10px;
	color: #333;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	}
.form-block input::placeholder { color:#ccc; }
.form-l{
    display: flex;
    width: 30%;
    background-color: #f2f2f2;
    align-items: center;
	padding: 0 0 0 30px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	}
@media only screen and (max-width: 600px){ .form-l{ display:block; width:100%; padding: 10px; } }
.form-r{
	width:70%;
    padding: 30px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	}
@media only screen and (max-width: 600px){ .form-r{ display:block; width:100%; padding: 15px; } }
.form-attention{ color:#F00;}
.input-style00{ width:25%;}
.input-style01{ width:100%; }
.input-style02{ width:50%;}
.input-style03{ width:220px; }
.input-style04 {
	width: 100%;
	/*border: solid 1px #ccc;*/
	    border: solid 2px #473d3e;
    padding: 24px 8px 22px 8px;
    font-size: 20px;
    cursor: pointer;
	/*margin-top:40px;*/
	background-color:#fff;
	box-shadow: 3px 3px 3px 0px rgb(120 120 120 / 20%);
}
@media only screen and (max-width: 600px){
	.input-style04 {
		font-size: 16px;
		padding: 17px 15px 15px 15px;
		}
	}
.input-style05 {
    font-size: 16px;
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    border: solid 1px #ccc;
    padding: 20px 8px 18px 8px;
    font-weight: 600;
    color: #43321B;
    cursor: pointer;
    margin: 20px 0 0 0;
	/*border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;*/
}
@media only screen and (max-width: 600px){ .input-style05{ padding: 14px 10px 10px 10px; font-size:14px; margin: 16px auto 0;}}
.select-style01{
   	border: solid 1px #ccc;
    padding:5px 5px 5px 5px;
    width:220px;
	height: 40px;
}
.textarea-style01{
    width:100%;
    height:400px;
    background-color:#fff;
	border: solid 1px #ccc;
    padding:7px 5px 5px 5px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ .textarea-style01{ height:300px;} }
.form-r a{ color:#635347;}
.form-r ul{text-decoration:none;}
.form-r ul li{ text-decoration:none; margin:0 0 10px 0; }
.form-r ul li:last-child{margin:0 0 0 0;}
.form-r ul li p{ margin:0 10px 0 0; }
.form-r ul li p:last-child{ margin:0 0 0 0;}

.catalog-title{ /*color:#fff;*/font-family: 'Noto Sans JP', sans-serif; line-height: 1.4; text-align:center; margin:3% auto;}
.catalog-title-txt01{ font-size:28px; margin:0 auto 24px; letter-spacing: 0.2rem; font-weight: bold; }
.catalog-title-txt02{ font-size:16px; line-height:140%;}

.btn-input{ width: 500px; margin:40px auto 0; }
@media only screen and (max-width: 600px){ .btn-input{ width: 100%; margin:20px auto 0; } }

.wi20{}
@media only screen and (max-width: 1024px){ .wi20{ width:120px; }}

/*-----エラーメッセージ-----*/

div.error{
	color:red;
	font-size:11px;
	display:none;
}
input.error{
	background-color:#fee;
	border-color:#f90;
}

/*-----確認画面（confirmation.php）-----*/

#btm{
	margin:0 auto 40px;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
}
@media only screen and (max-width: 600px){
	#btm{ font-size: 14px;     margin: 0 auto 16px; }
	}
#tableConfirm02{
	border-collapse:collapse;
	margin:0 auto;
	border: solid 1px #ccc;
	width:100%;
}
#tableConfirm02 > tbody{}
#tableConfirm02 > tbody > tr{
	border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 600px){
	#tableConfirm02 > tbody > tr{
	border: none;
	}
}
#tableConfirm02 > tbody > tr > th{
	width: 30%;
    text-align: left;
    padding: 15px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: whitesmoke;
    border-right: solid 1px #ccc;
}
@media only screen and (max-width: 600px){ #tableConfirm02 > tbody > tr > th{ width:100%; display:block; border: none; padding: 12px; } }
#tableConfirm02 > tbody > tr > th > div{ color:#000000; }
#tableConfirm02 > tbody > tr > td{
	width:70%;
	padding: 17px 15px 15px 15px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	text-align:left;
}
@media only screen and (max-width: 600px){ #tableConfirm02 > tbody > tr > td{ width:100%; display:block; border: none; } }
#tableConfirm02 > tbody > tr > td > div{}
#SendCancel{ cursor:pointer; }
.btn-catalog{ width: 500px; margin: 0 auto;}
@media only screen and (max-width: 600px) { .btn-catalog{ width:100%;}}
.btn-catalog-l{ }
.btn-catalog-r{ }

@media only screen and (max-width: 1024px) {

/*
#box-catalog{display:block; width:100%;}
.formstyle{display:block; width:100%;}
.comment{font-size:13px;     text-align: left;}
.contact-mes{ font-size:16px;}
.catalog-title{ width:90%; margin:5% auto; }
.catalog-title-txt01{ font-size:20px;}
.catalog-title-txt02{ text-align:left; font-size:15px;}
.catalog-title-txt02 br{ display:none;}*/

/*-----確認画面（confirmation.php）-----*/

/*
#btm{ width:100%; padding:20px 0; }
#tableConfirm02{ width:100%; }

.btn-catalog-l { display: block; margin: 0 0 12px 0;}
.btn-catalog-r{ display:block; }
.form-step ul { margin: 0 auto 20px;}
.form-step ul li { padding: 12px;}*/
	

}

@media only screen and (max-width: 600px) {

/*
#box-catalog{width:100%; padding: 1% 5%;}
.form-block{padding:10px 0 8px 0; border:none;}
.input-style00{width:30%;}
.input-style01{width:100%;}
.input-style02{width:100%;}
.input-style03{width:100%;}
.input-style04{width:100%;}
.input-style05{width:100%; }
.select-style01{}
.form-l{display:block; width:100%; float:none;}
.form-r{display:block; width:100%; float:none;}
.comment{
    line-height:1.8rem !important;
    margin:6% 0 4% 0;
    text-align:left;
    
}
.comment br{display:none;}
.box-bottom_sitemap{font-size:0.7rem; line-height:1.4rem; letter-spacing:normal; margin:3% 0;}
.box-bottom_sitemap br{display:inline;}
.contact-mes{
	font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
	margin: 0 0 6% 0;
	}
.contact-mes b {
    display: block;
    font-size: 2.8rem;
}
.catalog-title-txt01 {font-size: 16px;}
.catalog-title-txt02{ font-size:13px;}*/

/*-----確認画面（confirmation.php）-----*/

/*
#btm{ font-size:12px; }
.btn-catalog{ width:90%;}
.btn-catalog-l{ float:none; margin:0 0 2% 0; }
.btn-catalog-r{ float:none; }

#tableConfirm02 > tbody > tr > th {
    display: block;
    text-align: left;
}
#tableConfirm02 > tbody > tr > th > div {
    display: block;
    text-align: left;
}*/

}

