@charset "utf-8";
@import url("reset.css");
@import url("formParts.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}


@media screen and (max-width:1049px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
    overflow-x: hidden;
}

header{
    position: relative;
    width: 100%;
    height: 55px;
    z-index: 250;
    background-color: #FFF;
    box-shadow: 10px 0 10px rgba(0,0,0,.42);
    z-index: 100;
}

.headerInner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    margin: 0 auto;
}

.headerLogo{
    width: 200px;
    height: 55px;
    padding: 17px 0 15px 10px;
}

.headerLogo img{
    width: auto;
    height: 22px;
}

.headerInqWpr{
    display: flex;
    justify-content: space-between;
    width: 167px;
    height: 55px;
}

.headerTel{
    display: block;
    width: 55px;
    height: 55px;
    font-size: 68px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    background-color: #bc5d00;
    color: #FFF;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.line{
    display: block;
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #02c502 0%, #01ad01 100%);
    padding: 10px;
}

.headerInq{
    display: block;
    width: 55px;
    height: 55px;
    background-color: #f86700;
    font-size: 68px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 348;
}


/* fv */

.fvWpr{
    position: relative;
    width: 100%;
    z-index: 90;

}


/* ribon */

.goldenBar{
    width: 100%;
    height: 8px;
    background: linear-gradient(to left, #bdb869 0%, #e6e4bf 50%, #bdb869 100%);
}

.ribonWpr{
    width: 100%;
    padding: 10px 0 15px 0;
    background-image: url('../image/ribonBg.png');
}

.ribon{
    width: 95%;
    margin: 0 auto;
}

.ribonLeed{
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 31px;
    color: #FFF;
    text-align: center;
}

.ribonLeed p{
    text-align: center;
    margin: 0 0 10px 0;
}

.megahorn{
    display: none;
}
.ribonImg{
    width: 100%;
    padding: 0 10px 0 0;
}

/* intro */

.introWpr{
    width: 95%;
    margin: 0 auto 20px auto;
    padding: 15px 0 20px 0;
    background-image: url('../image/grass_bg.png');
}

.campaign{
    width: 100;
    margin: 0 auto 15px auto;
}

.payWpr{
    width: 100%;
    margin: 0 auto 25px auto;
}

.payLeed{
    width: 100%;
    margin: 0 0 17px 0;
    padding: 5px;
    border-radius: 30px;
    background-color: #575757;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 22px;
    text-align: center;
}

.paywayWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.payAll{
    width: 100%;
    height: auto;
}

.pay_credit{
    width: 80%;
    margin: 0 auto 30px auto;
}

.PayInnerBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 30px auto;
}

.pay_eMoney{
    width: 60%;
}

.pay_bank{
    width: 24%;
}

.pay_railway{
    width: 90%;
    margin: 0 auto 20px auto;
}

.pay_pay{
    width: 75%;
    margin: 0 auto;
}

/* panelWpr */

.panelWpr{
    width: 95%;

    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    background-image: url('../image/panelBg.png');
    background-size: cover;
    box-shadow: 4px 4px 6px rgba(0,0,0,.2);
    overflow: hidden;
}

.panelAori{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto 20px auto;
}

.panelAori::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -20px;
    width: 3px;
    height: 73px;
    background-color: #71300a;
    transform: skewX(15deg);
}

.panelAori::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -20px;
    width: 3px;
    height: 73px;
    background-color: #71300a;
    transform: skewX(-15deg);
}

.panelAoriLwr{
    padding: 10px 0 0 5px;
}

.panelLeed{
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 0 5px 0;
    border-radius: 30px;
    background-color: #FFF;
    font-size: 19px;
    font-weight: 900;
    color: #a30000;
    font-style: oblique;
    line-height: 33px;
    text-align: center;
}

.panelBtnWpr{
    width: 100%;
    margin: 0 auto;
}

.panelBtn{
    width: 100%;

}

.panelArw{
    display: none;
}

.panelArw span{
    font-size: 40px;
    color: #71300a;
    line-height: 10px;
}

.panelBtnLeed{
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0,0,0,.4);
    transition: .2s;
}

.panelBtnLeed:hover{
    opacity: .9;
    transition: .2s;
}

.telBtn .panelBtnLeed{
    margin: 0 auto 20px auto;
    background-color: #ffb400;
}

.telBtn .panelBtnHead{
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    background-color: #e89d00;
}

.mailBtn .panelBtnLeed{
    background-color: #2c7d00;
}

.mailBtn .panelBtnHead{
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    background-color: #246800;
}

.telBtn .panelTelNum{
    width: 100%;
    height: 62px;
    padding: 0 0 0 0;
    font-family: Oswald, sans-serif;
    font-size: 43px;
    font-weight: 600;
    color: #FFF;
    line-height: 58px;
    text-align: center;
}

.telBtn .panelTelNum span{
    margin: 0 5px 0 0;
    font-size: 43px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    color: #ab1810;
    vertical-align: -4px;
}

.telBtn .panelBtnFooter{
    width: 95%;
    margin: 0 auto;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    border-top: 1px solid #ffcb4d;
}

.mailBtn .panelMail{
    width: 100%;
    height: 62px;
    font-size: 29px;
    font-weight: 600;
    color: #FFF;
    line-height: 58px;
    text-align: center;
}

.mailBtn .panelMail span{
    margin: 0 5px 0 0;
    font-size: 33px;
    vertical-align: -6px;
}

.mailBtn .panelBtnFooter{
    width: 95%;
    margin: 0 auto;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    border-top: 1px solid #6ca44d;
}

/* circle test */

/* sky */

.skyWpr{
    position: relative;
    width: 100%;
    padding: 35px 0 0 0;
    overflow: hidden;
    z-index: 300;
}
.inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 320;
}

.skyArch{
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 10000px;
    height: 10000px;
    background-color: #a2d9f5;
    border-radius: 50%;
    opacity: 1;
    z-index: 310;
}

.skyBodyWpr{
    position: relative;
    z-index: 330;
    background-image: url('../image/skyBg.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
}

.skyBodyInner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 125px 0 30px 0;
}

.skyTitle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 500;
}

.skyTitle img{
    width: auto;
    height: 130px;
    margin: 0 auto;
}

.skyCaseWpr{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    z-index: 600;
    margin: 0 auto 30px auto;
}

