@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	display: flex;
	justify-content: space-between;
	padding: 22px 20px;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
	background: #fff;
	width: 100%;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
		padding: 0.10rem 0.15rem;
	}
}

header .logo_box {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	header .logo_box {
		display: block;
		width: 50%;
	}

	header .logo_box .logo {
		width: 1rem;
	}

}


header .logo_box p {
	border-left: 1px solid #C6C6C6;
	box-sizing: border-box;
	padding: 0.10rem 0.2rem;
	font-size: 0.13rem;
}

@media screen and (max-width: 640px) {
	header .logo_box p {
		border-left: none;
		padding: 0.10rem 0;
		font-size: 0.10rem;
	}

	header .glo_navi {
		width: 50%;
	}
}


header .glo_navi .list {
	display: flex;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list {
		justify-content: space-between;
	}
}


header .glo_navi .list .link {
	margin: 0 14px;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link {
		width: 48%;
		margin: 0;
	}
}


header .glo_navi .list .link a {
	display: block;
	text-align: center;
	background: rgb(47, 121, 250);
	background: linear-gradient(180deg, rgba(47, 121, 250, 1) 0%, rgba(43, 178, 233, 1) 100%);
	color: #fff;
	font-size: 0.15rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	padding: 0.1rem 0.20rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link a {
		font-size: 0.11rem;
		border-radius: 0.1rem;
		box-sizing: border-box;
		padding: 0.10rem 0;
		line-height: 1.5
	}
}


header .glo_navi .list .link a:hover {
	opacity: 0.7;
}

/* --------- 以下、必要に応じて有効化 ---------- */

@media screen and (max-width: 640px) {
	header {
		height: 0.80rem;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: transform 0.5s 0.3s;
	}

	/* header.hide {
		transform: translateY(-1.50rem);
	} */
}

header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/*============================
フッター
============================*/
footer {
	padding-top: 1.3rem;
}

footer .logo {
	text-align: center;
	margin-bottom: 0.5rem;
}

.copyright {
	padding: 0.30rem 0;
	text-align: center;
	border-top: 1px solid #707070;
	max-width: 8.00rem;
	margin: auto;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	padding-top: 0.86rem;
	margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
	#mv {
		background: none;
		padding-top: 0;
		margin-top: 0.80rem;
	}
}

#mv .lead {
	position: relative;
	left: -0.67rem;
	max-width: 9.5rem;
}

#mv .btn {
	position: absolute;
	right: 0.30rem;
	bottom: 0.68rem;
}

#mv .btn .list {
	display: flex;
}

#mv .btn .list .item {
	width: 4.04rem;
	margin: 0 14px;
}

#mv .btn .list .item a {
	display: block;
	text-align: center;
	background: rgb(47, 121, 250);
	background: linear-gradient(180deg, rgba(47, 121, 250, 1) 0%, rgba(43, 178, 233, 1) 100%);
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.50rem;
	box-sizing: border-box;
	padding: 0.20rem 0;
}


/*============================
リード
============================*/
#top_lead {
	padding-top: 0.90rem;
	/* padding-bottom: 1.20rem; */
}

#top_lead .sec_title {
	font-size: 0.40rem;
	font-weight: bold;
	line-height: 1.65;
	text-align: center;
	margin-bottom: 0.75rem;
}

@media screen and (max-width: 640px) {
	#top_lead .sec_title {
		font-size: 0.24rem;
		margin-bottom: 0.30rem;
	}
}

#top_lead .sec_title span {
	border-bottom: 0.04rem solid #0080C8;
}

@media screen and (max-width: 640px) {}


#top_lead .lead {
	font-size: 0.20rem;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
	#top_lead .lead {
		font-size: 0.16rem;
		margin-bottom: 0.4rem;
		text-align: left;
	}
}


#top_lead .text_wrap {
	position: relative;
}

/* リンク */
#top_lead .text_wrap .link_box {
	max-width: 6.60rem;
	margin: auto;
	margin-bottom: 1rem;
}

#top_lead .text_wrap .link_box a {
	display: block;
	width: 100%;
	color: #8D8D8D;
	border: 1px solid #707070;
	box-sizing: border-box;
	padding: 0.60rem;
	line-height: 1.5;
	font-size: 0.40rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#top_lead .text_wrap .link_box a {
		box-sizing: border-box;
		padding: 0.30rem;
		line-height: 1.5;
		font-size: 0.18rem;
		font-weight: bold;
		text-align: center;
		width: 80%;
		margin: auto;
	}
}


#top_lead .text_wrap .link_box a:hover {
	opacity: 0.7;
}

#top_lead .text_wrap .ph01 {
	position: absolute;
	left: 0;
	top: 0.30rem;
}

@media screen and (max-width: 640px) {
	#top_lead .text_wrap .ph01 {
		width: 0.81rem;
		top: 1.4rem;
	}

	#top_lead .text_wrap .ph01 img {
		width: 100%;
	}
}

#top_lead .text_wrap .ph02 {
	position: absolute;
	right: 0;
	top: 0.80rem;
}

@media screen and (max-width: 640px) {
	#top_lead .text_wrap .ph02 {
		width: 0.74rem;
		top: 1.5rem;
	}

	#top_lead .text_wrap .ph02 img {
		width: 100%;
	}
}


#top_lead .btn_wrap {
	background-color: #F7F7F7;
	background-image: url(../img/top_lead_kanten_bg.png);
	background-repeat: no-repeat;
	background-size: 95% 100%;
	background-position: center;
	box-sizing: border-box;
	padding-bottom: 1.20rem;
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap {
		background: #F7F7F7;
		padding-bottom: 0.40rem;
	}
}


#top_lead .btn_wrap .title {
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
	top: -0.40rem
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap .title {
		font-size: 0.18rem;
	}
}

#top_lead .btn_wrap .title span {
	background-color: #0080C8;
	display: inline-block;
	box-sizing: border-box;
	padding: 0.10rem 0.80rem 0.20rem;
	border-radius: 0.50rem;
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap .title span {
		width: 100%;
		padding: 0.1rem 0 0.13rem;
	}
}


#top_lead .btn_wrap .title span em {
	font-size: 0.60rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap .title span em {
		font-size: 0.35rem;
	}
}

#top_lead .btn_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap .list {
		justify-content: center;
	}
}


#top_lead .btn_wrap .list .item {
	width: 20%;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#top_lead .btn_wrap .list .item {
		width: 48%;
		margin: 0 1%
	}
}


#top_lead .btn_wrap .list .item a {
	display: block;
	max-width: 2.5rem;
	margin: auto;
}

