@charset "utf-8";
/* =================================================================================
 Module
================================================================================= */

/* margin
------------------------------------------------------- */
/* margin top */
.mT_5{margin-top:5px !important;}
.mT_10{margin-top:10px !important;}
.mT_15{margin-top:15px !important;}
.mT_20,.mT_20sp10{margin-top:20px !important;}
.mT_30,.mT_30sp15{margin-top:30px !important;}
.mT_40,.mT_40sp20{margin-top:40px !important;}
.mT_50{margin-top:50px !important;}
.mT_60,.mT_60sp30{margin-top:60px !important;}
.mT_80,.mT_80sp40{margin-top:80px !important;}
/* margin right */
.mR_5{margin-right:5px !important;}
.mR_10{margin-right:10px !important;}
.mR_20{margin-right:20px !important;}
/* margin bottom */
.mB_5{margin-bottom:5px !important;}
.mB_10{margin-bottom:10px !important;}
.mB_20,.mB_20sp10{margin-bottom:20px !important;}
.mB_30,.mB_30sp15{margin-bottom:30px !important;}
.mB_40,.mB_40sp20,.mB_40sp10{margin-bottom:40px !important;}
.mB_50{margin-bottom:50px !important;}
.mB_60,.mB_60sp30{margin-bottom:60px !important;}
.mB_80,.mB_80sp40{margin-bottom:80px !important;}
/* margin left */
.mL_5{margin-left:5px !important;}
.mL_10{margin-left:10px !important;}
.mL_20{margin-left:20px !important;}

@media only screen and (max-width:640px){
.mT_20sp10{margin-top:10px !important;}
.mT_30sp15{margin-top:15px !important;}
.mT_40sp20{margin-top:20px !important;}
.mT_60sp30{margin-top:30px !important;}
.mT_80sp40{margin-top:40px !important;}
.mB_20sp10,.mB_40sp10{margin-bottom:10px !important;}
.mB_30sp15{margin-bottom:15px !important;}
.mB_40sp20{margin-bottom:20px !important;}
.mB_60sp30{margin-bottom:30px !important;}
.mB_80sp40{margin-bottom:40px !important;}
}

/* padding
------------------------------------------------------- */
/* padding top */
.pT_5{padding-top:5px !important;}
.pT_10{padding-top:10px !important;}
.pT_20{padding-top:20px !important;}
.pT_30{padding-top:30px !important;}
.pT_40{padding-top:40px !important;}
/* padding right */
.pR_5{padding-right:5px !important;}
.pR_10{padding-right:10px !important;}
.pR_20{padding-right:20px !important;}
.pR_30{padding-right:30px !important;}
/* padding bottom */
.pB_5{padding-bottom:5px !important;}
.pB_10{padding-bottom:10px !important;}
.pB_20{padding-bottom:20px !important;}
.pB_30{padding-bottom:30px !important;}
.pB_40{padding-bottom:30px !important;}
/* padding left */
.pL_5{padding-left:5px !important;}
.pL_10{padding-left:10px !important;}
.pL_20{padding-left:20px !important;}
.pL_30{padding-left:30px !important;}

.dIB{display:inline-block !important;}
.dB,.dB_pc{display:block !important;}
.dB_sp,.dIB_sp{display:none !important;}
.dIB_pc{display:inline-block !important;}

@media only screen and (max-width:640px){
.dB_sp{display:block !important;}
.dIB_sp{display:inline-block !important;}
.dIB_pc,.dB_pc{display:none !important;}
}

/* wrap
------------------------------------------------------- */
.wrap10{padding:10px;}
.wrap20,.wrap20sp10{padding:20px;}
.wrapRL10{padding:0 10px;}
.wrapRL20,.wrapRL20sp10{padding:0 20px;}
.wrapRL190sp0{padding:0 190px !important;}
.wrapTB30,.wrapTB30sp15{padding:30px 0;}

@media only screen and (max-width:640px){
.wrap20sp10{padding:10px;}
.wrapRL20sp10{padding:0 10px;}
.wrapTB30sp15{padding:15px 0;}
.wrapRL190sp0{padding:0 !important;}
}

/* text-align
------------------------------------------------------- */
.tACenter,.tACspR,.tACspL{text-align:center!important;}
.tARight ,.tARspC{text-align:right!important;}
.tALeft,.tALspC{text-align:left!important;}
.tAJustify{text-align: justify!important;}

@media only screen and (max-width:640px){
.tACspR{text-align:right!important;}
.tALspC,.tARspC{text-align:center!important;}
.tACspL{text-align:left!important;}
}

/* vertical-align
------------------------------------------------------- */
.vATop{vertical-align:top!important;}
.vAMid{vertical-align:middle!important;}
.vABtm{vertical-align:bottom!important;}

/* txt
------------------------------------------------------- */
.fWBold{font-weight:bold !important;}
.fWNormal{font-weight:normal !important;}
.fSize10{font-size:10px !important;}
.fSize12{font-size:12px !important;}
.fSize14{font-size:14px !important;}
.fSize18,.fSize18sp14{font-size:18px !important;}
.fSize24,.fSize24sp18{font-size:24px !important;}
.fSize36{font-size:36px !important;}

