@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
}

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ ゴシック", sans-serif;
    color: #333;
    font-size: 100%;
    font-feature-settings: "palt";
}


.BlkWrap {
    width: 100%;
    position: relative;
}

.inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.sp_02 {
    display: none;
}

.txt-left {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
}

.txt-center {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width:960px) {
    .BlkWrap {
        width: 100%;
    }

    .inner {
        width: 90%;
        margin: 0 5%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .sp_02 {
        display: block;
    }
}

/* ===================================
見出し
=================================== */
.ttl-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.ttl-level-01 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.ttl-level-02 {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

.ttl-level-03-01 {
    position: relative;
    width: 844px;
    height: 70px;
    line-height: 70px;
    margin: 80px 0 80px 0;
    padding-left: 20px;
    background-color: #007ccc;
    color: #fff;
    font-size: 30px;
}

.ttl-level-03-01:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 71px 50px 0 0;
}

.ttl-level-03-02 {
    position: relative;
    width: 844px;
    height: 70px;
    line-height: 70px;
    margin: 80px 0 80px 0;
    padding-left: 20px;
    background-color: #989898;
    color: #fff;
    font-size: 30px;
}

.ttl-level-03-02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 71px 50px 0 0;
}

@media screen and (max-width:960px) {
    .ttl-inner {
        width: 100%;
    }

    .ttl-level-01 {
        margin: 20px 0 0;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .ttl-level-02 {
        font-size: 23px;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .ttl-level-03-01 {
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.4;
        margin: 60px 0 40px 0;
        padding: 15px 5%;
        background-color: #007ccc;
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.03em;
    }

    .ttl-level-03-01:after {
        display: none;
    }

    .ttl-level-03-02 {
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.4;
        margin: 60px 0 40px 0;
        padding: 15px 5%;
        background-color: #989898;
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.03em;
    }

    .ttl-level-03-02:after {
        display: none;
    }

}

/* ===================================
ヘッダー部分
=================================== */
.BlkHeader {}

.BlkHeader .inner {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 15px 0; 
}


.BlkHeader .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BlkHeader .box-cmn-01 {
    padding-top: 4px;
}

.BlkHeader .box-cmn-01 .BlkHeader__inner__logo img {
    width: 80px;
    height: 25px;
}

.BlkHeader .box-cmn-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.7;
}

.BlkHeader .box-cmn-02 .plan {
    padding-right: 10px;
    font-size: 10px;
    text-align: right;
}

.BlkHeader .box-cmn-02 .share {
    padding: 0 10px;
    border-left: solid 1px #cacaca;
    font-size: 11px;
    line-height: 2.4;
}

.BlkHeader .box-cmn-02 .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BlkHeader .box-cmn-02 .sns li:last-child {
    margin-left: 5px;
}

.BlkHeader .box-cmn-02 .sns li img {
    vertical-align: middle;
}



/* sp */
@media screen and (max-width:960px) {
    .BlkHeader .inner {
        position: static;
        width: 90%;
        margin: 0 auto;
        transform: translateX(0);
        padding: 0; 
    }

    .BlkHeader .top-header {
        position: static;
        padding-top: 42px;
        margin-bottom: 20px;
    }

    .BlkHeader .box-cmn-01 {
        padding-top: 0;
    }

    .BlkHeader .box-cmn-01 .BlkHeader__inner__logo img {
        width: 105px;
        height: 33px;
    }

    .BlkHeader .box-cmn-02 .plan {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding-right: 0;
        text-align: center;
        font-size: 10px;
    }

    .BlkHeader .box-cmn-02 .sns li:last-child {
        margin-left: 10px;
    }
}

/* ===================================
mv
=================================== */
.mv {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.mv img {
    width: 100%;
}

/* ===================================
main
=================================== */
.main {}

.main p {
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.12em;
}

.main .lead {
    padding: 70px 0 0 0;
}

.main .about {
    padding: 40px 30px 30px;
    margin-bottom: 120px;
    border-radius: 30px;
    background-color: #e9f7fc;
}

.main .about p {
    padding-top: 20px;
}

.main .flex {
    display: flex;
    justify-content: space-between;
}

.main .img-01 {
    margin-right: 60px;
}

.main .img-01 img {
    flex-shrink: 0;
    width: auto;
}

.main .flex .img-01 .notes-01 {
    padding-top: 5px;
}

.main .chart {
    margin-top: 70px;
}

.main .notes-01 {
    padding-top: 30px;
    font-size: 12px;
    text-align: left;
}

.main .notes-02 {
    padding-top: 30px;
    margin-bottom: 70px;
    font-size: 12px;
    text-align: center;
}

.main .img-02 {
    max-width: 784px;
    margin: 70px auto 0;
    text-align: center;
}

.main .img-02 img {
    width: 100%;
    max-width: 784px;

}

.main .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .float-r {
    float: right;
}

.main .float-l {
    float: left;
}

.main .img-03 {
    margin-left: 60px;
}

.main .img-03 img {
    flex-shrink: 0;
    width: auto;
}

.main .img-03 .notes-01 {
    padding-top: 5px;
}

.main .campaign {
    width: 100%;
    padding: 40px 30px 60px 30px;
    margin: 70px 0 100px 0;
    border-radius: 30px;
    background-color: #e9f7fc;
}

.main .campaign .ttl-level-02 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: solid 2px #000;
}

.main .campaign .ttl-level-02 {
    font-size: 24px;
}

.main .campaign .ttl-level-02 span {
    font-size: 40px;
}

.main .campaign .flex-box {
    width: 100%;
    max-width: 449px;
}

.main .campaign p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.main .campaign p span {
    font-size: 19px;
    line-height: 1.7;
    font-weight: bold;
}

.main .campaign ul {
    margin-top: 10px;
}

.main .campaign ul li a {
    display: block;
    padding: 5px 0 5px 20px;
    color: #007fcc;
    font-size: 14px;
    background-image: url(../images/arrow_02.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.main .campaign ul li a:hover {
    text-decoration: underline;
}

.info {
    width: 100%;
    padding-bottom: 76px;
    background-color: #f6f6f6;
}

.info .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.main .info .ttl-level-02 {
    padding-top: 60px;

}


.info ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.info ul li {
    width: 32%;
}

.info ul li img {
    display: block;
}

.info ul li p {
    padding: 14px;
    color: #007fcc;
    font-size: 14px;
    background-color: #fff;
    background-image: url(../images/arrow_02.png);
    background-repeat: no-repeat;
    background-position: 300px 14px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.info ul li a {
    display: block;
    text-decoration: none;
}

.info ul li a:hover {
    opacity: 0.5;
    transition: 0.8s;
}

/* sp */
@media screen and (max-width:960px) {
    .main p {
        font-size: 15px;
        letter-spacing: 0.03em;
    }

    .main .lead {
        padding: 60px 0 20px 0;
    }

    .main .about {
        padding: 25px 20px 25px;
        margin-bottom: 60px;
        border-radius: 10px;
        background-color: #e9f7fc;
    }

    .main .flex {
        display: block;

    }

    .main .img-01 {
        margin-right: 0;
    }

    .main .img-01 img {
        flex-shrink: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .main .chart {
        margin-top: 0;
        padding: 56px 0 0 0;
        text-align: center;
    }

    .main .chart p:first-child {
        margin-bottom: 50px;
    }

    .main .chart img {
        width: 100%;
        max-width: 100%;
    }

    .main .chart p {
        font-size: 8px;
        text-align: left;
    }

    .main .notes-01 {
        width: 90%;
        margin: 10px 0 30px;
        padding-top: 0;
        font-size: 10px;
        text-align: left;
    }

    .main .notes-02 {
        margin-bottom: 40px;
        padding-top: 20px;
        text-align: left;
    }

    .main .float-r {
        float: none;
    }

    .main .img-03 {
        margin-left: 0;
    }

    .main .img-03 img {
        width: 100%;
        margin-top: 40px;
    }

    .main .img-03 .notes-01 {
        margin: 10px 5% 30px;
    }


    .main .campaign {
        padding: 25px 20px 25px;
        margin: 60px 0;
        border-radius: 10px;
        background-color: #e9f7fc;
    }

    .main .campaign .ttl-level-02 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 2px #000;
        font-size: 18px;
        line-height: 1.5;
    }

    .main .campaign .ttl-level-02 span {
        font-size: 22px;
    }

    .main .campaign .flex-box {
        width: 100%;
        max-width: 100%;
    }

    .main .campaign .flex-box:first-child {
        margin-bottom: 40px;
    }

    .main .campaign .flex-box img {
        width: 100%;
        max-width: 100%;
    }

    .main .campaign .flex p:last-child {
        padding-top: 10px;
    }

    .main .info {
        margin-top: 0;
        border-top: none;
    }

    .main .info .inner {
        margin: 0 3% 0;
        width: 94%;
    }

    .main .info ul li p {
        padding: 0;
        color: #007fcc;
        font-size: 14px;
        background: none;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }

    .main .info ul li img {
        width: 100%;
        margin-bottom: 10px;
    }

    .main .info ul li a {
        text-decoration: underline;
    }
}

/* ===================================
totop
=================================== */
#pagetop {
    position: fixed;
    right: 58px;
    bottom: 64px;
    z-index: 1000;
}

/* sp */
@media screen and (max-width:960px) {
    #pagetop {
        right: 30px;
        bottom: 30px;
    }

    #pagetop a img {
        width: 100%;
        max-width: 62px;
        height: auto;
    }
}
/* ===================================
アコーディオン
=================================== */

.terms {
    padding: 50px 0;
}

.terms .inner {
    max-width: 800px;
}

.terms dl {
    line-height: 1.6;
}

.terms dl dt {
    position: relative;
    padding: 5px;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.terms dl dt:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icn-plus.png) 50% 50% no-repeat;
    background-size: contain;
    content: "";
}

