@charset "UTF-8";

.width_fixed .content_wrapper {
    padding: 0;
}

.heading.block_header_4 h2 + p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
        "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
    z-index: 10;
    overflow: unset;
}

main > * {
    overflow: hidden;
}

/* #cont1 + section {
    padding-top: 0;
    padding-bottom: 50px;
    overflow: unset;
    margin-top: -90px;
} */

@media screen and (max-width: 900px) {
    #cont1 + section {
        padding-top: 0;
    }
}

#cont1 + section .content_wrapper {
    padding: 60px 60px 30px;
    max-width: 1100px !important;
    background: #2f4d73;
    color: #fff;
}

#cont1 + section .heading.block_header_4 {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 8px solid #fdcc06;
}

#cont1 + section .heading.block_header_4 h2 + p {
    display: inline-block;
    position: relative;
    left: -68px;
    color: #fdcc06;
}

#cont1 + section .heading.block_header_4 h2 + p::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #fff;
    position: relative;
    top: -4px;
    left: -12px;
}

#cont1 + section .heading.block_header_4 .h {
    font-size: 2.4rem;
}

#cont1 + section .content_wrapper .inner_item_txt p:nth-last-of-type(1) {
    margin-top: 0 !important;
    line-height: 2;
}

#cont1 + section .inner_item_txt p {
    margin-top: 0 !important;
}

#cont1 + section .read_more a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    float: right;
    line-height: 1;
}

#cont1 + section .read_more a::after {
    content: "";
    position: absolute;
    top: 9px;
    right: -2px;
    border: 4px solid transparent;
    border-left: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cont1 + section .read_more a {
    padding: 5px 10px;
}

#cont1 + section .read_more a:hover::after {
    right: -7px;
}

#news + * .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    border-left: 8px solid #2f4d73;
    line-height: 1;
}

#news + * .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#news + * .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont2 + section .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    border-left: 8px solid #2f4d73;
    line-height: 1;
}

#cont2 + section .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont2 + section .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont2 + section .wrapper_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cont2 + section .wrapper_item .inner_item {
    position: relative;
    width: 22.5%;
    padding-top: 22.5%;
    z-index: 10;
}

#cont2 + section .wrapper_item .inner_item:nth-child(n + 5) {
    margin-top: 3.33%;
}

#cont2 + section .wrapper_item .inner_item:hover {
    cursor: pointer;
}

#cont2 + section .wrapper_item .inner_item a {
    z-index: 5;
}

#cont2 + section .wrapper_item .inner_item a::before {
    content: "";
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cont2 + section .wrapper_item .inner_item a::after {
    content: "";
    position: absolute;
    top: 8%;
    left: 8%;
    width: 85%;
    height: 85%;
    background: rgba(255, 255, 255, 0.7);
}

#cont2 + section .wrapper_item .inner_item:hover a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cont2 + section .wrapper_item .inner_item a:hover * {
    opacity: 1;
}

#cont2 + section .wrapper_item .inner_item:hover::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cont2 + section .wrapper_item .inner_item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    object-fit: cover;
}

#cont2 + section .wrapper_item .inner_item .inner_item_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto;
    height: auto;
    z-index: 5;
    text-align: center;
}

#cont2 + section .wrapper_item .inner_item .inner_item_txt p {
    margin: 0;
}

#cont2 + section .wrapper_item .inner_item .inner_item_txt p:first-child {
    font-size: 2rem;
    line-height: 1;
    color: #000;
}

#cont2 + section .wrapper_item .inner_item .inner_item_txt p:nth-child(2) {
    font-size: 1.2rem;
    color: #000;
}

#cont2 + section .wrapper_item .inner_item .read_more {
    display: inline-block;
    background: #2f4d73;
    color: #f5f5f5;
    font-size: 1.4rem;
    padding: 0 15px 0 10px;
    position: relative;
}

#cont2 + section .wrapper_item .inner_item .read_more::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cont4 + div .content_wrapper {
    position: relative;
}

#cont4 + div .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 8px solid #fdcc06;
    line-height: 1;
    color: #fff;
}

#cont4 + div .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont4 + div .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont4 + div .inner_item {
    width: 23.5%;
    margin: 0;
}

#cont4 + div .inner_item:nth-child(n + 2) {
    margin-left: 2%;
}

#cont4 + div .inner_item img {
    height: 200px;
}

#cont4 + div .inner_item .heading div {
    display: none;
}

#cont4 + div .inner_item .heading .h {
    position: relative;
    color: #fff;
    padding-left: 15px;
}

#cont4 + div .inner_item .heading .h::before {
    position: absolute;
    content: "";
    top: 14px !important;
    left: 0;
    width: 5px;
    height: 5px;
    border: transparent;
    border-top: 1px solid #fdcc06;
    border-right: 1px solid #fdcc06;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-radius: 0;
}

