@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.l-c-box-2 p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
}

h5 {
    padding: 3%;
    background: #f0f0f0;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.1em;
	margin-bottom: 20px;
	color: #5bc4d7;
}

.heading11 {
    position: relative;
    font-size: 29px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 15px;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #fc5185;
	font-size: 30px;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #fc5185;
}


.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1em;
}

.text02 {
    font-size: 31px;
    line-height: 2;
    text-align: center;
    margin: 62px auto 27px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
}


.example4 {
    width: 60%;
    margin: auto;
}

.example5 {
    width: 70%;
    margin: auto;
}


.space {
    margin: 10%;
}

/* --YouTubeサイズ調整-- */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
	
.l-c-box-2 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
}	
	
.text01 {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 19px auto 60px;
    letter-spacing: 0.1em;
}
.text02 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 62px auto 27px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
}	
.heading11 {
    position: relative;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 56px;
}
	
h5 {
    padding: 6%;
    background: #f0f0f0;
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	color: #5bc4d7;
}
	
.example4 {
    width: 100%;
    margin: auto;
}
.example5 {
    width: 100%;
    margin: auto;
}	
.l-c-subtitle-1 {
    border-bottom: 1px solid #2e2e2e;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
	
	.l-c-ac-btn a {
    border-radius: 4px;
    display: block;
    font-size: 13px;
    /* font-size: 1rem; */
    padding: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20%;
}
.l-c-subtitle-3 {
    font-size: 17px;
    /* font-size: 1rem; */
    margin-bottom: -24px;
}	
	
}


