
/*form.html*/

/*リセット*/
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}
input[type="checkbox"] {
    display: none;
}
/*
input[type="checkbox"]:checked + label {
    background: #ff0000;
}
*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
br.sp{
	display: none;
}
/*打消し*/
@media screen and (max-width: 1024px) and (min-width: 767px){
.sp {
    display: none!important;
    }
}
@media screen and (max-width: 768px) {
	br.sp{
	display: block!important;
}

	}
/*----------------*/
#contentsInner{
	border-bottom: solid 1px #a0a0a0;
}

#categoryTitle{
	text-align: center;
	font-size: 4rem;
	margin-top:30px;
	line-height: 1.2;
	font-weight: 500;
}

.mb20{
	margin: 60px 0 47px;

}
.errorMessageBlock{
	color:#ff0000;
}
@media screen and (max-width: 768px) {
	#categoryTitle{
	font-size: 2.7rem;
	}
	.mb20{
	margin: 3% 0 2%;
	}
}

.inputList{
	margin-top:30px;
}
.form{
	color:#f24e02;
	font-weight: 500;
}
.inputList ul{
	display: flex;
}
.inputList ul li{	
	max-width:300px;
	width:100%;
}
.inputList ul li:first-child{
	margin-right:1%;
}

/*input*/
input[type="text"] {
	width:100%;
	border:solid 1px #707070;
	padding:1rem;
	height: 50px;

}
input[type="text"].tel{
	width: 32.6%;
    margin-right: 1%;
    max-width: 300px;
}

input[type="text"].tel:last-child{
	margin-right: 0;
}

/*select*/
select{
	width:100%;
	max-width:350px;
	height: 50px;
	border:solid 1px #707070;
	padding:1rem;
	background-image: url(../images/contact_arrow.png);
	background-repeat: no-repeat;
	background-size: 15px 8px;
	background-position: right 1rem center;
	background-color:#fff;
}
select#form_category {
    padding-right: 2.8rem;
}

#category_original,#category_appointment,#category_model{
	margin:60px 0 5%;
	background:#f7f7f7;
	padding:40px 4%;
	position: relative;
}
#category_original:after,#category_appointment:after,#category_model:after{
	content: "";
  	position: absolute;
  	top:-35px;
  	left: 0;
  	width: 0px;
  	height: 0px;
  	margin: auto;
  	border-style: solid;
  	border-color: transparent transparent #f7f7f7 transparent;
  	border-width: 0 20px 35px 20px;
}
.contactMsg{
	font-size:2.4rem;
	line-height: 1.2;
	font-weight: 500;
}
.section03 p{
	font-size:1.8rem;
	line-height: 1.4;
	font-weight: 500;
}
.inputListC01{
	display: flex;
}
.inputListC01 li{
	width: 33.333%;
}
@media screen and (max-width: 768px) {
	.inputListC01{
	display: block;
}
	.inputListC01 li{
	width: 100%;
}
}
/*チェックボックス*/

/*p.mail_permission input[type="checkbox"]{
	display: inline-block;
}
/*↑メールの確認チェックボックスを仮に表示*/

.contentsInner ul li span.checkbox_parts{
	font-size:1.6rem;
}
.checkbox_parts{
	display: block;
    margin: 1% 1% 1% 0;
    padding: 7px 0 7px 40px;
    position: relative;
}

.checkbox_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    background: #fff;
    }

input[type="checkbox"]:checked + .checkbox_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 4px solid #707070;
  border-right: 4px solid #707070;
}

input[type="text"].inputA03{
	width:26.32%;
	height: 40px;
}

.section03 p{
	margin:4% 0 2%;
}

.section03 textarea{
	height: 140px;
	width:100%;
	border:solid 1px #707070;
	padding:1rem;
}

.section03 dl{
	margin-bottom:2%;
}
.section03 dt{
	margin-bottom:1%;
}
.formSectionA01Inner select{
	width:25%;
}
.personal_info{
	margin:7% 0 5%;
	background:#f7f7f7;
	padding:40px 4% 30px;
}

.personal_info p{
	text-align: center;
}
.alignC a{
	text-decoration: underline;
}


