@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display:swap;
    src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-display:swap;
    src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-display:swap;
    src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
         url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}

/*==============================
    基本設定
==============================*/
body{
    color:#000;
    font-size:12px;
    font-family: 'YakuHanJP_Noto','Noto Sans JP', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    position:relative;
    word-break:break-all;
    min-width:1400px;
    overflow-y:scroll;
}
@media only screen and (max-width:767px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro{
    transition: opacity 0.2s ease-out;
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition: filter 0.2s ease-out;
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}
/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1200{
    width: 1200px;
    margin: 0 auto;
}
.wrapper1380{
    width: 1380px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .wrapper1200,.wrapper1380{
        width: 100%;
        max-width: none;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHide:not(.jsShow){
    opacity: 0;
}
/*-----------------------------------------------
    conference_lp
-----------------------------------------------*/
/* header */
#header{
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
#header .headerWrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .logoBox{
    margin-left: 30px;
}
#header .rightBox{
    display: flex;
    align-items: center;
}
#header .telBox{
    margin-right: 29px;
}
@media only screen and (max-width:767px){
    #header{
        height: auto;
    }
    #header .headerWrapper{
        display: block;
        padding: 12px 0;
    }
    #header .logoBox{
        margin-left: 10px;
        width: 143px;
    }
    #header .rightBox{
        display: none;
    }
}
/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{
    display: none;
}
@media only screen and (max-width:767px){
    #fNavi{
        display: block;
        width: 100%;
        background: #2c2c2c;
        position: fixed;
        right: 0;
        bottom: 0;
        transform: translateY(115%);
        transition: all 0.2s ease-out;
        z-index: 999;
    }
    #fNavi.jsShow{
        bottom: 0;
        transform: none;
        -webkit-transform: none;
    }
    #fNavi .naviWrapper{
        display: flex;
        background: #000000;
        padding: 15px;
        position: relative;
    }
    #fNavi .naviWrapper::after{
        position: absolute;
        content: "";
        width: 51px;
        height: 50px;
        right: 0;
        bottom: 0;
    }
    #fNavi .naviWrapper.lazyloaded::after{
        background: url(../img/conference_lp/iconFnavi.png) center top / cover;
    }
    #fNavi .btnReserve{
        display: block;
        width: 55.073%;
        margin-right: 2.898%;
    }
    #fNavi .btnTel{
        width: 42.029%;
    }
}

/* footer */
#footer{
    padding: 119px 0 70px;
}
#footer #copy{
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.65px;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 50px 0 38px;
    }
    #footer #copy{
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    #fNavi + #footer{
        padding: 50px 0 122px;
    }
}

/* secHero */
.secHero{
    padding-top: 120px;
}
@media only screen and (max-width:767px){
    .secHero{
        padding-top: 60px;
    }
}

