/* 記事全体に共通 */
.blog_content_box{
    width: 90%;
    margin: 200px auto 0;
}
.blog_content_text_block a{
	color: #063664;
	text-decoration: underline;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogtitle_h3{
    margin: 5% auto 2%;
    font-size: 1.6rem;
    position: relative;
    padding-left: 2%;
    width: 100%;
}
.blogtitle_h3:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #063664;
}
.blogtitle_h2{
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 600;
}
section h2.blogtitle_h2::before{
    top: 7px;
    left: 0;
}
.blogtitle_h4{
    margin-top: 5%;
    margin-bottom: 2%;
}
/* flex_box */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_box_img{
    width: 45%;
}
.blog_box_text{
    width: 50%;
}
.blog_box{
    width: 100%;
    margin-top: 3%;
    align-items: center;
}
.blog_box_text p{
    font-size: 0.9rem;
}
.jisseki_box b{
    color: #ff0000;
}
.blog_box_img_w_30{
    width: 32%;
}
.blog_box_img_w_50{
    width: 45%;
    margin: 2% auto;
}
.mobile_box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* 実績BOX */
.jisseki_box{
    width: 100%;
}
.jisseki_box table{
    width: 100%;
    background-color: #eefaff;
    text-align: left;
    padding: 5%;
}
.jisseki_box table tr{
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}
.jisseki_box table th{
    padding: 1% 5%;
    width: 35%;
}
.jisseki_box table td{
    padding: 1% 5%;
    width: 65%;
    line-height: 2.0;
}

.jisseki_copy{
	margin-top:30px;
	font-size:18px;
	font-weight:600;
	padding-left:30px;
}
.jisseki_copy .font_red{
	color:red;
}
/* 吹き出し */
.nayami_box{
    width: 70%;
    margin: 5% auto 0;
}
.nayami_box_img{
    width: 20%;
}
.nayami_box_img img{
    width: 60%;
    margin: 0 auto;
}
.nayami_box_text{
    width: 80%;
    padding: 5%;
    background-color: #eefaff;
    position: relative;
    line-height: 2.0;
}
.nayami_box_text:after{
    border-color: transparent #eefaff transparent transparent;
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
}
/* 吹き出し */


