/* header */
.header {
    padding: 30px 0;
    position: relative;
}
.header__inner {
    position: relative;
}
.header__logo {
    width: 23%;
    height: 70px;
    text-indent: -300%;
    max-width: 260px;
    float: left;
    background: url(../images/common/logo.png) no-repeat left center;
    background-size: contain;
    position: relative;
}
.header__npa-link {
    text-indent: -300%;
    background: url(../images/common/npa.png) no-repeat left center;
    background-size: contain;
    width: 80px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 20px;
    overflow: hidden;
    z-index: 1;
}
#header_menu {
    display: none;
}
.header__menu-btn {
    display: none;
    text-indent: -999px;
    overflow: hidden;
}
.header__content {
    width: 77%;
    max-width: 840px;
    float: right;
    text-align: right;
}
.header-summary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
}
.header-summary__font {
    display: flex;
    align-items: center;
}
.header-summary__font-tit {
    font-size: 12.8px;
    font-weight: normal;
    margin-right: 5px;
}
.header-summary__font-size {
    display: none;
}
.header-summary__font-label {
    font-size: 12.8px;
    background: #f1ecea;
    border-radius: 100px;
    margin-right: 5px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.header-summary__font-size:checked + .header-summary__font-label,
.header-summary__font-label:hover {
    font-weight: 600;
    background: #ff879e;
}
.header-summary__lang {
    border-radius: 100px;
    background: #f1ecea;
    font-size: 0;
}
.header-summary__lang-select {
    display: inline-block;
    font-size: 12.8px;
    padding: 8px 5px;
    border-radius: 100px;
    text-decoration: none;
    color: #333;
    width: 70px;
    text-align: center;
}
.header-summary__lang-select.current {
    background: #ff879e;
    font-weight: 600;
}
.header-summary__lang-select.current:hover {
    color: #fff;
}

/* g-nav */
.g-nav {
    display: inline-block;
    margin-top: 15px;
}
.g-nav__list {
    display: -webkit-flex;
    display: flex;
}
.g-nav__item {
    margin-left: 20px;
    position: relative;
}
.g-nav__item::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 19px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
}
.g-nav__item:last-child::after {
    content: none;
}
.g-nav__links {
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
}
.g-nav__links:hover {
    color: #ff879e;
}

/* page-tit */
.page-tit {
    background: #fff7f8;
    padding: 80px 0 10px;
}
.underlayer .page-tit {
    margin-bottom: 60px;
}
.page-tit__h-wrapper {
    text-align: center;
    margin-bottom: 25px;
}
.page-tit__h {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 46px;
    height: 45px;
    padding-left: 60px;
    letter-spacing: 0.1em;
    background: url(../images/common/tit-icon.png) left center / 44px 44px no-repeat;
}

/* breadcrumbs */
.breadcrumbs__item,
.breadcrumbs__link {
    display: inline-block;
    position: relative;
}
.breadcrumbs__item {
    padding-right: 12px;
}
.breadcrumbs__link::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1.2em;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
}
.breadcrumbs__link,
.breadcrumbs__current {
    padding-right: 10px;
    font-size: 1.6rem;
}
.breadcrumbs__link:hover {
    text-decoration: underline;
}
.breadcrumbs__current {
    padding: 0;
}

/* description */
.description {
    text-align: center;
    padding: 60px 0;
    background: url(../images/prevent/description-bg.png) center center/ auto repeat;
    background-attachment: fixed;
}
.description__tit {
    font-size: 2.4rem;
    font-weight: 600;
}
.middle-index .description__tit {
    font-size: 2rem;
}
.description__txt {
    margin-top: 30px;
}

/* page-comp */
.page-comp__inner.inner {
    margin: -40px auto 40px;
}