.terms dl dt.open:after {
    background: url(../images/icn-minus.png) 50% 50% no-repeat;
    background-size: contain;
}

.terms dl dd {
    display: none;
    padding: 30px 30px 50px;
    background-color: #efefef;
    font-size: 14px;
}

.terms dl dd a {
    color: #000;
    text-decoration: underline;
}

.terms dl dd .close {
    margin-top: 40px;
    text-align: center;
}

.terms dl dd .close img {
    width: 30px;
}
.terms dl dt {
    text-align: center;
    cursor: pointer;
}
.terms dl dt::after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icn-plus.png) 50% 50% no-repeat;
        background-size: auto;
    background-size: contain;
    content: "";
}
/* ===================================
footer
=================================== */
/*asahi_footer*/

#area-logo-cn {
    height: 24px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    /*width: 980px;*/
    width: 1060px;
}


#Footer {
    background: none repeat scroll 0 0 #6082a4;
    border-top: 1px solid #E1E1DA;
    margin: 0 auto 0;
    padding-top: 18px;
    position: relative;
    width: 100%;
    font-size: 120%;
}

#Footer #ToTop {
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: -24px;
    width: 100%;
}

#Footer #ToTop #ToTopInner {
    height: 24px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    /*width: 980px;*/
    width: 1060px;
}

