@charset "utf-8"; /* CSS Document */
/*----------------------------------------------------------------------------
***                                                             headerArea
----------------------------------------------------------------------------*/
#headerArea #totp {
    position: fixed;
    bottom: 1em;
    right: 10px;
    z-index: 999;
}
#headerArea #headerAreaInner .toiawaseBtn{width: 15em;}
#headerArea #headerAreaInner .toiawaseBtn a{display:block; background: #ef8246; padding: 0.5em 0; text-align:center; font-size:120%; color: #fff; border-radius: 0.5em;}
#headerArea #headerAreaInner .toiawaseBtn a:hover{text-decoration: none; opacity: .7;}
/*----------------------------------------------------------------------------
***                                                              firstViewSec
----------------------------------------------------------------------------*/
#firstViewSec {
    background: url("/kidsclub/lp/summerschool2023/images/bgi_contents01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 55vh;
    padding: 0vh 200px 0;
    display: flex;
    align-items: center;
    max-height: 590px;
}

#firstViewSec .ttlBox {
    width: 100%;
    margin-bottom: 6vh;
}

#firstViewSec img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 1028px) {
    #firstViewSec {
        padding-top: 6vh;
    }
}

#firstViewSec h2 {
    height: 20vh;
    max-height: 185px;
    margin-right: auto;
    width: 100%;
}

#firstViewSec .newOpen {
    height: 14vh;
    width: 100%;
    max-height: 130px;
    padding: 0;
}

#firstViewSec .point {
    height: 10vh;
    max-width: 386px;
    max-height: 90px;
}

#firstViewSec .price {
    width: 48%;
    height: 13vh;
    max-height: 102px;
}

#firstViewSec .txt {
    width: 100%;
    height: 5.5vh;
    max-height: 65px;
}

#firstViewSec .txt02 {
    width: 100%;
    height: 3.4vh;
    max-height: 34px;
}


#firstViewSec .sectionInner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}

#firstViewSec .sectionInner h2 {
    text-align: left;
}

#firstViewSec .point {
    display: inline-block;
    margin: 1em 1em 1em 0;
}

.secBox#firstCopySec > .sectionInner{padding: 0;}
#firstCopySec{padding: 2em 0; font-size: 180%;}
#firstCopySec .ttl{color: #ef843f; font-weight: bold;}
#firstCopySec .txt{font-weight: bold; line-height: 1.4; margin-bottom: 0.5em;}
#firstCopySec .img{margin-bottom: 1.2em;}

/*----------------------------------------------------------------------------
***                                                             			secTtl
----------------------------------------------------------------------------*/
#contentsArea .secTtl span {
    font-size: 200%;
    line-height: 1;
    width: auto;
    display: inline-block;
    color: #4d4d4d;
}

