@charset "utf-8";

.sp_view { display: none; }

h2,h3,h4,h5,h6 { color: #595656; }

.title {
	margin: 0;
	padding: 0;
}

.pageTopLink {
	margin: 1% 11% 0 0;
	padding-bottom: 50px;
}

@media (min-width: 1300px) {
	#header,
	.cl_logo_area_pc {
		width: 1000px!important;
		margin: 0 auto;
	}
}

#header,
.cl_logo_area_pc {
	width: 77%;
}

.cl_logo_area_pc img {
	width: 58.6%;
	height: auto;
}

/*LP全体適用CSS*/
.lp-contents{
	max-width: 1300px;
	color: #595656;
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', sans-serif;
	overflow-x: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.4%;
}

/*header-logo*/
.header-logo {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}

.header-logo .top_logo1 {
	width: 9.8%;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: 27%;
}


/*MV*/
.mv img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*MV-catch*/
.mv-catch {
	z-index: 1;
	position: relative;
}

.mv-catch img {
	z-index: -1;
	position: absolute;
	bottom: -5%;
    right: 26.5%;
    width: 22.3%;
}


.mv-catch p {
	/*font-family: "Noto Serif JP", serif;*/
	font-family: 'Noto Sans JP','sans-serif';
	font-size: min(1.385vw,18px);
	text-align: center;
	font-weight: 500;
	line-height: 1.75;
	color: #1d1d1d;
	/*padding-top: 2%;*/
	padding-top: 3%;
	padding-bottom: 1%;
}

.mv-catch .mv-catch-title {
	font-family: 'Noto Sans JP','sans-serif';
	font-size: min(1.85vw,24px);
	font-weight: 500;
	line-height: 1.63;
	letter-spacing: normal;
	color: #464646;
	padding-top: 6%;
	padding-bottom: 0;
}

.question-area {
	margin-top: 2%;
	margin-bottom: 3%;
}

.question-area img {
	display: block;
	width: 38.17%;
	margin: 0 auto;
	cursor: pointer;
}

.question-area p {
    font-size: min(0.93vw,12px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: center;
    color: #1d1d1d;
	margin-top: 0.7%;
}


/*schedule*/
.schedule {
	width: 74.8%;
	margin: 0 auto;
	/*
	border: solid 1px #ea5512;
	border-radius: 10px;
	*/
	padding-bottom: 1.84%;
}

.schedule img {
	width: 100%;
	margin-bottom: 1.2%;
}

/*
.schedule .schedule-title {
	background-color: #ea5512;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: min(1.54vw,20px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
	padding-top: 1.4%;
	padding-bottom: 1.4%;
}
*/

.schedule div {
	width: 100%;
	margin-top: 2.84%;
	text-align: justify;
}

.schedule p {
	font-size: min(1.23vw,16px);
	font-family: 'Noto Sans JP','sans-serif';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
	white-space: nowrap;
	color: #1d1d1d;
}

.schedule div a {
	font-family: 'Noto Sans JP','sans-serif';
	font-size: min(1.23vw,16px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
	color: #456ad0;
    text-align: justify;
}

.schedule .small {
	font-size: min(0.93vw,12px);
	letter-spacing: normal;
}

.answer-login {
	margin-top: 3%;
}

/*contact*/
.contact {
	width: 67.15%;
	margin: 0 auto;
	margin-top: 3.7%;
	margin-bottom: 3.7%;
}

.contact .contact-title {
	font-family: 'Noto Sans JP','sans-serif';
	font-size: min(1.385vw,18px);
	font-weight: 500;
	line-height: 1.75;
	color: #1d1d1d;
	text-align: center;
	margin-bottom: 1%;
}

.contact p {
	font-size: min(1.077vw,14px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: justify;
    color: #595656;
}

.contact a {
	font-family: 'Noto Sans JP','sans-serif';
	color: #456ad0;
}

.border {
	border: solid 1px;
    margin: 3% 0 3% 0;
	color: #1d1d1d;
}