@charset "UTF-8";
/* 全体 */
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    /* iPhoneバンドル */
    -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
    font-size: 16px;
    font-size: 1.6em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 1.5;

    min-width: 1260px;
}


img {
    max-width: 100%;
    height: auto;
}

img.pcimg {
    display: inline-block;
}

img.spimg {
    display: none;
}

.spblock {
    display: none
}

br.spbr {
    display: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


a.pgtop {
}

a.dlbtn {
    position: fixed;
    bottom: 100px;
    transition: all .3s;
    right: 30px;
    z-index: 100;
}

.test-block {
    position: fixed;
    bottom: 100px;
    transition: all .3s;
    right: 30px;
    z-index: 100;
}

a.dlbtn:hover {
    opacity: 0.7;
}

a.dlbtn .inner {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #1187b8;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    position: relative;
    color: #fff;
    font-weight: 700;
}

a.dlbtn .inner span.ph {
    display: block;
    width: 60px;
    margin: -20px auto 2px auto;
}

a.dlbtn .inner span.arw {
    display: block;
    background: url(../../images/arw_down.png) center center no-repeat;
    width: 100%;
    height: 10px;
    margin-top: 5px;
}


.el-button_close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 43px;
    font-weight: initial;
    border: 1px solid #999;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 0.7em;
    line-height: 0.65em;
    cursor: pointer;
    transition: .2s;
    z-index: 1000;
    background: #999;
}

.el-button_close:hover {
    background: #333;
    border-color: #333;
    color: #FFF;
}


.container {
    max-width: 1600px;
    min-width: 1260px;
    margin: 0 auto;
    padding: 0 80px;
}

.container_s {
    max-width: 1120px;
    margin: 0 auto;
}

.container_s .btnwrap.btnwrap_left {
    text-align: left;
}

.guide_download_kv .container_s {
    padding-top: 84px;
}


.bdtop {
    border-top: 1px solid #e5e5e5;
}

.ancsec {
    margin-top: -90px;
    padding-top: 90px;
}

a.btn {
    display: inline-block;
    color: #fff;
    font-weight: 700;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
    background: #000 url(../../images/arw_rt.png) 92% center no-repeat;
    padding: 20px 40px;
    overflow: hidden;
    text-align: center;
}

a.btn.blue {
    background: #4cbae7;
    line-height: 1.5;
    max-width: 520px;
    font-size: 20px;
    width: 100%;
    margin-top: 32px;
}


a.btn.back {
    background: #000 url(../../images/pager_prev_w.png) 20px center no-repeat;
    padding: 20px 40px 20px 50px;
}


a.btn:hover {
    opacity: 0.6;
}


ul.crumb {
    max-width: 1600px;
    min-width: 1260px;
    margin: 15px auto 50px auto;
    padding: 0 80px;
    text-align: left;
}

ul.crumb li {
    display: inline-block;
    font-size: 12px;
}

ul.crumb li a {
    display: inline-block;
    text-decoration: underline;
}

ul.crumb li:after {
    content: ">";
    margin: 0 10px;
}

ul.crumb li:last-child:after {
    content: none;
}


iframe#form {
    height: 1700px !important;
}