.sougeiBox{border:2px solid #e290b4; max-width: 840px; margin: 5em auto 0 auto; font-size: 140%;}
.sougeiBox .sougeiTtl{background: #e290b4; color: #fff; font-size: 120%;}
.sougeiBox .routeBox{background: #fcedf4 url(../images/img_sougei01.png)  no-repeat;padding: 0.5em;background-position: bottom 0 right 1em;}
.sougeiBox .routeBox a{color: #ed1e79; font-weight: bold; text-decoration: underline;}
.sougeiBox .routeBox a:hover{opacity: .7;}
.sougeiBox .routeBox dl{width: 50%;/* padding: 0.5em; */}
.sougeiBox .routeBox dl.iki{border-right: 1px dashed #aaa;}
.sougeiBox .routeBox dt,
.sougeiBox .targetSchoolsBox dt{position: relative; width: 8em; padding-right: 1em;}
.sougeiBox .routeBox dt:after,
.sougeiBox .targetSchoolsBox dt:after{content:"";display: block;position:absolute;right: 0;top: 50%;width: 0;height: 0;border-style: solid;border-width: 0.6em 0 0.6em 0.7em;border-color: transparent transparent transparent #aaa;transform: translate(-0.5em,-50%);}
.sougeiBox .routeBox dd,
.sougeiBox .targetSchoolsBox dd{width: calc(100% - 8em);}
.sougeiBox .targetSchoolsBox{padding: 0.5em;}

.moushikomiBox{font-size: 140%;}

#reasonSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #e1f1b5));
    background: -o-linear-gradient(#fff0 70%, #e1f1b5 0%);
    background: linear-gradient(#fff0 70%, #e1f1b5 0%);
}

#scheduleSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #f2f8ea));
    background: -o-linear-gradient(#fff0 70%, #eaf7fd 0%);
    background: linear-gradient(#fff0 70%, #f2f8ea 0%);
}

#calendarSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #fce6f2));
    background: -o-linear-gradient(#fff0 70%, #d3efff 0%);
    background: linear-gradient(#fff0 70%, #d3efff 0%);
}

#priceSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffebf3), color-stop(0%, #e6e6e6));
    background: -o-linear-gradient(#fff0 70%, #e6e6e6 0%);
    background: linear-gradient(#fff0 70%, #ffebf3 0%);
}


#schoolSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #e6e6e6));
    background: -o-linear-gradient(#fff0 70%, #e6e6e6 0%);
    background: linear-gradient(#fff0 70%, #e6e6e6 0%);
}

#seminarSec .secTtl span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #fccdc2));
    background: -o-linear-gradient(#fff0 70%, #fccdc2 0%);
    background: linear-gradient(#fff0 70%, #fccdc2 0%);
}

/*----------------------------------------------------------------------------
***                                                             			navBox
----------------------------------------------------------------------------*/
#navBox {
    max-width: 960px;
    margin: 0 auto;
}

#navBox .navBtn {
    width: 25%;
    height: 4em;
    padding: 2em 0;
    margin-top: 2em;
    border-left: 1px solid #ccc;
    font-size: 120%;
    position: relative;
}

#navBox .navBtn:last-child {
    border-right: 1px solid #ccc;
}

#navBox .navBtn:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 0px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -1em;
}

#navBox .navBtn a {
    color: #4d4d4d;
    line-height: 1.5;
}

#navBox .navBtn:nth-child(1):before {
    border-top: solid 2px #ef8a66;
    border-right: solid 2px #ef8a66;
}

#navBox .navBtn:nth-child(2):before {
    border-top: solid 2px #7cbc27;
    border-right: solid 2px #7cbc27;
}

#navBox .navBtn:nth-child(3):before {
    border-top: solid 2px #58b7d5;
    border-right: solid 2px #58b7d5;
}

#navBox .navBtn:nth-child(4):before {
    border-top: solid 2px #e290b4;
    border-right: solid 2px #e290b4;
}

#navBox .navBtn:nth-child(5):before {
    border-top: solid 2px #ddc700;
    border-right: solid 2px #ddc700;
}

/*----------------------------------------------------------------------------
***                                                              aboutNKCSec
----------------------------------------------------------------------------*/
/*#aboutSummerSchoolSec .titleBox{background:#ff9861;width: 55%;margin: 0 auto;padding:1em 0 0.5em 1em; border-radius: 1.5em; position: relative; z-index: 2;}
#aboutSummerSchoolSec .titleBox .secTtl {color: #fff; line-height: 1.5;}
#aboutSummerSchoolSec .contentsBox{background: #fcf2ed;padding: 7em 2em 0;position:relative;z-index:1;width: 80%;margin: -3em auto 0;border-radius: 8em;}
#aboutSummerSchoolSec .lessonImg {background: #637ec1;width: 130%;position: absolute;left: 50%;}*/
.secBox#aboutSummerSchoolSec > .sectionInner{padding: 3em 0 0;}
/*----------------------------------------------------------------------------
***                                                              	reasonSec
----------------------------------------------------------------------------*/
#reasonSec {
    background: #f2f8ea;
}

#reasonSec .reasonLi{
    padding: 0 20px 20px 0;
}

#reasonSec .reasonLiInner {
    font-size: 120%;
    background: #fff;
    padding: 1em 2em;
    margin: 0;
    -webkit-box-shadow: 10px 10px 15px -5px #0000005c;
    box-shadow: 10px 10px 15px -5px #0000005c;
    border-radius: 1.5em;
    min-height: 705px;
}

#reasonSec .reasonLi:last-child {
    margin-bottom: 0;
}

#reasonSec #thumbsReasonUl01 {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 3em;
}

