
@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
    reset
---------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    vertical-align: baseline;
}


/* 
-------------------------------- */

html {
    width:100%;
    background:#fff;
    color:#444;
}

body { -webkit-text-size-adjust: 100%;}

ul,li { list-style-type: none;}

a { text-decoration: none;}

b { font-weight: bold;}

img {
    max-width: 100%;
    height: auto;
}


/* header
-------------------------------- */

header {
    background: linear-gradient(to bottom,#fff 96%,#e0e0e0 100%);
    border-top: solid 4px #F44040;
    padding: 10px 15px 7px;
}
header img {
    width: 46px;
    height: 27px;
}

/*  mv
-------------------------------- */

#wrapper {
    width: 100%;
    background: #028AD1;
}
.wrapper_inner {
    margin: 0 auto;
    max-width: 750px;
}

.mv img.logo {
    margin: 20px auto;
    padding-bottom: 20px;
    display: block;
}


.mv .mv_inner {
    text-align: center;
    font-size: 12px;
    padding: 10px 0 33%;
    color: #fff;
    margin: 0 calc(50% - 50vw);
}
.mv .mv_inner.clip_bg_01 {
    background: url(../img/memo_bg_01_sp.png) center bottom repeat-x;
    background-size: contain;
}

.mv_inner p:first-child {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
}
.mv_inner p:last-of-type {
    font-size: 14px;
    margin: 40px 0 10px;
}

.mv_head {
    background: url(../img/mv_bg.png) center top #F2F9FD;
    background-size: contain;
    margin: 0 calc(50% - 50vw);
    position: relative;
}
.mv_head:before {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    content: '';
}
.mv_head .close_txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3rem;
    font-size: 5vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 1000;
}
.mv_head h1 {
    padding-top: 15px;
}
.mv_head h1 img {
    margin: 0 auto;
    display: block;
}
.mv_head .mv_head_inner {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    padding: 8px 0 12px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    line-height: 2;
    border: 2px dashed #B3DBF1;
    border-radius: 10px;
    box-shadow: 0 5px 10px #daeef9;
}

.mv_head_inner .flex-container {
    display: flex;
    justify-content: center;
}

.mv_head_inner .flex-item {
    font-size: 12px;
    color: #028AD1;
    background: #ddeff8;
    border-radius: 4px;
    padding: 1px 10px;
    box-sizing: border-box;
}
.mv_head_inner .flex-item + .flex-item {
    margin-left: 4px;
}



/* section-block_01
-------------------------------- */

section.section-block_01 {
    background: #F2F9FD;    
    padding: 0 0 36%;
    background: url(../img/memo_bg_02_sp.png) center bottom repeat-x #F2F9FD;
    background-size: contain;
    color: #13131E;
    margin: 0 calc(50% - 50vw);
}


.section-block_01 .contents-box span.btn-bl {
    font-size: 12px;
    color: #028AD1;
    padding: 4px 10px;
    margin-right: 4px;
    border: 1px #B3DBF1 solid;
    border-radius: 30px;
    vertical-align: middle;
}
.section-block_01 .contents-box span.btn-yl {
    font-size: 12px;
    color: #028AD1;
    padding: 4px 10px;
    margin-right: 4px;
    /* border: 1px #028AD1 solid; */
    border-radius: 30px;
    vertical-align: middle;
    background: #FFFF70;
}
.section-block_01 .contents-box span.box-gr {
    padding: 1px 4px;
    background: #E7E7E7;
    vertical-align: middle;
    border-radius: 5px;
    margin: 0 4px;
    font-size: 11px;
}
.section-block_01 .contents-box span.txt-rd {
    font-size: 16px;
    font-weight: bold;
    color: #E92A2A;
    margin-right: 2px;
}

.section-block_01 .contents-box {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    padding: 8px 0 12px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    line-height: 2;
    border: 2px dashed #c6e4f5;;
    border-radius: 10px;
}
.section-block_01 .contents-box p.pt01 {
    line-height:1.5;
}
.section-block_01 .contents-box.pt01 {
    height:60px;
    line-height:60px;
    padding:0;
}

.section-block_01 .contents-box p {
    font-size: 14px;
}

section.section-block_01 .btn-box a {
    box-shadow: 0 5px 15px #006ebb33;
    border: 1px solid #B3DBF1;
    display: block;
    margin: 0 auto;
}
section.section-block_01 .btn-box a + a {
    margin-top:20px;
}