#top_lead .btn_wrap .list .item a:hover {
	opacity: 0.7;
}

/*============================
比較共通
============================*/
.hikaku_title_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	.hikaku_title_wrap {
		flex-wrap: wrap;
	}
}

.hikaku_title_wrap .hikaku {
	font-size: 0.22rem;
}

@media screen and (max-width: 640px) {
	.hikaku_title_wrap .hikaku {
		font-size: 0.15rem;
	}
}

.hikaku_title_wrap .no {
	font-size: 0.52rem;
	font-weight: bold;
	padding-left: 0.10rem;
	padding-right: 0.15rem;
}

@media screen and (max-width: 640px) {
	.hikaku_title_wrap .no {
		font-size: 0.37rem;
	}
}

.hikaku_title_wrap .title {
	font-size: 0.34rem;
	font-weight: bold;
	color: #0080C8;
}

@media screen and (max-width: 640px) {
	.hikaku_title_wrap .title {
		font-size: 0.24rem;
		width: 100%;
		text-align: center;
	}
}

.title_memo {
	font-size: 0.30rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.title_memo {
		font-size: 0.18rem;
		line-height: 1.65;
	}
}


/* サブタイトル */
.sub_title_wrap {
	margin-top: 0.60rem;
	margin-bottom: 0.70rem;
}

@media screen and (max-width: 640px) {
	.sub_title_wrap {
		margin-top: 0.30rem;
		margin-bottom: 0.40rem;
	}
}


.sub_title_wrap .sub_title {
	font-size: 0.40rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.sub_title_wrap .sub_title {
		font-size: 0.24rem;
		line-height: 1.5;
	}
}

.sub_title_wrap .sub_title span {
	border-bottom: 2px solid #707070;
	padding-bottom: 0.1rem;
	margin-bottom: 0.10rem;
	box-sizing: border-box;
	padding-left: 0.30rem;
	padding-right: 0.30rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sub_title_wrap .sub_title span {
		border: none;
		padding: 0;
		display: block;
	}

	.sub_title_wrap .sub_title em {
		width: 100%;
		height: 1px;
		background: #707070;
		display: block;
	}
}


.sub_title_wrap .sub_title span::before {
	content: '';
	width: 0.44rem;
	height: 0.58rem;
	background-image: url(../img/hikaku_subtitle_icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: -0.40rem;
	top: 0.39rem
}

@media screen and (max-width: 640px) {
	.sub_title_wrap .sub_title span::before {
		width: 0.21rem;
		height: 0.28rem;
		left: -0.10rem;
		top: auto;
		bottom: -24px;
	}
}


.sub_title_wrap .sub_title span::after {
	content: '';
	width: 0.44rem;
	height: 0.58rem;
	background-image: url(../img/hikaku_subtitle_icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: -0.40rem;
	top: 0.37rem
}

@media screen and (max-width: 640px) {
	.sub_title_wrap .sub_title span::after {
		width: 0.21rem;
		height: 0.28rem;
		right: -0.10rem;
		top: auto;
		bottom: -24px;
	}
}


/* ポイント */
.point {
	position: relative;
}

.point::after {
	content: '';
	width: 100%;
	height: 2.25rem;
	/* background-color: #DCE4E9; */
	background-image: url(../img/section_separate.png);
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
	top: -0.7rem;
	z-index: 0;
	margin-bottom: -0.70rem;
}

@media screen and (max-width: 640px) {
	.point::after {
		content: none;
	}
}


.point .point_wrap {
	max-width: 8.90rem;
	margin-left: auto;
	margin-right: 0;
	background-color: #fff;
	border: 3px dotted #0080C8;
	border-radius: 0.17rem;
	padding: 0.30rem 0.20rem 0.60rem 0.70rem;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.point .point_wrap {
		padding: 0.30rem 0.20rem 0.30rem;
	}
}


.point .point_wrap .title_wrap {
	margin-bottom: 0.15rem;
}

.point .point_wrap .title_wrap .houjin {
	font-size: 0.18rem;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.point .point_wrap .title_wrap .houjin {
		text-align: center;
		padding-left: 0.05rem;
	}
}


.point .point_wrap .title_wrap .title {
	font-size: 0.24rem;
}

.point .point_wrap .title_wrap .title span {
	font-size: 0.24rem;
	width: 2.95rem;
	text-align: center;
	display: block;
	background: #0080C8;
	color: #fff;
	padding: 0.10rem 0;
	margin-left: -0.70rem;
}

@media screen and (max-width: 640px) {
	.point .point_wrap .title_wrap .title span {
		width: 100%;
		padding-left: 0.7rem;
		box-sizing: border-box;
		margin-left: -20px;
		width: calc(100% + 0.4rem);
	}

}


/* 人 */
.point .ph_wrap {
	position: absolute;
	bottom: -0.80rem;
	left: -0.8rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.point .ph_wrap {
		bottom: auto;
		top: 0.10rem;
		left: 0.2rem;
	}
}

.point .ph_wrap img {
	max-width: 2.00rem;
}

/*============================
比較01
============================*/
#hikaku_01 {
	background-image: url(../img/sec_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_01 {
		padding-top: 0.30rem;
		background-image: url(../img/sec_bg01_sp.png);
	}
}


#hikaku_01 .sean_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#hikaku_01 .sean_wrap .list .item {
	width: 30%;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .sean_wrap .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}

#hikaku_01 .sean_wrap .list .item .title_wrap {
	display: flex;
	width: 100%;
}

#hikaku_01 .sean_wrap .list .item .title_wrap .no {
	width: 0.47rem;
	font-size: 0.24rem;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0.10rem 0 0.12rem;
}

#hikaku_01 .sean_wrap .list .item .title_wrap .title {
	font-size: 0.24rem;
	font-weight: bold;
	background: #0080C8;
	color: #fff;
	text-align: center;
	width: calc(100% - 0.47rem);
	padding: 0.10rem 0 0.12rem;
}

#hikaku_01 .sean_wrap .list .item .text_top {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1.65;
	box-sizing: border-box;
	padding: 0.18rem 0 0.21rem;
}

#hikaku_01 .sean_wrap .list .item .ph_wrap {
	width: 100%;
	height: 1.30rem;
	position: relative;
}

#hikaku_01 .sean_wrap .list .item .ph_wrap img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#hikaku_01 .sean_wrap .list .item .text_bottom {
	text-align: center;
	font-size: 0.15rem;
	line-height: 1.65;
	box-sizing: border-box;
	padding-top: 0.28rem;
}