#cont4 + div .heading.block_header_2 h4.h {
    font-weight: 400;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
        "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#cont4 + div .inner_item a span {
    padding: 0 0 100%;
}

#cont4 + div .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
}

#cont4 + div .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #fdcc06;
    font-size: 14px;
    min-width: unset;
    color: #313131;
    position: relative;
}

#cont4 + div .contents_btn01 a::before {
    content: none;
}

#cont4 + div .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#cont4 + div .contents_btn01 a span {
    font-weight: 400;
    padding: 0;
}

#cont4 + div .inner_item a {
    height: 100%;
    position: relative;
    z-index: 1;
}

#cont4 + div .inner_item .heading.block_header_2 {
    position: relative;
    bottom: 40px;
    z-index: 0;
}

#cont5 + div.block_news_1 .content_wrapper {
    position: relative;
}

#cont5 + div .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 8px solid #2f4d73;
    line-height: 1;
}

#cont5 + div .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont5 + div .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont5 + div.block_news_1 li a p:nth-child(2) {
    position: relative;
}

#cont5 + div.block_news_1 li a p:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #2f4d73;
    border-right: 1px solid #2f4d73;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cont5 + div.block_news_1 li a p:last-child {
    padding: 0;
}

#cont5 + div.block_news_1 .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
}

#cont5 + div.block_news_1 .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #2f4d73;
    font-size: 14px;
    min-width: unset;
    color: #fff;
    position: relative;
}

#cont5 + div.block_news_1 .contents_btn01 a::before {
    content: none;
}

#cont5 + div.block_news_1 .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#cont5 + div.block_news_1 .contents_btn01 a span {
    font-weight: 400;
    padding: 0;
}

#cont6 + section {
    background-size: cover !important;
}

#cont6 + section .content_wrapper {
    position: relative;
    max-width: 1200px !important;
    padding: 0;
}

#cont6 + section .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 8px solid #fdcc06;
    line-height: 1;
    color: #fff;
}

#cont6 + section .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont6 + section .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont6 + section .inner_item_img {
    display: none;
}

#cont6 + section .inner_item_txt {
    margin: 0 auto;
    padding: 20px 30px;
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    float: unset;
}

#cont6 + section .inner_item_txt dt {
    width: 25%;
    vertical-align: top;
}

#cont6 + section .inner_item_txt dl {
    border-color: #fff;
    display: flex;
    padding: 5px;
}

#cont6 + section .inner_item_txt dl:nth-child(n + 2) {
    border-top: 1px solid #fff;
}

#cont6 + section .inner_item_txt :nth-child(5) {
    border-bottom: none;
}

#cont6 + section .inner_item_txt dd {
    position: relative;
    width: 75%;
}

#cont6 + section .inner_item_txt .googlemap {
    display: inline-block;
}

#cont6 + section .inner_item_txt .googlemap a {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 8px;
    padding: 2px 24px 2px 10px;
    font-size: 14px;
    background: #2f4d73;
    color: #fff;
}

#cont6 + section .inner_item_txt .googlemap a:hover {
    opacity: 0.7;
}

#cont6 + section .inner_item_txt .googlemap a::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid #2f4d73;
    background: #fff;
    z-index: 1;
}

#cont6 + section .inner_item_txt .googlemap a::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 7px;
    height: 7px;
    background: #fff;
}

#cont6 + section .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
}

#cont6 + section .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #fdcc06;
    font-size: 14px;
    min-width: unset;
    color: #313131;
    position: relative;
}

#cont6 + section .contents_btn01 a::before {
    content: none;
}

#cont6 + section .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#cont6 + section .contents_btn01 a span {
    font-weight: 400;
    padding: 0;
}

#cont7 + div.block_news_1 .content_wrapper {
    position: relative;
}

#cont7 + div .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 8px solid #2f4d73;
    line-height: 1;
}

#cont7 + div .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont7 + div .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont7 + div.contents_faq01 dl:nth-of-type(1) {
    border-top: none;
}

#cont7 + div.contents_faq01 dt:before,
#cont7 + div.contents_faq01 dd:before {
    width: auto;
    height: auto;
    border: none;
    background: no-repeat;
}

#cont7 + div.contents_faq01 dt:before {
    color: #2f4d73;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
        "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: scale(0.6, 1);
    font-weight: 600;
}

#cont7 + div.contents_faq01 dd:before {
    color: #ff5555;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
        "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: scale(0.6, 1);
    font-weight: 600;
}
#cont7 + div.contents_faq01 dl:nth-of-type(n + 3) {
    display: none;
}
#cont7 + div.contents_faq01 dd {
    padding-left: 5rem;
}

#cont7 + div.contents_faq01 dd:before {
    left: 0;
}

