@charset "utf-8";

/*----------------------------------------------------------- 
	コンテンツ
-----------------------------------------------------------*/
.formOrangeColor th{
	background: rgba(246, 174, 91, .1);
}
.formBlueColor th{
	background: rgba(0, 79, 153, .1);
}
.formGreenColor th{
	background: rgba(67, 177, 73, .1);
}
.formGoldColor th{
	background: rgba(218, 165, 32, .1);
}

input[type="checkbox"],
input[type="radio"]{
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
#formTableTop{
	position: relative;
	width: 900px;
	margin: 80px auto 40px;
}
#formTableTop p{
	line-height: 1.5em;
}
#formFlow{
	position: absolute;
	right: 0;
	bottom: 0;
}
#formFlow li{
    display: inline-block;
    position: relative;
    z-index: 2;
	margin-right: 25px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px !important;
    text-align: left;
	color: #FFF;
	background: #D3D3D4;
}
#formFlow li:after{
	content: "";
	display: block;
	position: absolute;
    z-index: -1;
	top: 0;
	right: -13px;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	background: #D3D3D4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#formFlow li:last-child{
	margin-right: 0;
}
#formFlow li:last-child:after{
	display: none;
}
#formFlowActive:after{
	background: #00A0E9 !important;
}
#formFlowActive{
	background: #00A0E9 !important;
}
#formTable{
	width: 900px;
	margin: 0 auto;
	border: 2px solid #727171;
	border-collapse: collapse;
}
#formTable th{
	width: 300px;
	padding: 20px 20px 20px 88px;
	border-right: 1px solid #727171;
	border-bottom: 1px solid #727171;
	font-weight: normal;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#formTable td{
	padding: 20px;
	border-bottom: 1px solid #727171;
}
#formTable td select{
	padding: 5px 10px;
}
#formTable td select[name="singleAnswer(ANSWER6)"],
#formTable td select[name="singleAnswer(ANSWER8)"],
#formTable td select[name="singleAnswer(ANSWER10)"],
#formTable td select[name="singleAnswer(ANSWER28)"],
#formTable td select[name="singleAnswer(ANSWER30)"],
#formTable td select[name="singleAnswer(ANSWER32)"],
#formTable td select[name="singleAnswer(ANSWER51)"],
#formTable td select[name="singleAnswer(ANSWER53)"],
#formTable td select[name="singleAnswer(ANSWER55)"],
#formTable td select[name="singleAnswer(ANSWER78)"],
#formTable td select[name="singleAnswer(ANSWER80)"],
#formTable td select[name="singleAnswer(ANSWER82)"],
#formTable td select[name="singleAnswer(ANSWER163)"],
#formTable td select[name="singleAnswer(ANSWER165)"],
#formTable td select[name="singleAnswer(ANSWER167)"],
#formTable td select[name="singleAnswer(ANSWER270)"],
#formTable td select[name="singleAnswer(ANSWER272)"],
#formTable td select[name="singleAnswer(ANSWER274)"],
#formTable td select[name="singleAnswer(ANSWER336)"],
#formTable td select[name="singleAnswer(ANSWER338)"],
#formTable td select[name="singleAnswer(ANSWER340)"]{
    width: 276px;
}
#formTable td input[type="text"],
#formTable td input[type="password"],
#formTable td input[type="tel"]{
	width: 100%;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#postNum3{
	width: 60px !important;
}
#postNum4{
	width: 70px !important;
}
#formTable textarea{
	width: 100%;
	height: 150px;
	padding: 5px 10px;
	resize: vertical;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#formTable label{
    display: inline-block;
    width: 240px;
	font-weight: bold;
    padding: 10px;
}
#formTableMagaIn1{
	display: inline-block;
	font-weight: bold;
}
#formTableMagaIn2{
	display: block;
	margin-top: 10px;
	line-height: 1.3em;
	text-align: left;
}
#formTablePriv{
	padding: 20px 20px 20px 88px !important;
}
#formTablePrivIn{
	display: block;
	margin-top: 10px;
	line-height: 1.25em;
}
#formBtn{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
}
#formBtn[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtn{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
    -webkit-transition: all.2s;
    transition: all.2s;
}
.formBtn[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtn:hover{
    opacity: 1;
	background: #004f99;
}
.formBtnBlue{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
    -webkit-transition: all.2s;
    transition: all.2s;
}
.formBtnBlue[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtnBlue:hover{
	opacity: 1;
    background: #004f99;
}
.formBtnGreen{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
    -webkit-transition: all.2s;
    transition: all.2s;
}
.formBtnGreen[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtnGreen:hover{
	opacity: 1;
    background: #43b149;
}
.formBtnOrange{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
    -webkit-transition: all.2s;
    transition: all.2s;
}
.formBtnOrange[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtnOrange:hover{
	opacity: 1;
    background: #f08300;
}
.formBtnGold{/* 確認画面ボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #727171;
    -webkit-transition: all.2s;
    transition: all.2s;
}
.formBtnGold[disabled]{/* 確認画面ボタン disabled時 */
	background: #E8E8E8;
}
.formBtnGold:hover{
	opacity: 1;
    background: #C59322;
}
.formBtnBody{
    text-align: center;
}
.formBtnBody .formBtn{
    display: inline-block;
}
#formSend{/* この内容で送信するボタン */
	display: block;
	margin: 40px auto;
	padding: 15px 80px;
	border: 0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background: #E60012;
}

.formRequired{
	position: relative;
	top: -1px;
	margin-right: 10px;
	margin-left: -58px;
	padding: 2px 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px !important;
	color: #FFF;
	background: #E60012;
}
.formTableTopRequired{
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
	padding: 2px 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px !important;
	color: #FFF;
	background: #E60012;
}
.formTxt1{
    width: 240px !important;
}
.formTxt2{
    width: 120px !important;
}
.formOther1{
    margin-left: 20px;
}
.formOther2{
    width: 240px !important;
}
.formOther2[name="singleAnswer(ANSWER7)"],
.formOther2[name="singleAnswer(ANSWER9)"],
.formOther2[name="singleAnswer(ANSWER11)"],
.formOther2[name="singleAnswer(ANSWER29)"],
.formOther2[name="singleAnswer(ANSWER31)"],
.formOther2[name="singleAnswer(ANSWER33)"],
.formOther2[name="singleAnswer(ANSWER52)"],
.formOther2[name="singleAnswer(ANSWER54)"],
.formOther2[name="singleAnswer(ANSWER56)"],
.formOther2[name="singleAnswer(ANSWER79)"],
.formOther2[name="singleAnswer(ANSWER81)"],
.formOther2[name="singleAnswer(ANSWER83)"],
.formOther2[name="singleAnswer(ANSWER164)"],
.formOther2[name="singleAnswer(ANSWER166)"],
.formOther2[name="singleAnswer(ANSWER168)"],
.formOther2[name="singleAnswer(ANSWER271)"],
.formOther2[name="singleAnswer(ANSWER273)"],
.formOther2[name="singleAnswer(ANSWER275)"],
.formOther2[name="singleAnswer(ANSWER337)"],
.formOther2[name="singleAnswer(ANSWER339)"],
.formOther2[name="singleAnswer(ANSWER341)"]{
    width: 195px !important;
}
.formAst{
    display: block;
    margin-top: 5px;
    line-height: 1.5;
    color: #999;
}
.formAstFree{
    display: block;
    color: #f00;
}
.formPost{
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 6px 10px;
    border: 1px solid #00A0E9 !important;
    color: #666464;
    background: #D1F0FF !important;
}
.formAgree{
    width: 900px;
    margin: 20px auto 0;
    padding: 20px 85px;
    line-height: 1.5;
    border: 1px solid #ddd;
    background: #f9f9f9;
    box-sizing: border-box;
}
.formAgree p{
    margin: 0 0 15px;
}
.formAgree ul{
    margin-left: 2em;
}
.formAgree li{
    margin-bottom: 8px;
}
.formAgree li:before{
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    left: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666464;
}
.formAgree li a:after{
    content: "\f2d2";
    padding-left: 2px;
    font-family: FontAwesome;
}
.formAgreeLabel{
    padding: 5px;
}
.formSmall{
    display: block;
    font-size: 14px;
}
#err{
    margin-top: 10px;
    color: #E60012;
}

.err1{
    border: 1px solid #E60012;
    background: #FFF2F3;
}
.contact-cb-only-wrap {
    display: block;
    margin-bottom: -40px;
    text-align: center;
}
.contact-cb-only {
    display: inline-block;
    position: relative;
    padding: 20px 40px;
    border: 2px solid #8a6d3b;
    border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border: 2px solid #CE9E00;
    color: #fff;
    background: #CE9E00;
    transition: all .2s;
}
.contact-cb-only::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.contact-cb-only:hover {
    border: 2px solid #8a6d3b;
    color: #8a6d3b;
    background: #f7f6e1;
}
.contact-cb-only:hover::after {
    border-color: #8a6d3b;
}
.merit {
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #ca9a1f;
}
#merit {
    display: none;
    margin-left: 270px;
    color: #E60012;
}
#merit:hover {
    color: #0095C9;
}





