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


.landingpage header.l-header.spNone,
.landingpage footer,
.confirmation header.l-header.spNone,
.confirmation footer,
.thanks header.l-header.spNone,
.thanks footer,
.error header.l-header.spNone,
.error footer {
    display: none;
}
.landingpage main footer,
.confirmation main footer,
.thanks main footer,
.error main footer {
    display: block;
}

/*           clreafix            
----------------------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}



/*           header            
----------------------------------*/
#LandingPage header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 1520px;
	height: 84px;
	padding: 0 8px 0 6px;
	box-sizing: border-box;
}
#LandingPage header .leftbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 5px;
    width: 78.3%;
    padding-right: 2%;
    box-sizing: border-box;
}
#LandingPage header .leftbox .logobox {
    max-width: 174px;
    width: 33%;
    position: relative;
}
#LandingPage header .leftbox .logobox .h_logo,
#LandingPage header .rightbox .telbox .h_tel {
    width: 100%;
}
#LandingPage header .leftbox .logobox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#LandingPage header .leftbox p {
    width: 67%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #1A1173;
    letter-spacing: -1.5px;
    padding-left: 3%;
    line-height: 100%;
}

@media screen and (max-width: 901px){
	#LandingPage header .leftbox p {
		font-size: 25px;
	}
}
#LandingPage header .leftbox p span {
	color: #2692FF;
}
#LandingPage header .rightbox {
    width: 21.7%;
    max-width: 327px;
    margin-top: 12px;
    margin-bottom: 2px;
    padding: 0;
}
#LandingPage header .rightbox .telbox {
    position: relative;
}
#LandingPage header .rightbox .telbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#LandingPage header .rightbox .business_hours {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-size: 13px;
	letter-spacing: -0.5px;
	margin-top: 3px;
}
#LandingPage header .rightbox .business_hours span {
	display: inline-block;
	width: 65px;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	background-color: #25B658;
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-right: 12px;
}
#LandingPage .h_line {
	width: 100%;
	height: 10px;
	background-image: url(../img/LandingPage/h_line.jpg);
}
/*#LandingPage header .rightbox .telbox {
    position: relative;
}
#LandingPage header .rightbox .telbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*#LandingPage main #estimate .inner #form_box .privacybox .wpcf7-list-item-label:hover {
    color: #ff0000;
}
input[type="checkbox"]:hover {
    opacity: 0.5;
    color: #ff0000;
}*/





@media screen and (min-width: 769px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}




#LandingPage main {
    display: block;
}
#LandingPage main .mvbox .mv {
	width: 100%;
}
#LandingPage main #point_description {
    width: 100%;
    background-image: url(../img/LandingPage/point_description_bg.png);
    padding-bottom: 125px;
    padding-top: 81px;
}


#LandingPage main #estimate {
    padding-bottom: 84px;
}
#LandingPage main .bigTTLbox .bigTTL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #FFFF00;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: #3B3FC5;
    padding: 50px 0;
    letter-spacing: 2px;
}
#LandingPage main .bigTTLbox .bigTTL img.bigTTL_IMG {
    margin-right: 27px;
}
#LandingPage main .inner .service_flow_subTTL {
    margin-top: 35px;
    width: 100%;
    max-width: 544px;
	margin-right: auto;
	margin-left: auto;
}











/*linkbtnbox*/
#LandingPage main .inner {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
#LandingPage main #linkbtnbox .inner .linkbtn {
    width: 48%;
    max-width: 498px;
    float: left;
    margin-top: 34px;
    margin-bottom: 36px;
    position: relative;
}
#LandingPage main #linkbtnbox .inner .linkbtn .linkbtnIMG {
    width: 100%;
}
#LandingPage main #linkbtnbox .inner .linkbtn:hover {

    opacity: 0.5;
}
#LandingPage main #linkbtnbox .inner .linkbtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#LandingPage main #linkbtnbox .inner .linkbtn:nth-of-type(2) {
    float: right;
}