#hikaku_01 .sean_wrap .bottom_text {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
	padding-top: 0.60rem;
	margin-bottom: 0.66rem;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .sean_wrap .bottom_text {
		padding-top: 0;
		margin-bottom: 0.4rem;
		font-size: 0.16rem;
		text-align: left;
	}
}

#hikaku_01 .point_wrap .lead {
	font-size: 0.18rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .point_wrap .lead {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}


#hikaku_01 .point_wrap .lead span {
	font-size: 0.28rem;
	border-bottom: 3px solid #0080C8;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .point_wrap .lead span {
		font-size: 0.24rem;
	}
}

#hikaku_01 .point_wrap h4 {
	font-size: 0.22rem;
	margin-bottom: 0.25rem;
	font-weight: bold;
}


#hikaku_01 .point_wrap .list .item {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .point_wrap .list .item {
		line-height: 1.5;
		padding-left: 0.3rem;
		text-indent: -0.15rem;
	}
}

#hikaku_01 .point_wrap .list .item span {
	font-size: 0.15rem;
	display: inline-block;
	font-weight: normal;
	background-color: #B2D9EE;
	border-radius: 0.18rem;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem;
	margin-left: 0.15rem;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .point_wrap .list .item span {
		margin-top: 0.10rem;
	}
}


#hikaku_01 .point_wrap small {
	font-size: 0.12rem;
	margin-top: 0.50rem;
	display: block;
	line-height: 1.5;
}


#hikaku_01 .point_wrap .list .item::before {
	content: '●';
	color: #0080C8;
	display: inline-block;
	font-size: 0.18rem;
	padding-right: 0.10rem;
}

#hikaku_01 .point_wrap .text {
	font-size: 0.18rem;
	font-weight: normal;
	margin: 0.27rem 0;
}

@media screen and (max-width: 640px) {
	#hikaku_01 .point_wrap .text {
		line-height: 1.65;
	}
}


/*============================
比較02
============================*/
#hikaku_02 {
	background-image: url(../img/sec_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 {
		padding-top: 0.30rem;
		background-image: url(../img/sec_bg01_sp.png);
		margin-top: 0.50rem;
	}
}

#hikaku_02 .top_lead {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .top_lead {
		font-size: 0.18rem;
		line-height: 2;
		margin-top: 0.10rem;
	}
}


#hikaku_02 .point_wrap .list .item {
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}

#hikaku_02 .point_wrap .list .item span {
	font-size: 0.15rem;
	display: inline-block;
	font-weight: normal;
	background-color: #B2D9EE;
	border-radius: 0.18rem;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem;
	margin-left: 0.15rem;
}

#hikaku_02 .point_wrap .list .item::before {
	content: '●';
	color: #0080C8;
	display: inline-block;
	font-size: 0.18rem;
	padding-right: 0.10rem;
}

#hikaku_02 .point_wrap .lead {
	font-size: 0.18rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .point_wrap .lead {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
}


#hikaku_02 .point_wrap .lead span {
	font-weight: bold;
}

#hikaku_02 .point_wrap .lead span {
	font-size: 0.28rem;
	border-bottom: 3px solid #0080C8;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .point_wrap .lead span {
		font-size: 0.24rem;
	}
}


@media screen and (max-width: 640px) {
	#hikaku_02 .in_small.judenki {
		width: 100%;
		padding: 0;
	}
}


#hikaku_02 .judenki_wrap {
	width: 100%;
	margin-bottom: 0.80rem;
}

#hikaku_02 .judenki_wrap .title_wrap {
	display: flex;
	justify-content: space-between;
}

#hikaku_02 .judenki_wrap .title_wrap .title {
	color: #fff;
	background-color: #333333;
	font-size: 0.24rem;
	font-weight: bold;
	padding: 0.18rem 0;
	text-align: center;
	width: calc(50% - 0.005rem);
}

#hikaku_02 .judenki_wrap .cont_wrap .cont_title {
	color: #fff;
	background-color: #0080C8;
	font-size: 0.21rem;
	font-weight: bold;
	padding: 0.13rem 0;
	text-align: center;
	position: relative;
}


/* アイコン */
#hikaku_02 .judenki_wrap .cont_wrap .cont_title .acc_icon {
	width: 0.20rem;
	height: 0.20rem;
	position: absolute;
	right: 0.20rem;
	top: 0.25rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .cont_wrap .cont_title .acc_icon {
		width: 0.14rem;
		height: 0.14rem;
		right: 0.14rem;
		top: 50%;
		transform: translateY(-50%);
	}

	#hikaku_02 .judenki_wrap .cont_wrap .cont_title .acc_icon::before {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.3s;
	}

	#hikaku_02 .judenki_wrap .cont_wrap .cont_title .acc_icon::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#hikaku_02 .judenki_wrap .cont_wrap .cont_title.open .acc_icon::before {
		transform: translate(-50%, -50%) rotate(90deg);
	}

}


#hikaku_02 .judenki_wrap .list {
	display: flex;
	justify-content: space-between;
	background-color: #F2F2F2;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list_wrap {
		display: none;
	}
}


#hikaku_02 .judenki_wrap .list .item {
	padding: 0.30rem;
	box-sizing: border-box;
	width: 50%;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item {
		padding: 0.15rem;
	}
}


#hikaku_02 .judenki_wrap .list .item:first-child {
	border-right: 1px solid #000;
}

#hikaku_02 .judenki_wrap .list .item .text {
	font-size: 0.18rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item .text {
		font-size: 0.15rem;
	}
}

#hikaku_02 .judenki_wrap .list .item .text em {
	width: 1rem;
	display: inline-block;
}
@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item .text em {
		width: auto;
	}
}


#hikaku_02 .judenki_wrap .list .item strong {
	display: flex;
	font-size: 0.20rem;
	
	line-height: 1.65;
	margin-bottom: 0.20rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item strong {
		font-size: 0.18rem;
		display: block;
		text-indent: -0.33rem;
		padding-left: 0.3rem;
		margin-bottom: 0.1rem;
	}
}


#hikaku_02 .judenki_wrap .list .item strong::before {
	content: '';
	display: inline-block;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../img/hikaku_curos.svg) no-repeat center;
	background-size: cover;
	margin-right: 0.10rem;
	box-sizing: border-box;
	margin-top: 0.02rem;
	position: relative;
	top: 0.03rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item strong::before {
		width: 0.21rem;
		height: 0.21rem;
		background-size: contain;
		position: relative;
		top: 0.05rem;
	}
}



#hikaku_02 .judenki_wrap .list .item .merit::before {
	background-image: url(../img/hikaku_maru.svg);
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item .merit::before {
		width: 0.21rem;
		height: 0.21rem;
		background-size: contain;
		position: relative;
		top: 0.05rem;
	}
}