.genericBlockA02{
	position: relative;
	margin:5% 0 3%;
}
.genericBlockA02 .checkbox_parts{
	font-size:2rem;
	font-weight: 500;
}
 
.genericBlockA02 .checkbox_parts::before {
    top: 14%;
    left: calc(50% - 220px);
    }
.genericBlockA02 input[type="checkbox"]:checked + .checkbox_parts::after {
    top: 10px;
    left: calc(50% - 210px);
}

.genericBlockA02 .mail_permission .checkbox_parts{
	font-size:1.8rem;
	}
.genericBlockA02 .mail_permission .checkbox_parts::before {
    left: calc(50% - 320px);
    }
.genericBlockA02 .mail_permission input[type="checkbox"]:checked + .checkbox_parts::after {
    left: calc(50% - 310px);
}
.mail_permission .checkbox_parts {
    padding: 7px 0 7px 30px;
}

@media screen and (max-width: 768px) {
	.formSectionA01Inner select{
		padding-right:2.8rem;
	}
	.personal_info{
		padding: 8% 4% 2%;    
	}
	.personal_info > p{
        text-align: left;
    }

	.genericBlockA02 .checkbox_parts::before {
    	top: 14%;
    	left: calc(50% - 130px);
    	}
	.genericBlockA02 input[type="checkbox"]:checked + .checkbox_parts::after {
    	top: 14px;
    	left: calc(50% - 120px);
    }
	.personal_info p.mail_permission{
		text-align: left;
	}
	.genericBlockA02 .mail_permission .checkbox_parts::before {
		top: 10px;
    	left: 0;
    }
    .genericBlockA02 .mail_permission input[type="checkbox"]:checked + .checkbox_parts::after {
    	left: 10px;
    }
    .mail_permission .checkbox_parts {
    	padding: 7px 0 7px 40px;
    }

}

input[type="submit"]{
	display: block;
	margin:0 auto;
	background: #4d4c40;
	width: 324px;
	padding:1.4%;
	color:#fff;
	font-size:2rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
}
.btn_submit{
	margin-bottom:3%;
}

@media screen and (max-width: 768px) {
	input[type="submit"]{
		width: 93%;
	}
	input[type="submit"]{
		padding:2.4%;
	}
}


.secureMarkA01{
	display: flex;
	margin-bottom:110px;
}
.secureMarkA01 .mark{
	width:16%;
	min-width: 115px;
}
.secureMarkA01 .mark img{
	width:100%;
	max-width: 115px;
}
.secureMarkA01 .text{
	padding:1rem;
}
@media screen and (max-width: 768px) {
	.secureMarkA01 {
    	margin-bottom: 12%;
    	margin-top: 4%;
	}
}


/*index.html--------------*/

.contact_index #topicpath{
	width:95%;
	max-width: 1140px;
	margin:0 auto;
}

.contact_index #categoryTitle span{
	display: block;
	font-size:1.8rem;
}
.contact_index .mb20{
	width:95%;
	max-width: 1140px;
	margin:0 auto;
	text-align: center;
	margin:45px auto;
}

@media screen and (max-width: 768px) {
	.contact_index #categoryTitle{
		font-size:3rem;
	}
	.contact_index #categoryTitle span{
		font-size:1.6rem;
	}
	.contact_index .mb20{
		text-align: left;
		margin:7% auto;
	}
}

/*section01*/
.contact_index #contact-index h2{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 28px;
	font-weight: 500;
}
.contact_index #contact-index{
	display: flex;
}

.contact_index .individual{
	background: #f6f4ec;
	width: 62.6%;
	padding: 28px 0;
}

.contact_index .corporate{
	background: #fafafa;
	width: 37.3%;
	padding: 28px 0;
}

.contact_index .left_inner{
	width: 100%;
    max-width: 760px;
    margin: 0 0 0 auto;
}
.contact_index .right_inner{
	width: 100%;
	max-width: 380px;
	margin:0 auto 0 0;
}
.contact_index .section01 a{
	display: block;
	height: 100%;
}