#Footer #ToTop #ToTopInner p {
    background: none repeat scroll 0 0 #F5F5EE;
    border-left: 1px solid #E1E1DA;
    border-right: 1px solid #E1E1DA;
    border-top: 1px solid #E1E1DA;
    display: block;
    float: right;
    margin: 0;
    padding: 5px 10px 0;
    position: absolute;
    right: 10px;
}

#Footer #ToTop #ToTopInner p a {
    color: #696962;
    font-size: 75%;
    font-weight: bold;
    text-decoration: none;
}

#Footer #ToTop #ToTopInner p a:hover,
#Footer #ToTop #ToTopInner p a:active {
    color: #373730;
    text-decoration: none;
}

#Footer #FooterInner {
    background: none repeat scroll 0 0 #EBEBE4;
    border-top: 1px solid #D7D7D0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#Footer .Information {
    border-bottom: 1px solid #D7D7D0;
    margin: 0 auto 24px;
    padding: 20px 10px 10px;
    width: 980px;
}

#Footer .Information dl {
    float: left;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dt {
    color: #696962;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .Information dl dt a {
    color: #696962;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dt a:hover,
#Footer .Information dl dt a:active {
    color: #373730;
}

#Footer .Information dl dd,
#Footer .Information dl dd ul {
    margin: 0;
    padding: 0;
}