section.section-block_01 img.baichu {
    margin: 30px auto 50px;
}
section.section-block_01 p.txt-bl {
    font-size: 14px;
    font-weight: bold;
    color: #028AD1;
    margin-bottom: 14px;
}

section.section-block_01 .contents-box h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 4px 8px;
}
section.section-block_01 .contents-box.pt01 h3 {
    height:60px;
    line-height:60px;
    padding:0;
}

.section-block--inner h2 img{
    margin: 10px 0 40px;
}


/* section-block_02
-------------------------------- */

section.section-block_02 {
    background: #028AD1;
    padding: 0 0 40%;
    background: url(../img/memo_bg_03_sp.png) center bottom repeat-x #028AD1;
    background-size: contain;
    color: #13131E;
    margin: 0 calc(50% - 50vw);
}

section.section-block_02 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFF70;
    margin-top: 10px;
    line-height: 1;
}
.contents-box_02 .contents-box_02__inner {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 650px;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 0;
}

.contents-box_02 .contents-box_02__inner p {
    font-size: 14px;
    padding: 15px 0;
}
.contents-box_02 .contents-box_02__inner p span {
    color:#EF4D4D;
    font-weight:bold;
}
.section-block_02 .contents-box__inner p {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.section-block_02 .contents-box__inner p:last-child {
    font-size: 13px;
    color: #fff;
    font-weight: initial;
    margin-top: 5px;
}

.contents-box_02 + .contents-box_02 {
    margin-top: 55px;
}

.section-block_02 p span.txt-yl {
    font-size: 14px;
    font-weight: bold;
    color: #FFF3B5;
    margin-bottom: 14px;
    display: block;
}

.contents-box__head-upper {
    position: relative;
    color: #FFFF70;
    font-weight: bold;
    font-size: 18px;
}
.contents-box__head-upper:before, .contents-box__head-upper:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #FFFF70;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contents-box__head-upper:before {
    left: -40px;
}

.contents-box__head-upper:after {
    right: -40px;
}


/* section-block_03
-------------------------------- */

section.section-block_03 {
    background: #FFF;
    color: #13131E;
    text-align: center;
    margin: 0 calc(50% - 50vw);
}
.section-block_03 h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 65px 0 30px;
}

.contents-box_03__flex-box {
    margin-bottom: 30px;
}

.contents-box_03__flex-box__inner {
    display: flex;
    align-items:flex-start;
    max-width: 285px;
    width: 100%;
    margin: 0 auto;
    font-size:18px;
    font-weight:bold;
}
.contents-box_03__flex-box__inner .flex-item {
    color:  #fff;
    border-radius: 5px;
}
.contents-box_03__flex-box__inner .flex-item:nth-child(1) {
    background-color: #028AD1;
    text-align:center;
    font-size: 16px;
    width: 76px;
    margin-right: 10px;
    padding: 2px 0;
}
.contents-box_03__flex-box__inner .flex-item:nth-child(2) {
    color:#111;
    font-weight: bold;
    text-align:right;
}

.contents-box_03__flex-box__inner + .contents-box_03__flex-box__inner {
    margin-top: 30px;
}


.period-txt {
    width: 90%;
    max-width: 335px;
    font-size: 14px;
    margin: 0 auto 0;
    text-align: justify;
}
.period-txt span {
    color: #F06262;
    font-weight: bold;
}

section.section-block_03 .btn-box {
    margin: 45px auto 0;
    padding-bottom: 55px;
}
section.section-block_03 .btn-box a {
    box-shadow: 0 5px 15px #006ebb33;
    border: 1px solid #B3DBF1;
}

/* section-block_04
-------------------------------- */

section.section-block_04 {
    background: #F2F9FD;
    padding: 0 0 26%;
    background: url(../img/baichu_02.png) center bottom no-repeat #F2F9FD;
    background-size: contain;
    color: #666666;
    margin: 0 calc(50% - 50vw);
}
.section-block_04 h3 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 45px 0 25px;
    color: #797878;
}

.section-block_04 .campaign-txt {
    width: 90%;
    max-width: 335px;
    font-size: 14px;
     color: #595960; 
    margin: 0 auto 0;
    text-align: justify;
}
.section-block_04 .campaign-txt a {
    text-decoration: underline;
}