#hikaku_02 .judenki_wrap .list .item small {
	font-size: 0.12rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
	display: block;
}

#hikaku_02 .judenki_wrap .list .item small.kome {
	display: inline-block;
}

#hikaku_02 .judenki_wrap .list .item small.memo {
	margin-top:-0.20rem;
}

#hikaku_02 .judenki_wrap .list .item .bottom_text {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list .item .bottom_text {
		font-size: 0.15rem;
	}
}


#hikaku_02 .judenki_wrap .list .item .bottom_text span {
	display: inline-block;
	background: #fff;
	border: 1px solid #0080C8;
	border-radius: 0.20rem;
	box-sizing: border-box;
	padding: 0.02rem 0.15rem;
	margin-right: 0.10rem;
}

/* 設置スペース */
#hikaku_02 .judenki_wrap .list.space .item .text_box {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 0.10rem;
	padding: 0.15rem 0.25rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list.space .item .text_box {
		padding: 0.15rem;
	}
}


#hikaku_02 .judenki_wrap .list.space .item .text_box h5 {
	font-size: 0.18rem;
	line-height: 1.6;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list.space .item .text_box h5 {
		font-size: 0.15rem;
	}
}


#hikaku_02 .judenki_wrap .list.space .item .text_box p {
	font-size: 0.15rem;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list.space .item .text_box p {
		font-size: 0.14rem;
	}
}


/* 仕様・価格まとめ */
#hikaku_02 .judenki_wrap .list.siyou .item .plice {
	font-weight: bold;
	font-size: 0.24rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list.siyou .item .plice {
		font-size: 0.16rem;
		padding-bottom: 0.20rem;
	}
}


#hikaku_02 .judenki_wrap .list.siyou .item .plice span {
	font-size: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_02 .judenki_wrap .list.siyou .item .plice span {
		font-size: 0.16rem;
		display: block;
		margin-bottom: 0.10rem;
	}
}

/*============================
比較03
============================*/
#hikaku_03 {
	background-image: url(../img/sec_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 {
		padding-top: 0.30rem;
		background-image: url(../img/sec_bg01_sp.png);
		margin-top: 0.50rem;
	}
}

#hikaku_03 .top_lead {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .top_lead {
		font-size: 0.18rem;
	}
}

#hikaku_03 .point_wrap .list .item {
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}

#hikaku_03 .point_wrap .list .item span {
	font-size: 0.15rem;
	display: inline-block;
	font-weight: normal;
	background-color: #B2D9EE;
	border-radius: 0.18rem;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem;
	margin-left: 0.15rem;
}

#hikaku_03 .point_wrap .list .item::before {
	content: '●';
	color: #0080C8;
	display: inline-block;
	font-size: 0.18rem;
	padding-right: 0.10rem;
}

#hikaku_03 .point_wrap .lead {
	font-size: 0.18rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
	line-height: 2;
}

#hikaku_03 .point_wrap .lead span {
	font-weight: bold;
}

#hikaku_03 .point_wrap .lead span {
	font-size: 0.28rem;
	border-bottom: 3px solid #0080C8;
}

#hikaku_03 .dounyu_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.40rem;
}

#hikaku_03 .dounyu_wrap .dounyu_box {
	width: 47%;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .dounyu_wrap .dounyu_box {
		width: 100%;
	}
}


#hikaku_03 .dounyu_wrap .dounyu_box h4 {
	font-size: 0.21rem;
	font-weight: bold;
	color: #fff;
	background: #0080C8;
	text-align: center;
	padding: 0.13rem 0;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .dounyu_wrap .dounyu_box h4 {
		font-size: 0.2rem;
	}
}



#hikaku_03 .dounyu_wrap .dounyu_box .list {
	font-size: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .dounyu_wrap .dounyu_box .list {
		font-size: 0.16rem;
	}
}


#hikaku_03 .dounyu_wrap .dounyu_box .list .item {
	border-bottom: 1px solid #707070;
	padding: 15px 0;
	line-height: 1.5;
}

#hikaku_03 .dounyu_wrap .dounyu_box .list .item span {
	background-color: #FFDD00;
	color: #0080C8;
	display: inline-block;
	margin-left: 0.10rem;
	padding: 0 0.05rem;
}

/* 
#hikaku_03 .dounyu_wrap .dounyu_box table {
	width: 100%;
	border-collapse: collapse;
}

#hikaku_03 .dounyu_wrap .dounyu_box tr {
	width: 100%;
	border-bottom: 1px solid #707070;
}

#hikaku_03 .dounyu_wrap .dounyu_box th {
	width: 30%;
	text-align: left;
	padding: 15px 0;
	font-size: 0.20rem;
	font-weight: normal;
}

#hikaku_03 .dounyu_wrap .dounyu_box th span {
	color: #0080C8;
}

#hikaku_03 .dounyu_wrap .dounyu_box td {
	width: 70%;
	padding: 15px 0;
	font-size: 0.20rem;
}

#hikaku_03 .dounyu_wrap .dounyu_box td span {
	color: #0080C8;
} */

#hikaku_03 small {
	font-size: 0.12rem;
	line-height: 2;
	margin-top: 0.20rem;
	margin-bottom: 0.50rem;
	display: block;
}

@media screen and (max-width: 640px) {
	#hikaku_03 small {
		margin-bottom: 0.30rem;
	}
}


#hikaku_03 .point_three {
	font-size: 0.20rem;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_three {
		font-size: 0.16rem;
	}
}


#hikaku_03 .point_three span {
	background-color: #FFDD00;
	color: #0080C8;
	display: inline-block;
	margin: 0 0.10rem;
	padding: 0 0.05rem;
	box-sizing: border-box;
}


#hikaku_03 .point_three strong {
	font-size: 0.24rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_three strong {
		font-size: 0.18rem;
	}
}


#hikaku_03 .point_box {
	margin-top: 0.7rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box {
		margin-top: 0.3rem;
	}
}

#hikaku_03 .point_box .point_title_wrap {
	display: flex;
	width: 100%;
}

#hikaku_03 .point_box .point_title_wrap .no {
	width: 0.47rem;
	font-size: 0.24rem;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0.10rem 0 0.12rem;
}

#hikaku_03 .point_box .point_title_wrap .title {
	font-size: 0.24rem;
	font-weight: bold;
	background: #0080C8;
	color: #fff;
	width: calc(100% - 0.47rem);
	padding: 0.10rem 0 0.12rem;
	padding-left: 0.20rem;
}

#hikaku_03 .point_box .point_lead {
	font-size: 0.15rem;
	line-height: 2;
	padding: 0.30rem 0 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point_lead {
		padding: 0.30rem 0 0.30rem;
	}
}