/* footer */
.footer {
    border-bottom: 20px solid #ff879e;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer__top {
    display: block;
    height: 60px;
    background: #dcdcdc url(../images/common/page-top.png) center center no-repeat;
    background-size: 40px;
    cursor: pointer;
    text-indent: -300%
}
.footer__logos {
    margin: 40px 0 35px;
}
.footer__logos-img {
    height: 40px;
    margin: 0 5px;
}
.footer__nav-item {
    display: inline-block;
    position: relative;
}
.footer__nav-item::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 19px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}
.footer__nav-item:last-child::after {
    content: none;
}
.footer__nav-link {
    color: #333;
    text-decoration: none;
    margin: 0 5px 0 8px;
    font-size: 1.4rem;
}
.footer__copy-r {
    display: inline-block;
    font-size: 1.1rem;
    margin: 20px auto;
}

/* parts */
.tit {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    color: #555;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff879e;
    position: relative;
}
.tit::after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../images/common/heading-icon.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    right: -55px;
}
.curve {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
}
.curve::after {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    background: center -5px / 110% no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221280%22%20height%3D%2241%22%20viewBox%3D%220%200%201280%2041%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3Ecurve%3C%2Ftitle%3E%20%3Cpath%20class%3D%22a%22%20d%3D%22M0%2C24.09c426.67%2C58.57%2C853.33-58.57%2C1280%2C0V0H0Z%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 0;
    left: 0;
}
.curve.gray::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221280%22%20height%3D%2241%22%20viewBox%3D%220%200%201280%2041%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%20%7B%20fill%3A%20%23f2f5f6%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3Ecurve%3C%2Ftitle%3E%20%3Cpath%20class%3D%22a%22%20d%3D%22M0%2C24.09c426.67%2C58.57%2C853.33-58.57%2C1280%2C0V0H0Z%22%2F%3E%3C%2Fsvg%3E');
}
.top-tri {
    position: relative;
}
.top-tri::before {
    content: "";
    display: block;
    border: 50px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* image-section */
.image-section {
    padding: 60px 0;
}
.image-section__inner {
    max-width: 900px;
    text-align: left;
    position: relative;
}
.image-section.left .image-section__inner {
    text-align: right;
}
.image-section__mes,
.image-section__image-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.image-section__image-wrapper {
    width: 46%;
    max-width: 410px;
}
.image-section__mes {
    width: 54%;
    text-align: left;
    min-width: calc(100% - 410px);
    padding: 60px 3% 60px 0;
}
.image-section.left .image-section__mes {
    padding: 60px 0 60px 3%;
}
.image-section.left .image-section__image-wrapper {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.image-section.left .image-section__image {
    padding-right: 20px;
}
.image-section__tit {
    font-size: 2.4rem;
    color: #444;
}
.image-section.left .image-section__tit {
    margin-right: 55px;
}

/* text-section */
.text-section {
    padding: 90px 0;
}
.text-section__inner,
.table-section__inner {
    text-align: center;
}
.text-section__tit {
    margin-bottom: 40px;
}
.text-section__txt {
    color: #444;
}
.text-section.no-possession {
    margin-top: -10px;
}

/* table-section */
.table-section {
    position: relative;
    padding-top: 70px;
}
.table-section::before {
    content: "";
    display: block;
    width: 1px;
    height: 47px;
    background: #bbb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.table-section__tit {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: #565656;
}
.table-section__area {
    padding: 20px;
    border-radius: 30px;
    background-color: #ededed;
}
.table-section__table {
    text-align: left;
    width: 100%;
}
.table-section__th,
.table-section__td {
    padding: 40px 3%;
    background-color: #fff;
    vertical-align: middle;
    border: 3px solid #ededed;
}
.table-section__th {
    width: 25%;
    font-weight: normal;
    color: #444;
}

/* block-section */
.block-section {
    padding: 130px 0 0;
    background: #f2f5f6;
}
.block-section__block-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.block-section__block {
    display: table-cell;
    padding: 40px 5%;
    border: 1px solid #ddd;
    background-color: #fff7f8;
    font-size: 1.6rem;
    position: relative;
}
.block-section__block:nth-of-type(2n) {
    border-left: none;
}
.block-section__block-wrapper:nth-of-type(2n) .block-section__block {
    border-top: none;
}
.main-block .block-section__item {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
}
/* IE10+ */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .main-block .block-section__item {
        top: 155%;
    }
}
.block-section__main-tit {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #565656;
    border: none;
    margin: 0;
    padding: 0;
}
.block-section__main-tit::after {
    transform: scale(-1, 1);
    left: -60px;
    top: -30px;
}
.block-section__num,
.block-section__mes {
    display: inline-block;
    vertical-align: top;
}
.block-section__num {
    font-size: 6.5rem;
    line-height: 0.8;
    width: 90px;
    height: 90px;
    font-weight: 600;
}
.num_01 {
    background: url(../images/prevent/no_cp_01.png) no-repeat center;
    background-size: 80px;
}
.num_02 {
    background: url(../images/prevent/no_cp_02.png) no-repeat center;
    background-size: 80px;
}
.num_03 {
    background: url(../images/prevent/no_cp_03.png) no-repeat center;
    background-size: 80px;
}
.block-section__mes {
    width: calc(100% - 90px);
    padding-left: 4%;
}
.block-section__tit {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.block-section__txt {
    display: block;
    font-size: 1.6rem;
    color: #444;
}

/* thumbnail-section */
.thumbnail-section {
    margin-bottom: 60px;
}
.thumbnail-section__block-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thumbnail-section__block {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 30.666%; /* IE対策 92% ÷ 3 */
    margin: 0 4% 30px 0;
    padding: 15px 15px 28px;
    border: 2px solid #eee;
    border-radius: 6px;
    background: #f2f5f6 url(../images/common/arrow-circle.png) right 10px bottom 10px / 24px 24px no-repeat;
    position: relative;
    transition: background-color .7s;
}
.thumbnail-section__block:nth-of-type(3n) {
    margin-right: 0;
}
.thumbnail-section__block:hover {
    background-color: #fff7f8;
}
.thumbnail-section__image-box {
    overflow: hidden;
    border-radius: 6px;
    transition: all .7s;
    position: relative;
}
.thumbnail-section__image-box::after {
    display: block;
    content: "";
    padding-top: 100%;
}
.thumbnail-section.movie .thumbnail-section__image-box::after {
    padding-top: 60%;
}
.thumbnail-section__image-box::before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
    transition: all .7s;
}
.thumbnail-section__block:hover .thumbnail-section__image-box::before {
    opacity: 0;
}
.thumbnail-section__image-wrapper {
    position: absolute;
    width: 100%;
}
.thumbnail-section__image-wrapper.horizontal {
    /* 横長の画像 */
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.thumbnail-section__image {
    width: 100%;
    transition: all .7s;
}
.thumbnail-section__image-wrapper.horizontal .thumbnail-section__image {
    /* 横長の画像 */
    height: 100%;
    width: auto;
    max-width: initial;
}
.thumbnail-section__block:hover .thumbnail-section__image {
    transform: scale(1.1);
}
.thumbnail-section__link-tit-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0 10px;
}
.thumbnail-section__link-tit {
    line-height: 1.3;
    text-align: left;
}
.thumbnail-section__tip {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    color: #666;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

/* top */
.top-visual {
    padding: 0px 0 40px;
}
.top-visual__inner {
    width: 84%;
    margin: auto;
}
.top-visual__tit {
    font-family: serif;
    font-size: 3.5rem;
}
.eng .top-visual__tit {
    line-height: 1.3em;
}
.top-visual__txt {
    width: 45%;
    margin: 20px 0;
    margin-bottom: 50px
}
.top-visual__link {
    padding: 15px 40px 15px 20px;
    background: #fff url(../images/common/arrow-pink.png) right 20px center / 13px no-repeat;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}
.top-prevent  .top-links__item {
    margin: 0;
}
.top-prevent {
    background: #f2f5f6;
    padding: 60px 0 40px;
}
.top-prevent__link {
    display: inline-block;
    margin-top: 20px;

}
.top-links {
    text-align: center;
    padding: 100px 0;
    background: #fff7f8;
}
.top-links__item {
    text-align: left;
    display: block;
    width: 40%;
    padding: 8px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.top-deai {
    padding: 40px;
    text-align: center;
    background: url(../images/prevent/description-bg.png) center center/ auto repeat;
    background-attachment: fixed;
}
#top .page-tit {
    padding: 0;
}
#top.eng .page-tit {
    margin-bottom: 30px;
}
#top .page-tit__inner {
    background: #fff7f8 url(../images/top/top-visual.png) right 14% center / 50% no-repeat;
    padding: 90px 0 40px;
}
#top .description {
    padding: 100px 0 70px;
}
#top .description__tit {
    display: inline-block;
    position: relative;
}
#top .description__txt {
    #max-width: 40%;
    margin: 20px auto;
}
.top-links {
    padding: 10px 0;
}
.top-links__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-links__item {
    display: table;
    padding: 10px;
    position: relative;
    margin: 20px;
    width: calc(40% - 40px);
    align-items: center;
}
.top-links__icon::after {
    content: '';
    background: url(../images/common/arrow-circle.png) center / 40px 40px no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.top-links__icon {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.top-links__icon::before {
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: #ff879e;
    background-position: center;
    background-size: 65px;
    background-repeat: no-repeat;
}
.top-links__icon.icon-prevent::before {
    background-image: url(../images/common/icon-prevent.png);
}
.top-links__icon.icon-deai::before {
    background-image: url(../images/common/icon-deai.png);
    background-size: 45px;
}
.top-links__icon.icon-statistics::before {
    background-image: url(../images/common/icon-statistics.png);
}
.top-links__icon.icon-laws::before {
    background-image: url(../images/common/icon-laws.png);
}
.top-links__content {
    display: table-cell;
    width: calc(100% - 100px);
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 30px;
}
.top-links__tit {
    font-size: 1.2em;
    font-weight: bold;
}
.top-links__txt {
    font-size: .9em;
    line-height: 1.4em;
}
.top-prevent__txt {
    margin-bottom: 40px;
}
.top__c .description__txt {
    position: relative;
    display: inline-block;
}
.description__sub {
    display: block;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    background: #ff879e;
    border-radius: 70px;
    position: absolute;
    top: 0;
    right: -120px;
    transform: translate(0px,-63px);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 23px;
}
.description__sub::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent #ff879e;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-4%,20%) rotate(160deg);
}


/* タブレット(960未満) */
@media screen and (max-width: 959px) {
    .top-links__item {
        padding: 10px !important;
        margin: 10px;
        width: calc(50% - 20px) !important;
    }
    .header__content {
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
    }
    #header_menu:checked::before {
        content: '';
        position: fixed;
        background: #000;
        opacity: .5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .g-nav,
    .g-nav__list {
        margin: 0 !important;
        display: block !important;
    }
    .g-nav__item {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }
    .header__close-btn {
        display: block;
        border: 1px solid #ddd;
        border-radius: 30px;
        padding: 15px;
        text-align: center;
        margin: 10px 5%;
    }
    .header-summary__lang {
        border-radius: 0 !important;
        width: 100% !important;
    }
    .header-summary__lang-select {
        padding: 20px 0 !important;
        border-radius: 0 !important;
        width: 50% !important;
    }
    .g-nav__links {
        background: #fff url(../images/common/arrow-pink.png) no-repeat right 10px center / 10px;
        padding: 15px 0 !important;
        text-align: center !important;
        display: block;
    }
}
/* タブレット(760未満) */
@media screen and (max-width: 759px) {
    .top-links__item {
        padding: 10px !important;
        margin: 10px;
        width: 100% !important;
    }
    #top .description {
        padding: 40px 0 !important;
    }
}
/* (700未満) */
@media screen and (max-width: 699px) {
    .top-visual {
        padding: 0px 0 20px !important;
    }
    .top-visual__inner {
        width: 100%;
    }
    .top-visual__tit {
        line-height: 1.3em;
        font-size: 3rem !important;
    }
    #top .page-tit__inner {
        background: #fff7f8 url(../images/top/top-visual.png) right 10% center / 50% no-repeat;
        padding: 90px 5% 40px;
    }
}
/* スマホ(560未満) */
@media screen and (max-width: 559px) {
    #top .page-tit__inner {
        background: url(../images/top/top-visual-sp.png) center / 70% no-repeat;
        padding: 60px 5% 20px;
    }
    .top-visual__inner {
        text-align: center;
    }
    .top-visual__tit {
        margin-bottom: 230px;
        text-align: left;
    }
    .top-visual__txt {
        display: none;
    }
    .top-visual__link {
        width: 100%;
        display: block;
        margin: auto;
    }
    #top .description__txt {
        text-align: center;
    }
    #top .description__txt br {
        display: none;
    }
    #top .description__txt .description__sub br {
        display: block;
    }
    #top .top-links.top-tri::before {
        display: none;
    }
    #top .top-links,
    .top-links__inner {
        padding: 0 !important;
    }
    .top-links__inner {
        display: block;
        border-top: 1px solid #dcdcdc;
    }
    .top-links__item {
        display: table !important;
        padding: 20px 5% !important;
        position: relative;
        margin: 0px;
        width: 100% !important;
        border-radius: 0 !important;
        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .top-links__icon {
        width: 80px;
    }
    .top-links__icon::before {
        width: 80px;
        height: 80px;
        background-size: 50px;
    }
    .top-links__icon.icon-deai::before {
        background-size: 35px;
    }
    .top-links__icon::after {
        background: url(../images/common/arrow-pink.png) center / 20px no-repeat;
        width: 40px;
        height: 40px;
        right: 3px;
        bottom: 50%;
        transform: translate(0,50%);
    }
    .top-links__content {
        width: calc(100% - 80px);
    }
    .top-prevent .image-section__image {
        display: none;
    }
    .top-prevent .image-section__txt {
        text-align: center;
    }
    .top-visual__link.top-prevent__link {
        margin-top: 20px;
    }
    .top-prevent.top-tri::before {
        display: none;
    }
    .description__sub {
        display: none;
    }
}
/* スマホ(320未満) */
@media screen and (max-width: 320px) {
    .g-nav__links {
        padding: 12px 0 !important;
    }
}