/*point4*/
#LandingPage main #point4 {
	background-image: url(../img/LandingPage/point_box_bg.jpg);
	background-repeat: repeat;
	padding-top: 49px;
}
#LandingPage main #point4 .inner .point_ttl01 {
    width: 100%;
    max-width: 1022px;
    /* margin-top: 49px; */
}
#LandingPage main #point4 .inner .point4box li {
    width: 48%;
    max-width: 467px;
    float: left;
    border-top: solid 8px #3997EB;
    background-color: #fff;
    margin-top: 70px;
}
#LandingPage main #point4 .inner .point4box li:nth-child(even) {
    float: right;
}
#LandingPage main #point4 .inner .point4box li .point4boxTTLbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
#LandingPage main #point4 .inner .point4box li .point4boxTTLbox .number {
    width: 15%;
    max-width: 70px;
}
#LandingPage main #point4 .inner .point4box li .point4boxTTLbox div {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
    width: 85%;
    max-width: 467px;
    font-size: 43px;
    font-weight: bold;
    color: #202283;
}
#LandingPage main #point4 .inner .point4box li .pointIMG {
    width: 100%;
}
#LandingPage main #point4 .inner .point4box li .pointText {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 19px;
    text-align: left;
    line-height: 30px;
    letter-spacing: -1px;
    padding: 32px;
    box-sizing: border-box;
}
#LandingPage main #point4 .inner .point4box li:nth-child(n + 3) {
    margin-top: 57px;
    margin-bottom: 100px;
}
#LandingPage .green {
    display: contents;
    color: #05C46B;
}
@media screen and (max-width: 1046px){
	#LandingPage main .inner {
		padding: 0 10px!important;
	}
	#LandingPage main #company {
		padding-right: 10px!important;
		padding-left: 10px!important;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px){
	#LandingPage main #point_description .inner .subTTLbox {
		font-size: 27px!important;
	}
	#LandingPage main #point_description .inner .subTTLbox:nth-of-type(n + 2) {
		font-size: 36px!important;
	}
	#LandingPage main #point_description .inner .point_description_inner {
		display: block!important;
	}
	#LandingPage main #point_description .inner .point_description_inner li {
		width: 100%!important;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 978px){
	#LandingPage main #point4 .inner .point4box li .pointText {
		height: 10em;
	}
}
@media screen and (max-width: 786px){
	#LandingPage main #point4 .inner .point4box li .pointText {
		height: 11em;
	}
}
@media screen and (max-width: 962px){
	#LandingPage main .consultation .inner .telbox .tel_icon {
		width: 40px!important;
	}
	#LandingPage main .consultation .inner .telbox .tel_text .blue .tel_number a {
		font-size: 30px!important;
	}
}

/*point_description*/
#LandingPage main #point_description .inner .subTTLbox {
    width: 100%;
    max-width: 1026px;
    height: 78px;
    margin-top: 53px;
    background-image: url(../img/LandingPage/subTTLbox_bg.jpg);
    background-repeat: repeat;
    border-radius: 39px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
#LandingPage main #point_description .inner .subTTLbox:nth-of-type(n + 2) {
    font-size: 46px;
}
#LandingPage main #point_description .inner .subTTLbox:nth-of-type(3) {
    margin-top: 98px;
}
#LandingPage main #point_description .inner .subTTLbox:nth-of-type(2) {
    margin-top: 47px;
}
#LandingPage main #point_description .inner .subTTLbox .subTTLboxInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#LandingPage main #point_description .inner .subTTLbox .subTTLboxInner .subTTL_IMG {
    margin-right: 25px;
}
#LandingPage main #point_description .inner .point_descriptionTTL {
    width: 100%;
    /* margin-top: 81px; */
    max-width: 988px;
}
#LandingPage main #point_description .inner .point_descriptionTTL:nth-of-type(2) {
    margin-top: 106px;
    max-width: 1027px;
}
#LandingPage main #point_description .inner .point_description_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 54px;
}
#LandingPage main #point_description .inner .point_description_inner:nth-of-type(2),
#LandingPage main #point_description .inner .point_description_inner:nth-of-type(3) {
	margin-top: 65px;
	}
