@charset "UTF-8";

/*  ------------------------------------------------------------------

        社会保険労務士 直前セミナー講座 
        
        1. frame
        2. top

---------------------------------------------------------------------*/
/*  ------------------------------------------------------------------
	1. frame
---------------------------------------------------------------------*/
main {
    color: #121212;
}

/* themeColor（テーマのフォントカラー）
**********************************/
.u-themeColor {
    color: #0070C0;
}

.u-underline {
    background: linear-gradient(transparent 25%, #F7FD19 25%, #F7FD19 85%, transparent 85%);
}

/* c-inner_contents
**********************************/
#sharoushi .c-inner_contents {
    width: 1200px;
}

@media screen and (max-width: 767px) {
    #sharoushi .c-inner_contents {
        width: 90.4%;
    }
}

/* c-btn
**********************************/
#sharoushi .c-btn a {
    border-radius: 0;
    font-size: 17px;
    font-size: 1.7rem;
/*
    font-size: 21px;
    font-size: 2.1rem;
*/
    color: #0070C0;
    line-height: 60px;
    background-color: #F7FD19;
    box-shadow: 0 10px 0 #ACB100;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../images/common/linkArrow.png");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 14px;
}

@media screen and (max-width: 767px) {
    #sharoushi .c-btn a {
        width: 100%;
        padding-left: 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
/*
        font-size: 18px;
        font-size: 1.8rem;
*/
        box-shadow: 0 10px 0 #ACB100;
        background-image: url("../images/common/linkArrow.png");
        background-position: right 10px top 50%;
    }
}

#sharoushi .c-btn a:hover {
    top: 10px;
    box-shadow: 0 0 0 #ACB100;
}

@media screen and (max-width: 767px) {
    #sharoushi .c-btn a:hover {
        top: 5px;
    }
}

/* l-header__xsContents__holder__menuBtn
**********************************/
#sharoushi .l-header__xsContents__holder__menuBtn {
    display: none;
}

/* section
**********************************/
.section {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .section {
        padding: 25px 0;
    }
}

.section.section--01 {
    background-color: #FFFBCB;
}

.section.section--02 {
    padding: 0;
}

.section.section--03 {
    padding: 0;
}

.section.section--04 {
    background-color: #FFFBCB;
    padding: 0;
}

.section.section--05 {
    background-color: #F7FD19;
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .section.section--05 {
        padding: 30px 0;
    }
}

.section.section--06 {
    padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
    .section.section--06 {
        padding: 0 0 30px;
    }
}

.section.section--07 {
    padding: 0;
}

.section.section--08 {
    padding: 0 0 50px;
    background-color: #F0F0F0;
}

@media screen and (max-width: 767px) {
    .section.section--08 {
        padding: 0 0 10px;
    }
}

/* pointBlock
**********************************/
.pointBlock {
    border: solid 4px #0070C0;
    padding: 40px;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .pointBlock {
        padding: 20px;
        text-align: left;
    }
}

.pointBlock__subHead {
    color: #F7FD19;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    background-color: #0070C0;
    width: 500px;
    padding: 8px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
    .pointBlock__subHead {
        font-size: 21px;
        font-size: 2.1rem;
        width: 100%;
        text-align: center;
    }
}

.pointBlock__head {
    color: #0070C0;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.42857;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .pointBlock__head {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

.pointBlock__rt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.1;
}

@media screen and (max-width: 767px) {
    .pointBlock__rt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/* arrowBlock
**********************************/
.arrowBlock {
    background-color: #0070C0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowBlock.arrowBlock--01 {
    height: 250px;
}

.arrowBlock.arrowBlock--02 {
    height: 150px;
}

@media screen and (max-width: 767px) {

    .arrowBlock.arrowBlock--01,
    .arrowBlock.arrowBlock--02 {
        height: auto;
        padding: 8% 5.3333333333%;
    }
}

.arrowBlock__head {
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.333333;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .arrowBlock__head {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.285;
        text-align: left;
    }
}

/* nextArrow
**********************************/
#sharoushi .nextArrow {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #sharoushi .nextArrow {
        width: 125px;
        margin: 0 auto;
    }
}

/*  ------------------------------------------------------------------
	2. top
---------------------------------------------------------------------*/
#sharoushi {
    min-width: 1200px;
}