/* list-section */
.list-section {
    margin-bottom: 40px;
}
.thumbnail-section__tit,
.list-section__tit {
    font-size: 2.1rem;
    font-weight: 600;
    color: #555;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff879e;
    position: relative;
}
.thumbnail-section__tit::after,
.list-section__tit::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/common/heading-icon.png) center center no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-bottom: 10px;
}
.thumbnail-section__txt,
.list-section__txt {
    margin-bottom: 20px;
}
.list-section__list-area {
    padding: 0 20px;
}
.list-section__item {
    #margin-top: 10px;
}
.list-section__item:first-child {
    margin: 0;
}
.list-section__link {
    font-size: 1.9rem;
    display: block;
    background: url(../images/common/arrow-circle.png) no-repeat right 20px center;
    background-size: 24px;
    padding: 10px 60px 10px 0px;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
}
.list-section__des {
    display: block;
    color: #555;
    font-size: 1.4rem;
    padding-right: 10px;
    transition: color .7s;
}
.list-section__link:hover .list-section__des {
    color: #ff879e;
}

/* link-area */
.link-area {
    background: #f3f6f7;
    text-align: center;
    padding: 70px 0;
}
.link-area__inner {
    max-width: 1020px;
}
.link-blocks__item {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: calc(96% / 3);
    margin: 0 2% 15px 0;
}
.twins .link-blocks__item {
    width: calc(96% / 2);
    max-width: 380px;
    margin: 0 4% 15px 0;
}
.link-blocks__item:nth-of-type(3n),
.twins .link-blocks__item:nth-of-type(2n) {
    margin-right: 0;
}
.twins .link-blocks__item:nth-of-type(3n) {
    margin: 0 4% 15px 0;
}
.link-blocks__link {
    display: inline-block;
    padding: 50px 2em 50px 4.2em;
    width: 100%;
    position: relative;
    background: url(../images/common/arrow-circle.png) right 10px bottom 10px / 24px 24px no-repeat;
}
.link-blocks__num-wrapper {
    background: #ff889f;
    text-align: right;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% - 4em);
    transform: skewX(-18deg);
}
.link-blocks__num {
    font-size: 4rem;
    line-height: 1;
    margin: 10px 20px 10px 60px;
    color: #fff;
    display: block;
    transform: skewX(18deg);
}

