/*
==================================
上書き部分
==================================
*/
/* pc */
@media(min-width:741px){
  .breadcrumb {
    width: 960px;
    margin: auto;
    padding: 20px 0;
  }
}
/* sp */
@media(max-width:740px){
  p.security {
    margin-top: 15px;
  }
}


/*
==================================
パーツ
==================================
*/
/* pc */
@media(min-width:741px){
  .sp{
    display: none;
  }
  .tablet{
    display: none;
  }
  .se{
    display: none;
  }
  .sp_line {
    display: none;
  }
}
/* sp */
@media(max-width:740px){
  .pc{
    display: none;
  }
  .tablet{
    display: none;
  }
  .se{
    display: none;
  }
}
/* sp 400px以下 */
@media(max-width:400px){
  .sp_line {
    display: block;
  }
}
/* se */
@media(max-width:374px){
  .se{
    display: block;
  }
}


/*
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv__ttl {
    max-height: 300px;
    height: 100%;
    background-image: url(/dokusho/_assets/img/kv_bg-pc.png);
    background-repeat: repeat-x,no-repeat;
    background-size: contain;
  }
  .kv__ttl-img {
    max-width: 957px;
    width: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
/* sp */
@media(max-width:740px){
  .kv__ttl-img {
    width: 100%;
  }
}

/*
==================================
date-modified
==================================
*/
@media (min-width:741px){
  .date-modified {
    margin: 10px auto;
    max-width: 1094px;
  }
  .date-modified__text {
    color: #666;
  }
}
@media (max-width:740px){
  .date-modified {
    margin: 10px auto;
    padding: 0 7.5px;
  }
  .date-modified__text {
    color: #666;
    font-size: 14px;
  }
}