/* secGallerySlider */
.secGallerySlider{
    margin-top: 1px;
}
.secGallerySlider .boxSlider{
    position: relative;
    overflow: hidden;
}
.secGallerySlider .swiper-wrapper{
    transition-timing-function: linear;
}
.secGallerySlider .swiper-container{
    width: 500px;
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secGallerySlider{
        margin-top: 2px;
    }
    .secGallerySlider .swiper-container{
        width: 66.667vw;
    }
    .secGallerySlider .img{
        text-align: center;
    }
    .secGallerySlider img{
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
/* secEventBnr */
.secEventBnr{
    margin-top: 1px;
}
@media only screen and (max-width:767px){
    .secEventBnr{
        margin-top: 2px;
    }
}


/* secAbout */
.secAbout{
    margin-top: 103px;
}
.secAbout .titEng{
    text-align: center;
}
.secAbout .aboutTit{
    font-size: 50px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color: #006633;
    margin-top: -30px;
    letter-spacing: 3.5px;
}
.secAbout .aboutTxt{
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    color: #101010;
    margin-top: 27px;
    letter-spacing: 1px;
}
.secAbout .aboutList{
    display: flex;
    margin-top: 59px;
}
.secAbout .aboutItem{
    width: 22.899%;
    margin-right: 2.80133%;
}
.secAbout .aboutItem:last-child{
    margin-right: 0;
}
.secAbout .itemTxt{
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-top: 11px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secAbout{
        margin-top: 50px;
    }
    .secAbout .titEng{
        width: 136px;
        margin: 0 auto;
    }
    .secAbout .aboutTit{
        font-size: 22px;
        line-height: 1.45;
        margin-top: -8px;
        letter-spacing: 1px;
    }
    .secAbout .aboutTxt{
        font-size: 13px;
        line-height: 2.15;
        margin-top: 12px;
        letter-spacing: normal;
    }
    .secAbout .aboutList{
        flex-wrap: wrap;
        margin-top: 22px;
    }
    .secAbout .aboutItem{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secAbout .aboutItem:nth-child(2n){
        margin-right: 0;
    }
    .secAbout .aboutItem:nth-child(n+3){
        margin-top: 26px;
    }
    .secAbout .aboutItem:last-child{
        margin-right: 0;
    }
    .secAbout .itemTxt{
        font-size: 12px;
        line-height: 1.66;
        margin-top: 6px;
        letter-spacing: 0.5px;
    }
}

.secRecommendation{
    margin-top: 143px;
}
.secRecommendation .bgBox{
    padding: 92px 0 120px;
    position: relative;
}
.secRecommendation .bgBox.lazyloaded{
    background: url(../img/conference_lp/bgRecommendation.gif) center top / cover;
}
.secRecommendation .bgBox::after{
    position: absolute;
    content: "";
    width: 125px;
    height: 135px;
    left: calc(50% - 62.5px);
    top: -85px;
}
.secRecommendation .bgBox.lazyloaded::after{
    background: url(../img/conference_lp/iconRecommendation01.png) center top / cover;
}
.secRecommendation .recommendTit{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #006633;
    letter-spacing: 4.5px;
}
.secRecommendation .spanIcon{
    position: relative;
}
.secRecommendation .spanIcon::before,.secRecommendation .spanIcon::after{
    position: absolute;
    content: "";
    width: 230px;
    height: 112px;
    top: -117px;
}
.secRecommendation .spanIcon::before{
    left: -155px;
}
.secRecommendation .spanIcon::after{
    right: -155px;
}
.secRecommendation .spanIcon.lazyloaded::before{
    background: url(../img/conference_lp/iconRecommendation02.png) center top no-repeat;
}
.secRecommendation .spanIcon.lazyloaded::after{
    background: url(../img/conference_lp/iconRecommendation03.png) center top no-repeat;
}
.secRecommendation .list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.secRecommendation .item{
    width: 31.16%;
}
.secRecommendation .item:last-child{
    position: relative;
    right: -12px;
}
.secRecommendation .btnCover{
    width: 980px;
    margin: 70px auto 0;
}
.secRecommendation .btnInner{
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 130px;
    border: solid 4px #000;
    box-shadow: 0px 13px 0px 0px #ebebeb;
    position: relative;
    transition: all 0.2s ease-out;
    bottom: 0;
}
.secRecommendation .btnInner.lazyloaded{
    background: url(../img/conference_lp/bgBtn.gif) center top repeat;
}
.secRecommendation .btnInner:hover{
    bottom: -13px;
    box-shadow: none;
}
.secRecommendation .btnInner::after{
    position: absolute;
    content: "";
    width: 306px;
    height: 120px;
    left: -40px;
    top: -56px;
}
.secRecommendation .btnInner.lazyloaded::after{
    background: url(../img/conference_lp/iconGo.png) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secRecommendation{
        margin-top: 110px;
    }
    .secRecommendation .bgBox{
        padding: 45px 0 70px;
    }
    .secRecommendation .bgBox.lazyloaded{
        background: url(../img/conference_lp/bgRecommendation_sp.gif) center top / cover;
    }
    .secRecommendation .bgBox::after{
        width: 81px;
        height: 88px;
        left: calc(50% - 40.1px);
        top: -60px;
    }
    .secRecommendation .recommendTit{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .secRecommendation .spanIcon::before,.secRecommendation .spanIcon::after{
        width: 101px;
        height: 49px;
        top: -95px;
    }
    .secRecommendation .spanIcon::before{
        left: -20px;
    }
    .secRecommendation .spanIcon::after{
        right: -20px;
    }
    .secRecommendation .spanIcon.lazyloaded::before,.secRecommendation .spanIcon.lazyloaded::after{
        background-size: cover;
    }
    .secRecommendation .list{
        display: block;
        margin-top: 30px;
    }
    .secRecommendation .item{
        width: 93.334%;
        margin: 0 auto 0 4%;
    }
    .secRecommendation .item:nth-child(n+2){
        margin-top: 20px;
    }
    .secRecommendation .item:last-child {
        right: 0;
    }
    .secRecommendation .btnCover{
        width: 92%;
        margin: 40px auto 0;
    }
    .secRecommendation .btnInner{
        width: 100%;
        height: 92px;
        border-radius: 48px;
        border: solid 2px #000;
        box-shadow: 0px 4px 0px 0px #ebebeb;
    }
    .secRecommendation .btnInner img{
        width: 60.58%;
    }
    .secRecommendation .btnInner.lazyloaded{
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAACNJREFUKFNjZE41+s+ADpiZMYQYh4TCDFNMz/z9i8Uzg18hAPuOGiNNpleYAAAAAElFTkSuQmCC) repeat;
    }
    .secRecommendation .btnInner:hover{
        bottom: -4px;
    }
    .secRecommendation .btnInner::after{
        width: 115px;
        height: 44px;
        left: 5px;
        top: -29px;
    }
    .secRecommendation .btnInner.lazyloaded::after{
        background-size: cover;
    }
}

/* secComparison */
.secComparison .topBox{
    padding-top:148px;
    text-align: center;
}
.secComparison .topBox.lazyloaded{
    background: url(../img/conference_lp/bgComparison.jpg) center top no-repeat;
}
.secComparison .mainBox{
    background: #006633;
    padding: 192px 0 146px;
    text-align: center;
    margin-top: -118px;
}
.secComparison .imgGraph{
    margin-top: 54px;
}
.secComparison .comparisonList{
    margin-top: 60px;
}
.secComparison .comparisonItem:nth-child(n+2){
    margin-top: 58px;
}
@media only screen and (max-width:767px){
    .secComparison .topBox{
        padding-top: 13.334vw;
    }
    .secComparison .topBox.lazyloaded{
        background: url(../img/conference_lp/bgComparison_sp.jpg) center top / cover;
    }
    .secComparison .mainBox{
        padding: 21.334vw 0 60px;
        margin-top: -11.734vw;
    }
    .secComparison .txtMiddle{
        width: 88%;
        margin: 0 auto;
    }
    .secComparison .imgGraph{
        margin-top: 30px;
    }
    .secComparison .comparisonList{
        margin-top: 35px;
    }
    .secComparison .comparisonItem:nth-child(n+2){
        margin-top: 30px;
    }
}

/* secModel */
.secModel .bgBox{
    padding: 90px 0 0;
    height: 2220px;
}
.secModel .bgBox.lazyloaded{
    background: url(../img/conference_lp/bgModel.jpg) center top no-repeat;
}
.secModel .topTxt{
    text-align: center;
}
.secModel .modelList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 138px;
}
.secModel .modelItem{
    width: calc(50% - 20px);
    margin-right: 40px;
}
.secModel .modelItem:nth-child(2n){
    margin-right: 0;
}
.secModel .modelItem:nth-child(n+3){
    margin-top: 25px;
}
.secModel .iconCircle{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 73px auto 0;
    position: relative;
}
.secModel .iconCircle::before,.secModel .iconCircle::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    left: calc(50% - 8px);
}
.secModel .iconCircle::before{
    top: -35px;
}
.secModel .iconCircle::after{
    bottom: -35px;
}
.secModel  .underTxt{
    margin-top: 80px;
    text-align: center;
}
@media only screen and (max-width:767px){
    /* secModel */
    .secModel .bgBox{
        padding: 0;
        height: auto;
    }
    .secModel .bgBox.lazyloaded{
        background: none;
    }
    .secModel .topWrapper{
        padding: 38px 0 40px;
    }
    .secModel .topWrapper.lazyloaded{
        background: url(../img/conference_lp/bgModelTop_sp.gif) center top / cover;
    }
    .secModel .topTxt{
        width: 312px;
        margin: 0 auto;
    }
    .secModel .underWrapper{
        padding: 5.333vw 0 57.067vw;
    }
    .secModel .underWrapper.lazyloaded{
        background: url(../img/conference_lp/bgModelUnder_sp.jpg) center bottom / cover;
    }
    .secModel .modelList{
        display: block;
        margin-top: 0;
    }
    .secModel .modelItem{
        width: 100%;
        margin-right: 0;
    }
    .secModel .modelItem:nth-child(n+2){
        margin-top: 20px;
    }
    .secModel .iconCircle{
        width: 9px;
        height: 9px;
        margin: 36px auto 0;
    }
    .secModel .iconCircle::before,.secModel .iconCircle::after{
        width: 9px;
        height: 9px;
        left: calc(50% - 4.5px);
    }
    .secModel .iconCircle::before{
        top: -16px;
    }
    .secModel .iconCircle::after{
        bottom: -16px;
    }
    .secModel  .underTxt{
        width: 92.754%;
        margin: 26px auto 0;
    }
}

/* secMap */
.secMap{
    margin-top: 120px;
}
.secMap .mapWrapper{
    position: relative;
}
.secMap .mapTitEng{
    text-align: center;
}
.secMap .mapTit{
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    color: #006633;
    margin-top: -15px;
    letter-spacing: 3.5px;
}
.secMap .mapTxt{
    font-size: 20px;
    line-height: 2.2;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 29px;
}
.secMap .mapCover{
    position: relative;
    width: 100%;
    padding-top: 32.609%;
    margin-top: 38px;
}
.secMap .mapCover::after{
    position: absolute;
    content: "";
    width: 98px;
    height: 122px;
    right: -8px;
    top: -106px;
}
.secMap .mapCover.lazyloaded::after{
    background: url(../img/conference_lp/iconStaff.png) center top  no-repeat;
}
.secMap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.secMap .linkCover{
    position: absolute;
    width: 104px;
    height: 104px;
    right: 90px;
    top: 108px;
}
.secMap .linkInner{
    display: block;
    padding-top: 28px;
    border-radius: 50%;
    background: #3f3a35;
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.33;
    position: relative;
}
.isDesktopIpad .secMap .linkInner{
    padding-top: 26px;
    font-size: 10px;
}
.secMap .linkInner::after{
    position: absolute;
    content: "";
    width: 23px;
    height: 1px;
    background: #3f3a35;
    transform: rotate(45deg);
    right: -2px;
    bottom: 10px;
    pointer-events: none;
}
.secMap .spanLine{
    font-size: 10px;
    border-bottom: solid 1px #fff;
}
@media only screen and (max-width:767px){
    .secMap{
        margin-top: 50px;
    }
    .secMap .mapTitEng{
        width: 153px;
        margin: 0 auto;
    }
    .secMap .mapTit{
        font-size: 22px;
        margin-top: -2px;
        letter-spacing: 1px;
    }
    .secMap .mapTxt{
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: normal;
        margin-top: 14px;
    }
    .secMap .mapCover{
        position: relative;
        width: 92%;
        padding-top: 74.667%;
        margin: 24px auto 0;
    }
    .secMap .mapCover::after{
        display: none;
    }
    .secMap .linkCover{
        position: relative;
        width: 92%;
        height: 40px;
        max-width: 345px;
        margin: 20px auto 0;
        right: 0;
        top: 0;
    }
    .secMap .linkInner{
        padding-top: 13px;
        border-radius: 0;
        font-size: 11px;
        letter-spacing: normal;
    }
    .secMap .spLine{
        text-decoration: underline;
        text-decoration-color: #fff;
    }
    .secMap .linkInner::after{
        display: none;
    }
    .secMap .linkInner::before{
        position: absolute;
        content: "";
        width: 47px;
        height: 58px;
        right: 58px;
        bottom: -6px;
    }
    .secMap .linkInner.lazyloaded::before{
        background: url(../img/conference_lp/iconStaff.png) center top / cover;
    }
    .secMap .spanLine{
        display: none;
    }
}

/* secFormError */
.secFormError{
    padding:10px;
    line-height:18px;
    color:#f00;
    background:#FFF4FF;
    border:solid 1px #f00;
    margin-top: 60px;
}
.secFormError a{
    color:#f00;
}
@media only screen and (max-width:767px){
    .secFormError{
        margin-top: 30px;
    }
}
/* secForm */
.secForm{
    padding-top: 274px;
}
.secForm .formTit{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 5px;
}
.secForm .formTit::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 156px;
    left: calc(50% - 60px);
    top: -195px;
}
.secForm .formTit.lazyloaded::after{
    background: url(../img/conference_lp/iconFormTit.gif) center top no-repeat;
}
.secForm .topTxt{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 28px;
}
/* secFormStep */
.secFormStep{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.secFormStep .stepTxt{
    width: 160px;
    text-align: center;
    font-size: 13px;
    padding: 15px 0;
    border: solid 1px #1d1d1d;
    color: #1d1d1d;
    margin-right: 10px;
    border-radius: 22px;
    letter-spacing: 2px;
}
.secFormStep .stepTxt:last-child{
    margin-right: 0;
}
.secFormStep .stepTxt.active{
    color: #fff;
    background: #1d1d1d;
}

.secForm .formWrapper{
    border-top: solid 1px #e5e5e5;
    margin-top: 60px;
}
.secForm .innerWrapper{
    width: 1000px;
    margin: 0 auto;
}
/* secFormTable */
.secFormTable{
    padding: 35px 0 50px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 3px) left 1px bottom / 3px 1px repeat-x;
}
.secFormTable,.secFormTable tr,.secFormTable tbody{
    width: 100%;
    display: block;
}
.secFormTable tr{
    margin-top: 25px;
}
.secFormTable tr:nth-child(2){
    margin-top: 21px;
}
.secFormTable th,.secFormTable td{
    font-size: 17px;
    font-weight: 500;
    color: #101010;
    vertical-align: top;
}
/* th */
.secFormTable th{
    width: 300px;
    line-height: 1.76;
    padding-top: 12px;
    letter-spacing: 3px;
}
.secFormTable .inner{
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}
.secFormTable .icon{
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    border: solid 1px #000;
    padding: 5px 10px  6px;
    margin-top: 4px;
}
.secFormTable .icon.must{
    border: solid 1px #dc0101;
    color: #dc0101;
}
.secFormTable .icon.free{
    border: solid 1px #618eab;
    color: #618eab;
}
.secFormTable .txtLabel{
    margin-left: 18px;
}
/* td */
.secFormTable td{
    width: 700px;
}
.secFormTable .row{
    display: flex;
    align-items: center;
}
/* input */
.secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="password"], .secFormTable select {
    background: #f7f5f0;
    height: 60px;
    padding-left: 20px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 1.5px;
}
.secFormTable textarea{
    width: 700px;
    height: 160px;
    border: none;
    padding: 14px 22px;
    background: #f7f5f0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    font-family: inherit;
}
.secFormTable .w100{width: 100px;}
.secFormTable .wp100{width: 100%;}
.secFormTable .w150{width: 150px;}
.secFormTable .w400{width: 400px;}
.secFormTable .w226{ width: 226px;}
.mt15{margin-top: 15px;}
.mt10{margin-top: 10px;}