#hikaku_03 .point_box .keiyaku {
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .keiyaku {
		font-size: 0.20rem;
		line-height: 1.6;
	}
}


/* ポイント01 */
#hikaku_03 .point_box .point01 .cont_box {
	display: flex;
	flex-wrap: wrap;
}

#hikaku_03 .point_box .point01 .cont_box .img_wrap {
	max-width: 5.00rem;
	width: 100%;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point01 .cont_box .img_wrap {
		margin-bottom: 0.30rem;
	}
}


#hikaku_03 .point_box .point01 .cont_box .text_wrap {
	padding-left: 0.20rem;
	box-sizing: border-box;
}

#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box {
		margin-bottom: 0.20rem;
	}
}

#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box .cont_title {
	font-size: 0.21rem;
	font-weight: bold;
	margin-bottom: 0.24rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box .cont_title {
		font-size: 0.18rem;
		margin-bottom: 0.20rem;
	}
}


#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box p {
	font-size: 0.15rem;
	padding-left: 0.10rem;
	text-indent: -0.15rem;
	line-height: 1.65;
	font-weight: normal;
}

#hikaku_03 .point_box .point01 .cont_box .text_wrap .text_box p.no_indent {
	padding-left: 0;
	text-indent: 0;
}


#hikaku_03 .point_box .ph_wrap {
	left: -1.3rem;
	bottom: auto;
	top: 0.8rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .ph_wrap {
		bottom: auto;
		top: 0.1rem;
		left: 0;
	}
}


/* ポイント02 */
#hikaku_03 .point_box .point02 .list_box {
	margin-bottom: 0.2rem;
}

#hikaku_03 .point_box .point02 .list_box .item {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.65;
	padding-left: 0.24rem;
	text-indent: -0.24rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point02 .list_box .item {
		font-size: 0.18rem;
		padding-left: 0.18rem;
		text-indent: -0.18rem;
		margin-bottom: 0.10rem;
	}
}

#hikaku_03 .point_box .point02 .list_box .item:last-child {
	font-size: 0.18rem;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point02 .list_box .item:last-child {
		font-size: 0.16rem;
		padding-left: 0;
		text-indent: 0;
	}
}


#hikaku_03 .point_box .point02 .cont_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.2rem;
}

#hikaku_03 .point_box .point02 .cont_box .text_box {
	max-width: 3.50rem;
}

#hikaku_03 .point_box .point02 .cont_box .text_box .cont_title {
	font-size: 0.21rem;
	font-weight: bold;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point02 .cont_box .text_box .cont_title {
		font-size: 0.16rem;
	}
}


#hikaku_03 .point_box .point02 .cont_box .text_box p {
	font-size: 0.15rem;
	line-height: 1.8;
}

#hikaku_03 .point_box .point02 .cont_box .img_wrap {
	max-width: 2.60rem;
	margin-left: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .point_box .point02 .cont_box .img_wrap {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}
}

/* しかし */
#hikaku_03 .but .shikashi {
	position: absolute;
	top: -1.00rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	#hikaku_03 .but .shikashi {
		position: static;
		transform: translateX(0);
		width: 1.83rem;
		text-align: center;
		margin: auto;
		margin-top: 0.20rem;
	}
}

#hikaku_03 .but .list {
	padding-top: 0.80rem;
	width: 4.30rem;
	margin: auto;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .but .list {
		padding-top: 0;
		width: 100%;
		margin-top: -0.50rem;
	}
}


#hikaku_03 .but .list .item {
	font-size: 0.20rem;
	font-weight: bold;
	padding: 0.20rem 0;
	border-bottom: 1px dotted #000;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .but .list .item {
		font-size: 0.16rem;
	}
}


#hikaku_03 .but .list .item:first-child {
	border-top: 1px dotted #000;
}

#hikaku_03 .but .bottom_arrow {
	text-align: center;
}

#hikaku_03 .but .people_img {
	bottom: 0;
	left: 0;
	position: absolute;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .but .people_img {
		position: relative;
		text-align: center;
		width: 1.13rem;
		top: -0.5rem;
		left: 35%;

	}
}


/* おまかせ */
#hikaku_03 .omakase {
	background: #0080C8;
	padding-bottom: 0.90rem;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

#hikaku_03 .omakase .sankaku {
	padding-bottom: 0.60rem;
	text-align: center;
}

#hikaku_03 .omakase .title {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.30rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .omakase .title {
		font-size: 0.22rem;
	}
}


#hikaku_03 .omakase .lead {
	font-size: 0.20rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.50rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .omakase .lead {
		font-size: 0.16rem;
		text-align: left;
		font-weight: 500;
		line-height: 2;
	}
}


#hikaku_03 .omakase .list {
	max-width: 7.50rem;
	margin: auto;
	margin-bottom: 0.30rem;
}

#hikaku_03 .omakase .list .item {
	font-size: 0.20rem;
	font-weight: 500;
	margin-bottom: 0.10rem;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .omakase .list .item {
		font-size: 0.16rem;
		padding-left: 0.16rem;
		text-indent: -0.16rem;
	}
}


#hikaku_03 .omakase .note {
	font-size: 0.15rem;
	line-height: 1.5;
	margin-bottom: 0.50rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .omakase .note {
		text-align: left;
		line-height: 2;
	}
}


#hikaku_03 .omakase .btn {
	max-width: 5.12rem;
	width: 100%;
	margin: auto;
}

#hikaku_03 .omakase .btn a {
	display: block;
	text-align: center;
	background: rgb(47, 121, 250);
	background: linear-gradient(180deg, rgba(47, 121, 250, 1) 0%, rgba(43, 178, 233, 1) 100%);
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	padding: 0.25rem 0;
	border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
	#hikaku_03 .omakase .btn a {
		font-size: 0.18rem;
	}
}


#hikaku_03 .omakase .btn a:hover {
	opacity: 0.7;
}

/*============================
比較04
============================*/
#hikaku_04 {
	background-image: url(../img/sec_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 {
		padding-top: 0.30rem;
		background-image: url(../img/sec_bg01_sp.png);
	}
}

#hikaku_04 .point_box {
	margin-top: 0.65rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box {
		margin-bottom: 0.35rem;
	}
}


/* タイトル */
#hikaku_04 .point_box .point_title_wrap {
	display: flex;
	background-color: #0080C8;
	padding: 0.10rem 0.20rem;
	align-items: center;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .point_title_wrap {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
}