#LandingPage main #point_description .inner .point_description_inner li {
    width: 38%;
    max-width: 388px;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) {
    width: 62%;
    max-width: 590px;
}
#LandingPage main #point_description .inner .point_description_inner:nth-of-type(1) li .point1IMG {
    margin-top: 9px;
    width: 100%;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) .enrolled_staff {
    width: 100%;
    max-width: 463px;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) p {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    margin-top: 18px;
    font-size: 28px;
    line-height: 45px;
    color: #3F3F3F;
    text-align: left;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) p {
    letter-spacing: 2px;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) p .red {
    color: #FF0000;
}
#LandingPage main #point_description .inner .point_description_inner:nth-of-type(1) li:nth-of-type(2) p span {
    display: block;
    margin-top: 26px;
    font-size: 20px;
    line-height: 27px;
    padding-left: 1em;
    text-indent:-1em;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) .Ruled_line_box {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: solid 1px #3F86D3;
    border-radius: 25px;
    position: relative;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) .Ruled_line_box p {font-size: 20px;font-weight: bold;color: #3F85D2;position: absolute;top: 3px;bottom: 0;left: 23px;margin: auto;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-webkit-justify-content: start;-ms-flex-pack: start;justify-content: start;letter-spacing: 0;line-height: 21px;padding-right: 20px;box-sizing: border-box;}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) .Ruled_line_box p::before {
    content: "■";
    font-size: 23px;
    margin-right: 2px;
}
#LandingPage main #point_description .inner .point_description_inner li:nth-of-type(2) .Ruled_line_box:nth-of-type(1) {
    margin-top: 53px;
}
#LandingPage main #point_description .inner .point_description_inner:nth-of-type(n + 2) li .point1IMG {
    margin-top: -4px;
    width: 100%;
}




/*service_flow*/
#LandingPage main #service_flow {
	width: 100%;
	background-image: url(../img/LandingPage/service_flow_bg.png);
	padding-bottom: 77px;
}





#LandingPage main #service_flow .inner .service_flow_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

#LandingPage main #service_flow .inner .service_flow_list li {
    width: 29%;
    max-width: 255px;
    margin-top: 79px;
    text-align: center;
}
#LandingPage main #service_flow .inner .service_flow_list li:nth-child(n + 7) {
	margin-top: 50px;
}
#LandingPage main #service_flow .inner .service_flow_list li.arrowbox {
    width: 5%;
    max-width: 68px;
    position: relative;
}
#LandingPage main #service_flow .inner .service_flow_list li.arrowbox .service_flow_arrow {
    position: absolute;
    top: 37%;
    right: 0;
    bottom: 63%;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 847px){
	#LandingPage main #service_flow .inner .service_flow_list li.arrowbox .service_flow_arrow {
		top: 35%;
		bottom: 65%;
	}
}
@media screen and (max-width: 792px){
	#LandingPage main #service_flow .inner .service_flow_list li.arrowbox .service_flow_arrow {
		top: 33%;
		bottom: 67%;
	}
}
#LandingPage main #service_flow .inner .service_flow_list li:nth-child(6) {
    display: none;
}
#LandingPage main #service_flow .inner .service_flow_list li .service_flow_IMG {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
}
#LandingPage main #service_flow .inner .service_flow_list li .service_flow_list_text {
    margin-top: 5px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}



#LandingPage main .consultation .inner .estimate_subTTL {
    width: 100%;
    max-width: 1000px;
    margin-top: 32px;
}
#LandingPage main .consultation .inner .telbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 20px 36px 20px 24px;
    /* padding: 20px 3.6% 20px 2.4%; */
    border: solid 2px #244EAE;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#LandingPage main .consultation .inner .telbox .estimate_box {
    position: relative;
    width: 12.8%;
    background-image: url(../img/LandingPage/estimate_box_bg.jpg);
    background-position: center;
}