#reasonSec #thumbsReasonUl01 .thumbsReasonLi {
    width: 17%;
    background-color: #ffffffb8;
    padding: 1.5em 0 1em 0;
    border-radius: 1em;
}

.slick-initialized .slick-slide.thumbsReasonLi{
    display: flex;
    margin: 0.5em;
    width: 10em!important;
}

#reasonSec #thumbsReasonUl01 .thumbsReasonLi.reason01 {
    border:3px solid #7cbc27;
    color:#7cbc27;
}
#reasonSec #thumbsReasonUl01 .thumbsReasonLi.reason02 {
    border:3px solid #e290b4;
    color:#e290b4;
}
#reasonSec #thumbsReasonUl01 .thumbsReasonLi.reason03 {
    border:3px solid #29abe2;
    color:#29abe2;
}
#reasonSec #thumbsReasonUl01 .thumbsReasonLi.reason04 {
    border:3px solid #ddc700;
    color:#ddc700;
}
#reasonSec #thumbsReasonUl01 .thumbsReasonLi.reason05 {
    border: 3px solid #ee8b66;
    color: #ee8b66;
}

#reasonSec #thumbsReasonUl01 .thumbsReasonLi .num {
    font-size: 250%;
}

#reasonSec #thumbsReasonUl01 .thumbsReasonLi .ttl {
    margin-top: 0.25em;
    line-height: 1.4;
    font-size: 120%;
}

#reasonSec #thumbsReasonUl01 .thumbsReasonLi:hover{
    cursor: pointer;
    opacity: .7;
}

#reasonSec #thumbsReasonUl01 .slick-track {
  transform: unset !important;
  width:100% !important;
}

#reasonSec .reasonLi .rightBox {
    padding: 2em 2em 0 2em;
}

#reasonSec .reasonLi.slick-slide img.pcNone {
    display:none!important;
}

#reasonSec .slick-prev:before, .slick-next:before {
	color:rgba(0,0,0,0.70);
	font-size: 28px;
	margin: 0 0 0 -15px;
}

#reasonSec .reasonLi .rightBox .number {
    display: block;
    margin-bottom: 1em;
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
    /* box-shadow: 10px 10px 15px -5px #0000005c; */
    /* border-radius: 20px; */
}

#reasonSec .reasonLi .rightBox .ttl {
    padding-left: 30px;
    display: block;
    font-size: 160%;
    margin-bottom: 0.3em;
    line-height: 1.5;
}

#reasonSec .reasonLi.reason01 .rightBox .ttl {
    color: #7cbc27;
}

#reasonSec .reasonLi.reason02 .rightBox .ttl {
    color: #e290b4;
}

#reasonSec .reasonLi.reason03 .rightBox .ttl {
    color: #29abe2;
}

#reasonSec .reasonLi.reason04 .rightBox .ttl {
    color: #ddc700;
}

#reasonSec .reasonLi.reason05 .rightBox .ttl {
    color: #ef8a66;
}

#reasonSec .reasonLi .rightBox .txt {
    padding-left: 30px;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
/*
#reasonSec .reasonLi:nth-child(1) .rightBox .txt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #e7f4c0));
    background: -o-linear-gradient(#fff0 70%, #e7f4c0 0%);
    background: linear-gradient(#fff0 70%, #e7f4c0 0%);
}

#reasonSec .reasonLi:nth-child(2) .rightBox .txt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #fdeff6));
    background: -o-linear-gradient(#fff0 70%, #fdeff6 0%);
    background: linear-gradient(#fff0 70%, #fdeff6 0%);
}

#reasonSec .reasonLi:nth-child(3) .rightBox .txt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #e3f7f8));
    background: -o-linear-gradient(#fff0 70%, #e3f7f8 0%);
    background: linear-gradient(#fff0 70%, #e3f7f8 0%);
}

#reasonSec .reasonLi:nth-child(4) .rightBox .txt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #f7eec2));
    background: -o-linear-gradient(#fff0 70%, #f7eec2 0%);
    background: linear-gradient(#fff0 70%, #f7eec2 0%);
}

#reasonSec .reasonLi:nth-child(5) .rightBox .txt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff0), color-stop(0%, #ffe9de));
    background: -o-linear-gradient(#fff0 70%, #ffe9de 0%);
    background: linear-gradient(#fff0 70%, #ffe9de 0%);
}
*/
#reasonSec .reasonLi:nth-child(4) .rightBox .txt a {
    color: #ddc700;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------
