.sp_show{
    display: none;
}
@media screen and (max-width: 768px){
    .sp_show{
        display: inline-block;
    }
    .sp_hidden{
        display: none;
    }
}


.section_title,.section_title_2{
    position: relative;
    text-align: center;
}
.section_title hr{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #242F4D;
}
.section_title_2 hr{
	display: none;
}
.section_title .title,.section_title_2 .title{
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 2em 0;
}
.section_title .title span,.section_title_2 .title span{
    font-size: 32px;
}
@media screen and (max-width: 768px){
    .section_title_2 .title{
        font-size: 20px;
        padding: 0;
        margin: 1em 0;
    }
    .section_title_2 .title span{
        font-size: 24px;
    }
}


.c-contents .c-heading-h2:first-child,.c-contents .section_title .title{
		display: none;
}

.catch_copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F4;
}
.catch_copy .left{
    width: 50%;
    position: relative;
    padding: 4em 2em 2em 2em;
}
.catch_copy .left_2{
    width: 55%;
    position: relative;
    padding: 4em 2em 2em 2em;
	box-sizing: border-box;
}
.catch_copy .left_2 p{
	font-size: 18px;
}
.catch_copy .left h4,.catch_copy .left_2 h4{
    position: absolute;
    top:0;
    left: 0;
    padding-left: 2em;
    border-bottom: solid 2px #98844E;
    color: #98844E;
    font-size: 24px;
}
.catch_copy .left .copy,.catch_copy .left_2 .copy,.left_2 .copy_2{
    font-weight: 900;
    font-size: 22px;
	margin-bottom: 2%;
}
.left_2 .copy_2{
	font-size: 20px;
}
.catch_copy .right{
	display: block;
	width: 45%;
    }
.right_mobile{
	display: none;
}
.b-form-block input[size="15"]{
    margin-right: 1.2em;
    margin-left: 0.5em;
}
@media screen and (max-width: 768px){
    .c-container .c-sp-space {
        padding: 0 2.5%;
    }
    .catch_copy{
        flex-direction: column;
    }
    .catch_copy .left h4{
        font-size: 20px
    }
    .catch_copy .left,.catch_copy .left_2{
        width: 100%;
        padding: 6em 1em 3em 1em;
    }
    .catch_copy .left h4,.catch_copy .left_2 h4{
        top:1em;
        padding-left: 1em;
    }
    .catch_copy .right{
		display: none;
    }
	.right_mobile{
	    width: 100%;
		display: block;
		margin-bottom: 4%;
	}
    .catch_copy .left .copy,.catch_copy .left_2 .copy{
        font-size: 16px;
    }
	.catch_copy .left_2 p{
	font-size: 16px;
}
}




.thanks_text{
    text-align: center;
    font-weight: 900;
    margin-bottom: 3em;
}
.thanks_text span{
    display: inline-block;
    padding: 0 0.5em;
    background: linear-gradient(#fff, #fff 45%, #fff6c7 45.1%, #fff6c7);
    font-weight: 500;
}
.back_link{
    margin: 0 auto;
    width: 300px;
}
.notice{
    margin-bottom: 1em;
}

/* c-page-sub
----------------------------------------*/

.c-page-sub__title_weekend{
	padding: 7.2% 5% 4.2%;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	text-shadow: 0 0 16px #232e4d;
	letter-spacing: .1em;
    background-position-x: left;
}

.c-page-sub__title_weekend h1{
	display: block;
	color: white;
}

.c-page-sub__title_weekend{
	background: url("/img/common/6月オンデマンドセミナー背景イメージ.jpg") no-repeat center top / cover;	
}

.c-page-sub__title_weekend::before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/common/bg-pattern.png);
	mix-blend-mode: multiply;
}

.c-page-sub__title_weekend img{
	margin: 0 auto -6px;
	height: 107px;
	width: auto;
	display: block;
}

.c-page-sub__title_weekend .futura_b{
	font-size: 8rem;
	text-shadow: 0 0 16px #232e4d;
	display: block;
	line-height: 1.2;
	letter-spacing: .1em;
	padding-left: .1em;
}

.c-page-sub__title_weekend.futura_b.president-title {
	font-size: 6rem;
}

@media screen and (max-width: 46.875em) { 
		
	.c-page-sub__title,.c-page-sub__title_weekend
	{
		padding: 70px 5% 20px;
		font-size: 1.6rem;
		background-position-x: -300px;
	}
	
	.c-page-sub__title_weekend img{
		height: 50px;
		margin-bottom: 0;
		width: auto;
	}
	
	.c-page-sub__title_weekend .futura_b{
		font-size: 4rem;
		text-shadow: 0 0 5px #232e4d;
	}
	
	.c-page-sub__title_weekend .futura_b.president_title{
		padding-bottom: 5px;
		font-size: 3rem;
	}
	
}
