.breadcrumb-wrap {
    width: 100%;
	margin-top: 20px;
    margin-bottom: 6px
}

@media screen and (min-width: 982px) {
    .breadcrumb-wrap {
        margin-bottom:8px
    }
}

.breadcrumb-wrap .breadcrumb-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb-wrap .breadcrumb-list_item {
    position: relative;
    font-size: 12px
}

.breadcrumb-wrap .breadcrumb-list_item::after {
    content: ">";
    padding: 0 5px
}

.breadcrumb-wrap .breadcrumb-list_item:last-child::after {
    content: "";
    padding: 0
}

.breadcrumb-wrap .breadcrumb-list_item a {
    color: #2ea5ff;
    text-decoration: underline
}

.headline-01 {
    width: 100%;
    margin: 0;
    padding: 15px 0
}

@media screen and (min-width: 768px) {
    .headline-01 {
        padding: 30px 0;
    }
}

.headline-01.center {
    text-align: center
}

.headline-01 .pagetitle {
    color: #003e9d;
    font-size: 20px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .headline-01 .pagetitle {
        font-size:40px
    }
}

.headline-01 .pagetitle .group-text {
    margin-left: 20px;
    font-size: 10px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .headline-01 .pagetitle .group-text {
        font-size:20px
    }
}

.anchor-container {
    padding: 0 20px;
    margin-bottom: 60px;
    display: block;
}

.anchor-container .anchor {
    color: #555555;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.anchor-container .anchor::before {
    position: relative;
    content: "▼";
    display: inline-block;
    padding-right: 5px;
    font-size: 11px;
}

.anchor-container .anchor a {
    text-decoration: underline;
    font-size: 14px;
    transition: all .5s ease;
}

.anchor-container .anchor a:hover {
    opacity: .75;
}

.box-layout-inn {
    width: 100%;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

.title {
    width: 100%;
    margin: 0 auto 20px;
}

.title img {
    width: 100%;
}

.env-detail {
    margin-bottom: 60px;
}

.env-img {
    width: 100%;
}

.env-img img {
    width: 100%;
}

.env-img span {
    font-size: 12px;
}

.env-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.env-text {
    line-height: 1.6;
    margin-bottom: 20px;
}

.env-text p {
    margin-bottom: 1.6em;
}

#situation .title {
    margin-bottom: 0;
}

.situation-container {
    width: 100%;
    background-color: #DADCE2;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 60px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.situation-container-inn {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px 20px;
    margin: 0 auto 7px;
}

.situation-container-inn:last-child {
    margin-bottom: 0;
}

.situation-vi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #C7C7C7;
}

.situation-vi img {
    width: 127.5px;
}

.situation-name {
    box-sizing: border-box;
    width: 127.5px;
    padding: 5px 10px 5px;
    background-color: #004098;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;;
}

.situation-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #004098;
    margin-top: 20px;
    line-height: 1.4;
}

.situation-title::before {
    display: block;
    position: relative;
    content: "";
    width: 22px;
    height: 20px;
    background-image: url(/site_info/img/icon_caution.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.situation-title:nth-child(3) {
    margin-top: 20px;
}

.situation-text {
    margin-top: 5px;
    line-height: 1.6;
}

.situation-text span {
    color: #F05050;
    font-weight: 700;
}

#goods .lede {
    font-size: 22px;
    font-weight: 700;
    color: #004098;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

#goods .detail {
    margin-bottom: 20px;
}

#goods .detail .text {
    font-size: 16px;
    line-height: 1.6;      
}

#goods .detail img {
    width: 100%;
    margin-top: 20px;
}

.link-btn {
    background-color: #006FDE;
    color: #fff;
    padding: 34px 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    transition: 0.2s;
    border: 1px solid #006FDE;
}

.link-btn:last-child {
    margin-top: 10px;
    padding: 16px 0;
}

.link-btn::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(/assets/img/arrow/icn_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
}

.link-btn.external_icon-btn::before {
    background-image: url(/assets/img/common/ico_nav_link.svg);
}

.link-btn span {
    font-size: 12px;
    line-height: 1.2;
}

.info {
    font-size: 14px;
    line-height: 1.4;
    margin : 20px auto;
}

.bnr-container {
    width: 100%;
}

.bnr {
    max-width: 400px;
    display: block;
    transition: opacity .5s ease;
    margin: auto;
}

.bnr:last-child {
    margin-top: 10px;
}

.bnr img {
    width: 100%;
}


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

    .anchor-container {
        padding: 0;
        max-width: 952px;
        width: 100%;
        margin: 0 auto 60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .anchor-container .anchor {
        margin-bottom: 0;
    }

    .box-layout-inn {
        max-width: 952px;
        margin: auto;
    }

    .title {
        margin-bottom: 30px;
    }

    .env-detail {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 40px;
    }

    .env-title {
        font-size: 26px;
    }

    .env-text {
        width: calc(100% - 300px);
        padding: 0 0 0 48px;
        margin-bottom: unset;
    }

    .env-text span {
        font-weight: 700;
    }

    .env-img {
        width: 300px;
    }

    .situation-container {
        padding: 40px 50px 50px;
    }

    .situation-container-inn {
        display: flex;
        padding: 30px 20px 30px;
    }

    .situation-vi {
        display: block;
        border-bottom: unset;
        border-right: 1px solid #C7C7C7;
        text-align: center;
        padding: 0 20px 0 0;
    }

    .situation-name {
        width: 150px;
    }

    .situation-vi img {
        width: 150px;
        margin-top: 10px;
    }

    .situation-detail {
        margin-left: 20px;
    }

    .situation-title {
        margin-top: 0;
        font-size: 20px;
    }

    #goods .lede {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #goods .detail {
        display: flex;
        margin-bottom: 30px;
    }

    #goods .detail .text {
        margin-right: 48px;
    }

    #goods .detail img {
        width: 300px;
        margin-top: unset;
    }

    .link-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .link-btn {
        max-width: 400px;
    }

    .link-btn:last-child {
        margin-top: unset;
        margin-left: 20px;
    }

    .link-btn:hover {
        background-color: #fff;
        color: #006FDE;
    }
 
    .info {
        margin : 30px auto 20px;
    }

    .bnr-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .bnr {
        margin-left: 20px;
    }

    .bnr:hover {
        opacity: .75;
    }

    .bnr:last-child {
        margin-top: unset;
    }

}