.contact_index .left_inner .contact_box{
	/*margin-right: 2.7%;*/
	/*width:47.3%;*/
	margin-right:1.7vw;
	width:31.5vw;
}
.contact_index .right_inner .contact_box{
	/*margin-left: 5.3%;*/
	/*width: 94.7%*/
	margin-left:1.7vw;
	width:30.5vw;
}

.contact_index .contact_box{
	width:100%;
	max-width: 360px;
	background: #fff;
	box-shadow: 2px 2px 4px #eeeded;
}
.contact_index .contact_box a:after,.contact_index .contact_box:after{
    content: none;
}
.contact_index .contact_box .contact_read{
	position: relative;
	padding: 0 8% 8% 3%;
}

.contact_index .contact_box .contact_read:after{
	content: "";
    position: absolute;
    top: calc(50% - 1rem);
    right: 5%;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    transform: rotate(45deg);
}

.contact_index .individual_inner{
	display: flex;
}

.contact_index .contact_img img{
	width:100%;
}

.contact_index .contact_subtitle{
	text-align: center;
	font-size:2.8rem;
	line-height: 1.29;
	margin-bottom:26px;
	font-weight: 500;
}

.contact_index .contact_icon img{
	display: block;
	margin:22px auto;
	width:35px;
	height: 35px;
	color:#fff;

}
.contact_index .contactSec{
	text-align: center;
}
.contact_index .contactSec p.pt{
	padding-top:1rem;
}


@media screen and (max-width: 1140px) {
	.contact_index .individual {
    	width: auto;
	}
	.contact_index .corporate {
    	width: auto;
    }
    .contact_index .left_inner {
    	margin: 0 0 0 3%;
    	padding-right: 3%;
    }
    .contact_index .right_inner {
    	margin: 0 3% 0 0;
    }

}

@media screen and (max-width: 768px) {
	.contact_index #contact-index h2{
		font-size: 2.4rem;
		margin-bottom: 4%;
	}
	.contact_index #contact-index {
		display: block;
	}
	.contact_index .individual {
		width: 100%;
		padding: 4% 0;
	}
	.contact_index .corporate {
		width: 100%;
	}
	.contact_index .individual_inner {
		display: block;
	}
	.contact_index .contact_box{
		max-width: 100%;
	}
	.contact_index .left_inner {
    	width: 100%;
    	max-width: 100%;
    	margin: 0;
    	padding-right:0;
    }
    .contact_index .right_inner {
    	width: 100%;
    	max-width: 100%;
    	margin: 0;
    }
	.contact_index .left_inner .contact_box{
		margin-right:0;
		width:95%;
		padding:0;
		margin:0 auto 5%;
}
	.contact_index .right_inner .contact_box{	
		margin-left:0;
		width:95%;
		padding:0;
		margin:0 auto;
}
	.contact_index .contact_box a {
    	display: flex;
    }
    .contact_index .contact_img {
    	overflow: hidden;
    	display: flex;
    	align-items: stretch;
    	width: 45%;
    }
    .contact_index .contact_img img{
    	width:auto;
    	object-fit: cover;
    }
    .contact_index .contact_box .contact_read{
    	width: 55%;
    	padding: 2% 6% 2% 2%;
    	display: block;
    }
    .contact_index .contact_box .contact_read:after{
    	right:5%;
    }
    .contact_index .contact_box .contact_read_inner{
		width: 100%;
    	padding: 2% 8% 2% 2%;
		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform: translateY(-50%) translateX(-50%);
}
    .contact_index .contact_icon {
    	float: none;
    	margin:0 auto;
}
    .contact_index .contactSec p{
    	font-size:1.8rem;
    	line-height: 1.2;
    }
    .contact_index .contact_icon img {
    	margin: 5% auto;
    	width: 30px;
    	height: 30px;
    }
    .contact_index .contact_subtitle {
    	font-size:2.2rem;
    	margin-top:4%;
    	margin-bottom:4%;
    	font-weight: bold;
    }
    .contact_index .corporate {
    	padding: 4% 0;
    }
	.contact_index .contactSec br {
    	display: block;
    }
    .contact_index .contact_subtitle br {
    	display: block;
    }


}
@media screen and (max-width: 560px) {
	.contact_index .contact_subtitle {
    	font-size:1.6rem;
    }
    .contact_index .contactSec p{
    	font-size:1.2rem;
    }
    .contact_index .contact_icon img {
    	margin: 8% auto;
    }
    .contact_index .contact_subtitle {
    	margin-bottom:6%;
    }


	}