/* banners */
.banners {
    margin: 25px auto 0;
}
.banners__image-wrapper {
    display: inline-block;
    font-size: 0;
    width: calc(96% / 2);
    margin: 0 4% 15px 0;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .7s;
}
.banners__image-wrapper:nth-of-type(2n) {
    margin-right: 0;
}
.banners__image-wrapper:hover {
    opacity: 0.7;
}

/* caution */
.malicious-crime {
    padding: 60px 0 0;
}
.circling {
    padding: 40px 0 80px 0;
}
.abroad .text-section {
    padding: 80px 0 20px;
}
.abroad .text-section__tit {
    margin-bottom: 30px;
}
.possession {
    background: #f2f5f6;
}
.self-portrait {
    padding:  0px 0 0;
    text-align: center;
}
.self-portrait::before {
    border-top: 40px solid #f2f5f6;
}
.self-portrait__tit {
    color: #565656;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding: 12px 20px;
    border-top: 3px dashed #ff879e;
    border-bottom: 3px dashed #ff879e;
}
.self-portrait .image-section {
    padding:0 0 30px;
}
.self-portrait .image-section__mes {
    padding-top: 50px;
}

/* provision */
.provision .list-section {
    margin-bottom: 70px;
}
.provision .image-section {
    padding: 40px 0 10px;
}
.provision .list-section__list-area,
.provision .image-section__inner {
    max-width: 700px;
}