#LandingPage main .consultation .inner .telbox .estimate_box::before {
    content: "";
    display: block;
    padding-top: 100%;
}
#LandingPage main .consultation .inner .telbox .tel_icon {
    margin-bottom: 22px;
    width: 5.45%;
    margin-left: 2.5%;
}
#LandingPage main .consultation .inner .telbox .estimate_box p {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI',sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2.1em;
    height: 2.4em;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 43px;
}
#LandingPage main .consultation .inner .telbox .tel_text {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    width: 40.8%;
    margin-left: 0.5%;
    font-size: 15px;
    text-align: left;
}
#LandingPage main .consultation .inner .telbox .tel_text .blue, #LandingPage main .consultation .inner .telbox .tel_text .blue .tel_number a {
    color: #244CAC;
}
#LandingPage main .consultation .inner .telbox .tel_text .blue .tel_number a {
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1.5px;
    display: inline-block;
    margin: 8px 0;
}
#LandingPage main #estimate .inner .telbox .tel_text .blue .tel_number a:hover {
    color: #f00;
}
#LandingPage main .consultation .inner .telbox .mail_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 35%;
    padding: 17px 14px;
    border: solid 2px #244EAE;
    background-color: #ECF7FC;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 15px;
    position: relative;
}
#LandingPage main .consultation .inner .telbox .mail_box:hover {
    opacity: 0.5;
}
#LandingPage main .consultation .inner .telbox .mail_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 735px){
	#LandingPage main .consultation .inner .firstbox .estimate_box {
		width: 30%!important;
		margin-left: 15%;
	}
	#LandingPage main .consultation .inner .firstbox .estimate_box p {
		width: 5.2em!important;
		height: 1.2em!important;
	}
	#LandingPage main .consultation .inner .firstbox .estimate_box p br {
		display: none!important;
	}
	#LandingPage main .consultation .inner .firstbox .tel_text {
		width: 60%!important;
	}
	#LandingPage main .consultation .inner .firstbox .estimate_box::before {
		padding-top: 25%;
	}
}
#LandingPage main #estimate .inner #form_box .form_TTL {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 20px;
    color: #333333;
    letter-spacing: 2px;
}
#LandingPage main #estimate .inner #form_box {
    margin-top: 77px;
}
#LandingPage main #estimate .inner #form_box .form {
    width: 100%;
    max-width: 965px;
}
#LandingPage main #estimate .inner #form_box .form,
#LandingPage main #estimate .inner #form_box .form tbody tr th,
#LandingPage main #estimate .inner #form_box .form tbody tr td {
    border: none;
    vertical-align: top;
}
#LandingPage main #estimate .inner #form_box .form, #LandingPage main #estimate .inner #form_box .form tbody tr th,
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(1) {
    padding-top: 25px;
}
#LandingPage main #estimate .inner #form_box .form tbody tr {
    border-bottom: solid 1px #D2D2D2;

}
#LandingPage main #estimate .inner #form_box .form tbody tr th {
    width: 26.4%;
    max-width: 255px;
    background-color: #fff;
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 15px;
    color: #333333;
    padding-left: 5.6%;
    padding-right: 5px;
    box-sizing: border-box;
}
#LandingPage main #estimate .inner #form_box .form tbody tr:nth-of-type(7) th br {
    display: none;
}
@media screen and (min-width: 691px) and (max-width: 906px){
	#LandingPage main #estimate .inner #form_box .form tbody tr:nth-of-type(7) th br {
		display: block;
	}
}
#LandingPage main #estimate .inner #form_box .form tbody tr .required_box {
    width: 12%;
    max-width: 115px;
}
#LandingPage main #estimate .inner .required {
    width: 40px;
    height: 22px;
    background-color: #3997EB;
    border-radius: 4px;
    padding: 3px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
}
#LandingPage main #estimate .inner #form_box .privacybox .required {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 290px;
    margin: auto;
}
#LandingPage main #estimate .inner.form,
#LandingPage main #estimate .inner.form tbody tr th,
#LandingPage main #estimate .inner.form tbody tr td {
    border: none!important;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) {
    width: 61.6%;
    max-width: 595px;
    padding: 20px 0 25px 0;
    text-align: left;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .mwform-tel-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 477px;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) input {
    width: 100%;
    max-width: 477px;
    height: 34px;
    padding: 5px;
    border: solid 1px #D2D2D2;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .p-postal-code {
    width: 34%;
    max-width: 146px!important;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .notes {
    font-size: 12px;
    display: inline-block;
    margin: 10px 0 15px 0;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .notes .spnone {
    display: none;
}
#LandingPage main #estimate .inner #form_box .form tbody tr:nth-of-type(4) td:nth-of-type(2) span:nth-of-type(5) input {
    margin-top: 15px;
}
#LandingPage main #estimate .inner #form_box .form tbody tr:nth-of-type(5) td:nth-of-type(2) input {
    width: 31%;
    max-width: 146px;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) textarea {
    width: 100%;
    max-width: 478px;
    height: 224px;
    border: solid 1px #D2D2D2;
}
#LandingPage main #estimate .inner #form_box .privacy_box {
    background-color: #ffffff;
    margin: 104px auto 0 auto;
    padding: 35px;
    overflow-x: hidden;
    max-width: 766px;
    height: 204px;
    border: 1px solid #CCCCCC;
    /* width: 100%; */
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 15px;
    line-height: 24px;
}