/* 全体 SP */
@media screen and (max-width: 768px) {
    iframe#form {
        height: 2400px !important;
    }

    body {
        font-size: 13px;
        font-size: 1.3em;

        min-width: 0;
    }

    img.pcimg {
        display: none;
    }

    img.spimg {
        display: inline-block;
    }

    .pcblock {
        display: none !important;
    }

    .spblock {
        display: block;
    }

    br.spbr {
        display: inline !important;
    }

    br.pcbr {
        display: none;
    }


    a.pgtop {
    }

    a.dlbtn {
        bottom: 20px;
        right: auto;
        left: 0;
        width: 100%;
        padding: 0 20px;
    }

    .sp-dlbtn {
        position: fixed;
        bottom: 10px;
        transition: all .3s;
        right: 30px;
        z-index: 100;
        left: 30px;
    }

    .sp-dlbtn a {
        display: block;
    }

    .sp-dlbtn a img {
        width: 100%;
        height: auto;
    }

    .sp-close {
        display: none !important;
    }

    a.dlbtn:hover {
        opacity: 1;
    }

    a.dlbtn .inner {
        display: block;
        width: 100%;
        height: auto;
        background: none;
        color: #000;
        padding: 6px;
        line-height: 1;
    }

    a.dlbtn .inner span.ph {
        display: inline-block;
        /* width: 24px; */
        width: 100%;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    a.dlbtn .inner span.arw {
        display: inline-block;
        background: url(../../images/arw_down_bk.png) center center no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        width: 10px;
        height: 10px;
        margin-top: 0;
        vertical-align: middle;
        margin-left: 6px;
    }

    .container {
        padding: 0 20px;
        min-width: 0;
    }

    .container_s {
        padding: 0 20px;
    }

    .ancsec {
        margin-top: -110px;
        padding-top: 110px;
    }


    a.btn {
        background: #000 url(../../images/arw_rt.png) 90% center no-repeat;
        padding: 15px;
        min-width: 60%;
    }

    a.btn.back {
        padding: 15px;
        min-width: 60%;
    }


    ul.crumb {
        min-width: 0;
        margin: 10px auto 20px auto;
        padding: 0 15px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    ul.crumb li {
        font-size: 11px;
    }

    ul.crumb li:after {
        content: ">";
        margin: 0 7px;
    }

}


/* ヘッダ */
header {
    border-bottom: 3px solid #4cbae7;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    min-width: 100%;
    transition: .3s;
}

header.ind {
    border-bottom: none;
}

header.hide_nav {
    min-height: 111px;
}

@media screen and (max-width: 768px) {
    header.hide_nav {
        padding-top: 14px;
        min-height: 61px;
        border-bottom: 3px solid #4cbae7;
    }

}

header.shorthd {
    border-bottom: 3px solid #4cbae7 !important;
}


header .container {
    display: flex;
    justify-content: space-between;

    /*
	position: fixed;
	width: 100%;
	z-index: 100;
*/
}

header .logo {
    padding-top: 30px;
    width: 290px;
}

header.shorthd .logo {
    padding-top: 20px;
}

header .logo a {
    display: block;
}


header .hdrt {
    text-align: right;
    display: flex;
    line-height: 1;
}

header .hdrt .search {
    margin-bottom: 8px;
}

header .hdrt .search span.srcic {
    display: inline-block;
    background: #000 url(../../images/ic_loop.png) center center no-repeat;
    background-size: 20px;
    -webkit-background-size: 20px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    margin-top: 32px;
    line-height: 44px;
    cursor: pointer;

    transition: opacity .3s;
}

header .hdrt .search span.srcic.selected {
    background: #000 url(../../images/ic_cross.png) center center no-repeat;
    background-size: 14px;
    -webkit-background-size: 14px;
}


header.shorthd .hdrt .search span.srcic {
    margin-top: 16px;
}

header .hdrt .search span.srcic:hover {
    opacity: 0.6;
}

header .hdrt .search span.srcic img {
    vertical-align: middle;
}


header .hdrt .search .searchblock {
    background: #79858b;
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    text-align: center;
    padding: 40px 80px;
    margin-top: 10px;

    display: none;
}

header .hdrt .search .searchblock .srcbox {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

header .hdrt .search input[type="text"] {
    width: 100%;
    background: #fff;
    padding: 20px 50px 20px 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

header .hdrt .search button {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 8px;
    background: url(../../images/ic_loop_bk.png) center center no-repeat;
    background-size: 20px;
    -webkit-background-size: 20px;
}


header .hdrt ul.nav {
    display: flex;
}

header .hdrt ul.nav > li {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

header .hdrt ul.nav > li:first-child {
    display: none;
}

header .hdrt ul.nav > li > a {
    display: inline-block;
    padding: 45px 10px;
}

header.shorthd .hdrt ul.nav > li > a {
    padding: 30px 10px;
}

header .hdrt ul.nav > li.nowon > a {
    position: relative;
}

header .hdrt ul.nav > li.nowon > a:before {
    content: "";
    position: absolute;
    left: 48%;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4CBAE7;
    border-left: 10px solid transparent;
}


header .hdrt ul.nav > li span.mnop {
    display: none;
}

header .hdrt ul.nav li .subcate {
    position: absolute;
    width: 100%;
    left: 0;
    background: #4DBAE7;
    padding: 20px 0;

    display: none;
}

header .hdrt ul.nav li .subcate ul {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;
}

header .hdrt ul.nav li .subcate ul li {
    margin: 0 10px;
    font-size: 1.4rem;
    text-align: center;
}

header .hdrt ul.nav li .subcate ul li a {
    padding-right: 15px;
    color: #fff;
    background: url(../../images/arw_rt.png) right center no-repeat;
}

header .hdrt ul.nav li .subcate ul li a:hover {
    opacity: 0.7;
}


header .hdrt .docreq a {
    display: inline-block;
    height: 46px;
    border-radius: 23px;
    background: #4cbae7;
    color: #fff;
    padding: 0 25px;
    font-weight: 700;
    margin: 32px 15px 0 15px;
    line-height: 46px;
}

header.shorthd .hdrt .docreq a {
    margin: 16px 15px 0 15px;
}

header .hdrt .docreq a:hover {
    opacity: 0.6;
}


header .spbtn {
    display: none;
}

header ul.sphd {
    display: none;
}


/* フッタ */
footer {
    margin-top: 100px;
}

footer .ftwrap {
    background: #f2f2f2;
    padding: 90px 0;
}

footer .ftwrap .container {
}

footer .ftwrap .container .flxwrap.wrap01 {
    justify-content: flex-end;
}

footer .ftwrap .container .ft_logo {
    width: 290px;
    margin-right: auto;
}

footer .ftwrap .container .ft_logo .sns {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

footer .ftwrap .container .ft_logo .sns span,
footer .ftwrap .container .ft_logo .sns a {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

footer .ftwrap .container .ft_logo .sns a {
    width: 24px;
}


footer .ftwrap .container .ft_nav {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 1% 0 4%;
    color: #333;
}

footer .ftwrap .container .ft_nav a {
    color: #333;
}

footer .ftwrap .container .ft_nav a:hover {
    color: #4cbae7;
}

footer .ftwrap .container .ft_nav > ul {
    width: 100%;
    display: flex;
}

footer .ftwrap .container .ft_nav > ul > li {
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 40px;
}

footer .ftwrap .container .ft_nav ul.catelink > li {
    margin-right: 0;
}

footer .ftwrap .container .ft_nav ul.catelink li span.trg {
    display: none;
}

footer .ftwrap .container .ft_nav ul.subnav {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
    footer .ftwrap .container .ft_nav ul.subnav {
        display: flex !important;
    }
}


footer .ftwrap .container .ft_nav ul.subnav > li {
    display: block;
    font-size: 90%;
    margin-bottom: 10px;
    font-weight: 700;
    margin-right: 20px;
}

footer .ftwrap .container .ft_nav ul.subnav > li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin-right: 8px;
}

footer .ftwrap .container .ft_nav ul.subnav > li:hover:before {
    background: #4cbae7;
}

footer .ftwrap .container .ft_nav ul.subnav ul.insub {
    margin-left: 20px;
    font-size: 90%;
}


footer .ftwrap .container .ft_voice {
    width: 36%;
    text-align: left;
}

footer .ftwrap .container .ft_voice h6 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

footer .ftwrap .container .ft_voice textarea {
    background: #fff;
    width: 100%;
    height: 200px;
    resize: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 90%;
}

footer .ftwrap .container .ft_voice .txt {
    overflow: hidden;
    font-size: 84%;
    color: #79858b;
}

footer .ftwrap .container .ft_voice .txt p {
    float: left;
    width: 100%;
    margin-right: -90px;
    padding-right: 90px;
}

footer .ftwrap .container .ft_voice .txt button {
    background: #4cbae7;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    color: #fff;
    width: 80px;
    font-size: 16px;
    font-weight: 700;
    float: right;

    transition: all .3s;
}

footer .ftwrap .container .ft_voice .txt button:hover {
    opacity: 0.6;
}

footer .ftwrap .container .flxwrap.wrap02 {
    justify-content: space-between;
    margin-top: 60px;
}

footer .ftwrap .container .flxwrap.wrap02 ul {
    display: flex;
    font-size: 90%;
}

footer .ftwrap .container .flxwrap.wrap02 ul li {
    margin-right: 28px;
}

footer .ftwrap .container .flxwrap.wrap02 ul li a {
    color: #333;
}

footer .copy {
    font-size: 1.2rem;
    padding: 0 10px;
}


@media screen and (min-width: 769px) {
    .spnavcont {
        display: block !important;
    }
}


@media screen and (max-width: 768px) {
    /* ヘッダ SP */
    header {
        padding: 8px 0 0 0;
        border-bottom: none;

        top: 0 !important;
        width: 100%;
    }

    header .container {
        align-items: center;
    }

    header .logo,
    header.shorthd .logo {
        max-width: 50%;
        padding-top: 0;
    }

    header.shorthd {
        border-bottom: none !important;
    }

    .spnavcont {
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        overflow-y: scroll !important;

        background: #79858b;
        display: none;
    }

    header .hdrt {
        text-align: center;
        flex-flow: column nowrap;
    }

    header .hdrt .search {
        display: flex;
        padding: 0;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    header .hdrt .search span.srcic {
        display: none;
    }

    header .hdrt .search .searchblock {
        background: transparent;
        position: inherit;
        width: auto;
        left: auto;
        text-align: left;
        padding: 0;
        margin-top: 0;
        flex: 1;

        display: block !important;
    }

    header .hdrt .search .searchblock .srcbox {
        width: 100%;
    }

    header .hdrt .search input[type="text"] {
        width: 100%;
        padding: 15px 40px 15px 15px;
    }

    header .hdrt .search button {
        right: 10px;
        top: 2px;
    }


    header .hdrt ul.nav {
        display: block;
        text-align: left;
    }

    header .hdrt ul.nav > li {
        border-right: none;
        padding: 5px 0;
        font-size: 16px;
    }

    header .hdrt ul.nav > li:first-child {
        display: inherit;
    }

    header .hdrt ul.nav > li > a {
        padding: 5px 0;
        color: #fff;
    }

    header .hdrt ul.nav > li {
        position: relative;
    }

    header .hdrt ul.nav > li span.mnop {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;

        background: url(../../images/ic_open_w.png) center center no-repeat;
        background-size: contain;
    }

    header .hdrt ul.nav > li span.mnop.selected {
        background: url(../../images/ic_close_w.png) center center no-repeat;
        background-size: contain;
    }


    header .hdrt ul.nav li .subcate {
        position: inherit;
        background: transparent;
        padding: 0 0 5px 0;
    }

    header .hdrt ul.nav li .subcate ul {
        display: block;
        padding: 0;
        text-align: left;
    }

    header .hdrt ul.nav li .subcate ul li {
        text-align: left;
        margin: 0;
        font-size: 1.2rem;
    }

    header .hdrt ul.nav li .subcate ul li a {
        display: block;
        background: none;
        padding: 5px 0;
    }


    header .hdrt .docreq a {
        width: 100%;
        margin: 15px 0;
        line-height: 1;
        padding: 15px 10px;
        height: auto;
    }


    /* ハンバーガーメニューボタン */
    header .spbtn {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0 0 0 0;

        background: #000;
        border-radius: 20px;
        -webkit-border-radius: 20px;

        z-index: 1000;
    }

    header div.spbtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    header div.spbtn span {
        position: absolute;
        left: 33%;
        width: 34%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    #mainvis header div.spbtn span {
        background-color: #fff;
    }

    #mainvis header div.spbtn.selected span {
        background-color: #fff;
    }

    header div.spbtn span:nth-of-type(1) {
        top: 13px;
    }

    header div.spbtn span:nth-of-type(2) {
        top: 48%;
    }

    header div.spbtn span:nth-of-type(3) {
        bottom: 13px;
    }

    header div.spbtn.selected span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

    header div.spbtn.selected span:nth-of-type(2) {
        opacity: 0;
    }

    header div.spbtn.selected span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

    header ul.sphd {
        display: block;
        background: #4cbae7;
        display: flex;
        margin-top: 10px;
    }

    header ul.sphd li {
        width: 33.33%;
        text-align: center;
        border-left: 1px solid #fff;
    }

    header ul.sphd li:first-child {
        border-left: none;
    }

    header ul.sphd li a {
        display: block;
        color: #fff;
        font-weight: 700;
        line-height: 1;
        padding: 10px 5px;
        font-size: 12px;
    }

    header ul.sphd li a img {
        width: 16px;
        height: auto;
        vertical-align: middle;
        margin-right: 3px;
        margin-top: -2px;
    }


    /* フッタSP */
    footer {
        margin-top: 40px;
    }

    footer .ftwrap {
        padding: 20px 0;
    }

    footer .ftwrap .container {
    }

    footer .ftwrap .container .flxwrap {
        display: block;
    }

    footer .ftwrap .container .ft_logo {
        width: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    footer .ftwrap .container .ft_logo .logo {
        max-width: 60%;
        margin: 0 auto;
    }

    footer .ftwrap .container .ft_logo .sns {
        margin-top: 15px;
        display: block;
        margin-bottom: 30px;
    }

    footer .ftwrap .container .ft_logo .sns span {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }


    footer .ftwrap .container .ft_logo .sns a {
        width: 24px;
        margin-right: 6px;
        margin-left: 6px;
    }

    footer .ftwrap .container .ft_nav {
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
    }

    footer .ftwrap .container .ft_nav > ul {
        width: 100%;
        border-top: 1px solid #fff;
        font-size: 1.4rem;
        display: block;
    }

    footer .ftwrap .container .ft_nav > ul > li {
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 1px solid #fff;
    }

    footer .ftwrap .container .ft_nav > ul > li > a {
        display: block;
        padding: 10px;
        color: #000;
        background: url(../../images/arw_rt_bk.png) 96% center no-repeat;
    }

    footer .ftwrap .container .ft_nav > ul.catelink {
        border-top: none;
        margin-left: 0;
    }

    footer .ftwrap .container .ft_nav > ul.catelink > li:first-child > a {
        display: none;
    }

    footer .ftwrap .container .ft_nav ul.catelink li span.trg {
        display: block;
        padding: 10px;
        color: #000;
        background: url(../../images/ic_plus.png) 96% center no-repeat;
        background-size: 10px;
        -webkit-background-size: 10px;
    }

    footer .ftwrap .container .ft_nav ul.catelink li span.trg.selected {
        background: url(../../images/ic_minus.png) 96% center no-repeat;
        background-size: 10px 2px;
        -webkit-background-size: 10px 2px;
    }


    footer .ftwrap .container .ft_nav ul.subnav {
        margin-top: 0;
        padding: 0 10px;
        margin-bottom: 15px;

        display: none;
    }

    footer .ftwrap .container .ft_nav ul.subnav > li > a {
        padding: 5px 0;
    }

    footer .ftwrap .container .ft_nav ul.subnav > li {
        display: block;
        margin-right: 0;
        margin-bottom: 2px;
    }

    footer .ftwrap .container .ft_nav ul.subnav > li:before {
        margin-right: 5px;
    }

    footer .ftwrap .container .ft_nav ul.subnav ul.insub {
        margin-bottom: 10px;
    }

    footer .ftwrap .container .ft_voice {
        width: 100%;
    }

    footer .ftwrap .container .ft_voice h6 {
        font-size: 1.4rem;
        color: #000;
    }

    footer .ftwrap .container .ft_voice textarea {
        height: 150px;
    }

    footer .ftwrap .container .ft_voice .txt p {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }

    footer .ftwrap .container .ft_voice .txt button {
        float: none;
        display: block;
        margin: 10px auto;
        width: 100px;
    }

    footer .ftwrap .container .flxwrap.wrap02 {
        margin-top: 30px;
    }

    footer .ftwrap .container .flxwrap.wrap02 ul {
        justify-content: space-between;
        font-size: 90%;
        flex-wrap: wrap;
    }

    footer .ftwrap .container .flxwrap.wrap02 ul li {
        margin-right: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    footer .copy {
        font-size: 10px;
        padding: 15px 0 0 0;
    }


}


.ttlbox {
    position: relative;
}

.ttlbox h2 {
    font-size: 4.6rem;
    font-weight: 700;
    margin-bottom: 35px;
}

.ttlbox h2 span {
    display: block;
    font-size: 1.4rem;
    position: relative;
}

.ttlbox a.more {
    background: url(../../images/arw_rt_bk.png) right center no-repeat;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 5px;
    padding-right: 20px;

    transition: none;
}

.ttlbox a.more:hover {
    color: #fff;
    background: url(../../images/arw_rt.png) right center no-repeat;
}

.ttlbox a.more span {
    display: inline-block;
    position: relative;
}

.ttlbox a.more span:after {
    content: "";
    background: #000;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ttlbox a.more:hover span:after {
    display: none;
}


p.lead {
    margin-bottom: 25px;
}

.flxwrap {
    display: flex;
}

.tags {
    letter-spacing: -0.4em;
}

.tags span,
.tags a {
    display: inline-block;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: normal;
    margin-right: 15px;
    color: #79858b;
}

.tags a:hover {
    color: #4cbae7;
}

.topsec {
    padding: 60px 0;
}


/* 記事カード汎用 */
.card_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card_wrap article {
    width: 31.25%;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

.card_wrap article > a {
    display: block;
    position: relative;
}

.card_wrap article > a.new:after {
    content: "NEW";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #4cbae7;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    top: -25px;
    left: -25px;
}

.card_wrap article .ph {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.card_wrap article .ph img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.card_wrap article a:hover .ph img {
    transform: scale(1.1);
}

.card_wrap article .ph span.cat {
    position: absolute;
    color: #fff;
    line-height: 1;
    padding: 8px 15px 8px 36px;
    font-weight: bold;
    font-size: 90%;
    border-radius: 0 10px;

    left: 0;
    bottom: 0;
}

.card_wrap article .ph span.cat.c01 {
    background: #79858b url(../../images/topic_01_wt.png) 10px center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.card_wrap article .ph span.cat.c02 {
    background: #79858b url(../../images/topic_02_wt.png) 10px center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.card_wrap article .ph span.cat.c03 {
    background: #79858b url(../../images/topic_03_wt.png) 10px center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.card_wrap article .ph span.cat.c04 {
    background: #79858b url(../../images/topic_04_wt.png) 10px center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.card_wrap article .txt {
    padding: 20px 0 0 0;
}

.card_wrap article .txt h4 {
    font-size: 130%;
    font-weight: 700;
}

.card_wrap article .tags {
    margin-top: 15px;
}

.card_wrap article .tags span:hover {
    color: #4cbae7;
}


/* LINE OPENCHAT */
.linechat {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    padding: 30px;
    line-height: 1.3;

    background: linear-gradient(to right, #00d1c6 0%, #00c54d 100%);
    position: relative;
}

.linechat:after {
    content: url(../../images/il_linechat.png);
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.linechat h3 {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

.linechat p {
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 45px;
}

.linechat .qr {
    text-align: left;
}

.linechat.wd {
    padding: 40px;
    margin: 0 auto;
    display: flex;
    text-align: left;
    align-items: center;
}

.linechat.wd h3 {
    font-size: 5.2rem;
}

.linechat.wd p {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.linechat.wd .qr {
    margin: 0 40px;
}

.linechat.wd .btnwrap {
    margin-left: auto;
}

.linechat.wd .btnwrap a {
    min-width: 200px;
    text-align: center;
}

.linechat.wd:after {
    content: url(../../images/il_linechat.png);
    display: inline-block;
    position: absolute;
    right: 280px;
    bottom: 10px;
}


/* ガイドブックダウンロード */
.gbook {
    margin: 60px auto 40px auto;
    background: #edf8fd url(../../images/bg_gbook.png) left top no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.gbook .inner {
    padding: 40px 60px 30px 40px;
    display: flex;
    text-align: left;
    position: relative;
}

.gbook .inner .txt {
    padding: 15px 0 0 40px;
    position: relative;
}

.gbook .inner .txt .cap {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.gbook .inner .txt h4 {
    margin-bottom: 20px;
    font-size: 4.0rem;
    font-weight: 700;
    margin-left: -20px;
}

.gbook .inner .txt h4 img {
    max-width: 460px;
}

.gbook .inner .txt .btnwrap {
    margin-top: 25px;
}

.gbook .inner .txt .btnwrap a.btn {
    background: #000;
    width: 280px;
    padding: 24px 10px;
}

.gbook .inner .txt .btnwrap a span {
    margin-right: 10px;
}

.gbook .inner .txt p.att {
    font-size: 80%;
    text-align: right;
    margin-top: 50px;
}


.gbook .inner .free {
    display: inline-block;
    text-align: center;
    width: 207px;
    height: 205px;
    background: url(../../images/bs_free.png) no-repeat;
    position: absolute;
    right: 60px;
    bottom: 70px;
    line-height: 1.2;
}

.gbook .inner .free h5 {
    font-weight: 700;
    font-size: 62px;
    margin-top: 40px;
}

.gbook .inner .free p {
    font-weight: 700;
    font-size: 18px;
}

.gbook .inner .free:before {
    content: "";
    background: url(../../images/ch_reading.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    display: inline-block;
    position: absolute;
    left: -30px;
    bottom: 10px;
    width: 63px;
    height: 108px;
}


/* TAGエリア */
.tagblock {
    margin: 80px auto;
}

.tagblock .ttlbox h2 {
    font-size: 3.6rem;
    margin-bottom: 50px;
}

.tagblock .tags span,
.tagblock .tags a {
    color: #000;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
}


@media screen and (max-width: 768px) {

    .ttlbox h2 {
        font-size: 2.6rem;
        margin-bottom: 25px;
    }


    p.lead {
        margin-bottom: 15px;
    }

    .tags span,
    .tags a {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .topsec {
        padding: 30px 0;
    }


    /* 記事カード汎用 */
    .card_wrap article {
        width: 100%;
        margin-bottom: 20px;
    }

    .card_wrap article > a.new:after {
        width: 36px;
        height: 36px;
        font-size: 10px;
        line-height: 36px;
        top: -18px;
        left: -10px;
    }

    .card_wrap article .ph span.cat {
        padding: 5px 12px 5px 28px;
    }

    .card_wrap article .ph span.cat.c01,
    .card_wrap article .ph span.cat.c02,
    .card_wrap article .ph span.cat.c03,
    .card_wrap article .ph span.cat.c04 {
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    .card_wrap article .txt {
        padding: 10px 0 0 0;
    }

    .card_wrap article .txt h4 {
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .card_wrap article .tags {
        margin-top: 5px;
    }


    /* LINE OPENCHAT */
    .linechat,
    .linechat.wd {
        padding: 20px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        display: block;

        background: url(../../images/il_linechat.png) 95% center no-repeat, linear-gradient(to right, #00d1c6 0%, #00c54d 100%);
        background-size: auto 80%, 100%;
        -webkit-background-size: auto 80%, 100%;

    }

    .linechat:after,
    .linechat.wd:after {
        content: none;
    }

    .linechat h3,
    .linechat.wd h3 {
        font-size: 2.6rem;
        margin-bottom: 5px;
    }

    .linechat p,
    .linechat.wd p {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .linechat .qr,
    .linechat.wd .qr {
        display: none;
    }

    .linechat.wd .btnwrap {
        display: none;
    }


    /* ガイドブックダウンロード */
    .gbook {
        width: 100%;
        margin: 0 auto;
        background: #edf8fd url(../../images/bg_gbook_sp.png) center top no-repeat;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }

    .container_s .gbook {
        margin: 0 auto 40px auto;
    }

    .container_s .gbook.mt {
        margin: 40px auto;
    }

    .gbook .inner {
        padding: 20px 10px 30px 10px;
        display: block;
    }

    .gbook .inner .ph {
        max-width: 60%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }

    .gbook .inner .txt {
        padding: 15px 0 0 0;
        position: relative;
        text-align: center;
    }

    .gbook .inner .txt .cap {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .gbook .inner .txt h4 {
        margin-bottom: 20px;
        padding: 0 30px;
        margin-left: 0;
        font-size: 2.2rem;
    }

    .gbook .inner .txt h4 img {
        display: none;
    }

    .gbook .inner .txt p.att {
        margin-top: 20px;
    }


    .gbook .inner .free {
        width: 104px;
        height: 104px;
        background: url(../../images/bs_free.png) no-repeat;
        background-size: contain;
        right: -50px;
        bottom: -5px;
    }

    .gbook .inner .free h5 {
        font-size: 32px;
        margin-top: 20px;
        line-height: 1;
    }

    .gbook .inner .free p {
        font-size: 9px;
    }

    .gbook .inner .free:before {
        content: "";
        width: 30px;
        height: 100px;
        background: url(../../images/ch_reading.png) no-repeat left bottom;
        background-size: contain;
        display: inline-block;
        position: absolute;
        left: -10px;
        bottom: 10px;
    }

    .gbook .inner .txt .btnwrap {
        margin-top: 20px;
    }

    .gbook .inner .txt .btnwrap a.btn {
        width: auto;
        padding: 15px 30px;
    }

    .gbook .inner .txt .btnwrap a.btn img {
        width: 13px;
        height: auto;
    }


    /* TAGエリア */
    .tagblock {
        margin: 30px auto;
    }

    .tagblock .ttlbox h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .tagblock .tags span,
    .tagblock .tags a {
        font-size: 1.4rem;
        margin-left: 10px;
    }

}


/* TOPページ各セクション */
/* メインビジュアル */
#top_vis {
    margin: 108px auto 0 auto;
    border-bottom: 30px solid #4cbae7;
    position: relative;
}

#top_vis:after {
    content: "";
    background: url(../../images/il_house.png) no-repeat;
    width: 275px;
    height: 104px;
    display: inline-block;
    position: absolute;
    left: 14%;
    bottom: -20px;
    line-height: 0;
}

#top_vis .container {
    padding: 0 80px;
    position: relative;
}

#top_vis .txt {
}

#top_vis .txt.ch01 {
    /*
	background: url(../../images/chara01.png) 80% bottom no-repeat;
	*/
}

#top_vis .txt.ch02 {
    /*
	background: url(../../images/chara02.png) 80% bottom no-repeat;
	*/
}

#top_vis .txt.ch03 {
    /*
	background: url(../../images/chara03.png) 80% bottom no-repeat;
	*/
}


#top_vis .txt .cap01 {
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid #000;
    margin-bottom: 30px;
}

#top_vis .txt .cap01 span.atnum {
    color: #4cbae7;
    font-size: 46px;
    display: inline-block;
    margin: 0 4px;
    line-height: 1.2;
}

#top_vis .txt h2 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}


@media screen and (max-width: 1440px) {
    #top_vis .txt h2 {
        font-size: 3.4rem;
        line-height: 1.2;
    }
}

/* 幅1600px以上でサイド表示 */
@media screen and (min-width: 1600px) {
    body {
        overflow-x: hidden;
    }

    #top_vis .top_slider .slick-list {
        overflow: visible;
    }
}


#top_vis .txt .btnwrap {
    margin-top: 30px;
}


/* メインスライドのナビ */
#top_vis .mvnav_wrap {
    overflow: hidden;
    padding: 0 40px;
    text-align: right;
}

#top_vis .mvnav {
    display: inline-block;
    margin: 30px 0 40px 0;
    text-align: left;

    width: 630px;
}

#top_vis .mvnav .slick-list {
    overflow: visible;
}

#top_vis .mvnav .slick-slide {
    font-size: 18px;
    font-weight: 700;
}

#top_vis .mvnav .slick-slide a,
#top_vis .mvnav .slick-slide span {
    display: block;
    opacity: 0.2;
    border-bottom: 2px solid #000;
    padding: 10px 10px 10px 60px;
    width: 200px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

#top_vis .mvnav .slick-slide a:after,
#top_vis .mvnav .slick-slide span:after {
    content: url(../../images/door_close.png);
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: -18px;
}

#top_vis .mvnav .slick-slide {
    padding-left: 10px;
}

#top_vis .mvnav .slick-slide a:hover,
#top_vis .mvnav .slick-slide span:hover {
    opacity: 1;
    color: #000;
}

#top_vis .mvnav .slick-slide.slick-current a,
#top_vis .mvnav .slick-slide.slick-current span {
    opacity: 1;
}

#top_vis .mvnav .slick-slide.slick-current a:after,
#top_vis .mvnav .slick-slide.slick-current span:after {
    content: url(../../images/door_open.png);
}


.top_slider,
.mvnav,
.mvtxt {
    display: none;
}

.top_slider.slick-initialized,
.mvnav.slick-initialized,
.mvtxt.slick-initialized {
    display: block;
}


/* おすすめ記事 */
#top_recommend {
    background: #edf8fd;
}

#top_recommend .ttlbox,
#top_magazine .ttlbox {
    text-align: left;
}

#top_recommend .ttlbox h2,
#top_magazine .ttlbox h2 {
    font-size: 3.6rem;
    line-height: 1;
}

#top_recommend .ttlbox h2 span,
#top_magazine .ttlbox h2 span {
    display: inline-block;
    margin-left: 20px;
}

#top_recommend .flxwrap {
    align-items: flex-start;
}

#top_recommend .leftsec {
    flex: 1;
}

#top_recommend .card_wrap article {
    width: 48%;
    text-align: left;
    margin-bottom: 20px;
}

#top_recommend .card_wrap article a {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}

#top_recommend .card_wrap article a.new:after {
    content: "NEW";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #4cbae7;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    top: -20px;
    left: -20px;
}

#top_recommend .card_wrap article .ph {
    width: 150px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#top_recommend .card_wrap article .ph img {
    transition: all 0.3s;
}

#top_recommend .card_wrap article a:hover .ph img {
    transform: scale(1.1);
}

#top_recommend .card_wrap article .txt {
    flex: 1;
    margin-left: 18px;
    padding: 0;
}