/* deai */
.deai .tit {
    font-weight: bold;
    color: #333;
    border-color: #666;
}
.deai .tit::after {
    content: none;
}
.point-section {
    background: #f2f5f6;
    border-radius: 6px;
    padding: 0;
    width: 90%;
    max-width: 1100px;
}
.point-section__tit-wrapper {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}
.point-section__label,
.point-section__tit {
    display: inline-block;
}
.point-section__label {
    margin-right: 8px;
    color: #666;
}
.point-section__txt {
    padding: 15px 30px;
}
.def-section {
    background: #f2f5f6;
    padding: 80px 0;
}
.def-section .text-section {
    padding: 0;
    margin-bottom: 30px;
}
.def-section__list-item {
    padding: 30px 30px 30px 90px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.def-section__list-no {
    color: #fff;
    font-weight: bold;
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    text-align: center;
    line-height: 46px;
    background: #666;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.rule-box {
    background: #f2f5f6;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 10px;
    width: 90%;
    max-width: 1100px;
}
.rule-box__tit {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    position: relative;
}
.rule-box__tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    height: 3px;
    width: 20px;
    background: #666;
}
.rule-box__content {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.rule-box__image,
.rule-box__list-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.rule-box__image {
    padding: 10px 20px;
    width: 25%;
}
.rule-box__list-wrapper {
    padding: 20px;
    padding-left: 0;
}
.rule-box__item {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}
.rule-box__item:last-child {
    border-bottom: none;
}
.regulatory .top-visual__link {
    display: inline-block;
    margin-top: 15px;
}
.enforce .point-section {
    margin-bottom: 10px;
}
.enforce .image-section__inner,
.regulatory .image-section__inner {
    max-width: 1100px;
}
.enforce .top-visual__link {
    margin: 30px 0;
    display: inline-block;
}
.enforce .image-section {
    padding: 30px 0;
}
.rule-link {
    text-align: center;
}
.penalty {
    background: #f2f5f6;
    text-align: center;
}
.indent {
    display: block;
}
.i1 {
    margin-left: 20px;
}
.i2 {
    margin-left: 40px;
}
.i3 {
    margin-left: 60px;
}
.i4 {
    margin-left: 80px;
}

/* タブレット(970未満) */
@media screen and (max-width: 970px) {
    /* link-area */
    .link-blocks__link {
        padding: 50px 3.4em;
    }
    .link-blocks__num-wrapper {
        right: calc(100% - 3.2em);
    }
    .link-blocks__num {
        font-size: 3.2rem;
    }
}

/* タブレット(960未満) */
@media screen and (max-width: 959px) {

    /* header */
    .header {
        padding: 10px 0;
    }
    .header__logo {
        width: 200px;
    }
    .header__npa-link,
    .header__content {
        display: none;
    }
    #header_menu:checked + label + .header__content {
        display: block;
    }
    .header__content {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 30px;
        background: #fff;
        width: calc(100% - 30px);
        z-index: 100;
    }
    .header-summary__font {
        display: none;
    }
    .header__menu-btn {
        display: block;
        float: right;
        height: 40px;
        width: 40px;
        margin-top: 10px;
        background: url(../images/common/menu-btn.png) no-repeat center;
        background-size: contain;
    }

    /* page-tit */
    .page-tit {
        padding: 70px 0 10px;
    }
    .underlayer .page-tit,
    #top.eng .page-tit {
        margin-bottom: 80px;
    }

    /* footer */
    .footer {
        position: static;
    }

    /* text-section */
    .text-section__txt {
        text-align: left;
    }
    .penalty .text-section__txt {
        text-align: center;
    }

    /* block-section */
    .block-section__block-wrapper {
        display: block;
    }
    .block-section__block {
        display: block;
        border: none;
        padding: 50px 20%;
        margin-bottom: 10px;
    }
    .main-block {
        background: none;
        padding: 0;
        margin: 0;
    }
    .main-block .block-section__item {
        display: block;
        position: static;
        transform: none;
        text-align: center;
    }
    .block-section__main-tit {
        font-size: 2.4rem;
        line-height: 1.3;
        border-bottom: 2px solid #ff879e;
        color: #444;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    /* thumbnail-section */
    .thumbnail-section__block:hover {
        background-color: #fff7f8;
    }
    .thumbnail-section__block .thumbnail-section__image-box::before {
        display: none;
    }
    .thumbnail-section__block:hover .thumbnail-section__image {
        transform: none;
    }


    /* list-section */
    .list-section {
        margin-bottom: 90px;
    }
    .thumbnail-section__tit,
    .list-section__tit {
        text-align: center;
    }
    .thumbnail-section__tit::after,
    .list-section__tit::after {
        margin: 0;
        position: absolute;
        top: -37px;
        left: 50%;
        transform: translateX(-50%);
    }
    .list-section__list-area {
        width: 90%;
        max-width: 90%;
    }

    /* caution */
    .circling {
        padding: 60px 0;
    }
}

