@charset "utf-8";



/*//////////////////

#top・wp・contact構築時に欲しいパーツ集

必要最低限なパーツのみ残しています。
下層展開構築時のパーツは適宜チップスから取得し追加してください。

//////////////////*/

.topsectitlebox .en{font-size: 4.8rem;line-height: 1.6;}
.topsectitlebox .jn{ font-size: 1.7rem; }
@media screen and (max-width: 1200px) {
	.topsectitlebox .en{ font-size: 3.6rem; }
}
@media screen and (max-width: 767px) {
	.topsectitlebox .en{ font-size: 3.4rem; }
	.topsectitlebox .jn{ font-size: 1.6rem; }
}
@media screen and (max-width: 500px) {
}

.btnlink{background: #003c8c;display: inline-block;padding: 6px 30px;border-radius: 30px;position: relative;border: 1px solid #003c8c;padding-right: 70px;color: #fff;min-width: 300px;text-align: left;}
.btnlink::after,
.btnlink::before{ content: ""; background: url(../img/common/arr1.svg) no-repeat; background-size: contain; width: 34px; height: 14px; position: absolute; right: 20px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; transition: .4s; }
.btnlink::after{  background: url(../img/common/arr1_blue.svg) no-repeat; background-size: contain; opacity: 0; }
.btnlink:hover{ color: #003c8c; background: #fff; }
.btnlink:hover::after,
.btnlink:hover::before{ right: 15px; }
.btnlink:hover::after{ opacity: 1; }
.btnlink:hover::before{ opacity: 0; }
.btnlink._2{font-size: 2.2rem;padding-top: 5px;padding-bottom: 10px;padding-left: 50px;border-radius: 0;line-height: 1.8;min-height: 110px;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;}
.btnlink._2>.inwrap{display: inline-block;line-height: 1.6;}
.btnlink._2 .minitxt,
.btnlink._2 .maintxt{ display: inline-block; vertical-align: middle; margin-left: 10px;  }
.btnlink._2 .minitxt{ font-size: 1.6rem; vertical-align: -2px; }
.btnlink._3{font-size: 1.8rem;text-align: center;padding-left: 70px;padding-top: 15px;padding-bottom: 15px;min-width: 400px;border-radius: 50px; background: linear-gradient(180deg, #0d4692 0%, #0d4692 50%, #003c8c 50%, #003c8c 100%);}
.btnlink._3::after,
.btnlink._3::before{ right: 60px; }
.btnlink._3:hover{ color: #003c8c; background: #fff; }
.btnlink._3:hover::after,
.btnlink._3:hover::before{ right: 50px; }
.btnlink._3._grey{background: linear-gradient(180deg, #2a2a2a 0%, #2a2a2a 50%, #191919 50%, #191919 100%);border: 1px solid #191919;}
.btnlink._3._grey:hover{ color: #191919; background: #fff; }
@media screen and (max-width: 1200px) {
	.btnlink._2{font-size: 2rem;padding-top: 20px;padding-bottom: 20px;padding-left: 40px;}
}
@media screen and (max-width: 767px) {
	.btnlink{ min-width: inherit!important; max-width: 300px; width: 100%; }
	.btnlink._2{font-size: 1.8rem;padding-top: 10px;padding-bottom: 15px;padding-left: 30px;margin-left: auto;margin-right: auto;width: 100%; max-width: 100%;}
	.btnlink._2 .minitxt{ font-size: 1.4rem; }
	.btnlink._3{ min-width: inherit!important; max-width: 400px; width: 100%; }
}
@media screen and (max-width: 500px) {
}


.fbottomlinklist{ margin-top: 80px; }
.fbottomlinklist>.incnt{ max-width: 910px; overflow: hidden; }
.fbottomlinklist>.incnt>ul{text-align: center;margin-bottom: -30px;display: flex;justify-content: center;}
.fbottomlinklist>.incnt>ul>li{display: flex;vertical-align: middle;margin-left: 30px;max-width: 440px;width: calc(50% - 35px);margin-bottom: 30px;}
.fbottomlinklist>.incnt>ul>li .btnlink{min-width: inherit;width: 100%;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
	.fbottomlinklist{ margin-top: 70px; }
	.fbottomlinklist>.incnt>ul{ margin-bottom: -20px; display: block;}
	.fbottomlinklist>.incnt>ul>li{display: block;margin-left: 0;width: 100%;margin-bottom: 20px;max-width: 100%;}
}
@media screen and (max-width: 500px) {
}



.txtlink{ display: inline-block; position: relative; padding-right: 45px; }
.txtlink:after{ content: ""; background: url(../img/common/arr1.svg) no-repeat; background-size: contain; width: 34px; height: 14px; position: absolute; right: 5px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; transition: .4s; }
.txtlink>.inwrap{ display: inline-block; position: relative; line-height: 1.4; }
.txtlink>.inwrap:before{ content: ""; background: #fff; display: inline-block; position: absolute; bottom: 0; left: 0; width: 0; transition: .4s; height: 1px;  }
.txtlink:hover>.inwrap:before{ width: 100%; }

.txtlink._blue{ color: #003c8c; }
.txtlink._blue:after{ background: url(../img/common/arr1_blue.svg) no-repeat; background-size: contain;  }
.txtlink._blue>.inwrap:before{ background: #003c8c; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}


.newslist>ul>li:not(:last-child){ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #b2b2b2;  }
.newslist>ul>li>dl{ display: flex;flex-direction: row; padding-left: 10px; padding-right: 10px; }
.newslist>ul>li>dl>dt{ flex-shrink: 0; width: 120px; color: #003c8c;  }
.newslist>ul>li>dl>dd>a:hover{ color: #003c8c; opacity: 1; }

.newslist._2>ul>li:first-child{ border-top: 1px solid #b2b2b2; padding-top: 20px; }
.newslist._2>ul>li:last-child{ padding-bottom: 20px; border-bottom: 1px solid #b2b2b2;  }
.newslist._2>ul>li>dl{ display: block; padding-left: 0; padding-right: 0; }
.newslist._2>ul>li>dl>dt{ width: 100%; margin-left: -10px; }
.newslist._2>ul>li>dl>dt .date,
.newslist._2>ul>li>dl>dt .cat{ display: inline-block; vertical-align: middle; margin-left: 10px; }
.newslist._2>ul>li>dl>dt .cat{display: inline-block;line-height: 1;background: #003c8c;color: #fff;font-size: 1.4rem;padding: 5px 12px;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
	.newslist>ul>li>dl{ display: block;}
	.newslist>ul>li>dl>dt{width: 100%; }
}
@media screen and (max-width: 500px) {
}


.singleinfobox{ margin-bottom: 35px; }
.singleinfobox .singletitle{ font-size: 2.4rem; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #666; }
.singleinfobox .newsinfo{ margin-left: -10px; }
.singleinfobox .newsinfo .newsdate,
.singleinfobox .newsinfo .newscat{ display: inline-block; margin-left: 10px; }
.singleinfobox .newsinfo .newsdate{ color: #003c8c; }
.singleinfobox .newscat>.inwrap{line-height: 1;font-size: 1.4rem;background: #003c8c;color: #fff;padding: 6px 12px;display: inline-block;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}


.undersectitlebox{ text-align: center; line-height: 1.6; padding-bottom: 15px; margin-bottom: 40px; position: relative; color: #003c8c; }
.undersectitlebox::before{ content: ""; width: 46px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; background: #003c8c; }
.undersectitlebox .en{ font-size: 1.4rem; }
.undersectitlebox .jn{ font-size: 3.6rem; letter-spacing: 0.1em; }
.undersectitlebox.txtblack::before{ background: #191919;}
.undersectitlebox._min .jn{font-size: 3.2rem;}
@media screen and (max-width: 1200px) {
	.undersectitlebox .jn{ font-size: 2.8rem; }
	.undersectitlebox._min .jn{font-size: 2.6rem;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}

.copy{ font-size: 3.2rem; line-height: 1.8; text-align: center; color: #003c8c; margin-bottom: 20px; }
.copy._2{ font-size: 2.8rem; }
.copy._3{ font-size: 2.4rem; }
.copy._4{ font-size: 2.2rem; }
@media screen and (max-width: 1200px) {
	.copy{ font-size: 2.8rem; }
	.copy._2{ font-size: 2.4rem; }
	.copy._3{ font-size: 2.2rem; }
}
@media screen and (max-width: 767px) {
	.copy{ font-size: 2.4rem; }
	.copy._2{ font-size: 2rem; }
	.copy._3{ font-size: 2rem; }
}
@media screen and (max-width: 500px) {
	.copy{ font-size: 2.2rem; }
}


.dllist>li>dl{ display: flex;flex-direction: row; }
.dllist>li>dl>dt,
.dllist>li>dl>dd{ padding-top: 25px; padding-bottom: 20px; }
.dllist>li>dl>dt{background: #003c8c;color: #fff;font-size: 1.8rem;padding-left: 4%;padding-right: 4%;text-align: center;border-bottom: 1px solid #fff;margin-right: 5px;display: flex;flex-shrink: 0;flex-direction: column;line-height: 1.8;width: 25%;}
.dllist>li>dl>dd{padding-left: 5%;padding-right: 5%;border-bottom: 1px solid #999;width: 100%; line-height: 2;background: #fff;}
.dllist>li:first-child>dl>dd{ border-top: 1px solid #999;  }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
	.dllist>li>dl{ display: block;}
	.dllist>li>dl>dt{padding-left: 6%;padding-right: 6%;border-bottom: none;margin-right: 0;display: block!important;width: 100%!important;padding-top: 10px; padding-bottom: 10px;}
	.dllist>li>dl>dd{padding-left: 6%;padding-right: 6%;border-bottom: none;padding-top: 20px; padding-bottom: 25px;}
	.dllist>li:first-child>dl>dd{ border-top: none;  }
}
@media screen and (max-width: 500px) {
}

.toptxt{ font-size: 1.8rem; }
.toptxt.gothic{ font-size: 1em; font-weight: bold; }
.toptxt>p:not(:last-child){ margin-bottom: 40px; }
@media screen and (max-width: 767px) {
	.toptxt{ font-size: 1em; }
	.toptxt>p:not(:last-child){ margin-bottom: 30px; }
}


#pagenavlist{ margin-bottom: 85px; }
#pagenavlist>.incnt{ overflow: hidden; }
#pagenavlist>.incnt>ul{ margin-left: -25px; margin-bottom: -20px; text-align: center;  }
#pagenavlist>.incnt>ul>li{ display: inline-block;vertical-align: middle; margin-left: 25px; margin-bottom: 20px; }
#pagenavlist>.incnt>ul>li>a{border: 1px solid #003c8c;padding: 9px 50px;text-align: center;display: inline-block;color: #003c8c;font-size: 1.8rem;position: relative;min-width: 270px;}
#pagenavlist>.incnt>ul>li>a::before,
#pagenavlist>.incnt>ul>li>a::after{content: "";background: url(../img/common/arr2_blue.svg) no-repeat;background-size: contain;width: 8px;height: 14px;transform: rotate(90deg);top: 2px;bottom: 0;margin-top: auto;margin-bottom: auto;right: 20px;position: absolute;transition: .4s;}
#pagenavlist>.incnt>ul>li>a::before{ background: url(../img/common/arr2.svg) no-repeat;background-size: contain; opacity: 0; }
#pagenavlist>.incnt>ul>li>a:hover{ background: #003c8c; color: #fff; opacity: 1; }
#pagenavlist>.incnt>ul>li>a:hover::before,
#pagenavlist>.incnt>ul>li>a:hover::after{ top: 5px; }
#pagenavlist>.incnt>ul>li>a:hover::before{ opacity: 1; }
#pagenavlist>.incnt>ul>li>a:hover::after{ opacity: 0; }
@media screen and (max-width: 1200px) {
	#pagenavlist{ margin-bottom: 60px; }
}
@media screen and (max-width: 767px) {
	#pagenavlist{ margin-bottom: 50px; }
	#pagenavlist>.incnt>ul{ margin-left: 0; }
	#pagenavlist>.incnt>ul>li{ display: block;margin-left: 0; margin-bottom: 20px; }
	#pagenavlist>.incnt>ul>li>a{display: block;min-width: 100%;}
}
@media screen and (max-width: 500px) {
}

.servicesectitle{ margin-bottom: 40px; text-align: center; }
.servicesectitle>.inwrap{font-size: 3.4rem;display: inline-block;padding-left: 50px;padding-right: 50px;position: relative;letter-spacing: 0.2em;line-height: 1.6;}
.servicesectitle>.inwrap::before,
.servicesectitle>.inwrap::after{content: "";background: url(../img/common/servicesectitle.svg) no-repeat;background-size: contain;position: absolute;top: 2px;bottom: 0;margin-top: auto;margin-bottom: auto;display: inline-block;width: 22px;height: 38px;}
.servicesectitle>.inwrap::before{ left: 0; }
.servicesectitle>.inwrap::after{ transform : rotate(180deg) scale(1, -1); right: 0; }
@media screen and (max-width: 1200px) {
	.servicesectitle>.inwrap{font-size: 2.8rem;padding-left: 40px;padding-right: 40px;}
}
@media screen and (max-width: 767px) {
	.servicesectitle{ margin-bottom: 30px;  }
	.servicesectitle>.inwrap{font-size: 2.4rem;}
}
@media screen and (max-width: 500px) {
}

#servicelist{ position: relative; }
#servicelist>ul>li:not(:last-child){ margin-bottom: 70px; }
#servicelist:not(._bdtn)::before{ content: ""; background: #003c8c; max-width: 1340px; width: 88%; position: absolute; top: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; height: 1px; }
#servicelist .servicetopbox{ padding-top: 80px; padding-bottom: 100px; }
#servicelist._bdtn>li:first-child .servicetopbox{ padding-top: 0!important; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg{ margin-top: 25px; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol{display: flex;flex-direction: row;justify-content: center;}
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._before{ padding-right: 40px; position: relative; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._before::after{content: "";background: url(../img/common/beforeafter_arr.svg) no-repeat;background-size: contain;width: 20px;height: 16px;display: inline-block;position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;right: 8px;}
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li .imgbox{ position: relative; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li .imgbox .icon{ position: absolute; top: 0; left: 0; display: inline-block; color: #fff; line-height: 1.6; padding: 2px 20px; min-width: 100px; font-size: 1.4rem; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._before .imgbox .icon{ background: #191919; }
#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._after .imgbox .icon{ background: #194f97; }
@media screen and (max-width: 1200px) {
	#servicelist>ul>li:not(:last-child){ margin-bottom: 40px; }
}
@media screen and (max-width: 767px) {
	#servicelist>ul>li:not(:last-child){ margin-bottom: 0; }
	#servicelist .servicetopbox{ padding-bottom: 80px; }
	#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol{ display: block; }
	#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._before{ padding-right: 0; padding-bottom: 40px; }
	#servicelist .servicetopbox>.incnt>.inwrap .beforeafterimg>ol>li._before::after{transform: rotate(90deg);top: auto;left: 0; right: 0;margin-left: auto;margin-right: auto;right: 0;bottom: 12px;}
}
@media screen and (max-width: 500px) {
}

#servicelist .servicestorybox{ padding-top: 70px; padding-bottom: 95px; background: #f7f7f7; }
#servicelist .servicestorybox .incnt{ max-width: 1180px; }
#servicelist .servicestorybox .undersectitlebox .jn{ font-size: 3.2rem; }
#servicelist .servicestorybox .caselist>ul>li{position: relative;padding: 100px 6% 60px;background: #fff;}
#servicelist .servicestorybox .caselist>ul>li:not(:last-child){ margin-bottom: 40px; }
#servicelist .servicestorybox .caselist>ul>li .casenum{ text-align: center; position: absolute; top: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#servicelist .servicestorybox .caselist>ul>li .casenum>.inwrap{font-size: 1.8rem;color: #fff;background: #003c8c;text-align: center;min-width: 160px;text-align: center;display: inline-block;border-radius: 0 0 10px 10px;}
#servicelist .servicestorybox .caselist>ul>li .mainbox{ display: flex;flex-direction: row; }
#servicelist .servicestorybox .caselist>ul>li .mainbox .txtbox{ width: 100%; }
#servicelist .servicestorybox .caselist>ul>li .mainbox .txtbox .copy{ text-align: left; }
#servicelist .servicestorybox .caselist>ul>li .mainbox .imgbox{width: 48%;margin-left: 4%;flex-shrink: 0;}
@media screen and (max-width: 1200px) {
	#servicelist .servicestorybox .undersectitlebox .jn{ font-size: 2.8rem; }
}
@media screen and (max-width: 767px) {
	#servicelist .servicestorybox{ padding-bottom: 65px; }
	#servicelist .servicestorybox .undersectitlebox .jn{ font-size: 2.6rem; }
	#servicelist .servicestorybox .caselist>ul>li{padding: 80px 8% 40px;}
	#servicelist .servicestorybox .caselist>ul>li .casenum>.inwrap{ font-size: 1em; }
	#servicelist .servicestorybox .caselist>ul>li .mainbox{ display: block; }
	#servicelist .servicestorybox .caselist>ul>li .mainbox .txtbox .copy{ text-align: center; }
	#servicelist .servicestorybox .caselist>ul>li .mainbox .imgbox{width: 100%;margin-left: 0%;margin-top: 20px;}
}
@media screen and (max-width: 500px) {
}



/* input */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea {border: 1px solid #ffffff;background: #ffffff!important;line-height: 2;padding: 18px 35px;font-size: 100%;height: 60px;width: 100%;transition: 0.3s;letter-spacing: 1.6;font-family : "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
form textarea { height: 267px; width: 100%; resize: vertical; display: block; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form textarea:focus { border: 1px solid #000000; background: #fff!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only,
form input[type="number"]:read-only,
form textarea:read-only { background: #eee!important; }
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"],
	form input[type="number"] { padding: 18px 12px; height: 60px; }
	form textarea{ height: 240px; }
}

/* other */
input::placeholder, textarea::placeholder { color: #7f7f7f!important; }
.mw_wp_form .error { color: #e94a67; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { display: inline-block; color: #e94a67; line-height: 1; margin-left: 10px; letter-spacing: 0; font-size: 1.4rem; }
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #e94a67;}
@media screen and (max-width: 767px) {
	.required { font-size: 1.4rem; }
}

/* size */
form .short { width: 300px!important;}
form .middle { width: 500px!important;}
@media screen and (max-width: 767px) {
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}


/* checkbox */
form input[type="checkbox"] { width: 16px; height: 16px; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -2px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #000000!important; border:1px solid #000000; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

/* radio */
form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -3px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #000000!important; border: 1px solid #000000; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }

/* date */
input[type="date"]:focus { outline: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{ -webkit-appearance: none; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; height: 60px; width: 60px; right: 0; cursor: pointer; }
input[type="date"] {position: relative;width: 210px;height: 60px;border: 0;background: transparent;box-sizing: border-box;font-size: 1.5rem;color: #191919;font-family : "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;letter-spacing: 0.1em;padding-left: 15px;}

/* daybox */
.datebox .dateinput{ margin-top: 5px; margin-left: -15px; }
.datebox .dateinput .daybox,
.datebox .dateinput .datetime{ display: inline-block; vertical-align: top; margin-left: 15px; margin-top: 15px; }
.datebox .dateinput input{ width: 100%; }
form .daybox label { position: relative; width: 266px; height: 60px; border: 1px solid #191919; color: #191919; background: #fff; }
form .daybox label::before {content: "";background: #b2b2b2;width: 60px;height: 58px;top: 0;right: 0;position: absolute;border-left: 1px solid #191919;}
form .daybox label::after {content: "";background: linear-gradient(to left top, transparent 50%, rgb(255, 255, 255) 51%) right top / 50% 100% no-repeat, linear-gradient(to right top, transparent 50%, rgb(255, 255, 255) 51%) left bottom / 50% 100% no-repeat;width: 10px;height: 8px;display: inline-block;position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;right: 25px;}
@media screen and (max-width: 767px) { 
	form .daybox label { width: 100%; }	
	.datebox .dateinput .daybox,
	.datebox .dateinput .datetime{ display: block; }
}

/* selectbox */
/* form .selectbox, */
.mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_previewform) form .selectbox {height: 60px;width: 100%;position: relative;z-index: 1;max-width: 300px;display: inline-block;}
/* form .selectbox::before, */
.mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_previewform) form .selectbox::before {content: "";background: linear-gradient(to left top, transparent 50%, rgb(25, 25, 25) 50%) right top / 50% 100% no-repeat, linear-gradient(to right top, transparent 50%, rgb(25, 25, 25) 50%) left bottom / 50% 100% no-repeat; width: 14px; height: 14px;top: 0;right: 40px;position: absolute;z-index: 1;bottom: 0;margin: auto 0;}
/* form .selectbox select, */
.mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_previewform) form .selectbox select {font-size: 1.6rem;width: 100%;height: 100%;padding: 0 35px;padding-right: 60px;position: relative;background: #ffffff;letter-spacing: 0.1em;}
@media screen and (max-width: 767px) { 
	/* form .selectbox, */
	.mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_previewform) form .selectbox { width: 100%; }
	/* form .selectbox::before, */
	.mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_previewform) form .selectbox::before{ right: 30px; }
}


.zipbox{ display: flex; flex-direction: row; max-width: 480px; width: 100%; }
.zipbox .inputbox{ width: 100%; }
.zipbox .inputbox input{ height: 100%; }
.zipbox .getaddress{border-top: 1px solid #191919;border-bottom: 1px solid #191919;border-right: 1px solid #191919;width: 160px;flex-shrink: 0;display: flex;}
.zipbox .getaddress>a{ display: flex; align-items: center; justify-content: center; background: #b2b2b2; color: #fff; width: 100%; }
@media screen and (max-width: 767px) { 
	.zipbox .getaddress{ width: 140px; }
}
@media screen and (max-width: 500px) { 
	.zipbox .getaddress{ width: 130px; }
}

/* btnbox */
.btnbox {text-align: center;width: 100%;margin-top: 60px;}
.btnbox ul { margin-left: -20px; margin-top: -10px; overflow: hidden; text-align: center; }
.btnbox ul>li { margin-left: 20px; margin-top: 10px; display: inline-block; vertical-align: middle; }
form .btnbox ul>li .btnlink {padding-top: 23px;padding-bottom: 23px;letter-spacing: 0.2em;}
@media screen and (max-width: 1200px) {
	.btnbox{ margin-top: 60px; }
}
@media screen and (max-width: 767px) {
	.btnbox{ margin-top: 40px; }
	.btnbox ul { margin-left: 0; }
	.btnbox ul>li { margin-left: 0; display: block; }
	.btnbox ul>li label{ width: 100%; }
	#article.wp form .btnbox ul>li input[type="submit"].submit{ width: 100%; }
	form .btnbox ul>li .btnlink { width: 88%; margin-left: auto; margin-right: auto;padding-top: 18px;padding-bottom: 18px;}
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview form .submit{ margin-top: 60px; }


.formbox{background: #f7f7f7;padding-top: 80px;margin-top: 60px;padding-bottom: 160px;}
.formbox .formtoptxt{text-align: center;margin-bottom: 30px;}
form ul.formlist>li:not(:last-child) {margin-bottom: 25px;}
form ul.formlist>li dl { display: flex; justify-content: space-between; }
form ul.formlist>li dt {width: 215px;text-align: left;flex-shrink: 0;padding-top: 15px;line-height: 1.4;margin-left: -10px;padding-right: 20px;font-size: 1.8rem;}
form ul.formlist>li dt>span{ margin-left: 10px; }
.mw_wp_form.mw_wp_form_confirm form ul.formlist>li dt{ padding-top: 5px; }
form ul.formlist>li dd { width: 100%; }

form .privacycheck {padding-top: 50px;text-align: center;}
form .privacycheck a { text-decoration: underline; }
form .privacycheck a:hover { text-decoration: none; }
.mw_wp_form form .privacycheck .mwform-checkbox-field-text{ display: none; }
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview form .privacycheck{ display: none; }
@media screen and (max-width: 1200px) { 
	.formbox{margin-top: 60px;padding-bottom: 120px;}
}
@media screen and (max-width: 767px) { 
	.formbox{padding-top: 60px;padding-bottom: 80px;margin-top: 40px;}
	form .privacycheck {font-size: 1.6rem;padding-top: 30px;}
	form ul.formlist>li dl { display: block; }
	form ul.formlist>li dt {width: 100%;margin-bottom: 10px;padding-top: 0;font-size: 1.6rem;}
	.formbox .formtoptxt{ text-align: justify; margin-bottom: 40px; }
}
@media screen and (max-width: 500px) { 
	.formbox{padding-top: 50px;}
	form .privacycheck{letter-spacing: 0.1em;line-height: 2;}
}

.wpcf7-response-output { width: 100%; font-size: 20px; border: 1px solid #191919!important; color: #191919; font-weight: bold; text-align: center; padding: 20px 6%!important; margin: 0 0 40px!important; }
@media screen and (max-width: 767px) {
	.wpcf7-response-output { padding: 6%!important; font-size: 1.6rem; }
}
span.wpcf7-not-valid-tip { margin: 5px 0; color: #191919; font-weight: bold; }
span.wpcf7-not-valid-tip:before {content:"！"; }
form ul.formlist>li.mail dd input:first-child+span.wpcf7-not-valid-tip{ margin-top: -5px; margin-bottom: 10px; }

.wpcf7-spinner{ position: absolute!important; bottom: -40px; right: 0; }
