@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
	form
-------------------------------------------------------*/
.mv-wrap-01 .inner-1400{
    background: url(/products/tio2_cosme/imgs/contact/mv_pc.png) no-repeat center center / cover;
}
/* form */
.form .main .inner{
	max-width: 1120px;
}
.form .main .red{
	color: #E60012;
}
.form .error {color: #d41e1e;}
#formSec td>.error+.error {margin-top: 0;}

/* form */
#formSec .section-wrapper > p{
	margin-bottom: 30px;
}
#formSec .commonTable th {
	font-size: 1.313em;
	font-weight: bold;
	vertical-align: top;
	padding: 30px 0;
}
#formSec .commonTable td {
	padding: 12px;
	position: relative;
}
#formSec .commonTable th:first-child { width: 24%; }
#formSec td > div + div,
#formSec td > div + ul { margin-top: 20px; }
#formSec .products { display: flex; align-items: center; }
#formSec .products .selectBg { width: 260px; margin-left: 30px; }
#formSec .komoku { display: flex; }
#formSec .komoku li:nth-child(n+2) { margin-left: 30px; }

/* このサイトをどこで知りましたか？ のliタグを2列表示 */
#formSec ul li {
	width: calc(49%);
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}
#formSec .note1 { color: #666; font-size: 0.75em; margin-top: 10px; }
#formSec .fld-1,
#formSec .fld-2,
#formSec .fld-3{
    border: 1px solid #808080;
    padding: 15px 12px;
    box-sizing: border-box;
}
#formSec .fld-1 { width: 50%; }
#formSec .fld-2 { width: 12%; }
#formSec .fld-3 {
	width: 94%;
	/*241211変更点*/
	/* margin-top: 20px; */
}

/* 個人情報保護方針へのご同意 */
.agree-cnt{
	margin-top: 141px;
}
#formSec #agreeWrap {margin-top: 50px; border: solid 1px #D9D9D9; }
#formSec #agreeWrap #agreeArea { background-color: #D9D9D9; text-align: center; padding: 15px; }
.agree-cnt .headlineTxt{
	font-size: 1.625em;
	font-weight: bold;
	margin-bottom: 20px;
}
.agree-cnt p + p{
	margin-top: 25px;
}
.agree-cnt p a{
	color: #0d52a7;
	text-decoration: underline;
}

.radiusArrowBtn, .radiusArrowBtnList li {
    width: 509px;
    max-width: 100%;
    margin: 116px auto 0;
    border-radius: 5px;
    overflow: hidden;
}
.radiusArrowBtn a {
    font-size: 1.75em;
    color: #fff;
}
.radiusArrowBtn a .arrow2{
	color: #001726;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.radiusArrowBtn.radiusArrowBtnImp a {
	color: #000;
	background: #F0ACAC;
}
.radiusArrowBtn.radiusArrowBtnGray{
	margin-top: 50px;
}
.radiusArrowBtn.radiusArrowBtnGray a {
    background-color: #aeaeae;
}
.radiusArrowBtn a, .radiusArrowBtnList li a {
    display: block;
	font-weight: bold;
    text-align: center;
    position: relative;
    /* padding: 12px 40px; */
}
input[type="submit"] {
    color: inherit;
    background: none;
    border: none;
}
input[type="submit"], input[type="reset"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 14px 40px;
	width: 100%;
}


.formError .formErrorContent { background: #bf0000; }

#confirmSec .section-wrapper { position: relative; }
#confirmSec .section-wrapper .edit_btn { position: absolute; left: 0; top: 0; }
#confirmSec .section-wrapper .edit_btn .radiusArrowBtn.radiusArrowBtnGray { margin-top: 0; }

#form-group { display: flex; }
.finish .finish-clm .ttl-02 {
	padding-bottom: 1.75em;
}
.finish .finish-clm .txt-01 {
  position: relative;
  text-align: center;
}
#thanks .txt-thanks {
	color: #000;
	font-size: 2.5em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 85px;
  }
#thanks .txt-01 {
	font-size: 1.5em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 85px;
  }



@media screen and (max-width: 768px) {
/*-----------------------------------------------------
	form
-------------------------------------------------------*/
	.mv-wrap-01 .inner-1400{
		background: url(/products/tio2_cosme/imgs/contact/mv_sp.png) no-repeat center center / cover;
	}
	/* form */
	.form .main .inner{
		max-width: inherit;
	}
	.form .main p{
		font-size: 3.646vw;
	}
	/* 個人情報保護方針へのご同意 */
	.agree-cnt{
		margin-top: 7vw;
	}
	#formSec .section-wrapper > p{
		margin-bottom: 4vw;
	}
	#formSec #agreeWrap { margin-top:6vw; border: solid 1px #D9D9D9; }
	#formSec #agreeWrap #agreeArea { font-size: 3.646vw;padding: 3vw; }
	.agree-cnt .headlineTxt{
		font-size: 4.948vw;
		margin-bottom: 4vw;
	}
	.agree-cnt p + p{
		margin-top: 4vw;
	}


	/* form */
	#formSec {
		margin-top: 5.208vw;
	}
	#confirmSec .section-wrapper .edit_btn { position: static; }
	#confirmSec .section-wrapper .edit_btn .radiusArrowBtn.radiusArrowBtnGray { margin-top: 20px; }

	#formSec table{
		width: 100%;
	}
	#formSec .commonTable th,
	#formSec .commonTable td,
	#confirmSec .commonTable th,
	#confirmSec .commonTable td {
		font-size: 3.646vw;
		display: block;
		width: 100% !important;
		border-top: none;
		padding: 3vw 0;
		box-sizing: border-box;
	}
	#formSec .commonTable td,
	#confirmSec .commonTable td { padding-top: 0; padding-bottom: 3vw; }
	/* #formSec .commonTable tr:first-child th,
	#confirmSec .commonTable tr:first-child th { border-top: solid 1px #ccc; } */
	
	#formSec .commonTable .hasIcon,
	#confirmSec .commonTable .hasIcon { display: flex; }
	
	#formSec .products { display: block; }
	#formSec .products .selectBg { margin-top: 10px; }
	
	#formSec .komoku { display: block; }
	#formSec .komoku li:nth-child(n+2) { margin: 20px 0 0; }
	
	#formSec .note1 { font-size: 3.125vw; margin-top: 1.823vw; }
	#formSec .fld-1,
	#formSec .fld-2,
	#formSec .fld-3{
		padding: 1vw 2vw;
	}
	#formSec .fld-1 { width: 100%; }
	#formSec .fld-2 { width: 20%; }
	#formSec .fld-3 { width: 100%; }
	/* このサイトをどこで知りましたか？ */
	#formSec ul li {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 3vw;
	}
	#formSec input[type="radio"] {
		margin-top: 0;
		vertical-align: middle;
	}

	.radiusArrowBtn, .radiusArrowBtnList li {
        margin-top: 15.625vw;
        font-size: 6vw;
        width: 80%;
		border-radius: 0.651vw;
	}
	.radiusArrowBtn a {
		font-size: 3.646vw;
	}
	.radiusArrowBtn a .arrow2{
		width: 5.208vw;
        height: 5.208vw;
        right: 2.604vw;
	}
	.radiusArrowBtn a, .radiusArrowBtnList li a {
		padding: 2.604vw;
	}
	.radiusArrowBtn.radiusArrowBtnGray{
		margin-top: 6.51vw;
	}

}