/*----------------------------------------------------------- 
///////////////以下、SP用///////////////
-----------------------------------------------------------*/

/*@media only screen and (max-device-width: 1300px) and (max-width: 640px) {*/
@media only screen and (max-width: 640px) {

	
	
	
	
#formTableTop{
	position: static;
	width: auto;
	margin: 20px 10px;
}
#formTableTop p{
	font-size: 14px;
	line-height: 1.3em;
}
#formTableTop p br{
	display: none;
}
#formFlow{
    margin: 10px;
    text-align: center;
}
#formFlow li{
    margin-right: 18px;
    margin-bottom: 5px;
    padding: 10px 5px;
    font-size: 14px !important;
}
#formTable{
	width: 100%;
	margin: 0;
	border: 0;
	border-top: 1px solid #727171;
}
#formTable th{
	display: block;
	position: relative;
	width: auto;
	padding: 10px;
	border: 0;
}
#formTable td{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #727171;
}
#formTable td br{
	display: none;
}
#formTable td select{
	width: 100% !important;
	padding: 5px 10px;
}
#formTable td input[type="text"],
#formTable td input[type="password"],
#formTable td input[type="tel"]{
	width: 100%;
	padding: 5px;
}
#formTable textarea{
	padding: 5px;
}
#formTable label{
    display: block;
    width: auto;
	margin: 10px 0;
	border-radius: 5px;
	background: #F1F1F1;
}
#formTableMaga{
	padding: 10px !important;
	text-align: center;
}
#formTableMagaIn1{
	display: block;
	text-align: left;
}
#formTableMagaIn2{
	font-size: 14px;
	color: #999494;
}
#formTablePriv{
	position: relative;
	padding: 0px 10px 10px 10px !important;
}
#formTablePriv label{
	max-width: 80%;
}
#formTablePrivIn{
	font-size: 14px;
	color: #999494;
}
#formBtn{
	margin: 20px auto;
	padding: 10px 20px;
	font-size: 16px;
}
#formSend{
	margin: 20px auto;
	padding: 10px 20px;
	font-size: 16px;
}
.formBtnBody .formBtn{
    display: inline-block;
    margin: 20px 0 0;
    padding: 15px 20px;
    font-size: 16px;
}
.formRequired{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}
.formTableTopRequired{
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
	padding: 2px 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px !important;
	color: #FFF;
	background: #E60012;
}
.formTxt1{
    width: 100% !important;
}
.formTxt2{
    width: 40% !important;
}
.formOther1{
    display: block;
    margin: 10px 0 5px;
}
.formOther2{
    width: 100% !important;
}
.formAgree{
    position: relative;
    width: auto;
    margin: 20px 5px 0;
    padding: 15px 10px 5px;
}
.formAgree p{
    margin: 0 0 10px;
}
.formAgree ul{
    margin-left: .5em;
}
.formSmall{
    font-size: 12px;
}
.formAgree .formRequired{
    top: -10px !important;
    right: 5px;
    line-height: 1.2;
}
.contact-cb-only-wrap {
    display: block;
    margin: 0 10px;
}
.contact-cb-only {
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 16px;
}
.contact-cb-only::after {
    right: 10px;
    width: 5px;
    height: 5px;
}
#merit {
    margin-left: auto;
}






}