.contents-box_04 {
    width: 100%;
    margin: 0 auto;
}
.contents-box_04 p:last-child {
    font-size: 18px;
    font-weight: bold;
    color: #028AD1;
    margin-top: 64px;
}

/* common
-------------------------------- */

.section-block--inner {
    text-align: center;
}

.triangle-box_02 {
    text-align: center;
    margin: 44px auto 20px;
}

.triangle_rd,.triangle_bk,.triangle_yl,.triangle_bl {
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}

.triangle_rd {
    border-top: 10px solid #F54343;
    margin: 12px auto;
}

.triangle_bk {
    border-top: 10px solid #000;
    margin: 5px auto 0;
}

.triangle_yl {
    border-top: 10px solid #FFFF70;
    margin: 10px auto;
}

.triangle_bl {
    border-top: 10px solid #028AD1;
    margin: 10px auto;
}

.mg-t5 { margin-top:5px;}
.mg-b20 { margin-bottom: 20px;}
.bk-txt { color:#13131E;}
.wt-txt { color:#fff;}
.f_13 { font-size: 13px;}

/*-- スマホ版表示CSS  --*/
.pc { display:none !important;}
.sp { display:block !important;}

/* btn
-------------------------------- */

.btn_01,.btn_02 {
    display: inline-block;
    box-shadow: 0 5px 10px #006EBB;
    width: 90%;
    max-width: 335px;
    height: 60px;
    line-height: 60px;
    color: #028AD1;
    font-size: 20px;
    box-sizing:border-box;
    font-weight:bold;
    border-radius: 30px;
    pointer-events: none;
    opacity: 0.4;
}
.btn_01 { background: #FFF;}
.btn_02 { background: #FFFF70;}

.btn_03 {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    box-sizing:border-box;
    font-weight:bold;
    border-radius: 30px;
    border:2px solid #fff;
    pointer-events: none;
    opacity: 0.4;
}

.icon_01,.icon_02,.icon_03 { position:relative;}

.icon_01::before { background: url("../img/icon_01.png");}
.icon_02::before { background: url("../img/icon_02.png");}

.icon_01::after, .icon_02::after {background: url("../img/arrow.png") no-repeat;}
.icon_03::after { background: url("../img/arrow_01.png") no-repeat;}
.icon_01::before,.icon_02::before,.icon_01::after,.icon_02::after,.icon_03::after {
    position:absolute;
    content: "";
    background-size: contain;
}
.icon_01::before,.icon_02::before {
    top: 14px;
    left: 24px;
    /* right: 12px; */
    width: 30px;
    height: 30px;
}
.icon_01::after,.icon_02::after {
    top: 23px;
    right: 17px;
    width: 15px;
    height: 15px;
}
.icon_03::after {
    top: 19px;
    right: 15px;
    width: 10px;
    height: 10px;
}

a.btn_01:hover,a.btn_02:hover,a.btn_03:hover {
    opacity: 0.8;
    filter: alpha( opacity=80 );
    -ms-filter: "alpha( opacity=80 )";
}


.mv .mv_inner.clip_01,
section.section-block_01.clip_02,
section.section-block_02.clip_03 {
    position:relative;
}
.mv .mv_inner.clip_01::before,
section.section-block_01.clip_02::before,
section.section-block_02.clip_03::before {
    position:absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: 0 auto;
    width: 70px;
}
.mv .mv_inner.clip_01::before { content: url("../img/clip_01.png");}
section.section-block_01.clip_02::before { content: url("../img/clip_02.png");}
section.section-block_02.clip_03::before { content: url("../img/clip_03.png");}

/* footer
-------------------------------- */
footer {
    background: #028AD1;
    margin:0 auto;
    width:100%;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

footer p {
    padding: 50px 0;
}
footer .foot-inner {
    padding-top: 25px;
}

footer p.f_btn-txt {
    font-size: 13px;
    margin-top: 5px;
    padding: 0;
}


/* clearfix
-------------------------------- */
.clearfix {
    zoom: 1; /* IE5.5ï½žE7 */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}


/* media Query
-------------------------------- */

@media (min-width: 520px) {
    .mv_head { position: relative;height:450px;}
    .mv_head h1 img { position: absolute;left: 0;right: 0;bottom: -39px;}
    .mv_inner p:first-child { font-size: 20px;margin-top: 30px;}
    .btn_01, .btn_02 {width: 100%;max-width: 500px;font-size: 22px;height: 70px;line-height: 70px;border-radius: 50px;}
    .btn_03 {max-width: 400px;height: 60px;line-height: 60px;font-size: 18px;}
    .icon_01::before, .icon_02::before {top: 19px;left: 19%;}
    .icon_01::after, .icon_02::after { top: 26px;right: 26px;}
    .icon_03::after {top: 22px;right: 20px;width: 12px;height: 15px;}
    .mv_inner p:last-of-type { font-size: 18px;}
    .section-block_01 .section-block--inner h2 img,
    .section-block_03 .section-block--inner h2 img { width: 350px;}
    .section-block_02 .section-block--inner h2 img { width: 420px;}
    .section-block_01 .contents-box { width: 100%;max-width: 500px;}
    section.section-block_01 .contents-box h3,
    section.section-block_01 p.txt-bl,
    .contents-box__head-upper,
    .section-block_02 p span.txt-yl {font-size: 20px;}
    .section-block_01 .contents-box p,
    .contents-box_02 .contents-box_02__inner p { font-size: 16px;}
    .contents-box_02 .contents-box_02__inner {  width: 100%;max-width: 500px;}
    .section-block_01 .contents-box span.btn-bl,
    .section-block_01 .contents-box span.box-gr,
    .section-block_01 .contents-box span.btn-yl { font-size: 14px;}
    .section-block_01 .contents-box span.txt-rd { font-size: 18px;}
    section.section-block_02 h3 { font-size: 26px;}
    .contents-box_02 + .contents-box_02 { margin-top: 70px;}

    .triangle-box_02 .triangle_yl { margin: 5px auto;}
    .period-txt { width: 100%;max-width: 620px;font-size: 16px;}
    .contents-box_03__flex-box__inner { max-width: 490px;font-size: 20px;}
    .contents-box_03__flex-box__inner .flex-item:nth-child(1) { width: 86px;padding: 3px 0;}
    .contents-box_03__flex-box__inner + .contents-box_03__flex-box__inner { margin-top: 16px;}
     section.section-block_04 { background-size: 400px;padding: 0 0 15%;}
    .section-block_04 h3 {  font-size: 24px;}
    .section-block_04 .campaign-txt { width: 100%;max-width: 620px;font-size:16px;}
    .contents-box_04 p:last-child { font-size: 20px;margin-top: 60px;}

    .mv .mv_inner.clip_bg_01 { background: url(../img/memo_bg_01_pc.png) center bottom repeat-x;background-size: initial;padding: 10px 0 14%;}
    section.section-block_01 { background: url(../img/memo_bg_02_pc.png) center bottom repeat-x #F2F9FD;background-size: initial;padding: 0 0 16%;}
    section.section-block_02 { background: url(../img/memo_bg_03_pc.png) center bottom repeat-x #028AD1;background-size: initial;padding: 0 0 18%;}
    footer { font-size: 12px;}
    footer .foot-inner { padding-top: 30px;}
    footer p { padding: 36px 0;}

    .mv .mv_inner.clip_01::before,
    section.section-block_01.clip_02::before,
    section.section-block_02.clip_03::before { bottom: -11px;}
    .section-block--inner h2 img { margin: 45px 0 40px;}

    .contents-box__head-upper:before, .contents-box__head-upper:after { width: 50px;}
    .contents-box__head-upper:before { left: -62px;}
    .contents-box__head-upper:after { right: -62px;}

    .mv_head:before { padding-bottom: 30px;}
    .mv_head .close_txt { height: 6rem;font-size: 32px;}
    

    /*-- PC版表示CSS  --*/
    .pc { display:block !important;}
    .sp { display:none !important;}
}



@media screen and (max-width: 375px) {
    .btn-box { margin-top: 30px; margin: 30px auto 0;}

}

@media screen and (max-width: 320px) {
    h2 > img {width: 80%;}
    section.section-block_01 p.txt-bl { font-size: 12px;}
    .mv_head_inner .flex-item { padding: 1px 5px;}
    .mv_inner p:first-child { font-size: 12px;}
    .btn_01, .btn_02 { font-size: 18px;}
    .icon_01::before, .icon_02::before {
        top: 17px;
        left: 20px;
        width: 24px;
        height: 24px;
    }
}