***                                                              scheduleSec
----------------------------------------------------------------------------*/
#scheduleSec .btn a {
}

#scheduleSec .btn a:hover {
    text-decoration: none;
    opacity: .7;
}

#scheduleSec .miniTtl {
    color: #58b7d5;
    font-weight: bold;
    font-size: 200%;
    text-decoration: underline;
    text-align: center;
    margin: 2em 0 0.5em;
}

#scheduleSec .txt {
    font-size: 140%;
}

#instSupportSec {
    background: #fdf4f9;
}

#instSupportSec .miniTtl {
    color: #eb5098;
    font-size: 180%;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 1.5em;
}

#instSupportSec .supportLi {
    width: 30%;
    margin-right: 5%;
    background: #fff;
    padding: 2em;
    border-radius: 2em;
    margin-bottom: 3em;
}

#instSupportSec .supportLi:nth-child(3), #instSupportSec .supportLi:nth-child(5) {
    margin-right: 0;
}

#instSupportSec .supportLi .supportDt {
    font-size: 150%;
    color: #eb5098;
    font-weight: bold;
    border-bottom: 1px solid #eb5098;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
}

#instSupportSec .supportLi .supportDd.txt {
    margin-top: 2em;
    font-size: 120%;
    line-height: 1.6;
}


/*----------------------------------------------------------------------------
***                                                                priceSec
----------------------------------------------------------------------------*/

.secBox#priceSec > .sectionInner{padding-bottom: 0;}
#priceSec .txt{font-size: 140%;}


#calendarSec{background: #f1faff;}
#calendarSec .calenderImg {width: 90%;background:#fff;padding: 2em 0;margin: 1em auto 3em;box-shadow: 5px 5px 6px 0px #00000024;}
#calendarSec .txt{font-size: 140%;}
/*----------------------------------------------------------------------------
***                                                                schoolSec
----------------------------------------------------------------------------*/
#schoolSec .schoolBoxUl {
    max-width: 880px;
    margin: 0 auto;
}

#schoolSec .schoolDetailBox {
    width: calc(100% - 390px);
}

#schoolSec .schoolNameBox {
    position: relative;
}

#schoolSec .schoolNameNkc {
    color: #ef8346;
    font-size: 130%;
}

#schoolSec .schoolNameNkc .open {
    background: #ef8346;
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.5em 0.2em;
    line-height: 1;
    margin-left: 1em;
}

#schoolSec .schoolName {
    font-size: 300%;
    font-weight: bold;
    line-height: 1;
    padding: 0.1em 0 0.2em 0;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 0.2em;
}

#schoolSec .seminorBadge {
    position: absolute;
    top: 0.7em;
    right: -0.2em;
}

#schoolSec .schoolDetailUl {
    padding: 1em;
}

#schoolSec .schoolDetailLi {
    margin-bottom: 0.5em;
}

#schoolSec .schoolDetailDl {
    font-size: 110%;
}

#schoolSec .schoolDetailDt {
    width: 8em;
    background: #ffeee6;
    border-radius: 0.5em;
}

#schoolSec .schoolDetailDd {
    width: calc(100% - 9em);
}

#schoolSec .schoolDetailDd .txt {
    width: 100%;
    text-shadow: #fff 3px 0 5px;
}

#schoolSec .morePhotoUl {
    margin-top: 1em;
}

#schoolSec .morePhotoLi.ph3 {
    width: 280px;
}

#schoolSec .priceBtn {
    width: 100%;
}

#schoolSec .priceBtn a {
    display: inline-block;
    font-size: 170%;
    color: #fff;
    font-weight: bold;
    background: #aaa;
    width: 300px;
    padding: 0.7em 0 0.5em 0;
    margin: 1.5em auto;
    border-radius: 2em;
    text-decoration: none;
}

#schoolSec .priceBtn a:hover {
    text-decoration: none;
    opacity: .7;
}

/*----------------------------------------------------------------------------
***                                                               seminarSec
----------------------------------------------------------------------------*/
#seminarSec {
    background: #ffefeb;
}