#hikaku_04 .point_box .point_title_wrap .title {
	font-size: 0.21rem;
	font-weight: bold;
	color: #fff;
	padding-right: 0.40rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .point_title_wrap .title {
		font-size: 0.2rem;
		padding-left: 0;
		margin-bottom: 0.10rem;
	}
}


#hikaku_04 .point_box .point_title_wrap .list {
	display: flex;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .point_title_wrap .list {
		flex-wrap: wrap;
	}
}


#hikaku_04 .point_box .point_title_wrap .list .item {
	font-size: 0.16rem;
	background: #fff;
	width: 1.52rem;
	text-align: center;
	margin: 0 0.1rem;
	padding: 0.05rem 0 0.07rem;
	border-radius: 0.3rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .point_title_wrap .list .item {
		width: auto;
		margin: 0 0.1rem;
		box-sizing: border-box;
		width: 1.4rem;
		margin-left: 0;
		margin-bottom: 0.1rem;
	}
}

#hikaku_04 .point_box .point_lead {
	font-size: 0.15rem;
	line-height: 1.65;
	box-sizing: border-box;
	padding: 0.40rem 0;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .point_lead {
		padding: 0.20rem 0;
	}
}


/* コンテンツ */
#hikaku_04 .point::after {
	top: 0;
	margin-top: -0.5rem;
	margin-bottom: 0;
}

#hikaku_04 .point .point_wrap {
	height: 100%;
	padding-bottom: 0.40rem;
	display: flex;
	flex-wrap: wrap;
}


#hikaku_04 .point .ph_wrap {
	bottom: 0;
	top: 0.7rem;
	left: -1.50rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point .ph_wrap {
		bottom: auto;
		top: 0rem;
		left: 0;
	}
}


#hikaku_04 .point .ph_wrap.people01 {
	bottom: -2.50rem;
}



#hikaku_04 .point_box .cont_wrap {
	/* display: flex;
	justify-content: space-around; */
}


#hikaku_04 .point_box .left_box {
	width: 45%;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .left_box {
		width: 100%;
	}
}

#hikaku_04 .point_box .left_box .konna {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .left_box .konna {
		font-size: 0.2rem;
	}
}

#hikaku_04 .point_box .left_box .list .item {
	font-size: 0.18rem;
	font-weight: bold;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
	line-height: 1.65;
	position: relative;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .left_box .list .item {
		font-size: 0.16rem;
	}
}

#hikaku_04 .point_box .left_box .list .item::before {
	content: '';
	width: 0.10rem;
	height: 0.10rem;
	background-color: #0080C8;
	display: inline-block;
	border-radius: 0.2rem;
	margin-right: 0.10rem;
}

#hikaku_04 .point_box .right_box {
	box-sizing: border-box;
	padding-left: 0.40rem;
	width: 55%;
}

@media screen and (max-width: 640px) {
	#hikaku_04 .point_box .right_box {
		width: 100%;
		padding-left: 0;
	}
}





/*============================
比較05
============================*/
#hikaku_05 {
	background-image: url(../img/sec_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 {
		padding-top: 0.30rem;
		background-image: url(../img/sec_bg01_sp.png);
	}
}

#hikaku_05 .sean_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#hikaku_05 .sean_wrap .list .item {
	width: 30%;
}

#hikaku_05 .sean_wrap .list .item .title_wrap {
	display: flex;
	width: 100%;
}

#hikaku_05 .sean_wrap .list .item .title_wrap .no {
	width: 0.47rem;
	font-size: 0.24rem;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0.10rem 0 0.12rem;
}

#hikaku_05 .sean_wrap .list .item .title_wrap .title {
	font-size: 0.24rem;
	font-weight: bold;
	background: #0080C8;
	color: #fff;
	text-align: center;
	width: calc(100% - 0.47rem);
	padding: 0.10rem 0 0.12rem;
}

/* エネルギーマネジメントとは？ */
#hikaku_05 .how {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .how {
		margin-bottom: 0.3rem;
	}
}


#hikaku_05 .how .title {
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .how .title {
		font-size: 0.18rem;
	}
}


#hikaku_05 .how .text {
	font-size: 0.15rem;
	line-height: 1.75;

}

#hikaku_05 .cont_wrap {
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap {
		margin-bottom: 0;
	}
}


#hikaku_05 .cont_wrap .title {
	font-size: 0.21rem;
	font-weight: bold;
	color: #fff;
	background: #0080C8;
	box-sizing: border-box;
	padding: 0.15rem 0.20rem;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap .title {
		font-size: 0.2rem;
		line-height: 1.6;
		margin-bottom: 0.30rem;
	}
}

#hikaku_05 .cont_wrap .cont_box {
	display: flex;
}

#hikaku_05 .cont_wrap .left_box {
	width: 100%;
	box-sizing: border-box;
	/* padding-right: 0.50rem; */
}

@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap .left_box {
		padding-right: 0;
	}
}

#hikaku_05 .cont_wrap .left_box .inbox {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 0.4rem;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 0.3rem;
}


#hikaku_05 .cont_wrap .left_box .text_box {
	margin-bottom: 0.40rem;
	width: 70%;
	box-sizing: border-box;
	padding-right: 0.20rem;
}
@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap .left_box .text_box {
		width: 100%;
	}
}

#hikaku_05 .cont_wrap .left_box .text_box h5 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap .left_box .text_box h5 {
		line-height: 1.5;
		padding-left: 0.3rem;
		text-indent: -0.14rem;
	}
}


#hikaku_05 .cont_wrap .left_box .text_box h5 span {
	color: #0080C8;
	display: inline-block;
	padding-right: 0.10rem;
}

#hikaku_05 .cont_wrap .left_box .text_box .text {
	font-size: 0.15rem;
	line-height: 1.65;
}


#hikaku_05 .cont_wrap .left_box .ph_box {
	width: 30%;
}
@media screen and (max-width: 640px) {
	#hikaku_05 .cont_wrap .left_box .ph_box {
		width: 100%;
	}
}


#hikaku_05 .point_wrap .konna {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .point_wrap .konna {
		font-size: 0.20rem;
	}
}


#hikaku_05 .point .ph_wrap {
	bottom: -1.3rem;
}

#hikaku_05 .point::after {
	content: none;
}

#hikaku_05 .bottom_cont {
	background-image: url(../img/section_separate.png);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 0.65rem 0;
	margin-top: -0.50rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .bottom_cont {
		margin-top: 0.30rem;
		padding: 0.30rem 0.20rem;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
	}
}


#hikaku_05 .bottom_cont .text {
	font-size: 0.18rem;
	margin-bottom: 0.35rem;
	padding-top: 0.15rem;
}

#hikaku_05 .bottom_cont .btn {
	text-align: center;
}

