@charset "UTF-8";
/*
common用css
*/

/* 共通ページ 
-------------------------------------------------- */

#pageTit {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Noto Serif', serif;
    text-align: center;
}

#pageTit .titSmall {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Noto Serif', serif;
    text-align: center;
}

.textcenter {
    text-align: center;
}


.header00 {
	margin: 0px;
	padding: 5px;
	background: #02410b;
	font-size: 12px;
	color: white;
	text-align: center;
}

/* PC */

.header01 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.header01 .logoBox{
	float: left;
}
.header01 .btn{
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* スマホ */
.header01_sp {
	margin: 0px;
	padding: 10px 5px;
	background-color: #F2F2F2;
}

/*aboutページ
----------------------------------------------------*/

.about .proTit {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    font-family: sans-serif;
    font-size: 20px;
    color:#3cb3e4;
}
.about .proTit .heading {
    margin: 10px 0
}
.about .proTit2 .heading {
    position: relative;
    height: 50px;
    padding: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3cb3e4;
    line-height: 50px;
}
.about .proTit2  .heading .caption{
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 25px;
    padding-right: 40px;
    background: #3cb3e4;
    color: #fff;
}
.about .proTit2  .heading .caption:before{
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 99.9%;
    top: 0;
    border: 0 solid transparent;
    border-width: 50px 37px 0 0;
    border-right-color:#3cb3e4;
}
.about .proTit2  .heading .title{
    float: left;
    padding-left: 20px;
}

.about .pTit3{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.about .pTit3 .tit{
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 1.8rem;
}
.about .pTit3 .tit:before, .about .pTit3 .tit:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.about .pTit3 .tit:before {left:0;}
.about .pTit3 .tit:after {right: 0;}






@media screen and (min-width: 769px) {
    .mAboutTit {
        margin: 0px;
        padding: 0px;
        background-color: #00979C;
        height: 150px;
        width: 100%;
        color: white;
    }
    .about {}
    .about h1 {
        font-size: 36px;
        color: #00979C;
        margin: 50px 0px 50px 0px;
        text-align: center;
        font-weight: bold;
    }
    .about p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #4e5665;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
    
    
    
    .about .pTitle {
        max-width: 1280px;
        margin: 50px auto 0px;
        padding: 10px 0;
        font-family: sans-serif;
        font-size: 20px;
        color:#3cb3e4;
    }
    .heading {
        margin: 10px 0
    }
    .about .pTitle2 .heading {
        position: relative;
        height: 50px;
        padding: 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #3cb3e4;
        line-height: 50px;
    }
    .about .pTitle2 .heading .caption{
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 25px;
        padding-right: 40px;
        background: #3cb3e4;
        color: #fff;
    }
    .about .pTitle2 .heading .caption:before{
        display: block;
        content: ' ';
        width: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        right: 99.9%;
        top: 0;
        border: 0 solid transparent;
        border-width: 50px 37px 0 0;
        border-right-color:#3cb3e4;
    }
    .about .pTitle2 .heading .title{
        float: left;
        padding-left: 20px;
    }
    
    .about .pImage{
        margin-top: 30px;
        padding: 0px;
    }
    
    .about .pText{
        margin-top: 20px;
        padding: 0 80px ;
        text-align: left;
        color: #555;
    }
    
    
    .hisBox {
        padding: 0px 80px;
    }

    .hisBox .timeline {
        list-style: none;
    }
    .hisBox .timeline > li {
        margin-bottom: 60px;
    }

    .hisBox .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .hisBox .timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }
    .hisBox .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
        padding-top: 20px;
    }
    .hisBox .timeline-content h3 {
        font-size: 1.8rem;
        font-size: 18px;
        font-weight: bold;
        color: #666;
    }

    .hisBox .timeline-content p{
        margin-top: 10px;
        font-size: 1.6rem;
        font-size: 16px;
        text-align: left;
    }

    .hisBox .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #6fc173;
        position: absolute;
        left: 106px;
        top: 24px;
        border-radius: 100%;
    }

    
    
}

@media screen and (max-width: 768px) {
    .mAboutTit {
        margin: 0px;
        padding: 0px;
        background-color: #00979C;
        height: 150px;
        width: 100%;
        color: white;
    }
    .about {}
    .about h1 {
        font-size: 28px;
        color: #00979C;
        margin: 20px 0px 30px 0px;
        font-weight: bold;
    }
    .about p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        color: #4e5665;
        margin: 0px 0px 20px 0px;
    }
    
    
    
    .about .pTitle {
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px 0;
        font-family: sans-serif;
        font-size: 20px;
        color:#3cb3e4;
    }
    .heading {
        margin: 10px 0
    }
    .about .pTitle2 .heading {
        position: relative;
        height: 50px;
        padding: 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #3cb3e4;
        line-height: 50px;
    }
    .about .pTitle2 .heading .caption{
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 1px;
        padding-right: 10px;
        background: #3cb3e4;
        color: #fff;
        font-size: 1.2rem;
    }
    .about .pTitle2 .heading .caption:before{
        display: block;
        content: ' ';
        width: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        right: 99.9%;
        top: 0;
        border: 0 solid transparent;
        border-width: 50px 37px 0 0;
        border-right-color:#3cb3e4;
    }
    .about .pTitle2 .heading .title{
        float: left;
        padding-left: 10px;
        font-size: 1.6rem;
        
    }
    
    .hisBox {
        padding: 0px 0px;
    }
    

    .hisBox .timeline {
        list-style: none;
    }
    .hisBox .timeline > li {
        margin-bottom: 60px;
    }

    .hisBox .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .hisBox .timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }
    .hisBox .timeline-content {
        width: 100%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
        padding-top: 20px;
    }
    .hisBox .timeline-content h3 {
        font-size: 1.8rem;
        font-size: 18px;
        font-weight: bold;
        color: #666;
    }

    .hisBox .timeline-content p{
        margin-top: 10px;
        font-size: 1.6rem;
        font-size: 16px;
        text-align: left;
    }

    .hisBox .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #6fc173;
        position: absolute;
        left: 50px;
        top: 30px;
        border-radius: 100%;
    }

}

