@charset "utf-8";
.c-btn {
    background: #fff;
    border-radius: 100px;
}
.c-btn a {
    display: block;
    background: #66b821;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px 44px 20px 24px;
    position: relative;
}
.c-btn a:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_slide_r.svg) no-repeat center;
    background-size: 100% auto;
}
.claPd_wrap .c-btn {
    width: 320px;
    margin: 0 auto;
}
.claPd_wrap .c-btn a {
    border: 2px solid #00b88f;
    background: #fff;
    color: #00b88f;
}
.claPd_wrap .c-btn a:before {
    background: url(../svg/arw_slide_r_class.svg) no-repeat center;
    background-size: 100% auto;
}
.claAim_wrap{
    padding: 0 80px;
}
.claAim_txt{
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 30px;
}
.claAim_txt.ver2{
    font-size: 16px;
    padding: 40px 0;
    margin-bottom: 0;
}
.claAim_txt span{
    color: #66b821;
}
.claAim_read{
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 30px;
    margin-bottom: 40px;
}
.claAim_read dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.claAim_read dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claAim_add{
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    border: 2px solid #5cbddf;
}
.claAim_add dt {
    font-size: 18px;
    color: #5cbddf;
    font-weight: bold;
    line-height: 2.25;
    margin-bottom: 5px;
}
.claAim_add dt span {
    position: relative;
    padding-left: 30px;
}
.claAim_add dt span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_info.svg) no-repeat center;
    background-size: 100% auto;
}
.claAim_add dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claAim_box {
    padding-top: 60px;
}
.claAim_box.ver2 {
    padding-top: 0;
}
.claCnt_h3 {
    text-align: center;
    position: relative;
}
.claCnt_h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 2px dotted #66b821;
    z-index: 1;
}
.claCnt_h3 .ttl {
    display: inline-block;
    font-size: 22px;
    color: #66b821;
    font-weight: bold;
    line-height: 1;
    background: #fdfce5;
    padding: 0 .4em;
    position: relative;
    z-index: 2;
}
.claRinen_Cnt .ttlbx,
.claSystem_Cnt .ttlbx {
    text-align: center;
    margin-bottom: 30px;
}
.claSystem_Cnt .ttlbx {
    margin-bottom: 50px;
}
.claRinen_Cnt .ttlbx .ttl,
.claSystem_Cnt .ttlbx .ttl {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #66b821;
    padding: 5px 0;
    border-radius: 100px;
    width: 300px;
}
.claRinen_Cnt .ttlbx .ttl span,
.claSystem_Cnt .ttlbx .ttl span {
    font-size: 30px;
    font-family: "Brandon Grotesque",sans-serif;
}
.claRinen_box {
    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;
}
.claRinen_box dl {
    width: 390px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: 20px;
    position: relative;
}
.claRinen_box dl:before,
.claSystem_lst li:before {
    content: '1';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    background: #f5ca53;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
}
.claSystem_lst li:before{
    background: #ff7d97;
}
.claRinen_box dl:nth-child(1):before,
.claSystem_lst li:nth-child(1):before {
    content: '1';
}
.claRinen_box dl:nth-child(2):before,
.claSystem_lst li:nth-child(2):before {
    content: '2';
}
.claRinen_box dl:nth-child(3):before,
.claSystem_lst li:nth-child(3):before {
    content: '3';
}
.claRinen_box dl:nth-child(4):before,
.claSystem_lst li:nth-child(4):before {
    content: '4';
}
.claSystem_lst li:nth-child(5):before {
    content: '5';
}
.claRinen_box dl dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.claRinen_box dl dd {
    font-weight: bold;
}
.claSystem_Cnt {
    padding-top: 60px;
}
.claSystem_lst {
    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;
}
.claSystem_lst li {
    width: 150px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    padding: 30px 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.claMotto_Cnt {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 20px;
    position: relative;
    margin-top: 40px;
}
.claMotto_Cnt.ver2 {
    padding: 30px 40px 20px;
}
.claMotto_Cnt .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.claMotto_Cnt .cnt {
}
.claMotto_Cnt .cnt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px dotted #f1f1f1;
}
.claMotto_Cnt .cnt .box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom:none;
}
.claMotto_Cnt .cnt .box dt span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #f5ca53;
    padding: 5px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    width: 100px;
}
.claMotto_Cnt .cnt .box dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claMotto_Cnt .cnt .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claMotto_Cnt .cnt .txt span {
    color: #66b821;
}
.claWhat_Cnt {
    padding-top: 50px;
    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;
}
.claWhat_Cnt .box {
    width: 300px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
}
.claWhat_Cnt .box dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.claWhat_Cnt .box dd {
    font-weight: bold;
    line-height: 1.8;
}
.claWhat_Cnt .box .lst li {
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
}
.claWhat_Cnt .box .lst li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background: #66b821;
}
.claPlan_Cnt {
    padding-top: 50px;
    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;
}
.claPlan_Cnt .box {
    width: 300px;
    height: 296px;
    box-sizing: border-box;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    background: url(../img/gakkenclassroom_bk.png) no-repeat center;
}
.claPlan_Cnt .box dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}
.claPlan_Cnt .box dt span {
    font-size: 30px;
    font-family: "Brandon Grotesque",sans-serif;
}
.claPlan_Cnt .box .txt {
    font-weight: bold;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.claSupport_Cnt {
    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;
}
.claSupport_box {
    width: 300px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.claSupport_box .ttlbx {
    position: relative;
    background: #66b821;
    text-align: center;
    padding: 15px 0;
}
.claSupport_box .ttlbx:before {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    color: #66b821;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
}
.claSupport_box .ttlbx .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.claSupport_in {
    padding: 20px;
}
.claSupport_box .mds {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #66b821;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.claSupport_box .img {
    text-align: center;
    margin-bottom: 18px;
}
.claSupport_box .img img,
.claSupport_box .img source {
    border-radius: 6px;
}
.claSupport_box .txt {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.claSupport_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.claSupport_box .box .lst {
    font-weight: bold;
    line-height: 1.5;
    color: #66b821;
}
.claSupport_box .box .lst li {
    position: relative;
    padding-left: 20px;
}
.claSupport_box .box .lst li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background: #66b821;
}
.claSupport_box .box .lst li.ttl {
    padding-left: 0;
}
.claSupport_box .box .lst li.ttl:before {
    content: none;
}
.claSupport_box:nth-child(1) .ttlbx,
.claSupport_box:nth-child(1) .box .lst li:before {
    background: #66b821;
}
.claSupport_box:nth-child(1) .ttlbx:before,
.claSupport_box:nth-child(1) .mds,
.claSupport_box:nth-child(1) .box .lst {
    color: #66b821;
}
.claSupport_box:nth-child(2) .ttlbx,
.claSupport_box:nth-child(2) .box .lst li:before {
    background: #f882bf;
}
.claSupport_box:nth-child(2) .ttlbx:before,
.claSupport_box:nth-child(2) .mds,
.claSupport_box:nth-child(2) .box .lst {
    color: #f882bf;
}
.claSupport_box:nth-child(3) .ttlbx,
.claSupport_box:nth-child(3) .box .lst li:before {
    background: #f5ca53;
}
.claSupport_box:nth-child(3) .ttlbx:before,
.claSupport_box:nth-child(3) .mds,
.claSupport_box:nth-child(3) .box .lst {
    color: #f5ca53;
}
.claSupport_box:nth-child(4) .ttlbx,
.claSupport_box:nth-child(4) .box .lst li:before {
    background: #5cbddf;
}
.claSupport_box:nth-child(4) .ttlbx:before,
.claSupport_box:nth-child(4) .mds,
.claSupport_box:nth-child(4) .box .lst {
    color: #5cbddf;
}
.claSupport_box:nth-child(5) .ttlbx,
.claSupport_box:nth-child(5) .box .lst li:before {
    background: #ac76b8;
}
.claSupport_box:nth-child(5) .ttlbx:before,
.claSupport_box:nth-child(5) .mds,
.claSupport_box:nth-child(5) .box .lst {
    color: #ac76b8;
}
.claSupport_box:nth-child(1) .ttlbx:before {
    content: '1';
}
.claSupport_box:nth-child(2) .ttlbx:before {
    content: '2';
}
.claSupport_box:nth-child(3) .ttlbx:before {
    content: '3';
}
.claSupport_box:nth-child(4) .ttlbx:before {
    content: '4';
}
.claSupport_box:nth-child(5) .ttlbx:before {
    content: '5';
}
/*20221028*/
.claTc_box {
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgb(114 114 114 / 10%);
}
.claTc_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../svg/arw_slide_r_class1.svg) no-repeat center right 30px;
    background-size: 9px auto;
    padding: 20px;
}
.claTc_box .img {
    overflow: hidden;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #66b821;
}
.claTc_box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.claTc_box .box {
    padding: 0 80px 0 30px;
}
.claTc_box .ttl {
    font-size: 20px;
    font-weight: bold;
}
.claTc_box .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.claTc_box .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.claTc_box .lst li {
    display: block;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    margin-right: 6px;
    color: #fff;
}
.claTc_box .lst li.s1 {
    background: #f882bf;
    border: #f882bf solid 1px;
}
.claTc_box .lst li.s2 {
    background: #01c69a;
    border: #01c69a solid 1px;
}
.claTc_box .lst li.s3 {
    background: #909090;
    border: #909090 solid 1px;
}
.claTc_box .lst li.s4 {
    background: #5cbddf;
    border: #5cbddf solid 1px;
}
.claTc_box .lst li.s5 {
    background: #f5ca53;
    border: #f5ca53 solid 1px;
}
.claTc_add {
    font-size: 14px;
}
.pageMv_ttl:before {
    background: #66b821;
}
.claBcm_Cnt {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claBcm_Cnt .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.claBcm_Cnt .cnt {
    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;
}
.claBcm_Cnt .cnt + .cnt {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px dotted #f1f1f1;
}
.claBcm_Cnt .cnt .box {
    width: -webkit-calc(100% - 382px);
    width: calc(100% - 382px);
    box-sizing: border-box;
    padding-right: 30px;
}
.claBcm_Cnt .cnt .mds {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    margin-bottom: 10px;
}
.claBcm_Cnt .cnt .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claBcm_Cnt .cnt .read {
    margin-bottom: 1em;
}
.claBcm_Cnt .cnt .txt .add {
    font-size: 12px;
}
.claBcm_Cnt .cnt .img {
    width: 360px;
    text-align: center;
}
.claBcm_Cnt .cnt.is-ver2 .img {
    width: 460px;
}
.claBcm_Cnt .cnt.is-ver2 .img img {
    border-radius: 10px;
}
.claBcm_Cnt .cnt .img .imgttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #00b88f;
    text-align: center;
}
.claBcm_Cnt .cnt .img .imgttl.ver2 {
    margin-top: 30px;
}
.claBcm_Cnt .cnt .txbx{
    width: -webkit-calc(100% - 362px);
    width: calc(100% - 362px);
    box-sizing: border-box;
    padding-right: 30px;
}
.claBcm_Cnt .cnt.is-ver2 .txbx{
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
}
.claBcm_Cnt .cnt .txbx .txt{
    width: 100%;
    padding-right: 0;
}
.claBcm_Cnt .cnt .lst{
    margin-top: 15px;
}
.claBcm_Cnt .cnt .lst li{
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claBcm_Cnt .cnt .lst li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #66b821;
    border-radius: 50%;
}
.claBcm_Cnt .cnt .lst2 {
    margin-top: 30px;
}
.claBcm_Cnt .cnt .lst2 dl {
    margin-bottom: 15px;
}
.claBcm_Cnt .cnt .lst2 dl:last-child {
    margin-bottom: 0;
}
.claBcm_Cnt .cnt .lst2 dl dt {
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    color: #66b821;
}
.claBcm_Cnt .cnt .lst2 dl dt:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #66b821;
    border-radius: 50%;
}
.claBcm_Cnt .cnt .lst2 dl dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claBcm_Cnt .cnt .lst3 {
    margin-top: 30px;
    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;
}
.claBcm_Cnt .cnt .lst3 li {
    width: 48%;
    background: #fb7d97;
    text-align: center;
    border-radius: 6px;
    padding: 14px 0;
    margin-top: 10px;
}
.claBcm_Cnt .cnt .lst3 li:nth-child(-n+2) {
    margin-top: 0;
}
.claBcm_Cnt .cnt .lst3 li .txt {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.claBcm_Cnt .cnt .lst3 li .txt span {
    font-size: 14px;
}
.claBcm_Cnt .cnt.ver2 {
    display: block;
}
.claBcm_Cnt .cnt.ver2 .txt {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
}
.claBcm_Cnt .cnt .txt2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    margin-top: 1em;
}
.claBcm_Cnt .cnt .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-top: 1em;
}
.claBcm_Cnt .cnt.ver2 .img {
    width: 100%;
    margin-top: 30px;
}
.claBcm_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}
.claWs_Cnt {
    margin-top: 30px;
}
.claWs_Cnt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px dotted #f1f1f1;
}
.claWs_Cnt .box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.claWs_Cnt .box dt span {
    display: block;
    width: 100px;
    background: #85c843;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}
.claWs_Cnt .box dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claWs_Cnt .box dd span {
    font-size: 12px;
}
.btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.btnbox li {
    margin: 0 15px;
}
.btnbox.ver2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}
.btnbox.ver2 li {
    margin: 0 30px 0 0;
}
.claPd_wrap {
    box-sizing: border-box;
    background: #ebf9f6;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 60px;
}
.claPd_wrap .ttl {
    font-size: 20px;
    color: #00b88f;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.claPd_wrap .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    text-align: center;
    padding: 20px 0;
}

