@charset "UTF-8";
/*
Theme Name: zoomic2022
Description:
Version: 1.0
*/

/*-------------------------------
    HOME
-------------------------------*/
.sec-top{
    position: relative;
}
.sec-top,
.sec-top .b-slider{
    height: calc(100vh + 1px);
}

/* b-logo */
.sec-top .b-logo{
    position: absolute;
    z-index: 1;
    left:50%;
    top: 50%;
    transform: translate( -50%, -50%);
    width: 70vw;
}
/*scrollBox */
.sec-top .scrollBox{
    position: absolute;
    right: 2.2vw;
}
.sec-top .scrollBox .inner{
    line-height: 1;
}
.sec-top .scrollBox .b-line{
    position: relative;
    border-radius: 50%;
    bottom: 0;
}
.sec-top .scrollBox .b-line .e-ball{
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    animation: ballMove 3s ease-in-out 3s infinite;
}
.sec-top .scrollBox .b-line::before{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 1px;
    height: 100%;
    transform-origin: top;
    top: 0;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%) scale(1,0);
    animation: lineMove 3s ease-in-out 3s infinite;
}
@keyframes lineMove{
    0%{
        opacity: 1;
        transform: translateX(-50%) scale(1,0);
        transform-origin: top;
    }
    1%{
        opacity: 1;
        transform: translateX(-50%) scale(1,0);
        transform-origin: top;
    }
    40%{
        opacity: 1;
        transform: translateX(-50%) scale(1,1);
        transform-origin: top;
    }
    41%{
        opacity: 1;
        transform: translateX(-50%) scale(1,1);
        transform-origin: bottom;
    }
    80%{
        opacity: 1;
        transform: translateX(-50%) scale(1,0);
        transform-origin: bottom;
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) scale(1,0);
        transform-origin: bottom;
    }
}
@keyframes ballMove{
    0%{
        top: 0;
    }
    40%{
        top: 100%;
    }
    100%{
        top: 100%;
    }
}
.sec-top .scrollBox p{
    color: #fff;
    font-weight: 500;
    font-size: 3.5vw;
    transform-origin: top center;
    transform: rotate(90deg) translateY(-50%);
    letter-spacing: .08em;
}
@media screen and (max-width: 767px){
    .sec-top .scrollBox{
        bottom: 10vw;
    }
    .sec-top .scrollBox .b-line{
        height: 30vh;
        margin-top: 7vw;
    }
    .sec-top .scrollBox .b-line .e-ball{
        width: 2vw;
        height: 2vw;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .sec-top .b-logo{
        width: 55vw;
    }
}
@media screen and (min-width: 768px){
    .sec-top .b-logo{
        width: 480px;
    }
    .sec-top .scrollBox{
        right: 28px;
        bottom: 3vw;
    }
    .sec-top .scrollBox p{
        font-size: 1.5rem;
    }
    .sec-top .scrollBox .b-line{
        height: 250px;
        margin-top: 30px;
    }
    .sec-top .scrollBox .b-line .e-ball{
        width: 8px;
        height: 8px;
    }
}

/* slider */
.b-slider{
    position: fixed;
    z-index: -1;
    width: 100%;
}
.b-slider .slider,
.b-slider .slick-list,
.b-slider .slick-track{
    height: 100%;
}
.b-slider .slick-slide{
    background-size: cover;
    background-position: center center;
}

/*-------------------------------
    works
-------------------------------*/
.b-secHeader .b-worksCat{
  display: none;
  line-height: 0;
  margin: auto;
  font-size: 0;
}
.b-secHeader .b-worksCat a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
    line-height:1.8;
}
@media screen and (min-width: 768px){
  .b-secHeader .b-worksCat{
    display: inline-block;
      width: 100%;
      margin-right: 150px;
        padding-left: 150px;
      /*text-align: right;*/
      text-align: center;
  }
  .b-secHeader .b-worksCat li a{
    margin-left: 2em;
  }
    .b-secHeader .b-worksCat li:first-of-type a{
        margin-left: 0;
    }
  .b-secHeader .b-worksCat li:nth-last-child(1) a{
    margin-right: 0;    
  }
  .b-secHeader .b-worksCat a{
    font-size: 1.5rem;
      font-size: 1.4rem;
    letter-spacing: .05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px){
    .b-secHeader .b-worksCat{
        margin-right: 120px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1150px){
    .b-secHeader .b-worksCat{
        width: 100%;
    }
}
@media screen and (min-width: 1251px){
    .b-secHeader .b-worksCat{
        transform: translateX(0);
    }
}

.sec-works .b-pstLst{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sec-works .b-pstLst article{
    margin:0 auto 0 0;
    width: 49.2%;
    transition: all 800ms ease;
    transform: translateY(0);
}
.sec-works .b-pstLst a{
    display: block;
    overflow: hidden;
    position: relative;
}
.sec-works .b-pstLst article .b-img{
    transition: all 500ms ease;
    transform-origin: center center;
}
.sec-works .b-pstLst article .b-txt{
    transition: all 500ms ease;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0,255,127,.75);
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 1em;
    opacity: 0;
}
.sec-works .b-pstLst article a:hover .b-img{
    transform: scale(1.15,1.15);
}
.sec-works .b-pstLst article a:hover .b-txt{
    opacity: 1;
}
.sec-works .b-cat{
    line-height:0;
}
.sec-works .b-cat li{
    display: inline;
    line-height:1.1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .08em;
}
.sec-works a:hover .b-cat li{
    color: #00FF7F;
}
.sec-works .b-cat li+li::before{
    content:", ";
    margin-left: -.3em;
}

.m-HOME .sec-works{
    padding-bottom: 10vw;
}
@media screen and (max-width: 767px){
    #js-works .sec-works .b-pstLst{
        min-height: calc(100vh - 50.6vw - 50px);
    }
    .sec-works .b-pstLst:not(.m-checked) article:nth-child(2n){
        margin-right: 0;
    }
    .sec-works .b-cat{
        padding-left: 2.5vw;
        margin: .9vw 0 1.2vw;
    }
    .sec-works .b-cat li{
        font-size:2.5vw;
    }
    .sec-works .b-pstLst:not(.m-checked) article{
        margin-bottom: 1.6vw;
    }
    .sec-works .b-pstLst article .b-txt{
        font-size: 2.8vw;
    }
    .sec-works .b-pstLst.m-checked article .b-txt{
        font-size: 2vw;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .sec-works .b-cat{
        padding-left: 2vw;
    }
    .sec-works .b-cat li{
        font-size:2vw;
    }
}
@media screen and (min-width: 768px){
    .m-HOME .sec-works{
        padding-bottom: 95px;
        padding-bottom: 0;
    }
    /*
    #js-works .sec-works .b-pstLst{
        min-height: calc(100vh - 280px - 24px);
    }
    */
    .sec-works .b-pstLst:not(.m-checked) article{
        /*
        width:calc((100% - 35px*3)/4);
        margin-right: 35px;
        margin-bottom: 35px;
        */
        width: 22%;
        margin-right:calc((100% - (22% * 4)) / 3) ;
        margin-bottom:calc((100% - (22% * 4)) / 3) ;
    }
    .sec-works .b-pstLst:not(.m-checked) article:nth-child(4n){
        margin-right: 0;
    }
    .sec-works .b-pstLst article .b-txt{
        font-size: min( 1vw , 15px);
    }
    .sec-works .b-pstLst.m-checked article .b-txt{
        font-size: 15px;
    }
    .sec-works .b-cat li{
        font-size:1.1rem;
    }
}
/*
@media screen and (min-width: 1850px){
    .sec-works .b-pstLst article .b-txt{
        font-size: 20px;
    }
}
*/
/*-------------------------------
    works -single
-------------------------------*/
.b-pst.m-worksSingle > .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.b-pst.m-worksSingle .b-txt{
    line-height: 2.15;
    letter-spacing: .2em;
}
.b-pst.m-worksSingle .b-txt p{
    letter-spacing: .2em;
}
.b-pst.m-worksSingle .b-txt p+p{
    margin-top: 1.3em;
}
.b-pst.m-worksSingle .b-detail *{
    letter-spacing: .03em;
    line-height: 1;
}
.b-pst.m-worksSingle .b-detail .b-disc *{
    letter-spacing: .07em;
}
.b-pst.m-worksSingle .b-detail+.b-back{
    text-align: center;
    margin-top: 2em;
}
.b-pst.m-worksSingle .b-detail+.b-back a{
    border-bottom: 1px solid;
    letter-spacing: .15em;
}
@media screen and (max-width: 767px){
    .b-pst.m-worksSingle > .inner > .b-img img{
        margin-bottom: 1vw;
    }
    .b-pst.m-worksSingle .b-txt{
        padding: 4vw 5vw 0;
        font-size: 3.2vw;
        font-size: min(3.2vw,13px);
    }
    .b-pst.m-worksSingle .b-detail+.b-back{
        font-size: min(3.4vw,14px);
    }
}
@media screen and (min-width: 768px){
    .b-pst.m-worksSingle > .inner{
        width: 73%;
    }
    .b-pst.m-worksSingle > .inner > .b-img img{
        margin-bottom: 10px;
    }
    .b-pst.m-worksSingle .b-txt{
        padding-top: 1em;
        font-size: 1.3rem;
    }
    .b-pst.m-worksSingle .b-detail+.b-back{
        font-size: 1.4rem;
        margin-top: 3em;
    }
}

/* b-disc */
.b-pst.m-worksSingle .b-disc dt::after{
    content:":";
    margin-right: .5em;
}
.b-pst.m-worksSingle .b-detail .b-disc dl{
    display: flex;
}
@media screen and (max-width: 767px){
    .b-pst.m-worksSingle .b-detail{
        margin-top: 6vw;
        padding: 0 5vw;
        justify-content: space-between;
    }
    .b-pst.m-worksSingle .b-disc dl{
        margin-bottom: 1.3em;
    }
    .b-pst.m-worksSingle .b-detail .b-disc *{
        font-size: min(2.8vw,12px);
    }
}
@media screen and (min-width: 768px){
    .b-pst.m-worksSingle .b-detail{
        display: flex;
        margin-top: 45px;
        justify-content: space-between;
    }
    .b-pst.m-worksSingle .b-disc dl{
        margin-bottom: 1.8em;
    }
    .b-pst.m-worksSingle .b-detail .b-disc *{
        font-size: 1.1rem;
    }
}

/* b-tags */
.b-pst.m-worksSingle .b-tags{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.b-pst.m-worksSingle .b-tags a{
    display: inline-block;
    margin-right: 5em;
    line-height: 1;
    color: #fff;
    border-radius: 2em;
    background: #9A9A9A;
    padding: .5em 1em .7em;
}
.b-pst.m-worksSingle .b-tags a:hover{
    background: #00FF7F;
}
.b-pst.m-worksSingle .b-tags a::before{
    content:"# ";
}
.b-pst.m-worksSingle .b-tags a+a{
    margin-top: .7em;
}
@media screen and (max-width: 767px){
    .b-pst.m-worksSingle .b-tags{
        margin-top: 8vw;
    }
    .b-pst.m-worksSingle .b-tags a{
        font-size: min(2.8vw,12px);
    }
}
@media screen and (min-width: 768px){
    .b-pst.m-worksSingle .b-tags a{
        font-size: 1.2rem;
    }
}

/* b-checked */
.b-checked h2{
    letter-spacing: .8em;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom:1em;
    margin-bottom: 2.5em;
}
.b-checked h2 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
}

/* b-checked  slick */
.b-checked .slick-list{
    width: 100%;
}
.b-checked .slick-prev:before,
.b-checked .slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #666;
}

@media screen and (max-width: 767px){
    .b-checked{
        margin-top: 8vw;
        padding:0 5vw;
    }
    .b-checked h2{
        font-size: 3.5vw;
        padding-bottom: 2vw;
        margin-bottom: 3vw;
    }
    .b-checked .b-pstLst article{
        width: 35vw;
        margin-right: 2vw;
    }
    .b-checked .slick-prev,
    .b-checked .slick-next{
        display: none !important;
    }
}
@media screen and (min-width: 768px){
    .b-checked{
        margin-top: 150px;
    }
    .b-checked h2 span{
        font-size: 1.5rem;
    }
    .b-checked .b-pstLst article{
        width: 270px;
        margin-right: 30px;
    }
}



/* b-pgNav */
.m-worksSingle .b-pgNav *{
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    */
}
.m-worksSingle .b-pgNav .inner{
    width: 100%;
    display: flex;
}
.m-worksSingle .b-pgNav a{
    display: block;
    letter-spacing: .08em;
}
.m-worksSingle .b-pgNav a[rel="prev"]{
    margin-right: auto;
    margin-left: 0;
}
.m-worksSingle .b-pgNav a[rel="next"]{
    margin-right: 0;
    margin-left: auto;
}
@media screen and (max-width: 767px){
    .m-worksSingle .b-pgNav{
        padding: 12vw 5vw 0;
    }
    .m-worksSingle .b-pgNav a{
        font-size: 3vw;
        font-size: 13px;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .m-worksSingle .b-pgNav a{
        font-size: 2.8vw;
    }
}
@media screen and (min-width: 768px){
    .m-worksSingle{
        position: relative;
    }
    .m-worksSingle .b-pgNav{
        position: fixed;
        top:50%;
        transform: translateY(-50%);
    }
    .m-worksSingle .b-pgNav a{
        font-size: 1.5rem;
    }
}

/*-------------------------------
    about -single
-------------------------------*/
.b-aboutBox{
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}
.b-aboutBox + .b-aboutBox{
    padding-top:0;
}
.b-aboutBox *{
    letter-spacing: .1em;
}
.b-aboutBox table,
.b-aboutBox th,
.b-aboutBox td{
    border-bottom: 1px solid;
}
.b-aboutBox table{
    border-top: 1px solid;
}
.b-aboutBox .b-img{
    order: 1;
}
.b-aboutBox .b-txt{
    order: 2;
    width: 100%;
    margin: 0 0 0 auto;
}
.b-aboutBox h2{
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: .8em;
}
.b-aboutBox .m-cmt{
    font-size: .9em;
    margin-top: 1em;
}

@media screen and (max-width: 767px){
    .b-aboutBox{
        width: 93%;
    }
    .b-aboutBox *{
        font-size: 3.2vw;
    }
    .b-aboutBox{
        padding-top: 8vw;
    }
    .b-aboutBox + .b-aboutBox{
        margin-top: 15vw;
    }
    .b-aboutBox .b-img{
        width: 30%;
        min-width: 30%;
        margin-right: 5%;
    }
    .b-aboutBox h2{
        font-size: 3.5vw;
    }
    .b-aboutBox  .e-toContact br{
        display: none
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .b-aboutBox *{
        font-size: 2.3vw;
    }
    .b-aboutBox{
        padding-top: 5vw;
    }
    .b-aboutBox + .b-aboutBox{
        margin-top: 15vw;
    }
}
@media screen and (max-width: 500px){
    .b-aboutBox{
        flex-wrap: wrap;
    }
    .b-aboutBox h2{
        text-align: center;
    }
    .b-aboutBox .b-img{
        width: 50%;
        max-width: 200px;
        margin: 0;
        margin-bottom: 5vw;
    }

}
@media screen and (min-width: 768px){
    .sec-about .b-body{
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }
    .b-aboutBox *{
        font-size: 1.4rem;
    }
    .b-aboutBox{
        padding-top: 50px;
    }
    .b-aboutBox table{
        max-width: 450px;
        margin-left: 0 !important;
    }
    .b-aboutBox + .b-aboutBox{
        margin-top: 90px;
    }
    .b-aboutBox  .e-toContact{
        margin-top: 80px;
    }
    
    .b-aboutBox .b-img{
        width: 150px;
        min-width: 150px;
        margin-right: 80px;
    }
    .b-aboutBox h2{
        font-size: 1.6rem;
    }
    .b-aboutBox .b-more{
        transform: translateX(-50px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
    .b-aboutBox{
        width:100%;
    }
    .b-aboutBox .b-img{
        margin-right: 8%;
    }
    .b-aboutBox .b-txt{
        margin-right: 5px;
    }
}

/* detail */
.b-aboutBox.m-01 .b-txt{
    line-height: 2;
}
.b-aboutBox.m-profile dt span{
    margin-left: 1em;
    font-size: .9em;
}
.b-aboutBox.m-profile dt .sholder{
    font-size: .8em;
}
.b-aboutBox.m-profile dd{
    margin-top: 2.2em;
}
.b-aboutBox.m-profile dd.m-jp{
    letter-spacing: .2em;
    line-height: 2;
}
.b-aboutBox.m-profile dd+dd{
    margin-top: 2.4em;
}
.b-aboutBox.m-profile dd.m-en{
    font-size: .9em;
}
.b-aboutBox.m-zoomic h2{
    margin-bottom: 1.6em;
}
.b-aboutBox.m-zoomic td span{
    display: inline-block;
}
.b-aboutBox.m-zoomic .m-lh{
    margin-top: -.35em;
}
.b-aboutBox.m-sns .b-txt a{
    text-decoration: underline;
}
.b-aboutBox .b-txt .e-toContact{
    /*font-size: 1.15em;*/
    line-height: 1.5;
}
.b-aboutBox .b-txt .e-toContact a{
   /* text-decoration: underline;*//
    font-size: 1em;
}

@media screen and (max-width: 767px){
    .b-aboutBox.m-zoomic .b-txt{
        width: 95%;
        margin: 0 auto auto;
    }
    .b-aboutBox.m-sns{
        margin-top: 8vw;
    }
    .b-aboutBox.m-zoomic .b-img,
    .b-aboutBox.m-sns .b-img{
        display: none;
    }
    .b-aboutBox.m-zoomic h2,
    .b-aboutBox.m-sns{
        text-align: center;
    }
    .b-aboutBox.m-profile dt{
        font-size: 1.15em;
    }
    .b-aboutBox .b-txt .e-toContact{
        margin-top: 10vw;
    }
}
@media screen and (max-width: 500px){
    .b-aboutBox.m-sns{
        text-align: center;
    }
}
@media screen and (min-width: 768px){
    .b-aboutBox.m-01 .b-txt{
        margin-top: -1em;
    }
    .b-aboutBox.m-profile dt{
        font-size: 1.5rem;
    }
    .b-aboutBox.m-profile dd{
        font-size: 1.3rem;
    }
    .b-aboutBox.m-zoomic table *{
        font-size: 1.3rem;
    }
    .b-aboutBox.m-sns{
        margin-top: 30px;
    }
}

/*-------------------------------
    media -single
-------------------------------*/
#js-media .b-pstLst{
    display: flex;
    flex-wrap: wrap;
}
#js-media .b-pstLst article{
    width: 28%;
    margin-right:calc((100% - 28% * 3) / 2) ;
    transition: all 800ms ease;
}
#js-media .b-pstLst .b-time,
#js-media .b-pstLst .b-en{
    letter-spacing: .05em;
}
#js-media .b-pstLst .b-time{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: .08em;
}

#js-media .b-pstLst .b-ttl,
#js-media .b-pstLst .b-description{
    letter-spacing: .2em;
}
#js-media .b-pstLst .b-ttl{
    
    line-height: 1.8;
    margin: .3em 0;
    margin-top: .8em;
}
#js-media .b-pstLst .b-ttl a{
    text-decoration: underline;
}
#js-media .b-pstLst .b-en{
    line-height: 1.6;
    color: #808080;
    letter-spacing: .1em;
}
#js-media .b-pstLst .b-description{
    margin-top: 1.8em;
}
@media screen and (max-width: 767px){
    #js-media .b-pstLst article{
        width: 48%;
        margin-right:calc(100% - 48% * 2) ;
    }
    #js-media .b-pstLst article:nth-child(2n){
        margin-right: 0;
    }
    #js-media .b-pstLst article{
        margin-bottom: 8vw;
    }
    #js-media .b-pstLst .b-txt{
        margin-top: 3vw;
        padding: 0 2vw;
    }
    #js-media .b-pstLst .b-time{
        font-size:3.5vw;
    }
    #js-media .b-pstLst .b-ttl{
        font-size:3.2vw;
    }
    #js-media .b-pstLst .b-en{
        font-size:3vw;
    }
    #js-media .b-pstLst .b-description{
        font-size:3.2vw;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    #js-media .b-pstLst .b-time{
        font-size:2.5vw;
    }
    #js-media .b-pstLst .b-ttl{
        font-size:2.3vw;
    }
    #js-media .b-pstLst .b-en{
        font-size:2vw;
    }
    #js-media .b-pstLst .b-description{
        font-size:2.3vw;
    }
}
@media screen and (min-width: 768px){
    #js-media .b-pstLst article{
        margin-bottom: 80px;
    }
    #js-media .b-pstLst article:nth-child(3n){
        margin-right: 0;
    }
    #js-media .b-pstLst .b-txt{
        margin-top: 17px;
    }
    #js-media .b-pstLst .b-time{
        font-size:1.5rem;
    }
    #js-media .b-pstLst .b-ttl{
        font-size:1.3rem;
    }
    #js-media .b-pstLst .b-en{
        font-size:1.1rem;
    }
    #js-media .b-pstLst .b-description{
        font-size:1.3rem;
    }
}