/*
==================================
anker
==================================
*/
/* pc */
@media(min-width:741px){
  .ank {
    background-color: #FFF7DB;
    /* margin-bottom: 40px; */
  }
  .ank-inner {
    max-width: 1094px;
    margin: 0 auto;
    padding: 15px 0 19px;
  }
  .ank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ank__list-item {
    width: 20%;
    max-width: 173px;
  }
  .ank__list-item:not(:last-of-type) {
    margin-right: 11px;
  }
  a.ank__list-item-link {
    color: #fff;
  }
  .ank__list-item-link {
    position: relative;
    display: block;
    padding: 3px 0;
    text-align: center;
    font-size: 19px;
    background-color: #F97252;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
            box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
  }
  .ank__list-item:nth-of-type(3) .ank__list-item-link {
    text-align: left;
    padding-left: 13px;
  }
  .ank__list-item:nth-of-type(5) .ank__list-item-link {
    text-align: left;
    padding-left: 8px;
  }
  .ank__list-item:nth-of-type(6) .ank__list-item-link {
    text-align: left;
    padding-left: 13px;
  }
  a.ank__list-item-link:hover,
  a.ank__list-item-link:focus,
  a.ank__list-item-link:active {
    text-decoration: none;
    background-color: #D95026;
  }
  .ank__list-item-link::after {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_arrow_bottom_white-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    right: 0px;
  }
}
/* sp */
@media(max-width:740px){
  .ank {
    background-color: #FFF7DB;
    /* margin-bottom: 10px; */
  }
  .ank-inner {
    padding: 7.5px 7.5px 8.5px;
    margin: 0 auto;
  }
  .ank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ank__list-item {
    width: 32%;
    height: 100%;
  }
  .ank__list-item:nth-of-type(1) {
    margin-bottom: 5px;
  }
  a.ank__list-item-link {
    color: #fff;
    min-height: 40px;
    line-height: 1.25;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    padding: 12px 15px 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .ank__list-item-link {
    position: relative;
    display: block;
    padding: 3px 0;
    text-align: center;
    font-size: 13px;
    background-color: #F97252;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
            box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
  }
  .ank__list-item:nth-of-type(3) .ank__list-item-link,
  .ank__list-item:nth-of-type(5) .ank__list-item-link,
  .ank__list-item:nth-of-type(6) .ank__list-item-link {
    padding-right: 10px;
  }
  a.ank__list-item-link:hover,
  a.ank__list-item-link:focus,
  a.ank__list-item-link:active {
    text-decoration: none;
    background-color: #D95026;
  }
  .ank__list-item-link::after {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_arrow_bottom_white-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    right: 0px;
  }
}
/* sp 400px以下*/
@media(max-width:400px){
  a.ank__list-item-link {
    padding: 2px 20px 2px 0;
  }
  .ank__list-item:nth-of-type(1) .ank__list-item-link {
    padding: 10px 20px 10px 0;
  }
  .ank__list-item:nth-of-type(2) .ank__list-item-link {
    padding: 10px 20px 10px 0;
  }
}
/* SE size */
@media(max-width:375px){
  .ank__list-item-link {
    font-size: 10px;
  }
}
/*
==================================
shindan
==================================
*/
/* pc */
@media(min-width:741px){
  .shindan {
    margin-bottom: 40px;
    background-color: #fff;
  }
  .shindan-inner {
    padding: 20px 0 30px;
    max-width: 670px;
    margin: 0 auto;
  }
  .shindan-link:hover {
    opacity: 0.7;
  }
  .shindan-img {
    width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .shindan {
    margin-bottom: 10px;
    background-color: #fff;
  }
  .shindan-inner {
    padding: 17px 0 15px;
    max-width: 350px;
    margin: 0 auto;
  }
  .shindan-link:hover {
    opacity: 0.7;
  }
  .shindan-img {
    width: 100%;
  }
}
/*
==================================
lead
==================================
*/
/* pc */
@media(min-width:741px){
  .lead{
    margin-bottom:150px;
    position: relative;
  }
  .lead::after{
    content: "";
    background-image: url(/dokusho/_assets/img/210630/lead_bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    width: 100vw;
    max-height: 630px;
    height: 55.2vw;
    min-height: 560px;
    top: -40px;
    z-index: -1;
  }
  .lead-inner{
    max-width: 960px;
    margin: 0 auto;
  }
  .lead__ttl-sub{
    color: #434343;
  }
  .lead__ttl{
    color: #434343;
    font-size: 36px;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
  }
  .lead__ttl--orange{
    color: #d95026;
  }
  /* .lead__ttl::after {
    content: "";
    background-image: url(/dokusho/_assets/img/210630/lead_underline-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    bottom: -14px;
    left: 50%;
    width: 890px;
    height: 14px;
  } */
  .lead__ttl-sub{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  /* .lead__txt {
    margin: 0 80px;
  } */
  .lead__txt:not(:last-of-type){
    padding-bottom: 1em;
  }
  .lead__txt:last-of-type{
    margin-bottom: 16px;
  }
  .lead__name{
    text-align: right;
    /* margin: 0 80px; */
  }
  .lead__name-txt {
    font-size: 18px;
    font-weight: bold;
  }
}
/* sp */
@media(max-width:740px){
  .lead{
    margin-bottom: 130px;
    position: relative;
  }
  .lead::after{
    content: "";
    background-image: url(/dokusho/_assets/img/210630/lead_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    width: 100vw;
    height: 130%;
    max-height: 690px;
    top: -10px;
    z-index: -1;
  }
  .lead-inner{
    padding: 0 19px;
  }
  .lead__ttl-sub{
    color: #434343;
  }
  .lead__ttl{
    font-size: 23px;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
  }
  .lead__ttl--orange{
    color: #d95026;
  }
  /* .lead__ttl::after {
    content: "";
    background-image: url(/dokusho/_assets/img/210630/lead_underline-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    top: 32px;
    left: 50%;
    width: 307px;
    height: 50px;
  } */
  .lead__ttl-sub{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .lead__txt {
    font-size: 14px;
    padding-bottom: 1em;
  }
  .lead__name{
    text-align: right;
  }
  .lead__name-txt {
    font-size: 16px;
    font-weight: bold;
  }
}


/*
==================================
flow
==================================
*/
/* pc */
@media(min-width:741px){
  .flow {
    margin-bottom: 140px;
  }
  .flow-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .flow__ttl {
    color: #F97252;
    font-size: 36px;
    text-align: center;
    margin-bottom: 12px;
  }
  .flow__lead {
    max-width: 772px;
    width: 100%;
    margin: 0 auto 80px;
    font-size: 20px;
    background-color: #FFF7DB;
    padding: 16px 30px 24px;
    border-radius: 30px;
    color: #956649;
    font-weight: normal;
  }
  .flow__lead-inner {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    gap: 40px;
  }
  .flow__lead-txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 222px;
    width: 100%;
    position: relative;
  }
  .flow__lead-txt::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/dokusho/_assets/img/240509/icon_flow-01.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
  }
  .flow__lead-txt:last-of-type::after {
    display: none;
  }
  .flow__lead-txt-icon {
    display: inline-block;
    width: 74px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flow__lead-txt-icon.step1 {
    background-image: url("/dokusho/_assets/img/240509/icon_01.png");
  }
  .flow__lead-txt-icon.step2 {
    background-image: url("/dokusho/_assets/img/240509/icon_02.png");
  }
  .flow__lead-txt-icon.step3 {
    background-image: url("/dokusho/_assets/img/240509/icon_03.png");
  }
  .flow__lead-txt-heading {
    margin-bottom: 10px;
  }
  .flow__lead-txt-heading--bold {
    font-size: 24px;
  }
  .flow__lead-txt--bottom {
    flex: 1;
  }
  .flow__lead-txt-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 16px;
    color: #F97252;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow__cont-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .flow__cont-box:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .flow__cont-box:nth-of-type(2n-1) .flow__cont-box-main {
    margin-right: 15px;
  }
  .flow__cont-box:nth-of-type(2n) .flow__cont-box-main {
    margin-left: 35px;
  }
  .flow__cont-box-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
  }
  .flow__cont-box-num-img {
    width: 162px;
    height: 52px;
    margin-bottom: 10px;
  }
  .flow__cont-box-ttl {
    font-size: 32px;
    color: #956649;
    margin-bottom: 20px;
  }
  .flow__cont-box-subttl {
    font-size: 28px;
    color: #956649;
    margin-bottom: 20px;
  }
  .flow__cont-box-txt {
    line-height: 28px;
    margin-bottom: 1em;
  }
  .flow__cont-box-txtlink {
    max-width: 700px;
    margin: 20px auto 0;
  }
  .flow__cont-box-txtlink-ttl {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #956649;
    margin-bottom: 15px;
  }
  .flow__cont-box-txtlink-ttl::before,
  .flow__cont-box-txtlink-ttl::after {
    content: '・';
    font-size: 40px;
    font-weight: bold;
    color: #FFA569;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .flow__cont-box-txtlink-ttl::before {
    left: 41%;
  }
  .flow__cont-box-txtlink-ttl::after {
    left: 58.5%;
  }
  .flow__cont-box-txtlink-list {
    background-color: #FEF7DB;
    padding: 24px 0 24px 78px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
  }
  .flow__cont-box-txtlink-item {
    position: relative;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
  }
  .flow__cont-box-txtlink-item::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/dokusho/_assets/img/230530/link_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-item a {
    color: #956649;
  }
  .flow__cont-box-txtlink-item a:hover,
  .flow__cont-box-txtlink-item a:focus,
  .flow__cont-box-txtlink-item a:active {
    text-decoration: underline;
  }
  .flow__cont-box-txtlink-recommend {
    font-size: 12px;
    background-color: #F97252;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 8px;
  }
  .flow__cont-box-img-item {
    width: 240px;
    height: 240px;
  }
  .flow__cont-box-img-item--340 {
    width: 330px;
    height: 330px;
  }
  .flow__cont-box-txtlink-subttl {
    position: relative;
    font-size: 18px;
    color: #956649;
    margin: 40px 78px 15px;
  }
  .flow__cont-box-txtlink-subttl::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F97252;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-sublist {
    margin: 0 60px;
  }
  .flow__cont-box-txtlink-subitem {
    position: relative;
    margin-bottom: 10px;
  }
  .flow__cont-box-txtlink-subitem::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url('/dokusho/_assets/img/240509/icon_arrow-01.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-subitem a {
    color: #333;
  }
}
/* sp */
@media(max-width:740px){
  .flow {
    margin-bottom: 30px;
  }
  .flow-inner {
    padding: 0 15px;
  }
  .flow__ttl {
    color: #F97252;
    font-size: 23px;
    text-align: center;
    margin-bottom: 8px;
  }
  .flow__lead {
    font-size: 14px;
    padding: 16px;
    background-color: #FFF7DB;
    border-radius: 15px;
    color: #956649;
    max-width: 345px;
    margin: 0 auto 24px;
  }
  
  /* 追記箇所 */
  .flow__lead-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    gap: 40px;
  }
  .flow__lead-txt {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .flow__lead-txt::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/dokusho/_assets/img/240509/icon_flow-02.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow__lead-txt:last-of-type::after {
    display: none;
  }
  .flow__lead-txt--top {
    min-width: 110px;
  }
  .flow__lead-txt-icon {
    display: inline-block;
    width: 74px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flow__lead-txt-icon.step1 {
    background-image: url("/dokusho/_assets/img/240509/icon_01.png");
  }
  .flow__lead-txt-icon.step2 {
    background-image: url("/dokusho/_assets/img/240509/icon_02.png");
  }
  .flow__lead-txt-icon.step3 {
    background-image: url("/dokusho/_assets/img/240509/icon_03.png");
  }
  .flow__lead-txt-heading {
    margin-bottom: 10px;
  }
  .flow__lead-txt-heading--bold {
    font-size: 20px;
  }
  .flow__lead-txt--bottom {
    flex: 1;
  }
  .flow__lead-txt-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    color: #F97252;
    max-width: 162px;
  }
  /* 追記箇所 */
  
  .flow__cont-box:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .flow__cont-box-main {
    text-align: center;
  }
  .flow__cont-box-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 40px;
  }
  .flow__cont-box-num-img {
    width: 105px;
    height: 34px;
    margin-bottom: 9px;
  }
  .flow__cont-box-ttl {
    font-size: 24px;
    color: #956649;
    margin-bottom: 10px;
  }
  .flow__cont-box-subttl {
    font-size: 22px;
    color: #956649;
    margin-bottom: 20px;
    text-align: left;
  }
  .flow__cont-box-img {
    margin-bottom: 8px;
  }
  .flow__cont-box-txt {
    line-height: 22.5px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .flow__cont-box-txt--mb20 {
    margin-bottom: 20px;
  }
  .flow__cont-box-txtlink {
    max-width: 700px;
    margin: 20px auto 0;
  }
  .flow__cont-box-txtlink-ttl {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #956649;
    margin-bottom: 15px;
  }
  .flow__cont-box-txtlink-ttl::before,
  .flow__cont-box-txtlink-ttl::after {
    content: '・';
    font-size: 40px;
    font-weight: bold;
    color: #FFA569;
    position: absolute;
    top: 50%;
  }
  .flow__cont-box-txtlink-ttl::before {
    left: 0;
    transform: translate(-30px, -50%);
  }
  .flow__cont-box-txtlink-ttl::after {
    right: 0;
    transform: translate(30px, -50%);
  }
  .flow__cont-box-txtlink-list {
    background-color: #FEF7DB;
    padding: 20px 0 20px 52px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
  }
  .flow__cont-box-txtlink-item {
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
  }
  .flow__cont-box-txtlink-item:last-of-type {
    margin-bottom: 0;
  }
  .flow__cont-box-txtlink-item::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/dokusho/_assets/img/230530/link_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-item a {
    /* position: relative; */
    color: #956649;
  }
  .flow__cont-box-txtlink-item a:hover,
  .flow__cont-box-txtlink-item a:focus,
  .flow__cont-box-txtlink-item a:active {
    text-decoration: underline;
  }
  .flow__cont-box-txtlink-recommend {
    font-size: 10px;
    background-color: #F97252;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
  }
  .flow__cont-box-img-item {
    width: 200px;
    height: 200px;
  }
  .flow__cont-box-txtlink-subttl {
    position: relative;
    font-size: 18px;
    text-align: left;
    color: #956649;
    margin: 40px 35px 15px;
  }
  .flow__cont-box-txtlink-subttl::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F97252;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-sublist {
    margin-left: 16px;
    text-align: left;
  }
  .flow__cont-box-txtlink-subitem {
    position: relative;
    margin-bottom: 10px;
  }
  .flow__cont-box-txtlink-subitem::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url('/dokusho/_assets/img/240509/icon_arrow-01.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
  }
  .flow__cont-box-txtlink-subitem a {
    color: #333;
  }
}


/*
==================================
parents
==================================
*/
/* pc */
@media(min-width:741px){
  .pare {
    /* background-image: url(/dokusho/_assets/img/210630/parents_bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: -36px;
    z-index: 2; */
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
  }
  .pare::after {
    content: "";
    width: 100vw;
    min-width: 1200px;
    height: 51.03vw;
    background-image: url(/dokusho/_assets/img/210630/parents_bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
  }
  .pare-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 120px 0px;
  }
  .pare__ttl{
    font-size: 30px;
    color: #D95026;
    text-align: center;
    margin-bottom: 30px;
  }
  .pare__txt{
    font-size: 16px;
  }
}
/* sp */
@media(max-width:740px){
  .pare {
    background-image: url(/dokusho/_assets/img/210630/parents_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: -36px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  .pare-inner {
    padding: 73px 19px 120px;
  }
  .pare__ttl{
    font-size: 18px;
    color: #D95026;
    text-align: center;
    margin-bottom: 20px;
  }
  .pare__txt{
    font-size: 14px;
  }
  .pare__txt:not(:last-of-type){
    margin-bottom: 1em;
  }
}


/*
==================================
q and a
==================================
*/
/* pc */
@media(min-width:741px){
  .qa {
    background-color: #FFF7DB;
    background-image: url(/dokusho/_assets/img/qa_bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .qa-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 86px;
    z-index: 1;
    position: relative;
  }
  .qa__ttl {
    font-size: 36px;
    color: #F97252;
    margin-bottom: 26px;
  }
  .qa__ttl::after {
    content: "";
    display: block;
    border-bottom: 8px dotted;
    margin-top: 10px;
  }
  .qa__lead {
    color: #956649;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .qa__lead-bg {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
  }
  .qa__main::after {
    content: "";
    display: block;
    border-bottom: 8px dotted #F97252;
    margin: 65px 0;
  }
  .qa__main-ttl {
    font-size: 30px;
    color: #956649;
    margin-bottom: 64px;
  }
  .qa__main-box {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding: 64px 80px 36px;
  }
  .qa__main-box--mt110{
    margin-top: 110px;
  }
  .qa__main-box:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .qa__main-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F8EBBF;
    border-radius: 15px;
    z-index: -1;
    left: 10px;
    top: 10px;
  }
  .qa__main-box-ttl {
    background-image: url(/dokusho/_assets/img/qa_ttlbg_3-pc.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 13px 20px 17px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 0px;
    left: 50%;
  }
  .qa__main-box-ttl--long{
    background-image: url(/dokusho/_assets/img/qa_ttlbg_5-pc.svg);
  }
  .qa__main-box--mt110 .qa__main-box-ttl--long {
    background-size: contain;
    padding: 10px 20px 12px;
  }
  .qa__main-box-ttl-sub {
    color: #FFA569;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    top: -72px;
    left: 50%;
  }
  .qa__main-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .qa__main-box-wrap-item {
    max-width: 390px;
    width: 50%;
    font-weight: normal;
  }
  .qa__main-box-wrap-item:nth-of-type(2n-1) {
    margin-right: 12px;
  }
  .qa__main-box-wrap-item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 12px;
  }
  .qa__main-box-wrap-item-link {
    display: block;
    padding: 15px 0;
    border: 2px solid #956649;
    border-radius: 15px;
    font-size: 18px;
    /*min-height: 90px;*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .qa__main-box-wrap-item-link{
    /*For IE*/
    height: 90px;
  }
  a.qa__main-box-wrap-item-link{
    color: #956649;
  }
  .qa__main-box-wrap-item-link:hover,
  .qa__main-box-wrap-item-link:focus,
  .qa__main-box-wrap-item-link:active {
    background-color: #956649;
    color: #fff;
    text-decoration: none;
  }

  .qa__iv-ttl {
    font-size: 30px;
    color: #956649;
    margin-bottom: 30px;
  }
  .qa__iv-lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .qa__iv-txt {
    text-align: left;
  }
  a.qa__iv-link {
    color: #956649;
    text-decoration: underline;
  }
  .qa__iv-link {
    display: block;
    position: relative;
    padding-right: 15px;
    width: 5em;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .qa__iv-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #956649;
    border-right: 1px solid #956649;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
    right: 0;
    top: 50%;
  }
  .qa__iv-link:hover,
  .qa__iv-link:focus,
  .qa__iv-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
  .qa__iv-profile {
    max-width: 740px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 16px 13px 16px 20px;
  }
  .qa__iv-prof-img-item {
    width: 145px;
    height: 145px;
  }
  .qa__iv-prof-txtarea {
    text-align: left;
    margin-left: 20px;
  }
  .qa__iv-prof-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .qa__iv-prof-txt {
    margin-bottom: 7px;
  }
  .qa__iv-prof-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qa__iv-prof-sns-item:not(:last-of-type) {
    margin-right: 1em;
  }
  a.qa__iv-prof-sns-item-link {
    color: #956649;
    text-decoration: underline;
  }
  .qa__iv-prof-sns-item-link:hover,
  .qa__iv-prof-sns-item-link:focus,
  .qa__iv-prof-sns-item-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
/* sp */
@media(max-width:740px){
  .qa {
    background-color: #FFF7DB;
    background-image: url(/dokusho/_assets/img/qa_bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: 408px;
    background-position-x: calc(50% + 12px); */
  }
  .qa-inner {
    padding: 54px 7.5px 56px;
    text-align: center;
    z-index: 1;
    position: relative;
  }
  .qa__ttl {
    font-size: 23px;
    color: #F97252;
    margin-bottom: 2px;
  }
  .qa__ttl::after {
    content: "";
    display: block;
    border-bottom: 7.5px dotted;
    margin: 10px 0 26px;
  }
  .qa__lead {
    color: #956649;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .qa__lead-bg {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
  }
  .qa__main {
    padding: 0 11.5px;
  }
  .qa__main::after {
    content: "";
    display: block;
    border-bottom: 8px dotted #F97252;
    margin: 43px 0 34px;
  }
  .qa__main-ttl {
    font-size: 18px;
    color: #956649;
    margin-bottom: 52px;
  }
  .qa__main-box {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding: 36px 18px;
  }
  .qa__main-box--mt110{
    margin-top: 80px;
  }
  .qa__main-box:not(:last-of-type) {
    margin-bottom: 58px;
  }
  .qa__main-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F8EBBF;
    border-radius: 15px;
    z-index: -1;
    left: 5px;
    top: 5px;
  }
  .qa__main-box-ttl {
    background-image: url(/dokusho/_assets/img/qa_ttlbg_3-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 8px 9px 6px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    top: -21px;
  }
  .qa__main-box-ttl--long{
    background-image: url(/dokusho/_assets/img/qa_ttlbg_5-sp.svg);
    background-size: contain;
    padding: 8px 10px 8px;
    margin: 0 -20px 0 0px;
  }
  .qa__main-box--mt110 .qa__main-box-ttl--long {
    padding: 5px 10px 8px 10px;
  }
  .qa__main-box-ttl-sub {
    color: #FFA569;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    top: -46px;
    left: 50%;
  }
  .qa__main-box-wrap-item {
    width: 100%;
    font-weight: normal;
  }
  .qa__main-box-wrap-item:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .qa__main-box-wrap-item-link {
    display: block;
    padding: 13px 0;
    border: 2px solid #956649;
    border-radius: 15px;
    font-size: 14px;
  }
  a.qa__main-box-wrap-item-link{
    color: #956649;
  }
  .qa__main-box-wrap-item-link:hover,
  .qa__main-box-wrap-item-link:focus,
  .qa__main-box-wrap-item-link:active {
    background-color: #956649;
    color: #fff;
    text-decoration: none;
  }

  .qa__interview {
    padding: 0 11.5px;
  }
  .qa__iv-ttl {
    font-size: 18px;
    color: #956649;
    margin-bottom: 25px;
  }
  .qa__iv-lead {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .qa__iv-txt {
    text-align: left;
    font-size: 14px;
  }
  a.qa__iv-link {
    color: #956649;
    text-decoration: underline;
  }
  .qa__iv-link {
    display: block;
    position: relative;
    padding-right: 15px;
    width: 5em;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .qa__iv-link:hover,
  .qa__iv-link:focus,
  .qa__iv-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
  .qa__iv-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #956649;
    border-right: 1px solid #956649;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
    right: 0;
    top: 50%;
  }
  .qa__iv-profile {
    max-width: 740px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 10px;
  }
  .qa__iv-prof-img-item {
    width: 84px;
    height: 84px;
    margin-top: 4px;
  }
  .qa__iv-prof-txtarea {
    text-align: left;
    margin-left: 12px;
  }
  .qa__iv-prof-ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #434343;
  }
  .qa__iv-prof-txt{
    font-size: 12px;
    color: #636363;
  }
  a.qa__iv-prof-sns-item-link {
    color: #956649;
    text-decoration: underline;
  }
  .qa__iv-prof-sns-item-link {
    font-size: 14px;
  }
  .qa__iv-prof-sns-item-link:hover,
  .qa__iv-prof-sns-item-link:focus,
  .qa__iv-prof-sns-item-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}


/*
==================================
manabi
==================================
*/
/* pc */
@media(min-width:741px){
  .manabi {
    margin-bottom: 30px;
  }
  .manabi-inner {
    max-width: 960px;
    margin: 110px auto 0;
    text-align: center;
  }
  .manabi__logo-img {
    width: 250px;
    height: 88px;
    margin-bottom: 16px;
  }
  a.manabi__txt-link {
    color: #122D8B;
    text-decoration: underline;
  }
  .manabi__txt-link {
    font-weight: bold;
  }
  .manabi__logo:hover,
  .manabi__logo:focus,
  .manabi__logo:active {
    opacity: 0.7;
  }
  a.manabi__txt-link:hover,
  a.manabi__txt-link:focus,
  a.manabi__txt-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
/* sp */
@media(max-width:740px){
  .manabi {
    margin-bottom: 19px;
  }
  .manabi-inner {
    padding: 0 19px;
    text-align: center;
  }
  .manabi__logo-img {
    max-width: 337px;
    width: 100%;
    max-height: 119px;
    height: 100%;
  }
  .manabi__txt {
    margin-bottom: 16px;
  }
  a.manabi__txt-link {
    color: #122D8B;
    text-decoration: underline;
  }
  .manabi__txt-link {
    font-weight: bold;
  }
  .manabi__logo:hover,
  .manabi__logo:focus,
  .manabi__logo:active {
    opacity: 0.7;
  }
  a.manabi__txt-link:hover,
  a.manabi__txt-link:focus,
  a.manabi__txt-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*
==================================
research
==================================
*/
/* pc */
@media(min-width:741px){
  .research {
    background-image: url(/dokusho/_assets/img/210630/research-bg.png);
    background-repeat: repeat;
    padding: 70px 0 67px;
  }

  .research-inner {
    max-width: 960px;
    margin: 0 auto;
  }

  .research__ttl {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #956649;
    margin-bottom: 30px;
  }
  .research__sub-ttl{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: 40%;
    background-image: url(/dokusho/_assets/img/210630/research_ttlbg_2-pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6px 14px 5px;
  }
  .research__txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
  }

  .research__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .research__list-item {
    position: relative;
    background: #FFFBEF;
    width: 31%;
    max-width: 300px;
    min-height: 110px;
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
            box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
  }

  .research__list-item-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .research__list-item-link:hover,
  .research__list-item-link:focus,
  .research__list-item-link:active {
    text-decoration: none;
    opacity: 0.7;
  }

  .research__img-box {
    width: 100%;
  }

  .research__img {
    width: 100%;
  }

  .research__list-txt {
    padding: 30px 25px;
    font-size: 16px;
    line-height: 28px;
    color: #956649;
  }

  .research__arrow {
    position: absolute;
    right: 5px;
    bottom: 40%;
  }

}
/* sp */
@media(max-width:740px){
  .research {
    background-image: url(/dokusho/_assets/img/210630/research-bg.png);
    background-repeat: repeat;
  }

  .research-inner {
    padding: 54px 7.5px 56px;
  }

  .research__ttl {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .research__sub-ttl {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-image: url(/dokusho/_assets/img/210630/research_ttlbg_2-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 4px;
    width: 61px;
    height: 37px;
    padding-top: 10px;
  }

  .research__txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 43px;
    padding: 0 11.5px;
  }

  .research__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 11.5px;
  }

  .research__list-item {
    position: relative;
    background: #FFFBEF;
    width: 100%;
    margin-top: 12px;
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
            box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
  }

  .research__list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px;
  }

  .research__list-txt {
    height: 90%;
    width: 67%;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    color: #956649;
  }

  .research__arrow {
    width: 10px;
    position: absolute;
    right: 10px;
    bottom: 35%;
  }
}

/*
==================================
concours
==================================
*/
/* pc */
@media(min-width:741px){
  .conc{
    margin-bottom: 60px;
    background-image: url(/dokusho/_assets/img/210630/concours_bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .conc-inner{
    max-width: 960px;
    margin: 0 auto;
  }
  .conc__ttl{
    font-size: 26px;
    font-weight: bold;
    line-height: 54px;
    color: #956649;
    margin-bottom: 40px;
  }
  .conc__ttl--red{
    color: #D95026;
    font-size: 36px;
  }
  .conc__txt{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .conc__txt--weak{
    font-size: 12px;
    line-height: 16px;
  }
  .conc__txt--weak::before{
    content: "※";
  }
  a.conc__link{
    color: #956649;
    text-decoration: underline;
  }
  .conc__link{
    width: 10em;
    display: block;
    font-size: 20px;
    line-height: 45px;
    position: relative;
  }
  .conc__link::after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #956649;
    border-right: 1px solid #956649;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    right: -20px;
    top: 50%;
  }
  .conc__link:hover,
  .conc__link:focus,
  .conc__link:active{
    text-decoration: none;
    opacity: 0.7;
  }
}

/* sp */
@media(max-width:740px){
  .conc{
    margin-bottom: 38px;
    background-image: url(/dokusho/_assets/img/210630/concours_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 96px;
    padding-bottom: 42px;
  }
  .conc-inner{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 19px;
  }
  .conc__ttl{
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    color: #956649;
    margin-bottom: 25px;
    text-align: center;
    white-space: nowrap;
  }
  .conc__ttl--red{
    color: #D95026;
    font-size: 23px;
  }
  .conc__txt{
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 20px;
  }
  .conc__txt--weak{
    font-size: 11px;
    line-height: 19px;
  }
  .conc__txt--weak::before{
    content: "※";
  }
  a.conc__link{
    color: #956649;
    text-decoration: underline;
  }
  .conc__link{
    width: 10em;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
    margin-left: auto;
  }
  .conc__link::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #956649;
    border-right: 1px solid #956649;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    right: -15px;
    top: 50%;
  }
  .conc__link:hover,
  .conc__link:focus,
  .conc__link:active{
    text-decoration: none;
    opacity: 0.7;
  }
}

/*
==================================
recommend
==================================
*/
/* pc */
@media(min-width:741px){
  .reco {
    margin-bottom: 85px;
  }
  .reco-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .reco__ttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .reco__list {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
  }
  .reco__list-item {
    position: relative;
  }
  .reco__list-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .reco__list-item::before {
    content: "";
    display: block;
    border-bottom: 1px solid #C2C2C2;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .reco__list-item::after {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_arrow_right-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 7px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
  a.reco__list-item-link {
    color: #757575;
  }
  .reco__list-item-link:hover,
  .reco__list-item-link:focus,
  .reco__list-item-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
/* sp */
@media(max-width:740px){
  .reco {
    margin-bottom: 30px;
  }
  .reco-inner {
    padding: 0 19px;
  }
  .reco__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .reco__list {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
  .reco__list-item {
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-right: 16px;
  }
  .reco__list-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .reco__list-item::before {
    content: "";
    display: block;
    border-bottom: 1px solid #C2C2C2;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .reco__list-item::after {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_arrow_right-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 7px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
  a.reco__list-item-link {
    color: #757575;
  }
  .reco__list-item-link:hover,
  .reco__list-item-link:focus,
  .reco__list-item-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}


/*
==================================
banner
==================================
*/
/* pc */
@media(min-width:741px){
  .ban {
    margin-bottom: 30px;
  }
  .ban-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .ban-inner .ban__link:not(:last-of-type) {
    margin-bottom: 16px;
    display: block;
  }
  .ban__link:hover,
  .ban__link:focus,
  .ban__link:active {
    opacity: 0.7;
  }
  .ban__link-img-item {
    width: 600px;
    height: 100px;
  }
}
/* sp */
@media(max-width:740px){
  .ban {
    margin-bottom: 40px;
  }
  .ban-inner {
    padding: 0 19px;
    text-align: center;
  }
  .ban__link-img-item {
    width: 100%;
  }
  .ban-inner .ban__link:not(:last-of-type) {
    margin-bottom: 16px;
    display: block;
  }
  .ban__link:hover,
  .ban__link:focus,
  .ban__link:active {
    opacity: 0.7;
  }
}


/*
==================================
sns share
==================================
*/
/* pc */
@media(min-width:741px){
  .share{
    width: 960px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .share-item{
    width: 90px;
  }
  .share-item a{
    width: inherit;
    display: block;
  }
  .share-item img{
    width: inherit;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
  .share a:hover,
  .share a:focus,
  .share a:active {
    opacity: 0.7;
  }
}
/* sp */
@media(max-width:740px){
  .share{
    padding: 0px 4vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .share-item,
  .share-item a,
  .share-item img{
    max-width: 90px;
    width: 24vw;
    max-height: 22px;
    height: 5.87vw;
  }
  .share-item a{
    display: block;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
  .share a:hover,
  .share a:focus,
  .share a:active {
    opacity: 0.7;
  }
}


/*
==================================
modal
==================================
*/
/* pc */
@media(min-width:741px){
  *{
    margin: 0;
    padding: 0;
  }
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 10;
  }
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(149,102,73,0.6);
  }
  
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: scroll;
    background: white;
    padding: 64px;
    border-radius: 30px;
    max-width: 960px;
    width: 90vw;
    max-height: 550px;
    height: 75vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal-inner {
    padding-right: 28px;
    width: 100%;
    height: 100%;
  }

  .modal-txt-head{
    color: #956649;
    font-size: 20px;
    font-weight: bold;
  }
  .modal-txt{
    font-size: 16px;
    color: #434343;
  }
  .modal-txt:not(:last-of-type){
    margin-bottom: 28px;
  }
  .modal-close{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
    right: 40px;
  }
  a.modal-close{
    color: #F97252;
  }
  .modal-close::before {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 56px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  
  .mCSB_container {
    padding-right: 15px;
  }
  .modal-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-content::-webkit-scrollbar {
    display: none;
  }
  div.mCSB_dragger_bar, 
  div.mCSB_dragger_bar:hover {
    background-color: rgba(249,114,82,1) !important;
    width: 28px !important;
    height: 28px !important;
    left: 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_draggerRail:hover {
    width: 6px;
    background-color: #9E9E9E !important;
    margin: 0 10px 0 12px;
  }
  .mCSB_scrollTools {
    width: 30px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    height: 28px !important;
  }

  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
/* sp */
@media(max-width:740px){
  *{
    margin: 0;
    padding: 0;
  }
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 10;
  }
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(149,102,73,0.6);
  }
  
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: scroll;
    background: white;
    padding: 38px 24px 82px 32px;
    border-radius: 30px;
    max-width: 960px;
    width: 90vw;
    max-height: 515px;
    height: 75vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal-inner {
    width: 100%;
    height: 100%;
  }

  .modal-txt-head{
    color: #956649;
    font-size: 15px;
    font-weight: bold;
  }
  .modal-txt{
    font-size: 14px;
    color: #434343;
  }
  .modal-txt:not(:last-of-type){
    margin-bottom: 14px;
  }
  .modal-close{
    font-weight: bold;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15px;
    left: 50%;
    max-width: 155px;
    width: 100%;
    font-size: 14px;
    background-color: #F97252;
    padding: 10px 0;
    border-radius: 15px;
    text-align: center;
    text-indent: 1em;
  }
  a.modal-close{
    color: #fff;
  }
  .modal-close::before {
    content: "";
    background-image: url(/dokusho/_assets/img/icon_close-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 34%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  
  .modal-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-content::-webkit-scrollbar {
    display: none;
  }
  div.mCSB_dragger_bar, 
  div.mCSB_dragger_bar:hover {
    background-color: rgba(249,114,82,1) !important;
    width: 14px !important;
    height: 14px !important;
    left: 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_draggerRail:hover {
    width: 3px;
    background-color: #9E9E9E !important;
    margin: 0 5px 0 6px;
  }
  .mCSB_scrollTools {
    width: 16px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    height: 14px !important;
  }

  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}


/*
==================================
tablet
==================================
*/
@media(min-width: 741px) and (max-width: 960px) {
  .tablet{
    display: block;
  }

  .ank-inner {
    padding: 10px;
  }
  .ank__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ank__list-item:nth-of-type(3) .ank__list-item-link,
  .ank__list-item:nth-of-type(5) .ank__list-item-link,
  .ank__list-item:nth-of-type(6) .ank__list-item-link {
    text-align: center;
    padding-left: 0;
  }

  .flow-inner {
    padding: 0 10px;
  }
  .qa-inner {
    padding: 70px 10px 86px;
  }
  .qa__main-box {
    padding: 64px 50px 36px;
  }
  .qa__main-box-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .qa__main-box-wrap-item {
    max-width: 49%;
  }
}


/*
==================================
se
==================================
*/
@media(max-width:374px){
  .flow__cont-box-txtlink-item {
    display: block;
  }
}

/*
==================================
2023/05/30 更新
==================================
*/
@media(max-width:740px){
  .flow__cont-box-txt-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #F97252;
    line-height: 28px;
    text-align: left;
  }
  .flow__cont-box-btn{
  }
  .qa__btn-lead{
    color: #956649;
    font-size: 14px;
    font-weight: 600;
  }
  .qa__btn-wrap{
    display: block;
    width: 335px;
    height: 58px;
    background-color: #956649;
    border-radius: 50px;
    margin: 11px auto 0;
  }
  .qa__btn-wrap .qa__btn{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
  }
  .reco__list-item.reco__list-item--all{
    text-align: right;
    display: inline-block;
    float: right;
  }
  .reco__list-item.reco__list-item--all::before{
    border-bottom: 1px solid #F97252;
  }
  .reco__list-item.reco__list-item--all .reco__list-item-link{
    color: #F97252;
  }
  .qa__main-box-ttl{
    padding: 13px 7px 17px;
  }
  .qa__main-box-ttl--long#qa__three {
    width: 181px;
  }
  .qa__main-box-ttl--6long {
    background-image: url(/dokusho/_assets/img/230530/qa_ttl_bg_6_sp.svg);
    padding: 13px 20px 17px;
    width: 200px;
  }
  .flow__cont-box-num-img{
    margin-top: 40px;
  }
  .qa__nav{
    width: 337px;
    margin: 40px auto 75px;
    background-color: #FFFFFF;
    padding: 18px 65px 15px;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .qa__nav-list-item{
    text-align: left;
    position: relative;
  }
  .qa__nav-list-item::before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(/dokusho/_assets/img/230530/nav_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
  }
  .qa__nav-list-item a{
    color: #956649;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
  }
  .qa__nav-list-item a:hover{
    text-decoration: underline;
  }
}
@media(min-width:741px){
  .flow__cont-box-txt-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #F97252;
    line-height: 28px;
  }
  .flow__cont-box-btn{
    float: left;
  }
  .qa__btn-lead{
    color: #956649;
    font-size: 20px;
  }
  .qa__btn-wrap{
    display: block;
    width: 451px;
    height: 58px;
    background-color: #956649;
    border-radius: 50px;
    margin: 11px auto 0;
  }
  .qa__btn-wrap .qa__btn{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
  }
  .reco__list-item.reco__list-item--all{
    text-align: right;
    display: inline-block;
    float: right;
  }
  .reco__list-item.reco__list-item--all::before{
    border-bottom: 1px solid #F97252;
  }
  .reco__list-item.reco__list-item--all .reco__list-item-link{
    color: #F97252;
    padding-right: 20px;
  }
  .qa__main-box-ttl{
    padding: 13px 7px 17px;
  }
  .qa__main-box-ttl--6long {
    background-image: url(/dokusho/_assets/img/230530/qa_ttlbg_6.svg);
    padding: 13px 20px 17px;
  }
}