#hikaku_05 .bottom_cont .btn a {
	display: block;
	text-align: center;
	background: rgb(47, 121, 250);
	background: linear-gradient(180deg, rgba(47, 121, 250, 1) 0%, rgba(43, 178, 233, 1) 100%);
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	padding: 0.2rem 0;
	max-width: 5.00rem;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .bottom_cont .btn a {
		font-size: 0.18rem;
	}
}


#hikaku_05 .bottom_cont .btn a:hover {
	opacity: 0.7;
}

#hikaku_05 .point .point_wrap {
	height: 100%;
	padding-bottom: 0.4rem;
	display: flex;
	flex-wrap: wrap;
}

#hikaku_05 .point .point_wrap .left_cont {
	width: 60%;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .point .point_wrap .left_cont {
		width: 100%;
	}
}


#hikaku_05 .point .point_wrap .left_cont .item {
	font-size: 0.18rem;
	font-weight: bold;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
	line-height: 1.65;
	position: relative;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .point .point_wrap .left_cont .item {
		margin-bottom: 0.10rem;
	}
}


#hikaku_05 .point .point_wrap .left_cont .item::before {
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	background-color: #0080C8;
	display: inline-block;
	border-radius: 0.2rem;
	margin-right: 0.1rem;
}

#hikaku_05 .point .point_wrap .right_cont {
	width: 40%;
	box-sizing: border-box;
	padding-left: 0.30rem;
}

@media screen and (max-width: 640px) {
	#hikaku_05 .point .point_wrap .right_cont {
		width: 100%;
		padding-left: 0;
	}

	#hikaku_05 .point .point_wrap .right_cont img {
		width: 100%;
	}
}


/*============================
結論
============================*/
#keturon {
	background-image: url(../img/ketsuron_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
	#keturon {
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 640px) {
	#keturon::before {
		width: 100%;
		height: 100%;
		content: '';
		background-image: url(../img/ketsuron_circle_sp.png);
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background-color: rgb(13, 140, 209);
		background: linear-gradient(180deg, rgba(13, 140, 209, 1) 0%, rgba(75, 201, 255, 1) 62%, rgba(255, 255, 255, 1) 87%);
		border-radius: 1.8rem 1.8rem 0 0;
	}
}

#keturon .in {
	padding-top: 0.40rem;
}


#keturon .cont {
	position: relative;
	z-index: 1;
}

#keturon .in::after {
	width: 15rem;
	height: 15rem;
	content: '';
	background: url(../img/ketsuron_circle.png) no-repeat;
	background-position: top center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#keturon .in::after {
		content: none;

	}
}


#keturon .title {
	font-size: 0.60rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 640px) {
	#keturon .title {
		font-size: 0.28rem;
		margin-bottom: 0.20rem;
	}
}


#keturon .lead {
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 0.40rem;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	#keturon .lead {
		font-size: 0.20rem;
		margin-bottom: 0.2rem;
	}
}


#keturon .list {
	max-width: 6.80rem;
	width: 100%;
	margin: auto;
}


#keturon .list .item {
	display: flex;
	margin-bottom: 0.20rem;
	align-items: flex-start;
}

#keturon .list .item span {
	font-size: 0.20rem;
	color: #fff;
	display: inline-block;
	padding-left: 0.20rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#keturon .list .item span {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}

/* テキスト */
#keturon .list_text {
	font-size: 0.15rem;
	max-width: 6.8rem;
	margin: 0.3rem auto 0;
	color: #fff;
	line-height: 2;
}

/* テーブル */
#keturon .jibyousha {
	position: relative;
	z-index: 1;
}

#keturon .jibyousha .title {
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.30rem;
	margin-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	#keturon .jibyousha .title {
		font-size: 0.20rem;
	}
}


#keturon .table_wrap {
	margin: auto;
	margin-top: 0.2rem;
	/* overflow-x: auto;
	white-space: nowrap; */
	width: 13.10rem;
}

@media screen and (max-width: 640px) {
	#keturon .table_wrap {
		overflow-x: auto;
		white-space: nowrap;
		width: auto;
	}
}



#keturon .table_wrap table {
	/* width: calc(2.40rem * 8); */
	border-collapse: collapse;
	width: 100%;
	max-width: 10rem;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#keturon .table_wrap table {
		/* overflow: scroll;
		white-space: nowrap;
		width: calc(2.40rem * 6); */
	}
}

#keturon .table_wrap tr {
	width: 100%;
}

#keturon .table_wrap thead th {
	background: #DCE4E9;
	font-size: 0.15rem;
	text-align: center;
	/* width: calc((100% - 2.4rem) / 3); */
	width: 3%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.65;
}

/* #keturon .table_wrap thead th:first-child {
	width: 2.40rem;
} */

#keturon .table_wrap thead th a {
	font-weight: 500;
	text-decoration: underline;
	color: #000;
}

#keturon .table_wrap thead th a:hover {
	opacity: 0.7;
}

#keturon .table_wrap thead th.blue {
	background: #0080C8;
	color: #fff;
	border: 0.15rem solid #0080C8;
	border-bottom: none;
	padding-bottom: 0.10rem;
	font-size: 0.19rem;
}

#keturon .table_wrap thead th.blue a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.20rem;
}

#keturon .table_wrap thead th:first-child {
	background: #707070;
}

#keturon .table_wrap tbody th {
	background: #707070;
	color: #fff;
	text-align: center;
	padding: 0.20rem 0;
	font-size: 0.15rem;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* width: 2.40rem; */
	line-height: 1.5;
}

#keturon .table_wrap tbody td {
	padding: 0.20rem 0;
	font-size: 0.15rem;
	padding: 0.10rem 0.10rem;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #F7F7F7;
	line-height: 1.65;
}

#keturon .table_wrap tbody td small {
	display: block;
	font-size: 0.12rem;
	color: #000;

}

#keturon .table_wrap tbody td.center {
	text-align: center;
}

#keturon .table_wrap thead td:first-child {
	width: 2.40rem;
}

/* #keturon .table_wrap tbody .gray td {
	background: #D5D5D5;
} */

#keturon .table_wrap tbody td.blue {
	background: #fff;
	border: 0.15rem solid #0080C8;
	border-bottom: none;
	border-top: none;
	border-bottom: 1px solid #0080C8;
	/* color: #0080C8; */
}

#keturon .table_wrap tbody td.bottom_blue {
	border-bottom: 0.15rem solid #0080C8;
	;
}

#keturon .table_wrap tbody td.blue strong {
	font-size: 0.20rem;
	border-bottom: 2px solid #0080C8;
	color: #0080C8;
}


