
@media screen and (min-width:768px){
body{
    min-width:1180px;
}
}

.mod-pankuzu{
    color:#fff;
    margin-bottom: 5px;
}
.mod-pankuzu-links {
    width:100%;
    flex-wrap:wrap;
}

@media screen and (max-width: 767px){
    .mod-pankuzu{
        margin: 0 0 10px;
        padding:10px 0 0 ;
    }
    .mod-pankuzu-links-item {
        padding-right: 1.5em;
    }
    .mod-pankuzu-links-item:last-child{
        padding-right: 0;
    }

    .mod-pankuzu-links-item:after {
        margin: 0 0.5em;
    }
}
.mod-pankuzu a{
    color:#fff;
}
@media screen and (max-width:767px){
    body{
        min-width:375px;
    }
}
/*header*/
header{
    background-color:#fff;
    padding:20px 0;
}

@media screen and (max-width:767px){
    header{
        padding:12px 10px;
    }
}

.content-inner{
    width:1140px;
    margin:0 auto;
}


@media screen and (max-width:767px){
    .content-inner{
        width:calc(100% - 30px);
        margin:0 auto;
    }
}

header .header-inner{
    width:1140px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:767px){
    header .header-inner{
        width:100%;
    }
}

header .header-inner .header-logo01{
    width:143px;
}

@media screen and (max-width:767px){
    header .header-inner .header-logo01{
        width:79px;
    }
}

header .header-inner .header-logo01 img{
    width:100%;
    display: block;
}

header .header-inner .header-logo02{
    width:151px;
}

@media screen and (max-width:767px){
    header .header-inner .header-logo02{
        width:76px;
    }
}


header .header-inner .header-logo02 img{
    width:100%;
}

@media screen and (max-width:767px){

}

header .header-inner a{
    color:#00a0e9;
    font-size:25px;
    text-align:center;
    display:block;
    text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width:767px){
    header .header-inner a{
        font-size:13px;
    }
}


/*コンテンツエリア*/
.mv-shukatsu2021{
    background-color:#00a0e9;
    padding:50px 0 45px;
}
#shukatsu2021_01 .mv-shukatsu2021:first-child{
    padding-top: 0;
}

@media screen and (max-width:767px){
    .mv-shukatsu2021{
        padding:32px 0 25px;
    }
}

.mv-shukatsu2021 h1{
    width:1000px;
    margin:0 auto;
}

@media screen and (max-width:767px){
    .mv-shukatsu2021 h1{
        width:100%;
    }
}

.mv-shukatsu2021 h1 img{
    width:100%;
}

.mv-shukatsu2021 p{
    text-align:center;
    margin-top:35px;
    font-size:18px;
    line-height:1.9;
    min-height:150px;
    color:#fff;
}

@media screen and (max-width:767px){
    .mv-shukatsu2021 p{
        font-size:14px;
        margin-top:23px;
    }
}

.content-shukatsu2021{
    background: linear-gradient(180deg,#00a0e9 0px,#00a0e9 152px,#fff 152px);
    padding: 0 0 100px;
}
@media screen and (max-width:767px){
    .content-shukatsu2021{
        background: linear-gradient(180deg,#00a0e9 0px,#00a0e9 14vw,#fff 14vw);
        padding-bottom:60px;
        padding:0 0 60px;
    }
}

.content-shukatsu2021 h2{
    width:810px;
    margin:0 auto;
    top:-139px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 h2{
        width:100%;
    }
}
.content-shukatsu2021 h2 img{
    width:100%;
}

.content-shukatsu2021 .problem-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top: 73px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap{
        display: block;
        margin-top:52px;
    }
}
.content-shukatsu2021 .problem-wrap .problem-item{
    position: relative;
    width:calc(50% - 19px);
}

.problem-item-last {
    margin: 0 auto;
}

.content-shukatsu2021 .problem-wrap .problem-item__inner{
    position: relative;
    border:3px solid #000;
    background-color:#fff;
    border-radius: 20px;
    padding:73px 45px 45px;
    z-index:2;
    min-height: 100%;
}

.content-shukatsu2021 .problem-wrap .problem-item.commingsoon .problem-item__inner:before{
    content:'';
    position: absolute;
    bottom:0px;
    left:0;
    width:100%;
    height:calc(100% - 60px);
    background-image: url(/book/shukatsu_sakamoto/img/txt_commingsoon.png);
    background-position:121px 125px;
    background-size:271px 131px;
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.75);
    z-index:3;
    border-radius:20px;
}
@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item{
        width:calc(100% - 10px);
        background-size: 186px 90px;
    }

    .content-shukatsu2021 .problem-wrap .problem-item__inner{
        width:100%;
        padding:44px 15px 25px;
        border:2px solid #000;
        border-radius: 10px;
    }
    .content-shukatsu2021 .problem-wrap .problem-item.commingsoon .problem-item__inner:before{
        background-position:center;
        height:calc(100% - 40px);
    }

    .content-shukatsu2021 .problem-wrap .problem-item:not(:first-child){
        margin-top:59px;
    }
}