/*個別指導コースページ
----------------------------------------------------*/

@media screen and (min-width: 769px) {
    .mkobetuTit {
        margin: 0px;
        padding: 0px;
        background-color: #00979C;
        height: 150px;
        width: 100%;
        color: white;
    }
    .kobetu {}
    .kobetu .box01 {
        padding: 20px 0px 30px 0px;
    }
    .kobetu .box01 h1 {
        font-size: 36px;
        margin: 0px 0px 20px 0px;
        text-align: center;
        font-weight: bold;
    }
    .kobetu .box01 h1 .small {
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
    }
    .kobetu .box01 p {
        font-size: 18px;
        line-height: 27px;
        color: #4e5665;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
    .kobetu .box02 {
        padding: 0px 0px 30px 0px;
        background-color: #f9f6f1;
        position: relative;
    }
    .kobetu .box02:after {
        width: 0;
        height: 0;
        border-top: 30px solid #f9f6f1;
        border-right: 80px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 80px solid transparent;
        bottom: -60px;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
        margin-left: -80px;
    }
    .kobetu .box02 h1 {
        font-size: 28px;
        padding: 15px 0px;
        margin: 0px 0px 50px 0px;
        text-align: center;
        color: white;
    }
    .kobetu .box02 .pbox {
        border-style: solid;
        border-width: 1px;
        background-color: white;
        margin-bottom: 30px;
    }
    .kobetu .box02 .pbox .pTbox {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 0px;
        margin: 0px;
    }
    .kobetu .box02 .pbox .pTbox .no {
        float: left;
        font-family: Noto Sans CJK;
        font-size: 48px;
        line-height: 80px;
        width: 15%;
        height: 80px;
        text-align: center;
        color: white;
    }
    .kobetu .box02 .pbox .pTbox .title {
        float: left;
        padding: 10px 20px;
        font-size: 24px;
        line-height: 29px;
        width: 85%;
        height: 80px;
    }
    .kobetu .box02 .pbox p {
        padding: 15px;
        font-size: 16px;
        color: #4e5665;
        line-height: 24px;
    }
    .kobetu .box03 {
        padding: 50px 0px 50px 0px;
    }
    .kobetu .box03 h1 {
        padding: 10px 30px;
        font-family: Noto Sans CJK JP;
        font-size: 28px;
        letter-spacing: 1.92px;
        border: 1px solid;
        margin: 0 auto;
        width: 400px;
        text-align: center;
    }
    .kobetu .box03 h2 {
        padding: 10px 30px;
        margin: 30px 0px;
        font-family: Noto Sans CJK JP;
        font-size: 20px;
        letter-spacing: 1.92px;
        color: white;


    }


    .kobetu .box03 .image {
        padding-left: 15px;

    }

    .kobetu .box03 .text {

        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
    }

    .kobetu .box03 .address {
        margin-top: 30px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 27px;
        border-top: 1px solid #333131;
        color: darkgreen;
    }

    .kobetu .box04 {
        padding: 50px 0px 50px 0px;
        background-color: #f5f4e7;

    }

    .kobetu .box04 h1 {
        padding: 10px 0px;
        font-family: Noto Sans CJK JP;
        font-size: 28px;
        color: #8cc63f;
        border: 1px solid #8cc63f;
        margin: 0 auto;
        width: 600px;
        text-align: center;
    }

    .box04 #anyBo {
        margin: 60px 0px 0px 0px;
        padding: 0px 0px;
    }
    .box04 #anyBo .box0_50 {}
    .box04 #anyBo .box50_50 img {
        transition: 1.0s;
    }
    .box04 #anyBo .box50_50 img:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .mkobetuTit {
        margin: 0px;
        padding: 0px;
        background-color: #00979C;
        height: 150px;
        width: 100%;
        color: white;
    }
    .kobetu {}
    .kobetu .box01 {
        padding: 20px 0px 30px 0px;
    }
    .kobetu .box01 h1 {
        font-size: 28px;
        margin: 0px 0px 20px 0px;
        text-align: center;
        font-weight: bold;
    }
    .kobetu .box01 h1 .small {
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
    }
    .kobetu .box01 p {
        font-size: 18px;
        line-height: 27px;
        color: #4e5665;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
    .kobetu .box02 {
        padding: 0px 0px 30px 0px;
        background-color: #f9f6f1;
        position: relative;
    }
    .kobetu .box02:after {
        width: 0;
        height: 0;
        border-top: 30px solid #f9f6f1;
        border-right: 80px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 80px solid transparent;
        bottom: -60px;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
        margin-left: -80px;
    }
    .kobetu .box02 h1 {
        font-size: 28px;
        padding: 15px 0px;
        margin: 0px 0px 50px 0px;
        text-align: center;
        color: white;
    }
    .kobetu .box02 .pbox {
        border-style: solid;
        border-width: 1px;
        background-color: white;
        margin-bottom: 30px;
    }
    .kobetu .box02 .pbox .pTbox {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 0px;
        margin: 0px;
    }
    .kobetu .box02 .pbox .pTbox .no {
        float: left;
        font-family: Noto Sans CJK;
        font-size: 48px;
        line-height: 80px;
        width: 15%;
        height: 80px;
        text-align: center;
        color: white;
    }
    .kobetu .box02 .pbox .pTbox .title {
        float: left;
        padding: 10px 20px;
        font-size: 24px;
        line-height: 29px;
        width: 85%;
        height: 80px;
    }
    .kobetu .box02 .pbox p {
        padding: 15px;
        font-size: 16px;
        color: #4e5665;
        line-height: 24px;
    }
    .kobetu .box03 {
        padding: 50px 0px 50px 0px;
    }
    .kobetu .box03 h1 {
        padding: 10px 0px;
        font-family: Noto Sans CJK JP;
        font-size: 28px;
        letter-spacing: 1.92px;
        border: 1px solid;
        margin: 0 auto;
        width: 360px;
        text-align: center;
    }
    .kobetu .box03 h2 {
        padding: 10px 30px;
        margin: 30px 0px;
        font-family: Noto Sans CJK JP;
        font-size: 20px;
        letter-spacing: 1.92px;
        color: white;


    }


    .kobetu .box03 .image {
        padding-left: 15px;

    }

    .kobetu .box03 .text {

        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
    }

    .kobetu .box03 .address {
        margin-top: 30px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 27px;
        border-top: 1px solid #333131;
        color: darkgreen;
    }

    .kobetu .box04 {
        padding: 50px 0px 50px 0px;
        background-color: #f5f4e7;

    }

    .kobetu .box04 h1 {
        padding: 10px 0px;
        font-family: Noto Sans CJK JP;
        font-size: 20px;
        color: #8cc63f;
        border: 1px solid #8cc63f;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }

    .box04 #anyBo {
        margin: 30px 0px 0px 0px;
        padding: 0px 0px;
    }
    .box04 #anyBo .box0_50 {}
    .box04 #anyBo .box50_50 img {
        transition: 1.0s;
    }
    .box04 #anyBo .box50_50 img:hover {
        opacity: 0.5;
    }

}