#top_recommend .card_wrap article .txt span.cat {
    display: block;
    color: #79858b;
    font-size: 90%;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 24px;
}

#top_recommend .card_wrap article .txt span.cat.c01 {
    background: url(../../images/topic_01.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

#top_recommend .card_wrap article .txt span.cat.c02 {
    background: url(../../images/topic_02.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

#top_recommend .card_wrap article .txt span.cat.c03 {
    background: url(../../images/topic_03.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

#top_recommend .card_wrap article .txt span.cat.c04 {
    background: url(../../images/topic_04.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

#top_recommend .card_wrap article .txt p {
    font-weight: 700;
    font-size: 1.8rem;
}

#top_recommend .linechat {
    width: 330px;
    margin-left: 30px;
}


/* マガジン */
section#top_magazine {
    background: #4cbae7;
}

section#top_magazine .mag_slider {
    margin-left: -20px;
    margin-right: -20px;
}

.mag_slider a {
    display: block;
    margin: 0 20px;
}

.mag_slider a:hover {
    opacity: 0.7;
}


/* ランキング */
#top_rank {
    position: relative;
}

#top_rank:before {
    content: "";
    background: #edf8fd;
    display: block;
    width: 100%;
    height: 388px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

#top_rank .toprank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_rank .toprank article > a.rank01:after {
    content: "1";
    display: inline-block;
    width: 50px;
    height: 43px;
    background: url(../../images/rankbs_01.png) no-repeat;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 18px;
    line-height: 1;
    overflow: hidden;
    top: -18px;
    left: -20px;
}

#top_rank .toprank article > a.rank02:after {
    content: "2";
    display: inline-block;
    width: 50px;
    height: 43px;
    background: url(../../images/rankbs_02.png) no-repeat;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 18px;
    line-height: 1;
    overflow: hidden;
    top: -18px;
    left: -20px;
}

#top_rank .toprank article > a.rank03:after {
    content: "3";
    display: inline-block;
    width: 50px;
    height: 43px;
    background: url(../../images/rankbs_03.png) no-repeat;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 18px;
    line-height: 1;
    overflow: hidden;
    top: -18px;
    left: -20px;
}

#top_rank .secrank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_rank .secrank article {
    width: 23%;
    text-align: left;
}

#top_rank .toprank article .txt span.cat,
#top_rank .secrank article .txt span.cat {
    display: none;
}

#top_rank .secrank article .txt h4 {
    font-size: 112%;
    font-weight: 700;
}

#top_rank .secrank article > a.rank_n:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #000;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    top: -10px;
    left: -10px;
}

#top_rank .secrank article > a.rank_n.rank04:after {
    content: "4";
}

#top_rank .secrank article > a.rank_n.rank05:after {
    content: "5";
}

#top_rank .secrank article > a.rank_n.rank06:after {
    content: "6";
}

#top_rank .secrank article > a.rank_n.rank07:after {
    content: "7";
}


/* お知らせ */
#top_news .container .flxwrap {
    border-top: 1px solid #e5e5e5;
    padding-top: 80px;
    justify-content: space-between;
}

#top_news .newsblock {
    width: 65%;
}

#top_news .newsblock .ttlbox {
    text-align: left;
}

#top_news .newsblock .ttlbox h2 {
    font-size: 3.6rem;
    margin-bottom: 25px;
}

#top_news .newsblock .ttlbox h2 span {
    display: inline-block;
    margin-left: 20px;
}

#top_news .newsblock .ttlbox a.more:hover {
    color: #4cbae7;
    background: url(../../images/arw_rt_bl.png) right center no-repeat;
}

ul.newslist {
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}

ul.newslist li {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

ul.newslist li a {
    display: block;
    padding: 25px 0;
    overflow: hidden;
}

ul.newslist li span.date {
    color: #79858b;
    display: inline-block;
    float: left;
}

ul.newslist li p {
    margin-left: 120px;
}

#top_news .bnblock {
    width: 32%;
}

#top_news .bnblock ul li {
    margin-top: 20px;
}

#top_news .bnblock ul li:first-child {
    margin-top: 0;
}


/* TOPページ各セクション SP */
@media screen and (max-width: 768px) {

    #top_vis {
        padding-bottom: 60px;
        margin: 108px auto 0 auto;
        border-bottom: 15px solid #4cbae7;
    }

    #top_vis:after {
        content: "";
        background: url(../../images/il_house.png) left bottom no-repeat;
        background-size: 100% auto;
        width: 160px;
        height: 60px;
        bottom: -10px;
        left: 15px;
    }

    #top_vis .container {
        padding: 0 40px;
        overflow: hidden;
    }

    #top_vis .slick-list {
        padding: 0;
    }

    #top_vis .txt {
        padding-top: 0;
    }

    #top_vis .txt.ch01,
    #top_vis .txt.ch02,
    #top_vis .txt.ch03 {
        background: none;
    }


    #top_vis .txt .cap01 {
        margin-bottom: 10px;
        font-size: 10px;
    }

    #top_vis .txt .cap01 span.atnum {
        font-size: 23px;
    }

    #top_vis .txt h2 {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    #top_vis .txt .btnwrap {
        margin-top: 15px;
    }

    #top_vis .slick-dots,
    .mag_slider .slick-dots {
        margin-top: 10px;
        text-align: center;
    }

    #top_vis .slick-dots li,
    .mag_slider .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        opacity: 0.2;
    }

    #top_vis .slick-dots li.slick-active,
    .mag_slider .slick-dots li.slick-active {
        opacity: 1;
    }

    #top_vis .slick-dots li button,
    .mag_slider .slick-dots li button {
        text-indent: -99999px;
    }


    #top_vis .mvnav_wrap {
        text-align: center;
        padding: 0;

        display: none;
    }

    #top_vis .mvnav {
        margin: 15px 0;
        width: 100%;
        float: none;

        /*
	display: none;
	*/
    }

    #top_vis .mvnav .slick-slide {
        font-size: 12px;
    }

    #top_vis .mvnav .slick-slide a {
        padding: 5px;
        min-width: 0;
        text-align: center;
    }

    #top_vis .mvnav .slick-slide a:after {
        content: none;
        left: auto;
        bottom: auto;
    }

    #top_vis .mvnav .slick-slide {
        padding-left: 5px;
    }

    #top_vis .mvnav .slick-slide.slick-current a {
    }

    #top_vis .mvnav .slick-slide.slick-current a:after {
        content: none;
    }


    /* おすすめ記事 */
    #top_recommend .ttlbox,
    #top_magazine .ttlbox {

    }

    #top_recommend .ttlbox h2,
    #top_magazine .ttlbox h2 {
        font-size: 2.2rem;
    }

    #top_recommend .ttlbox h2 span,
    #top_magazine .ttlbox h2 span {
        margin-left: 10px;
    }

    #top_recommend .flxwrap {
        display: block;
    }

    #top_recommend .card_wrap {
        flex: none;
        width: 100%;
    }

    #top_recommend .card_wrap article {
        width: 100%;
        margin-bottom: 20px;
    }

    #top_recommend .card_wrap article a {
    }

    #top_recommend .card_wrap article a.new:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -18px;
        left: -10px;
        font-size: 8px;
    }

    #top_recommend .card_wrap article .ph {
        width: 100px;
    }

    #top_recommend .card_wrap article .txt {
        flex: 1;
        margin-left: 8px;
    }

    #top_recommend .card_wrap article .txt span.cat {
        margin-bottom: 2px;
        padding-left: 20px;
    }

    #top_recommend .card_wrap article .txt span.cat.c01,
    #top_recommend .card_wrap article .txt span.cat.c02,
    #top_recommend .card_wrap article .txt span.cat.c03,
    #top_recommend .card_wrap article .txt span.cat.c04 {
        background-size: 14px;
        -webkit-background-size: 14px;
    }


    #top_recommend .card_wrap article .txt p {
        font-size: 1.4rem;
    }

    #top_recommend .linechat {
        width: auto;
        margin-left: auto;
    }


    /* マガジン */
    section#top_magazine .card_wrap {
    }

    section#top_magazine .card_wrap article {
        width: 48%;
        margin-bottom: 10px;
    }

    section#top_magazine .container {
        overflow: hidden;
    }

    section#top_magazine .mag_slider {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }

    section#top_magazine .mag_slider .slick-list {
        overflow: visible;
    }

    section#top_magazine .mag_slider a {
        margin: 0;
        padding: 0 15px;
    }


    /* ランキング */
    #top_rank {
        background: #edf8fd;
    }

    #top_rank:before {
        content: none;
    }

    #top_rank .toprank {
    }

    #top_rank .toprank article,
    #top_rank .secrank article {
        width: 100%;
        margin-bottom: 20px;
    }

    #top_rank .toprank article a,
    #top_rank .secrank article a {
        display: flex;
        align-items: flex-start;
    }

    #top_rank .toprank article .ph,
    #top_rank .secrank article .ph {
        width: 100px;
        overflow: hidden;
    }

    #top_rank .toprank article .ph span.cat,
    #top_rank .secrank article .ph span.cat {
        display: none;
    }

    #top_rank .toprank article .txt,
    #top_rank .secrank article .txt {
        flex: 1;
        margin-left: 8px;
        padding: 0;
    }

    #top_rank .toprank article .txt h4,
    #top_rank .secrank article .txt h4 {
        font-size: 1.4rem;
    }


    #top_rank .toprank article .txt span.cat,
    #top_rank .secrank article .txt span.cat {
        display: block;
        color: #79858b;
        font-size: 90%;
        font-weight: 700;
        margin-bottom: 2px;
        padding-left: 20px;
    }

    #top_rank .toprank article .txt span.cat.c01,
    #top_rank .secrank article .txt span.cat.c01 {
        background: url(../../images/topic_01.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    #top_rank .toprank article .txt span.cat.c02,
    #top_rank .secrank article .txt span.cat.c02 {
        background: url(../../images/topic_02.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    #top_rank .toprank article .txt span.cat.c03,
    #top_rank .secrank article .txt span.cat.c03 {
        background: url(../../images/topic_03.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    #top_rank .toprank article .txt span.cat.c04,
    #top_rank .secrank article .txt span.cat.c04 {
        background: url(../../images/topic_04.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }


    #top_rank .toprank article > a.rank01:after,
    #top_rank .toprank article > a.rank02:after,
    #top_rank .toprank article > a.rank03:after,
    #top_rank .toprank article > a.rank04:after {
        width: 25px;
        height: 21px;
        background-size: 25px auto;
        padding-top: 8px;
        font-size: 10px;
        top: -10px;
        left: -10px;
    }

    #top_rank .toprank article .tags,
    #top_rank .secrank article .tags {
        display: none;
    }


    #top_rank .secrank article > a.rank_n:after {
        width: 20px;
        height: 20px;
        line-height: 20px;
        left: -5px;
        font-size: 10px;
    }


    /* お知らせ */
    #top_news.topsec {
        padding: 0 0 40px 0;
    }

    #top_news .container .flxwrap {
        padding-top: 30px;
        display: block;
        border-top: none;
    }

    #top_news .newsblock {
        width: 100%;
    }

    #top_news .newsblock .ttlbox {
    }

    #top_news .newsblock .ttlbox h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    #top_news .newsblock .ttlbox h2 span {
        margin-left: 5px;
    }

    ul.newslist {
        margin-bottom: 40px;
    }

    ul.newslist li a {
        padding: 10px 0;
    }

    ul.newslist li span.date {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    ul.newslist li p {
        margin-left: 0;
    }

    #top_news .bnblock {
        width: 100%;
    }

    #top_news .bnblock ul li {
        margin-top: 10px;
    }

}


/* 下層ページ共通 */
#pgwrapper {
}

#pgwrapper .ttlband {
    padding-top: 108px;
    padding-bottom: 150px;
    margin-bottom: -80px;
}

#pgwrapper .ttlband.norm {
    margin-bottom: 90px;
    padding-bottom: 100px;
}


#pgwrapper .ttlband.c01 {
    background: #edf8fd;
}

#pgwrapper .ttlband.m01 {
    background: #e8e9eb;
}

#pgwrapper .ttlband.m02 {
    background: #eaf6ee;
}

#pgwrapper .ttlband.m03 {
    background: #ebece4;
}

#pgwrapper .ttlband.m04 {
    background: #e8f0fb;
}


.pgttl {
    text-align: left;
}

.pgttl h2 {
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.pgttl h2.ic_c01 {
    background: url(../../images/topic_01_bk.png) left center no-repeat;
    padding-left: 60px;
    min-height: 44px;
}

.pgttl h2.ic_c02 {
    background: url(../../images/topic_02_bk.png) left center no-repeat;
    padding-left: 60px;
    min-height: 44px;
}

.pgttl h2.ic_c03 {
    background: url(../../images/topic_03_bk.png) left center no-repeat;
    padding-left: 60px;
    min-height: 44px;
}

.pgttl h2.ic_c04 {
    background: url(../../images/topic_04_bk.png) left center no-repeat;
    padding-left: 60px;
    min-height: 44px;
}

.pgttl h2.ic_c05 {
    background: url(../../images/ic_loop_bk.png) 2px center no-repeat;
    padding-left: 60px;
    min-height: 44px;
}


.pgttl .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.pgttl .tags a {
    background: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}


.pager {
    text-align: center;
    padding-bottom: 80px;
    margin-top: 60px;
    letter-spacing: -0.4em;
}

.pager a {
    display: inline-block;
    width: 40px;
    height: 40px;
    letter-spacing: normal;
    border: 1px solid #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    vertical-align: middle;
    line-height: 40px;
    overflow: hidden;
    margin: 0 5px;
    font-weight: 700;
}

.pager a.current,
.pager a:hover {
    background: #000;
    color: #fff;
}


.pager a.next {
    background: url(../../images/pager_next.png) center center no-repeat;
    margin-left: 15px;
}

.pager a.next:hover {
    background: #000 url(../../images/pager_next_w.png) center center no-repeat !important;
}

.pager a.prev {
    background: url(../../images/pager_prev.png) center center no-repeat;
    margin-right: 15px;
}

.pager a.prev:hover {
    background: #000 url(../../images/pager_prev_w.png) center center no-repeat !important;
}

.pager a.next-last {
    background: url(../../images/pager_next-last.png) center center no-repeat;
    margin-left: 5px;
}

.pager a.next-last:hover {
    background: #000 url(../../images/pager_next-last_w.png) center center no-repeat !important;
}

.pager a.prev-top {
    background: url(../../images/pager_prev-top.png) center center no-repeat;
    margin-right: 5px;
}

.pager a.prev-top:hover {
    background: #000 url(../../images/pager_prev-top_w.png) center center no-repeat !important;
}

/* 非活性時 */
.pager a.notactive {
    color: #fff;
    border: 1px solid #b3b3b3;
}

.pager a.notactive:hover {
    border: 1px solid #b3b3b3;
}

.pager a.prev.notactive {
    background: url(../../images/pager_prev_g.png) center center no-repeat !important;
    margin-right: 15px;
}

.pager a.prev-top.notactive {
    background: url(../../images/pager_prev-top_g.png) center center no-repeat !important;
    margin-right: 5px;
}

.pager a.next-last.notactive {
    background: url(../../images/pager_next-last_g.png) center center no-repeat !important;
    margin-right: 5px;
}

.pager a.next.notactive {
    background: url(../../images/pager_next_g.png) center center no-repeat !important;
    margin-right: 5px;
}


/* 下層ページ共通 SP */
@media screen and (max-width: 768px) {

    #pgwrapper .ttlband {
        padding-top: 90px;
        padding-bottom: 40px;
        margin-bottom: -30px;
    }

    #pgwrapper .ttlband.c01 {
        background: #edf8fd;
    }

    #pgwrapper .ttlband.norm {
        margin-bottom: 10px;
        padding-bottom: 40px;
    }

    .pgttl {
        margin-bottom: 30px;
    }

    .pgttl h2 {
        font-size: 2.2rem;
        line-height: 24px;
        margin-bottom: 10px;
    }


    .pgttl h2.ic_c01,
    .pgttl h2.ic_c02,
    .pgttl h2.ic_c03,
    .pgttl h2.ic_c04,
    .pgttl h2.ic_c05 {
        background-size: 28px auto;
        -webkit-background-size: 28px auto;
        min-height: 28px;
        padding-left: 38px;
    }

    .pgttl .lead {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .pgttl .tags a {
        padding: 8px 10px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .pager {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .pager a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 3px;
    }

    .pager a.next {
        background-size: auto 8px;
        -webkit-background-size: auto 8px;
        margin-left: 10px;
    }

    .pager a.next:hover {
        background-size: auto 8px;
        -webkit-background-size: auto 8px;
    }

    .pager a.prev {
        background-size: auto 8px;
        -webkit-background-size: auto 8px;
        margin-right: 10px;
    }

    .pager a.prev:hover {
        background-size: auto 8px;
        -webkit-background-size: auto 8px;
    }


}


/* 記事モジュール */
#pgwrapper.article {
    background: #edf8fd;
    padding-bottom: 60px;
    padding-top: 108px;
}