@media screen and (min-width:768px){
    .content-shukatsu2021 .problem-wrap .problem-item:nth-child(n+3){
        margin-top:86px;
    }
}
.content-shukatsu2021 .problem-wrap .problem-item:after{
    position: absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size:8px 8px;
    width:100%;
    height:100%;
    display: block;
    top:10px;
    left:10px;
    border-radius:20px;
    z-index:1;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item:after{
        top:5px;
        left:5px;
        background-size:4px 4px;
        border-radius:10px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-ttl{
    position:absolute;
    width:152px;
    top:-53px;
    left:0;
    right:0;
    margin:0 auto;
    background-color:#fff;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-ttl{
        width:130px;
        top:-34px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-ttl:before{
    position:absolute;
    content:'';
    background-color:#000;
    width:8px;
    height:8px;
    border-radius:50%;
    left:0;
    top:47px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-ttl:before{
        top:29px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-ttl:after{
    position:absolute;
    content:'';
    background-color:#000;
    width:8px;
    height:8px;
    border-radius:50%;
    right:0;
    top:47px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-ttl:after{
        top:29px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-ttl img{
    width:114px;
    margin:0 auto;
    display: block;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-ttl img{
        width:70px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-person{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-person img{
    width:125px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-person img{
        width:20vw;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-person p{
    position:relative;
    border:3px solid #000;
    border-radius:30px;
    padding:25px;
    font-size:19px;
    width:306px;
    box-sizing: border-box;
    line-height: 1.5;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-person p{
        width:70%;
        font-size:15px;
        border:2px solid #000;
    }
}
.content-shukatsu2021 .problem-wrap .problem-item .problem-person p:after{
    position:absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/ico_comment.png);
    background-position:center;
    background-size: 35px 32px;
    background-repeat:no-repeat;
    width:35px;
    height:32px;
    top:calc(50% + 18px);
    left:-26px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-person p:after{
        background-size:100%;
        width:5vw;
        height:4.8vw;
        left:-3.75vw;
        top:calc(50% + 2.4vw);
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-theme{
    position:relative;
    font-weight: bold;
    width:250px;
    margin:0 auto;
    font-size:17px;
    margin-top:34px;
    margin-bottom:22px;
    text-align: center;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-theme{
        font-size:11px;
        margin-top:22px;
        margin-bottom: 11px;
        width:165px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-theme:before{
    content:'';
    position:absolute;
    height:33px;
    width:2px;
    background-color:#000;
    transform:rotate(-45deg);
    top:0;
    left:-15px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-theme:before{
        height:25px;
        width:2px;
        top:0;
        left:-5px;
    }
}

.content-shukatsu2021 .problem-wrap .problem-item .problem-theme:after{
    content:'';
    position:absolute;
    height:33px;
    width:2px;
    background-color:#000;
    transform:rotate(45deg);
    top:0;
    right:-15px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-theme:after{
        height:25px;
        width:2px;
        top:0;
        right:-5px;
    }
}


.content-shukatsu2021 .problem-wrap .problem-item .problem-link{
    position: relative;
    margin:15px auto 0;
    background-color:#f6ed55;
    padding:0 70px;
    width:440px;
    display:block;
    box-sizing:border-box;
    font-weight:bold;
    text-align: center;
    text-decoration:none;
    border-radius:58px;
    font-size:24px;
    line-height:1.5;
    transition: .1s linear;
    height:116px;
    display: table-cell;
    vertical-align: middle;

}


@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-link{
        padding:19px 14px;
        font-size: 15px;
        margin-top:11px;
        height:75px;
        width:100vw;
    }

}

.content-shukatsu2021 .problem-wrap .problem-item .problem-link:hover{
    background-color: #f7d413;

}

.content-shukatsu2021 .problem-wrap .problem-item .problem-link:after{
    position:absolute;
    content:'';
    background-image:url('/book/shukatsu_sakamoto/img/ico_arrow_next.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width:42px;
    height:42px;
    right:25px;
    top:calc(50% - 21px);
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .problem-wrap .problem-item .problem-link:after{
        width:26px;
        height:26px;
        right:16px;
        top:calc(50% - 13px);
    }
}

.content-shukatsu2021 .profile-wrap {
    position:relative;
   font-size:20px;
   margin-top:154px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap {
        margin-top: calc(35px + 37vw);
        width:calc(100% - 10px);
    }
}

.content-shukatsu2021 .profile-wrap:after{
    position: absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size:8px 8px;
    width:100%;
    height:100%;
    display: block;
    top:10px;
    left:10px;
    border-radius:20px;
    z-index:1;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap:after{
        top:5px;
        left:5px;
        background-size:4px 4px;
        border-radius:10px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-wrap_inner{
    z-index:2;
    background-color:#fff;
    position: relative;
    border-radius:20px;
}


@media screen and (max-width:767px){

.content-shukatsu2021 .profile-wrap .profile-wrap_inner{
    border-radius:10px;
}
}

.content-shukatsu2021 .profile-wrap .profile-head{
    position:relative;
    background-color:#00a0e9;
    border-radius:20px 20px 0 0;
}

.content-shukatsu2021 .profile-wrap .profile-head .profile-img_wrap{
    position:absolute;
    width:335px;
    bottom:-3px;
    left:15px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-head .profile-img_wrap{
        width:59vw;
        top:-37vw;
        left:0;
        right:0;
        margin:0 auto;
    }
}

.content-shukatsu2021 .profile-wrap .profile-head .profile-img_wrap img{
    width:100%;
}

@media screen and (max-width:767px){

}

.content-shukatsu2021 .profile-wrap .profile-head p{
    color:#fff;
    font-size:40px;
    padding:29px 0 29px;
    text-align: center;
    width:600px;
    margin:0 auto;
    margin-left:308px;
    line-height:1.3;
    font-weight:bold;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-head p{
        width:inherit;
        font-size: 20px;
        margin-left:0;
        padding:18px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-head p span{
    font-size:30px;
}

@media screen and (max-width:767px){

    .content-shukatsu2021 .profile-wrap .profile-head p span {
        font-size: 16px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-text__wrap{
    border: 3px solid #00a0e9;
    border-radius:0 0 20px 20px;
    box-sizing: border-box;
    padding: 45px 60px 55px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-text__wrap{
        padding:24px 13px 34px;
        border-radius:0 0 10px 10px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-text__wrap p{
    font-size:15px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-text__wrap p{
        font-size: 13px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-text__wrap p .middle{
    font-size:15px;
    font-weight:bold;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-text__wrap p .middle{
        font-size: 13px;
    }
}

.content-shukatsu2021 .profile-wrap .profile-text__wrap p .small{
    font-size:12px;
}

@media screen and (max-width:767px){
    .content-shukatsu2021 .profile-wrap .profile-text__wrap p .small{
        font-size: 11px;
    }
}
.shukatsu2021-bottom{
    background-color:#bfe9ff;

}
@media screen and (max-width:767px){
    .shukatsu2021-bottom{

        padding:0;
    }
}
.shukatsu2021-bottom .link-wrap{
    display:flex;
    justify-content: space-between;
    padding:100px 0;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap{
        display: block;
        padding:60px 0;

    }
}

.shukatsu2021-bottom .link-wrap .link-item{
    background-color:#fff;
    border-radius:20px;
    padding:45px 42px 55px;
    width:calc(50% - 16px);
}


@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item{
        width:100%;
        padding:27px 20px 30px;
    }

    .shukatsu2021-bottom .link-wrap .link-item:not(:first-child){
        margin-top:20px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme{
    position: relative;
    font-size:20px;
    font-weight:bold;
    text-align: center;
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme span{
    position:relative;
    display: inline-block;
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme.is-blue span{
    color: #00a0e9;
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme.is-red span{
    color: #f72020;
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme span:before{
    position:absolute;
    content:'';
    background-color:#000;
    width:2px;
    height:80px;
    top:-5px;
    left: -40px;
    transform:rotate(-40deg);
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item .link-theme span:before{
        width:2px;
        height:60px;
        top:0px;
        left: -20px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item .link-theme span:after{
    position:absolute;
    content:'';
    background-color:#000;
    width:2px;
    height:80px;
    top:-5px;
    right: -40px;
    transform:rotate(40deg);
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item .link-theme span:after{
        width:2px;
        height:60px;
        top:0px;
        right: -20px;
    }
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item .link-theme{
        font-size: 15px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item .link-character{
    display: block;
    width:100px;
    height:auto;
    margin: 21px auto 0;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item .link-character{
        width: 65px;
        margin-top: 16px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item .link-character:after{
    position: absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size:8px 8px;
    width:100%;
    height:100%;
    display: block;
    top:10px;
    left:10px;
    border-radius:20px;
    z-index:1;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item .link-character:after{
        top:5px;
        height:5px;
        background-size:4px 4px;
    }
}


.shukatsu2021-bottom .link-wrap .link-item a{
    position: relative;
    display:block;
}

.shukatsu2021-bottom .link-wrap .link-item a:after{
    position: absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size:8px 8px;
    width:100%;
    height:100%;
    display: block;
    top:10px;
    left:10px;
    border-radius:20px;
    z-index:1;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a:after{
        top: 5px;
        left: 5px;
        background-size:4px 4px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item a{
    margin-top: 20px;
}


@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a{
        margin-top: 10px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item a .link-inner{
    position:relative;
    padding:20px 0;
    display: block;
    border-radius:30px;
    z-index:2;
    border: 2px solid #fff;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a .link-inner{
        padding:15px 0 17px;
        border-radius:20px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item a:hover{
    text-decoration: none;
}

.shukatsu2021-bottom .link-wrap .link-item a.blue .link-inner{
    background-color:#00a0e9;
    transition: .1s linear;
}

.shukatsu2021-bottom .link-wrap .link-item a.blue .link-inner:hover{
    background-color:#027ef2;
}

.shukatsu2021-bottom .link-wrap .link-item a.red .link-inner{
    background-color:#f72020;
    transition: .1s linear;
}

.shukatsu2021-bottom .link-wrap .link-item a.red .link-inner:hover{
    background-color:#d10101;
}

.shukatsu2021-bottom .link-wrap .link-item a.blue img{
    width:129px;
    height:auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a.blue img{
        width:82px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item a.red img{
    width:55px;
    height:auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a.red img{
        width:36px;
    }
}

.shukatsu2021-bottom .link-wrap .link-item a span{
    color:#fff;
    font-size:28px;
    text-decoration:none;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-weight:bold;
}

@media screen and (max-width:767px){
    .shukatsu2021-bottom .link-wrap .link-item a span{
        font-size: 20px;
        margin-top: 13px;
    }
}

/*フッター*/

footer{
    background-color:#00a0e9;
    padding:43px 0 44px;
}

@media screen and (max-width:767px){
    footer{
        padding:24px 0 25px;
    }
}

footer p{
    color:#fff;
    font-size:12px;
    text-align: center;
}

@media screen and (max-width:767px){
    footer p{
        font-size: 11px;
    }
}

/*下層ページ---------------------------------------------------------------------------------*/

#shukatsu2021_01 .mv-shukatsu2021{
    position:relative;
}

#shukatsu2021_01 .mv-shukatsu2021:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    bottom:-39px;
    margin:0 auto;
    width:0;
    height: 0;
    border-style: solid;
    border-width: 40px 29px 0 29px;
    border-color: #00a0e9 transparent transparent transparent;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-shukatsu2021 .content-inner{
        width:100%;

    }
    #shukatsu2021_01 .mv-shukatsu2021:after{
        border-width: 20px 14.5px 0 14.5px;
        bottom:-19px;
    }
}

#shukatsu2021_01 .mv-link__wrap{
    display:flex;
    justify-content: space-between;
    margin-bottom:35px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-link__wrap{
        margin-bottom:32px;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
    }
}

#shukatsu2021_01 .mv-link__wrap a{
    background-color:#f6ed55;
    width:calc(50% - 10px);
    border-radius:40px;
    text-align:center;
    border:3px solid #fff;
    padding:23px 0;
    transition:.1s linear;
    cursor:pointer;
}

#shukatsu2021_01 .mv-link__wrap .three-rows{
    width:calc(34% - 10px);
    padding: 10px;px 0;
}

#shukatsu2021_01 .mv-link__wrap a:hover{
    background-color:#f7d413;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-link__wrap a{
        border:none;
        width: 50%;
        border-radius:0;
        padding:13px 0 36px;
    }

    #shukatsu2021_01 .mv-link__wrap .three-rows{
        width: 50%;
        padding:13px 0 36px;
    }


    #shukatsu2021_01 .mv-link__wrap a:not(:first-child){
        border-left:2px solid #fff;
    }
}

#shukatsu2021_01 .mv-link__wrap a span{
    position:relative;
    font-weight: bold;
    font-size:21px;
    width:435px;
    display: inline-block;
}

#shukatsu2021_01 .mv-link__wrap a .three-rows-span{
    font-size:18px;
    width:100%;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-link__wrap a span{
        font-size:13px;
        width:100%;
        text-align:center;
    }
    #shukatsu2021_01 .mv-link__wrap a .three-rows-span{
        font-size:13px;
    }
}

#shukatsu2021_01 .mv-link__wrap a span:after{
    position:absolute;
    right:-46px;
    top:calc(50% - 21px);
    content:'';
    width:42px;
    height:42px;
    background-image:url('/book/shukatsu_sakamoto/img/ico_arrow_circle.png');
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

#shukatsu2021_01 .mv-link__wrap a .three-rows-span:after{
    right:7px;
    width:43px;
    height:43px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-link__wrap a span:after{
        width:20px;
        height:20px;
        left:0;
        right:0;
        top:inherit;
        bottom:-25px;
        margin:0 auto;
    }
    #shukatsu2021_01 .mv-link__wrap a .three-rows-span:after{
        bottom:-30px;
        width: 20px;
        height: 20px;
        font-size: 13px;
        bottom:-30px;
    }
}

#shukatsu2021_01 .mv-shukatsu2021 h1{
    margin-bottom:-85px;
    width:1116px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .mv-shukatsu2021 h1{
        width:100%;
        margin-bottom:-50px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__prologue{
    padding:85px 0 56px;
    text-align:center;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__prologue{
        padding:55px 0 35px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__prologue h2{
    font-size:24px;
    color:#00a0e9;
    font-weight:bold;
    margin-bottom:10px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__prologue h2{
        font-size: 20px;
        margin-bottom:10px;
        text-align: left;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__prologue p{
    font-size:18px;
    line-height:2.2;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__prologue p{
        font-size:14px;
        text-align: left;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__prologue p span.underline{
    position:relative;
    font-weight: bold;
    display:inline;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}



#shukatsu2021_01 .shukatsu2021-pr__point{
    background-color:#bfe9ff;
    background: linear-gradient(180deg,#fff 0px,#fff 39px,#bfe9ff 39px);
    text-align: center;
    padding-bottom:90px;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point{
        background: linear-gradient(180deg,#fff 0px,#fff 22px,#bfe9ff 22px);
        padding: 0 10px 45px 15px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point h2{
    position:relative;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    font-size:26px;
    display:inline-block;
    padding:13px 50px;
    border-radius:32.5px;
    line-height:1.5;
    margin: 0 0;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point h2{
        font-size:16px;
        padding:10px 18px;
    }
}
#shukatsu2021_01 .shukatsu2021-pr__point h2:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    bottom:-14px;
    margin:0 auto;
    width:0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 0 11px;
    border-color: #000 transparent transparent transparent;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point h2:after{
        border-width: 10px 7px 0 7px;
        bottom:-10px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point p{
    margin-top:61px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point p{
        margin-top: 35px;
        font-size: 14px;
        text-align: left;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap{
    position: relative;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap{
        width:calc(100% - 10px);
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .content-inner{
    width:1050px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .content-inner{
        width:100%;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap:after{
    position: absolute;
    content: '';
    background-image: url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size: 8px 8px;
    width: 100%;
    height: 100%;
    display: block;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    z-index: 1;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap:after{
        top: 5px;
        left: 5px;
        background-size: 4px 4px;

    }
}


#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner{
    position:relative;
    border:2px solid #00a0e9;
    background-color:#fff;
    border-radius:20px;
    padding:45px 50px;
    margin-top:35px;
    z-index:2;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner{
        padding:25px 10px;
        margin-top:25px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner .point-list__center{
   width:770px;
   margin:0 auto;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner .point-list__center{
        width:100%;
    }
}


#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner h3{
    font-size:26px;
    z-index:2;
    margin:0 auto 30px;
    text-align: left;
    font-weight:bold;
    line-height: 1.9;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner h3{
        font-size:17px;
        text-align: center;
        margin-bottom:15px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner h3 span.underline{
    position:relative;
    color:#00a0e9;
    z-index:3;
    font-size: 30px;
    display: inline;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner h3 span.underline{
        font-size: 19px;
    }
}




#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul{
     text-align: left;
    margin:0 auto;
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li{
    position:relative;
    padding-left:66px;
    display: block;
    font-weight:bold;
    font-size: 20px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li{
        padding-left:43px;
        font-size: 15px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:not(:first-child){
    margin-top:25px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:not(:first-child){
        margin-top:23px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li span{
    line-height:1.9;
    border-bottom:2px dashed #00a0e9;
    display: inline-block;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li span{
        display: inline;
        padding-bottom:3px;
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:before{
    content:'';
    position: absolute;
    left:0;
    top:calc(50% - 25px);
    width:50px;
    height:50px;
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:before{
        width:35px;
        height:35px;
        top:calc(50% - 25px);
    }
}

#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:nth-child(1):before{
    background-image:url('/book/shukatsu_sakamoto/img/ico_point_01.png');
}
#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:nth-child(2):before{
    background-image:url('/book/shukatsu_sakamoto/img/ico_point_02.png');
}
#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:nth-child(3):before{
    background-image:url('/book/shukatsu_sakamoto/img/ico_point_03.png');
}
#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:nth-child(4):before{
    background-image:url('/book/shukatsu_sakamoto/img/ico_point_04.png');
}
#shukatsu2021_01 .shukatsu2021-pr__point .point-list__wrap--inner ul li:nth-child(5):before{
    background-image:url('/book/shukatsu_sakamoto/img/ico_point_05.png');
}

#shukatsu2021_01 .shukatsu2021-pr__prologue + .shukatsu2021-method{
   padding-top: 62px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-pr__prologue + .shukatsu2021-method{
        padding-top: 32px;
        margin-top: 0;
    }
}

#shukatsu2021_01 .shukatsu2021-method{
    background-color: #fff;
    padding:180px 0 87px;
}



@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method{
        padding:60px 0 135px;
        margin-top: 40px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap{
    position:relative;
    width:1140px;
    margin:0 auto;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap{
        width:calc(100% - 30px);
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__outer{
    text-align: center;
    margin:40px 0;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list{
    display: inline-block;
   text-align: left;
   counter-reset: item;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list-double{
    max-width: 80%;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-ttl{
  display: inline-block;
 text-align: left;
 counter-reset: item;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap + .point-list__item{
  margin-top:60px ;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item{
   font-weight: bold;
   font-size: 18px;
   line-height: 1.9;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item-double{
    position: relative;
    padding-left: 50px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list-double .point-list__item-double:before{
    position: absolute;
    top: -3px;
    left: 0;
    padding: 3px 15px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list.continue .point-list__item:before{
  counter-increment: item + 3;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item{
        padding-left: 40px;
        font-size: 14px;
        position: relative;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list-double .point-list__item-double:before{
        position: absolute;
        top: -6px;
        left: -4px;
        padding: 6px 15px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item:not(:first-child){
    margin-top: 20px;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item:before{
    counter-increment: item;
    content: counter(item);
    color:#fff;
    background-color: #00a0e9;
    border-radius:50%;
    padding:11px 15px;
    margin-right: 10px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item:before{
        position: absolute;
        padding: 2px 11px;
        left:0;
        top:0;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list__item span{
    display: inline;
    border-bottom: 2px dashed #00a0e9;
    padding-bottom: 4px;
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap:after{
    position: absolute;
    content:'';
    background-image:url(/book/shukatsu_sakamoto/img/bg_block.png);
    background-size:8px 8px;
    width:100%;
    height:100%;
    display: block;
    top:10px;
    left:10px;
    border-radius:20px;
    z-index:1;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap:after{
        background-size:4px 4px;
        top:10px;
        left:10px;
        border-radius:10px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner{
    position: relative;
    border:3px solid #000;
    border-radius: 20px;
    padding:0 52px 65px;
    z-index:2;
    background-color: #fff;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner{
        padding:0 15px 30px;
        border:2px solid #000;
        border-radius:7px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4{
    position:relative;
    background-color:#fff;
    width:708px;
    margin:0 auto;
    font-size:30px;
    font-weight:bold;
    text-align: center;
    margin-top:-60px;
    min-height:108px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4{
        width:100%;
        font-size: 17px;
        margin-top:-50px;
        width:100%;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 .daruma-icon{
    position: absolute;
    content: '';
    background-image: url(/book/shukatsu_sakamoto/img/ico_daruma.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 82px;
    height: 99px;
    right:50px;
    top:-35px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 .daruma-icon{
        width: 45px;
        height:54px;
        right: 0;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single .daruma-icon{
        right:40px;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.small{
    font-size:25px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.small{
        font-size: 14px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4:before{
    position:absolute;
    content:'';
    width:8px;
    height:8px;
    background-color:#000;
    border-radius:50%;
    left:-1px;
    top:55px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4:before{
        width: 5px;
        height:5px;
        top:46px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4:after{
    position:absolute;
    content:'';
    width:8px;
    height:8px;
    background-color:#000;
    border-radius:4px;
    right:-1px;
    top:55px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4:after{
        width: 5px;
        height:5px;
        top:46px;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate{
    position:relative;
    display:block;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single span.decorate{
        min-width: inherit;
        display: block;

    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single span.decorate{
    line-height:108px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single{
    width:780px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single span.decorate{
        line-height:1.8;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single{
        width:inherit;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate.single{
        min-width:inherit;
        width:inherit;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate:before{
    position:absolute;
    content: '';
    width:2px;
    height:125px;
    background-color:#000;
    transform: rotate(-30deg);
    left:50px;
    bottom:-10px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate:before{
        height:70px;
        left:10px;
        bottom:-10px;
        width:2px;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single span.decorate:before{
        left:30px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate:after{
    position:absolute;
    content: '';
    width:2px;
    height:125px;
    background-color:#000;
    transform: rotate(30deg);
    right:50px;
    bottom:-10px;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4 span.decorate:after{
        height:70px;
        right:10px;
        bottom:-10px;
        width:2px;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h4.single span.decorate:after{
        right:30px;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5{
    background-color: #00a0e9;
    color: #fff;
    padding: 23px 20px 23px 120px;
    border-radius:47.5px;
    text-align:center;
    font-weight:bold;
    font-size:38px;
    line-height:1.3;
    margin-top:57px;
    position:relative;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1{
    padding: 23px 20px 23px 20px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5{
        padding:17px 0;
        font-size:22px;
        border-radius:15px;
        margin-top: 0;
    }

    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1{
        padding:17px 5px;
    }

    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5.long{
        font-size: 20px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap + h5{
    margin-top: 110px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5 span{
    font-size:30px;
}

/* 対策ポイント用CSS */
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1 span{
    color: yellow;
    font-size: 26px;
    -webkit-text-stroke: 0.3px #FFF;
    text-stroke: 1px #FFF;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1 {
    font-size: 30px;
}
/* ここまで */

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5 span{
        font-size: 14px;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1 {
        font-size: 22px;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .Level1 span{
        font-size: 16px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width:80px;
    height:104px;
    left:35px;
    top:-35px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5:before{
        width:40px;
        height:52px;
        left:0;
        right:0;
        margin:0 auto;
        top:-40px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5.typeA:before{
    background-image: url(/book/shukatsu_sakamoto/img/ico_typeA.png);
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5.typeB:before{
    background-image: url(/book/shukatsu_sakamoto/img/ico_typeB.png);
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column{
    margin-top:40px;
    display:flex;
    z-index:1;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column{
        display: block;
        margin-top: 20px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .media-wrap{
    position: relative;
    width:480px;
    margin-right: 50px;
    height:290px;

}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .media-wrap{
        width:100%;
        padding-top: 56.25%;
        height:inherit;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .media-wrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .media-wrap img{
    width:100%;
    height:auto;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-ttl{
    font-size: 18px;
    z-index: 2;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-ttl{
        font-size: 14px;
        margin-top: 29px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-ttl .underline{
    position: relative;
    font-weight: bold;
    z-index:3;
    display: inline;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list{
   margin-top:25px;
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li{
    position: relative;
    font-size: 18px;
    font-weight:bold;
    padding-left:80px;
    line-height:1.9;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li{
        font-size: 14px;
        padding-left: 58px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li span{
    border-bottom: 2px dashed #00a0e9;
    padding-bottom:4px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li span{
        padding-bottom:3px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:not(:first-child){
    margin-top:10px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
   left:0;
   top:calc(50% - 19px);
    width:65px;
    height:38px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:before{
        width:50px;
        height:29px;
        top:0;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:nth-child(1):before{
    background-image:url(/book/shukatsu_sakamoto/img/ico_num_01.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:nth-child(2):before{
    background-image:url(/book/shukatsu_sakamoto/img/ico_num_02.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:nth-child(3):before{
    background-image:url(/book/shukatsu_sakamoto/img/ico_num_03.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-list li:nth-child(4):before{
    background-image:url(/book/shukatsu_sakamoto/img/ico_num_04.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-txt{
    font-size:14px;
    color:#666666;
    margin-top:22px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-txt{
        font-size: 11px;
        margin-top: 20px;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-img{
    width:324px;
    margin-top: 35px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-img{
        width:100%;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-column .process-img img{
    width:100%;
    height:auto;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap{
    position: relative;
    width:900px;
    margin:64px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .self-pr .margin-adjust{
    margin-top: 24px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap{
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .answer-margin{
        margin-top: 100px;
    }
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap+h5{
        margin-top: 135px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area{
   position: relative;
    border-radius:30px;
    border:3px solid #000;
    width:747px;
    padding:33px 52px;
    font-size: 18px;
    text-align: left;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area{
        width:100%;
        border:2px solid #000;
        padding:28px 20px;
        font-size: 14px;
    }
}
/*
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area p{
    line-height: 1;
    margin-bottom: 10px;
}
*/
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area p .underline{
    font-weight:bold;
    position: relative;
    z-index:2;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area:after{
    content:'';
    position: absolute;
    background-image: url(/book/shukatsu_sakamoto/img/ico_comment.png);
    background-repeat: no-repeat;
    background-size:cover;
    width:35px;
    height:32px;
    right:-26px;
    top:calc(50% - 16px);
    transform:scale(-1,1);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area:after{
        transform:scale(-1,1)rotate(-90deg);
        right:35%;
        width:18px;
        height:20px;
        bottom:-17px;
        top:inherit;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon{
    width:125px;
    height:125px;
    background-image: url(/book/shukatsu_sakamoto/img/img_advice_01.png);
    background-repeat: no-repeat;
    background-size:cover;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .self-pr .comment-wrap .question01{
    background-image: url(/book/shukatsu_sakamoto/img/ico_problem_person01.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .self-pr .comment-wrap .question02{
    background-image: url(/book/shukatsu_sakamoto/img/ico_problem_person02.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .self-pr .comment-wrap .question03{
    background-image: url(/book/shukatsu_sakamoto/img/ico_problem_person03.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon.icon-02{
  background-image: url(/book/shukatsu_sakamoto/img/img_advice_03.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon.icon-03{
  background-image: url(/book/shukatsu_sakamoto/img/img_advice_04.png);
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon.person{
  background-image: url(/book/shukatsu_sakamoto/img/img_advice_04.png);
  background-size: cover;
}
@media screen and (min-width:768px){
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon.person{
  width: 240px;
  height: 240px;
}
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon.reverse{
  transform:scale(-1,1);
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-icon{
        position:absolute;
        right:10px;
        bottom:-80px;
        width:90px;
        height:90px;
    }
    /* アイコンを左に寄せるためcss */
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .self-pr .comment-wrap .question-icon{
        z-index: 2;
        left: 10px;
    }
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-border{
    position: relative;
    background-color:#000;
    height:2px;
    width:100%;
    margin-top: 60px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-border:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color:#000;
    border-radius: 4px;
    left:0px;
    top:calc(50% - 4px);
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-border:before{
        width:5px;
        height:5px;
        top:calc(50% - 2px);
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-border:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color:#000;
    border-radius: 4px;
    right:0px;
    top:calc(50% - 4px);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .content-border:after{
        width:5px;
        height:5px;
        top:calc(50% - 2px);
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap{
    position: relative;
    padding-left:141px;
    margin-top:55px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap{
        padding-left:0;
        margin-top: 40px;
    }
}



#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap:before{
    content: '';
    position: absolute;
    width:125px;
    height:125px;
    background-image:url('/book/shukatsu_sakamoto/img/img_advice_01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top:0;
    left:0;
}
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap.noImage:before{
 display: none;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap:before{
        top:-16px;
        width:90px;
        height:90px;
        left:calc(50% - 115px);
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap h6{
    position: relative;
    background-color: #f6ed55;
    color: #212121;
    display: inline-block;
    border-radius:30px;
    padding:18px 61px;
    line-height:1;
    font-size:24px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap h6{
       margin-left:calc(50% - 16px);
       font-size: 16px;
       padding:13px 45px;
       min-width: 140px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap h6:before{
    content:'';
    position: absolute;
    background-image:url(/book/shukatsu_sakamoto/img/bg_comment.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    width:18px;
    height:15px;
    bottom:5px;
    left:-6px;

}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap .process-txt{
    margin:26px 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap .process-txt{
        margin-top: 58px;
        font-size: 14px;
        margin-left: 0;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap .process-txt span.underline{
    font-weight:bold;
    position: relative;
    z-index:2;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}



#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul{
    margin: 17px 0 0 20px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul{
        margin-left: 0;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul li{
    position: relative;
    padding-left:20px;
    line-height: 1.6;
    font-size: 18px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul li{
        font-size: 14px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul li:not(:first-child){
    margin-top: 11px;
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul li:before{
    position: absolute;
    content:'';
    width:10px;
    height:10px;
    border-radius:5px;
    background-color: #00a0e9;
    top:calc(50% - 5px);
    left:5px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap-double ul li:before{
    top:calc(25% - 5px);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap ul li:before{
        width:8px;
        height:8px;
        top:8px;
    }
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap .process-caption{
    margin:11px 0 0 20px;
    padding-left: 20px;
    font-size: 18px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap .process-caption{
        padding-left: 0;
        font-size: 14px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .advice-wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:980px;
    margin: 60px auto 0;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .advice-wrap{
        position: relative;
        width:calc(100% - 30px);
        display: block;

    }
}

#shukatsu2021_01 .shukatsu2021-method .advice-img{
    width:240px;
    height:auto;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .advice-img{
        position: absolute;
        width:130px;
        bottom:-110px;
        left:0;
        right:0;
        margin:0 auto;
        z-index:2;
    }
}

#shukatsu2021_01 .shukatsu2021-method .advice-img img{
    width:100%;
}


#shukatsu2021_01 .shukatsu2021-method .advice-comment{
    position: relative;
    width:700px;
    padding:39px 60px;
    border: 3px solid #000;
    border-radius:30px;
    font-size:18px;
    font-weight: bold;
}

#shukatsu2021_01 .shukatsu2021-method .advice-comment .underline{
  font-weight: bold;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 70%, #f6ed55 0%);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .advice-comment{
        width:100%;
        border: 2px solid #000;
        padding:34px;
        font-size: 14px;
    }
}


#shukatsu2021_01 .shukatsu2021-method .advice-comment:after{
    content: '';
    position: absolute;
    background-image: url(/book/shukatsu_sakamoto/img/ico_comment.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 32px;
    left: -26px;
    top: calc(50% - 16px);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-method .advice-comment:after{
        transform:scale(-1,1)rotate(-90deg);
        left:25%;
        width:18px;
        height:20px;
        bottom:-17px;
        top:inherit;
    }
    /* 吹き出しを左向きにするため */
    #shukatsu2021_01 .shukatsu2021-method .advice-wrap .self-pr-question:after{
        transform:scale(1,1)rotate(-90deg);
        left: 35%;
    }
}
#shukatsu2021_01 .shukatsu2021-book__sec{
    background-color: #bfe9ff;
    padding:81px 0 91px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec{
        padding:40px 10px 60px;
    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner{
    background-color: #fff;
    width:1150px;
    border-radius:20px;
    margin: 0 auto;
    padding:65px 85px 55px;

}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner{
        width:100%;
        padding:30px 20px 38px;

    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner h2{
    font-size:27px;
    text-align: center;
    line-height:1.6;

}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner h2{
        font-size: 17px;
    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner{
    position: relative;
    display: inline-block;
    font-weight:bold;

}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner{
        padding:0 20px;

    }
}


#shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 125px;
    background-color: #000;
    transform: rotate(-30deg);
    left: -50px;
    bottom: -20px;
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner:before{
        height:110px;
        width:2px;
        left: 0px;
        transform: rotate(-25deg);
    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner:after{
    position: absolute;
    content: '';
    width: 3px;
    height: 125px;
    background-color: #000;
    transform: rotate(30deg);
    right: -50px;
    bottom: -20px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner:after{
        height:110px;
        width:2px;
        right: 0px;
        transform: rotate(25deg);
    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner .underline{
    display: inline;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner h2 .inner .underline{
        background: linear-gradient(transparent 60%, #f6ed55 0%);
    }
}
#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
@media screen and (max-width:767px){

    #shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap{
        flex-wrap:wrap;
    }
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li {
    width:200px;
    display: block;
    transition:.1s linear;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li {
        width:46%;
    }
    #shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li:nth-child(n+3){
        margin-top: 33px;
    }

}

#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li:hover{
    opacity: .75;
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li a{
    display: block;
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li.thin .item-img{
    width:179px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap li.thin .item-img{
        width:89%;
    }
}
#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap  .book-link__item img{
    width:100%;
    height:auto;
    border: 1px solid #ccc;
}

#shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap p{
    font-size: 15px;
    margin-top:15px;
    line-height:1.6;
}


@media screen and (max-width:767px){
    #shukatsu2021_01 .shukatsu2021-book__sec__inner .book-link__wrap p{
        font-size: 13px;
        margin-top: 10px;
    }
}
#shukatsu2021_01 .link-top__sec{
    text-align: center;
    margin: 0 0 100px;
}
#shukatsu2021_01 .link-top__sec.link-top__sec--with-top-space{
    margin-top: 100px;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .link-top__sec{
        margin-bottom: 50px;
    }
    #shukatsu2021_01 .link-top__sec.link-top__sec--with-top-space{
        margin-top: 50px;
    }
}
#shukatsu2021_01 .link-top__sec a{
    position: relative;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    background-color: #f6ed55;
    padding:22px 110px;
    display: inline-block;
    border-radius: 58px;
    line-height: 1.5;
    transition: .1s linear;
}

@media screen and (max-width:767px){
    #shukatsu2021_01 .link-top__sec a{
       font-size: 15px;
       padding:16px 50px;
    }
}

#shukatsu2021_01 .link-top__sec a:before{
    position: absolute;
    content:'';
    width: 42px;
    height: 42px;
    background-image: url(/book/shukatsu_sakamoto/img/ico_arrow_circle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left:25px;
    top:calc(50% - 21px);
    transform: rotate(90deg);
}
@media screen and (max-width:767px){
    #shukatsu2021_01 .link-top__sec a:before{
        width:26px;
        height:26px;
        left:16px;
        top:calc(50% - 13px);
    }
}
#shukatsu2021_01 .link-top__sec a:hover{
    text-decoration: none;
    background-color: #f7d413;

}

.strong{
    font-weight: bold;
}
.shukatsu2021-pr__prologue ol li{
  list-style-type: decimal;
  display: inline-block;
}
#shukatsu2021_01 .h5-sub{
  color:#00a0e9;
  font-size: 16px;
  margin-top: 13px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .h5-sub{
    font-size: 11px;
    margin-top: 10px;
  }
}

#shukatsu2021_01 .question-aria{
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria{
    width:inherit;
  }
}

#shukatsu2021_01 .question-aria .plane-img{
  position: absolute;
  width: 270px;
  right:-50px;
  top:0;

}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria .plane-img{
    position: relative;
    width: 192px;
    right: inherit;
    margin:14px auto 0;
}
}



#shukatsu2021_01 .question-aria .globe-img{
  position: absolute;
  width: 102px;
  right:50px;
  bottom:-15px;

}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria .globe-img{
    position: relative;
    width: 102px;
    right: inherit;
    margin:14px auto 0;
}
}
#shukatsu2021_01 .question-aria .question-ttl{
  padding-top: 32px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria .question-ttl{
    text-align: center;
  }
}

#shukatsu2021_01 .question-aria .question-ttl span{
  color:#00a0e9;
  padding-bottom: 6px;
  border-bottom: 2px solid #00a0e9;
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria .question-ttl span{
    font-size: 16px;
  }
}

#shukatsu2021_01 .question-aria ol li{
  position: relative;
  padding-left:55px;
  margin-top: 10px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria ol li{
    margin-top:15px;
  }
}

#shukatsu2021_01 .question-aria ol li .underline{
  border-bottom: 2px dashed #00a0e9;
  padding-bottom: 5px;
  display:inline;
}

#shukatsu2021_01 .question-aria ol li:before{
  content:'';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  left:0;
  top:0;
}

#shukatsu2021_01 .question-aria ol li:nth-child(1):before{
  background-image: url(/book/shukatsu_sakamoto/img/ico_q1.png);
}
#shukatsu2021_01 .question-aria ol li:nth-child(2):before{
  background-image: url(/book/shukatsu_sakamoto/img/ico_q2.png);
}
#shukatsu2021_01 .question-aria ol li:nth-child(3):before{
  background-image: url(/book/shukatsu_sakamoto/img/ico_q3.png);
}
#shukatsu2021_01 .question-aria ol li:nth-child(4):before{
  background-image: url(/book/shukatsu_sakamoto/img/ico_q4.png);
}
#shukatsu2021_01 .question-aria ol li:nth-child(5):before{
  background-image: url(/book/shukatsu_sakamoto/img/ico_q5.png);
}

#shukatsu2021_01 .question-aria ol li .english{
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  line-height: 2.1;

}

@media screen and (max-width:767px){
#shukatsu2021_01 .question-aria ol li .english{
  font-size: 15px;
  margin-right: 0;
}
}

#shukatsu2021_01 .question-aria ol li .japanese{
  font-size: 15px;
  color: #777;
  line-height: 2.1;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .question-aria ol li .japanese{
    font-size: 13px;
  }
}

#shukatsu2021_01 .point-area{
  background-color: #dff4ff;
  padding:28px 50px;
  width:900px;
  margin: 30px auto 0;
  border-radius: 10px;
  text-align: left;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .point-area{
    width:inherit;
    padding:23px 22px;
  }
}
#shukatsu2021_01 .point-area p.point-ttl{
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .point-area p.point-ttl{
    font-size: 14px;
  }
}

#shukatsu2021_01 .point-area p.point-ttl span{
    position: relative;
    font-weight: bold;
    display: inline;
    background: linear-gradient(transparent 70%, #f6ed55 0%);
}

#shukatsu2021_01 .point-area p.point-sub{
  font-size: 18px;
  margin-top: 15px;
  margin-top: 10px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .point-area p.point-sub{
    font-size: 14px;
  }
}

#shukatsu2021_01 .point-area ul{
  margin-top: 15px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .point-area ul{
    margin-top: 10px;
  }
}


#shukatsu2021_01 .point-area ul li{
  position: relative;
  font-size: 18px;
  padding-left: 27px;
  line-height: 1.6;
  font-weight: bold;
}



@media screen and (max-width:767px){
  #shukatsu2021_01 .point-area ul li{
    font-size: 14px;
  }
}

#shukatsu2021_01 .point-area ul li:before{
  position: absolute;
  content:'';
  background-image: url(/book/shukatsu_sakamoto/img/ico_check.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:20px;
  height:15px;
  left:0;
  top:6px;

}
#shukatsu2021_01 .point-area ul li:not(:first-child){
  margin-top: 10px;
}

@media screen and (max-width:767px){
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .point-area + .comment-wrap{
  margin:30px auto 75px;
}
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .point-area + .comment-wrap{
  margin-top: 30px;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .blackCompany-img{
  position: absolute;
  top: 80px;
  right: 60px;
  width: 242px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .blackCompany-img{
    position: relative;
    top:inherit;
    right: inherit;
    margin:-32px auto 30px;
  }
}

#shukatsu2021_01 .groupwork .theme-ttl{
  margin: 30px auto 20px;
  text-align: left;
  max-width: 900px;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .groupwork .theme-ttl{
    text-align: center;
    margin-bottom: 10px;
  }

}



@media screen and (max-width:767px){
  #shukatsu2021_01 .theme-ttl{
    text-align: center;
    margin-top: 32px;
  }
  #shukatsu2021_01 .theme-ttl + .point-list{
    margin-top: 15px;
  }
  .groupwork{
    min-height:80px !important;
  }
}

#shukatsu2021_01 .theme-ttl span{
  color:#00a0e9;
  padding-bottom: 6px;
  border-bottom: 2px solid #00a0e9;
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width:767px){
  #shukatsu2021_01 .theme-ttl span{
    font-size: 16px;
  }
}
@media screen and (min-width:768px){
  .mt0Pc{
    margin-top: 0 !important;
  }
  .more-wrap.noImage ul li:before{
    top: 11px !important;
  }

}
@media screen and (max-width:767px){
  .mt0Sp{
    margin-top: 0 !important;
  }
  #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner.groupwork{
    padding-bottom: 60px;
  }
}
.point-list__outer.groupwork .more-wrap ul > li span{
  color: #00a0e9;
  font-weight: bold;
}
@media screen and (min-width:768px){
.point-list__outer.groupwork h5{
 padding-left: 23px !important;
}
.point-list__outer.groupwork h5 + p{
  margin-top: 10px;
 }
.point-list__outer.groupwork .point-list{
  width: 900px;
}
.point-list__outer.groupwork .more-wrap.noImage{
  padding: 0 !important;
  width: 900px;
  margin: 0 auto;
}
.point-list__outer.groupwork .more-wrap ul{
  width: 900px;
  padding: 0;
  text-align: left;
  margin: 0 !important;
}
}
@media screen and (max-width:767px){
  #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .more-wrap.noImage{
    margin-top: 20px;
  }
  .point-list__outer.groupwork .more-wrap ul{
    text-align: left;
  }
  .point-list__outer.groupwork h5 + p{
    margin-top: 10px;
   }
   #shukatsu2021_01 .shukatsu2021-pr__prologue + .shukatsu2021-method.groupwork{
     padding-bottom: 30px;
   }
   #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner h5.groupwork{
    margin-top: 30px;
   }
}


#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list.groupwork .point-list__item span:not(.underline){
  display: block;
}

#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list.groupwork .point-list__item span.underline{
  font-weight: bold;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 70%, #f6ed55 0%);
  border: none;
}

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

  #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list.groupwork .point-list__item{
    display: flex;
    align-items: baseline;
    }

    #shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .point-list.groupwork .point-list__item:before{
      line-height: 1;
    }
}

@media screen and (min-width:768px){
#shukatsu2021_01 .shukatsu2021-method .shukatsu2021-method__wrap .shukatsu2021-method__wrap--inner .comment-wrap .comment-area.person{
  width: 640px;
}
}