#keturon .table_wrap tbody td a {
	color: #000;
	text-decoration: underline;
}

#keturon .table_wrap tbody td a:hover {
	opacity: 0.7;
}

/* 人 */
#keturon .people {
	position: absolute;
	left: 0;
	top: 3rem;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	#keturon .people {
		position: static;
		width: 1.2rem;
		margin: auto;
		margin-bottom: 0.30rem;
	}

	#keturon .people img {
		width: 100%;
	}
}


#keturon .people img {
	max-width: 2.45rem;
}

#keturon .table_wrap ul {
	margin-top: 0.30rem;
}

@media screen and (max-width: 640px) {
	#keturon .table_wrap ul {
		padding: 0 0.15rem;
	}
}

#keturon .table_wrap li {
	font-size: 0.15rem;
	line-height: 1.5;
	margin-bottom: 0.10rem;
}


/*============================
FAQ
============================*/
#faq {
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	#faq {
		padding: 0.5rem 0;
	}
}


#faq .title {
	font-size: 0.50rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#faq .title {
		font-size: 0.24rem;
	}
}

#faq .faq_box {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 640px) {
	#faq .faq_box {
		padding-bottom: 0.20rem;
	}
}

#faq .faq_box .faq_title {
	font-size: 0.18rem;
	line-height: 1.75;
	font-weight: 500;
	padding: 0.15rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	padding-left: 1.00rem;
	border: 1px solid #707070;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_title {
		font-size: 0.16rem;
		line-height: 1.55;
		padding-top: 0.15rem;
		padding-right: 0.50rem;
		padding-left: 0.80rem;
		padding-bottom: 0.12rem;
		text-indent: 0;
		min-height: 0.63rem;
		box-sizing: border-box;
	}
}

#faq .faq_box .faq_title:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_title:hover {
		opacity: 1;
	}
}

#faq .faq_box .faq_title::before {
	content: "Q";
	font-size: 0.20rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 0.10rem;
	color: #fff;
	background: #0080C8;
	position: absolute;
	top: 0;
	left: 0;
	height: 0.63rem;
	padding: 0.1rem 0.25rem 0.2rem 0.25rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_title::before {
		font-size: 0.18rem;
		font-weight: 400;
		padding-top: 0.15rem;
	}
}

#faq .faq_box .faq_title .acc_icon {
	width: 0.20rem;
	height: 0.20rem;
	position: absolute;
	right: 0.20rem;
	top: 0.25rem;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_title .acc_icon {
		width: 0.14rem;
		height: 0.14rem;
		right: 0.14rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

#faq .faq_box .faq_title .acc_icon::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #0080C8;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

#faq .faq_box .faq_title .acc_icon::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #0080C8;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#faq .faq_box .faq_text {
	background-color: #fff;
	padding-bottom: 0.20rem;
	display: none;
	font-size: 0.16rem;
	line-height: 1.75;
	font-weight: 500;
	padding: 0.15rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	padding-left: 1rem;
	border: 1px solid #0080C8;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_text {
		margin-top: 0;
		padding: 0.15rem;
		position: relative;
		padding-left: 0.8rem;
	}
}

#faq .faq_box .faq_text .text {
	/* font-size: 0.16rem;
	line-height: 2;
	text-indent: -0.14rem;
	margin-left: 0.14rem;
	margin-top: 0; */
	font-size: 0.16em;
	line-height: 1.75;
	font-weight: 500;
	padding: 0.15rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	padding-left: 1rem;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_text .text {
		font-size: 0.14rem;
		line-height: 1.85;
		text-indent: 0;
		margin-left: 0.24rem;
		margin-top: 0;
	}
}

#faq .faq_box .faq_text::before {
	content: "A";
	font-size: 0.20rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 0.1rem;
	color: #fff;
	background: #71706F;
	position: absolute;
	top: 0;
	left: 0;
	height: 0.63rem;
	padding: 0.1rem 0.25rem 0.2rem 0.25rem;
	box-sizing: border-box;
	width: 0.65rem;
}

@media screen and (max-width: 640px) {
	#faq .faq_box .faq_text .text::before {
		content: "A.";
		font-size: 0.18rem;
		font-weight: 400;
		position: absolute;
		left: 0.14rem;
		top: 0.12rem;
	}
}

#faq .faq_box .faq_text .text a {
	font-weight: 700;
	text-decoration: underline;
}

#faq .faq_box .faq_text .text a:hover {
	text-decoration: none;
}

#faq .faq_box .faq_title.open {
	/* background-color: var(--color-blue01); */
}

#faq .faq_box .faq_title.open .acc_icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

#faq .faq_box small {
	font-size: 0.12rem;
	display: block;
	margin-left: 0.15rem;
}

#faq .faq_box .ph_wrap {
	margin-top: 0.10rem;
}


#faq .list {
	list-style: inside disc;
	margin-top: 0.30rem;
}

#faq .list .item {
	font-size: 0.14rem;
	line-height: 1.65;
	padding-left: 0.14rem;
	text-indent: -0.14rem;
	margin-bottom: 0.05rem;
}

#faq .list .item small {
	font-size: 0.12rem;
	display: block;
	padding-left: 0.20rem;
}


/*============================
CTA
============================*/
#bottom_cta {
    width: 100%;
    padding: 0.8rem 0.2rem;
    text-align: center;
	background: #0080C8;
	box-sizing: border-box
}

.lp_bottom h4 {
    font-size: 0.4rem;
	color: #fff;
    font-weight: 600;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.lp_bottom h4 {
		font-size: 0.28rem;
		padding-bottom: 0.30rem;
	}
}

#bottom_cta  p {
	font-size: 0.18rem;
	margin-bottom: 0.50rem;
	color: #fff;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#bottom_cta  p {
		font-size: 0.16rem;
	}
}

#bottom_cta  .list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	#bottom_cta  .list {
		flex-wrap: wrap;
	}
	}

#bottom_cta  .list .item {
	width: 4.04rem;
	margin: 0 14px;
}
@media screen and (max-width: 640px) {
	#bottom_cta  .list .item {
		margin-bottom: 0.20rem;
	}
}


#bottom_cta .list .item a {
	display: block;
	text-align: center;
	background: rgb(47, 121, 250);
	background: linear-gradient(180deg, rgba(47, 121, 250, 1) 0%, rgba(43, 178, 233, 1) 100%);
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.50rem;
	box-sizing: border-box;
	padding: 0.20rem 0;
}
@media screen and (max-width: 640px) {
	#bottom_cta .list .item a {
		font-size: 0.18rem;
	}
	}

#bottom_cta .list .item a:hover {
	opacity: 0.7;
}