@media only screen and (max-width:640px){
.fSize18sp14{font-size:14px !important;}
.fSize24sp18{font-size:18px !important;}
}

.fCRed {color: #e30000 !important;}
.fCPink {color: #f5b2b2 !important;}
.fCBlue {color: #00a5e3 !important;}
.fCGreen {color: #aace36 !important;}
.fCOrange {color: #fcc800 !important;}
.fCPurple {color: #7c48b1 !important;}

/* line-height
------------------------------------------------------- */
.lH_10{line-height: 1 !important;}
.lH_17{line-height: 1.7 !important;}
.lH_20{line-height: 2 !important;}

/* button 
------------------------------------------------------- */
.cmnBtn_1{
    display: inline-block;
    min-height: 40px;
    min-width: 110px;
    padding: 5px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #feecec inset , 0 0 0 3px #999 inset;
    border: 1px solid #333;
    background-color: #feecec;
    color: #333;
    transition: all ease .2s;
}

.cmnBtn_1:hover{
    transform: scale(1.1);
    color: #f5b2b2;
}

@media only screen and (max-width:640px){
    .cmnBtn_1{
    }
}


/* ttl
------------------------------------------------------- */
.cmnTtl_1{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.cmnTtl_1::after{
    content: "";
    display: block;
    position: absolute;
    width: 110px;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: #f5b2b2;
    transform: translateX(-50%);
}

.cmnTtl_2 {
    margin-bottom: 20px;
    text-align: center;
}

.cmnTtl_2 > span{
    display: inline-block;
    position: relative;
    min-width: 160px;
    height: 30px;
    line-height: 29px;
    background-color: #f5b2b2;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.cmnTtl_2 > span::before,
.cmnTtl_2 > span::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 13px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA8CAMAAABPYVrXAAAAS1BMVEUAAAD1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srL1srLEdUMYAAAAGHRSTlMA77wklUEP2mnTF/TloIM5CsixdWBYTi1br3FYAAAAsklEQVQ4y3TOxwGAIADAwIgVC2B3/0llgeR7n/BJHUYBozgYNS1GPUYXRgmjA6NYjNYZoSVjdGOUMNow2otRnRNaXowejE6MNowCRuNs1LQY9RhNGHUYBYziYFTnrIz211HnVgADIRBDvRw2Jaj/Sr05T6Q/QNGME+3kz+B7lQgnyolxop1OKt1MJcKJcmKcaKeTSjdTiXCinBgn2unkpp3JunCinBgnepHM8so0Ipyo5wdwAESLpdb+ogAAAABJRU5ErkJggg==) center / 13px 30px no-repeat;
}

.cmnTtl_2 > span::before{
    left: -13px;
    transform: rotateZ(180deg);
}

.cmnTtl_2 > span::after{right: -13px;}

.cmnTtl_3{
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #f5b2b2;
    line-height: 20px;
}

@media only screen and (max-width:640px){
    .cmnTtl_1{margin-bottom: 20px;}
}

/* common
------------------------------------------------------- */
.spBrNone br{display:block;}
.pcBrNone br{display:none;}
.w_100{width:100%;}
.spW_100{width:auto;}

.indentLst li {
    padding-left: 1em;
    text-indent: -1em;
}

@media only screen and (max-width:640px){
    .spBrNone br{display:none;}
    .pcBrNone br{display:block;}
    .spW_100{width:100%;}
}

.bdrTop{
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 60px;
}

.bdrBtm{
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width:640px){
    .bdrTop{
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .bdrBtm{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}




/* clm
------------------------------------------------------- */
.clm{float: left;}

.twoClm:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}

.twoClm.reverse .clm{float: right;}

.twoClm .clm{
    width: 460px;
    margin-left: 40px;
}

.twoClm.reverse .clm:last-child,
.twoClm .clm:first-child{margin-left:0;}
.twoClm.reverse .clm:first-child{margin-left:40px;}

.dIBTwoClm{
    margin-top: -40px;
    font-size: 0;
}

.dIBTwoClm .clm{
    display: inline-block;
    float: none;
    width: 460px;
    margin:40px 0 0 40px;
    text-align: left;
    font-size: 14px;
}

.dIBTwoClm .clm:nth-child(2n+1){margin-left: 0;}

@media only screen and (max-width:640px){
    .clm,
    .twoClm.reverse .clm{float: none;}

    .twoClm .clm{width: 100%;}
    
    .twoClm.reverse .clm:first-child,
    .twoClm .clm:first-child{
        margin: 0 0 20px
    }
    .twoClm.dblCnt .clm:first-child{margin: 0 0 40px}
    .twoClm .clm:last-child{margin: 0;}

    .dIBTwoClm{margin-top: -20px;}
    .dIBTwoClm .clm{
        display:block;
        width: 100%;
        margin:40px 0 0;
    }
}
/* tbl
------------------------------------------------------- */

.cmnTbl{width:100%;}

.cmnTbl th,
.cmnTbl td{
    padding: 10px;
    border: 1px solid #ddd;
    word-break: break-all;
    vertical-align: top;
    box-sizing: border-box;
}

.cmnTbl th {
    background: #feecec;
    width: 28%;
    text-align: left;
    font-weight: normal;
}

.cmnTbl td{background-color:#fff;}

@media only screen and (max-width:640px){
.cmnTbl th,
.cmnTbl td{ padding:5px;}

.cmnTbl.row th,
.cmnTbl.row td{
    display:block;
    width:100%;
    box-sizing:border-box;
    border-bottom:none;
}

.cmnTbl.row tr:last-child td{border-bottom:1px solid #f2f2f2;}
}

.transparentTbl{width:100%;}

.transparentTbl th,
.transparentTbl td{
    word-break: break-all;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
}

.transparentTbl th{
    width: 120px;
    padding-right: 5px;
    font-weight: normal;
}

.transparentTbl td{padding-left: 5px;}

/* form
------------------------------------------------------- */
.requiredIcon{
    display:inline-block;
    position:relative;
    top:-2px;
    margin-left:10px;
    padding:1px 6px;
    border-radius:3px;
    background:#fb5d4e;
    color:#fff;
    font-size:10px;
}

.wpcf7 [role="alert"]{
    display:block;
    color:#f00;
}

.wpcf7 .wpcf7-response-output{
    margin:5px;
    text-align:center;
}

.wpcf7 label{display: inline-block;}

.wpcf7-radio > span{margin-right:20px;}
.wpcf7-radio > span:last-child{margin-left:0;}

textarea.wpcf7-textarea{min-height: 100px;}

@media only screen and (max-width:640px){
    textarea.wpcf7-textarea,
    input.wpcf7-text{
        width: 100%;
    }
}


/* lightbox css
------------------------------------------------------- */
#imagelightbox{
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
}

/* ACTIVITY INDICATION */
#imagelightbox-loading{
    width:16px;
    height:16px;
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

#imagelightbox-loading div{
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading{
    from { opacity: .5;    -webkit-transform: scale( 1 ); }
    to     { opacity: .5;    -webkit-transform: scale( 1 ); }
}
@keyframes imagelightbox-loading{
    from { opacity: .5;    transform: scale( 1 ); }
    to     { opacity: .5;    transform: scale( 1 ); }
}

#imagelightbox-loading .loader{
    width: 32px;
    height: 32px;
    background: url("images/loader.gif") no-repeat;
    background-size: 22px;
    opacity: .9;
}

/* OVERLAY */
#imagelightbox-overlay{
    background-color: #333;
    background-color: rgba( 0, 0, 0, .7 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* "CLOSE" BUTTON */
#imagelightbox-close{
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    position: fixed;
    border-radius:18px;
    border:none;
    background-color:#333;
    background-color:rgba(0,0,0,.5 );
    z-index: 10002;
    top:10px;
    right:10px;
    text-align:center;
    font-size:28px;
    color:#fff;
}

#imagelightbox-close:hover{cursor:pointer;}

/* CAPTION */
#imagelightbox-caption{
    position: fixed;
    padding:8px 10px;
    background-color:#333;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}

/* ARROWS */
.imagelightbox-arrow{
    display: none;
    position: fixed;
    width:35px;
    height:60px;
    margin-top:-30px;
    border:none;
    border-radius:3px;
    background-color:#333;
    background-color:rgba(0,0,0,.5 );
    vertical-align: middle;
    z-index: 10001;
    top: 50%;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus{
    background-color:#000;
    background-color: rgba( 0, 0, 0, .75 );
}

.imagelightbox-arrow-left{left:0;}
.imagelightbox-arrow-right{right:0;}
.imagelightbox-arrow:before{
    width:0;
    height:0;
    border:1em solid transparent;
    content:'';
    display: inline-block;
    margin-bottom: -2px;
}
.imagelightbox-arrow-left:before{
    border-left: none;
    border-right-color: #fff;
    margin-left: -5px;
}
.imagelightbox-arrow-right:before{
    border-right: none;
    border-left-color: #fff;
    margin-right: -5px;
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow{
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in{
    from{opacity:0;}
    to{opacity: 1;}
}
@keyframes fade-in{
    from{opacity:0;}
    to{opacity:1;}
}

@media only screen and (min-width:640px){
    #container{width:100%;}

    #imagelightbox-close{
        top:35px;
        right:35px;
    }

    .imagelightbox-arrow{
        width:50px;
        height:100px;
        margin-top:-50px;
    }
    .imagelightbox-arrow-left{left:40px;}
    .imagelightbox-arrow-right{right:40px;}
}

/* fadein
------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .8s ease-out;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr { transform: translate(-50px, 0);}
.sa--rl { transform: translate(50px, 0);}
.sa--up { transform: translate(0, 50px);}
.sa--down { transform: translate(0, -50px);}
.sa--scaleUp { transform: scale(.5);}
.sa--scaleDown { transform: scale(1.1);}
.sa--rotateL { transform: rotate(180deg);}
.sa--rotateR { transform: rotate(-180deg);}

/* clear fix
------------------------------------------------------- */
.clear::after{
    content:"";
    display:block;
    clear:both;
    height:0;
}

/* EOF */
