@charset "UTF-8";

#main {
    margin-bottom: 0;
}

.is_front .mv_img .imgBox {
    width: 100%;
    height: 100%;
    background-image: url(../images/mv.png);
}

.is_front .description>p {
    margin-top: 30px;
}

.is_front .news dd,
.is_front .news p,
.is_front .news ol {
    line-height: 1.4;
}

@media screen and (max-width: 749px) {

    .is_front .news dd,
    .is_front .news p,
    .is_front .news ol {
        line-height: 1.5;
    }
}

.is_front .news ol li {
    margin-top: 5px;
}

.is_front .news dt {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 750px) {
    .is_front h1 {
        width: 130%;
        min-width: 300px;
        max-width: 420px;
    }

    .is_front .mv {
        max-width: 1700px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .is_front .description {
        margin-left: 5%;
        margin-right: 3%;
        font-size: 15px;
    }

    .is_front .description>p {
        margin-top: 80px;
        color: #646464;
        line-height: 2.5;
        letter-spacing: 0.1rem;
    }

    .is_front .description .btn-01 {
        margin-right: 50px;
    }

    .is_front .mv_img {
        height: 786px;
        position: relative;
    }

    .is_front .news {
        position: absolute;
        bottom: 0;
        right: 3%;
        min-width: 380px;
    }

    .is_front .news {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50px;
        padding: 25px;
        border: 3px solid #dfe8e4;
    }
}

@media screen and (max-width: 749px) {
        .is_front h1 {
        max-width: 305px;
    }
}

.is_front h2 {
    font-weight: 600;
}

.is_front .news h2 {
    border-bottom: 2px solid #ff0000;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.1rem;
}

.is_front .news h2 span {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
}

.is_front .news dl {
    margin-top: 15px;
}

.is_front .news dl:not(:first-of-type) {
    border-top: 1px #999999 dotted;
    padding-top: 15px;
}

.is_front .news dt {
    color: #646464;
    font-size: 16px;
}

.is_front .news dl dt span {
    border-radius: 2rem;
    border: 2px solid #3fb58f;
    padding: 0 10px;
    margin-left: 10px;
    color: #3fb58f;
    font-weight: 600;
    display: inline-block;
    transform: translateY(-2px);
    font-size: 12px;
}

.is_front .news dd {
    overflow-wrap: anywhere;
    color: #000;
}

.is_front h3 {
    font-weight: 700;
    font-size: 16px;
}

.is_front .footer {
    margin-top: 0;
}

.is_front section:not(:first-of-type, :last-of-type) {
    border-radius: 100px;
}

.is_front .news ol {
    font-size: 14px;
    padding-left: 2rem;
}

.is_front .news ol.number li {
    list-style-type: decimal;
}

.is_front .news li {
    font-size: 14px;
}


@media screen and (max-width: 749px) {
    .is_front .mv {
        position: relative;
    }

    .is_front .description {
        position: relative;
        z-index: 1;
        padding-left: 10px;
    }

    .is_front .mv_img {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .is_front .mv_img img {
        left: 30%;
    }

    .is_front .description>p {
        width: 90%;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 25px;
        padding: 15px;
        line-height: 1.7;
    }

    .is_front .mv_img .imgBox {
        background-image: url(../images/mv-sp.png);
        height: 70%;
        background-position: center;
        background-size: cover;
        max-height: 470px;
        min-height: 470px;
        margin-top: 30px;
    }

    .is_front .news {
        margin-top: 50px;
        padding: 0 20px;
    }

    .is_front .news dl {
        padding: 0 10px;
    }

}

@media screen and (max-width: 455px) {
    .is_front .mv_img .imgBox {
        background-position: 70% top;
    }
}

.sec_title img {
    z-index: 1;
}

/* actionplan / attention ~  */
@media print,
screen and (min-width: 750px) {
    .is_front h3 {
        font-size: 18px;
    }

    .sec_title img {
        width: 225px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

@media screen and (max-width: 455px) {
    .actionplan #main {
        padding-bottom: 40px;
    }
}

.actionplan .sec_title h1::after {
    height: 80px;
    overflow: hidden;
    font-size: 55px;
}

@media screen and (max-width: 455px) {
    .actionplan .sec_title h1::after {
        top: 30px;
    }
}

.actionplan section.info ul li::before {
    content: '・';
}

.actionplan section.info ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.sitemap #main a,
.privacy #main a {
    text-decoration: underline;
}

.sitemap .verticalColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item {
    width: 100%;
}

.sitemap .verticalColumn-item {
    margin-bottom: 25px;
    width: 47%;
}

.sitemap .card {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.sitemap .card-header {
    background-color: #f5f5f5;
    color: #111111;
    font-weight: 800;
    border-bottom: 1px solid #d8d8d8;
}

.sitemap .card-header a,
.sitemap .card-header>p {
    display: block;
    padding: 20px 15px;
}

.sitemap .card-content {
    padding: 10px 15px 5px;
}

.sitemap .card-header.for_noLink {
    padding: 20px 15px;
}

.sitemap .card-header:only-child {
    border-bottom: none;
}

.sitemap .card-list-content a {
    display: block;
    padding: 10px;
}

.sitemap .card-list-header a {
    display: block;
    padding: 20px 0;
    font-weight: bold;
}

.sitemap .card-list-header a.comingsoon,
.sub.globalNav-list-item_isChild>a.comingsoon {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

.sitemap .card-list {
    border-bottom: 1px dashed #d8d8d8;
}

.sitemap .card-list:last-child {
    border-bottom: none;
}

.sitemap .card-list-header+.card-list-content a {
    padding-top: 0;
}

.sitemap .card-list-content:last-child {
    margin-bottom: 10px;
}

/* デスクトップ（>=750px）用の上書き */
@media print,
screen and (min-width: 750px) {
    .sitemap .verticalColumn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item {
        margin-right: 5%;
        width: 30%;
    }

    .sitemap .verticalColumn-item {
        margin-bottom: 45px;
        margin-right: 40px;
    }

    .sitemap .card {
        margin-bottom: 30px;
    }

    .sitemap .link.with_arrow {
        position: relative;
    }

    .sitemap .card-content {
        padding: 40px 40px 20px;
    }

    .sitemap .card-header.for_noLink {
        padding: 30px 40px;
    }

    .sitemap .card-header a,
    .sitemap .card-header>p {
        padding: 30px 40px;
    }

    .sitemap .card-list:first-child .card-list-header a {
        padding-top: 0;
    }

    .sitemap .card-list-header a {
        padding: 23px 0;
    }

    .sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* sitemap に関連してよく使われる汎用スタイル（必要なら有効） */
.heading_level1.is_outside {
    margin-left: 10px;
    margin-right: 10px;
}

@media print,
screen and (min-width: 750px) {
    .heading_level1.is_outside {
        margin-left: auto;
        margin-right: auto;
        width: 1040px;
    }
}

.heading_level1 {
    border-bottom: 1px solid #3fb58f;
    font-size: 22px;
    padding-bottom: 15px;
    margin: .67em 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media print,
screen and (min-width: 750px) {
    .heading_level1 {
        font-size: 40px;
    }
}

.sub.article {
    padding-top: 25px;
}

@media print,
screen and (min-width: 750px) {
    .sub.space {
        /* デスクトップでは .space が不要な場合はここで上書き可能 */
    }
}

.heading_level2 {
    border-bottom: 1px solid #3fb58f;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media print,
screen and (min-width: 750px) {
    .heading_level2 {
        font-size: 28px;
    }
}

.section .heading_level2:first-child {
    margin-top: 0;
}

/* 順序リスト（ol/li） */
.list-item-lr {
    list-style-type: lower-latin;
    margin-bottom: 17px;
}

/* countryBox（国名リストの折返し） */
.privacy .countryBox {
    word-break: break-all;
}

.privacy #main p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.privacy #main ol {
    padding-inline-start: 40px;
}

.privacy #main li {
    word-break: break-all;
}

@media screen and (max-width: 749px) {

    .privacy .article {
        margin-bottom: 60px;
    }

    .space {
        padding: 0 10px;
    }

    .privacy .ttl-sec {
        margin-left: 10px;
        margin-right: 10px;
    }

    .privacy #main .inner,
    .attention #main .inner,
    .trade_law #main .inner {
        padding: 0;
    }

    .privacy #main section {
        margin: 0;
        padding: 0 0 45px 0;
    }

    .privacy #main section:last-child {
        padding: 0
    }

    .privacy #main ol {
        padding-inline-start: 30px;
    }


}

.attention #main p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.attention #main .list {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 27px;
}

.attention #main .list.with_number {
    list-style-type: decimal;
}

.attention #main ol.list.with_number {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 27px;
}

.attention #main .list-item,
.attention #main .list-item-lr,
.attention #main .list-item-lrBox>li {
    margin-bottom: 17px;
}

@media print,
screen and (min-width: 750px) {
    .attention #main .list-item {
        margin-bottom: 20px;
    }
}

/* 個別リスト内のテキスト（span を直接使っているケース対応） */
.attention #main .list-item span {
    display: inline;
}