#cont7 + div.contents_faq01 .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
}

#cont7 + div.contents_faq01 .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #2f4d73;
    font-size: 14px;
    min-width: unset;
    color: #fff;
    position: relative;
}

#cont7 + div.contents_faq01 .contents_btn01 a::before {
    content: none;
}

#cont7 + div.contents_faq01 .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#cont7 + div.contents_faq01 .contents_btn01 a span {
    font-weight: 400;
    padding: 0;
}

#cont8 + section {
    background-size: cover !important;
}

#cont8 + section .content_wrapper {
    position: relative;
}

#cont8 + section .content_wrapper > .heading.block_header_4 {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 8px solid #fff;
    line-height: 1;
    color: #fff;
}

#cont8 + section .content_wrapper > .heading.block_header_4 h2::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: 1px;
    background: #aaa;
    top: 37px;
    left: -58px;
}

#cont8 + section .content_wrapper > .heading.block_header_4 h2 + p {
    position: relative;
    color: inherit;
    padding-top: 8px;
}

#cont8 + section .heading.block_header_4 h3.h {
    font-size: 1.55rem !important;
    font-weight: 400;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
        "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#cont8 + section .inner_item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#cont8 + section .inner_item:nth-child(even) {
    flex-direction: row-reverse;
    margin: 0;
}

#cont8 + section .inner_item a {
    width: 50%;
}

#cont8 + section .inner_item img {
    height: auto !important;
}

#cont8 + section .inner_item .inner_item_txt {
    width: 48%;
    color: #fff;
    margin-left: auto;
    margin-top: 0;
    padding: 20px 0;
}

#cont8 + section .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
}

#cont8 + section .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #fff;
    font-size: 14px;
    min-width: unset;
    color: #313131;
    position: relative;
}

#cont8 + section .contents_btn01 a::before {
    content: none;
}

#cont8 + section .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#cont8 + section .contents_btn01 a span {
    font-weight: 400;
    padding: 0;
}

