@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:wght@100..900&family=Roboto+Condensed:wght@100..900&family=Roboto:wght@100..900&display=swap');



/* ==============================================
setting
============================================== */

#sansan h1,
#sansan h2,
#sansan h3,
#sansan h4,
#sansan h5,
#sansan p,
#sansan li,
#sansan th,
#sansan td {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#sansan h1,
#sansan h2,
#sansan h3,
#sansan h4,
#sansan h5,
#sansan div,
#sansan ul,
#sansan li,
#sansan p,
#sansan a,
#sansan strong,
#sansan span {
    box-sizing: border-box;
}

.sp {
    display: none !important;
}

.red {
    color: #dc0000;
}



/* ==============================================
#sansan
============================================== */

#sansan {
    background: #d7e3d6 url("../06/images/ssm_hr_img.jpg") top center no-repeat;
    background-size: 100% auto;
    margin: 6px 0 0 0;
}

#sansan .inner {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}



/* ==============================================
#sansan #sansan-hero
============================================== */

#sansan #sansan-hero .inner h1 {
    text-align: center;
    padding: 48px 0 0 0;
}

#sansan #sansan-hero .inner p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #222;
    text-align: center;
    margin: 0;
}



/* ==============================================
#sansan #sansan-present
============================================== */

#sansan #sansan-present .cmpn-offer {
    background: #fff;
    padding: 16px 0 0 0;
    width: 960px;
    margin: 32px auto 0 auto;
    border: none;
    border-radius: 16px;
}

#sansan #sansan-present .cmpn-offer .button + p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #222;
    text-align: center;
    margin: 16px 0 4px 0 !important;
}



/* ==============================================
#sansan #cmpn-quiz
============================================== */

#sansan #cmpn-quiz {
    margin: 64px 0 0 0;
    background: #82a77e;
}

#sansan #cmpn-quiz h2 {
    background: url("../images/ssm_qz_ttl.png") center top no-repeat;
    padding: 64px 0 0 0 !important;
    color: #fff;
}

#sansan #cmpn-quiz .cmpn-offer {
    padding: 20px 0 0 0;
    border-radius: 16px;
}

#sansan #cmpn-quiz .cmpn-offer .button+p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #222;
    text-align: center;
    margin: 16px 0 4px 0 !important;
}



/* ==============================================
#sansan #sansan-link
============================================== */

#sansan #sansan-link {
    background: #fff;
}

#sansan #sansan-link .inner h2 {
    font-size: 31px;
    line-height: 39px;
    letter-spacing: 0.8px;
    font-weight: 900;
    color: #004e97;
    text-align: center;
    background: none;
    margin: 0 !important;
    padding: 64px 0 0 0 !important;
}

#sansan #sansan-link .inner h2 img {
    width: 400px;
    display: block;
    margin: 0 auto 24px auto;
}

#sansan #sansan-link .inner ul {
    margin: 40px 0 0 0;
}

#sansan #sansan-link .inner ul li {
    text-align: center;
}



/* ==============================================
#sansan #sansan-support
============================================== */

#sansan #sansan-support {
    padding: 64px 0 0 0;
    background: #fff;
}

#sansan #sansan-support .inner {
    width: 960px!important;
    margin: auto!important;
    border: solid 4px #004e98 !important;
    border-radius: 16px !important;
}

#sansan #sansan-support .inner h2 {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 900;
    color: #004e98;
    text-align: center;
    background: none;
    margin: 0 !important;
    padding: 24px 0 0 0 !important;
}

#sansan #sansan-support .inner p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    color: #004e98;
    text-align: center;
    margin: 8px 0 0 0 !important;
}

#sansan #sansan-support .inner figure {
    margin: 16px 0 0 0;
    padding: 0 0 32px 0;
    text-align: center;
}



/* ==============================================
#sansan #cmpn-about
============================================== */

#sansan #cmpn-about {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 64px 0 0 0;
}

#sansan #cmpn-about .inner {
    width: 960px!important;
    margin: auto!important;
}



/* ==============================================
終了対応
============================================== */

#campaign p.button.fin a {
    pointer-events: none;
    position: relative;
}

#campaign p.button.fin a::before {
    content: '終了しました';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    line-height: 75px;
}

/*終了対応*/
#sansan #sansan-hero .inner {
    position: relative;
}

#sansan #sansan-hero h1.fin {
    position: relative;
}

#sansan #sansan-hero h1.fin:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

#sansan #sansan-hero .fin_txt {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 5px solid #3695d6;
    padding: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 999999;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    color: #3695d6;
    width: 70%;
    line-height: 1.4;
    box-sizing: border-box;
}

#campaign p.button.fin a {
    pointer-events: none;
    position: relative;
}

#campaign p.button.fin a::before {
    content: '終了しました';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    line-height: 75px;
}