@charset "UTF-8";
@import url("https://use.typekit.net/sez3qgz.css");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
:root {
    --c-primary: #437296;
    --c-gold: #CE8C3B;
    --c-white: #fff;
    --c-black: #000;
    --f-yg: "YuGothic";
    --f-eb: "Europa-Bold";
    --f-hkgp: "Hiragino Kaku Gothic ProN";
}
/* CSS Document */
.req_all {
    max-width: 1000px;
    margin: 26px auto 2.5rem;
}
.req_view {
    max-width: 1000px;
}
h1 {
    font-size: 16px;
    margin: 2rem auto 1rem;
    font-weight: 600;
}
.req_text {
    margin-bottom:20px;
}
h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom:20px;
}
ul,ol {
    list-style-position: inside;
}
.font-europa-bold {
    font-family: "europa", sans-serif;
    font-weight: 700;
}
.req_cont {
    max-width: 1000px;
    margin: 0 auto 5rem;
}
/**/
.r-tabs {
    position: relative;
}
.r-tabs-nav {
    display: flex;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    display: contents;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    margin-bottom:0;
    padding: 1rem 0;
    display: inline-block;
    width:100%;
    text-align:center;
    background-color: #000;
    color: #fff;
    border: 1px solid #FFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #999;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 2px solid #000;
    margin-top: 1px;
}
.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #999;
    color: #fff;
    margin-bottom: 0;
}
#tab-1,#tab-2,#tab-3,#tab-4,#tab-5,#tab-6 {
    width:100%;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:20px;
}
#tab-6 {
    margin-top:90px;
}
/**/
#responsiveTabsDemo02.r-tabs {
    position: relative;
}
#responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    width: 452px;
}
#responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-anchor {
    background-color: #000;
    margin-bottom:0;
    padding: 1rem 0;
    display: inline-block;
    color: #fff;
    width:100%;
    text-align:center;
    border:1px solid #fff;
}
#responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    border-top: 2px solid #000;
    color: #000;
}
#responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
#responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 2px solid #000;
    margin-top: 1px;
}
#responsiveTabsDemo02.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}
#responsiveTabsDemo02.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
}
#responsiveTabsDemo02.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
#responsiveTabsDemo02.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #999;
    color: #fff;
    margin-bottom: 0;
}
#cont-1,#cont-2 {
    width:100%;
    margin:0 auto;
}
#cont-3,#cont-4 {
    width:100%;
    margin:0 auto;
}
/*#cont-3 p {*/
/*    text-align: center;*/
/*    margin: 90px 0;*/
/*}*/
/**/
#responsiveTabsDemo03.r-tabs {
    position: relative;
}
#responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    width:453px;
}
#responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-anchor {
    background-color: #000;
    margin-bottom: 0;
    padding: 1rem 0;
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
}
#responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
#responsiveTabsDemo03.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}
#responsiveTabsDemo03.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
#responsiveTabsDemo03.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
#responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 2px solid #000;
    margin-top: 1px;
}
/**/
.req_main {
    max-width: 1000px;
    margin: 3rem 0;
}
.head {
    width: 180px;
    display: table-cell;
    font-weight: 600;
}
.box {
    display:table-cell;
}
.req_list {
    margin-bottom: 2rem;
    list-style: none;
}
.bt {
    padding-top: 1rem;
}
p > a {
    color:#437296;
    font-weight: 600;
}
.req_m {
    padding-bottom:30px;
    margin-top:40px;
}
.req-example {
    padding: 0 21px;
}
.req-example-header {
    grid-area: header;
}
.req-example-header h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: calc(30/20);
    margin-bottom: 0;
    padding-bottom: 5px;
}
.req-example-header h3 strong {
    font-size: 13px;
    color: #437296;
    display: block;
}
.req-example-header h4 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
}
.req-example-header h4 small {
    font-size: 19px;
    font-weight: 300;
}
.req-example-img {
    width: 70%;
    max-width: 280px;
    display: block;
    margin: 0 auto 30px;
    grid-area: img;
}
.req-example-label {
    font-family: 'Spartan', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #437296;
    min-width: 75px;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 100px;
}
.req-example-top-detail li {
    grid-area: detail;
}
.req-example-top-detail li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 39px;
    margin-top: 19px;
}
.req-example-top-detail li.top {
    align-items: flex-start;
}
.req-example-top-detail strong {
    font-family: "europa", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
}
.req-example-top-detail strong small {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
    font-size: 20px;
}
.req-example-top-detail strong.lg {
    font-size: 36px;
}
.req-example-top-detail strong.lg small {
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}
.req-example-top-detail .note {
    font-size: 11px;
    font-weight: 300;
    line-height: calc(16/11);
}
.req-example-top-detail .detail-1 {
    font-family: "europa", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}