@media screen and (max-width: 767px) {
    #sharoushi {
        min-width: inherit;
    }
}

#sharoushi .priceBlock {
    /* 2-ex. priceBlock */
    color: white;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    padding: 30px 0;
    background-color: #0070C0;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 30px 0 20px;
    }
}

#sharoushi .priceBlock__texts {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__texts {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

#sharoushi .priceBlock__texts dl dt {
    display: inline-block;
    color: #0070C0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    padding: 8px 60px;
    margin-right: 15px;
    background-color: #fff;
    vertical-align: 15px;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__texts dl dt {
        width: 36%;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 5px;
        margin-right: 2%;
        vertical-align: top;
    }
}

#sharoushi .priceBlock__texts dl dd {
    display: inline-block;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__texts dl dd {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

#sharoushi .priceBlock__texts dl dd .price {
    font-size: 55px;
    font-size: 5.5rem;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__texts dl dd .price {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

#sharoushi .priceBlock__texts dl dd .notice {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__texts dl dd .notice {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#sharoushi .priceBlock__contents {
    float: right;
    width: 50%;
    margin-bottom: 30px;
}

#sharoushi .priceBlock__contents .c-btn a {
    width: 480px;
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__contents .c-btn a {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #sharoushi .priceBlock__contents {
        float: none;
        width: 100%;
    }
}

#sharoushi .priceBlock__rt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.666666;
}

#sharoushi .section--01 {
    /* 2-1. section--01 */
}

#sharoushi .section--02 {
    /* 2-2. section--02 */
}

#sharoushi .section--02 .unknownBlock {
    padding: 50px 0;
    background-color: #F0F0F0;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock {
        padding: 30px 0;
    }
}

#sharoushi .section--02 .unknownBlock__list {
    text-align: center;
    letter-spacing: -.4em;
}

#sharoushi .section--02 .unknownBlock__list__item {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 25px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__list__item {
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

#sharoushi .section--02 .unknownBlock__list__item:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__list__item:last-child {
        margin-bottom: 0;
    }
}

#sharoushi .section--02 .unknownBlock::after {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 49vw 0 49vw;
    border-color: #F0F0F0 transparent transparent transparent;
}

#sharoushi .section--02 .unknownBlock__solution {
    width: 1100px;
    padding: 110px 0 50px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution {
        width: 90.4%;
        padding: 100px 0 30px;
    }
}

#sharoushi .section--02 .unknownBlock__solution__head {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution__head {
        font-size: 28px;
        font-size: 2.8rem;
        text-align: left;
    }
}

#sharoushi .section--02 .unknownBlock__solution__holder__text {
    float: left;
    width: 530px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution__holder__text {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

#sharoushi .section--02 .unknownBlock__solution__holder__text__head {
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 15px;
    background-color: #0070C0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution__holder__text__head {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#sharoushi .section--02 .unknownBlock__solution__holder__text__rt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution__holder__text__rt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

#sharoushi .section--02 .unknownBlock__solution__holder__fig {
    float: right;
    width: 530px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--02 .unknownBlock__solution__holder__fig {
        float: none;
        width: 100%;
    }
}

#sharoushi .section--03 {
    /* 2-3. section--03 */
}

#sharoushi .section--03 .featureBlock {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock {
        padding: 30px 0;
    }
}

#sharoushi .section--03 .featureBlock__list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock__list {
        display: block;
        justify-content: flex-start;
    }
}

#sharoushi .section--03 .featureBlock__list__item {
    width: 370px;
    height: 240px;
    border: solid 4px #0070C0;
    border-radius: 20px;
    background-color: #FFFBCB;
    vertical-align: top;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock__list__item {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock__list__item:last-child {
        margin-bottom: 0;
    }
}

#sharoushi .section--03 .featureBlock__list__item__rt {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock__list__item__rt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }
}

#sharoushi .section--03 .featureBlock__list__item__rt .u-themeColor {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--03 .featureBlock__list__item__rt .u-themeColor {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#sharoushi .section--04 {
    /* 2-4. section--04 */
}

#sharoushi .section--04 .stepBlock {
    padding: 50px 0 130px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock {
        padding: 30px 0 100px;
    }
}