#seminarSec .schoolBoxUl {
    max-width: 880px;
    margin: 0 auto;
}

#seminarSec .schoolDetailBox {
    width: calc(100% - 380px);
}

#seminarSec .schoolDetailUl {
    padding: 1em;
}

#seminarSec .schoolDetailLi {
    margin-bottom: 0.5em;
}

#seminarSec .schoolDetailDl {
    font-size: 110%;
}

#seminarSec .schoolDetailDt {
    width: 8em;
    background: #fbcec2;
    border-radius: 0.5em;
}

#seminarSec .schoolDetailDd {
    width: calc(100% - 9em);
}

#seminarSec .schoolDetailDd .date {
    font-size: 140%;
    line-height: 1.5;
    padding-bottom: 0;
}

#seminarSec .schoolDetailDd .txt, #seminarSec .schoolDetailDd .date {
    width: 100%;
}

#seminarSec .soudanTxt {
    font-size: 150%;
    padding: 0;
}

#seminarSec .moushikomiBtn {
    width: 100%;
    font-size: 130%;
}

#seminarSec .moushikomiBtn a {
    display: inline-block;
    font-size: 170%;
    color: #fff;
    font-weight: bold;
    background: #ed1e79;
    width: 350px;
    padding: 0.7em 0 0.5em 0;
    margin: 1em auto;
    border-radius: 2em;
    text-decoration: none;
}

#seminarSec .moushikomiBtn a:hover {
    text-decoration: none;
    opacity: .7;
}

#seminarSec .tel {
    padding: 0;
}

/*----------------------------------------------------------------------------
***                                                              seminar02Sec
----------------------------------------------------------------------------*/
#seminar02Sec {
    background: #ffefeb;
    margin-top: -3em;
}

#seminar02Sec .sectionInner {
    padding-bottom: 0;
}

#seminar02Sec .seminar02DateTtl:before {
    content: "●";
    color: #ef8a66;
    display: inline-block;
    margin-right: 0.2em;
}

#seminar02Sec .seminar02DateTtl:after {
    content: "●";
    color: #ef8a66;
    display: inline-block;
    margin-left: 0.2em;
}

#seminar02Sec .seminar02DateTable {
    width: 500px;
    margin: 0 auto 0;
    font-size: 140%;
}

#seminar02Sec .seminar02DateTable th, #seminar02Sec .seminar02DateTable td {
    vertical-align: middle;
}

#seminar02Sec .seminar02DateTable th {
    background-color: #ef8a66;
    color: #fff;
}

#seminar02Sec .seminar02DateTable .bgcLG {
    background-color: #fafafa;
}

#seminar02Sec .syousaiBtn {
    font-size: 150%;
    margin: 1em 0 0;
}

#seminar02Sec .syousaiBtn a {
    text-decoration: underline;
    color: #6668B7;
}

#seminar02Sec .kuwashikuBtn {
    width: 100%;
    font-size: 100%;
}

#seminar02Sec .kuwashikuBtn a {
    display: inline-block;
    font-size: 200%;
    color: #fff;
    font-weight: bold;
    background: #ed1e79;
    width: 350px;
    padding: 0.7em 0 0.5em 0;
    margin: 0.5em auto 0;
    border-radius: 2em;
    text-decoration: none;
}

#seminar02Sec .kuwashikuBtn a:hover {
    text-decoration: none;
    opacity: .7;
}

#seminar02Sec .seminar02SecInner {
    border: 10px solid #fccdc2;
    padding: 4em 2em;
    box-sizing: border-box;
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
}

#seminar02Sec .seminar02ThemeBox {
    border: 2px solid #ef8a66;
    width: 650px;
    margin: 3em auto 2em;
    box-shadow: 3px 3px 0px 0px #ef8a66;
    border-radius: 10px;
    padding: 2em;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dl {
    font-size: 130%;
}

#seminar02Sec .seminar02ThemeBox .seminar02PointUl {
    /* padding-left: 1em; */
}

#seminar02Sec .seminar02ThemeBox .seminar02PointLi {
    line-height: 1.6;
    position: relative;
    padding-left: 1em;
}

#seminar02Sec .seminar02ThemeBox .seminar02PointLi:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #ef8a66;
    margin-right: 0.5em;
    position: absolute;
    left: 0em;
    top: 0.5em
}