.req-example-top-detail .detail-1 strong {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;
}
.req-example-top-detail .detail-1 span {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
    font-size: 12px;
    line-height: 1.7;
    padding-right: 11px;
}
.req-example-top-detail .detail-1 small {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;
}
.req-example-button-group {
    margin-top: 30px;
}
.req-example-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #437296;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid currentColor;
    border-radius: 100px;
}

.req_rikunavi {
    width: 140px;
    margin: 15px 0 0 0;
    display: inline-block;
}
.req_rikunavi a:hover{
    opacity:0.6;
}
.vector{
    padding-left:10px;
    margin:5px 0;
}
.box03 {
    padding-left: 1em;
}
.box03 li {
    list-style: disc;
}
.none {
    color:#fff;
}
.req_list02 {
    border-bottom:1px dotted #999;
    padding-bottom:25px;
}
.shinsotsu {
    border-bottom:1px dotted #999;
    border-top:1px dotted #999;
    padding-bottom:30px;
}
.shinsotsu02 {
    border-bottom:1px dotted #999;
    border-top:1px dotted #999;
    padding:30px 0;
    margin:10px auto 0;
}
.head02 {
    text-align:center;
}
#s_box {
    width:100%;
    border:1px solid #c6c6c6;
    margin-bottom:30px;
}
#s_box > p{
    display:table-cell;
    padding:20px 0;
    padding-left: 20px;
    width:200px;
    font-weight: bold;
}
#s_list {
    display:table-cell;
    width: 79.5%;
    text-align:right;
    font-weight: bold;
}
.shop {
    font-size:14px;
    font-weight:700;
    margin-top:30px;
}
.caption {
    display: none;
}
.icon {
    width: 106px;
    float: left;
}
.ex_list {
    margin-bottom: 40px;
}
.ex_text {
    display: inline-block;
    padding: 0 0 0 4rem;
    font-weight: 500;
}
.ex_cont {
    display: inline-block;
    width: 150px;
    font-weight: 500;
}
.ex_cont02
{
    display: inline-block;
    color: #6c6c6c;
    padding-bottom:2px;
}
.ex_cont03 {
    display: inline-block;
    font-size: 0.9rem;
}
.ex_cont04 {
    display: inline-block;
    padding-left: 10px;
    font-size: 0.9rem;
}
h3 {
    padding-bottom: 20px;
    font-weight: 600;
}
.btn04 {
    margin-bottom: 20px;
}
.list-number {
    margin-left: 3.5em;
    width: 100%;
    display: block;
}
.list-number > li {
	list-style-type: none;
	counter-increment: cnt;
    margin-bottom: 10px;
}
.list-number > li p {
    display: inline-block;
    vertical-align: top;
}
.list-number > li p strong {
    display: block;
}
.list-number > li::before {
	content: "（" counter(cnt) "）";
    display: inline-block;
    margin-left: -3.4em;
    width: 3em;
}

.career-step-list {
    margin-top: 75px;
}
.career-step-list-item {
    padding-right: 30px;
}

.career-step-card {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--c-primary);
}

.career-step-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.career-step-card-header::before {
    content: '';
    position: absolute;
    left: 7px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--c-primary);
}

.career-step-card-header::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--c-white);
    border: 1px solid var(--c-primary);
    border-radius: 10rem;
}

.career-step-card-header>span {
    position: absolute;
    top: 0;
    left: 30px;
    background-color: var(--c-gold);
    color: var(--c-white);
    font-family: 'Spartan', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 1;
    padding: 4px 7px 2px;
}

.career-step-card-header>span::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 8px;
    height: 9px;
    border-right: 8px solid transparent;
    border-top: 9px solid var(--c-gold);
}

.career-step-card-header h6 {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(21/14);
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: column;
    color: var(--c-primary);
}

.career-step-card-header h6 small {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: calc(18/12);
}

.career-step-card-header p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: calc(28/19);
}

