.flex{
    display: flex;
}
td {
    vertical-align: middle;
}
p{
    margin: 0!important;
}

.container{
    background-color:#ffffff;
    width: 100%;
    padding: 50px 20px 50px;
    font-weight: 200;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #494949;
}
@media screen and (max-width: 768px) {
    .container{
        max-width: 768px;
    }
}
h1{
    font-weight: 900;
    font-size: 2rem!important;
    text-align: left;
    padding: 20px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    h1{
        font-size: 1.2rem!important;
        padding: 7px 15px 5px;
    }
}
h2{
    font-weight: 900;
    font-size:20px;
    text-align: center;
    font-size: 1.8rem!important;
}
@media screen and (max-width: 768px) {
    h2{
        font-size: 1rem!important;
    }
}
h3{
    padding: 0.5em 0.8em;
/*    background: #f2fafd; */
    border-left: solid 10px #2960b1;
    font-size: 1.2em!important;
    margin: 20px 0;
}
.btn{
	position: relative;
}
.pk_btn{
    position: relative;
	color: #fff;
	background-color: #e3017f;
	border-radius: 25px;
	text-decoration: none;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto 20px;
    font-weight: 500;
    border: none;
}
.pk_btn::after{
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: calc(57% - .8rem);
	right: 20px;
	margin: 0;
	padding: 0;
	content: '\f138';
}
.pk_btn:hover::after{
    right: 15px;
}
.bl_btn{
    position: relative;
	color: #fff;
	background-color: #0960e1;
	border-radius: 25px;
	text-decoration: none;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto 20px;
    font-weight: 500;
    border: none;
}
.bl_btn::after{
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: calc(57% - .8rem);
	right: 20px;
	margin: 0;
	padding: 0;
	content: '\f138';
}
.bl_btn:hover::after{
    right: 15px;
}
.marker {
	background: linear-gradient(transparent 60%, #fffb90 50%);
	font-weight: 900;
}
@media screen and (max-width: 768px) {
    .mb_none{
        display:none;
    }
}
.w_container{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
@media screen and (max-width: 768px) {
    .w_container{
        max-width: 768px;
    }
}
.tab_menu{
    width: 960px;
    margin: auto;
    height: 130px;
    background-image: url('/images/lp/edu_LogoBar.png');
    background-repeat: no-repeat;
    padding-top:32px;
    position:relative;
}
@media screen and (max-width: 768px) {
    .tab_menu{
        display: none;
    }
}
.tab_menu .tab_kosya{
    font-weight:200;
    width:117px;
    margin-left:815px;
    height:28px;
    background-image:url('/images/lp/shinokuboButton.png');
    background-repeat: no-repeat;
    color:#FFFFFF;
    padding:4px 0 0 18px;
    cursor:pointer;
}
.top_img {
    position: relative;
    max-width: 960px;
    margin: 0.5vw 0 0;
}
@media screen and (max-width: 768px) {
    .top_img{
        max-width: 768px;
        margin: 5.5vw 0 0;
    }
}
.top_img img{
    width: 100%;
}
.top_img .title_txt{
    position: absolute;
    top: 3vw;
    left: 3vw;
    padding: 2vw 3vw;
    color: #fff;
    background-color: rgba(39,80,171,0.7);
    border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
    .top_img .title_txt{
        top: 6vw;
    }
}
.top_img .title_txt h1 span{
    color: #fff;
    border: 2px solid #fff;
    margin: 0 0.03em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    font-size: 1.1em;
}
.wrapper{
    max-width: 960px;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .wrapper{
        max-width: 768px;
        padding: 0 15px;
    }
}
.stripe{ 
    position: relative;
    padding: 0.3em;
}
.stripe:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}
.about{
    padding: 20px;
    line-height: 2em;
}
@media screen and (max-width: 768px) {
    .about{
        padding: 20px 0;
    }
}
.fw-500{
    font-weight: 500;
}
.emphasis {
    text-emphasis: dot;
}
.fas{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0 0.4em 0 0;
}
.fa-check:before{
    content: "Yf00c";
    color: #2960b1;
}
.about_course .contents{
    padding: 1rem 0 1rem 2rem;
}

.about_course tr td:first-child{
    width: 6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.about_course table{
    line-height: 2rem;
}
.about_course table tr td{
    vertical-align: top;
}
@media screen and (min-width: 769px) {
    .about_course br{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .sp_bk{
        background-color: #e6f1f6;
    }
}
.curriculum{
    line-height: 2em;
}
.curriculum .contents{
    padding: 0 0 1rem 2rem;
}
@media screen and (max-width: 787px) {
    .curriculum .contents{
        padding: 0 0 2rem 0;
    }
}
.curriculum table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
.curriculum table tr {
    background-color: #e6f1f6;
}
.curriculum table thead th:nth-child(2) {
    width: 45%;
}
.curriculum table tr:nth-child(even) {
    background-color: #fff;
}
.curriculum table th, .curriculum table td {
    padding: 1em;
}
.curriculum table thead th {
    background-color: #2960b1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.curriculum table tbody th {
    color: #2960b1;
}
@media screen and (max-width: 787px) {
    .curriculum table {
    border-radius: 0;
    text-align: left;
    }
    .curriculum table thead {
        display:none;
    }
    .curriculum table tr {
        background-color: unset;
    }
    .curriculum table th, .curriculum table td {
        display: block;
        border: 0;
        border-bottom: 1px solid #527fc0;
        padding: 1em 0;
    }
    .curriculum table tbody th{
        background: #527fc0;
        color:#fff;
        text-align: center;
        padding: 0;
    }
    .curriculum table td::before{
        content: attr(data-label);
        background-color: #e6f1f6;
        font-weight: bold;
        display: inline-block;
        min-width: 4em;
        text-align: center;
        margin-right: 0.5em;
        padding: 4px;
        border-radius: 100vh;
    }
}

.text_info .contnets{
    padding: 1rem 0 1rem 2rem;
}
.support .contnets{
    padding: 1rem 0 1rem 2rem;
}
.support .contents li::before,
.text_info .contents li::before {
    content: "●";
    font-size: 0.5em;
    color: #2960b1;
    padding: 0 1em 0 0;
}
.inquiry .contnents{
    padding: 1rem 0 1rem 2rem;
}
.inquiry .bl_btn a{
    color: #fff;
    text-decoration: none;
}




/****************** 入力フォーム ******************/
.form_wrapper{
    max-width: 960px;
    padding: 0 20px;
    justify-items: center;
}
@media screen and (max-width: 768px) {
    form{
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
    .form_wrapper form br{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .form_wrapper h2{
        font-size: 1.3em!important;
        padding: 5vw 0 0;
    }
}
.form_list_item{
    padding: 10px 0 10px;
    border-bottom: solid 1px #d7d4d4;
    text-align: left;
    margin-bottom: 0!important;
}
.form_list_item:nth-child(7){
    border: none;
}
.form_list_item dt{
    padding: 15px 0 7px;
    font-size: 1.1em;
}
.form_list .required_icon{
    background-color: #e3017f;
    color: #fff;
    padding: 1px 7px;
    font-size: 0.8em;
}
.form_list_item input:invalid {
    background-color: #f3f1f1;
    border: solid 1px #888585;
    border-radius: 5px;
}
.form_list_item .frm_pddg_fs{
    padding: 0 5px 0 0;
}
.form_list_item .frm_pddg_ls{
    padding: 0 5px 0 20px;
    display: inline-block;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .form_list_item .frm_pddg_ls{
    padding: 0 5px 0 0px;
    }
}
.form_list_item .input_long{
    width: 500px;
}
@media screen and (max-width: 768px) {
    .form_list_item .input_long{
        width: 100%;
    }
}
.form_list_item .expl{
    padding: 5px 0 0;
}
.form_list_item textarea{
    width: 500px;
    height: 8.5em;
    line-height: 1.5em;
}
@media screen and (max-width: 768px) {
    .form_list_item textarea{
        width: 100%;
    }
}
.form_list button{
    display: block;
}