@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	border-top: none;
}

/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	padding: 0 0 0 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: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main_view .main_range .txt_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec_main_view .main_range .txt_area .txt_block {
	display: block;
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sec_main_view .main_range .txt_area .txt_block .txt {
/*
	position: absolute;
	top: 50%;
	right: 0;
*/
	padding: 0 30px 0 0;
	color: #419cff;
	font-size: 46px;
	transform: translateY(-25px); 
}


/* ===============================================
sec_intro
=============================================== */
.sec_intro {
	background-color: #f2f7fb;
}

.sec_intro .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 60px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_intro .intro_range .lead_mass {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_intro .intro_range .point_mass li {
	margin: 30px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.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: 50px;
	height: 50px;
	margin: 0 30px 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	background: url(../../img/page/icon/icon_check.png) no-repeat 0 0;
}

.sec_intro .intro_range .point_mass li .wr_box {
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_intro .intro_range .point_mass li .txt_area {
	font-size: 34px;
}

.sec_intro .intro_range .point_mass li .txt_area .hl {
	color: #419cff;
}

.sec_intro .intro_range .point_mass li .note_area {
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
}


/* ===============================================
sec_features
=============================================== */
.sec_features {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_features .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 60px 0;
	border-top: 2px solid ;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_features .ttl_range {
	padding: 0 0 0 0;
	text-align: center;
}

.sec_features .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_features .ttl_range .icon img {
	width: 90px;
	height: auto;
}

.sec_features .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 36px;
	font-weight: 600;
}

.sec_features .ttl_range h3 .note {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: super;
}

/* -----------------------------------------------
point_range
----------------------------------------------- */
.sec_features .point_range {
	margin: 40px 0 0 0;
}

.sec_features .point_range ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 60px;
}

.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: 20px;
}

.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: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_features .point_range .point_box {
	width: 60px;
	height: 70px;
	background-color: #ff8c00;
	margin-top: -30px;
	/* 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: 12.7px;
	font-weight: bold;
	line-height: 1.2;
}

.sec_features .point_range .point_num {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}

.sec_features .point_range .point_title {
	font-size: 29px;
	font-weight: 600;
	color: #419cff;
}

.sec_features .point_range .point_text {
	font-size: 20px;
	line-height: 1.6;
	color: #000000;
}

/* -----------------------------------------------
note_range
----------------------------------------------- */
.sec_features .note_range {
	margin: 30px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 60px;
}

.sec_features .note_range::before {
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_features .note_range .note_text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 80px; /* point_boxの幅60px + liのgap 20px = 80px */
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}


/* ===============================================
sec_merit
=============================================== */
.sec_merit {
	margin: 0 0 0 0;
}

.sec_merit .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_merit .ttl_range {
	padding: 0 0 45px 0;
	text-align: center;
}

.sec_merit .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_merit .ttl_range .icon img {
	width: 105px;
	height: auto;
}

.sec_merit .ttl_range h3 {
	margin: 0 0 20px 0;
	color: #419cff;
	font-size: 36px;
	font-weight: 600;
}

.sec_merit .ttl_range .lead_mass {
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 1.8;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_merit .about_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_merit .about_range .list_mass li {
	width: 302px;
/*
	height: max(100%, 203px);
*/
	padding: 35px 18px 20px 18px;
	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 .view_area {
	margin: 0 0 30px 0;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 {
	margin: 0 0 30px 0;
	color: #419cff;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 .note {
	color: #000000;
	font-size: 14px;
}

.sec_merit .about_range .list_mass li .txt_area {
	font-size: 18px;
	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: 14px;
	line-height: 1.4;
}

/* box 3 */
.sec_merit .about_range .list_mass li:nth-child(3) {
	padding: 52px 18px 20px 18px;
}


/* ===============================================
sec_scheme
=============================================== */
.sec_scheme {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_scheme .inner_sec {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_scheme .ttl_range {
	padding: 0 0 50px 0;
	text-align: center;
}

.sec_scheme .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_scheme .ttl_range .icon img {
	width: 90px;
	height: auto;
}

.sec_scheme .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 36px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_scheme .about_range .txt_mass {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_scheme .about_range .view_mass {
	text-align: center;
}

.sec_scheme .about_range .view_mass img {
	max-width: 100%;
	height: auto;
}


/* ===============================================
sec_adjust
=============================================== */
.sec_adjust {
	margin: 0 0 0 0;
}

.sec_adjust .inner_sec {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_adjust .ttl_range {
	padding: 0 0 50px 0;
	text-align: center;
}

.sec_adjust .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_adjust .ttl_range h3 {
	margin: 0 0 0 0;
	color: #419cff;
	font-size: 32px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_adjust .about_range .about_mass {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.sec_adjust .about_range .about_mass .txt_area {
	font-size: 18px;
	line-height: 1.8;
}

.sec_adjust .about_range .about_mass .txt_area .hl {
	color: #419cff;
}


/* ===============================================
sec_japancredit
=============================================== */
.sec_japancredit {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_japancredit .inner_sec {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_japancredit .ttl_range {
	padding: 0 0 35px 0;
	text-align: center;
}

.sec_japancredit .ttl_range .icon {
	margin: 0 0 20px 0;
}

.sec_japancredit .ttl_range h3 {
	margin: 0 0 20px 0;
	color: #419cff;
	font-size: 36px;
	font-weight: 600;
}

.sec_japancredit .ttl_range .lead_mass {
	margin: 0 0 0 0;
	font-size: 18px;
	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: 60px 0 60px 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: 630px;
	margin: 0 auto;
	padding: 35px 0 35px 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: 25px;
	width: 14px;
	height: 14px;
	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: 30px;
	line-height: 1.2;
}