.career-step-card-header p strong {
    font-family: "europa", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    margin-right: 3px;
}

.career-step-card-header--job-change {
    padding-top: 29px;
}

.career-step-card-content {
    padding: 23px 0 48px 30px;
}

.career-step-card-content p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: calc(18/15);
    letter-spacing: 0.03em;
}

.career-step-card-content ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
    margin-top: 13px;
}

.career-step-card-content ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 17px;
}

.career-step-card-content ul li .p-badge span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c-white);
    color: var(--c-primary);
    border: 1px solid currentColor;
    min-width: 75px;
    height: 27px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 10rem;
    padding-top: 3px;
}

.career-step-card-content ul li .p-salary {
    font-family: "europa", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
}
.banner {
    margin-top: 30px;
}
.banner a {
	display: block;
}

@media (min-width: 768px) {
    .req-example-top {
        display: grid;
        align-items: center;
        grid-template-areas:
            "img header"
            "img detail";
        grid-template-columns: 300px 1fr;
        column-gap: 30px;
    }
    .req-example-img {
        width: 100%;
        max-width: none;
        margin-bottom: 0;
    }
    .req-example-header h3 {
        font-size: 25px;
        line-height: calc(37/25);
    }
    .req-example-top-detail li {
        gap: 23px;
    }
    .req-example-top-detail li:last-child {
        margin-top: 33px;
    }
    .req-example-top-detail strong.lg {
        font-family: "europa", sans-serif;
        font-size: 45px;
    }
    .req-example-top-detail .note br {
        display: none;
    }
    .req-example-button-group {
        margin-top: 97px;
    }
}
@media screen and (min-width: 827px) {
    .career-step-list {
        max-width: 656px;
        margin-top: 93px;
        margin-left: auto;
        margin-right: auto;
    }

    .career-step-list-item:not(:first-child) {
        margin-top: -27px;
    }

    .career-step-list-item:first-child .career-step-card-header {
        padding-top: 15px;
    }

    .career-step-list-item:last-child .career-step-card-content {
        padding-bottom: 30px;
    }

    .career-step-list-item:nth-child(odd) {
        margin-left: calc(50% - 0.5px);
        padding-right: 0;
    }

    .career-step-list-item:nth-child(even) {
        margin-right: calc(50% - 0.5px);
        padding-right: 0;
    }

    .career-step-list-item:nth-child(even) .career-step-card {
        border-left-width: 0;
        border-right: 1px solid var(--c-primary);
    }

    .career-step-list-item:nth-child(even) .career-step-card-header,
    .career-step-list-item:nth-child(even) .career-step-card-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .career-step-list-item:nth-child(even) .career-step-card-header {
        flex-direction: row-reverse;
    }

    .career-step-list-item:nth-child(even) .career-step-card-header::before {
        left: 0;
        right: 8px;
    }

    .career-step-list-item:nth-child(even) .career-step-card-header::after {
        left: 100%;
    }

    .career-step-list-item:nth-child(even) .career-step-card-header h6 {
        text-align: right;
    }

    .career-step-card-content {
        padding-bottom: 0;
    }

}
@media screen and (max-width: 826px) {
    .banner {
        padding: 0 6%;
    }
    .banner a {
        transition: unset;
        color: unset;
    }
    .list-number {
        width: auto;
    }
    .list-number > li::before {
        margin-left: -4em;
        width: 2.5em; 
    }
    .req_all {
        width:100%;
        margin:25px auto 0;
    }
    .req_cont {
        width:100%;
        margin: 40px auto;
    }
    .req_m {
        padding: 0 6%;
        margin:30px auto;
    }
    .req_view {
        width:100%;
    }
    h1,h2 {
        padding: 0 6%;
        margin: 30px auto 10px;
    }
    .req_text{
        padding: 0 6%;
        margin:0 auto;
    }
    .req_list {
        margin:0 auto;
    }
    .head {
        display:block;
        padding: 16px 0 10px;
        font-weight:700;
        font-size: 16px;
    }
    .box {
        display:block;
        padding-top:0;
    }
    .box02 {
        display:block;
        padding-top:20px;
    }
    .req_main {
        padding: 0 6%;
        margin: 30px 0;
    }
    .box03 {
        padding-left:0;
    }
    .sub_t{
        display:none;
    }
    #s_list {
        padding-right: 6%;
        text-align: right;
    }
    #s_box {
        margin:0 auto;
        width: 88%;
    }
    /**/
    .r-tabs {
        position: relative;
    }
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        top: 1px;
        width:225px;
        height: 58px;
    }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        border-bottom:1px solid #999;
        border-top:1px solid #999;
        margin-top:-4px;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
        background-color: #fff;
        width:225px;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-disabled {
        opacity: 0.5;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color:#437296;
        background-color: #fff;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-panel {
        margin-bottom: 3px;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        border-bottom:1px solid #999;
        border-top:1px solid #999;
        margin-top:-4px;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
        letter-spacing: 2px;
        font-weight: bold;
    }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #fff;
        color: #437296;
        margin-bottom: 0;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    #tab-1,#tab-2,#tab-3,#tab-4,#tab-5,#tab-6{
        width:100%;
        margin:0 auto;
        margin-top:15px;
        margin-bottom:20px;
    }
    /**/
    #responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        top: 1px;
        width:100%;
        height: 58px;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-anchor {
        border-bottom:1px solid #999;
        border-top:1px solid #999;
        margin-top:-4px;
        padding-left:10px;
        height: 58px;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-active {
        background-color: #fff;
        width:100%;
        padding-left:10px;
        height: 58px;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-disabled {
        opacity: 0.5;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color:#000;
        background-color: #fff;
        border:1px solid #000;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-panel {
        margin-bottom: 3px;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
        background-color: #999;
        color:#fff;
        text-decoration: none;
        margin-bottom: 5px;
        height: 58px;
        width:100%;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }
    #responsiveTabsDemo02.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #999;
        color: #fff;
        margin-bottom: 0;
    }
    #cont-1,#cont-2,#cont-3,#cont-4 {
        width:100%;
        margin:0 auto;
        margin-bottom:20px;
    }
    /**/
    #responsiveTabsDemo03.r-tabs {
        position: relative;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        top: 1px;
        width:453px;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-anchor {
        background-color:#fff;
        margin-bottom:0;
        padding: 10px 12px;
        display: inline-block;
        color: #999;
        width:100%;
        text-align:center;
        border:1px solid #999;
        font-size:12px;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-state-active {
        background-color: #999;
        width:453px;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-state-disabled {
        opacity: 0.5;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color:#000;
        background-color: #fff;
        border:1px solid #000;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-panel {
        margin-bottom: 3px;
        margin-top: 2rem;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
        background-color: #999;
        color: #fff;
        text-decoration: none;
        margin-bottom: 5px;
        height:55px;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }
    #responsiveTabsDemo03.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #999;
        color: #fff;
        margin-bottom: 0;
        border: unset;
        margin-top: 0;
    }
    /**/
    #s_box > p {
        width: 40%;
        padding-left: 6%;
    }
    .shop {
        font-size:14px;
        font-weight:700;
    }
    .shinsotsu {
        border-bottom:1px dotted #999;
        border-top:1px dotted #999;
        padding-bottom:30px;
        width:100%;
        margin-top:20px;
    }
    .shinsotsu > li {
        width:85%;
        margin:20px auto 0;
    }
    .shinsotsu02 {
        border-bottom:1px dotted #999;
        border-top:1px dotted #999;
        padding:30px 0;
        margin:10px auto 0;
    }
    .icon {
        width: 74px;
        float: none;
        padding:0;
        margin: 1rem auto;
    }
    .ex_text {
        width: auto;
        padding: 0;
    }
    .ex_cont02 {
        display: block;
        margin-left:0;
    }
    .ex_cont {
        display: block;
    }
    .ex_list {
        border-bottom: 1px solid #000;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .ex_cont03 {
        display:block;
        font-size: 0.8rem;
    }
    .ex_cont04 {
        display:block;
        padding-left: 0;
        font-size: 0.8rem;
    }
    h3 {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .tit_b span {
        font-size: 0.8em;
        padding-left: 8px;
        display: inline-block;
        color: #fff;
    }
    ul.box03 {
        padding-left: 1rem
    }
    /*#cont-3 p {*/
    /*    margin: 60px 0;*/
    /*}*/
}
@media (min-width: 1024px) {
    .req-example-top {
        grid-template-columns: 342px 1fr;
        column-gap: 80px;
    }
    .req-example-button-group {
        margin-bottom: 120px;
        width: 490px;
        margin-right: auto;
        margin-left: auto;
    }
}