.claWs_att {
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    border: 2px solid #5cbddf;
    margin-top: 30px;
}
.claWs_att .ttl {
    font-size: 18px;
    color: #5cbddf;
    font-weight: bold;
    line-height: 2.25;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}
.claWs_att .ttl span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.claWs_att .ttl span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 9px;
    background: url(../svg/icn_info.svg) no-repeat center;
    background-size: 100% auto;
}
.claWs_att .txt {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claWs_att .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.claWs_att .lst li {
    width: 35%;
    position: relative;
    padding-left: 1.4em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claWs_att .lst li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #333;
    border-radius: 50%;
}
.claFlow_read {
    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;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claFlow_read .box {
    width: -webkit-calc(100% - 174px);
    width: calc(100% - 174px);
    box-sizing: border-box;
    padding-right: 30px;
}
.claFlow_read .box .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claFlow_read .box .hint {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    color: #66b821;
}
.claFlow_read .img {
    width: 174px;
    text-align: center;
}
.claFlow_read.ver2 {
    display: block;
}
.claFlow_read.ver2 .box {
    width: 100%;
    padding-right: 0;
}
.claFlow_read.ver2 .img {
    width: 100%;
    margin-top: 20px;
}
.claFlow_Cnt {
    margin-top: 60px;
}
.claFlow_box {
    margin-top: 40px;
}
.claFlow_box .box {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 60px;
}
.claFlow_box .box:before {
    content: '';
    display: block;
    width: 50px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -46px;
    background: url(../svg/class_arw_btm1.svg) no-repeat center;
    background-size: 100% auto;
}
.claFlow_box .box:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -15px;
    top: -15px;
    background: url(../svg/sun2.svg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
}
.claFlow_box .box.n1:after {
    content: '1';
}
.claFlow_box .box.n2:after {
    content: '2';
}
.claFlow_box .box.n3:after {
    content: '3';
}
.claFlow_box .box.n4:after {
    content: '4';
}
.claFlow_box .box.n5:after {
    content: '5';
}
.claFlow_box .box.n6:after {
    content: '6';
}
.claFlow_box .box.n7:after {
    content: '7';
}
.claFlow_box .box.n8:after {
    content: '8';
}
.claFlow_box .box.n9:after {
    content: '9';
}
.claFlow_box .box:last-child {
    margin-bottom: 0;
}
.claFlow_box .box:last-child:before {
    content: none;
}
.claFlow_box .box .img {
    width: 188px;
    text-align: center;
}
.claFlow_box .box .txt {
    width: -webkit-calc(100% - 188px);
    width: calc(100% - 188px);
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claCas_Cnt {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claCas_Cnt .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claCas_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.claCas_flx .box {
    width: 330px;
    padding: 0 44px;
    position: relative;
}
.claCas_flx .box .txt {
    padding-top: 18px;
    line-height: 1.6;
}
.claCas_flx .box .dli-plus {
    position: absolute;
    right: -8px;
    top: 120px;
    display: inline-block;
    vertical-align: middle;
    color: #00b88f;
    line-height: 1;
    width: 16px;
    height: 3px;
    background: currentColor;
    border-radius: 0.1em;
}
.claCas_flx .box .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.claCas_class {
    width: 690px;
    margin: 0 auto;
    margin-top: 30px;
}
.claCas_class .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-bottom: 15px;
}
.claCas_class .imgbx {
    position: relative;
}
.claCas_class .imgbx .txbx {
    position: absolute;
    top: 82px;
    right: 34px;
}
.claCas_class .imgbx .txbx .lst li {
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.claCas_class .imgbx .txbx .lst li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #089b7b;
    border-radius: 50%;
}
.claCas_class .imgbx .txbx .add {
    font-size: 14px;
    padding-top: 5px;
}
.claOpn_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claOpn_txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-bottom: 20px;
}
.claOpn_lst > li {
    padding-bottom: 40px;
    padding-left: 40px;
    position: relative;
}
.claOpn_lst > li::before {
    content: '';
    display: block;
    width: 4px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    border-left: 4px dotted #66b821;
    position: absolute;
    bottom: 0;
    left: 14px;
}
.claOpn_lst > li:last-child:before {
    content: none;
}
.claOpn_lst > li:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -1px;
    background: #f5ca53;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
}
.claOpn_lst > li:nth-child(1):after {
    content: '1';
}
.claOpn_lst > li:nth-child(2):after {
    content: '2';
}
.claOpn_lst > li:nth-child(3):after {
    content: '3';
}
.claOpn_lst > li:nth-child(4):after {
    content: '4';
    background: #fa5400;
}
.claOpn_lst > li:nth-child(5):after {
    content: '5';
    background: #fa5400;
}
.claOpn_lst > li:nth-child(6):after {
    content: '6';
    background: #fa5400;
}
.claOpn_lst > li:nth-child(7):after {
    content: '7';
    background: #fa5400;
}
.claOpn_lst li .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claOpn_lst li .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-top: .5em;
}
.claOpn_lst li .sb {
    font-size: 16px;
}
.claOpn_lst li .lnk {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-top: .5em;
}
.claOpn_lst li .lnk a {
    display: inline-block;
    position: relative;
    padding-left: 1em;
}
.claOpn_lst li .lnk a:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 11px;
    background: url(/cmn_2/svg/arw_slide_r_class1.svg) no-repeat center;
    background-size: auto 100%;
}
.claOpn_lst li .add {
    font-size: 12px;
    margin-top: .5em;
}
.claOpn_lst li .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 5px;
}
.claOpn_lst li .lst li {
    width: 200px;
    background: #fcf1f3;
    border: 2px solid #fb7d97;
    border-radius: 6px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fb7d97;
    text-align: center;
    padding: 14px;
}
.claOpn_lst li .box {
    background: #ebf9f6;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    padding: 20px 40px;
    margin-top: 15px;
}
.claOpn_lst li .open {
    background: url(/images/pbg11.gif) no-repeat right center;
    padding: 0 205px 0 0;
}
.claExp_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claExp_box:nth-child(1) .box {
    background: url(/images/pbg12.gif) no-repeat 0 0;
    padding: 10px 0 10px 158px; 
}
.claExp_box:nth-child(2) .box {
    background: url(/images/pbg13.gif) no-repeat -20px 0;
    padding: 10px 0 10px 158px;
}
.claExp_box:nth-child(3) .box {
    background: url(/images/pbg14.gif) no-repeat -20px 0;
    padding: 10px 0 10px 158px;
}
.claExp_box .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5em;
}
.claExp_box .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}