#sharoushi .section--04 .stepBlock__list__item {
    background-color: #fff;
    padding: 80px;
    margin-bottom: 130px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item {
        width: 88%;
        padding: 20px !important;
        margin: auto;
        margin-bottom: 100px;
    }
}

#sharoushi .section--04 .stepBlock__list__item__step {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 160px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item__step {
        width: 130px;
    }
}

#sharoushi .section--04 .stepBlock__list__item__holder__text {
    float: left;
    width: 590px;
}

#sharoushi .section--04 .stepBlock__list__item__holder__text__head {
    color: #0070C0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item__holder__text__head {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        padding-left: 20%;
        margin-bottom: 10px;
    }
}

#sharoushi .section--04 .stepBlock__list__item__holder__text__rt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item__holder__text__rt {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item__holder__text {
        float: none;
        width: 100%;
    }
}

#sharoushi .section--04 .stepBlock__list__item__holder__fig {
    position: absolute;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item__holder__fig {
        position: static;
        top: auto !important;
        right: auto !important;
    }

    #sharoushi .section--04 .stepBlock__list__item__holder__fig img {
        width: 100% !important;
    }
}

#sharoushi .section--04 .stepBlock__list__item::after {
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translate(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 125px 0 125px;
    border-color: #0070C0 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .stepBlock__list__item::after {
        bottom: -60px;
    }
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(1) .stepBlock__list__item__holder__fig {
    top: 34px;
    right: 86px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(1) .stepBlock__list__item__holder__fig img {
    width: 324px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(2) {
    padding-bottom: 50px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(2) .stepBlock__list__item__holder__fig {
    top: 34px;
    right: 75px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(2) .stepBlock__list__item__holder__fig img {
    width: 350px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(3) {
    padding-bottom: 50px;
    margin-bottom: 0;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(3) .stepBlock__list__item__holder__fig {
    top: 34px;
    right: 30px;
}

#sharoushi .section--04 .stepBlock__list__item:nth-child(3) .stepBlock__list__item__holder__fig img {
    width: 438px;
}

#sharoushi .section--04 .pointBlock {
    margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--04 .pointBlock {
        margin-bottom: 50px;
    }
}

#sharoushi .section--05 {
    /* 2-5. section--05 */
}

@media screen and (max-width: 767px) {
    #sharoushi .section--05 .pointBlock {
        text-align: center;
    }
}

#sharoushi .section--05 .pointBlock__rt {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--05 .pointBlock__rt {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.5;
    }
}

#sharoushi .section--05 .pointBlock__head {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--05 .pointBlock__head {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#sharoushi .section--06 {
    /* 2-6. section--06 */
}

#sharoushi .section--06 .arrowBlock--02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .arrowBlock--02 {
        margin-bottom: 30px;
    }
}

#sharoushi .section--06 .supportList .supportList__item {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item:last-child {
        margin-bottom: 0;
    }
}

#sharoushi .section--06 .supportList .supportList__item dl dt {
    float: left;
    width: 670px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item dl dt {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

#sharoushi .section--06 .supportList .supportList__item dl dd {
    float: right;
    width: 438px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item dl dd {
        float: none;
        width: 100%;
    }
}

#sharoushi .section--06 .supportList .supportList__item__head {
    font-size: 28px;
    font-size: 2.8rem;
    color: #0070C0;
    margin-bottom: 30px;
    border-bottom: solid 2px #0070C0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item__head {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.28;
        margin-bottom: 10px;
    }
}

#sharoushi .section--06 .supportList .supportList__item__rt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--06 .supportList .supportList__item__rt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

#sharoushi .section--07 {
    /* 2-7. section--07 */
}

#sharoushi .section--07 .attendBlock {
    padding: 70px 0;
    background-color: #E5F0F9;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock {
        padding: 30px 0;
    }
}

#sharoushi .section--07 .attendBlock .notice {
    font-size: 12px;
    font-size: 1.2rem;
}

#sharoushi .section--07 .attendBlock .c-inner > .notice {
    color: red;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock .c-inner > .notice {
        text-align: left;
    }
}

#sharoushi .section--07 .attendBlock__holder {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder {}
}