@media screen and (max-width: 700px) {
    #cont1 + section {
        margin-top: -30px;
    }

    #cont1 + section .content_wrapper {
        width: calc(100% - 8%);
        padding: 50px 10px;
    }

    #cont1 + section .heading.block_header_4 h2 + p {
        left: -40px;
    }

    #cont1 + section .heading.block_header_4 {
        padding-left: 10px;
    }

    #cont1 + section .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont1 + section .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont1 + section .inner_item_txt {}

    #cont1 + section .inner_item_txt span {
        font-size: 14px !important;
    }

    #news + * .content_wrapper > .heading.block_header_4 h2::before {
        top: 30px;
    }

    #news + * .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont2 + section .content_wrapper > .heading.block_header_4 h2::before {
        top: 30px;
    }

    #cont2 + section .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont2 + section .wrapper_item {
        justify-content: space-evenly;
    }

    #cont2 + section .wrapper_item .inner_item {
        width: 45% !important;
        padding-top: 45%;
        margin-bottom: 3% !important;
    }

    #cont2 + section .wrapper_item .inner_item:nth-child(n + 5) {
        margin-top: 0;
    }

    #cont4 + div {
        background-size: cover !important;
    }

    #cont4 + div .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont4 + div .content_wrapper > .heading.block_header_4 h2 + p {
        left: 0;
    }

    #cont4 + div .content_wrapper > .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont4 + div .content_wrapper > .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont4 + .block_news_1.add_design4 ul {
        justify-content: space-evenly;
    }

    #cont4 + .block_news_1.add_design4 ul li {
        margin: 0;
        width: 45%;
    }

    #cont4 + .block_news_1.add_design4 ul li:nth-child(n + 3) {
        margin-top: 20px;
    }

    #cont4 + div .inner_item {
        width: 45%;
    }

    #cont4 + .widget_gallery01.add_design3 .wrapper_item {
        justify-content: center;
    }

    #cont4 + div .inner_item:nth-child(n + 2) {
        margin-left: 0;
    }

    #cont4 + div .inner_item:nth-child(even) {
        margin-left: 4%;
    }

    #cont4 + div .contents_btn01 {
        position: static;
        width: 100%;
    }

    #cont4 + div .contents_btn01 a {
        min-width: 110px;
    }

    #cont4 + div .contents_btn01 a span {
        padding: 7px 10px;
    }

    #cont4 + div .contents_btn01 a::after {
        top: 13px;
        right: 8px;
    }

    #cont5 + div {
        padding-bottom: 50px;
    }

    #cont5 + div .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont5 + div .content_wrapper > .heading.block_header_4 h2 + p {
        left: 0;
    }

    #cont5 + div .content_wrapper > .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont5 + div .content_wrapper > .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont5 + div.block_news_1 .contents_btn01 {
        position: static;
        margin-top: 30px;
    }

    #cont5 + div.block_news_1 .contents_btn01 a {
        min-width: 110px;
    }

    #cont5 + div.block_news_1 .contents_btn01 a span {
        padding: 7px 10px;
    }

    #cont5 + div.block_news_1 .contents_btn01 a::after {
        top: 13px;
        right: 8px;
    }

    #cont5 + .block_news_1.add_design4 ul {
        justify-content: space-evenly;
    }

    #cont5 + .block_news_1.add_design4 ul li {
        margin: 0;
        width: 45%;
    }

    #cont5 + .block_news_1.add_design4 ul li:nth-child(n + 3) {
        margin-top: 30px;
    }

    #cont5 + div.block_news_1 li a p:nth-child(2) {
        padding: 0 10px;
    }

    #cont5 + div.block_news_1 .contents_btn01 a {
        background: transparent;
        border: 1px solid #2f4d73;
        color: #2f4d73;
    }

    #cont6 + section .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont6 + section .content_wrapper > .heading.block_header_4 h2 + p {
        left: 0;
    }

    #cont6 + section .content_wrapper > .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont6 + section .content_wrapper > .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont6 + section .inner_item_txt dt,
    #cont6 + section .inner_item_txt dd {
        display: table-cell;
        font-size: 12px;
    }

    #cont6 + section .inner_item_txt {
        width: 95% !important;
        padding: 0;
    }

    #cont6 + section .inner_item_txt dt {
        width: 30%;
        padding: 10px 0 10px 5px;
    }

    #cont6 + section .inner_item_txt dd {
        width: 70%;
    }

    #cont6 + section .inner_item_txt .googlemap a {
        right: 5px;
        left: unset;
        bottom: 12px;
        font-size: 10px;
        padding: 0 10px 0 5px;
    }

    #cont6 + section .inner_item_txt .googlemap a::before {
        top: 6px;
        right: 4px;
        width: 3px;
        height: 3px;
    }

    #cont6 + section .inner_item_txt .googlemap a::after {
        top: 8px;
        right: 3px;
        width: 4px;
        height: 4px;
    }

    #cont6 + section .contents_btn01 {
        position: static;
        display: block;
        margin-top: 30px;
    }

    #cont6 + section .contents_btn01 a {
        min-width: 110px;
    }

    #cont6 + section .contents_btn01 a span {
        padding: 7px 10px;
    }

    #cont6 + section .contents_btn01 a::after {
        top: 13px;
        right: 8px;
    }

    #cont7 + div {
        padding: 50px 0;
    }

    #cont7 + div .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont7 + div .content_wrapper > .heading.block_header_4 h2 + p {
        left: 0;
    }

    #cont7 + div .content_wrapper > .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont7 + div .content_wrapper > .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont7 + div.block_question_1 .contents_btn01 {
        position: static;
        display: block;
        margin-top: 30px;
    }

    #cont7 + div.block_question_1 .contents_btn01 a {
        min-width: 110px;
    }

    #cont7 + div.block_question_1 .contents_btn01 a span {
        padding: 7px 10px;
    }

    #cont7 + div.block_question_1 .contents_btn01 a::after {
        top: 13px;
        right: 8px;
    }

    #cont7 + div .wrapper_item {
        padding: 0 20px;
        margin: 0;
    }

    #cont7 + div .wrapper_item dl {
        padding: 5px 0 0;
    }

    #cont8 + section .heading.block_header_4 h3.h {
        font-weight: 400;
        font-size: 1.55rem !important;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
            "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
            "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
            Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    #cont8 + section .content_wrapper > .heading.block_header_4 {
        margin-left: 30px;
    }

    #cont8 + section .content_wrapper > .heading.block_header_4 h2 + p {
        left: 0;
    }

    #cont8 + section .content_wrapper > .heading.block_header_4 h2 + p::before {
        left: -7px;
        width: 115px;
    }

    #cont8 + section .content_wrapper > .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #cont8 + section .inner_item a {
        width: 100%;
    }

    #cont8 + section .inner_item {
        flex-direction: column;
    }

    #cont8 + section .inner_item .inner_item_txt {
        width: 100%;
    }

    #cont8 + section .inner_item:nth-child(even) {
        flex-wrap: wrap;
    }

    #cont8 + section .wrapper_item {
        padding: 0 15px;
    }

    #cont8 + section .contents_btn01 {
        position: static;
        display: block;
        margin-top: 30px;
    }

    #cont8 + section .contents_btn01 a {
        min-width: 110px;
    }

    #cont8 + section .contents_btn01 a span {
        padding: 7px 10px;
    }

    #cont8 + section .contents_btn01 a::after {
        top: 13px;
        right: 8px;
    }
}