/*section02*/
.contact_index .contact_download{
	background: #fff;
	margin:40px 0 43px;
	padding:48px 0; 
}
.contact_index .download_inner{
	background: #fff;

}
.contact_index .download_inner .contentsInner{
	border:none;
	display: flex;
	padding-bottom: 0;
}

.contact_index .download_txt {
    margin-right: 8%;
}
.contact_index .download_txt h3{
	font-size:2.4rem;
	font-weight: 500;
	text-align: left;
	padding-left:7%;
}
.contact_index .download_txt p{
	text-align: left;
	padding-left:7%;
	}
.contact_index .download_img{
	display: flex;
    align-items: center;
}
.contact_index .download_img img {
    width: 100%;
    max-width: 370px;
}
.contact_index .btn_long{
	max-width: 595px;
	padding:20px 0;
}
.contact_index .btn_long a{
	background: #ebe1d9;
	color:#1b1b1b;
	position: relative;
	font-size:2rem;
	letter-spacing: 0.2em;
	box-shadow: 2px 2px 4px #eeeded;
}
.contact_index .btn_long .arrow_s:after {
	position: absolute;
    content: url(../images/dl_btn.svg);
    width: 35px;
    height: 35px;
    right: 3%;
}
.contact_index .btn_long .arrow_s:before{
	content:none;
}

@media screen and (max-width: 768px) {
	.contact_index .download_inner .contentsInner {
    	display: block;
    }
    .contact_index .contact_download {
    	position: relative;
    	margin: 4% 0 8%;
    	padding: 100px 0;
    }
    .contentsInner h3{
    	margin:0 auto;
    }
    .contact_index .download_txt h3{
    	position: absolute;
    	top: 2.6rem;
    	left: calc(50% - 6em);
    	padding-left:0;
    }
    .contact_index .download_txt p{
    	text-align: center;
    	padding-left:0;
    }
    .contact_index .download_img {
    	position: absolute;
    	top: 150px;
    	left:0;
    	width: 92%;
    	justify-content: center;
    	margin: 0 4%;
    }
    .contact_index .download_txt p{
    	margin-top:280px;
    	font-size:1.8rem;
    	padding: 0 4%;
    }
    .contact_index .btn_long a{
    	padding:4% 0;
    }
    .contact_index .download_txt {
    	margin-right:0;
    }
    .contact_index .btn_long .arrow_s:after {
    	    width: 30px;
    		height: 30px;
}

}
@media screen and (max-width: 480px) {
	.contact_index .download_txt p{
    	font-size:1.6rem;
    }
}

@media screen and (max-width: 380px){
	.contact_index .btn_long a {
    	padding: 4% 10% 4% 0;
    	letter-spacing: 0;
    }
}

/*confirm.html*/

.confirm .section03 {
    border-bottom: #c3c3c3 1px solid;
    padding-bottom: 2%;
}
.confirm .btn_submit{
	display: flex;
	justify-content: center;
	margin-bottom:4%;
}
.confirm .btn_submit a{
	display: block;
    max-width: 324px;
    width: 95%;  
    cursor: pointer;
    background: #4d4c40;
    padding: 1.4%;
    text-align: center;
}
.confirm .btn_submit a span{
	font-size: 1.6rem;
	color:#fff;
	position: relative;
}

.confirm .btn_submit a span::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 1px;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.confirm .btn_submit a.back{
	margin-right:1%;
}
.confirm .btn_submit a.entry{
	background: #F24E02;
}

/*thanks.html*/
.thanks .contactMsg{
	font-size:2rem;
	text-align: center;
	margin: 8% 0;
}
@media screen and (max-width: 768px) {
	.thanks .contactMsg{
	font-size:1.6rem;
	text-align: left;
}

	}