#Footer .Information dl dd ul li {
    color: #696962;
    font-weight: normal;
    line-height: 0;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .Information dl dd ul li a {
    color: #696962;
    display: block;
    font-size: 75%;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dd ul li a:hover,
#Footer .Information dl dd ul li a:active {
    color: #373730;
}

#Footer .Information dl.fromAsahiShimbun,
#Footer .Information dl.fromDigitalBusiness,
#Footer .Information dl.GroupCompany {
    padding-right: 10px;
    width: 210px;
}

#Footer .Information dl.WorldWideSite {
    width: 320px;
}

#Footer .AboutSite {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

#Footer .AboutSite ul {
    margin: 0;
    padding: 0 0 12px;
}

#Footer .AboutSite ul li {
    color: #696962;
    display: inline;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .AboutSite ul li a {
    border-left: 1px solid #D7D7D0;
    color: #696962;
    display: block;
    font-size: 75%;
    line-height: 1.1;
    margin: 0 0 0 11px;
    padding: 0 0 0 13px;
    text-decoration: none;
}

#Footer .AboutSite ul li a:hover,
#Footer .AboutSite ul li a:active {
    color: #373730;
}

#Footer .AboutSite ul li.Fst a {
    border-left: medium none;
    margin-left: 0;
    padding-left: 0;
}

#Footer .AboutSite .Copyright {
    clear: both;
    margin: 0;
    padding: 0 0 10px;
}

#Footer .AboutSite .Copyright p {
    color: #fff;
    font-size: 70%;
    font-family: font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    margin: 0;
    padding: 0 0 8px;
    text-align: center;
    line-height: 1.7;
}

#Footer #FooterInner:after,
#Footer #Services dl dd ul:after,
#Footer .Information:after,
#Footer .AboutSite ul:after {

    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

* html #Footer #FooterInner,
* html #Footer #Services dl dd ul,
* html #Footer .Information,
* html #Footer .AboutSite ul {}

:first-child+html #Footer #FooterInner,
*:first-child+html #Footer #Services dl dd ul,
*:first-child+html #Footer .Information,
*:first-child+html #Footer .AboutSite ul {}

@media screen and (max-width:960px) {
    #Footer #ToTop #ToTopInner {
        width: 100%;
        box-sizing: border-box;
    }

    #Footer .AboutSite {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    #Footer .AboutSite ul {
        margin: 10px 0 0 0;
        padding: 0;
    }

    #Footer .AboutSite ul li {
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #Footer .AboutSite ul li a {
        margin: 0;
        padding: 10px 2px;
        border: none;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }

    .Copyright {
        font-size: 80%;
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }

    #Footer #ToTop #ToTopInner p {
        right: 0px;
        top: 0px;
    }
}

/* ===================================
animation
=================================== */
.fadeUp {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    transition: all 1s;
    transform: translate(0, 0);
    opacity: 1;
}

.move {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
}

.fadeLeft p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    transition: all 1s;
    transform: translate(0, 0);
    opacity: 1;
}

.fadeLeft p.move {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    opacity: 0;
}

.fadeRight p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    transition: all 1s;
    transform: translate(0, 0);
    opacity: 1;
}

.fadeRight p.move {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 0;
}

.fadeDown {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    transition: all 1s;
    transform: translate(0, 0);
    opacity: 1;
}

.down {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
}

.slow,
.slow-02,
.slow-03 {
    display: none;
}