.k01colorElem {
    color: #CB73AB;
}

.k01bAcolorElem {
    background-color: #CB73AB;
}

.k01borderBt {
    border-bottom-color: #CB73AB;
}

.k01border {
    border-color: #CB73AB;
}

.k02colorElem {
    color: #27a639;
}

.k02bAcolorElem {
    background-color: #27a639;
}

.k02borderBt {
    border-bottom-color: #27a639;
}

.k02border {
    border-color: #27a639;
}

.k03colorElem {
    color: #00aae8;
}

.k03bAcolorElem {
    background-color: #00aae8;
}

.k03borderBt {
    border-bottom-color: #00aae8;
}

.k03border {
    border-color: #00aae8;
}


/* 共有 */
.box_color {
   width: 100%;
   margin: 0px 0px 0px 0px;
   padding: 60px 0px;
}
.colorYellow {
   background-color: #FFFFCC;
}
.colorYellow2 {
  background-color: #FDF400;
}
.colorPink {
   background-color: #FFFAFA;
}
.colorGrey {
  background-color: #F5F5F5;
}
.imgYoko70 {
   width: 70%;
}
.imgCenter {
   margin: 0px auto;
   display: block;
   padding: 0 15px;
}
.imgWidth70 {
  width: 70%;
}
.Pyoko80 {
   width: 80%;
   margin: 0px auto;
}
.margin0 {
   margin: 0;
}
.marginTop30 {
   margin-top: 30px;
}
.marginTop50 {
   margin-top: 50px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.hBox333 {
   background-color: #333333;
   margin: 0px;
   padding: 10px 0px;
   color: white;
}
.h2yellow {
   background-color: #FFFF00;
   border-top: solid 1px #707070;
   border-bottom: solid 1px #707070;
   padding: 10px 0px;
}
.texstCenter {
  text-align: center;
}
/* 共有ここまで */

/*入塾までの流れ
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  .s-tep {
    margin: 0px;
    padding: 0px;
  }
  .s-tep h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .s-tep h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 50%;
  }
  .s-tep h2 {
    font-size: 28px;
    text-align: center;
    border-bottom:solid 3px #EBEB0E;
    padding: 0 0 5px 15px;
  }
  .s-tep h3 {
    font-size: 32px;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .s-tep p {
    font-size: 16px;
    line-height: 32px;
    padding: 15px 0 0 15px;
  }
  .s-tep .leadtext {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .s-tep .gridBox01 {
    margin: 30px 0 0 0 ;
    padding: 0px;
    display: grid;
    //grid-template-columns: repeat(2,1fr);
    grid-template-columns: 2fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
  } 
  .s-tep .gridBox01 .leftBox01 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox01:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step01.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox02 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox02:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step02.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox03 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox03:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step03.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox04 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox04:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step04.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .s-tep .gridBox01 .leftBox01 h2,.leftBox02 h2,.leftBox03 h2,.leftBox04 h2 {
    text-align: left;
  }

  .s-tep .gridBox01 .rightBox {
    text-align: center;
  }
  .s-tep .yoyaku01{
    text-align: center;
    font-size: 32px;
    margin: 50px 0px;
    background-color: #FDF400;
    padding: 50px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s-tep {
    margin: 0px;
    padding: 0px;
  }
  .s-tep h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .s-tep h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 80%;
  }
  .s-tep h2 {
    font-size: 28px;
    text-align: center;
    border-bottom:solid 3px #EBEB0E;
    padding: 0 0 5px 15px;
  }
  .s-tep h3 {
    font-size: 32px;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .s-tep p {
    font-size: 16px;
    line-height: 32px;
    padding: 15px 0 0 15px;
  }
  .s-tep .leadtext {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .s-tep .gridBox01 {
    margin: 20px 0 0 0 ;
    padding: 0px;
    display: grid;
    //grid-template-columns: repeat(2,1fr);
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 20px;
  } 
  .s-tep .gridBox01 .leftBox01 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox01:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step01.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox02 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox02:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step02.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox03 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox03:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step03.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .s-tep .gridBox01 .leftBox04 {
    padding: 10px 0px 0px 130px;
    position: relative;
  }
  .s-tep .gridBox01 .leftBox04:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/step04.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  
  .s-tep .gridBox01 .leftBox01 h2,.leftBox02 h2,.leftBox03 h2,.leftBox04 h2 {
    text-align: left;
  }
  
  .s-tep .gridBox01 .rightBox {
    text-align: center;
  }
  .s-tep .yoyaku01{
    text-align: center;
    font-size: 32px;
    margin: 50px 0px;
    background-color: #FDF400;
    padding: 50px 0;
    width: 100%;
  }    
}
/* 入塾までの流れここまで */

/*コミル
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  .co-miru {
    margin: 0px;
    padding: 0px;
  }
  .co-miru h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .co-miru h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 50%;
  }
  .co-miru h2 {
    font-size: 28px;
    text-align: center;
  }
  .co-miru h2.colorGreen {
    color: #2E8B57;
  }
  .co-miru h2.colorRed {
    color: white;
    background-color: #DE143C;
    padding: 10px 0;
  }
  .co-miru h3 {
    font-size: 22px;
  }
  .co-miru h3.comiru01 {
    text-align: center;
    background-color: #FFE72E;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .co-miru p {
    font-size: 14px;
    line-height: 28px;
  }
  .co-miru .leadtext {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .co-miru .gridBox01 {
    margin: 30px 0 0 0 ;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  } 
}
@media screen and (max-width: 768px) {
  .co-miru {
    margin: 0px;
    padding: 0px;
  }
  .co-miru h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .co-miru h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 50%;
  }
  .co-miru h2 {
    font-size: 28px;
    text-align: center;
  }
  .co-miru h2.colorGreen {
    color: #2E8B57;
  }
  .co-miru h2.colorRed {
    color: white;
    background-color: #DE143C;
    padding: 10px 0;
  }
  .co-miru h3 {
    font-size: 22px;
  }
  .co-miru h3.comiru01 {
    text-align: center;
    background-color: #FFE72E;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .co-miru p {
    font-size: 14px;
    line-height: 28px;
  }
  .co-miru .leadtext {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .co-miru .gridBox01 {
    margin: 30px 0 0 0 ;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  } 
}
/* コミルここまで */

/*スパイラル学習法
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  .spi_ral {
    margin: 0px;
    padding: 0px;
  }
  .spi_ral h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .spi_ral h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 50%;
  }
  .spi_ral h2 {
    font-size: 28px;
    text-align: center;
  }
  .spi_ral h2.colorGreen {
    color: #2E8B57;
  }
  .spi_ral h2.colorRed {
    color: white;
    background-color: #DE143C;
    padding: 10px 0;
  }
  .spi_ral h3 {
    font-size: 22px;
  }
  .spi_ral h3.spi01 {
    text-align: center;
    color: white;
    background-color: #288C55;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .spi_ral h3.spi02 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 10px 0 10px 80px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi02:before {
    content: 'Point 01';
    position: absolute;
    background-color: #E10B37;
    left: 0;
    top: 0;
    color: white;
    padding: 10px;
    text-align: center;
  }
  .spi_ral h3.spi03 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 10px 0 10px 80px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi03:before {
    content: 'Point 02';
    position: absolute;
    background-color: #E10B37;
    left: 0;
    top: 0;
    color: white;
    padding: 10px;
    text-align: center;
  }
  .spi_ral h3.spi04 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 10px 0 10px 80px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi04:before {
    content: 'Point 03';
    position: absolute;
    background-color: #E10B37;
    left: 0;
    top: 0;
    color: white;
    padding: 10px;
    text-align: center;
  }
  .spi_ral h3.spi05 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 10px 0 10px 80px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi05:before {
    content: 'Point 04';
    position: absolute;
    background-color: #E10B37;
    left: 0;
    top: 0;
    color: white;
    padding: 10px;
    text-align: center;
  }
   .spi_ral p {
    font-size: 14px;
    line-height: 28px;
  }
  .check_red {
    color: #E10B37;
  }
  .spi_ral .leadtext {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .spi_ral .leadtext2 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background-color: white;
    padding: 15px 0;
    margin: 30px 0 50px 0;
    border: 1px solid gray;
  }
  .spi_ral .leadtext3 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background-color: white;
    padding: 20px 0;
    margin: 30px 0 0 0;
    border: 1px solid gray;
    border-top: solid 2px #218D53;
  }
  .spi_ral .leadtext4 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #E10B37;
    margin: 50px 0 0 0;
  }
  .spi_ral .gridBox01 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  .spi_ral .gridBox02 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }

}

@media screen and (max-width: 768px) {
  .spi_ral {
    margin: 0px;
    padding: 0px;
  }
  .spi_ral h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .spi_ral h1.underLine {
    border-bottom:solid 10px #EBEB0E;
    padding: 0PX 0PX 10PX 0PX;
    width: 90%;
  }
  .spi_ral h2 {
    font-size: 28px;
    text-align: center;
  }
  .spi_ral h2.colorGreen {
    color: #2E8B57;
  }
  .spi_ral h2.colorRed {
    color: white;
    background-color: #DE143C;
    padding: 10px 0;
  }
  .spi_ral h3 {
    font-size: 22px;
  }
  .spi_ral h3.spi01 {
    text-align: center;
    color: white;
    background-color: #288C55;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .spi_ral h3.spi02 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 40px 0 10px 0px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi02:before {
    content: 'Point 01';
    position: absolute;
    background-color: #E10B37;
    color: white;
    font-size: 14px;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .spi_ral h3.spi03 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 40px 0 10px 0px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi03:before {
    content: 'Point 02';
    position: absolute;
    background-color: #E10B37;
    color: white;
    font-size: 14px;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .spi_ral h3.spi04 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 40px 0 10px 0px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi04:before {
    content: 'Point 03';
    position: absolute;
    background-color: #E10B37;
    color: white;
    font-size: 14px;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .spi_ral h3.spi05 {
    text-align: center;
    color: white;
    background-color: #D2B48C;
    padding: 40px 0 10px 0px;
    margin-bottom: 15px;
    position: relative;
  }
  .spi_ral h3.spi05:before {
    content: 'Point 04';
    position: absolute;
    background-color: #E10B37;
    color: white;
    font-size: 14px;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .spi_ral p {
    font-size: 14px;
    line-height: 28px;
  }
  .check_red {
    color: #E10B37;
  }
  .spi_ral .leadtext {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .spi_ral .leadtext2 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background-color: white;
    padding: 15px 0;
    margin: 30px 0 50px 0;
    border: 1px solid gray;
  }
  .spi_ral .leadtext3 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background-color: white;
    padding: 20px 0;
    margin: 30px 0 0 0;
    border: 1px solid gray;
    border-top: solid 2px #218D53;
  }
  .spi_ral .leadtext4 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #E10B37;
    margin: 50px 0 0 0;
  }
  .spi_ral .gridBox01 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  .spi_ral .gridBox02 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }  
}

/* ここまで */

/*プログラミングページ
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  .pgmg {
     margin: 0px;
     padding: 0px;
  }
  .pgmg h1 {
     color: green;
     text-align: center;
     font-size: 32px;
     line-height: 48px;
     margin: 30PX auto 0px auto;
   }
   .pgmg h1.underLine {
     color: green;
     text-align: center;
     font-size: 32px;
     line-height: 48px;
     border-bottom:solid 10px #EBEB0E;
     margin: 30PX auto 0px auto;
     padding: 0PX 0PX 10PX 0PX;
     width: 50%;
   }
  .pgmg h2 {
     font-size: 28px;
     text-align: center;
  }
  .pgmg h3 {
     font-size: 26px;
     text-align: center;
  }
  .pgmg h4 {
    font-size: 22px;
    text-align: center;
    background-color: #247931;
    padding: 5px 20;
    width: 400px;
    margin: 30px auto 0px auto;
    color: white;
  }
  .underLinePrm {
    display: table;
    padding: 0px 15px 10px 15px;
    border-bottom: solid 1px #707070 ;
    margin: auto;
  }
  .pgmg p {
     font-size: 14px;
     line-height: 28px;
  }
  .pgmg .gridBox01 {
     margin: 0px;
     padding: 0px;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
  .pgmg .gridBox02 {
     margin: 0px;
     padding: 0px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     column-gap: 30px;
  }
  .pgmg p.point01 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 100px;
  }
  .pgmg p.point01:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/prm_no1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .pgmg p.point02 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 100px;
  }
  .pgmg p.point02:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/prm_no2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .pgmg {
    margin: 0px;
    padding: 0px;
  }
  .pgmg h1 {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 30PX auto 0px auto;
  }
  .pgmg h1.underLine {
    color: green;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    border-bottom:solid 10px #EBEB0E;
    margin: 30PX auto 0px auto;
    padding: 0PX 0PX 10PX 0PX;
    width: 50%;
  }
  .pgmg h2 {
    font-size: 28px;
    text-align: center;
  }
  .pgmg h3 {
    font-size: 26px;
    text-align: center;
  }
  .pgmg h4 {
    font-size: 22px;
    text-align: center;
    background-color: #247931;
    padding: 5px 0;
    width: 300px;
    margin: 30px auto 0px auto;
    color: white;
  }
  .underLinePrm {
    display: table;
    padding: 0px 15px 10px 15px;
    border-bottom: solid 1px #707070 ;
    margin: auto;
  }
  .pgmg p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
  }
  .pgmg .gridBox01 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .pgmg .gridBox02 {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .pgmg p.point01 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 100px;
  }
  .pgmg p.point01:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/prm_no1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .pgmg p.point02 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 100px;
  }
  .pgmg p.point02:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/manaweb/wp-content/uploads/2020/06/prm_no2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

}

/*プログラミングページここまで
----------------------------------------------------*/



/*inqueryページ
----------------------------------------------------*/

.inquery {
    padding-top: 50px;
}

.hisu {
    color: orange;
    font-size: 12px;
}

.inqFormbo {
    width: 100%;
    margin: 20px;
}

@media screen and (min-width: 769px) {
    dl.inqForm {
        width: 100%;
        background-color: #4777A3;
        margin: 0px auto;
        padding: 0;
        font-size: 16px;
        color: #4e5665;
    }
    dl.inqForm dt {
        clear: both;
        float: left;
        width: 180px;
        padding: 10px;
        border-top: 1px solid white;
        color: white;
    }
    dl.inqForm dd {
        margin-left: 180px;
        padding: 10px 5px 10px 30px;
        background-color: white;
    }
    /* IE7以下以外用 */
    dl.inqForm dd:after {
        content: '';
        display: block;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    dl.inqForm {
        width: 100%;
        background-color: #4777A3;
        margin: 0px auto;
        padding: 0;
        font-size: 16px;
        color: #4e5665;
    }
    dl.inqForm dt {
        width: 180px;
        padding: 10px;
        color: white;
    }
    dl.inqForm dd {
        padding: 10px 10px 10px 10px;
        background-color: white;
    }
    /* IE7以下以外用 */
    dl.inqForm dd:after {
        content: '';
        display: block;
        clear: both;
    }
}

/*reservationページ
----------------------------------------------------*/

@media screen and (min-width: 769px) {
    .reservation .mtext {
        font-size: 18px;
        line-height: 36px;
        color: #4e5665;
        text-align: center;
        padding: 50px 0px;
    }
    .reservation #yoBo {
        margin: 30px 0px;
    }
    .reservation .subtext {
        font-size: 16px;
        line-height: 32px;
        color: #8cc63f;
        text-align: center;
        padding: 30px 0px;
    }
    .reservation .calenderBox {
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }
    .reservation .calenderBox .tit {
        width: 100%;
        background-color: #8cc63f;
        padding: 15px 0px;
        text-align: center;
    }
    .reservation .calenderBox .tit h1 {
        color: white;
        font-size: 28px;
        /*		font-weight: bold;*/
    }
}

@media screen and (max-width: 768px) {
    .reservation .mtext {
        font-size: 18px;
        line-height: 36px;
        color: #4e5665;
        text-align: center;
        padding: 20px 0px;
    }
    .reservation #yoBo {
        margin: 0px 0px;
    }
    .reservation #yoBo .box {
        margin: 0px 0px 20px 0px;
    }
    .reservation .subtext {
        font-size: 16px;
        line-height: 32px;
        color: #8cc63f;
        text-align: center;
        padding: 30px 0px;
    }
    .reservation .calenderBox {
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }
    .reservation .calenderBox .tit {
        width: 100%;
        background-color: #8cc63f;
        padding: 15px 0px;
        text-align: center;
    }
    .reservation .calenderBox .tit h1 {
        color: white;
        font-size: 28px;
        /*		font-weight: bold;*/
    }
    
 
 
 /*flow 入塾の流れページ
----------------------------------------------------*/