#LandingPage main #estimate .inner #form_box .checkbox {}
#LandingPage main #estimate .inner #form_box .checkbox label {
    width: 100%;
    margin: 50px auto 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}
input[type="checkbox"] {
	width: 15px!important;
	height: 15px!important;
	margin: 0;
}
input[type="checkbox"]:hover {
    opacity: 0.8;
}
label[for],
input[type="checkbox"],
input[type="radio"],

input[type="button"],
select,
option {
    cursor: pointer;
	outline: 0;
	border: 0;
}
#LandingPage main #estimate .inner #form_box .caution {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
    width: 100%;
    max-width: 1003px;
    text-align: left;
    font-size: 16px;
    margin: 68px auto 0 auto;
    line-height: 26px;
}
#LandingPage main #estimate .inner #form_box .caution a {
    color: #000000;
    text-decoration: underline;
}
#LandingPage main #estimate .inner #form_box .caution a:hover {
    color: #ff0000;
}
.landingpage .goback,
.error .goback,
.thanks .goback {
    display: none;
}
.thanks .confirmation,
.sendBox .send button,
.sendBox .send input,
.confirmation .goback {
	width: 297px;
	height: 57px;
	box-sizing: border-box;
	background-image: url("../img/LandingPage/estimate_box_bg.jpg");
	background-position: center;
	border: none!important;
	border-radius: 10px!important;
	font-size: 15px;
	color: #fff;
}
.confirmation .goback {
    position: relative;
}
.confirmation .goback p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1.7em;
}
.thanks .confirmation:hover,
.sendBox .send button:hover,
.sendBox .send input:hover {
    opacity: 0.5;
    cursor: pointer;
}
.thanks .confirmation {
    position: relative;
    margin: 50px auto 0 auto;
}
.thanks .confirmation .gotopu2 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 17px;
}
#LandingPage main #estimate .inner #form_box .privacybox {
    margin: 45px 0 39px 0;
    font-size: 15px;
    position: relative;
}



#LandingPage main #estimate .inner #form_box .privacybox .mwform-checkbox-field-text {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;
}
#LandingPage main #estimate .inner #form_box .privacybox .mwform-checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23%;
    margin: 0 auto;
	display: inline;
}
#LandingPage main #estimate .inner .privacybox .mwform-checkbox-field .wpcf7-list-item:hover {
    color: #ff0000;
}





