@charset "UTF-8";
/* ------------------------------------------------
about
------------------------------------------------*/
/* #Pagetop{
    bottom: 280px;
} */
#about #menu_Btn a:not(.current) {
    filter: brightness(1);
}
/* リード文 */
/* .lead_Wrap{
	background: url(../img/white_bg.jpg) center center no-repeat;
	background-size: cover;
} */
.lead_Wrap .intro{
	width: 100%;
    max-width: 647px;
    margin: 0 auto;
}
.about_List{
	margin-top: 30px;
}
.about_List li{
	width: 24%;
	background: #fff;
	border-radius: 10px;
	padding: 0 0 8px;
	text-align: center;
	box-shadow: rgb(208 168 0 / 15%) 0px 1px 7px 2px;
}
.about_List li h3{
	font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 10px;
    background: #013b67;
    padding: 5px 0;
	border-radius: 8px 8px 0 0;
}
.about_List li .txt{
	color: var(--basic);
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.about_List li:nth-child(1) .txt {
	margin: 18px auto 0;
}
.about_List li:nth-child(1) .txt span{
	display: block;
    width: 2px;
    height: 12px;
    margin: 10px auto;
    background: var(--basic);
}
.about_List li:nth-child(2) .txt span{
	display: block;
    width: 2px;
    height: 20px;
    margin: 5px auto;
    background: var(--basic);
	transform: rotate(45deg);
}
.about_List li:nth-child(3) .txt,
.about_List li:nth-child(4) .txt{
    margin: 38px auto;
}
.about_List li .txt small{
	font-size: 80%;
}
.about_List li:nth-child(2) .txt{
	margin-bottom: 10px;
	line-height: 1.3em;
}
.about_List li:nth-child(2) .note{
	display: inline;
}
.lead_txt{
	font-size: 15px;
	line-height: 2;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

/* ランスタとは */
.about_Wrap{
	width: 100%;
}
.about_Wrap .movie{
    position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.about_Wrap .movie iframe{
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* お申込みの流れ */
.flow_Wrap ul {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: left;
}
.flow_Wrap li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
}
.flow_Wrap li img {
	margin-right: 20px;
	position: relative;
	display: block;
	width: 100px;
}
.flow_Wrap ul li a{
	text-decoration: underline;
	transition:.2s;
}
.flow_Wrap ul li a:hover{
	opacity:0.6;
}
/*
.flow_Wrap li:after {
content: '';
position: absolute;
top: 100%;
left: 48px;
transform: translateX(-50%);
border-top: 15px solid var(--light);
border-right: 15px solid transparent;
border-left: 15px solid transparent;
}
*/
.flow_Wrap li:last-child:after {
	content: none;
}
.flow_Wrap h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0 10px;
}
.flow_Wrap h4 i {
	text-transform: uppercase;
	font-size: 2.6rem;
	font-weight: bold;
	vertical-align: -3px;
	padding-right: 10px;
	color: var(--red);
}
.flow_Wrap h4 i span{
	font-weight: bold;
	font-size: 3.2rem;
}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width: 768px) {

    /* #Pagetop {
        bottom: 7%;
    } */

	/* リード文 */
	.about_List{
		flex-wrap: wrap;
	}
	.about_List li{
		width: 48%;
		margin-bottom: 20px;
		padding: 0 0 5px;
	}
	.about_List li h3 {
		font-size: 16px;
	}
	.about_List li .txt {
		font-size: 14px;
	}
	.about_List li:nth-child(3) .txt,
	.about_List li:nth-child(4) .txt {
		margin: 20px auto;
	}
	.lead_txt {
		text-align: justify;
		font-size: 14px;
		margin-top: 10px;
	}

	/* お申込みの流れ */
	.flow_Wrap {
		width: 100%;
	}
	.flow_Wrap h2 {
		font-size: 2.2rem;
		padding: 0 15px;
	}
	.flow_Wrap ul {
		width: 100%;
		margin: 10px auto 40px;
	}
	.flow_Wrap li img {
		width: 72px;
		margin-right: 10px;
	}
	.flow_Wrap li:after {
		left: 50px;
	}
	.flow_Wrap h4 {
		font-size: 16px;
		margin:0px 0 8px;
		line-height: 2rem;
	}
	.flow_Wrap p {
		font-size: 1.4rem;
	}
	.flow_Wrap h4 i {
		font-size: 2.4rem;
		line-height: 3.4rem;
		display: block;
		margin-bottom: 0.4rem;
	}
	.flow_Wrap .btn_area {
		width: 90%;
		margin: 20px auto 0;
		text-align: center;
	}

}