@media screen and (min-width: 769px) {
    .flow .mtext {
        font-size: 18px;
        line-height: 36px;
        color: #4e5665;
        text-align: center;
        padding: 50px 0px;
    }
    .flow #yoBo {
        margin: 30px 0px;
    }
    .flow .subtext {
        font-size: 16px;
        line-height: 32px;
        color: #8cc63f;
        text-align: center;
        padding: 30px 0px;
    }
 }

@media screen and (max-width: 768px) {
    .flow .mtext {
        font-size: 18px;
        line-height: 36px;
        color: #4e5665;
        text-align: center;
        padding: 20px 0px;
    }
    .flow #yoBo {
        margin: 0px 0px;
    }
    .flow #yoBo .box {
        margin: 0px 0px 20px 0px;
    }
    .flow .subtext {
        font-size: 16px;
        line-height: 32px;
        color: #8cc63f;
        text-align: center;
        padding: 30px 0px;
    }
    
} 
 
 
    /*料金
----------------------------------------------------*/
    .priceBox {
        margin: 100px;
    }
    @media screen and (min-width: 769px) {
        .priceBox .title {
            position: relative;
            padding-bottom: .5em;
            border-bottom: 4px solid #ccc;
        }
        .priceBox .title::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            z-index: 2;
            content: '';
            width: 20%;
            height: 4px;
            background-color: #3498db;
        }
    }
    @media screen and (max-width: 768px) {}
}

