@charset 'UTF-8';
body {
	font-feature-settings: "palt";
	min-width: 1120px;
}
@media screen and (max-width: 767px) {
	.pc_only {
		display:none!important;
	}
}
@media screen and (min-width: 768px) {
	.sp_only {
		display:none!important;
	}
}
/*-----------------------------------------------------------------------------------------
// #l_footer
-----------------------------------------------------------------------------------------*/
#l_footer {
	background: #fff;
}
#l_footer .footer_navi, #l_footer .footer_label {
	min-width: inherit;
}
#l_footer .footer_inner {
	width: auto;
	min-width: inherit;
	max-width: 980px;
}
/*-----------------------------------------------------------------------------------------
// common
-----------------------------------------------------------------------------------------*/
@media (min-width:321px) {
	.hidden-xxs-up {
		display: none !important
	}
}
@media (max-width:320px) {
	.hidden-xxs-down {
		display: none !important
	}
}
@media (min-width:415px) {
	.hidden-xs-up {
		display: none !important
	}
}
@media (max-width:575.98px) {
	.hidden-xs-down {
		display: none !important
	}
}
@media (min-width:576px) {
	.hidden-sm-up {
		display: none !important
	}
}
@media (max-width:800.98px) {
	.hidden-sm-down {
		display: none !important
	}
}
@media (min-width:801px) {
	.hidden-md-up {
		display: none !important
	}
}
@media (max-width:1080.98px) {
	.hidden-md-down {
		display: none !important
	}
}
@media (min-width:1081px) {
	.hidden-lg-up {
		display: none !important
	}
}
@media (max-width:1199.98px) {
	.hidden-lg-down {
		display: none !important
	}
}
@media (min-width:1200px) {
	.hidden-xl-up {
		display: none !important
	}
}
.hidden-xl-down {
	display: none !important
}
@media print {
	body {
		zoom: 1;
		-webkit-print-color-adjust: exact;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	.page_breaker {
		page-break-after: always;
	}
	.page_breaker_before {
		page-break-before: always;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}
	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}


/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

.smart_life img {
	vertical-align: bottom;
	width: 100%;
}

.smart_life a {
	transition: 0.5s;
}

.smart_life a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------
// MV
-----------------------------------------------------------------------------------------*/

.mv_wrap {
	background-image: url(../../img/mv_bg.jpg);
	background-size: cover;
}

.mv_wrap .mv_content_box .ttl img {
	vertical-align: bottom;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.mv_wrap .mv_content_box {
		max-width: 1120px;
		margin: 0 auto;
	}
}



/*-----------------------------------------------------------------------------------------
// お問い合わせボタン
-----------------------------------------------------------------------------------------*/

.sec_head_contact_wrap {
	background-color: #0C519D;
}

.sec_head_contact_wrap .in {
	align-items: center;
}

.sec_head_contact_wrap .in .contact_txt .txt {
	color: #FFF;
	font-weight: bold;
}
.sec_head_contact_wrap .in .btn a {
	color: #000000;
	background-color: #fff;
	display: block;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-weight: bold;
}
.sec_head_contact_wrap .in .btn a {
	text-decoration: none;
}
.sec_head_contact_wrap .in .btn a::before {
	content: "";
	background-image: url(../../img/sec_mail_icon02.png);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width: 768px) {

	.sec_head_contact_wrap {
		padding: 14px 0;
	}

	.sec_head_contact_wrap .in {
		max-width: 730px;
		margin: 0 auto;
		justify-content: space-between;
		display: flex;
	}

	.sec_head_contact_wrap .in .contact_txt .txt {
		font-size: 17px;
	}
	.sec_head_contact_wrap .in .btn a {
		font-size: 20px;
		width: 330px;
		height: 76px;
		border-radius: 10px;
		position: relative;
		padding-left: 94px;
	}
	.sec_head_contact_wrap .in .btn a::before {
		width: 60px;
		height: 60px;
		left: 22px;
	}

	.sec_head_contact_wrap .in .btn a .btn_txt {

	}
}

@media screen and (max-width: 767px) {
	.sec_head_contact_wrap .in {
		padding-left: calc(100vw * (20 / 600));
		padding-right: calc(100vw * (20 / 600));
		padding-bottom: calc(100vw * (24 / 600));
	}
	.sec_head_contact_wrap .in .contact_txt .txt {
		text-align: center;
		padding-top: calc(100vw * (20 / 600));
	}
	.sec_head_contact_wrap .in .btn {
		padding-top: calc(100vw * (12 / 600));
	}
	.sec_head_contact_wrap .in .btn a {
		font-size: 4vw;
		height: calc(100vw * (90 / 600));
		border-radius: 10px;
		position: relative;
		padding-left: calc(100vw * (188 / 600));
	}
	.sec_head_contact_wrap .in .btn a::before {
		width: calc(100vw * (65 / 600));
		height: calc(100vw * (65 / 600));
		left: calc(100vw * (100 / 600));
	}
}

/*-----------------------------------------------------------------------------------------
// ふらっとソーラー
-----------------------------------------------------------------------------------------*/

.contents_wrap {
	background-color: #0068B7;
	position: relative;
}

.contents_wrap .contents_wrap_in {
	max-width: 1120px;
	background-color: #fff;
	margin: 0 auto;
}
.sec_content01_wrap,
.sec_content02_wrap,
.sec_content03_wrap,
.sec_content04_wrap {
	position: relative;
}

@media screen and (min-width: 768px) {

	.contents_wrap {
		padding-top: 66px;
		padding-bottom: 160px;
	}

	.sec_content01_wrap {
		padding-bottom: 30px;
	}

	.contents_wrap .contents_wrap_in {
		border-radius: 30px;
		padding-top: 42px;
		padding-bottom: 100px;
	}

	.sec_content01_wrap .box_content01_part01 .ttl {
		max-width: 418px;
		margin: 0 auto;
	}

	.sec_content01_wrap .box_content01_part01 .txt {
		font-size: 24px;
		line-height: calc(38/24);
		font-weight: bold;
		text-align: center;
		margin-top: 30px;
	}

	.sec_content01_wrap .box_content01_part01 .ph {
		max-width: 1018px;
		margin: 0 auto;
		margin-top: 10px;
	}


	.sec_content01_wrap .box_content01_part02 {
		margin-top: 74px;
	}

	.sec_content01_wrap .box_content01_part02 .sub_tit {
		max-width: 441px;
		margin: 0 auto;
	}


	.sec_content01_wrap .box_content01_part02 .detail_merit {
		display: flex;
		flex-wrap: wrap;
		max-width: 940px;
		margin: 0 auto;
		margin-top: 60px;
		justify-content: space-between;
	}

	.sec_content01_wrap .box_content01_part02 .detail_merit .detail {
		max-width: 300px;
		margin: 0;
		position: relative;
		background-color: #D9F1FC;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.sec_content01_wrap .box_content01_part02 .detail_merit .merit_icon {
		max-width: 200px;
		position: absolute;
		left: 0;
		top: -16px;
		right: 0;
		margin: auto;
	}

	.sec_content01_wrap .box_content01_part02 .note {
		max-width: 940px;
		margin: 20px auto 0;
		font-size: 14px;
	}

	.sec_content01_wrap .box_content01_part02 .note li {
		display: grid;
		grid-template-columns: 32px 1fr;
	}
}

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

	.contents_wrap {
		padding-top: calc(100vw * (40 / 600));
		padding-bottom: calc(100vw * (60 / 600));
	}

	.sec_content01_wrap {
		padding-bottom: calc(100vw * (54 / 600));
	}

	.contents_wrap .contents_wrap_in {
		width: calc(100vw - (100vw * (40 / 600)));
		margin: 0 auto;
		padding-top: calc(100vw * (46 / 600));
		padding-bottom: calc(100vw * (50 / 600));
		border-radius: calc(100vw * (20 / 600));
	}

	.sec_content01_wrap .box_content01_part01 .ttl {
		width: calc(100vw * (560 / 600));
		margin: 0 auto;
	}

	.sec_content01_wrap .box_content01_part01 .txt {
		font-size: calc(100vw * (18 / 600));
		line-height: calc(28/18);
		font-weight: bold;
		text-align: center;
		margin-top: calc(100vw * (28 / 600));
	}

	.sec_content01_wrap .box_content01_part01 .ph {
		width: calc(100vw * (560 / 600));
		margin: 0 auto;
		margin-top: calc(100vw * (15 / 600));
	}

	.sec_content01_wrap .box_content01_part02 {
		margin-top: calc(100vw * (60 / 600));
	}
	.sec_content01_wrap .box_content01_part02 .sub_tit {
		width: calc(100vw * (560 / 600));
		margin: 0 auto;
	}

	.sec_content01_wrap .box_content01_part02 .detail_merit {
		margin-top: calc(100vw * (65 / 600));
		padding-left: calc(100vw * (40 / 600));
		padding-right: calc(100vw * (40 / 600));

	}

	.sec_content01_wrap .box_content01_part02 .detail_merit .detail {
		position: relative;
		background-color: #D9F1FC;
		box-sizing: border-box;
		border-radius: calc(100vw * (20 / 600));
	}

	.sec_content01_wrap .box_content01_part02 .detail_merit .detail + .detail {
		margin-top: calc(100vw * (60 / 600));
	}

	.sec_content01_wrap .box_content01_part02 .detail_merit .merit_icon {
		width: calc(100vw * (250 / 600));
		position: absolute;
		left: 0;
		top: calc(100vw * (-20 / 600));
		right: 0;
		margin: auto;
	}

	.sec_content01_wrap .box_content01_part02 .note {
		margin-top: 5.3333vw;
		padding-left: calc(100vw * (40 / 600));
		padding-right: calc(100vw * (40 / 600));
		font-size: 2.3333vw;
	}

	.sec_content01_wrap .box_content01_part02 .note li {
		display: grid;
		grid-template-columns: 2.5em 1fr;
	}

}