#seminar02Sec .seminar02ThemeBox .seminar02Dt {
    position: relative;
    padding: 0em 0 1em 0;
    margin-bottom: 1em;
    border-bottom: 2px dashed #ccc;
    text-align: center;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dt .ttlMain {
    color: #ef8a66;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dt .ribbon {
    display: block;
    background: #ffefeb;
    width: 8em;
    padding: 0.7em 0 0.8em;
    line-height: 1;
    position: absolute;
    left: -2.4em;
    transform: translateY(-25%);
    text-align: center;
    font-size: 120%;
    z-index: 2;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7em 1.2em 0.7em 0;
    border-color: transparent #ef8a66 transparent transparent;
    position: absolute;
    bottom: 0;
    left: -2.7em;
    transform: translateY(10%);
    z-index: 1;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dt .themeBack {
    color: #ffefeb;
    background: #4d4d4d;
    display: inline-block;
    padding: 0.3em 0.5em;
    margin-right: 0.5em;
}

#seminar02Sec .seminar02ThemeBox .seminar02Dd {
    padding: 0 1em;
}

#seminar02Sec .taisyoBox {
    position: relative;
}

#seminar02Sec .usagiImg {
    position: absolute;
    right: 6em;
    bottom: 0;
}

/*----------------------------------------------------------------------------
***                                                               seminarSec
----------------------------------------------------------------------------*/
#footerArea {
    /* padding-bottom: 5.5em; */
}


/*----------------------------------------------------------------------------
 ***                      								★School letter
----------------------------------------------------------------------------*/
#letterSec{}
#letterSec .sectionInner{background: #ffffff;padding-top: 2em;padding-bottom: 2em;margin-top: 0;margin-bottom: 0;}
#letterSec .letterBox{padding: 0 0 0;}

#letterSec .newletterBox {
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    padding: 3em 15px;
    box-shadow: 3px 3px 3px 0px rgba(30,30,30,0.3);
}
#letterSec dl{width: 310px;border-right:1px dashed #b5b5b6;padding: 0px 30px 0;margin-bottom: calc(18px*1.8);position: relative;}
#letterSec .letterBox p{font-size:15px; font-weight:bold; background:#fff; border:#A50D73 1px solid; color:#A50D73; /* width:130px; */padding:1% 3%; margin-top:-50px; z-index:2; position:relative; border-radius:25px; }
#letterSec .letterBox p a{color:#A50D73; }
#letterSec .letterBox .titleBox2{margin-bottom: -5px;}
#letterSec .letterBox .titleBox2 h4{text-align:center;}
#letterSec dl:first-child{/* padding-left:0px; */}
#letterSec dl:last-child{/* padding-right:0px; */border:none;}

#letterSec dt{font-size: 20px;color: #ef8a66;padding-bottom:5px;line-height: 1.3;}
#letterSec dl dd{font-size:13px; /* font-weight:500; */}
#letterSec dl .ddImg{margin:0;padding:0;display:flex;justify-content:center;align-items:center;width:auto;height: 180px;overflow:hidden;background-repeat: no-repeat;background-size: cover;background-position: center;}
#letterSec dl .ddImg img{/* width:auto; *//* height:100%; */width: auto;height: auto;min-width: 100%;min-height: 100%;max-width: 0;opacity: 0;}
#letterSec dl dd a{color:#fff;font-weight: normal;padding: 0.3em 1.5em 0.3em;background: #ef8a66;width: auto;display:inline-block;border-radius: 1em;line-height: 1;text-align: center;}
#letterSec dl dd:nth-child(2){font-size:14px; padding-top:10px; }
#letterSec dl .linkTxt{color:#fff;text-align: center;font-size: 18px;position: absolute;top: 100%;left: 0;width: 100%;}
#letterSec dl .spacer{margin-bottom: 1em;overflow:hidden;white-space: initial;text-overflow:ellipsis;width:100%;height: 6.4em;line-height: 1.6;box-sizing:border-box;}
#letterSec dl .spacer > *{display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; /* white-space:nowrap; */text-overflow:ellipsis; width:100%; height:2em; line-height:1; margin:0; padding:0; background:none; border:none; font-size:13px; color:#4D4D4D; font-weight:normal; border-radius:0; }