/*夏期講習*/

.kakikosyu {
    
}

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

    .kakikosyu .kakibox01 {}
    .kakikosyu .kakibox01 .textbox {
        width: 700px;
        float: right;
    }
    .kakikosyu .kakibox01 .textbox .title {
        position: relative;
        top: 30px;
        left: -50px;
        color: white;
        background-color: #E06297;
        font-size: 36px;
        width: 200px;
        height: 80px;
        font-weight: bold;
        text-align: center;
        line-height: 80px;
        border-radius: 10px;
    }
    .kakikosyu .kakibox01 .textbox .copy {
        position: relative;
        top: 60px;
        left: 30px;
        font-size: 28px;
        color: #E06297;
        font-weight: bold;
    }
    .kakikosyu .kakibox01 .textbox .lead {
        position: relative;
        top: 70px;
        left: 35px;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
    }
    .kakikosyu .kakibox01 .image {
        width: 500px;
    }
    .kakikosyu .kakibox01 img {}


    .kakikosyu .kakibox02 {
        margin-top: 100px;
    }
    .kakikosyu .kakibox02 .textbox {
        width: 700px;
        float: left;
    }
    .kakikosyu .kakibox02 .textbox .title {
        position: relative;
        top: 30px;
        left: 550px;
        color: white;
        background-color: #62E0A1;
        font-size: 36px;
        width: 200px;
        height: 80px;
        font-weight: bold;
        text-align: center;
        line-height: 80px;
        border-radius: 10px;
    }
    .kakikosyu .kakibox02 .textbox .copy {
        position: relative;
        top: 60px;
        left: 30px;
        font-size: 28px;
        color: #62E0A1;
        font-weight: bold;
    }
    .kakikosyu .kakibox02 .textbox .lead {
        position: relative;
        top: 70px;
        left: 35px;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
    }
    .kakikosyu .kakibox02 .image {
        width: 500px;
        float: right;
    }
    .kakikosyu .kakibox02 img {}