.skyCase{
    width: 47%;
    margin: 0 5px 10px 5px;
    padding: 14px 10px 11px 10px;
    background: linear-gradient(to bottom, #fff000 0%, #ffd800 100%);
    border-radius: 7px;
    box-shadow: 2px 2px 2px #cbbf00;

}

.skyCase p{
    width: 100%;
    margin: 0 auto 5px auto;
    font-size: 15px;
    font-weight: 700;
    color: #01540c;
    text-align: center;
}

.skyCase p span{
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    color: #a30000;
    text-align: center;
    line-height: 35px;
}

.skyCase div img{
    display: block;
    border: 4px solid #FFF;
}

.skyTagWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 15px auto;
}

.skyTagWpr p{
    display: inline-block;
    margin: 3px;
    padding: 6px 10px 6px 10px;
    background-color: #2c7d00;
    font-size: 18px;
    font-weight: 900;
    color: #fff000;
    transform: skewX(-10deg);
}

.skyTagWpr p span{
    display: block;
    transform: skewX(10deg);
}

.skyLeed{
    font-size: 19px;
    font-weight: 900;
    color: #a30000;
    text-align: center;
    line-height: 26px;
}

.skyGrass{
    width: 100%;
    height: 73px;
    background-repeat: repeat-x;
    background-image: url('../image/green_bg.png');
    background-size: 50%;
    background-color: #307d0d;
}

/* trouble */