/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/


.sec_content_all_wrap {
	background-color: #EFEFEF;
}

@media screen and (min-width: 768px) {
	.sec_content_all_wrap {
		padding-top: 48px;
		max-width: 940px;
		margin: 0 auto;
	}
	.sec_content02_wrap .ttl_box .ttl {
		max-width: 820px;
		margin: 0 auto;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase {
		display: flex;
		max-width: 790px;
		margin: 0 auto;
		justify-content: space-between;
		position: relative;
		left: -10px;
		top: 0;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .right {
		margin-top: 35px;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .ph {
		max-width: 240px;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .txt {
		font-size: 18px;
		font-weight: bold;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .ph_txt {
		max-width: 525px;
		margin-top: 10px;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .txt_asterisk {
		font-size: 14px;
		margin-top: 5px;
	}
	.sec_content02_wrap .box_content02_part01 .ph01 {
		max-width: 820px;
		margin: 0 auto;
		margin-top: 48px;
	}
	.sec_content02_wrap .box_content02_part01 .ph_plus {
		max-width: 52px;
		margin: 0 auto;
		margin-top: 12px;
	}
	.sec_content02_wrap .box_content02_part01 .ph02 {
		max-width: 820px;
		margin: 0 auto;
		margin-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	.sec_content_all_wrap {
		padding-top: calc(100vw * (18 / 600));
		width: calc(100vw - (100vw * (84 / 600)));
		margin: 0 auto;
	}
	.sec_content02_wrap .ttl_box .ttl {
		width: calc(100vw * (520 / 600));
		margin: 0 auto;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase {
		display: flex;
		justify-content: center;
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .right {
		margin-top: calc(100vw * (37 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .ph {
		width: calc(100vw * (200 / 600));
		margin-right: calc(100vw * (18 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .detail_modelcase .txt {
		font-size: calc(100vw * (20 / 600));
		font-weight: bold;
	}

	.sec_content02_wrap .box_content02_part01 .detail_modelcase_center .ph_txt {
		width: calc(100vw * (520 / 600));
		margin: 0 auto;
		margin-top: calc(100vw * (15 / 600));
	}

	.sec_content02_wrap .box_content02_part01 .detail_modelcase_center .txt_asterisk {
		font-size: calc(100vw * (15 / 600));
		text-align: center;
		margin-top: calc(100vw * (10 / 600));
	}


	.sec_content02_wrap .box_content02_part01 .ph01 {
		width: calc(100vw * (520 / 600));
		margin: 0 auto;
		margin-top: calc(100vw * (30 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .ph_plus {
		width: calc(100vw * (50 / 600));
		margin: 0 auto;
		margin-top: calc(100vw * (4 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .ph02 {
		width: calc(100vw * (520 / 600));
		margin: 0 auto;
		margin-top: calc(100vw * (12 / 600));
	}

}


/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

.sec_content02_wrap .box_content02_part01 .accordion .action_btn {
	cursor: pointer;
}

.sec_content02_wrap .box_content02_part01 .accordion .action_contents {
	height: 0;
	opacity: 0;
	transition: all 0.3s ease;
	padding: 0;
	overflow: hidden;
}

.sec_content02_wrap .box_content02_part01 .accordion .action_contents.active {
	height: 100%;
	opacity: 1;
}

.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02.mt {
	margin-top: 15px;
}
.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li a {
	text-decoration: underline;
}
.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li a.br_link {
	display: block;
	margin-top: 8px;
}
.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.sec_content02_wrap .box_content02_part01 .accordion {
		max-width: 820px;
		margin: 0 auto;
		margin-top: 68px;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn {
		text-align: center;
		max-width: 820px;
		height: 40px;
		background-color: #fff;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn .txt {
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn .txt::before {
		content: "";
		position: absolute;
		top: 3px;
		right: -33px;
		border-bottom: solid 2px #000;
		border-right: solid 2px #000;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn.active .txt::before {
		transform: rotate(225deg);
		top: 10px;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_contents {
		text-align: center;
		max-width: 820px;
		padding-top: 36px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt {
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt > span {
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 22px;
		background-color: #fff;
		border-radius: 10px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt {
		margin-top: 15px;
		padding-bottom: 44px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01 li {
		font-size: 14px;
		font-weight: bold;
		line-height: calc(21/14);
		text-align: left;
		position: relative;
		padding-left: 86px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01 li > span {
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 {
		background-color: #fff;
		border: 2px solid #E60012;
		padding: 16px 20px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li {
		font-size: 14px;
		font-weight: bold;
		line-height: calc(21/14);
		text-align: left;
		position: relative;
		padding-left: 14px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li::before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01.mt {
		margin-top: 15px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 {
		margin-top: 20px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 li {
		font-size: 14px;
		font-weight: bold;
		line-height: calc(21/14);
		text-align: left;
		position: relative;
		padding-left: 14px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
}

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


	.sec_content02_wrap .box_content02_part01 .accordion {
		margin-top: calc(100vw * (55 / 600));
		padding-left: calc(100vw * (15 / 600));
		padding-right: calc(100vw * (15 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn {
		text-align: center;
		height: calc(100vw * (40 / 600));
		background-color: #fff;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn .txt {
		font-size: calc(100vw * (18 / 600));
		font-weight: bold;
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn .txt::before {
		content: "";
		position: absolute;
		top: calc(100vw * (3 / 600));
		right: calc(100vw * (-30 / 600));
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_btn.active .txt::before {
		transform: rotate(225deg);
		top: calc(100vw * (10 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .accordion .action_contents {
		text-align: center;
		max-width: 820px;
		padding-top: 36px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt {
		font-size: calc(100vw * (15 / 600));
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt > span {
		position: relative;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_tit .txt:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: calc(100vw * (22 / 600));
		background-color: #fff;
		border-radius: 10px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt {
		margin-top: calc(100vw * (18 / 600));
		padding-bottom: calc(100vw * (30 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01 li {
		font-size: calc(100vw * (14 / 600));
		font-weight: bold;
		line-height: calc(21/14);
		text-align: left;
		position: relative;
		padding-left: calc(100vw * (100 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01 li > span {
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 {
		background-color: #fff;
		border: 1px solid #E60012;
		padding: calc(100vw * (20 / 600));
		padding-top: calc(100vw * (18 / 600));
		padding-bottom: calc(100vw * (18 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li {
		font-size: calc(100vw * (14 / 600));
		font-weight: bold;
		line-height: calc(24/16);
		text-align: left;
		position: relative;
		padding-left: calc(100vw * (14 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type02 li::before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01.mt {
		margin-top: 15px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 {
		margin-top: 20px;
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 li {
		font-size: calc(100vw * (14 / 600));
		font-weight: bold;
		line-height: calc(21/14);
		text-align: left;
		position: relative;
		padding-left: calc(100vw * (14 / 600));
	}
	.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type03 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}


}

.sec_content02_wrap .box_content02_part01 .action_contents .contents_txt .list_type01.mt a {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.sec_content03_wrap {
		max-width: 940px;
		margin: 0 auto;
		margin-top: 96px;
		padding-bottom: 70px;
	}
	.sec_content03_wrap .box_content03_part01 .ttl {
		font-size: 30px;
		line-height: 1;
		color: #0068B7;
		border-top: 2px solid #0068B7;
		border-bottom: 2px solid #0068B7;
		text-align: center;
		display: flex;
		width: 100%;
		height: 90px;
		justify-content: center;
		align-items: center;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow {
		background-color: #DDF0F6;
		padding: 50px 0;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail {
		display: flex;
		max-width: 710px;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail + .detail {
		margin-top: 25px;
		position: relative;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail + .detail::after {
		content: "";
		position: absolute;
		left: 140px;
		top: -30px;
		width: 5px;
		height: 30px;
		background-color: #fff;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt {
		width: 410px;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt .txt {
		font-size: 18px;
		line-height: calc(25/18);
		font-weight: bold;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt .txt .asterisk_txt {
		font-size: 14px;
		line-height: calc(20/14);
		display: block;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 0.3em;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_ph {
		max-width: 280px;
	}

	.sec_content03_wrap .box_content03_part01 .detail_flow .detail.patch {
		position: relative;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail.patch::before {
		content: "";
		background-image: url(../../img/sec_content03_flow_patch.png);
		background-size: cover;
		position: absolute;
		left: -40px;
		bottom: -43px;
		width: 80px;
		height: 80px;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 {
		margin-top: 30px;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a {
		font-size: 26px;
		line-height: 1;
		position: relative;
		display: block;
		border-radius: 34px;
		border: 2px solid #000;
		width: 500px;
		height: 68px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		font-weight: bold;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a:hover {
		text-decoration: none;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a::before {
		content: "";
		background-image: url(../../img/sec_arrow_bk.png);
		background-size: cover;
		position: absolute;
		right: 24px;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.sec_content03_wrap {
		width: calc(100vw - (100vw * (84 / 600)));
		margin: 0 auto;
		margin-top: calc(100vw * (48 / 600));
		padding-bottom: calc(100vw * (91 / 600));
	}
	.sec_content03_wrap .box_content03_part01 .ttl {
		font-size: calc(100vw * (28 / 600));
		color: #0068B7;
		border-top: 1px solid #0068B7;
		border-bottom: 1px solid #0068B7;
		text-align: center;
		display: flex;
		width: 100%;
		height: calc(100vw * (70 / 600));
		justify-content: center;
		align-items: center;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow {
		background-color: #DDF0F6;
		padding-top: calc(100vw * (35 / 600));
		padding-bottom: calc(100vw * (40 / 600));
		margin-top: calc(100vw * (20 / 600));
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail {
		margin: 0 auto;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail + .detail {
		position: relative;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail + .detail::after {
		content: "";
		position: absolute;
		left: calc(100vw * (54 / 600));
		top: -100%;
		width: 3px;
		height: 120%;
		background-color: #fff;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt {
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt .txt {
		font-size: calc(100vw * (20 / 600));
		line-height: calc(25/18);
		font-weight: bold;
		padding-left: calc(100vw * (108 / 600));
		padding-right: calc(100vw * (20 / 600));
		margin-top: calc(100vw * (15 / 600));
		margin-bottom: calc(100vw * (15 / 600));
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_txt .txt .asterisk_txt {
		font-size: calc(100vw * (16 / 600));
		line-height: calc(20/14);
		text-indent: -1em;
		display: block;
		padding-left: 1em;
		margin-top: 0.3em;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail .list_ph {
		width: calc(100vw * (520 / 600));
		margin: 0 auto;
		position: relative;
		z-index: 11;
	}

	.sec_content03_wrap .box_content03_part01 .detail_flow .detail.patch {
		position: relative;
	}
	.sec_content03_wrap .box_content03_part01 .detail_flow .detail.patch::before {
		content: "";
		background-image: url(../../img/sec_content03_flow_patch.png);
		background-size: cover;
		position: absolute;
		left: calc(100vw * (10 / 600));
		bottom: calc(100vw * (-10 / 600));
		width: calc(100vw * (94 / 600));
		height: calc(100vw * (94 / 600));
		z-index: 12;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 {
		margin-top: calc(100vw * (40 / 600));
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a {
		font-size: calc(100vw * (30 / 600));
		line-height: 1;
		position: relative;
		display: block;
		border-radius: calc(100vw * (50 / 600));
		border: 1px solid #000;
		width: calc(100vw * (464 / 600));
		height: calc(100vw * (100 / 600));
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		font-weight: bold;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a:hover {
		text-decoration: none;
	}
	.sec_content03_wrap .box_content03_part01 .btn.type01 a::before {
		content: "";
		background-image: url(../../img/sec_arrow_bk.png);
		background-size: cover;
		position: absolute;
		right: calc(100vw * (23 / 600));
		bottom: 0;
		top: 0;
		margin: auto;
		width: calc(100vw * (33 / 600));
		height: calc(100vw * (33 / 600));
	}
}


/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit {
	cursor: pointer;
}

.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt {
	overflow: hidden;
	display: none;
}

.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt.active {
}

@media screen and (min-width: 768px) {
	.sec_content04_wrap {
		max-width: 940px;
		margin: 0 auto;
	}
	.sec_content04_wrap .box_content04_part01 .ttl {
		font-size: 30px;
		line-height: 1;
		color: #0068B7;
		border-top: 2px solid #0068B7;
		border-bottom: 2px solid #0068B7;
		text-align: center;
		display: flex;
		width: 100%;
		height: 90px;
		justify-content: center;
		align-items: center;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .detail + .detail {
		border-top: 2px solid #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .detail:nth-child(6) {
		border-bottom: 2px solid #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit {
		padding: 18px 0;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit .tit {
		font-size: 20px;
		line-height: 1.5;
		font-weight: bold;
		position: relative;
		padding-left: 106px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit .tit::before {
		content: "";
		background-size: cover;
		position: absolute;
		left: 30px;
		top: -5px;
		width: 44px;
		height: 30px;
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(1) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q01.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(2) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q02.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(3) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q03.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(4) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q04.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(5) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q05.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(6) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q06.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail .faq_tit .tit::after {
		content: "";
		position: absolute;
		top: 0;
		right: 30px;
		border-bottom: solid 2px #0068B7;
		border-right: solid 2px #0068B7;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.sec_content04_wrap .box_content04_part01 .detail .faq_tit.active .tit::after {
		top: 10px;
		transform: rotate(225deg);
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt {
		background-color: #F7F8F8;
		border-radius: 10px;
		width: calc(100% - 110px - 70px);
		box-sizing: border-box;
		margin-left: 110px;
		padding: 0 30px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt {
		padding: 26px 30px;
		margin-bottom: 20px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .txt {
		font-size: 20px;
		line-height: calc(30/20);
		font-weight: bold;
		color: #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .list {
		margin-top: 8px;
		margin-left: 18px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .list li {
		font-size: 18px;
		line-height: calc(28/18);
		font-weight: bold;
		color: #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box {
		margin-top: 30px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box .tel {
		font-size: 18px;
		line-height: calc(30/20);
        font-weight: bold;
        color: #0068B7;
        margin-top: 15px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box a {
		color: #0068B7;
		text-decoration: none;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box a:hover {
		text-decoration: underline;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box span {
		font-size: 14px;
        line-height: calc(20 / 14);
        display: block;
        text-indent: -1em;
        padding-left: 1em;
        margin-top: 0.3em;
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-top: 25px;
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt a {
		color: #0068B7;
		text-decoration: underline;
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.sec_content04_wrap {
		width: calc(100vw - (100vw * (84 / 600)));
		margin: 0 auto;
	}
	.sec_content04_wrap .box_content04_part01 .ttl {
		font-size: calc(100vw * (28 / 600));
		color: #0068B7;
		border-top: 1px solid #0068B7;
		border-bottom: 1px solid #0068B7;
		text-align: center;
		display: flex;
		width: 100%;
		height: calc(100vw * (100 / 600));
		justify-content: center;
		align-items: center;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .detail + .detail {
		border-top: 1px solid #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .detail:nth-child(6) {
		border-bottom: 1px solid #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit {
		padding-top: calc(100vw * (15 / 600));
		padding-bottom: calc(100vw * (15 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit .tit {
		font-size: calc(100vw * (22 / 600));
		line-height: 1;
		font-weight: bold;
		position: relative;
		padding-left: calc(100vw * (72 / 600));
		line-height: calc(32/22);
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_tit .tit::before {
		content: "";
		background-size: cover;
		position: absolute;
		left: 0;
		width: calc(100vw * (48 / 600));
		height: calc(100vw * (33 / 600));
		bottom: 0;
		top: 0;
		margin: auto;
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(1) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q01.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(2) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q02.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(3) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q03.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(4) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q04.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(5) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q05.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail:nth-child(6) .faq_tit .tit::before {
		background-image: url(../../img/sec_content04_q06.png);
	}
	.sec_content04_wrap .box_content04_part01 .detail .faq_tit .tit::after {
		content: "";
		position: absolute;
		right: calc(100vw * (10 / 600));
		border-bottom: solid 1px #0068B7;
		border-right: solid 1px #0068B7;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		bottom: 0;
		top: calc(100vw * (-10 / 600));
		margin: auto;
		transition: all 0.3s ease;
	}
	.sec_content04_wrap .box_content04_part01 .detail .faq_tit.active .tit::after {
		transform: rotate(225deg);
		top: 0;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt {
		background-color: #F7F8F8;
		border-radius: 10px;
		box-sizing: border-box;
		width: calc(100% - (100vw * (50 / 600)));
		margin-left: calc(100vw * (50 / 600));
		padding-left: calc(100vw * (30 / 600));
		padding-right: calc(100vw * (30 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt {
		padding: calc(100vw * (30 / 600));
		margin-bottom: calc(100vw * (30 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .txt {
		font-size: calc(100vw * (20 / 600));
		line-height: calc(30/20);
		font-weight: bold;
		color: #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .list {
		margin-top: calc(100vw * (15 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .list li {
		font-size: calc(100vw * (18 / 600));
		line-height: calc(28/18);
		font-weight: bold;
		color: #0068B7;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box {
		margin-top: 20px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box .tel {
		font-size: calc(100vw * (20 / 600));
		line-height: calc(34 / 20);
        font-weight: bold;
        color: #0068B7;
        margin-top: 10px;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box a {
		color: #0068B7;
		text-decoration: underline;
		font-size: calc(100vw * (20 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box a:hover {
		text-decoration: none;
	}
	.sec_content04_wrap .box_content04_part01 .detail_faq .faq_txt .faq_tel_box span {
		font-size: calc(100vw * (14 / 600));
        line-height: calc(20 / 14);
        display: block;
        margin-top: 0.3em;
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt {
		font-size: calc(100vw * (18 / 600));
		font-weight: bold;
		text-align: center;
		margin-top: calc(100vw * (30 / 600));
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt a {
		color: #0068B7;
		text-decoration: underline;
	}
	.sec_content04_wrap .box_content04_part01 .txt_box .txt a:hover {
		text-decoration: none;
	}

}



/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.sec_foot_contact_wrap {
		background-color: #EFEFEF;
		padding: 90px 0;
	}
	.sec_foot_contact_wrap .in {
		border: 3px solid #0068B7;
		max-width: 640px;
		margin: 0 auto;
		padding-bottom: 44px;
		padding-top: 32px;
		border-radius: 14px;
		background-color: #fff;
	}
	.sec_foot_contact_wrap .txt {
		font-size: 24px;
		color: #0068B7;
		font-weight: bold;
		text-align: center;
	}
	.sec_foot_contact_wrap .flex {
		display: flex;
		max-width: 510px;
		margin: 0 auto;
		justify-content: space-between;
		margin-top: 30px;
	}
	.sec_foot_contact_wrap .flex .mail_icon {
		width: 72px;
	}
	.sec_foot_contact_wrap .flex .btn.type04 {
	}
	.sec_foot_contact_wrap .flex .btn.type04 a {
		font-size: 20px;
		color: #FFF;
		display: flex;
		background-color: #0068B7;
		width: 420px;
		height: 64px;
		justify-content: center;
		align-items: center;
		border-radius: 32px;
		position: relative;
	}
	.sec_foot_contact_wrap .flex .btn.type04 a::before {
		content: "";
		background-image: url(../../img/sec_arrow_wh.png);
		background-size: cover;
		position: absolute;
		right: 24px;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 24px;
		height: 24px;
	}

}

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

	.sec_foot_contact_wrap {
		background-color: #EFEFEF;
		padding: calc(100vw * (65 / 600));
		padding-left: calc(100vw * (40 / 600));
		padding-right: calc(100vw * (40 / 600));
	}
	.sec_foot_contact_wrap .in {
		border: 1px solid #0068B7;
		margin: 0 auto;
		padding-bottom: calc(100vw * (16 / 600));
		padding-top: calc(100vw * (20 / 600));
		border-radius: calc(100vw * (11 / 600));
		background-color: #fff;
	}
	.sec_foot_contact_wrap .txt {
		font-size: calc(100vw * (20 / 600));
		color: #0068B7;
		font-weight: bold;
		text-align: center;
	}
	.sec_foot_contact_wrap .flex {
		display: flex;
		width: calc(100vw * (455 / 600));
		margin: 0 auto;
		justify-content: space-between;
		margin-top: calc(100vw * (20 / 600));
	}
	.sec_foot_contact_wrap .flex .mail_icon {
		width: calc(100vw * (60 / 600));
	}
	.sec_foot_contact_wrap .flex .btn.type04 {
	}
	.sec_foot_contact_wrap .flex .btn.type04 a {
		font-size: calc(100vw * (20 / 600));
		color: #FFF;
		display: flex;
		background-color: #0068B7;
		width: calc(100vw * (380 / 600));
		height: calc(100vw * (52 / 600));
		justify-content: center;
		align-items: center;
		border-radius: 32px;
		position: relative;
	}
	.sec_foot_contact_wrap .flex .btn.type04 a::before {
		content: "";
		background-image: url(../../img/sec_arrow_wh.png);
		background-size: cover;
		position: absolute;
		right: calc(100vw * (20 / 600));
		bottom: 0;
		top: 0;
		margin: auto;
		width: calc(100vw * (20 / 600));
		height: calc(100vw * (20 / 600));
	}
}


/*-----------------------------------------------------------------------------------------
//
-----------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.sec_btn_wrap {
		padding-top: 90px;
	}
	.sec_btn_wrap .in {
		display: flex;
		max-width: 960px;
		margin: 0 auto;
		justify-content: space-between;
		justify-content: center;
	}
	.sec_btn_wrap .btn.type02 a {
		font-size: 28px;
		font-weight: bold;
		color: #FFF;
		display: flex;
		background-color: #04AF7A;
		width: 460px;
		height: 100px;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
	}
	.sec_btn_wrap .btn.type03 a {
		font-size: 28px;
		line-height: calc(34/28);
		font-weight: bold;
		color: #FFF;
		display: flex;
		background-color: #6EBA44;
		width: 460px;
		height: 100px;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		text-align: center;

	}
	.sec_btn_wrap .btn a {
		position: relative;
	}
	.sec_btn_wrap .btn a::before {
		content: "";
		background-image: url(../../img/sec_arrow_wh.png);
		background-size: cover;
		position: absolute;
		right: 36px;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width: 767px) {
	.sec_btn_wrap {
		padding-top: calc(100vw * (65 / 600));
		padding-left: calc(100vw * (20 / 600));
		padding-right: calc(100vw * (20 / 600));
		padding-bottom: 4.667vw;
	}
	.sec_btn_wrap .in {
		margin: 0 auto;
	}
	.sec_btn_wrap .btn.type02 a {
		font-size: calc(100vw * (30 / 600));
		font-weight: bold;
		color: #FFF;
		display: flex;
		background-color: #04AF7A;
		width: 100%;
		height: calc(100vw * (100 / 600));
		justify-content: center;
		align-items: center;
		border-radius: calc(100vw * (10 / 600));
	}
	.sec_btn_wrap .btn.type03 {
		margin-top: calc(100vw * (23 / 600));
	}
	.sec_btn_wrap .btn.type03 a {
		font-size: calc(100vw * (30 / 600));
		line-height: calc(34/28);
		font-weight: bold;
		color: #FFF;
		display: flex;
		background-color: #6EBA44;
		width: 100%;
		height: calc(100vw * (100 / 600));
		justify-content: center;
		align-items: center;
		border-radius: calc(100vw * (10 / 600));
		text-align: center;
	}
	.sec_btn_wrap .btn a {
		position: relative;
	}
	.sec_btn_wrap .btn a::before {
		content: "";
		background-image: url(../../img/sec_arrow_wh.png);
		background-size: cover;
		position: absolute;
		right: calc(100vw * (33 / 600));
		bottom: 0;
		top: 0;
		margin: auto;
		width: calc(100vw * (33 / 600));
		height: calc(100vw * (33 / 600));
	}
}

.price_note{
	background-color: #fff;
	text-align: left;
}
.price_note_title{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #E30113;
	text-align: center;
	padding: 14px;
	position: relative;
	cursor: pointer;
	transition: opacity 0.5s;
}
.price_note_title:hover{
	opacity: .7;
}
.price_note_title:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.price_note_title:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background-color: #fff;
	transition: opacity 0.3s;
}
.price_note_header.active .price_note_title:after{
	opacity: 0;
}
.price_note_body{
	border-style: none solid solid solid;
	border-color: #E30113;
	border-width: 2px;
	padding: 14px;
}
.price_note_dl:not(:last-child){
	margin-bottom: 24px;
}
.price_note_dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
}
.price_note_dl dt:before{
	content: "●";
}
.price_note_dl dd{
	font-size: 12px;
}

.price_note_dl_text{
	line-height: calc(21/12);
	text-align: justify;
}
.price_note_dl_link{
	padding-left: 20px;
	font-size: 12px;
	margin-top: 8px;
	position: relative;
}
.price_note_dl_link a{
	color: #0068B4;
	line-height: 1;
	letter-spacing: 0.05em;
}
.price_note_dl_link:before{
	position: absolute;
	content: "";
	left: 0;
	background-image: url(../../img/arrow_icon_right_blue.png);
	background-size: cover;
	z-index: 1;
	top: 1px;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.price_note_title{
		font-size: calc(100vw * (15 / 600));
		padding: calc(100vw * (15 / 600));
	}
	.price_note_title:before{
		right: 4.285vw;
		width: 2.142vw;
		height: 0.214vw;
	}
	.price_note_title:after{
		right: 5.2vw;
		width: 0.214vw;
		height: 2.142vw;
	}
	.price_note_body{
		padding: calc(100vw * (15 / 600));
	}
	.price_note_dl:not(:last-child){
		margin-bottom: 2.742vw;
	}
	.price_note_dl dt{
		font-size: calc(100vw * (15 / 600));
		line-height: 1.545;
		margin-bottom: .7vw;
	}
	.price_note_dl dd{
		font-size: calc(100vw * (15 / 600));
		line-height: 1.545;
	}
	.price_note_dl_link{
		padding-left: 3.5vw;
		font-size: calc(100vw * (15 / 600));
		margin-top: 1.25;
	}
	.price_note_dl_link:before{
		top: 2px;
		width: 10px;
		height: 10px;
	}
}