/* リストボックス */
.list_box{
    background-color: #fafafa;
    padding: 2% 5%;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_box ul li{
    margin: 2% 0;
    position: relative;
    padding-left: 5%;
    font-size: 1.0rem;
}
.list_box ul li:before{
    position: absolute;
    content: "";
    background: url(../images/check.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    top: 2px;
    left: 0;
}
/* リストボックス */

/* グレーボックス */
.gray_box{
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fafafa;
    margin-top: 5%;
}
/* グレーボックス */


/* 目次*/
.mokuji_box{
    width: 70%;
    margin: 10% auto;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #050505;;
}
.mokuji_box ul li{
    margin-top: 2%;
    font-weight: bold;
	    font-size: 0.95rem;
}
.mokuji_box ul li ul{
    margin-left: 3%;
    margin-bottom: 1%;
}
.mokuji_box ul li ul li{
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
}
.mokuji_box ul li span{
    font-weight: bold;
    margin-right: 5px;
    color: #ccc;
}

@media screen and (max-width: 767px){
    .mokuji_box ul li{
        margin-top: 4%;
            font-size: 0.9rem;
    }
}
/* 目次 */


/* 黄色下線 */
.y_line{
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #FFF9C4;
    text-underline-offset: -2px;
    text-decoration-thickness: 5px;
}
/* 黄色下線 */

/* グレーBOX番号リスト */
.gray_box ul{
    margin-left: 2%;
}
.gray_box li{
    position: relative;
    font-size: 1.0rem;
    list-style: number;
}
/* グレーBOX番号リスト */

/* ブルーBOX番号リスト */
.blue_box{
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f1f5fb;
    margin-top: 5%;
}
.blue_box ul{
    margin-left: 2%;
}
.blue_box li{
    position: relative;
    font-size: 1.0rem;
    list-style: number;
}
.blue_box li::marker{
    color: #4865b2;
}

/* ブルーBOX番号リスト */


/* テキスト記入時の<div> */
.blog_content_text_block{
    width: 90%;
    margin: 5% auto;
}
.blog_content_text_block p{
    line-height: 2.5;
}
/* テキスト記入時の<div> */


/* スマホ */
@media screen and (max-width: 767px){
    .blog_content_box {
        width: 100%;
        margin: 200px auto 0;
    }

    .list_box ul li {
        padding-left: 10%;
    }
    .list_box ul li:before {
        top: -1px;
    }
    .gray_box {
        padding: 20px 40px;
    }
    .blue_box {
        padding: 20px 40px;
    }

    .mokuji_box {
        width: 100%;
        margin: 10% auto;
        padding: 20px;
        background-color: #fafafa;
        border: 1px solid #050505;
    }

    .blogtitle_h3 {
        margin: 10% auto 0;
        padding-left: 5%;
    }
    .nayami_box {
        width: 100%;
        margin: 10% auto 0;
    }

    /* テキスト記入時の<div> */
.blog_content_text_block{
    width: 100%;
    margin: 5% auto;
}
.blog_content_text_block p{
    line-height: 2.0;
}
/* テキスト記入時の<div> */


.blogtitle_h2 {
    font-size: 1.2rem!important;
    font-weight: bold;
    line-height: 1.5;
}
.blogtitle_h3 {
    margin: 10% auto 5%;
    font-size: 1.2rem;
}


.list_box ul li {
    margin: 4% 0;
}

/* 実績BOX */
.jisseki_box table td {
    padding: 2% 2%;
    width: 65%;
}
.jisseki_box table td.w_100{
    width: 100%;
}
.blog_box_img {
    width: 100%;
}
.blog_box_text {
    width: 100%;
}
.blog_box_img_w_30 {
    width: 50%;
    margin: 2% auto;
}
.mobile_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.blog_box_img_w_50 {
    width: 50%;
    margin: 2% auto;
}
}
@media screen and (max-width: 767px){
.jisseki_box table th {
    padding: 6px 5% 0px;
    width: 100%;
}
.jisseki_box table td {
    padding: 0px 5% 6px;
    width: 100%;
}
}


/* 左右box */
.blog_text_box{
	width: 100%;
	margin-top: 3%;
	justify-content: space-between;
	    align-items: center;
}
.blog_text_box_img{
	width: 40%;
}
.blog_text_box_text{
	width: 55%;
}
.blog_text_box_text p b{
	color: #ff0000;
}
b.red{
	color: #ff0000;
}
.desigh_btn{
	    opacity: 1;
	    transform: translateX(0%);
	    margin-top: 5%;
	width: 250px;
}
.desigh_btn a{
	text-decoration: none;
}
@media screen and (max-width: 767px){
.blog_text_box_img{
	width: 100%;
}
.blog_text_box_text{
	width: 100%;
	margin-top: 5%;
}
}


/* 事例box */
.jirei_box_area{
    margin-top: 8%;
}
.jirei_box_area h3{
	font-size: 2.2rem;
	color: #063664
	margin-top: 5%;
	text-align: center;
}
@media screen and (max-width: 767px){
	.jirei_box_area h3{
		    font-size: 1.3rem!important;
	}
}


/* お申し込みを検討されている先生へ */
#conditions{
    padding: 5% 0;
}
.conditions_title h2{
    text-align: center;
    color: #211815;
    margin-bottom: 5%;
    position: relative;
}
.conditions_title h2::after{
    position: absolute;
    content: "";
    background-color: #211815;
    width: 70px;
    height: 6px;
    bottom: -30px;
    left: calc(50% - 35px);
}
.conditions_text{
    text-align: center;
    margin-top: 8%;
}
.conditions_text p{
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5;
}
.conditions_text_box{
    width: 75%;
    margin: 5% auto;
    border: 1px solid #211815;
    padding: 3% 3%;
}
.conditions_text_box h4{
    font-family: titletext!important;
    color: #b33f39;
    margin-bottom: 2%;
    font-size: 1.5rem;
}
.conditions_text_box p{
    color: #211815;
    line-height: 2.0;
    font-family: "textfont"; 
}
#conditions .desigh_btn{
	    opacity: 1;
	    transform: translateX(0%);
	    margin: 5% auto!important;
	width: 250px;
}
@media screen and (max-width: 1100px){
    .conditions_text_box{
        width: 100%;
    }
}
@media screen and (max-width: 800px){
    .conditions_text_box h4 {
        font-size: 4.2vw;
    }
    .conditions_text_box p {
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 600px){
    .conditions_text p{
        font-size: 3.5vw;
    }
    .conditions_text{
        margin-top: 13%;
    }
    .conditions_text_box h4{
        text-align: center;
    }
}


/* h1タグ */
@media screen and (max-width: 767px){
.blogtitle_h1{
        font-size: 1.2rem !important;
        font-weight: bold;
        line-height: 1.5;
}
}

/* LPバナー */
.lp_link_container p{
	margin-top:40px;
	font-weight:600;
	font-size:18px;
}
.lp_link_container a{
display:block;
	margin-top:20px;
}
.lp_link_container a img{
  transition: 0.3s;
}
.lp_link_container a img:hover{
	opacity:0.7;
	    transform: scale(1.02, 1.02);
}