#LandingPage main #company {
	width: 100%;
	padding: 101px 0;
	background-image: url(../img/LandingPage/point_box_bg.jpg);
	background-position: center;
}
#LandingPage main #company .inner {
	padding: 53px!important;
	background-color: #fff;
	box-sizing: border-box;
}
#LandingPage main #company .inner .copanyTTL {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #211713;
}
#LandingPage main #company .inner .company_info {
	width: 100%;
	max-width: 626px;
	margin: 20px auto 0 auto;
}
#LandingPage main #company .inner .company_info tbody tr th {
    background-color: #fff;
}
#LandingPage main #company .inner .company_info, #LandingPage main #company .inner .company_info th, #LandingPage main #company .inner .company_info td {
    border: none;
}
#LandingPage main #company .inner .company_info tbody tr {
	width: 100%;
	border-bottom: solid 1px #666666!important;
}
#LandingPage main #company .inner .company_info tbody tr th,
#LandingPage main #company .inner .company_info tbody tr td,
#LandingPage main #company .inner .company_info tbody tr td a {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-size: 14px;
	color: #1F1713;
	text-align: left;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 10px;
	line-height: 24px;
}
#LandingPage main #company .inner .company_info tbody tr td a {
    display: inline;
}
#LandingPage main #company .inner .company_info tbody tr th {
	width: 21%;
	max-width: 132px;
	padding-left: 38px;
	/* padding-left: 6.1%; */
}
#LandingPage main #company .inner .company_info tbody tr td {
	width: 79%;
	max-width: 494px;
	padding-right: 7px;
	padding-right: 1%;
	padding-left: 2px;
}
#LandingPage main #company .inner .company_info tbody tr td .branch_office .where,
#LandingPage main #company .inner .company_info tbody tr td .branch_office .address {
    float: left;
}
#LandingPage main #company .inner .company_info tbody tr td .branch_office .where {
    width: 7em;
}








#LandingPage footer {
    width: 100%;
    text-align: center;
}
#LandingPage footer .logobox {
    width: 100%;
    max-width: 276px;
    margin: 50px auto 0 auto;
    position: relative;
}
#LandingPage footer .logobox .f_logo {
    width: 100%;
}
#LandingPage footer .logobox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#LandingPage footer .logobox:hover {
    opacity: 0.5;
}
#LandingPage footer .f_address_box {
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-size: 16px;
    color: #211713;
    margin-top: 47px;
}
#LandingPage footer .f_address_box br,
#LandingPage footer .copyright br {
    display: none;
}
#LandingPage footer .f_address_box a {
	display: inline;
    color: #211713!important;
    text-decoration: none;
}
#LandingPage footer .copyright {
    width: 100%;
    height: 36px;
    margin-top: 35px;
    background-color: #2985D8;
    position: relative;
}
#LandingPage footer .copyright p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 16px;
    color: #fff;
    height: 1em;
}
#LandingPage main #estimate .inner #form_box .form tbody tr:nth-of-type(4) td:nth-of-type(2) .mwform-tel-field {
    position: relative;
}
#LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .mwform-tel-field:nth-of-type(n + 2) .error {
    position: absolute;
    bottom: -20px;
}
.confirmation .required,
.confirmation #LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) .notes {
    display: none;
}
.confirmation .send.confirmation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.confirmation #LandingPage main #estimate .inner #form_box .form tbody tr td:nth-of-type(2) {
    padding-top: 25px;
}
.confirmation #LandingPage main #estimate .inner #form_box .privacy_box,
.confirmation #LandingPage main #estimate .inner #form_box .privacybox,
.thanks h1 {
    display: none;
}
.confirmation .sendBox {
    margin-top: 50px;
}
.confirmation .goback:hover {
    cursor: pointer;
}