.claSup_bnr {
    width: 734px;
    margin: 0 auto;
}
.claSup_bnr .bnr {
    text-align: center;
}
.claSup_bnr .bnr a {
    display: block;
}
.claSup_bnr .lst {
    margin-top: 10px;
    padding-left: 138px;
}
.claSup_bnr .lst li {
    font-size: 12px;
}
.claSup_wrap {
    margin-top: 60px;
}
.claSup_read {
    margin-top: 40px;
}
.claSup_read .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claSup_read .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    padding-top: 20px;
}
.claSup_lst .box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.claSup_lst .box .txbx {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-left: 40px;
}
.claSup_lst .box.ver2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.claSup_lst .box.ver2 .txbx {
    padding-left: 0;
    padding-right: 40px;
}
.claSup_lst .box .txbx .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claSup_lst .box .txbx .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    padding-top: 20px;
}
.claHad_read .txt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claHad_read .img {
    text-align: center;
    margin-top: 20px;
}
.claHad_read .img.br img {
    border-radius: 10px;
}
.claHad_bqs {
    padding: 10px 30px 25px 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
}
.claHad_bqs .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #66b821;
    padding: 20px 0;
    border-bottom: 2px dotted #f1f1f1;
}
.claHad_bqs .ttl span {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}
.claHad_bqs .ttl span:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 10;
    background: url(../img/icn_q2.png) no-repeat 0 0;
    background-size: 100% auto;
}
.claHad_bqs .box {
    padding-top: 20px;
    padding-left: 170px;
    background:#fff url(/images/bqsbg.gif) no-repeat 30px bottom;
}
.claHad_bqs.ver2 .box {
    padding-left: 316px;
    background:#fff url(../img/bqsbg2.png) no-repeat 0 center;
}
.claHad_bqs .box dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.claHad_bqs .box dd .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claHad_bqs .box dd .c-btn {
    width: 600px;
    margin-top: 15px;
}
.btntxt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-top: 40px;
}
.btntxt span {
    position: relative;
    display: inline-block;
}
.btntxt span:before,
.btntxt span:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #66b821;
    width: 2px;
    height: 1.5em;
    margin: 0 1.5em;
    margin-top: -.2em;
    vertical-align: middle;
}
.btntxt span:before {
    transform: rotate(-35deg);
}
.btntxt span:after {
    transform: rotate(35deg);
}
.claHad_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claHad_lst li {
    padding-bottom: 45px;
    padding-left: 80px;
    position: relative;
    padding-top: 18px;
}
.claHad_lst li:last-child {
    padding-bottom: 0;
}
.claHad_lst > li:before {
    content: '';
    display: block;
    width: 4px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    border-left: 4px dotted #66b821;
    position: absolute;
    bottom: 0;
    left: 28px;
}
.claHad_lst > li:last-child:before {
    content: none;
}
.claHad_lst li .step {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff7d97;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.claHad_lst li .step span {
    display: block;
    font-size: 28px;
    text-align: center;
}
.claHad_lst li .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claHad_lst li .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    margin-top: 0.5em;
}
.claHad_lst li .add {
    font-size: 12px;
    margin-top: 0.5em;
}
.claHad_career {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claHad_career .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.claHad_career .box .lst {
    width: -webkit-calc(100% - 345px);
    width: calc(100% - 345px);
    box-sizing: border-box;
}
.claHad_career .box .lst li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    border-bottom: 2px dotted #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claHad_career .box .lst li span {
    position: relative;
    padding-left: 30px;
}
.claHad_career .box .lst li span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #66b821;
}
.claHad_career .box .lst li span:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 6px;
    border-left: 2px solid #66b821;
    border-bottom: 2px solid #66b821;
    transform: rotate(-45deg);
}
.claHad_career .box .lst li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.claHad_career .txt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    margin-top: 20px;
}
.claStr_wrap {
    margin-top: 60px;
}
.claStr_box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claStr_box .dli-plus {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px;
    display: inline-block;
    vertical-align: middle;
    color: #66b821;
    line-height: 1;
    width: 25px;
    height: 5px;
    background: currentColor;
    border-radius: 0.1em;
}
.claStr_box .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.claStr_box .dli-equal {
    position: absolute;
    left: -12px;
    right: 0;
    margin: auto;
    bottom: -33px;
    display: inline-block;
    vertical-align: middle;
    color: #66b821;
    line-height: 1;
    width: 5px;
    height: 25px;
    background: currentColor;
    border-radius: 0.1em;
}
.claStr_box .dli-equal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
}
.claStr_box dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
}
.claStr_box dt span {
    padding-right: .5em;
}
.claStr_box dd .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    padding-top: 20px;
}
.claStr_box dd .lst li {
    position: relative;
    padding-left: 1.2em;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.25;
}
.claStr_box dd .lst li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #66b821;
    border-radius: 50%;
}
.claStr_end {
    margin-top: 40px;
}
.claStr_end .img {
    text-align: center;
    background: #fff;
}
.claStr_end .lst {
    margin-top: 10px;
}
.claStr_end .lst li {
    font-size: 12px;
}
.claStr_prom {
    margin-top: 40px;
    background: #fff9bb;
    padding: 30px 40px;
}
.claStr_prom dt {
    font-size: 30px;
    color: #0f987e;
    font-weight: bold;
    padding-bottom: 10px;
}
.claStr_prom dd {
    font-size: 20px;
    font-weight: bold;
}
.claStr_prom dd .pnk {
    color: #ea178a;
}
.claStr_sien .box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 40px;
}
.claStr_sien .box .txt {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 2em;
}
.claStr_sien .box .txt .nmb {
    display: block;
    width: 30px;
    height: 30px;
    background: #66b821;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
.claStr_sien .box .txt .pnk {
    color: #ea178a;
}
.claKyo_read {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}
.claKyo_read .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    background: url(/images/pbg17.gif) no-repeat right 0px;
    padding: 0 200px 0 0;
}
.claKyo_read.ver2 .txt {
    min-height: 100px;
    background: url(/images/pbg18.gif) no-repeat right 0px;
}
.claKyo_wrap {
    margin-top: 60px;
}
.claKyo_box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
    margin-top: 40px;
}
.claKyo_box .ttl {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
}
.claKyo_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.claKyo_box .box .lst {
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
    box-sizing: border-box;
    padding-left: 40px;
}
.claKyo_box .box .lst li {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px dotted #f1f1f1;
}
.claKyo_box .box .lst li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.claKyo_box .box .lst li span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #66b821;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Brandon Grotesque",sans-serif;
    border-radius: 50%;
}
.claCou_wrap {
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.claCou_h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}
.claCou_wrap.n1 .claCou_h3 {
    background-color: #34a48f;
}
.claCou_wrap.n2 .claCou_h3 {
    background-color: #df6c66;
}
.claCou_wrap.n3 .claCou_h3 {
    background-color: #6fa44e;
}
.claCou_wrap.n4 .claCou_h3 {
    background-color: #959ecb;
}
.claCou_wrap.n5 .claCou_h3 {
    background-color: #37bfc1;
}
.claCou_wrap.n6 .claCou_h3 {
    background-color: #c1a65f;
}
.claCou_h3 .ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 70px;
    position: relative;
}
.claCou_h3 .ttl:before,
.claCou_h3 .ttl:after {
    content: '';
    display: block;
    width: 38px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.claCou_h3 .ttl:before {
    left: 0;
    background: url(../svg/line2_w.svg) no-repeat center;
    background-size: 100% auto;
}
.claCou_h3 .ttl:after {
    right: 0;
    background: url(../svg/line2_w_r.svg) no-repeat center;
    background-size: 100% auto;
}
.claCou_box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.claCou_box .img {
    width: 348px;
    text-align: center;
}
.claCou_box .box {
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
    box-sizing: border-box;
    padding-left: 40px;
}
.claCou_box .box .ttl {
    font-size: 22px;
    color: #66b821;
    font-weight: bold;
}
.claCou_wrap.n1 .claCou_box .box .ttl {
    color: #34a48f;
}
.claCou_wrap.n2 .claCou_box .box .ttl {
    color: #df6c66;
}
.claCou_wrap.n3 .claCou_box .box .ttl {
    color: #6fa44e;
}
.claCou_wrap.n4 .claCou_box .box .ttl {
    color: #959ecb;
}
.claCou_wrap.n5 .claCou_box .box .ttl {
    color: #37bfc1;
}
.claCou_wrap.n6 .claCou_box .box .ttl {
    color: #c1a65f;
}
.claCou_box .box .lst {
    margin-top: 20px;
}
.claCou_box .box .lst li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claCou_box .box .add {
    font-size: 12px;
}
.claCou_box .box .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claIda_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.claIda_lnk li {
    width: 30%;
    background: #fff;
    border-radius: 10px;
}
.claIda_lnk li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #66b821;
    padding: 20px 44px 20px 24px;
    position: relative;
    border: 2px solid #66b821;
}
.claIda_lnk li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_slide_r_class1.svg) no-repeat center;
    background-size: 100% auto;
}
.claBcm_read {
    background-color: #fff9bb;
    padding: 10px;
    margin-bottom: 30px;
}
.claBcm_read .txt {
    border: #00aa89 solid 1px;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
}
.claBcm_box {
    background-color: #f3f3f3;
    margin-top: 20px;
    padding: 20px 40px;
}
.claBcm_box dt {
    font-size: 18px;
    color: #66b821;
    font-weight: bold;
    margin-bottom: 5px;
}
.claBcm_box dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claBcm_lst li {
    display: inline-block;
    position: relative;
    padding-left: 1em;
}
.claBcm_lst li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #333;
    border-radius: 50%;
}
.claQa_box {
    margin-bottom: 30px;
    padding: 10px 30px 25px 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
}
.claQa_box .qttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #66b821;
    padding: 20px 0;
    border-bottom: 2px dotted #f1f1f1;
}
.claQa_box .qttl span {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}
.claQa_box .qttl span:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 10;
    background: url(../img/icn_q2.png) no-repeat 0 0;
    background-size: 100% auto;
}
.claQa_box .box {
    margin-top: 20px;
}
.claQa_box .box dt {
    font-size: 20px;
    color: #66b821;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5em;
}
.claQa_box .box dt span {
    position: absolute;
    left: 0;
    top: 1px;
}
.claQa_box .box dd .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
.claQa_box .c-btn {
    width: 440px;
    margin: 0 auto;
    margin-top: 20px;
}
.claTop_img {
    margin-bottom: 50px;
}
.claTop_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.class_wrap .line
/* .claBcm_Cnt .cnt .txt .line,
.claFlow_read .box .hint .line,
.claCas_Cnt .txt .line,
.claOpn_lst li .txt .line,
.claHad_read .txt .line,
.claHad_lst li .ttl .line*/ {
    background-image: linear-gradient(#ffec66, #ffec66);
    background-position: 0 84%;
    background-size: 100% 8px;
    background-repeat: repeat-x;
}
@media (min-width: 896px) {
    .claRinen_box dl:nth-child(-n+2) {
        margin-top: 0;
    }
    .claSupport_box:nth-child(4),
    .claSupport_box:nth-child(5) {
        margin-top: 30px;
        width: 464px;
    }
    .claSupport_box:nth-child(4) .box .lst,
    .claSupport_box:nth-child(5) .box .lst {
        width: 50%;
    }
    .claTc_box a:hover {
        background: url(../svg/arw_slide_r_class1.svg) no-repeat center right 20px;
        background-size: 9px auto;
    }
    .c-btn a:hover,
    .claSup_bnr .bnr a:hover {
        opacity: .8;
    }
    .claOpn_lst li .lnk a:hover {
        text-decoration: underline;
    }
    .claPd_wrap .c-btn a:hover {
        background: #00b88f;
        color: #fff;
        opacity: 1;
    }
    .claPd_wrap .c-btn a:hover:before {
        background: url(../svg/arw_slide_r.svg) no-repeat center;
        background-size: 100% auto;
    }
    .claIda_lnk li a:hover {
        background: #66b821;
        color: #fff;
        opacity: 1;
    }
    .claIda_lnk li a:hover:before {
        background: url(../svg/arw_slide_r.svg) no-repeat center;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 896px) {
    .c-btn a {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        padding: 14px 0 14px;
        box-sizing: border-box;
    }
    .c-btn a:before {
        width: 8px;
        height: 16px;
        right: 15px;
    }
    .claPd_wrap .c-btn {
        width: auto;
        border-radius: 5px;
    }
    .claPd_wrap .c-btn a {
        border-radius: 5px;
    }
    .class_wrap {
        padding: 0 20px 30px;
    }
    .classMv_wrap {
        background: #fff;
        border: none;
        border-top: 2px solid #01c69a;
        border-bottom: 2px solid #01c69a;
        border-radius: 0;
        margin: 0 -20px;
        margin-bottom: 30px;
        position: relative;
    }
    .classMv_wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff url(../img/sp/gakkenclassroom_mv.jpg) center center / cover no-repeat;
    }
    .classMv_in {
        height: 210px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .classMv_ttl {
        padding: 0 0 0;
        font-size: 24px;
        line-height: 60px;
    }
    .claAim_wrap{
        padding: 0;
    }
    .claAim_txt{
        font-size: 16px;
        line-height: 2;
    }
    .claAim_txt.ver2{
        font-size: 14px;
        padding: 20px 0;
    }
    .claAim_read{
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .claAim_read dt {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .claAim_read dd {
        font-size: 14px;
        line-height: 1.8;
    }
    .claAim_add{
        padding: 15px 15px;
    }
    .claAim_add dt {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .claAim_add dt span {
        display: inline-block;
    }
    .claAim_add dd {
        font-size: 12px;
        line-height: 1.8;
    }
    .claAim_box {
        padding-top: 40px;
    }
    .claCnt_h3 .ttl {
        font-size: 18px;
        line-height: 1.4;
    }
    .claRinen_Cnt .ttlbx,
    .claSystem_Cnt .ttlbx {
        margin-bottom: 40px;
    }
    .claSystem_Cnt .ttlbx {
        margin-bottom: 40px;
    }
    .claRinen_Cnt .ttlbx .ttl,
    .claSystem_Cnt .ttlbx .ttl {
        font-size: 16px;
        width: 280px;
    }
    .claRinen_Cnt .ttlbx .ttl span,
    .claSystem_Cnt .ttlbx .ttl span {
        font-size: 20px;
    }
    .claRinen_box dl {
        width: 100%;
        padding: 30px 15px 15px;
        margin-top: 20px;
    }
    .claRinen_box dl:first-child {
        margin-top: 0;
    }
    .claRinen_box dl dt {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .claSystem_Cnt {
        padding-top: 40px;
    }
    .claSystem_lst li {
        width: 100%;
        padding: 30px 15px 15px;
        font-size: 16px;
        margin-top: 20px;
    }
    .claSystem_lst li:first-child {
        margin-top: 0;
    }
    .claMotto_Cnt {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claMotto_Cnt.ver2 {
        padding: 20px 15px;
    }
    .claMotto_Cnt .ttl {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .claMotto_Cnt .cnt .box {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .claMotto_Cnt .cnt .box:last-child {
        margin-bottom: 0;
    }
    .claMotto_Cnt .cnt .box dt span {
        width: 80px;
        font-size: 12px;
    }
    .claMotto_Cnt .cnt .box dd {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding-left: 10px;
        font-size: 14px;
    }
    .claMotto_Cnt .cnt .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claMotto_Cnt .cnt .txt span {
        color: #66b821;
    }
    .claWhat_Cnt {
        padding-top: 20px;
    }
    .claWhat_Cnt .box {
        width: 100%;
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claWhat_Cnt .box:first-child {
        margin-top: 0;
    }
    .claWhat_Cnt .box dt {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .claWhat_Cnt .box .lst li {
        padding-left: 16px;
    }
    .claWhat_Cnt .box .lst li:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    .claPlan_Cnt {
        padding-top: 20px;
    }
    .claPlan_Cnt .box {
        margin: 0 auto;
        margin-top: 20px;
        width: 300px;
        height: 298px;
        padding: 35px 0 0;
        background: url(../img/sp/gakkenclassroom_bk.png) no-repeat center;
        background-size: 100% auto;
    }
    .claPlan_Cnt .box:first-child {
        margin-top: 0;
    }
    .claPlan_Cnt .box dt {
        margin-bottom: 10px;
    }
    .claSupport_box {
        width: 100%;
        margin-top: 20px;
    }
    .claSupport_box:first-child {
        margin-top: 0;
    }
    .claSupport_box .ttlbx {
        padding: 15px 0;
    }
    .claSupport_box .ttlbx:before {
        display: block;
        width: 26px;
        height: 26px;
        left: 15px;
        top: 50%;
        font-size: 20px;
        line-height: 26px;
    }
    .claSupport_box .ttlbx .ttl {
        font-size: 16px;
    }
    .claSupport_in {
        padding: 20px;
    }
    .claSupport_box .mds {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .claSupport_box .img {
        text-align: center;
        margin-bottom: 10px;
    }
    .claSupport_box .txt {
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .claSupport_box .box {
        display: block;
    }
    .claSupport_box .box .lst {
        line-height: 1.6;
    }
    .claSupport_box .box .lst li {
        padding-left: 16px;
    }
    .claSupport_box .box .lst li:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    /*20221028*/
    .claTc_box {
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .claTc_box a {
        display: block;
        background: url(../svg/arw_slide_r_class1.svg) no-repeat center right 10px;
        background-size: 7px auto;
        padding: 15px 30px 35px 15px;
        position: relative;
    }
    .claTc_box .img {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 85px;
        height: 85px;
    }
    .claTc_box .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 85px;
        height: auto;
    }
    .claTc_box .box {
        padding: 0;
        min-height: 95px;
    }
    .claTc_box .ttl {
        font-size: 14px;
        padding-left: 100px;
    }
    .claTc_box .name {
        font-size: 10px;
        margin-top: 5px;
        padding-left: 100px;
    }
    .claTc_box .lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .claTc_box .lst li {
        display: block;
        font-size: 10px;
        font-weight: bold;
        border-radius: 3px;
        padding: 2px 5px;
        line-height: 1.5em;
    }
    .claTc_add {
        font-size: 12px;
    }
    .claBcm_Cnt {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .claBcm_Cnt .ttl {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .claBcm_Cnt .cnt {
        display: block;
    }
    .claBcm_Cnt .cnt + .cnt {
        padding-top: 15px;
        margin-top: 15px;
    }
    .claBcm_Cnt .cnt .box {
        width: 100%;
        padding-right: 0;
    }
    .claBcm_Cnt .cnt .mds {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .claBcm_Cnt .cnt .txt {
        width: 100%;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt .txt .add {
        font-size: 12px;
    }
    .claBcm_Cnt .cnt .img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .claBcm_Cnt .cnt.is-ver2 .img {
        width: 100%;
    }
    .claBcm_Cnt .cnt.is-ver2 .img img {
        border-radius: 6px;
    }
    .claBcm_Cnt .cnt .img.ver2 {
        margin: 0 0 20px;
    }
    .claBcm_Cnt .cnt .img img {
        width: 100%;
        height: auto;
    }
    .claBcm_Cnt .cnt .img .imgttl {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .claBcm_Cnt .cnt .img .imgttl.ver2 {
        margin-top: 20px;
    }
    .claBcm_Cnt .cnt .txbx{
        width: 100%;
        padding-right: 0;
    }
    .claBcm_Cnt .cnt.is-ver2 .txbx{
        width: -webkit-calc(100%);
        width: 100%;
    }
    .claBcm_Cnt .cnt .txbx .txt{
        width: 100%;
        padding-right: 0;
    }
    .claBcm_Cnt .cnt .lst{
        margin-top: 10px;
    }
    .claBcm_Cnt .cnt .lst li{
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt .lst li:before {
        width: 14px;
        height: 14px;
        top: 4px;
    }
    .claBcm_Cnt .cnt .lst2 {
        margin-top: 10px;
    }
    .claBcm_Cnt .cnt .lst2 dl {
        margin-bottom: 10px;
    }
    .claBcm_Cnt .cnt .lst2 dl dt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt .lst2 dl dt:before {
        width: 14px;
        height: 14px;
        top: 5px;
    }
    .claBcm_Cnt .cnt .lst2 dl dd {
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt .lst3 {
        margin-top: 20px;
    }
    .claBcm_Cnt .cnt .lst3 li {
        width: 49%;
        margin-top: 5px;
    }
    .claBcm_Cnt .cnt .lst3 li .txt {
        font-size: 14px;
    }
    .claBcm_Cnt .cnt .lst3 li .txt span {
        font-size: 12px;
    }
    .claBcm_Cnt .cnt.ver2 {
        display: block;
    }
    .claBcm_Cnt .cnt.ver2 .txt {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
    .claBcm_Cnt .cnt .txt2 {
        font-size: 16px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt .name {
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_Cnt .cnt.ver2 .img {
        width: 100%;
        margin-top: 30px;
    }
    .claBcm_plan {
        margin-top: 15px;
    }
    .claBcm_plan .box {
        border: #fd9a27 solid 1px;
        margin-bottom: 5px;
        border-radius: 5px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .claBcm_plan .box dt {
        background-color: #fd9a27;
        font-size: 22px;
        line-height: 1.2;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 8px 0;
        width: 90px;
    }
    .claBcm_plan .box dt span {
        display: block;
        font-size: 17px;
    }
    .claBcm_plan .box dd {
        font-size: 16px;
        line-height: 1.4;
        font-weight: bold;
        padding: 0 10px;
    }
    .claWs_Cnt {
        margin-top: 20px;
    }
    .claWs_Cnt .box {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .claWs_Cnt .box dt span {
        width: 80px;
        font-size: 12px;
    }
    .claWs_Cnt .box dd {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding-left: 10px;
        font-size: 12px;
    }
    .claWs_Cnt .box dd span {
        font-size: 10px;
    }
    .btnbox {
        display: block;
        margin-top: 20px;
    }
    .btnbox li {
        margin: 0 0 15px;
    }
    .btnbox.ver2 {
        margin-top: 20px;
    }
    .btnbox.ver2 li {
        margin: 0 0 15px;
    }
    .btnbox.ver2 li:last-child,
    .btnbox li:last-child {
        margin: 0;
    }
    .claPd_wrap {
        background: #ebf9f6;
        padding-right: 0;
        padding: 20px 15px;
    }
    .claPd_wrap .ttl {
        font-size: 16px;
        line-height: 1.4;
    }
    .claPd_wrap .txt {
        font-size: 14px;
        line-height: 1.8;
        padding: 15px 0;
        text-align: left;
    }
    .claWs_att {
        margin-top: 20px;
        border-radius: 4px;
        padding: 20px 15px;
    }
    .claWs_att .ttl {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 0;
    }
    .claWs_att .ttl span:before {
        top: 0;
    }
    .claWs_att .txt {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.8;
    }
    .claWs_att .lst {
        display: block;
    }
    .claWs_att .lst li {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        padding-left: 1.2em;
    }
    .claWs_att .lst li:before {
        width: 10px;
        height: 10px;
        top: 7px;
    }
    .claFlow_read {
        display: block;
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claFlow_read .box {
        width: 100%;
        padding-right: 0;
    }
    .claFlow_read .box .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claFlow_read .box .hint {
        font-size: 18px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .claFlow_read .img {
        width: 100%;
        margin-top: 20px;
    }
    .claFlow_read.ver2 .box .hint {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .claFlow_read.ver2 .img img {
        width: 100%;
        height: auto;
    }
    .claFlow_Cnt {
        margin-top: 40px;
    }
    .claFlow_box {
        margin-top: 20px;
    }
    .claFlow_box .box {
        display: block;
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .claFlow_box .box:before {
        width: 16px;
        height: 10px;
        bottom: -20px;
    }
    .claFlow_box .box:after {
        left: -5px;
        top: -5px;
    }
    .claFlow_box .box .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .claFlow_box .box .txt {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .claCas_Cnt {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claCas_Cnt .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claCas_flx {
        display: block;
        margin-top: 20px;
    }
    .claCas_flx .box {
        width: 100%;
        padding: 0 0 30px;
    }
    .claCas_flx .box:last-child {
        padding: 0;
    }
    .claCas_flx .box .img img {
        width: 100%;
        height: auto;
    }
    .claCas_flx .box .dli-plus {
        right: 50%;
        top: auto;
        bottom: 16px;
        transform: translateX(50%);
    }
    .claCas_class {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .claCas_class .ttl {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .claCas_class .imgbx {
        position: relative;
    }
    .claCas_class .imgbx .img {
        margin-bottom: 10px;
    }
    .claCas_class .imgbx .img img {
        width: 100%;
        height: auto;
    }
    .claCas_class .imgbx .txbx {
        position: relative;
        top: auto;
        right: auto;
        background: url(/images/sp/bg5.png) no-repeat left center;
        background-size: auto 115px;
        padding: 0 0 0 125px;
    }
    .claCas_class .imgbx .txbx .lst li {
        font-size: 13px;
        line-height: 1.8;
    }
    .claCas_class .imgbx .txbx .lst li:before {
        width: 14px;
        height: 14px;
        left: 0;
        top: 5px;
    }
    .claCas_class .imgbx .txbx .add {
        font-size: 12px;
    }
    .claOpn_box {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claOpn_txt {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .claOpn_lst > li {
        padding-bottom: 20px;
        padding-left: 30px;
    }
    .claOpn_lst > li::before {
        width: 2px;
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
        border-left: 2px dotted #66b821;
        left: 14px;
    }
    .claOpn_lst > li:after {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .claOpn_lst li .ttl {
        font-size: 16px;
    }
    .claOpn_lst li .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claOpn_lst li .sb {
        font-size: 14px;
    }
    .claOpn_lst li .lnk {
        font-size: 14px;
    }
    .claOpn_lst li .lnk a:before {
        width: 10px;
        height: 10px;
        top: 11px;
    }
    .claOpn_lst li .add {
        font-size: 10px;
    }
    .claOpn_lst li .lst li {
        width: 30%;
        font-size: 14px;
        padding: 10px 0;
        margin-right: 5px;
    }
    .claOpn_lst li .lst li:last-child {
        margin-right: 0;
    }
    .claOpn_lst li .box {
        font-size: 14px;
        line-height: 1.8;
        padding: 15px 15px;
    }
    .claOpn_lst li .open {
        background: url(/images/sp/bg6.gif) no-repeat bottom center;
        padding: 0 0 200px 0;
    }
    .claExp_box {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claExp_box:nth-child(1) .box {
        background: url(/images/sp/bg7.gif) no-repeat 0 0;
        background-size: 79px auto;
        padding: 5px 0 0 95px;
    }
    .claExp_box:nth-child(2) .box {
        background: url(/images/sp/bg8.gif) no-repeat 0 0;
        background-size: 79px auto;
        padding: 5px 0 0 95px;
    }
    .claExp_box:nth-child(3) .box {
        background: url(/images/sp/bg9.gif) no-repeat 0 0;
        background-size: 79px auto;
        padding: 5px 0 0 95px;
    }
    .claExp_box .ttl {
        font-size: 16px;
    }
    .claExp_box .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claSup_bnr {
        width: 100%;
        margin: 0 auto;
    }
    .claSup_bnr .bnr img,
    .claSup_bnr .bnr source {
        width: 100%;
        height: auto;
    }
    .claSup_bnr .lst {
        padding-left: 0;
    }
    .claSup_bnr .lst li {
        font-size: 10px;
    }
    .claSup_wrap {
        margin-top: 40px;
    }
    .claSup_read {
        margin-top: 20px;
    }
    .claSup_read .ttl {
        font-size: 16px;
        line-height: 1.4;
    }
    .claSup_read .txt {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 10px;
    }
    .claSup_lst .box {
        padding: 20px 15px;
        margin-top: 20px;
        display: block;
    }
    .claSup_lst .box .img img,
    .claSup_lst .box .img source {
        width: 100%;
        height: auto;
    }
    .claSup_lst .box .txbx {
        width: 100%;
        padding: 15px 0 0;
    }
    .claSup_lst .box .txbx .ttl {
        font-size: 16px;
        line-height: 1.4;
    }
    .claSup_lst .box .txbx .txt {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 10px;
    }
    .claSup_lst .box.ver2 .txbx {
        padding-right: 0;
    }
    .claHad_read .txt {
        font-size: 16px;
        line-height: 1.4;
    }
    .claHad_read .img {
        text-align: center;
        margin-top: 20px;
    }
    .claHad_read .img img,
    .claHad_read .img source {
        width: 100%;
        height: auto;
    }
    .claHad_bqs {
        padding: 20px;
        border-radius: 5px;
        margin-top: 20px;
    }
    .claHad_bqs .ttl {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .claHad_bqs .ttl span {
        padding: 0 0 0 30px;
    }
    .claHad_bqs .ttl span:after {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .claHad_bqs .box {
        padding: 10px 0 0;
        background: #fff;
    }
    .claHad_bqs.ver2 .box {
        padding: 10px 0 0;
        padding-bottom: 114px;
        background:#fff url(../img/sp/bqsbg2.png) no-repeat center bottom 0px;
        background-size: auto 104px;
    }
    .claHad_bqs .box dt {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
        padding-left: 98px;
    }
    .claHad_bqs .box dd .txt {
        font-size: 14px;
        line-height: 1.8;
        position: relative;
        padding-left: 98px;
    }
    .claHad_bqs .box dd .txt:before {
        content: '';
        display: block;
        width: 97px;
        height: 90px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(/images/sp/bg10.gif) no-repeat left bottom;
        background-size: 97px auto;
    }
    .claHad_bqs .box dd .c-btn {
        width: 100%;
        margin-top: 15px;
    }
    .claHad_bqs.ver2 .box dt {
        padding-left: 0;
    }
    .claHad_bqs.ver2 .box dd .txt {
        padding-left: 0;
    }
    .claHad_bqs.ver2 .box dd .txt:before {
        content: none;
    }
    .btntxt {
        font-size: 18px;
        margin-top: 30px;
    }
    .btntxt span {
        position: relative;
        padding: 0 1em;
    }
    .btntxt span:before,
    .btntxt span:after {
        position: absolute;
        bottom: 0;
    }
    .btntxt span:before {
        left: -24px;
    }
    .btntxt span:after {
        right: -24px;
    }
    .claHad_box {
        padding: 20px 15px;
        margin-top: 40px;
    }
    .claHad_lst li {
        padding-bottom: 40px;
        padding-left: 60px;
        padding-top: 12px;
    }
    .claHad_lst > li:before {
        width: 2px;
        height: -webkit-calc(100% - 46px);
        height: calc(100% - 46px);
        border-left: 2px dotted #66b821;
        left: 22px;
    }
    .claHad_lst li .step {
        width: 46px;
        height: 46px;
        font-size: 14px;
        padding-top: 8px;
    }
    .claHad_lst li .step span {
        font-size: 20px;
    }
    .claHad_lst li .ttl {
        font-size: 16px;
    }
    .claHad_lst li .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claHad_lst li .add {
        font-size: 10px;
    }
    .claHad_career {
        padding: 20px 15px;
        margin-top: 20px;
        display: block;
    }
    .claHad_career .box {
        display: block;
    }
    .claHad_career .box .lst {
        width: 100%;
    }
    .claHad_career .box .lst li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .claHad_career .box .lst li span {
        display: inline-block;
        position: relative;
        padding-left: 30px;
    }
    .claHad_career .box .lst li span:before {
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
    }
    .claHad_career .box .lst li span:after {
        left: 3px;
        top: 4px;
    }
    .claHad_career .box .img {
        margin-bottom: 20px;
    }
    .claHad_career .box .img picture source,
    .claHad_career .box .img picture img {
        width: 100%;
        height: auto;
    }
    .claHad_career .txt {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .claStr_wrap {
        margin-top: 40px;
    }
    .claStr_box {
        padding: 20px 15px;
        display: block;
        margin-top: 20px;
    }
    .claStr_box .dli-plus {
        bottom: -10px;
        width: 16px;
        height: 2px;
    }
    .claStr_box .dli-equal {
        left: -6px;
        bottom: -18px;
        width: 2px;
        height: 16px;
    }
    .claStr_box .dli-equal:before {
        left: 6px;
    }
    .claStr_box dt {
        font-size: 16px;
        line-height: 1.4;
    }
    .claStr_box dd .txt {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 10px;
    }
    .claStr_end {
        margin-top: 20px;
    }
    .claStr_end .img picture source,
    .claStr_end .img picture img {
        width: 100%;
        height: auto;
    }
    .claStr_end .lst li {
        font-size: 10px;
    }
    .claStr_prom {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claStr_prom dt {
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 5px;
    }
    .claStr_prom dd {
        font-size: 16px;
        font-weight: bold;
    }
    .claStr_sien .box {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claStr_sien .box .txt {
        font-size: 16px;
        font-weight: bold;
    }
    .claStr_sien .box .txt .nmb {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        top: 1px;
    }
    .claKyo_read {
        padding: 20px 15px;
    }
    .claKyo_read .txt {
        font-size: 14px;
        line-height: 1.8;
        background: url(/images/sp/bg13.gif) no-repeat right top;
        background-size: 92px auto;
        padding-right: 105px;
    }
    .claKyo_read.ver2 .txt {
        min-height: 100px;
        background: url(/images/sp/bg14.gif) no-repeat right top;
        background-size: 92px auto;
        min-height: 85px;
    }
    .claKyo_wrap {
        margin-top: 40px;
    }
    .claKyo_box {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claKyo_box .ttl {
        font-size: 16px;
        line-height: 1.4;
    }
    .claKyo_box .img {
        margin-bottom: 30px;
    }
    .claKyo_box .img picture source,
    .claKyo_box .img picture img {
        width: 100%;
        height: auto;
    }
    .claKyo_box .box {
        display: block;
        margin-top: 20px;
    }
    .claKyo_box .box .lst {
        width: 100%;
        padding: 0;
    }
    .claKyo_box .box .lst li {
        font-size: 14px;
        line-height: 1.8;
        padding-left: 2.5em;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .claKyo_box .box .lst li span {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        top: 1px;
    }
    .claCou_wrap {
        margin-top: 40px;
    }
    .claCou_h3 {
        height: 80px;
    }
    .claCou_wrap.n1 .claCou_h3 {
        background-color: #34a48f;
    }
    .claCou_wrap.n2 .claCou_h3 {
        background-color: #df6c66;
    }
    .claCou_wrap.n3 .claCou_h3 {
        background-color: #6fa44e;
    }
    .claCou_wrap.n4 .claCou_h3 {
        background-color: #959ecb;
    }
    .claCou_wrap.n5 .claCou_h3 {
        background-color: #37bfc1;
    }
    .claCou_wrap.n6 .claCou_h3 {
        background-color: #c1a65f;
    }
    .claCou_h3 .ttl {
        font-size: 16px;
        line-height: 1.4;
        padding: 0 42px;
        text-align: center;
    }
    .claCou_h3 .ttl:before,
    .claCou_h3 .ttl:after {
        width: 30px;
    }
    .claCou_box {
        padding: 20px 15px;
        display: block;
    }
    .claCou_box .img {
        width: 100%;
        text-align: center;
    }
    .claCou_box .img picture source,
    .claCou_box .img picture img {
        width: 100%;
        height: auto;
    }
    .claCou_box .box {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 20px;
    }
    .claCou_box .box .ttl {
        font-size: 16px;
        line-height: 1.8;
    }
    .claCou_box .box .lst {
        margin-top: 15px;
    }
    .claCou_box .box .lst li {
        padding-bottom: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.8;
    }
    .claCou_box .box .add {
        font-size: 10px;
    }
    .claCou_box .box .txt {
        font-size: 14px;
    }
    .claIda_lnk {
        margin-bottom: 20px;
    }
    .claIda_lnk li {
        width: 32%;
        border-radius: 10px;
    }
    .claIda_lnk li a {
        font-size: 14px;
        padding: 10px 20px 10px 10px;
    }
    .claIda_lnk li a:before {
        width: 6px;
        height: 10px;
        right: 10px;
    }
    .claBcm_read {
        padding: 5px;
        margin-bottom: 20px;
    }
    .claBcm_read .txt {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    .claBcm_box {
        margin-top: 20px;
        padding: 15px 15px;
    }
    .claBcm_box dt {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .claBcm_box dd {
        font-size: 14px;
        line-height: 1.8;
    }
    .claBcm_lst li:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
    .claQa_box {
        padding: 20px;
        border-radius: 5px;
        margin-top: 20px;
    }
    .claQa_box .qttl {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .claQa_box .qttl span {
        padding: 0 0 0 30px;
    }
    .claQa_box .qttl span:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .claQa_box .box {
        margin-top: 10px;
    }
    .claQa_box .box dt {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .claQa_box .box dd .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .claQa_box .box dt span {
        top: 0;
    }
    .claQa_box .c-btn {
        width: 100%;
        margin-top: 15px;
    }
    .claTop_img {
        margin-bottom: 20px;
    }
    .claTop_img img {
        border-radius: 5px;
    }
}
@media (max-width: 374px) {
    .c-btn a {
        padding: 16px 20px 16px 0;
    }
    .claAim_read dt {
        font-size: 14px;
    }
    .claAim_txt {
        font-size: 15px;
    }
    .claSupport_box .img img,
    .claSupport_box .img source {
        width: 100%;
        height: auto;
    }
    .claPlan_Cnt .box {
        width: 280px;
        height: 280px;
        padding: 28px 0 0;
    }
    .claCou_h3 .ttl {
        padding: 0 30px;
    }
    .claCou_h3 .ttl:before,
    .claCou_h3 .ttl:after {
        width: 24px;
    }
    .claIda_lnk li a {
        font-size: 12px;
        padding: 10px 16px 10px 5px;
    }
    .claIda_lnk li a:before {
        right: 6px;
    }
}