#sharoushi .section--07 .attendBlock__holder__texts {
    width: 774px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts {
        width: 100%;
        float: none;
        text-align: center;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts__subHead {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts__subHead {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts__head {
    color: #0070C0;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.48;
    margin-left: -0.5em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts__head {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl {
    width: 680px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts dl {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 15px;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl dt {
    color: #0070C0;
    width: 270px;
    padding-top: 50px;
    float: left;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts dl dt {
        width: 100%;
        height: auto;
        padding: 0;
        float: none;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl dd {
    margin-left: 270px;
    height: 120px;
    padding-top: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts dl dd {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl dd .fs01 {
    font-size: 60px;
    font-size: 6rem;
    color: #0070C0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts dl dd .fs01 {
        font-size: 44px;
        font-size: 4.4rem;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl dd .fs02 {
    font-size: 40px;
    font-size: 4rem;
    color: #0070C0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts dl dd .fs02 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#sharoushi .section--07 .attendBlock__holder__texts dl dd .exam {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}

#sharoushi .section--07 .attendBlock__holder__texts .c-btn a {
    font-size: 25px;
    font-size: 2.5rem;
/*
    font-size: 29px;
    font-size: 2.9rem;
*/
    width: 680px;
    line-height: 130px;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__texts .c-btn a {
        width: 100%;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 55px;
        background-size: 13px;
        background-position: right 20px top 50%;
    }
}

#sharoushi .section--07 .attendBlock__holder__fig {
    width: 426px;
    float: right;
    text-align: center;
}

#sharoushi .section--07 .attendBlock__holder__fig img {
    width: 271px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock__holder__fig {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

#sharoushi .section--07 .attendBlock .text__holder {
    background-color: #fff;
    padding: 50px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock .text__holder {
        padding: 20px;
        margin-top: 15px;
    }
}

#sharoushi .section--07 .attendBlock .text__holder__item {
    float: left;
    width: 530px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock .text__holder__item {
        float: none;
        width: 100%;
    }
}

#sharoushi .section--07 .attendBlock .text__holder__item:first-child {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock .text__holder__item:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

#sharoushi .section--07 .attendBlock .text__holder__item h4 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0070C0;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--07 .attendBlock .text__holder__item h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

#sharoushi .section--07 .attendBlock .text__holder__item h4 span {
    background-color: #fff;
    padding-right: 1em;
    position: relative;
    z-index: 2;
}

#sharoushi .section--07 .attendBlock .text__holder__item h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #0070C0;
    left: 0;
    top: 50%;
}

#sharoushi .section--07 .attendBlock .text__holder__item .text__contents {
    font-size: 14px;
    font-size: 1.4rem;
}

#sharoushi .section--07 .attendBlock .text__holder__item .text__contents.notice {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1em;
}

#sharoushi .section--08 {
    /* 2-8. section--08 */
}

#sharoushi .section--08 .faq__list {
    padding: 90px 0;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list {
        padding: 30px 0;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item {
        padding: 15px;
        margin-bottom: 15px;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item:last-child {
    margin-bottom: 0;
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu {
    color: #0070C0;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu {
        margin-bottom: 10px;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu dt {
    font-size: 24px;
    font-size: 2.4rem;
    float: left;
    width: 3%;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu dt {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu dd {
    font-size: 21px;
    font-size: 2.1rem;
    margin-top: 3px;
    margin-left: 3%;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__qu dd {
        margin-top: 0;
        margin-left: 6%;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    float: left;
    width: 3%;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dt {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-left: 3%;
}

#sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dd p {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dd {
        margin-left: 6%;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #sharoushi .section--08 .faq__list .faq__list__item .faq__list__item__an dd .c-btn a {
        width: 106%;
        margin-left: -6%;
    }
}


/* 240626 訴求追加 */
.p-ttl {
    margin: 40px 0;
}
.p-ttl__box {
    display: flex;
    justify-content: space-between;
}
.p-ttl__box img {
    width: 32%;
}
@media screen and (max-width: 767px) {
    .p-ttl {
        margin: 20px auto;
    }
    .p-ttl__box {
        display: block;
    }
    .p-ttl__box img {
        width: 100%;
        margin-bottom: 5px;
    }
    .p-ttl__box img:last-child {
        margin-bottom: 0;
    }
}