#pgwrapper.article:before {
    content: none;
}

.container.articlewrap {
    display: flex;
    max-width: 1120px;
}

.container.articlewrap .side_r {
    width: 280px;
}

.container.articlewrap .main {
    flex: 1;
    text-align: left;
    margin-right: 60px;
}


.container.articlewrap .main .wtbase {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
}

.container.articlewrap .main .wtbase:before {
    content: "";
    display: inline-block;
    width: 137px;
    height: 100px;
    background: url(../../images/chara01.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: -20px;
}

.container.articlewrap.mgz .main .wtbase:before {
    background: url(../../images/ch_reading.png) center top no-repeat;
    background-size: contain;
}


.container.articlewrap .main .wtbase > .ttlbox {
    padding: 60px 60px 0 60px;
    margin-bottom: 20px;
}

.container.articlewrap .main .wtbase .ttlbox .cat {
    font-weight: 700;
    color: #79858b;
    margin-bottom: 20px;
}

.container.articlewrap .main .wtbase .ttlbox .cat.c01 {
    padding-left: 30px;
    background: url(../../images/topic_01.png) left center no-repeat;
    background-size: 22px auto;
    -webkit-background-size: 22px;
}

.container.articlewrap .main .wtbase .ttlbox .cat.c02 {
    padding-left: 30px;
    background: url(../../images/topic_02.png) left center no-repeat;
    background-size: 22px auto;
    -webkit-background-size: 22px;
}

.container.articlewrap .main .wtbase .ttlbox .cat.c03 {
    padding-left: 30px;
    background: url(../../images/topic_03.png) left center no-repeat;
    background-size: 22px auto;
    -webkit-background-size: 22px;
}

.container.articlewrap .main .wtbase .ttlbox .cat.c04 {
    padding-left: 30px;
    background: url(../../images/topic_04.png) left center no-repeat;
    background-size: 22px auto;
    -webkit-background-size: 22px;
}

.container.articlewrap .main .wtbase .ttlbox h1 {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.4;
}

.container.articlewrap .main .wtbase .btnbox {
    display: flex;
    align-items: flex-start;
    padding: 0 60px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.container.articlewrap .main .wtbase .btnbox span.date {
    color: #79858b;
    background: url(../../images/ic_date.png) left center no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    padding-left: 24px;
    font-family: 'Noto Sans JP', sans-serif;
}

.container.articlewrap .main .wtbase .btnbox ul.share {
    display: flex;
}

.container.articlewrap .main .wtbase .btnbox ul.share li {
    margin-left: 12px;
}

.container.articlewrap .main .wtbase .btnbox ul.share li a {
    display: inline-block;
    width: 30px;
}

.container.articlewrap .main .wtbase .btnbox ul.share li a:hover {
    opacity: 0.6;
}

.container.articlewrap .main .wtbase .vis {
}

.container.articlewrap .main .wtbase .inner {
    padding: 60px;
}

.container.articlewrap .main .wtbase .inner .lead p {
    margin-bottom: 30px;
}

.container.articlewrap .main .wtbase .inner .toc {
    background: #edf8fd;
    padding: 20px 30px;
    margin-top: 60px;
    position: relative;
    margin-bottom: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.container.articlewrap .main .wtbase .inner .toc:before {
    content: "";
    display: inline-block;
    background: url(../../images/il_house_at.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 42px;
    position: absolute;
    top: -42px;
    left: 50px;
}

.container.articlewrap .main .wtbase .inner .toc dl dt {
    font-weight: 700;
    padding: 10px 0;
    background: url(../../images/ic_open.png) right center no-repeat;
    cursor: pointer;
}

.container.articlewrap .main .wtbase .inner .toc dl dt.selected {
    background: url(../../images/ic_close.png) right center no-repeat;
}

.container.articlewrap .main .wtbase .inner .toc dl dd {

}

.container.articlewrap .main .wtbase .inner .toc dl dd ol li {
    list-style-type: decimal;
    margin-left: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 4px 0;
}

.container.articlewrap .main .wtbase .inner .toc dl dd ol li a {
    text-decoration: underline;
}

.container.articlewrap .main .wtbase .inner > h2 {
    background: #4cbae7;
    color: #fff;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 60px;
    line-height: 1.4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 30px;
}

.container.articlewrap .main .wtbase .inner .imgbox {
    margin-bottom: 60px;
    text-align: center;
}

.container.articlewrap .main .wtbase .inner > h3 {
    font-weight: 700;
    font-size: 2.4rem;
    border-bottom: 2px solid #4cbae7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.container.articlewrap .main .wtbase .inner .txtbox p {
    margin-bottom: 30px;
}

.container.articlewrap .main .wtbase .inner .txtbox a {
    text-decoration: underline;
}

.container.articlewrap .main .wtbase .inner .txtbox a.ex:after {
    content: url(../../images/ic_ex.png);
    display: inline-block;
    margin: 0 5px 0 10px;
}

.container.articlewrap .main .wtbase .inner .point {
    border: 2px solid #4cbae7;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.container.articlewrap .main .wtbase .inner .point h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.container.articlewrap .main .wtbase .inner .point h4:before {
    content: "";
    background: url(../../images/ic_point.png) center center no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap {
    margin-bottom: 60px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article {
    width: 100%;
    margin-bottom: 10px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap a {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .ph {
    width: 150px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt {
    padding: 0;
    flex: 1;
    margin-left: 18px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat {
    display: block;
    color: #79858b;
    font-size: 90%;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 24px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c01 {
    background: url(../../images/topic_01.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c02 {
    background: url(../../images/topic_02.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c03 {
    background: url(../../images/topic_03.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c04 {
    background: url(../../images/topic_04.png) left center no-repeat;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt p {
    font-weight: 700;
}

.container.articlewrap .main .wtbase .inner .interview {
    margin-bottom: 60px;
}

.container.articlewrap .main .wtbase .inner .interview p {
    margin-bottom: 30px;
}

.container.articlewrap .main .wtbase .inner .interview .subject {
    font-weight: 700;
    position: relative;
    padding-left: 36px;
}

.container.articlewrap .main .wtbase .inner .interview .subject:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.container.articlewrap .main .wtbase .inner .nextpg {
    margin-bottom: 60px;
}

.container.articlewrap .main .wtbase .inner .nextpg a {
    display: block;
    background: #f2f2f2 url(../../images/arw_rt_bk.png) 96% center no-repeat;
    padding: 30px 40px 30px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.container.articlewrap .main .wtbase .inner .nextpg span {
    display: block;
    font-size: 80%;
    margin-bottom: 5px;
}

.container.articlewrap .main .wtbase .inner .nextpg p {
    font-weight: 700;
    font-size: 1.8rem;
}

.container.articlewrap .main .wtbase .inner .btnbox_btm {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    color: #79858b;
}

.container.articlewrap .main .wtbase .inner .btnbox_btm ul.share {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.container.articlewrap .main .wtbase .inner .btnbox_btm ul.share li {
    width: 40px;
    margin: 0 10px;
}

.container.articlewrap .main .wtbase .inner .btnbox_btm ul.share li a {
    display: inline-block;
}

.container.articlewrap .main .wtbase .inner .btnbox_btm ul.share li a:hover {
    opacity: 0.6;
}

.container.articlewrap .main .wtbase .inner .dlbox {
    border: 8px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.container.articlewrap .main .wtbase .inner .dlbox .txt {
    width: 60%;
}

.container.articlewrap .main .wtbase .inner .dlbox h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.container.articlewrap .main .wtbase .inner .dlbox .txt ul {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.container.articlewrap .main .wtbase .inner .dlbox .txt ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.container.articlewrap .main .wtbase .inner .dlbox .ph {
    width: 38%;
}

.container.articlewrap .main .wtbase .inner .dlbox .ph .att {
    font-size: 76%;
    text-align: right;
    margin-top: 20px;
}

.container.articlewrap .main .wtbase .inner .dlbox .btnwrap {
    width: 100%;
    margin-top: 15px;
}

.container.articlewrap .main .wtbase .inner .dlbox .btnwrap a.btn {
    background: #000;
    padding: 12px 30px;
}

.container.articlewrap .main .wtbase .inner .dlbox .btnwrap a.btn span {
    display: inline-block;
    margin-right: 10px;
}

.container.articlewrap .main .wtbase .inner .tagblock {
    text-align: center;
    margin: 0 auto;
}

.container.articlewrap .main .recommend .ttlbox h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
}

.container.articlewrap .main .recommend .ttlbox h2 span {
    display: inline-block;
    margin-left: 20px;
}

.container.articlewrap .main .recommend .card_wrap article {
    margin-bottom: 25px;
}

.container.articlewrap .main .recommend .card_wrap article .txt {
    padding: 10px 0 0 0;
}

.container.articlewrap .main .recommend .card_wrap article .txt span.cat {
    display: none;
}

.container.articlewrap .main .recommend .card_wrap article .txt h4 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.container.articlewrap .main .recommend .card_wrap article .tags {
    margin-top: 5px;
}


/* 記事モジュール SP */
@media screen and (max-width: 768px) {

    #pgwrapper.article {
        padding-bottom: 30px;
        padding-top: 90px;
    }

    .container.articlewrap {
        display: block;
        padding: 0;
    }

    .container.articlewrap .side_r {
        width: 100%;
    }

    .container.articlewrap .main {
        margin-right: 0;
    }

    .container.articlewrap .main .wtbase {
        margin-bottom: 40px;
        border-radius: 0;
    }

    .container.articlewrap .main .wtbase:before {
        width: 70px;
        height: 50px;
        right: 30px;
        top: 10px;
    }

    .container.articlewrap .main .wtbase > .ttlbox {
        padding: 35px 20px 0 20px;
        margin-bottom: 25px;
    }

    .container.articlewrap .main .wtbase .ttlbox .cat {
        margin-bottom: 20px;
        font-size: 12px;
    }


    .container.articlewrap .main .wtbase .ttlbox .cat.c01,
    .container.articlewrap .main .wtbase .ttlbox .cat.c02,
    .container.articlewrap .main .wtbase .ttlbox .cat.c03,
    .container.articlewrap .main .wtbase .ttlbox .cat.c04 {
        background-size: 17px auto;
        -webkit-background-size: 17px auto;
        padding-left: 20px;
    }


    .container.articlewrap .main .wtbase .ttlbox h1 {
        font-size: 2.2rem;
    }

    .container.articlewrap .main .wtbase .btnbox {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .container.articlewrap .main .wtbase .btnbox ul.share li {
        margin-left: 15px;
    }

    .container.articlewrap .main .wtbase .btnbox ul.share li a {
        width: 30px;
    }

    .container.articlewrap .main .wtbase .inner {
        padding: 35px 20px 20px 20px;
    }

    .container.articlewrap .main .wtbase .inner .lead p {
        margin-bottom: 25px;
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .toc {
        padding: 20px 20px 5px 20px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner .toc:before {
        background: url(../../images/il_house_at.png) left bottom no-repeat;
        background-size: contain;
        width: 100px;
        left: 20px;
    }

    .container.articlewrap .main .wtbase .inner .toc dl dt {
        padding: 0;
        font-size: 1.4rem;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .container.articlewrap .main .wtbase .inner .toc dl dt.selected {
        background: url(../../images/ic_close.png) right center no-repeat;
    }

    .container.articlewrap .main .wtbase .inner .toc dl dd ol li {
        margin-left: 20px;
        font-size: 1.2rem;
    }

    .container.articlewrap .main .wtbase .inner > h2 {
        font-size: 2.0rem;
        margin-bottom: 30px;
        padding: 10px 15px;
    }

    .container.articlewrap .main .wtbase .inner .imgbox {
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner > h3 {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .container.articlewrap .main .wtbase .inner .txtbox {
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner .txtbox p {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .point {
        padding: 15px;
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner .point h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .container.articlewrap .main .wtbase .inner .point p {
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .point h4:before {
        background-size: 24px;
        -webkit-background-size: 24px;
    }


    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap {
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap a {
        padding: 10px;
    }

    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .ph {
        width: 100px;
    }

    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt {
        margin-left: 10px;
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat {
        padding-left: 20px;
        margin-bottom: 2px;
    }

    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c01,
    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c02,
    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c03,
    .container.articlewrap .main .wtbase .inner .articlelink.card_wrap article .txt span.cat.c04 {
        background-size: 14px;
        -webkit-background-size: 14px;
    }


    .container.articlewrap .main .wtbase .inner .interview {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .interview p {
        margin-bottom: 20px;
    }

    .container.articlewrap .main .wtbase .inner .interview .subject {
        padding-left: 26px;
        margin-bottom: 20px;
    }

    .container.articlewrap .main .wtbase .inner .interview .subject:before {
        width: 20px;
    }


    .container.articlewrap .main .wtbase .inner .nextpg {
        margin-bottom: 30px;
    }

    .container.articlewrap .main .wtbase .inner .nextpg a {
        padding: 15px 40px 15px 20px;
        background: #f2f2f2 url(../../images/arw_rt_bk.png) 94% center no-repeat;
    }

    .container.articlewrap .main .wtbase .inner .nextpg p {
        font-size: 1.6rem;
    }


    .container.articlewrap .main .wtbase .inner .btnbox_btm {
        margin-bottom: 40px;
        padding-top: 30px;
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .container.articlewrap .main .wtbase .inner .btnbox_btm ul.share {
        margin-top: 18px;
    }

    .container.articlewrap .main .wtbase .inner .btnbox_btm ul.share li {
        width: 40px;
        margin: 0 10px;
    }


    .container.articlewrap .main .wtbase .inner .dlbox {
        padding: 10px 15px;
        margin-bottom: 30px;
        display: block;
    }

    .container.articlewrap .main .wtbase .inner .dlbox .ph {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .container.articlewrap .main .wtbase .inner .dlbox .txt {
        margin-right: 0;
        text-align: left;
        width: 100%;
    }

    .container.articlewrap .main .wtbase .inner .dlbox h4 {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    .container.articlewrap .main .wtbase .inner .dlbox .txt ul {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .container.articlewrap .main .wtbase .inner .dlbox .btnwrap {
        text-align: center;
    }

    .container.articlewrap .main .wtbase .inner .dlbox .btnwrap a.btn span {
        width: 13px;
    }

    .container.articlewrap .main .wtbase .inner .tagblock {
        text-align: center;
        margin: 0 auto 15px auto;
    }

    .container.articlewrap .main .wtbase .inner .tagblock .ttlbox h2 {
        margin-bottom: 20px;
    }

    .container.articlewrap .main .wtbase .inner .tagblock .ttlbox h2 span {
        font-size: 1.2rem;
    }

    .container.articlewrap .main .wtbase .inner .tagblock .tags span {
        font-size: 1.6rem;
        margin: 0 7px 10px 7px;
    }

    .container.articlewrap .main .recommend {
        padding: 0 20px;
    }

    .container.articlewrap .main .recommend .ttlbox {
        text-align: center;
        margin-top: 30px;
    }

    .container.articlewrap .main .recommend .ttlbox h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .container.articlewrap .main .recommend .ttlbox h2 span {
        display: block;
        margin-left: 0;
        font-size: 1.2rem;
    }

    .container.articlewrap .main .recommend .card_wrap article {
        margin-bottom: 20px;
    }

    .container.articlewrap .main .recommend .card_wrap article a {
        display: flex;
        align-items: flex-start;
    }

    .container.articlewrap .main .recommend .card_wrap article a .ph {
        width: 100px;
    }

    .container.articlewrap .main .recommend .card_wrap article a .ph span.cat {
        display: none;
    }

    .container.articlewrap .main .recommend .card_wrap article a .txt {
        flex: 1;
        padding: 0;
        margin-left: 8px;
    }


    .container.articlewrap .main .recommend .card_wrap article a .txt span.cat {
        display: block;
        font-size: 90%;
        font-weight: 700;
        color: #79858b;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .container.articlewrap .main .recommend .card_wrap article a .txt span.cat.c01 {
        background: url(../../images/topic_01.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    .container.articlewrap .main .recommend .card_wrap article a .txt span.cat.c02 {
        background: url(../../images/topic_02.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    .container.articlewrap .main .recommend .card_wrap article a .txt span.cat.c03 {
        background: url(../../images/topic_03.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    .container.articlewrap .main .recommend .card_wrap article a .txt span.cat.c04 {
        background: url(../../images/topic_04.png) left center no-repeat;
        background-size: 14px;
        -webkit-background-size: 14px;
    }

    .container.articlewrap .main .recommend .card_wrap article .txt h4 {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .container.articlewrap .main .recommend .card_wrap article .tags {
        display: none;
    }
}


/* 記事 右サイド */
.container.articlewrap .side_r .gbookbn {
    background: #cdecf9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.container.articlewrap .side_r .gbookbn a {
    display: block;
}

.container.articlewrap .side_r .gbookbn p {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.container.articlewrap .side_r .gbookbn .ph img {
    width: 100px;
    height: auto;
}

.container.articlewrap .side_r .gbookbn .flxwrap {
    justify-content: space-between;
}

.container.articlewrap .side_r .gbookbn .free {
    background: url(../../images/bs_free.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.container.articlewrap .side_r .gbookbn .free h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.container.articlewrap .side_r .gbookbn .free p {
    font-size: 12px;
}

.container.articlewrap .side_r .gbookbn .free:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 70px;
    background: url(../../images/ch_reading.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    bottom: 0;
}

.container.articlewrap .side_r .linechat {
    margin-bottom: 20px;
}

.container.articlewrap .side_r .linechat h3 {
    font-size: 3.2rem;
}

.container.articlewrap .side_r .linechat p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.container.articlewrap .side_r .linechat .qr img {
    width: 90px;
    height: auto;
}

.container.articlewrap .side_r .linechat:after {
    content: "";
    background: url(../../images/il_linechat.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 110px;
    height: 120px;
}

.container.articlewrap .side_r .ranking {
    margin-bottom: 20px;
    text-align: left;
}

.container.articlewrap .side_r .ranking h3 {
    border-bottom: 2px solid #4cbae7;
    padding-bottom: 10px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

.container.articlewrap .side_r .ranking h3 span {
    display: inline-block;
    font-size: 1.4rem;
    float: right;
    line-height: 1.6;
}


.container.articlewrap .side_r .ranking .card_wrap article {
    width: 100%;
    margin-bottom: 20px;
}

.container.articlewrap .side_r .ranking .card_wrap article a {
    display: flex;
    align-items: flex-start;
}

.container.articlewrap .side_r .ranking .card_wrap article .ph {
    width: 80px;
    height: 80px;
}

.container.articlewrap .side_r .ranking .card_wrap article .txt {
    flex: 1;
    margin-left: 10px;
    padding: 0;
    line-height: 1.4;
}

.container.articlewrap .side_r .ranking .card_wrap article .txt span.cat {
    font-size: 1.2rem;
    color: #79858b;
    font-weight: 700;
    margin-bottom: 5px;
}

.container.articlewrap .side_r .ranking .card_wrap article .txt h4 {
    font-size: 1.4rem;
}


.container.articlewrap .side_r .ranking .card_wrap article > a.rank01:after {
    content: "1";
    display: inline-block;
    font-size: 12px;
    width: 30px;
    height: 26px;
    background: url(../../images/rankbs_01.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 12px;
    line-height: 1;
    overflow: hidden;
    top: -10px;
    left: -10px;
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank02:after {
    content: "2";
    display: inline-block;
    font-size: 12px;
    width: 30px;
    height: 26px;
    background: url(../../images/rankbs_02.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 12px;
    line-height: 1;
    overflow: hidden;
    top: -10px;
    left: -10px;
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank03:after {
    content: "3";
    display: inline-block;
    font-size: 12px;
    width: 30px;
    height: 26px;
    background: url(../../images/rankbs_03.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding-top: 12px;
    line-height: 1;
    overflow: hidden;
    top: -10px;
    left: -10px;
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank_n:after {
    content: "";
    display: inline-block;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #000;
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    top: -10px;
    left: -10px;
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank04:after {
    content: "4";
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank05:after {
    content: "5";
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank06:after {
    content: "6";
}

.container.articlewrap .side_r .ranking .card_wrap article > a.rank07:after {
    content: "7";
}

.container.articlewrap .side_r .tagblock {
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px;
    text-align: left;
}

.container.articlewrap .side_r .tagblock h3 {
    font-weight: 700;
    font-size: 2.2rem;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 20px;
}

.container.articlewrap .side_r .tagblock h3 span {
    display: inline-block;
    font-size: 1.4rem;
    float: right;
    line-height: 1.6;
}

.container.articlewrap .side_r .tagblock .tags span,
.container.articlewrap .side_r .tagblock .tags a {
    font-size: 1.5rem;
    margin: 0 20px 7px 0;
}

/* 記事 右サイド SP */
@media screen and (max-width: 768px) {

    .container.articlewrap .side_r {
        padding: 0 10px;
        display: none;
    }


}


/* 記事ページ 下部 */
.low_magazine {
    max-width: 1120px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.low_magazine .ttlbox h2 {
    font-size: 3.6rem;
}

.low_magazine .mag_slider {
    margin-left: -20px;
    margin-right: -20px;
}


/* 記事ページ 下部 SP */
@media screen and (max-width: 768px) {
    .low_magazine .ttlbox h2 {
        font-size: 2.2rem;
    }

    .low_magazine .ttlbox h2 span {
        font-size: 1.2rem;
    }

    .low_magazine {
        overflow: hidden;
        padding: 30px 20px;
    }

    .low_magazine .mag_slider {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }

    .low_magazine .mag_slider .slick-list {
        overflow: visible;
    }

    .low_magazine .mag_slider a {
        margin: 0;
        padding: 0 15px;
    }

    .divline {
        margin: 0 auto;
    }


}


/* 連載一覧 */
.pgttl.mgttl {
    display: flex;
    align-items: center;
}

.pgttl.mgttl .ph {
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    width: 330px;
}

.pgttl.mgttl .txt {
    flex: 1;
    margin-left: 35px;
}

.pgttl.mgttl .txt span.cap {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
}


/* 連載一覧 SP */
@media screen and (max-width: 768px) {
    .pgttl.mgttl {
        display: block;
    }

    .pgttl.mgttl .ph {
        text-align: center;
        margin: 0 auto 15px;
        width: auto;
    }

    .pgttl.mgttl .ph img {
        width: 100%;
        height: auto;
    }

    .pgttl.mgttl .txt {
        margin-left: 5px;
    }

    .pgttl.mgttl .txt span.cap {
        font-size: 1.4rem;
    }


}


/* 連載記事ページ */
.maglink {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.maglink a {
    display: flex;
    padding: 20px 0;
    align-items: center;
    background: url(../../images/arw_rt_bk.png) 96% center no-repeat;
}

.maglink a:hover {

}

.maglink a .ph {
    width: 120px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.maglink a .txt {
    flex: 1;
}

.maglink a .txt .cap {
    font-weight: 700;
}

.maglink a .txt h4 {
    font-weight: 700;
    font-size: 2.4rem;
}


.mgpager {
    margin-top: 60px;
    padding: 60px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    display: flex;
    justify-content: space-between;
}

.mgpager article {
    width: 46%;
}

.mgpager article a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.4rem;
    font-weight: 700;
}

.mgpager article.next a {
    flex-direction: row-reverse;
}

.mgpager article a span {
    width: 100%;
    margin-bottom: 10px;
}

.mgpager article.prev a span {
    background: url(../../images/pager_prev.png) left center no-repeat;
    padding-left: 20px;
}

.mgpager article.prev a:hover span {
    background: url(../../images/pager_prev_ov.png) left center no-repeat;
}

.mgpager article.next a span {
    background: url(../../images/pager_next.png) right center no-repeat;
    padding-right: 20px;
    text-align: right;
}

.mgpager article.next a span {
    background: url(../../images/pager_next_ov.png) right center no-repeat;
}


.mgpager article a .ph {
    width: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.mgpager article a .txt {
    flex: 1;
}

.mgpager article.prev .txt {
    margin-left: 10px;
}

.mgpager article.next .txt {
    margin-right: 10px;
}


.aboutmgz {
    margin-top: 60px;
}

.aboutmgz h4 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.aboutmgz .block {
    display: flex;
}

.aboutmgz .block .ph {
    margin-right: 15px;
    width: 220px;
}

.aboutmgz .block .ph .vis {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.aboutmgz .block .ph .btnwrap a.btn {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.aboutmgz .block .txt {
    flex: 1;
}

.aboutmgz .block .txt h5 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.aboutmgz .block .txt p {
    font-size: 1.4rem;
}

.aboutmgz .block .txt ul {
    margin-top: 15px;
}

.aboutmgz .block .txt ul li {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.aboutmgz .block .txt .btnwrap {
    display: none;
}


/* 連載記事ページ SP */
@media screen and (max-width: 768px) {

    .maglink {
        margin-bottom: 20px;
    }

    .maglink a {
        padding: 20px 30px 20px 0;
    }

    .maglink a .ph {
        width: 80px;
        margin-right: 10px;
    }

    .maglink a .txt .cap {
        font-size: 1.2rem;
    }

    .maglink a .txt h4 {
        font-size: 1.6rem;
    }


    .mgpager {
        margin-top: 30px;
        padding: 0;
        display: block;
    }

    .mgpager article {
        width: 100%;
        padding: 15px 0;
    }

    .mgpager article.prev {
        border-bottom: 1px solid #e5e5e5;
    }

    .mgpager article a {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .mgpager article.next a {
        flex-direction: row-reverse;
    }

    .mgpager article a span {
        font-size: 1.2rem;
    }

    .mgpager article.prev a span {
        padding-left: 16px;
    }

    .mgpager article.next a span {
        padding-right: 16px;
    }


    .aboutmgz {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .aboutmgz h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .aboutmgz .block {
        display: block;
    }

    .aboutmgz .block .ph {
        margin-right: 0;
        width: 100%;
    }

    .aboutmgz .block .ph .btnwrap a.btn {
        display: none;
    }

    .aboutmgz .block .txt h5 {
        font-size: 1.6rem;
    }

    .aboutmgz .block .txt ul {
        display: none;
    }

    .aboutmgz .block .txt .btnwrap {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}


/* 資料ダウンロード */
.bdbox {
    border: 8px solid #f2f2f2;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.bdbox .inbox {
    padding: 60px;
}

.bdbox.predl h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.bdbox.predl .btnwrap {
    margin-top: 30px;
}

.dl_wrap {
    text-align: left;
    padding-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
}

.emph {
    font-weight: 700;
}

.f_l {
    font-size: 1.8rem;
}

.pgttl.dl {
    position: relative;
}

.pgttl.dl .ph {
    position: absolute;
    width: 200px;
    right: 50px;
    top: -40px;
}

.pgttl.dl .ph_kcdocument {
    top: -4px
}

.pgttl.dl .ph_kcdocument img {
    width: 160px
}


.pgttl.dl .free {
    display: inline-block;
    text-align: center;
    width: 207px;
    height: 205px;
    background: url(../../images/bs_free.png) no-repeat;
    position: absolute;
    left: -150px;
    bottom: 0;
    line-height: 1.2;
}

.pgttl.dl .free h5 {
    font-weight: 700;
    font-size: 62px;
    margin-top: 40px;
}

.pgttl.dl .free p {
    font-weight: 700;
    font-size: 18px;
}

.pgttl.dl .free:before {
    content: "";
    display: inline-block;
    background: url(../../images/ch_reading.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    left: -30px;
    bottom: 10px;
    height: 110px;
    width: 63px;
}

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

.dl_wrap ul li {
    width: 31.25%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 35px;

    position: relative;
}

.dl_wrap ul li label {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.dl_wrap ul li .ph {
    height: 216px;
    overflow: hidden;
}

.dl_wrap ul li .ph img {
    transition: all 0.3s;
}

.dl_wrap ul li:hover .ph img {
    transform: scale(1.1);
}

.dl_wrap ul li .txt {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.dl_wrap ul li .txt .inner {
    padding: 20px 25px;
    font-family: 'Noto Sans JP', sans-serif;
}

.dl_wrap ul li .txt .inner h4 {
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

.dl_wrap ul li .txt .inner .pd {
    color: #79858b;
    font-size: 1.4rem;
}

.dl_wrap ul li .txt .inner .pd a {
    color: #79858b;
    text-decoration: underline;
    background: url(../../images/ic_ex_gr.png) right center no-repeat;
    padding-right: 20px;

    z-index: 2;
    position: relative;
}

.dl_wrap ul li .txt .inner .pd a:hover {
    color: #51c3f1;
    text-decoration: none;
}

.dl_wrap ul li .txt .btn {
    background: #f2f2f2;
    text-align: center;
    padding: 15px;
}

.dl_wrap ul li:hover .txt .btn,
.dl_wrap ul li.selected .txt .btn {
    background: #51c3f1;
    color: #fff;
}

.dl_wrap .btnwrap {
    margin: 60px 0 0 0;
    text-align: center;
}

.dl_wrap .btnwrap a.btn {
    background: #000;
}

.dl_wrap .btnwrap a.btn span {
    display: inline-block;
    margin-right: 10px;
}

.data_wrap {
    padding: 90px 0 0 0;
}

.kcdocument_data_wrap {
    padding: 0;
}

.data_wrap .ttlbox {
    margin-bottom: 60px;
}

.data_wrap .ttlbox h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
}

.data_wrap .ttlbox h2 span {
    font-size: 2.0rem;
}

.data_wrap .ttlbox p {
    font-weight: 700;
    font-size: 1.4rem;
}

.data_wrap ul.datalist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.data_wrap ul.datalist li {
    width: 22.8%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.data_wrap ul.datalist li a {
    display: block;
}

.data_wrap ul.datalist li a:hover {
    opacity: 0.7;
}

.data_wrap ul.datalist li a:hover .txt .inner {
    color: #000;
}

.data_wrap ul.datalist li .ph {
    height: 200px;
    overflow: hidden;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data_wrap ul.datalist li .ph_kcdocument {
    height: 355px;
}


.data_wrap ul.datalist li .ph img {
    transition: all 0.3s;

    width: 90%;
    height: auto;
}

.data_wrap ul.datalist li:hover .ph img {
    transform: scale(1.1);
}

.data_wrap ul.datalist li .txt {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.data_wrap ul.datalist li .txt .inner {
    padding: 20px 25px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
}

.data_wrap ul.datalist li .txt .inner h5 {
    font-weight: 700;
    font-size: 1.8rem;
}

.data_wrap ul.datalist li .txt .inner p.cap {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.data_wrap ul.datalist li .txt .btn {
    background: #222;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data_wrap ul.datalist li .txt .btn span {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    padding: 0;
    display: flex;
}

.data_wrap.download_index ul.datalist li .txt .btn {
    background: #FFF31A;
    color: #2C2D2F;
}


/* 資料ダウンロード SP */
@media screen and (max-width: 768px) {

    .f_l {
        font-size: 1.6rem;
    }

    .pgttl.dl {
        margin-bottom: 0;
    }

    .pgttl.dl:after {
        content: " ";
        display: block;
        clear: both;
    }

    .pgttl.dl .ph {
        position: inherit;
        width: 60%;
        right: auto;
        top: auto;
        float: right;
        margin-top: 15px;
    }

    .pgttl.dl .ph_kcdocument {
        width: 73%;
    }

    .pgttl.dl .free {
        width: 155px;
        height: 155px;
        background-size: contain;
        -webkit-background-size: contain;
        left: -100px;
        bottom: 15px;
        line-height: 1.2;
    }

    .pgttl.dl .free h5 {
        font-size: 46px;
        margin-top: 30px;
    }

    .pgttl.dl .free p {
        font-size: 14px;
    }

    .pgttl.dl .free:before {
        content: "";
        display: inline-block;
        width: 47px;
        height: 85px;
        background: url(../../images/ch_reading.png) no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        left: -20px;
        bottom: 10px;
    }


    .bdbox {
        border: none;
        margin-bottom: 30px;
        border-radius: 0;
        -webkit-border-radius: 9;
    }

    .bdbox .inbox {
        padding: 30px 0;
    }

    .bdbox.predl h3 {
        font-size: 1.8rem;
    }

    .dl_wrap {
        padding-bottom: 50px;
    }

    .dl_wrap ul {
        display: block;
    }

    .dl_wrap ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .dl_wrap ul li .ph {
        height: 200px;
    }

    .dl_wrap ul li .ph img {
        width: 100%;
        min-height: 200px;
    }

    .dl_wrap ul li .txt .inner {
        padding: 15px 20px;
    }

    .dl_wrap ul li .txt .inner h4 {
        font-size: 1.6rem;
        margin-bottom: 6px;
    }

    .dl_wrap ul li .txt .inner .pd {
        font-size: 1.2rem;
    }

    .dl_wrap ul li .txt .inner .pd a {
        background: url(../../images/ic_ex_gr.png) right center no-repeat;
        padding-right: 18px;
    }

    .dl_wrap ul li .txt .btn {
        font-size: 1.6rem;
        padding: 10px;
    }

    .dl_wrap .btnwrap {
        margin: 30px 0 0 0;
        text-align: center;
    }

    .dl_wrap .btnwrap a.btn {
        width: 100%;
    }

    .dl_wrap .btnwrap span {
        width: 13px;
    }


    .data_wrap {
        padding: 45px 0 0 0;
    }

    .data_wrap .ttlbox {
        margin-bottom: 30px;
    }

    .data_wrap .ttlbox h2 {
        font-size: 2.0rem;
    }

    .data_wrap .ttlbox h2 span {
        font-size: 1.6rem;
    }

    .data_wrap .ttlbox p {
        font-size: 1.2rem;
    }


    .data_wrap ul.datalist li {
        width: 48%;
        margin-bottom: 15px;
    }

    .data_wrap ul.datalist li .ph {
        height: 160px;
        padding: 10px;
    }

    .data_wrap ul.datalist li .ph_kcdocument {
        height: auto;
    }

    .data_wrap ul.datalist li .ph img {
        /*
	max-height: 90%;
	max-width: 90%;
	*/
        width: 100%;
        height: auto;
    }

    .data_wrap ul.datalist li .txt .inner {
        padding: 10px 15px;
    }

    .data_wrap ul.datalist li .txt .inner h5 {
        font-size: 1.4rem;
    }

    .data_wrap ul.datalist li .txt .inner p.cap {
        font-size: 1.0rem;
        margin-bottom: 3px;
    }

    .data_wrap ul.datalist li .txt .btn {
        padding: 8px;
    }

    .data_wrap ul.datalist li .txt .btn span {
        width: 13px;
    }

    .data_wrap ul.datalist li .txt .btn span img {
        vertical-align: middle;
    }
}


/* フォーム */
.bdbox.fmbox {
    text-align: left;
}

.bdbox.fmbox .lead {
    margin-bottom: 60px;
}

span.req {
    display: inline-block;
    line-height: 1;
    background: #eb315d;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 5px 10px;
}

table.fmtbl {
    width: 100%;
}

table.fmtbl th,
table.fmtbl td {
    padding: 20px 10px;
    vertical-align: top;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}

table.fmtbl th {
    width: 26.5%;
    padding-top: 40px;
}

table.fmtbl.conf th {
    padding-top: 20px;
}

table.fmtbl th span.req {
    float: right;
}

table.fmtbl ul li {
    margin-bottom: 10px;
}

.bdbox.fmbox .gdbook {
    background: #f2f2f2;
    padding: 60px;
}

.bdbox.fmbox .gdbook h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 40px;
}

.bdbox.fmbox .gdbook .block {
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bdbox.fmbox .gdbook .block .ph {
}

.bdbox.fmbox .gdbook .block .txt {
    flex: 1;
    padding-left: 10px;
}

.bdbox.fmbox .gdbook .block .txt ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bdbox.fmbox .gdbook .block .txt ul li {
    background: url(../../images/base_home.png) no-repeat;
    width: 140px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    color: #4cbae7;
    font-weight: 700;
}

.bdbox.fmbox .gdbook .btn {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
}

.bdbox.fmbox .gdbook .btn label {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.bdbox.fmbox .gdbook .btn label:hover,
.bdbox.fmbox .gdbook .btn label.selected {
    background: #4cbae7;
    color: #fff;
}

.bdbox.fmbox .pp {
    border: 1px solid #e5e5e5;
    padding: 40px 35px;
    height: 240px;
    overflow-y: scroll;
}

.bdbox.fmbox .pp h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.bdbox.fmbox .pp p {
    margin-bottom: 30px;
}

.bdbox.fmbox .pp ol li {
    list-style-type: decimal;
    margin-left: 22px;
}

.bdbox.fmbox .btnwrap {
    margin-top: 60px;
    text-align: center;
}

.bdbox.fmbox .btnwrap.contactBtns {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.bdbox.fmbox input[type="reset"] {
    background: #000 url(../../images/pager_prev_w.png) 30px center no-repeat;
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 1.6rem;
    padding: 0 30px;

    min-width: 200px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
}

.bdbox.fmbox input[type="submit"] {
    background: #4cbae7 url(../../images/pager_next_w.png) 94% center no-repeat;
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 1.6rem;
    padding: 0 60px;

    min-width: 360px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
}


.gbform {
    padding: 40px 0 0 0;
    display: none;
}

.fmbox .er_txt {
    color: #eb315d;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 700;
}


.bdbox.comp {
    text-align: center;
}

.bdbox.comp h3 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.endmg {
    margin-bottom: 60px;
}


/* フォーム SP */
@media screen and (max-width: 768px) {

    .bdbox.fmbox .lead {
        margin-bottom: 30px;
    }

    span.req {
        font-size: 10px;
        padding: 3px 10px;
    }

    table.fmtbl th,
    table.fmtbl td {
        display: block;
        width: 100%;
        padding: 5px 0;
        font-size: 1.6rem;
    }

    table.fmtbl td {
        margin-bottom: 10px;
    }

    table.fmtbl.conf th {
        padding-top: 5px;
    }

    table.fmtbl th span.req {
        float: none;
        margin-left: 10px;
    }


    .bdbox.fmbox .gdbook {
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 20px;
    }

    .bdbox.fmbox .gdbook h3 {
        text-align: left;
        font-size: 2.0rem;
        margin-bottom: 10px;
    }

    .bdbox.fmbox .gdbook .block {
        padding: 0;
        display: block;
    }

    .bdbox.fmbox .gdbook .block .ph {
        text-align: center;
        padding: 0 20px;
    }

    .bdbox.fmbox .gdbook .block .txt {
        padding-left: 0;
    }


    .bdbox.fmbox .gdbook .block .txt ul {
        margin-bottom: 15px;
    }

    .bdbox.fmbox .gdbook .block .txt ul li {
        background: url(../../images/base_home.png) no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        width: 31%;
        height: 74px;
        font-size: 13px;
    }

    .bdbox.fmbox .gdbook .btn {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .bdbox.fmbox .gdbook .btn label {
        padding: 10px 15px;
    }

    .bdbox.fmbox .gdbook .btn label.selected {
        background: #4cbae7;
        color: #fff;
    }


    .bdbox.fmbox .pp {
        padding: 20px;
    }

    .bdbox.fmbox .pp h4 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .bdbox.fmbox .pp p {
        margin-bottom: 15px;
    }

    .bdbox.fmbox .pp ol li {
        margin-left: 20px;
    }


    .bdbox.fmbox .btnwrap {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bdbox.fmbox input[type="reset"] {
        background: #000 url(../../images/pager_prev_w.png) 30px center no-repeat;
        font-size: 1.4rem;
        padding: 10px 30px;
        height: auto;
        margin-right: 0;
        margin-left: 0;

        order: 2;
    }

    .bdbox.fmbox input[type="submit"] {
        background: #4cbae7 url(../../images/pager_next_w.png) 94% center no-repeat;
        font-size: 1.4rem;
        padding: 10px 30px;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
        min-width: inherit;

        order: 1;
    }

    .gbform {
        padding: 30px 0 0 0;
    }

    .bdbox.comp {
        text-align: left;
    }

    .bdbox.comp h3 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .endmg {
        margin-bottom: 30px;
    }

}


/* キーワードリスト */
.kw_list {
    margin-bottom: 60px;
    text-align: left;
}

.kw_list h3 {
    border-bottom: 2px solid #4cbae7;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 40px;
}

.kw_list h3.c01 a {
    background: url(../../images/topic_01_bk.png) left center no-repeat;
    background-size: 34px 34px;
}

.kw_list h3.c02 a {
    background: url(../../images/topic_02_bk.png) left center no-repeat;
    background-size: 34px 34px;
}

.kw_list h3.c03 a {
    background: url(../../images/topic_03_bk.png) left center no-repeat;
    background-size: 34px 34px;
}

.kw_list h3.c01 a:hover {
    background: url(../../images/topic_01_bl.png) left center no-repeat;
    background-size: 34px 34px;
}

.kw_list h3.c02 a:hover {
    background: url(../../images/topic_02_bl.png) left center no-repeat;
    background-size: 34px 34px;
}

.kw_list h3.c03 a:hover {
    background: url(../../images/topic_03_bl.png) left center no-repeat;
    background-size: 34px 34px;
}


.kw_list h3 a {
    display: block;
    padding: 20px 0 20px 45px;
    position: relative;
}

.kw_list h3 a:after {
    content: "";
    display: inline-block;
    background: url(../../images/arw_rt_bk.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
}

.kw_list h3 a:hover:after {
    background: url(../../images/arw_rt_bl.png) center center no-repeat;
    width: 20px;
    height: 20px;
}


.kw_list dl {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.kw_list dl dt {
    width: 330px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 1.8rem;
}

.kw_list dl dt a {
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative;
}

.kw_list dl dt a:after {
    content: "";
    display: inline-block;
    background: url(../../images/arw_rt_bk.png) center 1px no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -26px;
    top: 30%;
}

.kw_list dl dt a:hover {
    border-bottom: 1px solid transparent;
}

.kw_list dl dt a:hover:after {
    background: url(../../images/arw_rt_bl.png) center 1px no-repeat;
}

.kw_list dl dd {
    flex: 1;
    padding-left: 30px;
}

.kw_list dl dd .tags a {
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-right: 25px;
}

.kw_list dl dd .tags a:hover {
    color: #4cbae7;
    border-bottom: 1px solid transparent;
}


/* キーワードリスト SP */
@media screen and (max-width: 768px) {

    .kw_list {
        margin-bottom: 30px;
    }

    .kw_list h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .kw_list h3.c01 a,
    .kw_list h3.c02 a,
    .kw_list h3.c03 a,
    .kw_list h3.c01 a:hover,
    .kw_list h3.c02 a:hover,
    .kw_list h3.c03 a:hover {
        background-size: 25px 25px;
    }

    .kw_list h3 a {
        padding: 10px 0 10px 35px;
    }

    .kw_list h3 a:after {
        right: 10px;
        top: 30%;
    }


    .kw_list dl {
        display: block;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .kw_list dl dt {
        width: 100%;
        padding-right: 0;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .kw_list dl dd {
        padding-left: 0;
    }

    .kw_list dl dd .tags a {
        font-size: 1.4rem;
        color: #000;
        padding-bottom: 5px;
        margin-bottom: 10px;
        margin-right: 12px;
    }


}


/* カテゴリー一覧 */
.midbox {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.midbox .ttl h3 {
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 30px;
}

.guide_download .ttl h3 {
    width: 722px;
    height: 158px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    text-indent: 100%;
    text-align: left;
    background-image: url(../../images/dl_catch.png);
    background-repeat: no-repeat;
    background-position: center center;
    white-space: nowrap;

}

/* ダウンロードページの上部アンカーエリア */
.guide_anchors {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 110px auto;
}

.guide_anchors li {
    width: 25%;
    text-align: center;
    margin-right: 20px;
}

.guide_anchors li:last-child {
    margin-right: 0;
}

.guide_anchors li img {
    display: block;
    margin: 0 auto 23px auto;
}

.guide_anchors li b {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.guide_anchors li p {
    font-size: 16px;
}

.guide_anchors li a {
    display: block;
    padding-bottom: 20px;
    position: relative;
}

.guide_anchors li a::after {
    content: "";
    display: block;
    width: 26px;
    height: 17px;
    background-image: url(../../images/dl_anchor.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: anchor_cursor; /* アニメーション名の指定 */
    animation-delay: 0s; /* アニメーションの開始時間指定 */
    animation-duration: 2s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
}

@keyframes anchor_cursor {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 20px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}


/* ダウンロードページの上部アンカーエリアSP */
@media screen and (max-width: 768px) {
    .guide_anchors {
        align-items: normal;
        margin-bottom: 70px;
        display: block;
    }

    .guide_anchors li {
        border: none;
        padding: 0;
        width: 100%;
        margin-bottom: 36px;
    }

    .guide_anchors li a {
        display: flex;
    }

    .guide_anchors li a img {
        width: 70px;
        height: auto;
        max-height: none;
        margin: 0 20px 0 0;
    }

    .guide_anchors li a > div {
        width: 200px;
    }

    .guide_anchors li a b {
        text-align: left;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .guide_anchors li a p {
        text-align: left;
        font-size: 16px;
    }

    .guide_anchors li a::after {
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

    }
}


.midbox .ttl .lead {
    text-align: left;
    margin-bottom: 60px;
}


/* カテゴリー一覧 SP */
@media screen and (max-width: 768px) {

    .midbox {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .midbox:first-child {
        margin-top: 30px;
    }

    .midbox .ttl h3 {
        font-size: 2.0rem;
        margin-bottom: 15px;
    }

    .midbox .ttl .lead {
        margin-bottom: 40px;
    }
}


/* お知らせページ */
.newswrap {
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.newswrap .main {
    flex: 1;
}

.newswrap .side_r.acv {
    width: 280px;
    margin-left: 60px;
}

.newswrap .side_r.acv h4 {
    overflow: hidden;
    border-bottom: 2px solid #4cbae7;
    line-height: 1;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.newswrap .side_r.acv h4 span {
    display: inline-block;
    float: right;
    font-size: 1.4rem;
    padding-top: 5px;
}

.newswrap .side_r.acv ul li {
    margin-bottom: 20px;
}

.newswrap .articlewrap .ttlbox {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.newswrap .articlewrap .ttlbox .date {
    color: #79858b;
    margin-bottom: 20px;
}

.newswrap .articlewrap .ttlbox h3 {
    font-weight: 700;
    font-size: 2.8rem;
}

.newswrap .articlewrap .txtbox p {
    margin-bottom: 30px;
}

.newswrap .articlewrap .btnwrap {
    margin-top: 80px;
    text-align: center;
}


/* お知らせページ SP */
@media screen and (max-width: 768px) {

    .newswrap {
        display: block;
        padding-top: 30px;
    }

    .newswrap .side_r.acv {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .newswrap .side_r.acv h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .newswrap .side_r.acv h4 span {
        font-size: 1.2rem;
    }

    .newswrap .side_r.acv ul li {
        margin-bottom: 10px;
    }

    .newswrap .articlewrap .ttlbox {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .newswrap .articlewrap .ttlbox .date {
        margin-bottom: 10px;
    }

    .newswrap .articlewrap .ttlbox h3 {
        font-size: 1.8rem;
    }

    .newswrap .articlewrap .txtbox p {
        margin-bottom: 20px;
    }

    .newswrap .articlewrap .btnwrap {
        margin-top: 40px;
    }


}


/* プライバシーポリシー */
.ppbox {
    text-align: left;
}

.ppbox .lead {
    margin-bottom: 70px;
}

.ppbox h3 {
    border-bottom: 2px solid #4cbae7;
    font-weight: 700;
    font-size: 2.8rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ppbox .txt {
    margin-bottom: 60px;
    font-family: 'Noto Sans JP', sans-serif;
}

.ppbox .txt p {
    margin-bottom: 30px;
}

.ppbox .txt ol li {
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 30px;
}


/* プライバシーポリシー SP */
@media screen and (max-width: 768px) {

    .ppbox .lead {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .ppbox h3 {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .ppbox .txt {
        margin-bottom: 40px;
    }

    .ppbox .txt p {
        margin-bottom: 20px;
    }

    .ppbox .txt ol li {
        margin-left: 15px;
        margin-top: 20px;
    }

}


/* 運営会社 */
table.comptbl {
    width: 100%;
}

table.comptbl th,
table.comptbl td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 30px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

table.comptbl th {
    width: 26%;
    font-weight: 700;
}


/* 運営会社 SP */
@media screen and (max-width: 768px) {

    table.comptbl {
        border-top: 1px solid #e5e5e5;
        margin-top: 40px;
    }

    table.comptbl th,
    table.comptbl td {
        display: block;
        width: 100%;
    }

    table.comptbl th {
        border-bottom: none;
        border-top: none;
        padding: 15px 0 0 0;
    }

    table.comptbl td {
        border-top: none;
        padding: 5px 0 15px 0;
    }

}


/* オープンチャット */
.ttlband.chat {
    background: linear-gradient(to right, #00d1c6 0%, #00c54d 100%);
    color: #fff;
}

.ttlband.chat a {
    color: #fff;
}

.ttlband.chat .pgttl {
    position: relative;
}

.ttlband.chat .pgttl h2 {
    font-size: 5.4rem;
}

.ttlband.chat .pgttl h2 span {
    display: block;
    font-size: 2.4rem;
}

.ttlband.chat .pgttl .ph {
    position: absolute;
    width: 38%;
    right: 70px;
    top: -50px;
}


.chatblock {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 90px;
    padding-bottom: 100px;
    overflow: hidden;
}

.chatblock.ph_l .ph {
    float: left;
}

.chatblock.ph_r .ph {
    float: right;
}

.chatblock.ph_l .txt {
    float: right;
}

.chatblock.ph_r .txt {
    float: left;
}

.chatblock .ph {
    width: 45%;
}

.chatblock.i01 .ph {
    padding-left: 100px;
}

.chatblock .txt {
    width: 52%;
    font-size: 1.8rem;
    padding-top: 50px;
}

.chatblock .txt h3 {
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 30px;
}

.chatblock .txt .att {
    margin-top: 30px;
    font-size: 1.6rem;
}

.chatblock .txt .att a {
    text-decoration: underline;
}

.chatblock .txt .att a:hover {
    text-decoration: none;
}

.chatblock .txt ul.ck li {
    background: url(../../images/ic_check.png) left top no-repeat;
    padding-left: 45px;
    margin-bottom: 10px;
}

.chat_flow {
    margin-bottom: 80px;
}

.chat_flow .ttlbox {
    margin-bottom: 70px;
    position: relative;
}

.chat_flow .ttlbox h3 {
    font-weight: 700;
    font-size: 3.2rem;
}

.chat_flow .ttlbox:before {
    content: "";
    display: inline;
    width: 96px;
    height: 131px;
    background: url(../../images/chara04.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;

    position: absolute;
    top: -30px;
    left: 138px;
}

.chat_flow .ttlbox:after {
    content: "";
    display: inline;
    width: 74px;
    height: 73px;
    background: url(../../images/chara05.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;

    position: absolute;
    bottom: -5px;
    right: 160px;
}

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

.chat_flow ul li {
    width: 22.8%;
}

.chat_flow ul li h4 {
    margin: 25px 0 10px 0;
    font-weight: 700;
    color: #00cb8a;
    font-size: 1.6rem;
}

.chat_flow ul li p {
    font-weight: 700;
    font-size: 1.8rem;
}


.chatapp {
    background: linear-gradient(to right, #00d1c6 0%, #00c54d 100%);
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 80px;
    margin-bottom: 100px;

    display: flex;
    text-align: left;
    align-items: center;
}

.chatapp .qr {
    width: 280px;
    background: url(../../images/qrframe.png) no-repeat;
    padding: 40px;
    margin-right: 80px;
}

.chatapp .txt {
    flex: 1;
}

.chatapp .txt h3 {
    font-weight: 700;
    font-size: 3.6rem;
}

.chatapp .txt > p {
    font-weight: 700;
    margin: 20px 0;
    font-size: 1.8rem;
}

.chatapp .txt .btnwrap {
    display: none;
}

.chatapp .txt .btns ul {
    margin-top: 15px;
    display: flex;
}

.chatapp .txt .btns ul li {
    width: 200px;
    margin-right: 15px;
}

.chat_att {
    text-align: left;
}

.chat_att h5 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.chat_att ul li {
    list-style-type: disc;
    margin-bottom: 8px;
    margin-left: 25px;
}


/* オープンチャット SP */
@media screen and (max-width: 768px) {

    #pgwrapper .ttlband.chat.norm {
        margin-bottom: 40px;
    }

    .ttlband.chat .pgttl {
        margin-bottom: 0;
    }

    .ttlband.chat .pgttl h2 {
        font-size: 3.4rem;
    }

    .ttlband.chat .pgttl h2 span {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .ttlband.chat .pgttl .ph {
        position: inherit;
        width: 100%;
        right: auto;
        top: auto;
        padding: 0 40px;
        margin-top: 30px;
    }


    .chatblock {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .chatblock.ph_l .ph {
        float: none;
    }

    .chatblock.ph_r .ph {
        float: none;
    }

    .chatblock.ph_l .txt {
        float: none;
    }

    .chatblock.ph_r .txt {
        float: none;
    }

    .chatblock .ph {
        width: 100%;
        margin-top: 35px;
        padding: 0 25px;
    }

    .chatblock.i01 .ph {
        padding-left: 50px;
        padding-right: 50px;
    }

    .chatblock .txt {
        width: 100%;
        font-size: 1.4rem;
        padding-top: 0;
    }

    .chatblock .txt h3 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .chatblock .txt .att {
        margin-top: 20px;
        font-size: 1.2rem;
    }

    .chatblock .txt ul.ck li {
        background: url(../../images/ic_check.png) left center no-repeat;
        font-size: 1.4rem;
        min-height: 26px;
    }


    .chat_flow {
        margin-bottom: 50px;
    }

    .chat_flow .ttlbox {
        margin-bottom: 140px;
    }

    .chat_flow .ttlbox h3 {
        font-size: 2.0rem;
    }

    .chat_flow .ttlbox:before {
        width: 63px;
        height: 85px;
        top: auto;
        left: 80px;

        bottom: -150%;
    }

    .chat_flow .ttlbox:after {
        width: 48px;
        height: 48px;

        bottom: -150%;
        right: 90px;
    }

    .chat_flow ul {
        display: block;
    }

    .chat_flow ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .chat_flow ul li .ph {
        width: 47%;
    }

    .chat_flow ul li .txt {
        width: 47%;
        text-align: left;
    }

    .chat_flow ul li h4 {
        margin: 0 0 5px 0;
        font-size: 1.2rem;
    }

    .chat_flow ul li p {
        font-size: 1.4rem;
    }

    .chatapp {
        padding: 30px;
        margin-bottom: 50px;

        display: block;
    }

    .chatapp .qr {
        display: none;
    }

    .chatapp .txt {
        width: 100%;
    }

    .chatapp .txt h3 {
        font-size: 2.0rem;
    }

    .chatapp .txt > p {
        margin: 10px 0 0 0;
        font-size: 1.4rem;
    }

    .chatapp .txt > p br {
        display: none;
    }

    .chatapp .txt .btnwrap {
        display: block;
    }

    .chatapp .txt .btnwrap a.btn {
        width: 100%;
        margin: 20px 0;
    }

    .chatapp .txt .btns {
        font-size: 1.2rem;
    }

    .chatapp .txt .btns ul {
        margin-top: 10px;
        justify-content: space-between;
    }

    .chatapp .txt .btns ul li {
        width: 48%;
        margin-right: 0;
    }

    .chat_att h5 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .chat_att ul li {
        margin-left: 20px;
    }

}


/* このサイトについて */
#pgwrapper .about_wrap {
    background: #edf8fd;
    overflow: hidden;
}

#pgwrapper .about_wrap .ttlband {
    margin-bottom: 0;
    padding-bottom: 0;
}

#pgwrapper .about_wrap .ttlband ul.crumb {
    margin-bottom: 20px;
}

.about_main {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 170px;
}

.about_main .ttlbox {
    margin-bottom: 50px;
}

.about_main .sitelogo {
    max-width: 520px;
    margin: 0 auto 60px auto;
}

.about_main .lead p {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.about_main .phbox,
.about_main .bal {
    display: inline-block;
    position: absolute;
}

.about_main .phbox.p01 {
    width: 330px;
    top: 0;
    right: -12px;
    background: url(../../images/cloud01.png) right bottom no-repeat;
    padding-bottom: 30px;
    text-align: left;
}

.about_main .phbox.p02 {
    width: 360px;
    top: 195px;
    left: -194px;
    background: url(../../images/cloud02.png) left top no-repeat;
    padding-top: 60px;
    text-align: right;
}

.about_main .phbox.p03 {
    width: 365px;
    bottom: 60px;
    right: -174px;
    background: url(../../images/cloud03.png) right bottom no-repeat;
    padding-bottom: 65px;
    text-align: left;
}

.about_main .bal {
    color: #4cbae7;
    font-weight: 700;
    text-align: center;
    width: 212px;
    height: 108px;
    padding-top: 20px;
}

.about_main .bal.b01 {
    background: url(../../images/bal_01.png) center top no-repeat;
    background-size: contain;
    top: 40px;
    left: 138px;
}

.about_main .bal.b02 {
    background: url(../../images/bal_02.png) center top no-repeat;
    background-size: contain;
    top: 270px;
    right: 0;
}

.about_main .bal.b03 {
    background: url(../../images/bal_01.png) center top no-repeat;
    background-size: contain;
    bottom: 130px;
    left: 30px;
}


.ab_article_wrap {
    background: #4dbae7;
    padding-bottom: 60px;
}

.ab_article_wrap .container_s {
    position: relative;
}

.ab_article_wrap .container_s:before {
    content: "";
    width: 275px;
    height: 104px;
    display: inline-block;
    background: url(../../images/il_house.png) no-repeat;
    position: absolute;
    top: -85px;
    left: 28px;
}

.ab_article_wrap .container_s .ttlbox,
.ab_chat_wrap .container_s .ttlbox {
    position: relative;
    color: #fff;
    padding-top: 100px;
}

.ab_article_wrap .container_s .ttlbox:after {
    content: "";
    width: 258px;
    height: 177px;
    display: inline-block;
    position: absolute;
    top: -120px;
    right: 217px;
    background: url(../../images/chara06.png) no-repeat;
}

.ab_article_wrap .container_s .ttlbox h2 span {
    font-size: 3.6rem;
    display: inline-block;
    position: relative;
}

.ab_article_wrap .container_s .ttlbox h2:before {
    content: url(../../images/slash01.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.ab_article_wrap .container_s .ttlbox h2:after {
    content: url(../../images/slash02.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}


.ab_article_wrap .block {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    margin-bottom: 40px;
    text-align: left;
    align-items: center;
}

.ab_article_wrap .block.mag {
    position: relative;
}

.ab_article_wrap .block.mag:before {
    content: "連載";
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px solid #fff;
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    top: -30px;
    left: -30px;
}

.ab_article_wrap .block .ph {
    width: 450px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.ab_article_wrap .block .txt {
    flex: 1;
    padding: 0 40px 0 40px;
}

.ab_article_wrap .block .txt h3 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ab_article_wrap .block .txt .btnwrap {
    margin-top: 20px;
}


.ab_article_wrap .block.partner .ph {
    width: 362px;
    order: 1;
    padding: 40px;
}

.ab_article_wrap .block.partner .logo {
    margin-top: 20px;
}


.ab_chat_wrap {
    background: linear-gradient(to right, #00d1c6 0%, #00c54d 100%);
    color: #fff;
    padding-bottom: 100px;
}

.ab_chat_wrap .container_s .ttlbox h2 span {
    font-size: 3.6rem;
    display: inline-block;
}

.ab_chat_wrap .container_s .ttlbox h2:before {
    content: url(../../images/slash01.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -30px;
}

.ab_chat_wrap .container_s .ttlbox h2:after {
    content: url(../../images/slash02.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -30px;
}

.ab_chat_wrap .block {
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 50px;
}

.ab_chat_wrap .block .ph {
    width: 425px;
    margin-right: 90px;
}

.ab_chat_wrap .block .txt {
    flex: 1;
    font-size: 1.8rem;
}

.ab_chat_wrap .block .txt .kome {
    font-size: 1.6rem;
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
}

.ab_chat_wrap .block .txt .kome:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}


.ab_benefit_wrap .container_s {
    position: relative;
}

.ab_benefit_wrap .container_s:before {
    content: "";
    width: 275px;
    height: 104px;
    display: inline-block;
    background: url(../../images/il_house_wt.png) no-repeat;
    position: absolute;
    top: -85px;
    right: 28px;
}

.ab_benefit_wrap .container_s .ttlbox {
    padding-top: 100px;
    position: relative;
}

.ab_benefit_wrap .container_s .ttlbox:before {
    content: "";
    width: 280px;
    height: 188px;
    background: url(../../images/chara07.png) no-repeat;
    position: absolute;
    left: -85px;
    top: -60px;
}

.ab_benefit_wrap .container_s .ttlbox h2 span {
    font-size: 3.6rem;
    display: inline-block;
    margin-bottom: 10px;
}

.ab_benefit_wrap .container_s .ttlbox h2:before {
    content: url(../../images/slash01_b.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.ab_benefit_wrap .container_s .ttlbox h2:after {
    content: url(../../images/slash02_b.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ab_benefit_wrap .lead {
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.ab_benefit_wrap ul {
    display: flex;
    margin-bottom: 60px;
}

.ab_benefit_wrap ul li {
    width: 33.33%;
    border-left: 1px solid #e5e5e5;
    padding: 20px 0;
}

.ab_benefit_wrap ul li:first-child {
    border-left: none;
}

.ab_benefit_wrap ul li .inner {
    width: 290px;
    margin: 0 auto;
    text-align: center;
}

.ab_benefit_wrap ul li:nth-child(2) {
    text-align: center;
}

.ab_benefit_wrap ul li:nth-child(3) {
    text-align: right;
}

.ab_benefit_wrap ul li .ph {
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab_benefit_wrap ul li .ph img {
    max-height: 100%;
}

.ab_benefit_wrap ul li h4 {
    font-weight: 700;
    font-size: 2.8rem;
    margin: 25px 0;
}


/* このサイトについて SP */
@media screen and (max-width: 768px) {

    .about_main {
        padding: 120px 20px 160px 20px;
    }

    .about_main .ttlbox {
        margin-bottom: 30px;
    }

    .about_main .sitelogo {
        margin-bottom: 30px;
        padding: 0 25px;
    }

    .about_main .lead p {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .about_main .phbox.p01 {
        width: 46%;
        top: 0;
        right: 20px;
        background-size: 83px 48px;
        -webkit-background-size: 83px 48px;
        padding-bottom: 15px;
    }

    .about_main .phbox.p01 > img {
        width: 90px;
    }

    .about_main .phbox.p02 {
        width: 46%;
        top: auto;
        left: 0;
        bottom: 60px;
        background-size: 123px 55px;
        -webkit-background-size: 123px 55px;
        padding-top: 30px;
    }

    .about_main .phbox.p02 > img {
        width: 80px;
    }


    .about_main .phbox.p03 {
        display: none;
    }

    .about_main .bal {
        width: 38%;
        height: 70px;
        padding-top: 12px;
        font-size: 11px;
    }

    .about_main .bal.b01 {
        background: url(../../images/bal_01.png) center top no-repeat;
        background-size: 100% 100%;
        top: 40px;
        left: 20px;
    }

    .about_main .bal.b02 {
        background: url(../../images/bal_02.png) center top no-repeat;
        background-size: contain;
        top: auto;
        right: 20px;
        bottom: 80px;
    }

    .about_main .bal.b03 {
        display: none;
    }

    .ab_article_wrap {
        padding-bottom: 30px;
    }

    .ab_article_wrap .container_s:before {
        content: "";
        width: 138px;
        height: 52px;
        background-size: contain;
        -webkit-background-size: contain;
        top: -40px;
        left: 20px;
    }

    .ab_article_wrap .container_s .ttlbox,
    .ab_chat_wrap .container_s .ttlbox {
        padding-top: 50px;
    }

    .ab_article_wrap .container_s .ttlbox:after {
        content: "";
        width: 129px;
        height: 88px;
        top: -60px;
        right: 5%;
        background-size: contain;
        -webkit-background-size: contain;
    }

    .ab_article_wrap .container_s .ttlbox h2 span {
        font-size: 2.0rem;
    }

    .ab_article_wrap .container_s .ttlbox h2:before {
        margin-right: 5px;
        margin-top: -10px;
    }

    .ab_article_wrap .container_s .ttlbox h2:after {
        margin-left: 5px;
        margin-top: -10px;
    }


    .ab_article_wrap .block {
        display: block;
        margin-bottom: 30px;
    }

    .ab_article_wrap .block.mag:before {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        font-size: 10px;
        line-height: 40px;
        top: -15px;
        left: -15px;
    }

    .ab_article_wrap .block .ph {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .ab_article_wrap .block .txt {
        padding: 20px;
    }

    .ab_article_wrap .block .txt h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .ab_article_wrap .block .txt .btnwrap {
        margin-top: 10px;
        text-align: center;
    }

    .ab_article_wrap .block .txt .btnwrap a.btn {
        width: 80%;
    }


    .ab_article_wrap .block.partner .ph {
        width: 100%;
        order: 1;
        padding: 20px 20px 0 20px;
    }

    .ab_article_wrap .block.partner .logo {
        margin-top: 20px;
        padding: 0 15px;
    }


    .ab_chat_wrap {
        padding-bottom: 80px;
    }

    .ab_chat_wrap .container_s .ttlbox h2 span {
        font-size: 2.0rem;
    }

    .ab_chat_wrap .container_s .ttlbox h2:before {
        margin-right: 5px;
        margin-top: -40px;
    }

    .ab_chat_wrap .container_s .ttlbox h2:after {
        margin-left: 5px;
        margin-top: -40px;
    }

    .ab_chat_wrap .block {
        display: block;
        align-items: center;
        margin-bottom: 25px;
    }

    .ab_chat_wrap .block .ph {
        width: 100%;
        margin-right: 0;
        padding: 0 35px;
        margin-bottom: 20px;
    }

    .ab_chat_wrap .block .txt {
        font-size: 1.4rem;
    }

    .ab_chat_wrap .block .txt .kome {
        font-size: 1.2rem;
        margin-top: 15px;
        padding-left: 16px;
    }

    .ab_chat_wrap .btnwrap a.btn {
        width: 100%;
    }


    .ab_benefit_wrap .container_s:before {
        width: 138px;
        height: 52px;
        background-size: contain;
        -webkit-background-size: contain;
        top: -40px;
        right: 20px;
    }

    .ab_benefit_wrap .container_s .ttlbox {
        padding-top: 80px;
    }

    .ab_benefit_wrap .container_s .ttlbox:before {
        content: "";
        width: 140px;
        height: 94px;
        background-size: contain;
        -webkit-background-size: contain;
        left: 0;
        top: -30px;
    }

    .ab_benefit_wrap .container_s .ttlbox h2 {
        margin-bottom: 10px;
    }

    .ab_benefit_wrap .container_s .ttlbox h2 span {
        font-size: 2.0rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .ab_benefit_wrap .container_s .ttlbox h2:before {
        content: url(../../images/slash01_b.png);
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        margin-left: -10px;
    }

    .ab_benefit_wrap .container_s .ttlbox h2:after {
        content: url(../../images/slash02_b.png);
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        margin-right: -10px;
    }

    .ab_benefit_wrap .lead {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .ab_benefit_wrap ul {
        display: block;
        margin-bottom: 10px;
    }

    .ab_benefit_wrap ul li {
        width: 100%;
        border-left: none;
        padding: 20px 0;
        border-top: 1px solid #e5e5e5;
    }

    .ab_benefit_wrap ul li:first-child {
        border-top: none;
    }

    .ab_benefit_wrap ul li .inner {
        width: 100%;
    }

    .ab_benefit_wrap ul li:nth-child(2) {
        text-align: center;
    }

    .ab_benefit_wrap ul li:nth-child(3) {
        text-align: center;
    }

    .ab_benefit_wrap ul li .ph {
        height: auto;
        display: block;
    }

    .ab_benefit_wrap ul li .ph img {
        max-height: 110px;
    }

    .ab_benefit_wrap ul li h4 {
        font-size: 1.6rem;
        margin: 10px 0;
    }

    .ab_benefit_wrap .btnwrap a.btn {
        width: 100%;
    }
}


/* TOPスライダーアニメーション */
.slide_txt .txt .an01,
.slide_txt .txt .an02,
.slide_txt .txt .an03,
.slide_txt .txt .an04,
.slide_txt .txt .an05 {
    opacity: 0;
}

.slide_txt .slick-current .txt .an01 {
    animation: fadein 0.3s ease-out 0.4s 1 forwards, fadeout 0.3s ease-out 4.8s 1 forwards;
}

.slide_txt .slick-current .txt .an02 {
    animation: fadein 0.3s ease-out 0.5s 1 forwards, fadeout 0.3s ease-out 4.8s 1 forwards;
}

.slide_txt .slick-current .txt .an03 {
    animation: fadein 0.3s ease-out 0.6s 1 forwards, fadeout 0.3s ease-out 4.8s 1 forwards;
}

.slide_txt .slick-current .txt .an04 {
    animation: fadein 0.3s ease-out 0.7s 1 forwards, fadeout 0.3s ease-out 4.8s 1 forwards;
}

.slide_txt .slick-current .txt .an05 {
    animation: fadein 0.3s ease-out 0.8s 1 forwards, fadeout 0.3s ease-out 4.8s 1 forwards;
}


@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0.25;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}


/* スライド変更後 */
#top_vis .slidewrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

#top_vis .slide_ph,
#top_vis .slide_ph_l,
#top_vis .slide_ph_r {
    width: 55%;
    border-radius: 20px;
    overflow: hidden;

    z-index: 1;
}

#top_vis .slide_ph > div,
#top_vis .slide_ph_l > div,
#top_vis .slide_ph_r > div {
    position: relative;
    line-height: 0;
}

#top_vis .slide_ph > div:after,
#top_vis .slide_ph_l > div:after,
#top_vis .slide_ph_r > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/slide_mask_s.png) right top no-repeat;
}

#top_vis .slide_txt {
    width: 41%;
    text-align: left;
}

#top_vis .slide_txt div.txt {
    position: relative;
    margin-bottom: 10px;
}

#top_vis .slide_txt div.txt span.ch {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: -10px;
    max-height: 100px;
}

#top_vis .slide_txt div.txt span.ch img {
    max-height: 100px;
    width: auto;
}

#top_vis .slide_ph_l {
    position: absolute;
    top: 0;
    left: -60%;

    display: none;
}

#top_vis .slide_ph_r {
    position: absolute;
    top: 0;
    right: -60%;

    display: none;
}


#top_vis .container {
    max-width: 1200px;
    min-width: inherit;
}

/* 幅広いウィンドウでサイド表示 */
@media screen and (min-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    #top_vis .slide_ph_l,
    #top_vis .slide_ph_r {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    #top_vis .slidewrap {
        display: block;
        max-width: 275px;
        margin: 0 auto;
    }

    #top_vis .slide_ph {
        width: 100%;
        border-radius: 10px;
    }

    #top_vis .slide_ph .slick-list,
    #top_vis .slide_txt .slick-list {
        padding: 0;
    }

    #top_vis .slide_txt {
        width: 100%;
        margin-top: 10px;
    }

    #top_vis .slide_txt div.txt span.ch {
        display: none;
    }

    #top_vis .slide_txt div.txt > p {
        display: none;
    }

    #top_vis .slide_txt a.btn {
        padding: 15px;
        width: 100%;
    }

    #top_vis .slide_ph_l,
    #top_vis .slide_ph_r {
        display: block;
        width: 100%;
        border-radius: 10px;
        top: 0;
    }

    #top_vis .slide_ph_l {
        left: -108%;
    }

    #top_vis .slide_ph_r {
        right: -108%;
    }


    #top_vis .slide_ph > div:after,
    #top_vis .slide_ph_l > div:after,
    #top_vis .slide_ph_r > div:after {
        background: url(../../images/slide_mask_s.png) right top no-repeat;
        background-size: 50% auto;
        -webkit-background-size: 50% auto;
    }


}


/* 2020 0214 追記 */
.mag_slider a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.mag_slider a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.ppbox .txt ol li ol li,
.ppbox .txt ol li ol li p {
    margin-bottom: 10px;
}

.ppbox .txt ol li ol li {
    list-style-type: lower-latin;
}


.container_s.weberror {
    padding-top: 108px;
}

.weberror .ermsg {
    padding: 100px 0;
    position: relative;
}

.weberror .ermsg:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 170px;
    background: url(../../images/chara04.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    left: 26%;
    top: 0;
}

.weberror .ermsg h2 {
    font-weight: 700;
    font-size: 4.0rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

.weberror .ermsg h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.mt60 {
    margin-top: 60px;
}

.download_width {
    width: 24%;
}

.data_wrap.download_width ul li {
    width: 100%;
}

.container_s .download_width ul li a .ph {
    height: 372px;
}

.news_width {
    width: 76%;
    padding-left: 110px;
}

@media screen and (max-width: 768px) {


    .download_width {
        width: 70%;
        margin: 0 auto 50px;
        padding-top: 15px;

    }

    .container_s .download_width ul li a .ph {
        height: auto;
    }

    .news_width {
        width: 100%;
        padding: 0;
    }

    .news_width .articlewrap .txtbox {
        font-size: 14px;
    }


    .news_width .articlewrap .txtbox p {
        margin-bottom: 32px;
    }


    .container_s.weberror {
        padding-top: 60px;
    }

    .weberror .ermsg {
        padding: 60px 0;
    }

    .weberror .ermsg:before {
        display: none;
    }

    .weberror .ermsg h2 {
        font-size: 2.8rem;
    }

    .weberror .ermsg h3 {
        margin-bottom: 15px;
    }

}


/* 2020 02 25 追記 */
.f_xs {
    font-size: 80%;
}

@media screen and (max-width: 768px) {
    .pgttl.dl .f_xs:before {
        content: " ";
        display: block;
        clear: both;;
    }
}


/* 2020 03 02 追記 追加モジュール */
.container.articlewrap .main .wtbase .inner .extlink.card_wrap {
    margin-bottom: 60px;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .ph {
    width: 150px;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt {
    padding: 0;
    flex: 1;
    margin-left: 18px;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt h4 {
    font-size: 100%;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt p {
    margin-bottom: 10px;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt p:last-child {
    margin-bottom: 0;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt .links {
    margin-top: 15px;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt .links a {
    display: block;
    margin-top: 5px;
    background: #4cbae7;
    color: #fff;
    color: #fff;
    line-height: 1;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
}

.container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt a:hover {
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

    .container.articlewrap .main .wtbase .inner .extlink.card_wrap article {
        display: block;
    }

    .container.articlewrap .main .wtbase .inner .extlink.card_wrap article .ph {
        width: auto;
        margin: 0 auto 20px auto;
        max-width: 80%;
    }

    .container.articlewrap .main .wtbase .inner .extlink.card_wrap article .txt {
        margin-left: 0;
    }


}


/* 20200313追記 */
.weberror.mt .logo {
    max-width: 450px;
    margin: 0 auto;
}

.weberror.mt .copy {
    padding: 30px;
    font-size: 80%;
}

.weberror.mt .ermsg:before {
    position: inherit;
    left: auto;
    top: auto;
}

.weberror.mt .ermsg {
    padding: 10px 0 100px 0;
}

body.min {
    min-width: inherit;
}

@media screen and (max-width: 768px) {

    .weberror.mt .logo {
        max-width: 250px;
    }

    .weberror.mt .copy {
        padding: 30px;
        font-size: 80%;
    }

    .weberror.mt .ermsg:before {
        position: inherit;
        left: auto;
        top: auto;
    }

    .weberror.mt .ermsg {
        padding: 40px 0;
    }

}


/* 20200316 coockie 確認追加 */
.ag-cookieBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 25px 30px;
    width: 100%;
    position: fixed;
    bottom: 0;

    z-index: 1000;
}

.ag-cookieBox p {
    padding-right: 1rem;
    width: 93%;
    text-align: left;
}

.ag-cookieBox p a {
    color: #4cbae7;
}

.ag-cookieBox p a:hover {
    text-decoration: underline;
}

.ag-cookieBox .el-btn {
    margin-bottom: 0;
    min-width: 87px;
}

.el-btn_01 .el-btn_item {
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
    display: inline-block;
    padding: 10px;
    width: auto;
    letter-spacing: .1em;
    text-align: center;
    background: #fff;
    outline: none;
    -moz-appearance: none;
    border-radius: 0.5em;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.el-btn_01 .el-btn_item:hover {
    background: #4cbae7;
    color: #fff;
    border: 1px solid #4cbae7;
}

@media screen and (max-width: 768px) {

    .ag-cookieBox {
        display: block;
    }

    .ag-cookieBox p {
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }


}

.guide_download_kv {
    background-image: url(../../images/download_kv_bg.svg);
    background-size: cover;
    height: 598px;
    background-position: center 40px;
    background-repeat: no-repeat;
    margin-bottom: 66px !important;
    background-color: #F1FBFF;
    border-bottom: 3px solid #43BBEC;
}

.guide_download_kv ul li a, .guide_download_kv ul li {
    color: #2C2D2F;
}

.download_kv_inner {
    display: flex;
    justify-content: center;
}

.download_kv_inner .left {
    width: 602px;
    margin-right: 29px;
}

.download_kv_inner .right {
    width: 435px;
}

.download_kv_inner .right img {
    width: 100%;
    height: auto;
}

.guide_download_kv h2 {
    font-size: 40px;
    color: #2C2D2F;
    line-height: 1.4;
}

.guide_download_kv h2 strong {
    color: #43BBEC;
    font-size: 52px;
}

.guide_download_kv p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #2C2D2F;
    margin-bottom: 60px;
}

.guide_download_kv .btnwrap .btn {
    background: #FFF31A;
    color: #2C2D2F;
    width: 258px;
    font-size: 18px;
    box-shadow: 2px 2px 4px 0 #2222224D;
}

.guide_download_content {
    background: linear-gradient(to bottom right, #70D7F8, #C3E6FA);
    /*background: linear-gradient(to bottom right, #80d1f4, #d1e7f9);*/
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 74px 0;
}

.guide_download_content.white {
    background: #fff;
    padding: 110px 0 66px 0;

}

.guide_download_flex {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
}

.guide_download_flex img {
    box-shadow: 6px 6px #9e9e9e;

}

/*修繕実績*/
.guide_download_flex.flex3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 1220px;
}

.guide_download_flex.flex3 > div {
    width: 33%;
    padding: 0 0 40px 0;
}

.guide_download_flex.flex3 > div > img {
    box-shadow: none;
    width: 331px;
    height: auto;
}

.guide_download_flex div {
    padding: 40px;
}

/*入門ガイド*/
.guide_download_flex.flex3.guide {
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 1280px;
}

.guide_download_flex.flex3.guide > div {
    margin-bottom: 20px;
}

.guide_download_flex.flex3.guide > div > img {
    width: 314px;
    height: auto;
}

.guide_download_flex div p {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.guide_download_flex div p span {
    font-size: 16px;
}

.guide_download_content .ttlbox {
}

.guide_download_content .ttlbox h2 {
    margin-bottom: 20px;
}

.guide_download_content .btnwrap .btn {
    padding: 20px 60px;
    font-size: 16px;
    background: #FFF31A;
    color: #2C2D2F;
    box-shadow: 2px 2px 4px 0 #2222224D;
}

.guide_download_content .btnwrap .btn span {
    padding: 0 12px 0 0;


}

.guide_download_container p.lead {
    margin-bottom: 60px;

}

@media screen and (max-width: 768px) {

    .guide_download_kv {
        height: auto;
        margin-bottom: 10px !important;
    }

    .download_kv_inner {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .download_kv_inner .left {
        width: 100%;
    }

    .download_kv_inner .right {
        width: 100%;
        padding-top: 38px;
        margin-bottom: 28px;
    }

    .guide_download_kv h2 {
        font-size: 24px;
        text-align: center;
    }

    .guide_download_kv h2 strong {
        font-size: 30px;
    }

    .guide_download_kv p {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }

    .guide_download_kv .btnwrap .btn {
        display: block;
        margin: auto;
        line-height: 60px;
        padding: 0;
        width: 290px;
    }

    .guide_download_kv .container_s {
        padding-top: 0;
    }

    .guide_download_container section {
        margin-top: 40px;
    }

    .guide_download .ttl h3 {
        width: 342px;
        height: 153px;
        background-image: url(../../images/dl_catch_sp.png);
        text-indent: 360px; /* 100% だとiPhone7実機で若干字が見切れるので、明示的にpx指定にする */
        background-size: 100% auto;
    }

    .guide_download_flex {
        display: block;


    }

    .guide_download_flex div p {
        font-size: 20px;


    }

    .guide_download_kv ul li a, .guide_download_kv ul li {
        color: #000;

    }

    .guide_download_flex div {
        padding: 0 40px 40px 40px;
    }

    .guide_download_content {
        padding-top: 30px;
    }

    .guide_download_content .ttlbox h2 {
        margin-bottom: 10px;
    }

    .guide_download_content .ttlbox p.lead {
        margin-bottom: 30px;
    }

    .guide_download_content.white {
        padding: 70px 20px 60px 20px;
        margin-top: 0;
    }

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

    .guide_download_flex.flex3 > div {
        width: 47%;
        padding: 0 0 30px 0;
    }

    .guide_download_flex.flex3 > div > p {
        font-size: 14px;
    }

    .guide_download_flex.flex3.guide > div {
        margin-bottom: 0;
    }

    /*入門ガイド*/
    #beginners {
        margin-top: 0;
        padding: 70px 20px 60px 20px;
    }

}


/* フォームページ （フォーム上部バナー追加） 2021/08/25 */

.banner_block {
    margin-top: -150px;
    padding-bottom: 40px;
}

.banner_block .banner-pc {
    display: block;
}

.banner_block .banner-pc img {
    width: 900px;
}

.banner_block .banner-sp {
    display: none;
}

/* フォームページ （フォーム上部バナー追加） SP */
@media screen and (max-width: 768px) {
    .banner_block {
        margin-top: -30px;
        padding-bottom: 0;
    }

    .banner_block .banner-pc {
        display: none;
    }

    .banner_block .banner-sp {
        display: block;
    }
}

/* サンクスページ */
.banner_block.-thanks {
    margin-top: 60px;
}

.banner_block.-thanks a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .banner_block.-thanks {
        margin-top: 40px;
    }
}

.guide_download_content .btn-detail {
    cursor: pointer;
}

.guide_download_content .btn-detail:hover {
    opacity: .7;
}

/*資料請求の詳細モーダル*/
#detail-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    top: 0;
    left: 0;
}

#detail-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(70, 70, 70, .7);
}

#detail-modal .modal-inner {
    /*width: 90%;*/
    /*max-width: 1200px;*/
    max-height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 12px;
}

#detail-modal .modal-inner .btn-close {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/images/detail-close.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    cursor: pointer;
    top: -12px;
    right: -80px;
}

#detail-modal .modal-inner h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

#detail-modal .modal-inner h2 span {
    font-size: 16px;
}

#detail-modal .modal-inner .img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

#detail-modal .modal-inner .img > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 200px);
}

#detail-modal .modal-inner .btn span {
    margin-right: 20px;
}

#detail-modal .modal-inner .btn {
    background: #FFF31A;
    color: #2C2D2F;
    box-shadow: 2px 2px 4px 0 #2222224D;
}

@media screen and (max-width: 768px) {

    #detail-modal .modal-inner .img {
        padding: 20px;
    }

    #detail-modal .modal-inner .img {
        overflow: scroll;
        writing-mode: vertical-rl;
    }

    #detail-modal .modal-inner .img > img {
        max-width: none;
        width: auto;
        height: 450px;
    }

    #detail-modal .modal-inner .btn {
        max-width: 100%;
        width: 280px;
        padding: 22px 15px 22px 15px;
        font-size: 16px;
    }


    #detail-modal .modal-inner .btn-close {
        top: 15px;
        right: 15px;
        width: 16px;
        height: 16px;

        background-image: url(/images/detail-close-sp.svg);
    }

    #detail-modal .modal-inner h2 {
        font-size: 20px;
    }
}
