@charset "utf-8";
html,body,div,span,applet,object,iframe,section,article,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,strong,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    word-break: break-all;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    box-sizing: border-box;
}
body {
    background-color:#fff;
}
html {
    background-color:#000;
}
ol,
ul,
li {
    list-style: none;
    text-align:left;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address,
em {
    font-style: normal;
}
ul li {
    list-style: none;
}
strong{
    font-weight: 600;
}

/* --------------- quick use --------------- */
.txLeft {
    text-align: left;
}
.txCenter {
    text-align: center;
}
.txRight {
    text-align: right;
}
.txVtop {
    vertical-align: top;
}
.txVmiddle {
    vertical-align: middle;
}
.txVbottom {
    vertical-align: bottom;
}
.noWrap {
    white-space: nowrap;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: bolder;
}
.fwNormal {
    font-weight: normal !important;
}
.obli {
    font-style: oblique;
}
.fsNormal {
    font-style: normal;
}
.throu {
    text-decoration: line-through;
}
.under {
    text-decoration: underline;
}
.over {
    text-decoration: overline;
}
.fdNormal {
    text-decoration: none !important;
}
.pointer {
    cursor: pointer;
}
.noPointer {
    cursor: default;
}
.lsNormal {
    letter-spacing: normal;
}
.noVisib {
    visibility: hidden;
}
.noDisp {
    display: none;
}
.inlineBlock {
    display: inline-block!important;
}
.posRelative {
    position: relative!important;
}
.dispBlock {
    display: block!important;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.clrBoth {
    clear: both;
}
.clrLeft {
    clear: left;
}
.clrRight {
    clear: right;
}
.clearFix:after,
.clearfix:after,
.cfx:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cft:before,
.cft:after {
    content: "";
    display: table;
}
.cft:after {
    clear: both;
}
.cGMblue {
    color: #004c97;
}
.cblack {
    color: #000000;
}
.cwhite {
    color: #FFFFFF;
}
.cred {
    color: #FF0000;
}
.corgred {
    color: #ff7700;
}
.cdkred {
    color: #aa0000;
}
.cmosgold {
    color: #996633;
}
.cdkgrn {
    color: #337F00;
}
.cgry {
    color: #6a6a6a;
}
.cabweb {
    color: #ff4d00;
}
.cablogo {
    color: #ffbe00;
}
.cblue {
    color: #0433FF;
}
.cgry5 { color: #555;}
.cgry7 { color: #777;}
.cgry9 { color: #999;}
.cgryA{ color:#aaa;}
.cgryC { color: #ccc;}
.cmurasaki{color:#AA00AA;}



.aTxlk1 a:link {
    color: #0433FF;
    text-decoration: none;
}
.aTxlk1 a:visited {
    color: #0433FF;
    text-decoration: none;
}
.aTxlk1 a:hover {
    color: #ff5500;
    text-decoration: underline;
}
.aTxlk1 a:active {
    color: #ff3300;
    text-decoration: none;
}
.bAB7orange1 {
    background-color: #ff6e00;
}
.bAB7orange2 {
    background-color: #ff7310;
}
.bfgry {
    background-color: #f7f5f3;
}
.bgry {
    background-color: #dddddd;
}
.bcream {
    background-color: #fff7e3;
}
.babweb {
    background-color: #ff4d00;
}
.bablogo {
    background-color: #ffbe00;
}
.bblack {
    background-color: #111111;
}
.f11px {
    font-size: 11px !important;
}
.f12px {
    font-size: 12px !important;
}
.f13px {
    font-size: 13px !important;
}
.f14px {
    font-size: 14px !important;
}
.f15px {
    font-size: 15px !important;
}
.f16px {
    font-size: 16px !important;
}
.f17px {
    font-size: 17px !important;
}
.f18px {
    font-size: 18px !important;
}
.f19px {
    font-size: 19px !important;
}
.f20px {
    font-size: 20px !important;
}
.f21px{font-size:21px !important;}
.f22px{font-size:22px !important;}
.f23px{font-size:23px !important;}
.f24px{font-size:24px !important;}
.f25px{font-size:25px !important;}
.f30px{font-size:30px !important;}
.f35px{font-size:35px !important;}
.f40px{font-size:40px !important;}

.mgn0{margin:0;}
.mgnt3 {
    margin-top: 3px !important;
}
.mgnt5 {
    margin-top: 5px !important;
}
.mgnt10 {
    margin-top: 10px !important;
}
.mgnt15 {
    margin-top: 15px !important;
}
.mgnt20 {
    margin-top: 20px !important;
}
.mgnt25 {
    margin-top: 25px !important;
}
.mgnt30 {
    margin-top: 30px !important;
}
.mgnt40 {
    margin-top: 40px !important;
}
.mgnt50 {
    margin-top: 50px !important;
}
.mgnb3 {
    margin-bottom: 3px !important;
}
.mgnb5 {
    margin-bottom: 5px !important;
}
.mgnb10 {
    margin-bottom: 10px !important;
}
.mgnb15 {
    margin-bottom: 15px !important;
}
.mgnb20 {
    margin-bottom: 20px !important;
}
.mgnb25 {
    margin-bottom: 25px !important;
}
.mgnb30 {
    margin-bottom: 30px !important;
}
.mgnb40 {
    margin-bottom: 40px !important;
}
.mgnb50 {
    margin-bottom: 50px !important;
}
.pddt5 {
    padding-top: 5px !important;
}
.pddt10 {
    padding-top: 10px !important;
}
.pddt15 {
    padding-top: 15px !important;
}
.pddt20 {
    padding-top: 20px !important;
}
.pddt25 {
    padding-top: 25px !important;
}
.pddt30 {
    padding-top: 30px !important;
}
.pddt40 {
    padding-top: 40px !important;
}
.pddt50 {
    padding-top: 50px !important;
}
.pddb5 {
    padding-bottom: 5px !important;
}
.pddb10 {
    padding-bottom: 10px !important;
}
.pddb15 {
    padding-bottom: 15px !important;
}
.pddb20 {
    padding-bottom: 20px !important;
}
.pddb25 {
    padding-bottom: 25px !important;
}
.pddb30 {
    padding-bottom: 30px !important;
}
.pddb40 {
    padding-bottom: 40px !important;
}
.pddb50 {
    padding-bottom: 50px !important;
}
.LH1 {
    line-height: 1;
}
.LH12 {
    line-height: 1.2;
}
.LH13 {
    line-height: 1.3;
}
.LH14 {
    line-height: 1.4;
}
.LH15 {
    line-height: 1.5;
}
.LH16 {
    line-height: 1.6;
}
.LH17 {
    line-height: 1.7;
}
.LH18 {
    line-height: 1.8;
}
.LH2 {
    line-height: 2;
}
.LH3 {
    line-height: 3;
}
.LSm05px {
    letter-spacing: -0.5px;
}
.LSm1px {
    letter-spacing: -1px;
}
.spSet,
.spSetin,
.spSetimb {
    display: none !important;
}
.pcSet {
    display: block !important;
}
.pcSetin {
    display: inline !important;
}
.pcSetinb {
    display: inline-block !important;
}

/* --------- goPageTopBtn ----------- */
#goPageTopBtn {
    display: none;
    position: fixed;
    width:37px;
    height:37px;
    overflow:hidden;
    right: 18px;
    bottom: 180px;
    z-index: 999;
    opacity: 0.5;
    box-shadow:0 5px 10px rgba(0,0,0,0.3);
}
#goPageTopBtn:hover {
    opacity: 0.88;
}
#goPageTopBtn img {
    width: 100%;
}

/* --------------- スマホ --------------- */
@media (max-width: 767px) {
    .pcSet,
    .pcSetin,
    .pcSetinb {
        display: none !important;
    }
    .spSet {
        display: block !important;
    }
    .spSetin {
        display: inline !important;
    }
    .spSetinb {
        display: inline-block !important;
    }
    .f11px {
        font-size: 3vw !important;
    }
    .f12px {
        font-size: 3.vw !important;
    }
    .f13px {
        font-size: 3.5vw !important;
    }
    .f14px {
        font-size: 3.75vw !important;
    }
    .f15px {
        font-size: 4vw !important;
    }
    .f16px {
        font-size: 4.3vw !important;
    }
    .f17px {
        font-size: 4.5vw !important;
    }
    .f18px {
        font-size: 4.8vw !important;
    }
    .f19px {
        font-size: 5vw !important;
    }
    .f20px {
        font-size: 5.3vw !important;
    }
    .f21px{font-size:5.6vw !important;}
    .f22px{font-size:5.9vw !important;}
    .f23px{font-size:6.1vw !important;}
    .f24px{font-size:6.4vw !important;}
    .f25px{font-size:6.7vw !important;}
    .f30px{font-size:8vw !important;}
    .f35px{font-size:9.3vw !important;}
    .f40px{font-size:10vw !important;}
    #goPageTopBtn {
        display: none;
        position: fixed;
        right: 1vw;
        bottom: 19vh;
        z-index: 9999;
        opacity: 0.50;
    }
}