/*-------------------------------
    contact
-------------------------------*/
.sec-contact .b-body{
    margin: auto;
}
.b-formWrap{
    text-align: center;
    letter-spacing: .3em;
}

.b-formWrap .mw_wp_form_confirm .m-input,
.b-formWrap .m-confirm{
    display: none;
}
.b-formWrap .mw_wp_form_confirm .m-confirm{
    display: block;
}

.b-formParts{
    display: inline-block;
}
.mw_wp_form_confirm .b-formParts dl+dl{
    border-top: 1px solid #ddd;
}
.b-formParts dt,
.b-formParts dd{
    letter-spacing: .2em
}
.b-formParts .hissu dt::after{
    content: "※";
    color: #00FF7F;
}
.b-formParts dd{
    text-align: left;
}
.b-formBtns{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px){
    .sec-contact .b-body{
        font-size: 3.2vw;
    }
    .b-formWrap{
        width: 85vw;
        margin: auto;
    }
    .b-formParts,
    .b-formBtns{
        margin-top: 8vw;
    }
    .mw_wp_form_confirm .b-formParts{
        width: 100%;
    }
    .b-formParts input,
    .b-formParts textarea{
        width: 100%;
    }
    .b-formParts dl+dl{
        margin-top: 1.5em;
    }
    .mw_wp_form_confirm .b-formParts dl+dl{
        margin-top:1.5em;
        padding: 1.5em .5em 0;
    }
    .b-formParts dt{
        text-align: left;
        margin-bottom: .3em;
    }
}
@media screen and (min-width: 768px){
    .sec-contact .b-body{
        margin-top: 50px;
    }
    .sec-contact .b-body{
        font-size: 1.4rem;
    }
    .b-formParts{
        margin-top: 15px;
    }
    .b-formBtns{
        margin-top: 50px;
    }
    .b-formParts dl{
        width: 600px;
    /*    display: table-row-group;*/
        justify-content: center;
        margin-top:2.3em;
    }
    .mw_wp_form_confirm .b-formParts dl+dl{
        margin-top:2em;
        padding: 2em .5em 0;
    }
    .b-formParts dt{
        text-align: left;
        font-size: 1.3rem;
    }
    .b-formParts dd{
        padding-top:.5em;
    }
    .b-formParts input,
    .b-formParts textarea{
        width: 600px;
    }
}