.troubleWpr{
    width: 100%;
    padding: 0 0 25px 0;
    background: linear-gradient(to bottom, #307d0d 0%, #01540c 100%);
}

.troubleIntro{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background-image: url('../image/liquid.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
}

.troubleTitleWpr{
    position: relative;
    width: 95%;
    margin: 0 auto 20px auto;
}

/*
.troubleTitleWpr::before{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 43px;
    height: 65px;
    border: 1px solid #FFF;
    border-right: 0px solid #FFF;
}

.troubleTitleWpr::after{
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: 43px;
    height: 65px;
    border: 1px solid #FFF;
    border-left: 0px solid #FFF;
}
    */

.troubleTitle{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.troubleTitle span{
    color: #ffea00;
}

.troubleBody{
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 23px;
    text-shadow: 0 0 8px #003808;
}

.troubleBody span{
    color: #ffea00;
}

.troubleCaseWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.troubleCase{
    width: 45%;
    margin: 0 5px 10px 5px;
}

.troubleCaseImg{
    width: 100%;
}

.troubleCaseImg img{
    display: block;
    width: 100%;
    height: auto;
}

.troubleCaseTag{
    width: 100%;
    padding: 6px 0;
    background-color: #222222;
    font-size: 20px;
    font-weight: 900;
    color: #ffea00;
    text-align: center;
    line-height: 30px;
}

/* sReason */

.sReasonWpr{
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 10px 0;
}

.sReasonTitle{
    width: 100%;
    height: 80px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.sReasonTitle img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 80px;
}

.sReasonUnitWpr{
    width: 100%;
    margin: 0 0 50px 0;
}

.sReasonUnit{
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
    border: 1px solid #b4d4a6;
    border-radius: 8px;
    background-color: #eff9e5;
    padding: 40px 15px 15px 15px;
}

.sReasonUnitTtl{
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 85%;
    height: 41px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    transform: skewX(-10deg);
    background-color: #317e0d;
    font-size: 24px;
    font-weight: 900;
    color: #ffea00;
    line-height: 39px;
    z-index: 610;
}

.sReasonUnitTtl::after{
    position: absolute;
    display: block;
    content: "REASON";
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    right: 20px;
    top: 0;
    opacity: .3;
}

.sReasonUnitTtl span{
    margin: 0 10px 0 0;
    color: #FFF;
    font-size: 28px;
    transform: skewX(10deg);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -5px;
}

.sReasonUnitImg{
    width: 242px;
    height: 181px;
    margin: 0 auto 10px auto;
    z-index: 600;
    border: 1px solid #eaede8;
}

.sReasonUnitImg img{
    display: block;
}

.sReasonUnitLeed{
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 900;
    color: #a30000;
    line-height: 34px;
    font-style: oblique;
    text-align: center;
}

.sReasonUnitBody{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: oblique;
    text-align: left;
}

.areaTitle{
    display: flex;
    justify-content: center;
    width: 230px;
    height: 40px;
    margin: 0 auto 25px auto;
    background-color: #a30000;
    border-radius: 25px;
}
.car{
    width: 40px;
    height: 29px;
    margin: 0 10px 0 0;
    padding: 8px 0;
}

.areaTitle p{
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
    line-height: 38px;
}

.areaBodyWpr{
    width: 100%;
}

.areaMap{
    width: 330px;
    margin: 0 auto 20px auto;
}

.areaInfo{
    width: 90%;
    margin: 0 auto;
}

.prefWpr{
    margin: 0 auto 25px auto;
}

.pref{
    position: relative;
    width: 100%;
    margin: 0 0 22px 0;
    height: 19px;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    color: #317e0d;
    line-height: 19px;
}

.pref::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #99cc34;
}

.pref::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: #99cc34;
}

.prefWpr p{
    font-size: 14px;
    line-height: 21px;
}

/* gReason */

.gReasonWpr{
    width: 100%;
    padding: 30px 0 0 0;
    background-image: url('../image/reasonBgGrid.png');
}

.gReasonTitle{
    width: 100%;
    margin: 0 auto 60px auto;
}

.gReasonTitle img{
    display: block;
    width: auto;
    height: 75px;
    margin: 0 auto;
}

.gReasonUnitWpr{
    width: 90%;
    margin: 0 auto;
}

.gReasonUnit{
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
}

.gReasonUnitBal{
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 5px 0 0 0;
    top: -15px;
    left: 10px;
    border-radius: 53px;
    background-color: #317e0d;
    text-align: center;
}

.gReasonUnitBal::before{
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 3px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 0 8px 20px 8px;
    border-color: transparent transparent #317E0D transparent;
    transform: rotate(-45deg);
    z-index: 800;
}   

.gReasonUnitBal span{
    position: relative;
    margin: 0 0 10px 0;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    color: #FFF;
    line-height: 12px;
    z-index: 810;
}

.gReasonUnitBal p{
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ffea00;
    text-align: center;
    line-height: 25px;
} 

.gReasonUnitTtl{
    margin: 0 0 10px 0;
    padding: 0 0 0 80px;
    font-size: 28px;
    font-style: oblique;
    line-height: 28px;
    color: #c13900;
}

.gReasonUnitTtl span{
    font-weight: 900;
}

.gReasonUnitImg{
    margin: 0 0 1rem 0;
}

.gReasonUnitBody{
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

/* compare */

.compareWpr{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 35px 0 10px 0;
    background-color: #fafae9;
}

.compareTitle{
    width: 90%;
    margin: 0 auto 30px auto;
}

.compareTitle img{
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto;
}



@media screen and (max-width:1023px){

.compareTable{
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 auto;
    overflow: scroll;
}

.compareTable img{
    display: block;
    margin: 0 auto;
    width: 542px;
    height: auto;
}

.slideNotice {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto 10px auto;
    font-size: 14px;
    color: #555555;
    text-align: center;
}

}

@media screen and (min-width:1024px){

.compareTable{
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 auto;
}

.compareTable img{
    width: 100%;
    height: auto;
}

.slideNotice{
    display: none;
}
}



/* result */

.resultWpr{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.resultTitleWpr{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px auto;
}

.resultTitle{
    width: auto;
    height: 50px;
    margin: 0 auto;
}

.resultTitle img{
    width: auto;
    height: 100%;
}

.rbn_1{

    width: 150px;
    height: 36px;
    margin: 0 0 10px 0;
    background-color: #2c7d00;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 34px;
    transform: skewX(-10deg);
}

.rbn_2{
    width: 140px;
    height: 36px;
    margin: 0 0 10px 0;
    background-color: #2c7d00;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 34px;
    transform: skewX(-10deg);
}

.resultUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.resultUnit{
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    border-radius: 7px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding: 46px 22px 0 22px;
}

.resultUnit:last-child{
    margin: 0 auto 10px auto;
}

.resultUnitTitle{
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    width: 273px;
    height: 43px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    border-radius: 22px;
    background-color: #2c7d00;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #fff600;
    line-height: 41px;
}

.resultUnitTitle span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #FFF;
}

.resultImgWpr{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.resultArw{
    position: absolute;
}

.resultBefore{
    position: relative;
    width: 48%;
}

.resultBefore img{
    width: 100%;
    height: auto;
}

.resultBefore::before{
    position: absolute;
    display: block;
    content: "Before";
    top: -10px;
    left: -10px;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    background-color: #a30000;
    font-size: 14px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
    line-height: 63px;
    color: #FFF;
}

.resultAfter{
    position: relative;
    width: 48%;
}

.resultAfter img{
    width: 100%;
    height: auto;
}

.resultAfter::before{
    position: absolute;
    display: block;
    content: "After";
    top: -10px;
    right: -10px;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    background-color: #f9f000;
    font-size: 14px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
    line-height: 63px;
    color: #222;
}

.resultArw{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 34px;
    z-index: 700;
}

.resTimeWpr,
.resFee{
    padding: 0;
    text-align: center;
}

.resTimeWpr{
    border-bottom: 1px dotted #d1d2d2;
}

span.redTab{
    display: inline-block;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    background-color: #333;
    line-height: 24px;
    border-radius: 12px;
    color: #FFF;
}

.resTimeWpr p{
    display: inline-block;
    padding: 14px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: oblique;
    font-weight: 700;
    color: #a30000;
    vertical-align: -3px;
}

.resTimeWpr p span{
    font-size: 17px;
}

.resFee p{
    display: inline-block;
    padding: 14px 0;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-weight: 700;
    vertical-align: -7px;
    color: #a30000;
}

.resFee p span{
    font-size: 22px;
}

/* service */

.serviceWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 30px 0 15px 0;
    background-color: #fafae9;
}

.serviceTtlWpr{
    width: 200px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.serviceTtl{
    width: 100%;
    height: 30px;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 900;
    font-style: oblique;
    color: #2c7d00;
    text-align: center;
}

.serviceTtlLine{
    width: 100%;
    height: 3px;
    border-top: 1px solid #2c7d00;
    border-bottom: 1px solid #2c7d00;
}

.serviceTtlEn{
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 900;
    font-style: oblique;
    color: #2c7d00;
    text-align: center;
}

.serviceUnitWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.serviceUnit{
    width: 95%;
    margin: 0 0 20px 0;
    border-radius: 6px;
    background-color: #2c7d00;
}

.serviceUnitTtl{
    width: 200px;
    height: 38px;
    margin: 0 auto;
    transform: skewX(-13deg);
    background-color: #fff600;
    font-size: 19px;
    font-weight: 700;
    line-height: 36px;
    color: #222;
    text-align: center;
}

.serviceUnitTtl p{
    transform: skewX(13deg);
    text-align: center;
}

.serviceUnitImg{
    width: 100%;
}

.serviceUnitImg img{
    display: block;
    width: 100%;
    height: auto;
}

.serviceUnitBody{
    padding: 10px 20px;
    font-size: 15px;
    line-height: 21px;
    color: #FFF;
}

/* step */

.sepatator{
    height: 1px;
}

.stepWpr{
    width: 100%;
    padding: 35px 0 0 0;
    background-image: url('../image/grass_bg.png');
    background-position: 0 50px;
}

.stepUnitWpr{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.stepUnit{
    position: relative;
    width: 100%;
    margin: 0 0 39px 0;
    padding: 36px 20px 17px 20px;
    border: 1px solid #e0e0e0; 
    border-radius: 6px;
}

.stepUnit .stepUnitArw{
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 23px;
    height: 26px;
    margin: 0 auto;
}


.stepUnitTtlWpr{
    position: absolute;
    display: flex;
    top: -16px;
    left: 0;
    right: 0;
    width: 85%;
    height: 33px;
    margin: 0 auto 20px auto;
    transform: skewX(-12deg);
}

.stepUnitTtlNum{
    margin: 0 2px 0 0;
    width: 30%;
    height: 33px;
    background-color: #569733;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffea00;
    line-height: 34px;
}

.stepUnitTtl{
    width: 70%;
    height: 33px;
    padding: 0 0 0 15px;
    background-color: #2c7d00;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 33px;
}

.stepUnitImg{
    width: 80%;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.stepUnitBody{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}


/* faq */


.faqWpr{
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #efefef;
    border-top: 14px solid #f5f5f5;
    border-bottom: 14px solid #f5f5f5;
}

.faqTtlWpr{
    width: 200px;
    margin: 0 auto 25px auto;
    text-align: center;
}

.faqTtl{
    width: 100%;
    height: 30px;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 900;
    font-style: oblique;
    color: #222;
    text-align: center;
}

.faqTtlLine{
    width: 100%;
    height: 3px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.faqTtlEn{
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 900;
    font-style: oblique;
    color: #222;
    text-align: center;
}

.qaUnitWpr{
    width: 820px;
    margin: 0 auto;
}


.faqWpr{
    width: 100%;
    padding: 35px 0 20px 0;
    border-top: 10px solid #f9f9f9;
    border-bottom: 10px solid #f9f9f9;
    background-image: url('../image/faqBg.png');
}

.faqTitleWpr{
    display: flex;
    width: 260px;
    margin: 0 auto 35px auto;;
}

.faqTitleEn{
    width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #333;
}

.faqTitleEn .green{
    margin: 0 5px;
    font-size: 46px;
    font-weight: 700;
    color: #339900;
}

.faqTitleEn .orange{
    margin: 0 5px;
    font-size: 46px;
    font-weight: 700;
    color: #ff8400;
}

.faqTitleJp{
    width: 160px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
}

.qaUnitWpr{
    width: 95%;
    margin: 0 auto;
}


.qa__title--en {
	color: #28A5B9;
	text-align: center;
	font-family: Futura;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qa__title--en span {
	font-size: 32px;
	letter-spacing: 4.48px;
}

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 10px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative;
	padding: 12px 38px 12px 45px;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 700;
	color: #339900;
    text-align: center;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 12px 38px 12px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 700;
	color: #ff8400;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

/* contact */

.contactWpr{
    width: 100%;
    padding: 25px 0 0 0;
    background-color: #FFF;
}

.contactTitleWpr{
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 0 0 25px 0;
}

.contactTitle{
    font-size: 23px;
    font-weight: 900;
    margin: 0 auto 10px auto;
    color: #339900;
    text-align: center;
    line-height: 30px;
}

.contactTitleEn{
    width: 200px;
    height: 20px;
    margin: 0 auto;
    background-color: #339900;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #FFF;
    text-align: center;
}

.formWpr{
    width: 95%;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: 3px solid #3eb000;
}

.formLeed{
    margin: 0 0 25px 0;
    font-size: 15px;

    text-align: center;
}

table.contact{
    width: 100%;
    margin: 0 0 1rem 0;
    border-top: 1px dotted #cccccc;
}

table.contact tr{
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}

table.contact tr td{
    display: block;
    width: 100%;
}

table.contact tr td:first-child{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
}

table.contact tr td:first-child P{
    padding: 0 0 0 13px;
    border-left: 3px solid #339900;
    font-size: 15px;
    font-weight: 700;
}

table.contact tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    width: 40px;
    height: 20px;
    background-color: #339900;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 18px;
}

table.contact tr td div{
    margin: 0 0 10px 0;
}

table.contact tr td div input{
    margin: 0 5px;
}

table.contact tr td input[type="text"].large{
    width: 100% !important;
}

button.sbmitBtn{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #ff9000 0%, #ff6000 100%);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border: 0px solid #FFF;
    font-size: 23px;
    font-weight: 900;
    color: #FFF;
}


/* company */

.companyWpr{
    padding: 35px 0 25px 0;
}

.companyTitle{
    width: 95%;
    background-color: #222;
    margin: 0 auto 20px auto;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

table.company{
    width: 95%;
    margin: 0 auto;
}

table.company tr td{
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f6f6f6;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 13px;
}

table.company tr td:first-child{
    background-color: #ededed;
}

table.company tr td:first-child p{
    padding: 0 0 0 7px;
    font-weight: 700;
    border-left: 3px solid #ff7c04;
}

.prefTag{
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    color: #2c7d00;
}

.city{
    margin: 0 0 20px 0;
}

footer{
    width: 100%;
    padding: 15px 0 113px 0;
    background-color: #2c7d00;
    text-align: center;
    border-top: 6px solid #95be7f;
    font-size: 14px;
    color: #79a85f;
}


/* floater */

#fade {
    position: fixed;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* 表示状態のクラス */
  #fade.show {
    opacity: 1;
    pointer-events: auto;
  }

.floater{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 98px;
    background-color: #fcde1b;
    z-index: 9999;
}

#floater.show{
    display: block;
    transition: .3s;
}

.floaterBtnWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 5px;
}

.floaterBtnTel{
    display: block;
    width: 58%;
    height: 75px;
    margin: 0 5px;
    padding: 9px 10px;
    border-radius: 7px;
    background: #FFF;
}

.floaterBtnHeader{
    height: 33px;
    margin : 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 17px;
    text-align: center;
    color: #222;
    border-bottom: 1px dotted #222;
}

.floaterBtnBody{
}

.floaterBtnTelNum{
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #c97d33;
    line-height: 30px;
}

.floaterBtnTel .floaterBtnIcon{
    width: 25px;
    height: 30px;
    margin: 4px 5px 0 0;
}

.floaterBtnTel .floaterBtnIcon span{
    color: #222;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    vertical-align: -4px;
}

.floaterBtnBody.flex{
    display: flex;
    justify-content: center;
    margin: 0 0 4px 0;
}

.floaterBtnMail{
    display: block;
    width: 20%;
    height: 75px;
    margin: 0 3px;
    padding: 4px;
    border-radius: 7px;
    background: linear-gradient(to bottom, #f9a019 0%, #f94f19 100%);
}

.floaterMailIcon{
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
}

.floatLineIcon{
    width: 100%;
    height: 25px;
}

.floatLineIcon img{
    display: block;
    width: auto;
    height: 22px;
    margin: 0 auto;
}

.floaterBtnLine{
    display: block;
    width: 20%;
    height: 75px;
    margin: 0 3px;
    padding: 4px;
    border-radius: 7px;
    background: linear-gradient(to bottom, #55c32a 0%, #55c32a 100%);
}

.floaterBtnLeed{
    width: 100%;
    padding: 2px 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #CCC;
    color: #222;
}

.floaterBtnTxt{
    position: relative;
    width: 100%;
    text-align: center;
}

.floaterBtnTxt p{
    width: 100%;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}


/* thanks */

header.thanks{
    margin: 0 auto 1rem auto;
    padding: 1rem 0;
    text-align: center;
    box-shadow: 0px 0 0px rgba(0,0,0,.42);
}

main{
    padding: 2rem 0;
    background-color: #fbfdf2;
}

.thanksLogo{
    width: 260px;
    height: 40px;
    margin: 0 auto;
    padding: 0 10px 0 0;
    text-align: center;
}

.thanksLogo img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.thanksCatch{
    margin: 0 auto 2rem auto;
    font-size: 19px;
    font-weight: 900;
    color:#339900;
    text-align: center;
}

.thanksBody{
    width: 90%;
    margin: 0 auto 2rem auto;
    padding: 1.5rem;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #FFF;
}

.thanksBody p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 19px;
}

.thanksNotice{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.thanksNotice p{
    text-align: center;
    line-height: 1.2rem;
}

.thanksTel{
    display: block;
    padding: 1rem 0;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fd5f0d;
    line-height: 43px;
}

.pc{
    display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
}

header{
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 250;
    box-shadow: 10px 0 10px rgba(0,0,0,.42);
}

.headerInner{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

.headerLogo{
    width: 284px;
    height: 80px;
    padding: 22px 0;
}

.headerLogo img{
    width: 100%;
    height: auto;
}

.headerInqWpr{
    display: flex;
    justify-content: space-between;
    width: 652px;
    height: 80px;
    padding: 12px 0;
}

.headerTel{
    width: 250px;
    height: 56px;
    padding: 0 0 0 0;
    background-image: url('../image/dial.png');
    background-repeat: no-repeat;
    background-size: 37px 36px;
    background-position: 0 2px;
}

.headerTel a{
    display: block;
    padding: 0 0 0 45px;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    line-height: 36px;
    font-weight: 600;
    color: #bc5d00;
    letter-spacing: -0.09rem;
    transition: .2s;
}

.headerTel a:hover{
    opacity: .8;
    transition: .2s;
}

.headerTel p{
    position: relative;
    width: 155px;
    height: 13px;
    padding: 2px 0 0 0;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    color: #333333;
}

.headerTel p span{
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.headerTel p::after{
    position: absolute;
    display: block;
    content: "";
    top: 14px;
    right: -45px;
    width: 45px;
    height: 1px;
    background-color: #c3c3c3;
}

.headerTel p::before{
    position: absolute;
    display: block;
    content: "";
    top: 14px;
    left: -50px;
    width: 50px;
    height: 1px;
    background-color: #c3c3c3;
}

.line{
    display: block;
    width: 162px;
    height: 56px;
    background: linear-gradient(to bottom, #02c502 0%, #01ad01 100%);
    border-radius: 4px;
    font-size: 20px;
    font-weight: 900;
    line-height: 54px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.line:hover{
    opacity: .9;
    transition: .2s;
}

.headerInq{
    display: block;
    width: 216px;
    background: linear-gradient(to bottom, #f89e00 0%, #f83a00 100%);
    border-radius: 4px;
    font-size: 20px;
    font-weight: 900;
    line-height: 54px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.headerInq:hover{
    opacity: .9;
    transition: .2s;
}


/* fv */

.fvWpr{
    position: relative;
    width: 100%;
    height: 625px;
    background-image: url('../image/fvBg.png');
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 200;
}

.fv{
    position: relative;
    width: 1000px;
    height: 625px;
    margin: 0 auto;
}

.mainStaff{
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 737px;
    height: 617px;
}

.fvMainCatch{
    position: absolute;
    left: -12px;
    top: 53px;
    width: 799px;
    height: 300px;
}

.fvPrice{
    position: absolute;
    top: 375px;
    left: 32px;
    width: 522px;
    height: 147px;
}

.fvRound{
    position: absolute;
    bottom: 41px;
    left: 15px;
    width: 556px;
    height: 55px;
}

/* ribon */

.goldenBar{
    width: 100%;
    height: 8px;
    background: linear-gradient(to left, #bdb869 0%, #e6e4bf 50%, #bdb869 100%);
}

.ribonWpr{
    width: 100%;
    height: 202px;
    background-image: url('../image/ribonBg.png');
}

.ribon{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    height: 202px;
    padding: 20px 0;
}

.ribonLeed{
    position: relative;
    width: 210px;
    padding: 55px 10px 0 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
    color: #FFF;
}

.ribonLeed p{
    text-align: right;
}

.megahorn{
    position: absolute;
    top: 0;
    left: 5px;
    width: 97px;
    height: 82px
}
.ribonImg{
    width: 789px;
    height: 155px;
}

/* intro */

.introWpr{
    width: 100%;
    padding: 35px 0 70px 0;
    background-image: url('../image/grass_bg.png');
}

.campaign{
    width: 687px;
    margin: 0 auto 45px auto;
}

.payWpr{
    width: 700px;
    margin: 0 auto 65px auto;
}

.payLeed{
    width: 100%;
    height: 36px;
    margin: 0 0 27px 0;
    border-radius: 18px;
    background-color: #575757;
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 34px;
    text-align: center;
}

.paywayWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.payAll{
    width: 100%;
    height: auto;
}

.pay_credit{
    width: 327px;
    height: 125px;
    margin: 0 0 40px 0;
    padding: 0 40px 0 0;
}

.PayInnerBox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 360px;
    height: 125px;
}

.pay_eMoney{
    width: 241px;
    height: 125px;
    padding: 5px 40px;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.pay_bank{
    width: 117px;
    padding: 0 0 0 40px;
}

.pay_railway{
    width: 405px;
    padding: 0 50px 0 0;
}

.pay_pay{
    width: 285px;
    padding: 0 0 0 50px;
    border-left: 1px solid #c4c4c4;
}

/* panelWpr */

.panelWpr{
    width: 816px;
    height: 344px;
    margin: 0 auto;
    padding: 30px 45px 25px 45px;
    border-radius: 5px;
    background-image: url('../image/panelBg.png');
    background-repeat: no-repeat;
    box-shadow: 4px 4px 6px rgba(0,0,0,.2);
    overflow: hidden;
}

.panelAori{
    position: relative;
    display: flex;
    justify-content: center;
    width: 684px;
    margin: 0 auto 20px auto;
}

.panelAori::before{
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: -20px;
    width: 4px;
    height: 33px;
    background-color: #71300a;
    transform: skewX(30deg);
}

.panelAori::after{
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: -20px;
    width: 4px;
    height: 33px;
    background-color: #71300a;
    transform: skewX(-30deg);
}

.panelAoriLwr{
    padding: 10px 0 0 5px;
}

.panelLeed{
    width: 550px;
    height: 57px;
    margin: 0 auto 12px auto;
    border-radius: 30px;
    background-color: #FFF;
    font-size: 34px;
    font-weight: 900;
    color: #a30000;
    font-style: oblique;
    line-height: 55px;
    text-align: center;
}

.panelBtnWpr{
    display: flex;
    justify-content: space-between;
    width: 725px;
    margin: 0 auto;
}

.panelBtn{
    width: 353px;

}

.panelArw{
    width: 100%;
    line-height: 10px;
    text-align: center;
}

.panelArw span{
    font-size: 40px;
    color: #71300a;
    line-height: 10px;
}

.panelBtnLeed{
    display: block;
    width: 353px;
    height: 130px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0,0,0,.4);
    transition: .2s;
}

.panelBtnLeed:hover{
    opacity: .9;
    transition: .2s;
}

.telBtn .panelBtnLeed{
    background-color: #ffb400;
}

.telBtn .panelBtnHead{
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    background-color: #e89d00;
}

.mailBtn .panelBtnLeed{
    background-color: #2c7d00;
}

.mailBtn .panelBtnHead{
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    background-color: #246800;
}

.telBtn .panelTelNum{
    width: 100%;
    height: 62px;
    padding: 0 0 0 0;
    font-family: Oswald, sans-serif;
    font-size: 43px;
    font-weight: 600;
    color: #FFF;
    line-height: 58px;
    text-align: center;
}

.telBtn .panelTelNum span{
    margin: 0 5px 0 0;
    font-size: 43px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    color: #ab1810;
    vertical-align: -4px;
}

.telBtn .panelBtnFooter{
    width: 95%;
    margin: 0 auto;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    border-top: 1px solid #ffcb4d;
}

.mailBtn .panelMail{
    width: 100%;
    height: 62px;
    font-size: 29px;
    font-weight: 600;
    color: #FFF;
    line-height: 58px;
    text-align: center;
}

.mailBtn .panelMail span{
    margin: 0 5px 0 0;
    font-size: 33px;
    vertical-align: -6px;
}

.mailBtn .panelBtnFooter{
    width: 95%;
    margin: 0 auto;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    border-top: 1px solid #6ca44d;
}

/* circle test */

/* sky */

.skyWpr{
    position: relative;
    width: 100%;
    padding: 95px 0 0 0;
    overflow: hidden;
    z-index: 300;
}
.inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 320;
}

.skyArch{
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 10000px;
    height: 10000px;
    background-color: #a2d9f5;
    border-radius: 50%;
    opacity: 1;
    z-index: 310;
}

.skyBodyWpr{
    position: relative;
    z-index: 330;
    background-image: url('../image/skyBg.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
}

.skyBodyInner{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 297px 0 30px 0;
}

.skyTitle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 822px;
    margin: 0 auto;
    z-index: 500;
}

.skyCaseWpr{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    z-index: 600;
    margin: 0 auto 30px auto;
}

.skyCase{
    width: 240px;
    height: 250px;
    padding: 14px 14px 11px 14px;
    background: linear-gradient(to bottom, #fff000 0%, #ffd800 100%);
    border-radius: 7px;
    box-shadow: 2px 2px 2px #cbbf00;

}

.skyCase p{
    width: 100%;
    margin: 0 auto 10px auto;
    font-size: 22px;
    font-weight: 700;
    color: #01540c;
    text-align: center;
}

.skyCase p span{
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 900;
    color: #a30000;
    text-align: center;
    line-height: 45px;
}

.skyCase div img{
    display: block;
    border: 4px solid #FFF;
}

.skyTagWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 720px;
    margin: 0 auto 15px auto;
}

.skyTagWpr p{
    display: inline-block;
    margin: 5px;
    padding: 10px 20px 12px 20px;
    background-color: #2c7d00;
    font-size: 25px;
    font-weight: 900;
    color: #fff000;
    transform: skewX(-10deg);
}

.skyTagWpr p span{
    display: block;
    transform: skewX(10deg);
}

.skyLeed{
    font-size: 36px;
    font-weight: 900;
    color: #a30000;
    text-align: center;
    line-height: 36px;
}

.skyGrass{
    width: 100%;
    height: 153px;
    background-repeat: repeat-x;
    background-image: url('../image/green_bg.png');
}

/* trouble */

.troubleWpr{
    width: 100%;
    padding: 0 0 55px 0;
    background: linear-gradient(to bottom, #307d0d 0%, #01540c 100%);
}

.troubleIntro{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 0 0;
    background-image: url('../image/liquid.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
}

.troubleTitleWpr{
    position: relative;
    width: 820px;
    height: 66px;
    margin: 0 auto 70px auto;
}

.troubleTitleWpr::before{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 43px;
    height: 65px;
    border: 1px solid #FFF;
    border-right: 0px solid #FFF;
}

.troubleTitleWpr::after{
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: 43px;
    height: 65px;
    border: 1px solid #FFF;
    border-left: 0px solid #FFF;
}

.troubleTitle{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 725px;
    height: 105px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    font-size: 44px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 63px;
}

.troubleTitle span{
    color: #ffea00;
}

.troubleBody{
    margin: 0 0 60px 0;
    font-size: 25px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 39px;
    text-shadow: 0 0 8px #003808;
}

.troubleBody span{
    color: #ffea00;
}

.troubleCaseWpr{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.troubleCase{
    width: 238px;
}

.troubleCaseImg{
    width: 100%;
}

.troubleCaseImg img{
    display: block;
    width: 100%;
    height: auto;
}

.troubleCaseTag{
    width: 100%;
    height: 56px;
    background-color: #222222;
    font-size: 32px;
    font-weight: 900;
    color: #ffea00;
    text-align: center;
    line-height: 55px;
}

/* sReason */

.sReasonWpr{
    width: 820px;
    margin: 0 auto;
    padding: 65px 0 110px 0;
}

.sReasonTitle{
    width: 466px;
    margin: 0 auto 50px auto;
}

.sReasonUnitWpr{
    width: 100%;
    margin: 0 0 50px 0;
}

.sReasonUnit{
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #b4d4a6;
    border-radius: 8px;
    background-color: #eff9e5;
    padding: 105px 24px 24px 295px;
}

.sReasonUnitTtl{
    position: absolute;
    top: 24px;
    right: 27px;
    width: 555px;
    height: 60px;
    padding: 0 0 0 15px;
    transform: skewX(-10deg);
    background-color: #317e0d;
    font-size: 41px;
    font-weight: 900;
    color: #ffea00;
    line-height: 58px;
    z-index: 610;
}

.sReasonUnitTtl::after{
    position: absolute;
    display: block;
    content: "REASON";
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    right: 20px;
    top: 0;
    opacity: .3;
}

.sReasonUnitTtl span{
    margin: 0 10px 0 0;
    color: #FFF;
    font-size: 38px;
    transform: skewX(10deg);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -3px;
}

.sReasonUnitImg{
    position: absolute;
    top: 24px;
    left: 24px;
    width: 242px;
    height: 181px;
    z-index: 600;
    border: 1px solid #eaede8;
}

.sReasonUnitImg img{
    display: block;
}

.sReasonUnitLeed{
    margin: 0 0 18px 0;
    font-size: 34px;
    font-weight: 900;
    color: #a30000;
    line-height: 34px;
        font-style: oblique;
}

.sReasonUnitBody{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-style: oblique;
}

.areaTitle{
    display: flex;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin: 0 auto 35px auto;
    background-color: #a30000;
    border-radius: 25px;
}
.car{
    width: 50px;
    height: 29px;
    margin: 0 10px 0 0;
    padding: 11px 0;
}

.areaTitle p{
    font-size: 21px;
    font-weight: 700;
    color: #FFF;
    line-height: 48px;
}

.areaBodyWpr{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}

.areaMap{
    width: 330px;
}

.areaInfo{
    width: 455px;
}

.prefWpr{
    margin: 0 auto 25px auto;
}

.pref{
    position: relative;
    width: 100%;
    margin: 0 0 22px 0;
    height: 19px;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    color: #317e0d;
    line-height: 19px;
}

.pref::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 0;
    width: 170px;
    height: 1px;
    background-color: #99cc34;
}

.pref::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: 0;
    width: 170px;
    height: 1px;
    background-color: #99cc34;
}

.prefWpr p{
    font-size: 14px;
    line-height: 21px;
}

/* gReason */

.gReasonWpr{
    width: 100%;
    padding: 60px 0;
    background-image: url('../image/reasonBgGrid.png');
}

.gReasonTitle{
    width: 723px;
    margin: 0 auto 100px auto;
}

.gReasonUnitWpr{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.gReasonUnit{
    position: relative;
    width: 300px;
}

.gReasonUnitBal{
    position: absolute;
    width: 106px;
    height: 106px;
    padding: 15px 0 0 0;
    top: -44px;
    left: 10px;
    border-radius: 53px;
    background-color: #317e0d;
    text-align: center;
}

.gReasonUnitBal::before{
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 3px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 0 8px 30px 8px;
    border-color: transparent transparent #317E0D transparent;
    transform: rotate(-45deg);
}   

.gReasonUnitBal span{
    margin: 0 0 10px 0;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    color: #FFF;
    letter-spacing: .2rem;
    line-height: 12px;
}

.gReasonUnitBal p{
    font-family: Oswald, sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #ffea00;
    text-align: center;
    line-height: 55px;
} 

.gReasonUnitTtl{
    margin: 0 0 20px 0;
    font-size: 34px;
    font-style: oblique;
    text-align: right;
    line-height: 34px;
    color: #c13900;
}

.gReasonUnitTtl span{
    font-weight: 900;
}

.gReasonUnitImg{
    margin: 0 0 1rem 0;
}

.gReasonUnitBody{
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

/* compare */

.compareWpr{
    width: 100%;
    margin: 0 0 60px 0;
    padding: 65px 0 60px 0;
    background-color: #fafae9;
}

.compareTitle{
    width: 452px;
    margin: 0 auto 60px auto;
}

.compareTable{
    width: 822px;
    margin: 0 auto;
}

/* result */

.resultWpr{
    width: 1000px;
    margin: 0 auto;
    padding: 115px 0 30px 0;
}

.resultTitleWpr{
    position: relative;
    width: 715px;
    margin: 0 auto 75px auto;
}

.resultTitle{
    width: 492px;
    margin: 0 0 0 auto;
}

.rbn_1{
    position: absolute;
    top: 0;
    left: 0px;
    width: 195px;
    height: 36px;
    background-color: #2c7d00;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 34px;
    transform: skewX(-10deg);
}

.rbn_2{
    position: absolute;
    bottom: 0;
    left: 35px;
    width: 195px;
    height: 36px;
    background-color: #2c7d00;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 34px;
    transform: skewX(-10deg);
}

.resultUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.resultUnit{
    position: relative;
    width: 490px;
    margin: 0 0 50px 0;
    border-radius: 7px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding: 46px 22px 0 22px;
}

.resultUnitTitle{
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    width: 273px;
    height: 43px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    border-radius: 22px;
    background-color: #2c7d00;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    color: #fff600;
    line-height: 41px;
}

.resultUnitTitle span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #FFF;
}

.resultImgWpr{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.resultArw{
    position: absolute;
}

.resultBefore{
    position: relative;
    width: 215px;
}

.resultBefore img{
    width: 100%;
    height: auto;
}

.resultBefore::before{
    position: absolute;
    display: block;
    content: "Before";
    top: -10px;
    left: -10px;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    background-color: #a30000;
    font-size: 14px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
    line-height: 63px;
    color: #FFF;
}

.resultAfter{
    position: relative;
    width: 215px;
}

.resultAfter img{
    width: 100%;
    height: auto;
}

.resultAfter::before{
    position: absolute;
    display: block;
    content: "After";
    top: -10px;
    right: -10px;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    background-color: #f9f000;
    font-size: 14px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
    line-height: 63px;
    color: #222;
}

.resultArw{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 34px;
    z-index: 700;
}

.resTimeWpr,
.resFee{
    padding: 5px 0 5px 110px;
}

.resTimeWpr{
    border-bottom: 1px dotted #d1d2d2;
}

span.redTab{
    display: inline-block;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    background-color: #333;
    line-height: 24px;
    border-radius: 12px;
    color: #FFF;
}

.resTimeWpr p{
    display: inline-block;
    padding: 14px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: oblique;
    font-weight: 700;
    color: #a30000;
    vertical-align: -3px;
}

.resTimeWpr p span{
    font-size: 17px;
}

.resFee p{
    display: inline-block;
    padding: 14px 0;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-weight: 700;
    vertical-align: -7px;
    color: #a30000;
}

.resFee p span{
    font-size: 22px;
}

/* service */

.serviceWpr{
    width: 100%;
    margin: 0 0 75px 0;
    padding: 60px 0 30px 0;
    background-color: #fafae9;
}

.serviceTtlWpr{
    width: 300px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.serviceTtl{
    width: 100%;
    height: 40px;
    margin: 0 0 5px 0;
    font-size: 40px;
    font-weight: 900;
    font-style: oblique;
    color: #2c7d00;
    text-align: center;
}

.serviceTtlLine{
    width: 100%;
    height: 4px;
    border-top: 1px solid #2c7d00;
    border-bottom: 1px solid #2c7d00;
}

.serviceTtlEn{
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 900;
    font-style: oblique;
    color: #2c7d00;
    text-align: center;
}

.serviceUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

.serviceUnit{
    width: 305px;
    margin: 0 0 40px 0;
    border-radius: 6px;
    background-color: #2c7d00;
}

.serviceUnitTtl{
    width: 200px;
    height: 44px;
    margin: 0 auto;
    transform: skewX(-13deg);
    background-color: #fff600;
    font-size: 19px;
    font-weight: 700;
    line-height: 42px;
    color: #222;
    text-align: center;
}

.serviceUnitTtl p{
    transform: skewX(13deg);
    text-align: center;
}

.serviceUnitImg{
    width: 100%;
}

.serviceUnitImg img{
    display: block;
    width: 100%;
    height: auto;
}

.serviceUnitBody{
    padding: 15px 20px;
    font-size: 15px;
    line-height: 21px;
    color: #FFF;
}

/* step */

.sepatator{
    height: 10px;
}

.stepWpr{
    width: 100%;
    padding: 115px 0 0 0;
    background-image: url('../image/grass_bg.png');
    background-position: 0 50px;
}

.stepUnitWpr{
    width: 820px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

.stepUnit{
    position: relative;
    width: 100%;
    height: 165px;
    margin: 0 0 39px 0;
    border: 3px solid #e0e0e0; 
    border-radius: 6px;
}

.stepUnit:nth-child(2n-1){
    padding: 25px 25px 25px 345px;
}

.stepUnit:nth-child(2n){
    padding: 25px 345px 25px 25px;
}

.stepUnit:nth-child(2n-1) .stepUnitArw{
    position: absolute;
    bottom: -35px;
    left: 135px;
    width: 47px;
    height: 52px;
}

.stepUnit:nth-child(2n) .stepUnitArw{
    position: absolute;
    bottom: -35px;
    right: 135px;
    width: 47px;
    height: 52px;
}

.stepUnitTtlWpr{
    display: flex;
    width: 430px;
    height: 47px;
    margin: 0 0 20px 0;
    transform: skewX(-12deg);
}

.stepUnitTtlNum{
    margin: 0 2px 0 0;
    width: 120px;
    height: 47px;
    background-color: #569733;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffea00;
    line-height: 49px;
}

.stepUnitTtl{
    width: 318px;
    height: 47px;
    padding: 0 0 0 15px;
    background-color: #2c7d00;
        font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 49px;
}

.stepUnitImg{
    position: absolute;
    width: 320px;
    height: 165px;
    overflow: hidden;
}

.stepUnit:nth-child(2n-1) .stepUnitImg{
    top: -3px;
    left: -3px;
    border-radius: 6px 0 0 6px;
}

.stepUnit:nth-child(2n) .stepUnitImg{
    top: -3px;
    right: -3px;
    border-radius: 0 6px 6px 0;
}

.stepUnitBody{
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

/* faq */

.faqWpr{
    width: 100%;
    padding: 60px 0 65px 0;
    background-color: #efefef;
    border-top: 14px solid #f5f5f5;
    border-bottom: 14px solid #f5f5f5;
}

.faqTtlWpr{
    width: 300px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.faqTtl{
    width: 100%;
    height: 40px;
    margin: 0 0 5px 0;
    font-size: 40px;
    font-weight: 900;
    font-style: oblique;
    color: #222;
    text-align: center;
}

.faqTtlLine{
    width: 100%;
    height: 4px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.faqTtlEn{
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 900;
    font-style: oblique;
    color: #222;
    text-align: center;
}

.qaUnitWpr{
    width: 820px;
    margin: 0 auto;
}


.qa__title--en {
	color: #28A5B9;
	text-align: center;
	font-family: Futura;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qa__title--en span {
	font-size: 32px;
	letter-spacing: 4.48px;
}

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative;
	padding: 15px 22px 15px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-family: Arial;
	font-weight: 700;
	color: #339900;
    text-align: center;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-family: Arial;
	font-weight: 700;
	color: #ff8400;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}


/* contact */

.contactWpr{
    width: 820px;
    margin: 0 auto;
    padding: 65px 0 75px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contactTitleWpr{
    width: 100%;
    margin: 0 auto 45px auto;
    padding: 0 0 65px 0;
}


.contactTitle{
    font-size: 31px;
    font-weight: 900;
    margin: 0 auto 10px auto;
    color: #339900;
    text-align: center;
    line-height: 40px;
}

.contactTitleEn{
    width: 300px;
    height: 30px;
    margin: 0 auto;
    background-color: #339900;
    border-radius: 15px;
    font-size: 19px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #FFF;
    text-align: center;
}

.formWpr{
    width: 100%;
    margin: 0 auto;
    padding: 45px;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #3eb000;
}

.formLeed{
    margin: 0 0 45px 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

table.contact{
    width: 100%;
    margin: 0 0 2rem 0;
    border-top: 1px dotted #cccccc;
}

table.contact tr{
    border-bottom: 1px dotted #cccccc;
}

table.contact tr td{
    padding: 13px 0;
    vertical-align: top;
}

table.contact tr td:first-child{
    position: relative;
    width: 230px;
    padding: 17px 13px 13px 0;
}

table.contact tr td:first-child P{
    padding: 0 0 0 13px;
    border-left: 3px solid #339900;
    font-size: 15px;
    font-weight: 700;
}

table.contact tr td:first-child span{
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    width: 40px;
    height: 20px;
    background-color: #fa7a00;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 18px;
}

table.contact tr td div{
    margin: 0 0 10px 0;
}

table.contact tr td div input{
    margin: 0 5px;
}

button.sbmitBtn{
    position: relative;
    display: block;
    width: 270px;
    height: 56px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #ff9000 0%, #ff6000 100%);
    border-radius: 4px;
    border: 0px solid #FFF;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
}


/* company */

.companyWpr{
    width: 820px;
    margin : 0 auto;
    padding: 50px 0 90px 0;
}

.companyTitle{
    width: 100%;
    background-color: #222;
    margin: 0 auto 40px auto;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.companyTitle span{
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #339900;
    font-size: 23px;
    font-weight: 700;
    color: #339900;
    line-height: 31px;
    text-align: center;
}

table.company{
    width: 100%;
    margin: 0 auto;
}

table.company tr td{
    padding: 15px;
    background-color: #f6f6f6;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

table.company tr td:first-child{
    background-color: #ededed;
    width: 200px;
}

table.company tr td:last-child{
    padding: 15px 30px 20px 20px;
}

.prefTag{
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    color: #2c7d00;
}

.city{
    margin: 0 0 20px 0;
}

footer{
    width: 100%;
    padding: 40px 0;
    background-color: #2c7d00;
    text-align: center;
    border-top: 12px solid #95be7f;
    font-size: 14px;
    color: #79a85f;
}


/* thanks */

header.thanks{
    margin: 0 auto 2rem auto;
    padding: 2rem;
    text-align: center;
    box-shadow: 0px 0 0px rgba(0,0,0,.42);
    z-index: 100;
}

main{
    padding: 4rem 0;
    background-color: #fbfdf2;
}

.thanksLogo{
    width: 307px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}

.thanksCatch{
    margin: 0 auto 4rem auto;
    font-size: 27px;
    font-weight: 900;
    color:#222;
    text-align: center;
}

.thanksBody{
    width: 650px;
    margin: 0 auto 3rem auto;
    padding: 2rem;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.thanksBody p{
    margin: 0 0 2rem 0;
    font-size: 18px;
    line-height: 26px;
}

.thanksNotice{
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.thanksNotice p{
    text-align: center;
    line-height: 3rem;
}

.thanksTel{
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #c97d33;
    line-height: 43px;
}


.sp{
	display: none;
}


}