.kakikosyu .kakibox03 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.kakikosyu .kakibox03 .textbox {
    width: 700px;
    float: right;
}

.kakikosyu .kakibox03 .textbox .title {
    position: relative;
    top: 30px;
    left: -50px;
    color: white;
    background-color: #62BEE0;
    font-size: 36px;
    width: 200px;
    height: 80px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
}

.kakikosyu .kakibox03 .textbox .copy {
    position: relative;
    top: 60px;
    left: 30px;
    font-size: 28px;
    color: #62BEE0;
    font-weight: bold;
}

.kakikosyu .kakibox03 .textbox .lead {
    position: relative;
    top: 70px;
    left: 35px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.kakikosyu .kakibox03 .image {
    width: 500px;
}

.kakikosyu .kakibox03 img {}
    
    
    .kakikosyu .point {
        margin-top: 100px;
    background-color: #ECF8F8;
    padding: 0 0 50px 0;
}

.kakikosyu .point .titleBase {
    width: 100%;
    height: 100px;
    background-color: #00A1D1;
}

.kakikosyu .point .titleBase .title {
    position: relative;
    padding: 0 0 0 200px;
    height: 100px;
    color: white;
    font-size: 40px;
    line-height: 100px;
}

.kakikosyu .point .titleBase .title::before {
    position: absolute;
    top: -30px;
    left: 0;
    content: "4";
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 100%;
    border-color: #00A1D1;
    border: 1px #00A1D1 solid;
    color: #00A1D1;
    text-align: center;
    font-size: 100px;
    line-height: 130px;
    font-weight: bold;
}

.kakikosyu .point .titleBase .title::after {
    position: absolute;
    top: 40px;
    left: 0;
    content: "point";
    width: 160px;
    height: 160px;
    border-radius: 100%;
    color: #00A1D1;
    text-align: center;

}

.kakikosyugrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 40px;
    /*    border: 1px solid #ddd;*/
    padding: 0.8em;
    margin: 50px 0 2em;
}

