@charset "UTF-8";

:root {
    --i_txt_color: #222;
}

body {
    color: var(--i_txt_color);
}

/*font*/
.inner_item_txt p {
    font-size: 1.35rem;
    letter-spacing: 0;
    line-height: 1.8;
}

.heading .h,
.heading p {
    font-family: "Hannari", "Zen Old Mincho" !important;
    color: var(--i_txt_color);
}

/*コンテンツ幅*/
.mw1000 .content_wrapper {
    max-width: 960px !important;
}

/**/

#flow+section .heading {
    display: flex;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 3px solid #00238C;
}

#flow+section .heading.block_header_2 .h {
    font-size: 4.8rem !important;
    margin-right: 30px;
    color: #00238C;
}

#flow+section .heading.block_header_2 p {
    font-size: 2.8rem;
    color: #00238C;
}

/**/

#tel+div .heading.block_header_2 .h {
    font-weight: bold !important;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #F0F0F0;
    width: 100%;
    font-family: 'Noto Sans JP' !important;
    color: var(--i_txt_color);
    font-size: 1.4rem !important;
    box-sizing: border-box;
}

#tel+div .heading+.add_text {
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
}

#tel+div .inner_item:nth-of-type(2) {
    width: auto;
}

#tel+div .inner_item:last-of-type {
    width: 100%;
    margin: 0;
}

#tel+div .inner_item_txt p strong {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    display: inline-block;
}

#tel+div .inner_item_txt p {
    line-height: 1.3;
}

#tel+div>.content_wrapper {
    padding: 30px;
    border: 5px solid #F0F0F0;
    width: calc(100% - 40px);
}

@media screen and (max-width: 700px) {
    #tel+div .inner_item:first-of-type {
        margin-bottom: 0 !important;
    }
}

/**/

a[id^="btn"]+div .heading {
    display: flex;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 3px solid #00238C;
}

a[id^="btn"]+div .heading.block_header_2 .h {
    font-size: 4.8rem !important;
    margin-right: 30px;
    color: #00238C;
}

a[id^="btn"]+div .heading.block_header_2 p {
    font-size: 2.8rem;
    color: #00238C;
}

a[id^="btn"]+div>.content_wrapper {
    text-align: left;
}

a[id^="btn"]+div.contents_btn01 a {
    max-width: 168px;
    min-width: 168px;
    width: 100% !important;
    background: #75489B;
    border: none;
    box-sizing: border-box;
    margin: 6px;
    font-weight: bold !important;
    font-family: 'Noto Sans JP' !important;
}

a[id^="btn"]+div.contents_btn01 a span {
    font-size: 1.4rem;
}

a[id^="btn"]+div.contents_btn01 a:nth-of-type(2) {
    background: #75489B;
}

a[id^="btn"]+div.contents_btn01 a:nth-of-type(3) {
    background: #75489B;
}

a[id^="btn"]+div.contents_btn01 a:nth-of-type(4) {
    background: #0268BC;
}

a[id^="btn"]+div.contents_btn01 a:nth-of-type(5) {
    background: #83C15A;
}

a[id^="btn"]+div:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/sakai-sougicom/image/arrow.png") no-repeat top center;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    #btn+div .heading {
        align-items: flex-end;
    }
}


a[id^="link"]+div.contents_btn01 a {
    max-width: 168px;
    min-width: 168px;
    width: 100% !important;
    background: #75489B;
    border: none;
    box-sizing: border-box;
    margin: 6px;
    font-weight: bold !important;
    font-family: 'Noto Sans JP' !important;
}
a[id^="link"]+div.contents_btn01 a span {
    font-size: 1.4rem;
}
a[id^="link"]+div .heading {
    display: flex;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 3px solid #00238C;
}
a[id^="link"]+div .heading.block_header_2 .h {
    font-size: 4.8rem !important;
    margin-right: 30px;
    color: #00238C;
}
a[id^="link"]+div .heading.block_header_2 p {
    font-size: 2.8rem;
    color: #00238C;
}
a[id^="link"]+div>.content_wrapper {
    text-align: left;
}
a[id^="link"]+div.contents_btn01 a:nth-of-type(1) {
    background: #F17B37;
}
a[id^="link"]+div.contents_btn01 a:nth-of-type(2) {
    background: #238557;
}
a[id^="link"]+div.contents_btn01 a:nth-of-type(3) {
    background: #83C15A;
}
a[id^="link"]+div.contents_btn01 a:nth-of-type(4) {
    background: #83C15A;
}
#btn2+div.contents_btn01 a:nth-of-type(4) {
    background: #238557;
}
#btn2+div.contents_btn01 a:nth-of-type(5) {
    background: #83C15A;
}
#link2+div.contents_btn01 a:nth-of-type(1) {
    background: #238557;
}
#link2+div.contents_btn01 a:nth-of-type(2) {
    background: #83C15A;
}
@media screen and (max-width: 768px){
    a[id^="btn"]+div.contents_btn01 a {
        margin: 1%;
        min-width: 48%;
        max-width: 48%;
        padding-bottom: 0px;
    }
    a[id^="btn"]+div.contents_btn01 {
        padding-bottom: 0px;
    }
    a[id^="link"]+div.contents_btn01 a {
        margin: 1%;
        min-width: 48%;
        max-width: 48%;
    }
}