@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	border-top: none;
}

/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	padding: 0 0 20px 0;
}

/* -----------------------------------------------
main_range
----------------------------------------------- */
.sec_main_view .main_range h2 {
	overflow: hidden;
	position: relative;
}

.sec_main_view .main_range .logo_area {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0;
	text-align: center;
}

.sec_main_view .main_range .logo_area img {
	width: 100%;
}

.sec_main_view .main_range .txt_area {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

.sec_main_view .main_range .txt_area .txt_block {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	/* flex */
	display: block;
}

.sec_main_view .main_range .txt_area .txt_block .txt {
	padding: 0 0 0 0;
	color: #419cff;
	font-size: 26px;
	transform: translateY(0); 
}


/* ===============================================
sec_intro
=============================================== */
.sec_intro {
	background-color: #f2f7fb;
}

.sec_intro .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_intro .intro_range .lead_mass {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_intro .intro_range .point_mass li {
	margin: 12px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sec_intro .intro_range .point_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 8px 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	background-size: contain;
}

.sec_intro .intro_range .point_mass li .txt_area {
	padding: 2px 0 0 0;
	font-size: clamp(16px, 4vw, 26px) ;
	line-height: 1.3;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_intro .intro_range .point_mass li .txt_area .hl {
	color: #419cff;
}


/* ===============================================
sec_features
=============================================== */
.sec_features {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_features .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
	border-top: 2px solid;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_features .ttl_range {
	padding: 0 0 30px 0;
	text-align: center;
}

.sec_features .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_features .ttl_range .icon img {
	width: 60px;
	height: auto;
}

.sec_features .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 22px;
	font-weight: 600;
}

.sec_features .ttl_range h3 .note {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: super;
}

/* -----------------------------------------------
point_range
----------------------------------------------- */
.sec_features .point_range {
	margin: 30px 0 0 0;
}

.sec_features .point_range ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.sec_features .point_range li {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
}

.sec_features .point_range .point_header {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_features .point_range .point_box {
	width: 50px;
	height: 60px;
	background-color: #ff8c00;
	margin-top: 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* flex-shrink */
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.sec_features .point_range .point_label {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
}

.sec_features .point_range .point_num {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.sec_features .point_range .point_title {
	font-size: 18px;
	font-weight: 600;
	color: #419cff;
}

.sec_features .point_range .point_text {
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

/* -----------------------------------------------
note_range
----------------------------------------------- */
.sec_features .note_range {
	margin: 20px 0 0 0;
	display: block; /* PC版のflexをリセット */
}

.sec_features .note_range::before {
	display: none; /* PC版の疑似要素を非表示 */
}

.sec_features .note_range .note_text {
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none; /* PC版のflexをリセット */
}


/* ===============================================
sec_merit
=============================================== */
.sec_merit {
	margin: 0 0 0 0;
}

.sec_merit .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_merit .ttl_range {
	padding: 0 0 30px 0;
	text-align: center;
}

.sec_merit .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_merit .ttl_range .icon img {
	width: min(20vw, 107px);
}

.sec_merit .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 22px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_merit .about_range .list_mass ul {
	/* flex */
	display: block;
}

.sec_merit .about_range .list_mass li {
	width: 100%;
/*
	height: max(100%, 203px);
*/
	margin: 20px 0 0 0;
	padding: 20px 10px 20px 10px;
	border: 1px solid #419cff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_merit .about_range .list_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_merit .about_range .list_mass li .view_area {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 {
	margin: 0 0 20px 0;
	color: #419cff;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 .note {
	color: #000000;
	font-size: 12px;
}

.sec_merit .about_range .list_mass li .txt_area {
	font-size: 15px;
	line-height: 1.4;
}

.sec_merit .about_range .list_mass li sub {
	font-size: 60%;
}

.sec_merit .about_range .list_mass li .note_area {
	padding: 10px 0 0 2em;
	text-indent: -2em;
	font-size: 12px;
	line-height: 1.4;
}

/* box 3 */
.sec_merit .about_range .list_mass li:nth-child(3) {
	padding: 20px 10px 20px 10px;
}


/* ===============================================
sec_scheme
=============================================== */
.sec_scheme {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_scheme .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_scheme .ttl_range {
	padding: 0 0 30px 0;
	text-align: center;
}

.sec_scheme .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_scheme .ttl_range .icon img {
	width: min(20vw, 91px);
}

.sec_scheme .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 22px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_scheme .about_range .txt_mass {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_scheme .about_range .view_mass {
	text-align: center;
}


/* ===============================================
sec_adjust
=============================================== */
.sec_adjust {
	margin: 0 0 0 0;
}

.sec_adjust .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_adjust .ttl_range {
	padding: 0 0 30px 0;
	text-align: center;
}

.sec_adjust .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_adjust .ttl_range .icon img {
	width: min(20vw, 98px);
}

.sec_adjust .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 20px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_adjust .about_range .about_mass {
	/* flex */
	display: block;
}

.sec_adjust .about_range .about_mass .txt_area {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_adjust .about_range .about_mass .txt_area .hl {
	color: #419cff;
}

.sec_adjust .about_range .about_mass .view_area {
	text-align: center;
}


/* ===============================================
sec_japancredit
=============================================== */
.sec_japancredit {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_japancredit .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_japancredit .ttl_range {
	padding: 0 0 25px 0;
	text-align: center;
}

.sec_japancredit .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_japancredit .ttl_range .icon img {
	width: min(16vw, 78px);
}

.sec_japancredit .ttl_range h3 {
	margin: 0 0 20px 0;
	color: #419cff;
	font-size: 22px;
	font-weight: 600;
}

.sec_japancredit .ttl_range .lead_mass {
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.sec_japancredit .ttl_range .lead_mass sub {
	font-size: 60%;
}


/* ===============================================
sec_ft_pagelinks
=============================================== */
.sec_ft_pagelinks {
	background-color: #ffffff;
}

.sec_ft_pagelinks .inner_sec {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

/* -----------------------------------------------
pagelinks_range
----------------------------------------------- */
.sec_ft_pagelinks .pagelinks_range .bt_mass li {
	text-align: center;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a {
	position: relative;
	display: inline-block;
	width: max(60%, 300px); 
	margin: 0 auto;
	padding: 20px 15px 20px 0;
	border-radius: 12px;
	background: #8fc21d;
	background-size: contain;
	color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a:hover {
	opacity: 0.7;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a .txt {
	font-size: 17px;
	line-height: 1.2;
}

}/* End SP----------------------------------------------------*/