.kakikosyugrid > div {
    background: #fff;
    overflow: auto;
    min-width: 0;
    padding: 1em;
    border-radius: 5px;
}

.kakikosyugrid .box .title  {
    position: relative;
    padding: 0.6em;
    background: #00A1D1;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.kakikosyugrid .box .title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #00A1D1;
    width: 0;
    height: 0;
}

.kakikosyugrid .box p  {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
}

    .kakikosyu .moushikomi {
   text-align: center; 
}
.kakikosyu .moushikomi .mkTit {
    position: relative;
    display: inline-block;
    margin-top: 60px;
    padding: 0 45px;
    font-size: 32px;
    color: #00A1D1;
}
.kakikosyu .moushikomi .mkTit:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.kakikosyu .moushikomi  .mkTit:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.kakikosyu .moushikomi .mkTit:before {left:0;}
.kakikosyu .moushikomi .mkTit:after {right: 0;}

.kakikosyu .moushikomi .bt{
    
    margin-top: 30px;
    margin-bottom: 30px;
}
    
    a.bt-samp40{
    display: inline-block;
    text-decoration: none;
    height:60px;
    width: 450px;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #42a5f5;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

a.bt-samp40:hover{
    color: #42a5f5;
    border: dashed 1px #42a5f5;
    background: none;
}
a.bt-samp40:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

    .kosyuKakaku {
        position: relative;
        max-width: 960px;
        margin: 60px auto 0px;
        background: #FCFAFA;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    }
    .kosyuKakaku .box-title {
        position: absolute;
        font-size: 1.2em;
        background: #FF9439;
        padding: 4px;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        letter-spacing: 0.05em;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .kosyuKakaku p {
        padding: 70px 20px 20px;
        margin: 0;
        color: #FF9439;
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
    }

    .kosyuKakaku .moushikomiText {
        margin: 0; 
        padding: 0 20px 20px;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #999;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    
        .kakikosyu .kakibox01 {}
        .kakikosyu .kakibox01 .textbox {
            width: 100%;
        }
        .kakikosyu .kakibox01 .textbox .title {
            color: white;
            background-color: #E06297;
            font-size: 24px;
            width: 100%;
            height: 60px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            border-radius: 10px;
        }
        .kakikosyu .kakibox01 .textbox .copy {
            margin-top: 20px;
            font-size: 24px;
            color: #E06297;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
        }
        .kakikosyu .kakibox01 .textbox .lead {
             margin-top: 20px;
            font-size: 18px;
            line-height: 27px;
            color: #333333;
        }
        .kakikosyu .kakibox01 .image {
            margin-top: 10px;
            width: 100%;
        }
        .kakikosyu .kakibox01 img {}


        .kakikosyu .kakibox02 {
            margin-top: 60px;
        }
        .kakikosyu .kakibox02 .textbox {
            width: 100%;
        }
        .kakikosyu .kakibox02 .textbox .title {
            color: white;
            background-color: #62E0A1;
            font-size: 24px;
            width: 100%;
            height: 60px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            border-radius: 10px;
        }
        .kakikosyu .kakibox02 .textbox .copy {
            margin-top: 20px;
            font-size: 24px;
            color: #62E0A1;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
        }
        .kakikosyu .kakibox02 .textbox .lead {
            margin-top: 20px;
            font-size: 18px;
            line-height: 27px;
            color: #333333;
        }
        .kakikosyu .kakibox02 .image {
           margin-top: 10px;
            width: 100%;
        }
        .kakikosyu .kakibox02 img {}
    

    .kakikosyu .kakibox03 {
        margin-top: 60px;
        
    }

    .kakikosyu .kakibox03 .textbox {
        width: 100%;

    }

    .kakikosyu .kakibox03 .textbox .title {

        color: white;
        background-color: #62BEE0;
        font-size: 24px;
        width: 100%;
        height: 60px;
        font-weight: bold;
        text-align: center;
        line-height: 60px;
        border-radius: 10px;
    }

    .kakikosyu .kakibox03 .textbox .copy {
        margin-top: 20px;
            font-size: 24px;
        color: #62BEE0;
        font-weight: bold;
        text-align: center;
    }

    .kakikosyu .kakibox03 .textbox .lead {
        margin-top: 20px;
        font-size: 18px;
        line-height: 27px;
            color: #333333;
    }

    .kakikosyu .kakibox03 .image {
        margin-top: 10px;
        width: 100%;
    }

    .kakikosyu .kakibox03 img {}
    
    
    .kakikosyu .point {
        margin-top: 60px;
    background-color: #ECF8F8;
    padding: 0 0 50px 0;
}

.kakikosyu .point .titleBase {
    width: 100%;
    height: 100px;
    background-color: #00A1D1;
}

.kakikosyu .point .titleBase .title {
    position: relative;
    padding: 0 0 0 110px;
    height: 100px;
    color: white;
    font-size: 24px;
    line-height: 36px;
    display: table-cell;
vertical-align: middle;
}

.kakikosyu .point .titleBase .title::before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "4";
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    border-color: #00A1D1;
    border: 1px #00A1D1 solid;
    color: #00A1D1;
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
}

.kakikosyu .point .titleBase .title::after {
    position: absolute;
    top: 50px;
    left: 0;
    content: "point";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #00A1D1;
    text-align: center;

}

.kakikosyugrid {
    display: grid;
    grid-template-columns: repeat(minmax(300px, 1fr));
/*    grid-auto-rows: 1fr;*/
    grid-gap: 20px;
    /*    border: 1px solid #ddd;*/
/*    padding: 0.8em;*/
    margin: 20px 0;
}

.kakikosyugrid > div {
    background: #fff;
    overflow: auto;
    min-width: 0;
    padding: 1em;
    border-radius: 5px;
}

.kakikosyugrid .box .title  {
    position: relative;
    padding: 0.6em;
    background: #00A1D1;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.kakikosyugrid .box .title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #00A1D1;
    width: 0;
    height: 0;
}

.kakikosyugrid .box p  {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
}
    
    
    .kakikosyu .moushikomi {
   text-align: center; 
}
.kakikosyu .moushikomi .mkTit {
    position: relative;
    display: inline-block;
    margin-top: 60px;
    padding: 0 45px;
    font-size: 24px;
    color: #00A1D1;
}
.kakikosyu .moushikomi .mkTit:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.kakikosyu .moushikomi  .mkTit:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.kakikosyu .moushikomi .mkTit:before {left:0;}
.kakikosyu .moushikomi .mkTit:after {right: 0;}

.kakikosyu .moushikomi .bt{
    
    margin-top: 30px;
    margin-bottom: 30px;
}
    
    a.bt-samp40{
    display: inline-block;
    text-decoration: none;
    height:60px;
    width: 300px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #42a5f5;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

a.bt-samp40:hover{
    color: #42a5f5;
    border: dashed 1px #42a5f5;
    background: none;
}
a.bt-samp40:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

    
    .kosyuKakaku {
        position: relative;
        max-width: 960px;
        margin: 20px auto 0px;
        background: #FCFAFA;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    }
    .kosyuKakaku .box-title {
        position: absolute;
        font-size: 1.2em;
        background: #FF9439;
        padding: 4px;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        letter-spacing: 0.05em;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .kosyuKakaku p {
        padding: 70px 20px 20px;
        margin: 0;
        color: #FF9439;
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
    }

    .kosyuKakaku .moushikomiText {
        margin: 0; 
        padding: 0 20px 20px;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #999;
        text-align: center;
    }
    
    
}




/*
.kosyuKakaku {
    position: relative;
    margin: 100px auto 0px;
    padding: 0.5em 1em;
    border: solid 6px #FF9439;
    max-width: 960px;
    background-color: #FCFAFA;
}
.kosyuKakaku .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: -6px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 24px;
    background: #FF9439;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.kosyuKakaku p {
    margin: 0; 
    padding: 20px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #FF9439;
}

.kosyuKakaku .moushikomiText {
    margin: 0; 
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #abc3c7;
    text-align: center;
}
*/

/*BLOG
----------------------------------------------------*/

/* Blog BOX -------------------------------------------------*/
/* Grid styles -------------------------------------------------*/
/* Grid styles -------------------------------------------------*/
.blogcards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 60px;
}


/* Generic styles ----------------------------------------------*/


.blogcards {
    max-width: 960px;
    margin: 0 auto 100px;
}

.blogcards a:hover {
    text-decoration: none;
}

.blogcards article {
    position: relative;
    margin: 0px;
    
}
.blogcards {
    text-decoration: none;
}

.blogcards .imgBox {
    border: 1px solid #ccc;
    overflow: hidden;
}

.blogcards .imgBox  img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.blogcards .imgBox  img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blogcards .article-date {
    margin-top: 20px;
    color: #666;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic;
    font-size: 1.2rem;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blogcards .article-date:hover {
    color: #999;
}


.blogcards .article-title {
    margin-top: 5px;
    padding-bottom: 10px;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-size: 18px;
    font-weight:bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-bottom: 1px #999 solid;
}
.blogcards .article-title:hover {
    color: #999;
}

.blogcards .article-cat {
    margin-top: 10px;
    color: #666;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic;
    font-size: 1.0rem;
    font-size: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blogcards .article-cat:hover {
    color: #999;
}
.blogcards .articletext {
    margin-top: 15px;
    color: #444;
    font-size: 1.4rem;
    font-size: 14px;
/*    font-size: 14px;*/

    line-height: 21px;
    font-family: "Noto Sans JP";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blogcards .articletext:hover {
    color: #999;
}
.blogcards .articletext .rMore {
    text-align: right;
}

/*BLOG-single*/
#blog-single {
    margin-top: 50px;
    
}
#blog-single .post-header  {
    margin: 0px;
    padding: 0px;
    
}
#blog-single .post-header .blog-meta .date {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

#blog-single .post-content  {
    margin: 0px;
    padding: 0px;
    color: #141823;
    font-size: 1.4rem;
    font-size: 14px;
 
    line-height: 21px;
    letter-spacing:0.8pt;
}

#blog-single .post-content p {
    padding: 0px 10px;
    color: #141823;
    font-size: 1.6rem;
    font-size: 16px;

    line-height: 28px;
    letter-spacing:0.8pt;
}

#blog-single .post-content h2{
    position: relative;
    color: white;
    background: #3cb371;
    line-height: 1.4;
    padding: 0.5em 0.5em 0.5em 1.8em;
}

#blog-single .post-content h2:before {/*疑似要素*/
    font-family: "FontAwesome";
    content: "\f14a";
    position: absolute;
    left : 0.5em; /*左端からのアイコンまでの距離*/
}
#blog-single .post-content .post-thumbnail {
    padding: 0px;
    overflow: hidden;
    width: 100%;
}
#blog-single .post-content .post-thumbnail img {
/*         height: 300px; */
        width: 100%;
/*
        object-fit: cover;
        -moz-transition: -moz-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        -ms-transition: -ms-transform 0.5s linear;
        transition: transform 0.5s linear;
*/
    }




/*BLOGここまで
----------------------------------------------------*/











/*テキストの縦方向の中央揃え
----------------------------------------------------*/

.flexiblebox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

.flexibleboxL {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: left;
    /* 横方向左揃え（Safari用） */
    justify-content: left;
    /* 横方向左揃え */
}

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

    .br-sm {
        display: none;
    }
}

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