.secForm .secFormTable input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin: 2px 5px 5px 0px;
}
/* date */
.secFormTable  .spanDate{
    margin: 0 10px 0 19px;
}
.secFormTable .txtSub{
    font-size: 12px;
    font-weight: 400;
    line-height: 2.08;
    margin-top: 12px;
}
/* address */
.secFormTable .spanAddress01{
    margin-right: 10px;
}
.secFormTable .spanAddress02{
    margin: 0 8px;
}
.secFormTable .btnZip{
    font-size: 11px;
    padding: 12px 0px;
    color: #fff;
    text-decoration: none;
    background: #333333;
    text-align: center;
    display: block;
    width: 160px;
    border-radius: 30px;
    margin-left: 9px;
    letter-spacing: 1px;
    font-weight: 400;
}
.isDesktopIpad .secFormTable .btnZip{
    width: 200px;
}
/* boxPrivacy */
.secForm .boxPrivacy{
    margin-top: 52px;
}
.secForm .topPrivacy{
    font-size: 14px;
    line-height: 2.14;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.34px;
}
.secForm .policyBox{
    margin-top: 44px;
    background: #fbfbfb;
    height: 252px;
    padding: 35px 40px;
    overflow-y: scroll;
}
.secForm .policyTxt{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
.secForm .policyTxt a{
    display: inline-block;
    color: #000;
}
/* btnForm */
.secForm .btnForm{
    width: 600px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #006633;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 3.5px;
    margin: 38px auto 0;
    border-radius: 50px;
}
/* boxAgree */
.secForm .boxAgree{
    margin: 29px auto 0;
    text-align: center;
}
.secForm .labelCheck{
    position: relative;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    background: #f7f5f0;
    margin: 0 auto;
}
.secForm input[type="checkbox"]{
    width: 14px;
    height: 14px;
    margin: 3px 0 0;
}
.secForm .txtCheck{
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
@media only screen and (max-width:767px){
    .secForm{
        padding-top: 157px;
    }
    .secForm .formTit{
        font-size: 22px;
        letter-spacing: 1px;
    }
    .secForm .formTit::after{
        width: 63px;
        height: 84px;
        left: calc(50% - 31.5px);
        top: -95px;
    }
    .secForm .formTit.lazyloaded::after{
        background-size: cover;
    }
    .secForm .topTxt{
        font-size: 12px;
        margin-top: 18px;
        letter-spacing: normal;
    }
    /* secFormStep */
    .secFormStep{
        margin-top: 22px;
    }
    .secFormStep .stepTxt{
        width: 85px;
        font-size: 12px;
        padding: 12px 0;
        border-radius: 19px;
        letter-spacing: 1px;
    }
    .secForm .formWrapper{
        margin-top: 30px;
    }
    .secForm .innerWrapper{
        width: 100%;
    }
    /* secFormTable */
    .secFormTable{
        margin-top: 0;
        padding: 0 0 20px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left 1px bottom / 2px 1px repeat-x;
    }
    .secFormTable tr{
        margin-top: 0;
        border-bottom: solid 1px #e5e5e5;
    }
    .secFormTable tr:last-child{
        border: none;
    }
    .secFormTable th,.secFormTable td{
        font-size: 13px;
    }
    /* th */
    .secFormTable tr,.secFormTable th,.secFormTable td{
        display: block;
    }
    .secFormTable th{
        width: 100%;
        line-height: 1.5;
        padding: 16px 0 12px;
        letter-spacing: 1px;
    }
    .secFormTable .inner{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
    .secFormTable .icon{
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 4px 12px;
        margin-top: 0;
    }
    .secFormTable .txtLabel{
        margin: 0;
    }
    /* td */
    .secFormTable td{
        width: 100%;
        padding-bottom: 20px;
    }
    .secFormTable tr:last-child td{
        padding-bottom: 0;
    }
    .secFormTable tr:first-child td{
        padding-bottom: 14px;
    }
    .secFormTable .row{
        flex-wrap: wrap;
    }
    /* input */
    .secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="password"], .secFormTable select {
        background: #f7f5f0;
        height: 45px;
        padding-left: 15px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .secFormTable textarea{
        width: 100%;
        height: 145px;
        padding: 15px;
        font-size: 16px;
    }
    .secFormTable .w100,.secFormTable .w150{width: 70px;}
    .secFormTable .w400{width: 100%;}
    .secFormTable .w226{ width: 155px;}
    .mt15,.mts10{margin-top: 10px;}
    .mts5{margin-top: 5px;}

    .secForm .secFormTable input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin: 2px 5px 5px 0px;
    }

    /* date */
    .secFormTable  .spanDate{
        margin: 10px 7px 0 0;
    }
    .secFormTable .txtSub{
        font-size: 10px;
        line-height: 2.2;
        margin-top: 3px;
        letter-spacing: 0.25px;
    }
    /* address */
    .secFormTable .spanAddress01 {
        margin-right: 7px;
    }
    .secFormTable .spanAddress02{
        margin: 0 5px;
    }
    .secFormTable .btnZip{
        font-size: 10px;
        padding: 13px 0px;
        width: 150px;
        border-radius: 18px;
        margin-left: 10px;
        letter-spacing: 0.25px;
    }
    /* boxPrivacy */
    .secForm .boxPrivacy{
        margin-top: 24px;
    }
    .secForm .topPrivacy{
        font-size: 10px;
        line-height: 2.2;
        letter-spacing: 0.5px;
        text-align: left;
    }
    .secForm .policyBox{
        margin-top: 25px;
        padding: 10px 15px;
    }
    .secForm .policyTxt{
        font-size: 10px;
        line-height: 1.9;
    }
    /* btnForm */
    .secForm .btnForm{
        width: 285px;
        height: 65px;
        font-size: 15px;
        letter-spacing: 2px;
        margin: 20px auto 0;
        border-radius: 32px;
    }
    /* boxAgree */
    .secForm .boxAgree{
        margin: 24px auto 0;
    }
    .secForm .labelCheck{
        font-size: 13px;
        width: 125px;
        height: 44px;
    }
    .secForm input[type="checkbox"]{
        width: 14px;
        height: 14px;
        margin: 3px 0 0;
    }
}
@media only screen and (max-width:374px){
    .secFormTable .txtSub {
        letter-spacing: normal;
    }
    .secFormTable .btnZip {
        width: 140px;
    }
}
@media only screen and (max-width:359px){
    .secForm .topTxt {
        font-size: 11px;
    }
    .secFormTable .btnZip {
        width: 113px;
        margin-left: 6px;
    }
    .secFormTable .spanTrance{
        transform: scale(0.9);
        transform-origin: center;
        white-space: nowrap;
        display: block;
    }
}
/* txtToBack */
.secForm .txtToBack {
    text-align: center;
    margin: 30px 0;
}
.secForm .txtToBack a{
    color: #0099E5;
}
/* co,ok */
.co .secForm,.ok .secForm{
    padding-top: 400px;
}
@media only screen and (max-width:767px){
    .co .secForm,.ok .secForm{
        padding-top: 200px;
    }
}
/* co */
.co th,.co td{
    line-height: 1.5;
    padding-top: 0;
    vertical-align: middle;
}
@media only screen and (max-width:767px){
    .co th{
        padding: 16px 0 12px;
    }
    .co td{
        padding-bottom: 20px;
    }
}

/* ok */
.ok .okTxt{
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-top: 35px;
}
@media only screen and (max-width:767px){
    .ok .okTxt{
        font-size: 13px;
        line-height: 1.7;
        margin-top: 18px;
        text-align: left;
    }
}