/* タブレット(860未満) */
@media screen and (max-width: 860px) {

    /* link-area */
    .twins .link-blocks__item,
    .link-blocks__item,
    .banners__image-wrapper,
    .twins .link-blocks__item:nth-of-type(3n) {
        width: 100%;
        max-width: 600px;
        margin-right: 0;
    }
    .link-blocks__link {
        padding: 50px 2em 50px 4.2em;
    }
    .link-blocks__num-wrapper {
        right: calc(100% - 4em);
    }
    .link-blocks__num {
        font-size: 4rem;
    }
    .rule-box__content,
    .rule-box__image,
    .rule-box__list-wrapper {
        display: block;
        padding: 10px;
    }
    .rule-box__image {
        text-align: center;
        width: 100%;
    }
    .rule-box__img {
        width: 70%;
    }
}

/* タブレット(756未満) */
@media screen and (max-width: 756px) {

        /* thumbnail-section */
        .thumbnail-section__block {
            width: calc(95% / 2);
            margin-right: 5%;
        }
        .thumbnail-section__block:nth-of-type(3n) {
            margin-right: 5%;
        }
        .thumbnail-section__block:nth-of-type(2n) {
            margin-right: 0;
        }
}


/* スマホ(560未満) */
@media screen and (max-width: 559px) {

    /* page-tit */
    .page-tit {
        padding: 60px 0 10px;
    }
    .page-tit__h-wrapper {
        margin-bottom: 35px;
    }
    .page-tit__h {
        letter-spacing: 0;
        background-size: 40px 40px;
        line-height: 40px;
        height: 40px;
        padding-left: 50px;
    }

    /* breadcrumbs */
    .breadcrumbs {
        line-height: 1.3;
    }
    .breadcrumbs__link, .breadcrumbs__current {
        padding: 0 7px;
        font-size: 1.4rem;
    }

    /* description */
    .description {
        background-position: left -15% center;
    }
    .description__txt {
        text-align: left;
    }

    /* footer */
    .footer__inner {
        padding: 0;
    }
    .footer__logos {
        margin: 20px 0 15px;
    }
    .footer__nav {
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    .footer__nav-item {
        width: 50%;
        display: block;
        float: left;
        border: 1px solid #ddd;
        border-width: 1px 0 0;
    }
    .sitemap .footer__nav-item {
        width: 100%;
        border: none;
    }
    .footer__nav-item::after {
        display: none;
    }
    .footer__nav-item:nth-child(odd) {
        border-right: 1px solid #ddd;
    }
    .footer__nav-link {
        padding: 20px 0;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    /* parts */
    .tit {
        max-width: 80%;
        margin-top: 60px;
    }
    .tit::after {
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* image-section */
    .image-section {
        padding: 50px 0;
    }
    .image-section__mes,
    .image-section__image-wrapper {
        display: block;
        width: 100%;
        max-width: initial;
        min-width: initial;
    }
    .image-section__image-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .image-section.left .image-section__image-wrapper {
        position: static;
        transform: none;
    }
    .image-section.left .image-section__image {
        padding: 0;
    }
    .image-section .image-section__mes,
    .image-section.left .image-section__mes {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    .image-section__tit,
    .image-section.left .image-section__tit {
        margin-right: 0;
    }
    .image-section__txt {
        text-align: left;
    }

    /* text-section */
    .text-section {
        padding: 60px 0 50px;
    }

    /* table-section */
    .table-section__tit {
        max-width: 80%;
        margin: 0 auto 30px;
        line-height: 1.3;
    }
    .table-section__area {
        padding: 3px;
        border-radius: 0px;
    }
    .table-section__th {
        width: 35%;
    }
    .table-section__th,
    .table-section__td {
        vertical-align: top;
        padding: 20px 4%;
    }

    /* block-section */
    .block-section {
        padding-bottom: 50px;
    }
    .block-section__block {
        padding: 40px 5%;
    }
    .main-block {
        padding: 0;
    }
    .block-section__num,
    .block-section__mes {
        display: block;
        width: 100%;
        text-align: center;
    }
    .block-section__num {
        margin-bottom: 18px;
        font-size: 5rem;
        line-height: 1;
    }
    .block-section__mes {
        padding: 0;
    }

    /* thumbnail-section */
    .thumbnail-section.movie {
        padding-top: 20px;
    }

    /* list-section */
    .list-section__list-area {
        width: 100%;
        padding: 0px;
    }
    .list-section__link {
        font-size: 1.6rem;
        padding: 10px 60px 10px 0px;
        text-align: left;
    }

    /* link-area */
    .link-area.top-tri::before {
        display: none;
    }

    /* caution */
    .malicious-crime {
        padding: 50px 0;
    }
    .abroad {
        padding: 50px 0 60px;
    }
    .abroad .text-section {
        padding: 20px 0;
    }
    .self-portrait {
        padding: 70px 0 60px;
    }
    .self-portrait__tit {
        width: 80%;
        font-size: 1.8rem;
    }
    .self-portrait .image-section {
        padding: 20px 0 0 0;
    }
}

/* スマホ(425未満) */
@media screen and (max-width: 425px) {

    /* thumbnail-section */
    .thumbnail-section__block:nth-of-type(3n),
    .thumbnail-section__block {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

/* スマホ(320未満) */
@media screen and (max-width: 320px) {

    /* page-tit */
    .page-tit__h {
        font-size: 2.3rem;
    }

    /* link-area */
    .link-blocks__link {
        padding: 50px 3.8em;
    }
    .link-blocks__num-wrapper {
        right: calc(100% - 3.6em);
    }
    .link-blocks__num {
        font-size: 3.6rem;
    }
}
