@charset "shift_jis";

/* Basic
------------------------------------------ */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src:
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src:
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src:
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}


section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
	font-size: 100%;
	vertical-align: middle;
}

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
	display: inline-block;
	border: none;
	max-width: 100%;
	height: auto;
}

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }


a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
	background: #FFF;
	color: #333;
	font-family: "Noto Sans JP","メイリオ", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Link */
a {
	color: #333;
	text-decoration: underline;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #23aaf2;
}
@media screen and (max-width: 768px) {
	a {
		-webkit-transition: none;
		transition: none;
	}
	body{
		font-size: 14px;
	}
}

/* hoverImg01 */
.hoverImg01 img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hoverImg01:hover img {
	opacity: 0.6;
}




.tr_mgt10{
	margin-top: 10px;
}

.tr_mgt20{
	margin-top: 20px;
}

.tr_mgt30{
	margin-top: 30px;
}

.tr_mgt40{
	margin-top: 40px;
}

.tr_mgt60{
	margin-top: 60px;
}


/* Form
------------------------------------------ */
button,
select,
textarea,
input {
	font-family: inherit;
}

/* IME : For Windows IE */
.imeA { ime-mode: active; }
.imeD { ime-mode: disabled; }

/* select */
select {
	outline: none;
}

/* password */
input[type="password"] { height: 1.2em; font-family: arial; ime-mode: disabled; }

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; }

/* radio */
input[type="checkbox"],
input[type="radio"] {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/* Margin
------------------------------------------ */
.mgt0   { margin-top: 0 !important; }
.mgt19   { margin-top: 19px !important; }


/* Padding
------------------------------------------ */
.pdt0   { padding-top:  0 !important; }


/* Layout
------------------------------------------ */
.floatL { float: left; }
.floatR { float: right; }
.clearboth { clear: both; }
br.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }


/* Clearfix
------------------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Text
------------------------------------------ */
.nowrap { white-space: nowrap !important; }
.bold { font-weight: 900 !important; }
.normal { font-weight: normal !important; }
.emp { color: #E6452B !important; }


/* pc sp
------------------------------------------ */
.pc {
	display: block;
}
.pcInline {
	display: inline-block;
}
.spInline,
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pcInline,
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.spInline {
		display: inline-block;
	}
}


/* wrapper
------------------------------------------ */
@media screen and (max-width: 768px) {
	.wrapper {
		overflow: hidden;
	}
}


/* header
------------------------------------------ */
#header {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 75px;/*202504修正*/
	line-height: 0;
}
#header .header_logo {
	padding: 25px 0 0 40px;/*202504修正*/
}
#header .header_logo img {
	width: 143px;
	height: auto;
}
#header .header_logo_service {
	position: absolute;
	top: 18px;
	right: 40px;
}
#header .header_logo_service img {
	width: auto;
	height: auto;
}
@media screen and (max-width: 768px) {
	#header {
		width: auto;
		min-width: 0;
		height: 50px;
	}
	#header .header_logo {
		padding: 17px 0 0 23px;
	}
	#header .header_logo img {
		width: 92px;
	}
	#header .header_logo_service {
		position: absolute;
		top: 12px;
		right: 18px;
	}
	#header .header_logo_service img {
		height: 24px;
	}
}
/* Footer
------------------------------------------ */
#footer {
	position: relative;
	border-top: 2px solid #0A3E86;
	height: 62px;
}
#footer .footer_copy {
	padding: 19px 0 0 40px;
	font-size: 12px;
}
#footer .footer_logo {
	position: absolute;
	top: 14px;
	right: 42px;
}
#footer .footer_logo img {
	width: 98px;
	height: auto;
}
@media screen and (max-width: 768px) {
	#footer {
		height: 53px;
	}
	#footer .footer_copy {
		padding: 15px 0 0 16px;
	}
	#footer .footer_logo {
		position: absolute;
		top: 16px;
		right: 13px;
	}
	#footer .footer_logo img {
		width: 77px;
	}
}
/* Common
------------------------------------------ */
/* btn1 */
a.btn1 {
	display: inline-block;
	padding-top: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 470px;
	height: 66px;
	background: #FF8000;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	text-indent: 0.1em;
	text-decoration: none;
	letter-spacing: 0.1em;
	box-shadow: 0px 9px #D60F10;
	-webkit-box-shadow: 0px 9px #F25810;
	-moz-box-shadow: 0px 9px #F25810;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.btn2 {
	display: inline-block;
	padding-top: 16px;
	margin-top: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 400px;
	height: 55px;
	background: #707070;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-indent: 0.1em;
	text-decoration: none;
	letter-spacing: 0.1em;
	box-shadow: 0px 4px #4f4f4f;
	-webkit-box-shadow: 0px 4px #4f4f4f;
	-moz-box-shadow: 0px 4px #4f4f4f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.btn1:hover,
a.btn2:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	a.btn1 {
		padding-top: 12px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		width: 240px;
		height: 50px;
		font-size: 16px;
		box-shadow: 0px 4px #D60F10;
		-webkit-box-shadow: 0px 4px #F25810;
		-moz-box-shadow: 0px 4px #F25810;
	}
	a.btn2 {
		padding-top: 9px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		width: 240px;
		height: 50px;
		font-size: 14px;
		box-shadow: 0px 4px #4f4f4f;
		-webkit-box-shadow: 0px 4px #4f4f4f;
		-moz-box-shadow: 0px 4px #4f4f4f;
	}
	a.btn1:hover {
		opacity: 1;
	}
}

/* btnLine1 */
a.btnLine1 {
	display: inline-block;
	padding: 10px 0 0 53px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 240px;
	height: 56px;
	background: #00C300 url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_line_01.svg) no-repeat 13px 14px;
	background-size: 30px 28px;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.05em;
	box-shadow: 0px 4px #168D16;
	-webkit-box-shadow: 0px 4px #168D16;
	-moz-box-shadow: 0px 4px #168D16;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.btnLine1 span {
	display: block;
}
a.btnLine1 span.btnLine1_txt2 {
	margin-top: 2px;
}

/* listNo1 */
.listNo1 li .listNo1_vsl {
	display: table;
}
.listNo1 li .listNo1_vsl .listNo1_txt,
.listNo1 li .listNo1_vsl .listNo1_no {
	display: table-cell;
	vertical-align: top;
}
.listNo1 li .listNo1_vsl .listNo1_no {
	width: 1px;
	white-space: nowrap;
}

/* listKome1 */
.listKome1 li {
	padding-left: 1em;
	text-indent: -1em;
}

/* estimate1 */
.estimate1_sec {
	padding: 50px 40px;
	background: #23aaf2;
}
.estimate1_sec .estimate1_sec_vsl {
	margin: 0 auto;
	padding: 22px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 920px;
	background: #FFF;
}
.estimate1 {
	text-align: center;
}
.estimate1 .estimate1_lead {
	color: #E6452B;
	font-size: 17px;
	font-weight: 900;
}
.estimate1 .estimate1_lead strong {
	font-size: 23px;
	font-weight: 900;
}
.estimate1 .estimate1_btn1 {
	margin-top: 12px;
	margin-bottom: 20px;
	line-height: 0;
}
.estimate1 .estimate1_txt,.mypageLink{
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.estimate1 .estimate1_10g_txt { /*10g対応追記*/
	font-size: 13px;
	margin: 0 0 15px;
	font-weight: 500;
}
	.estimate1 .Pulldown_txt{ /*201912*/
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;	
	}
	.estimate1 .Pulldown_txt em{ /*201912*/
	font-size: 16px;
	font-weight: 700;
	}


@media screen and (max-width: 768px) {
	.estimate1_sec {
		padding: 10px;
	}
	.estimate1_sec .estimate1_sec_vsl {
		padding: 10px 0 14px 0;
		width: auto;
	}
	.estimate1 .estimate1_lead {
		font-size: 12px;
		line-height: 1.5;
	}
	.estimate1 .estimate1_lead strong {
		font-size: 14px;
	}
	.estimate1 .estimate1_btn1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.estimate1 .estimate1_btn2 {
		margin-top: 14px;
	}
	.estimate1 .estimate1_txt {
		margin-top: 12px;
		font-size: 12px;
	}

	.estimate1_10g_txt {	/*10g対応追記*/
		font-size: 12px;
		font-feature-settings : "palt";

	}
	.estimate1 .Pulldown_txt{ /*201912*/
	font-size: 12px;
	}
	.estimate1 .Pulldown_txt em{ /*201912*/
	font-size: 14px;
	}

}


/* index
------------------------------------------ */
/* mainVisual */
.mainVisual {
	position: relative;
	z-index: 1;
}
.mainVisual .mainVisual_img {
	position: relative;
	padding: 0 40px;
	min-width: 920px;
/*	background-color: #DCEDF4;　20230113削除*/
/*
	background: linear-gradient(top bottom, #DCEDF4 0%,#F5FAFC 99% ,#FFF 100%);
	background: -webkit-linear-gradient(top, #DCEDF4 0%,  #F5FAFC 99%,#FFF 100%);
*/
	line-height: 0;
	text-align: center;
	z-index: 2;
}
.mainVisual .mainVisual_img img {
	width: 920px;
	height: auto;
}
.mainVisual .mainVisual_info {
	position: relative;
/*	padding: 1px 40px 50px 40px;　20230113削除*/
	padding: 1px 40px 1px 40px;
	background: #23aaf2;
	z-index: 3;
}
.mainVisual .mainVisual_info .mainVisual_info_box {
	margin: 14px auto;
	padding: 8px 20px 10px 20px;/*202504修正*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 920px;
	background: #FFF;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mainVisual .mainVisual_info .mainVisual_info_lead {
	color: #E6452B;
	font-size: 17px;
	font-weight: 900;
}
.mainVisual .mainVisual_info .mainVisual_info_lead strong {
	font-size: 23px;
	font-weight: 900;
}
.mainVisual .mainVisual_info .mainVisual_info_btn1 {
	margin-top: 12px;
	line-height: 0;
}
.mainVisual .mainVisual_info .mainVisual_info_txt {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.mainVisual .mainVisual_img {
		padding: 0;
		min-width: 0;
	}
	.mainVisual .mainVisual_img img {
		width: 100%;
	}
	.mainVisual .mainVisual_info {
		padding: 10px;/*202504修正*/
	}
	.mainVisual .mainVisual_info .mainVisual_info_box {
		margin: 0 auto;
		padding: 10px 20px 14px 20px;
		width: auto;
	}
	.mainVisual .mainVisual_info .mainVisual_info_lead {
		font-size: 12px;
		line-height: 1.5;
	}
	.mainVisual .mainVisual_info .mainVisual_info_lead strong {
		font-size: 14px;
	}
	.mainVisual .mainVisual_info .mainVisual_info_btn1 {
		margin-top: 7px;
	}
	.mainVisual .mainVisual_info .mainVisual_info_btn2 {
		margin-top: 14px;
	}
	.mainVisual .mainVisual_info .mainVisual_info_txt, .mypageLink {
		margin-top: 12px;
		font-size: 12px;
	}
}

/* cpBnr1 */
.cpBnr1 {
	padding: 34px 0 40px 0;
	text-align: center;
}
.cpBnr1 .cpBnr1_ttl {
	color: #0A3E86;
	font-size: 25px;
	font-weight: 700;
}
.cpBnr1 .cpBnr1_bnr {
	margin-top: 13px;
	line-height: 0;
}
.cpBnr1 .cpBnr1_bnr img {
	width: 810px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.cpBnr1 {
		padding: 14px 24px 20px 24px;
	}
	.cpBnr1 .cpBnr1_ttl {
		font-size: 16px;
	}
	.cpBnr1 .cpBnr1_bnr {
		margin-top: 9px;
	}
	.cpBnr1 .cpBnr1_bnr img {
		width: 100%;
	}
}

/* pointNav */
.pointNav {
	background: #FDF2E2;
}
.pointNav .pointNav_vsl {
	margin: 0 auto;
	padding: 7px 40px 73px 40px;
	width: 920px;
}
.pointNav .pointNav_ttl {
	color: #003894;
	font-size: 35px;/*202504修正*/
	font-weight: 900;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	line-height: 1.2;/*202504修正*/
	margin-top: 22px;/*202504修正*/
}
.pointNav .pointNav_ttl strong {
	display: inline-block;
	margin-left: -3px;
	color: #EB4B2B;
	font-size: 60px;/*202504修正*/
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	vertical-align: -4px;
}
.pointNav .pointNav_list {
	margin-top: 35px;/*202504修正*/
	display: flex;/*202504追加*/
	justify-content: space-between;/*202504追加*/
}
.pointNav .pointNav_list li {
	padding-bottom: 2px;
	width: 290px;/*202504修正*/
}
/*202504修正*/
/*.pointNav .pointNav_list li:not(:first-child) {
	margin-left: 40px;
}*/
.pointNav .pointNav_list li a {
	position: relative;
	display: block;
	padding: 1px 5px 20px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 160px;/*202504修正*/
	background: #FFF;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 2px #BCB4A8;
	-webkit-box-shadow: 0px 2px #BCB4A8;
	-moz-box-shadow: 0px 2px #BCB4A8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointNav .pointNav_list li a:hover {
	opacity: 0.6;
}
.pointNav .pointNav_list li a:after {
	content: " ";
	position: absolute;
	bottom: 18px;
	left: 50%;
	display: block;
	margin-left: -6px;
	width: 12px;
	height: 7px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_anchor_01.svg) no-repeat;
	background-size: 12px;
}

.pointNav .pointNav_list li a .pointNav_list_txt1 {
	display: block;
	margin: -17px auto 0 auto;
	padding-top: 5px;
	border-radius: 22.5px;
	-webkit-border-radius: 22.5px;
	-moz-border-radius: 22.5px;
	width: 113px;
	height: 45px;
	background: #0A3E86;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointNav .pointNav_list li a .pointNav_list_txt1 em {
	font-size: 25px;
	font-weight: 900;
}
.pointNav .pointNav_list li a .pointNav_list_txt2 {
	display: block;
	padding: 24px 0 10px 0;
	color: #333;
	font-size: 20px;/*202504修正*/
	font-weight: 700;
	line-height: 1.36;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointNav .pointNav_list li a .pointNav_list_txt2 strong {
	color: #E6452B;
	font-size: 24px;
	font-weight: 700;
}
.pointNav .pointNav_list li a .pointNav_list_txt2 .pointNav_list_s1 {
	font-size: 20px;
}
.pointNav .pointNav_list li a .pointNav_list_txt2 .pointNav_list_kome {
	display: inline-block;
	margin: 0 3px 0 -1px;
	font-size: 12px;
	font-weight: 400;
}
.pointNav .pointNav_notes {
	margin-top: 17px;
	font-size: 15px;
	font-weight: 500;
}

.travel_cha_tbl{
	text-align: center;
}

.travel_cha_tbl table{
	margin: 0 auto;
}

.travel_cha_tbl thead{
	background-color: #23aaf2;
}

.travel_cha_tbl th{
	padding: 10px 78px;
	font-size: 20px;
	color: #FFF;
	border: solid #E4F2FB;
}
.travel_cha_tbl td{
	background-color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	border: solid #E4F2FB;
}
.travel_cha_tbl td .travel_price{
	font-size: 30px;
}
.travel_color{
	color: #00a5ed;
	font-weight: bold;
	font-size: 25px;
}
.travel_note{
	font-size: 13px;
}

.travel_notetext{
	font-size: 13px;
	margin-top: 20px;
}

.travel_point1,.travel_point2,.travel_point3{
	text-align: center;
}


@media screen and (max-width: 768px) {
	.pointNav .pointNav_vsl {
		padding: 10px 24px 67px 24px;
		width: auto;
	}
	.pointNav .pointNav_ttl {
		margin-top: 10px;
		font-size: 20px;
		line-height: 1.2;/*202504修正*/
	}
	.pointNav .pointNav_ttl strong {
		margin-left: -2px;
		font-size: 32px;/*202504修正*/
		vertical-align: -1px;
	}
	.pointNav .pointNav_list {
		display: block;
		margin-top: 28px;
	}
	.pointNav .pointNav_list li {
		float: none;
		padding: 0 0 2px 0;
		width: auto;
	}
	.pointNav .pointNav_list li:not(:first-child) {
		margin: 26px 0 0 0;
	}
	.pointNav .pointNav_list li a {
		padding: 1px 0 0 0;
		height: auto;
		min-height: 86px;
		text-align: left;
	}
	.pointNav .pointNav_list li a:hover {
		opacity: 1;
	}
	.pointNav .pointNav_list li a:after {
		content: " ";
		position: absolute;
		bottom: auto;
		top: 50%;
		left: auto;
		right: 15px;
		margin: -3.5px 0 0 0;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt1 {
		padding-top: 4px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		width: 80px;
		height: 30px;
		font-size: 12px;
		text-align: center;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt1 em {
		font-size: 18px;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt2 {
		padding: 9px 30px 9px 45px;
		font-size: 16px;
		line-height: 1.36;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt2 strong {
		font-size: 16px;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt2 .pointNav_list_s1 {
		font-size: 16px;
	}
	.pointNav .pointNav_list li a .pointNav_list_txt2 .pointNav_list_kome {
		margin: 0 1px 0 -1px;
		font-size: 10px;
	}
	.pointNav .pointNav_notes {
		margin-top: 9px;
		font-size: 12px;
		line-height: 1.5;
	}
	.travel_color{
		font-size: 22px;
	}
	
	.travel_cha_tbl{
	text-align: center;
}

.travel_cha_tbl table{
	margin: 0 auto;
}

.travel_cha_tbl thead{
	background-color: #23aaf2;
}

.travel_cha_tbl th{
	padding: 10px 13px;
	font-size: 14px;
	color: #FFF;
	border: solid #E4F2FB;
}
.travel_cha_tbl td{
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	border: solid #E4F2FB;
}
.travel_cha_tbl td .travel_price{
	font-size: 20px;
}
	
	
}

/* pointSec */
.pointSec .pointSec_ttl1 {
	padding: 1px 40px 0 40px;
	min-width: 920px;
	background: #23aaf2;
	color: #FFF;
	text-align: center;
}
.pointSec .pointSec_ttl1 .pointSec_ttl1_txt1 {
	display: block;
	margin: -29px auto 0 auto;
	padding-top: 8px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 170px;
	height: 60px;
	background: #0A3E86;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec .pointSec_ttl1 .pointSec_ttl1_txt1 em {
	font-size: 34px;
	font-weight: 900;
}
.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 {
	display: block;
	padding: 14px 0 28px 0;
	font-size: 42px;
	font-weight: 900;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 .pointSec_ttl1_kome {
	margin-right: 5px;
	font-size: 17px;
	font-weight: 400;
}
.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 .pointSec_ttl1_kome:nth-of-type(2) {
	margin-right: 4px;
	margin-left: 3px;
}
.pointSec .pointSec_ttl2 {
	margin-top: 50px;
	padding: 2px 0 6px 0;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background: #0A3E86;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec.pointSec1 .pointSec1_blk1 + .pointSec_ttl2 {
	margin-top: 40px;
}
.pointSec.pointSec3 .pointSec3_mainImg + .pointSec_ttl2 {
	margin-top: 0;
}
.pointSec .pointSec_ttl2 .pointSec_ttl2_b1 {
	display: block;
	padding-top: 5px;
	font-size: 35px;
}
.pointSec .pointSec_ttl2 .pointSec_ttl2_b1 .pointSec_ttl2_kome {
	font-size: 17px;
	font-weight: 400;
}
.pointSec .pointSec_ttl2 .pointSec_ttl2_b2 {
	display: block;
	margin-top: -3px;
	padding-bottom: 2px;
	font-size: 24px;
}
.pointSec .pointSec_ttl2 .pointSec_ttl2_b2 strong {
	color: #FFE223;
}
.pointSec .pointSec_body {
	background: #E4F2FB;
}
.pointSec.pointSec3 .pointSec_body {
	background: #FFF;
}
.pointSec.pointSec2 .pointSec_body {
	background: #FFF;
}
.pointSec .pointSec_body .pointSec_body_vsl {
	margin: 0 auto;
	padding: 0 40px;
	width: 920px;
}
.pointSec.pointSec1 .pointSec_body .pointSec_body_vsl {
	padding-top: 40px;
	padding-bottom: 108px;
}
.pointSec.pointSec2 .pointSec_body .pointSec_body_vsl {
	padding-top: 34px;
	padding-bottom: 108px;
}
.pointSec.pointSec3 .pointSec_body .pointSec_body_vsl {
	padding-top: 40px;
	padding-bottom: 76px;
}
.pointSec.pointSec1 .pointSec1_blk1 {
	position: relative;
	min-height: 233px;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img {
	position: absolute;
	top: 0;
	left: 106px;
	width: 233px;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img img {
	width: 233px;
	height: 233px;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_txt {
	padding: 63px 0 0 360px;
	color: #E6452B;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.2;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_detail {
	padding: 13px 0 0 360px;
	font-size: 15px;
	font-weight: 500;
}
.pointSec.pointSec1 .pointSec1_blk2 {
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.pointSec.pointSec1 .pointSec1_blk2::before {	
	content: " ";	
	position: absolute;	
	top: 50%;	
	left: 265px;	
	display: block;	
	margin-top: -40px;	
	width: 26px;	
	height: 26px;	
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_plus_01.svg) no-repeat;	
	background-size: 26px;	
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 .pointSec1_blk2_box {
	padding-top: 20px;
}

.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo > div {
	float: left;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_box {
	padding: 24px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_1 {
	width: 250px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 {
	padding-left: 56px;
	width: 250px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_3 {
	padding-left: 56px;
	width: 308px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_equal_01.svg) no-repeat 15px 50%;
	background-size: 26px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_3 .pointSec1_blk2_box {
	padding-top: 20px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt1 span {
	display: block;
	margin: 0 auto;
	padding-top: 6px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 160px;
	height: 30px;
	background: #23aaf2;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 .pointSec1_blk2_txt1 span {
	width: 130px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 {
	margin-top: 10px;
	padding-bottom: 15px;
	color: #E6452B;
	font-size: 20px;
	font-weight: 700;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 strong {
	display: inline-block;
	margin-right: 2px;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	vertical-align: -2px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 strong span {
	font-size: 20px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt3 {
	color: #E6452B;
	font-size: 20px;
	font-weight: 900;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 {
	margin-top: 5px;
	color: #E6452B;
	font-size: 24px;
	font-weight: 700;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 strong {
	display: inline-block;
	margin-right: 2px;
	font-size: 44px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	vertical-align: -3px;
}
.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 strong span {
	font-size: 34px;
}
.pointSec.pointSec1 .pointSec1_blk3 {
	position: relative;
	margin-top: 52px;
	padding: 1px 60px 50px 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_hajimete {
	position: absolute;
	top: -22px;
	right: 167px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_hajimete img {
	width: 138px;
	height: 90px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 {
	text-align: center;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt1 {
	display: block;
	margin: -23px auto 0 auto;
	padding-top: 6px;
	border: 4px solid #23aaf2;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	width: 130px;
	height: 44px;
	background: #FFF;
	color: #23aaf2;
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt1 em {
	font-size: 21px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 {
	display: block;
	margin-top: 15px;
	line-height: 1.2;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 4px solid #23aaf2;
	min-width: 320px;
	color: #003894;
	font-size: 30px;
	font-weight: 900;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span em {
	display: inline-block;
	font-weight: 900;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span em:not(:first-child) {
	margin-left: 8px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span strong {
	color: #23aaf2;
	font-size: 40px;
	font-weight: 900;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 {
	margin-top: 35px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 .pointSec1_blk3_lo1_1 {
	float: left;
	width: 390px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 .pointSec1_blk3_lo1_2 {
	float: right;
	width: 390px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 {
	text-align: center;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dt {
	padding: 13px 5px 11px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #23aaf2;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd {
	margin-top: 9px;
	color: #E6452B;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.2;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd strong {
	display: inline-block;
	margin-right: 6px;
	font-size: 68px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd strong span {
	font-size: 43px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 {
	margin-top: 22px;
	text-align: center;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl {
	float: left;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:not(:first-child) {
	margin-left: 10px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(1) {
	width: 230px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(2) {
	width: 135px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(3) {
	width: 128px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(4) {
	width: 140px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(5) {
	width: 125px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 .pointSec1_blk3_list2_case3{
	width: 180px !important;
	
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl dt {
	padding: 7px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFE6E6;
	color: #555;
	font-size: 16px;
	font-weight: 700;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl dd {
	padding: 16px 5px 0 5px;
	font-size: 18px;
	font-weight: 700;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 {
	margin-top: 28px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFE6E6;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt {
	line-height: 1.2;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt:hover {
	opacity: 0.6;
	cursor: pointer;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt span {
	display: inline-block;
	padding: 9px 33px 12px 0;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_acc_plus_01.svg) no-repeat 100% 50%;
	background-size: 22px 22px;
	color: #555;
	font-size: 16px;
	font-weight: 700;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt.open span {
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_acc_minus_01.svg) no-repeat 100% 50%;
	background-size: 22px 22px;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dd {
	display: none;
}
.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dd .pointSec1_blk3_acc1_txt {
	padding: 5px 22px 23px 22px;
	font-size: 14px;
	line-height: 1.6;
}
.pointSec.pointSec1 .pointSec1_blk4 {
	margin-top: 22px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_lead {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 {
	margin-top: 18px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li {
	float: left;
	width: 120px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:not(:first-child) {
	margin-left: 13px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li .pointSec1_blk4_list1_box {
	position: relative;
	padding: 10px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 114px;
	background: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.58;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(1) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 64px;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 40px;
	height: 36px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_01.svg) no-repeat;
	background-size: 40px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(2) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 64px;
	left: 50%;
	display: block;
	margin-left: -20.5px;
	width: 41px;
	height: 38px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_02.png) no-repeat;
	background-size: 41px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(3) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 68px;
	left: 50%;
	display: block;
	margin-left: -22.5px;
	width: 45px;
	height: 30px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_03.png) no-repeat;
	background-size: 45px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(4) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 65px;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_04.png) no-repeat;
	background-size: 36px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(5) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 60px;
	left: 50%;
	display: block;
	margin-left: -25px;
	margin-top: 7px;
	width: 50px;
	height: 38px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_05.svg) no-repeat;
	background-size: 50px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(6) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 56px;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 40px;
	height: 43px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_06.png) no-repeat;
	background-size: 40px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(7) .pointSec1_blk4_list1_box::after {
	content: " ";
	position: absolute;
	top: 56px;
	left: 50%;
	display: block;
	margin-left: -32px;
	width: 69px;
	height: 50px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_07.png) no-repeat;
	background-size: 67px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_txt1 {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_ttl1 {
	margin-top: 17px;
	color: #0A3E86;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 {
	margin-top: 16px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) {
	float: left;
	width: 450px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(2) {
	float: right;
	width: 450px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box {
	position: relative;
	padding: 34px 0 0 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 140px;
	background: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) .pointSec1_blk4_list2_box {
	padding-top: 55px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) .pointSec1_blk4_list2_box::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 50px;
	display: block;
	margin-top: -25px;
	width: 80px;
	height: 50px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_waribiki_01.svg) no-repeat;
	background-size: 80px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(2) .pointSec1_blk4_list2_box::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 50px;
	display: block;
	margin-top: -30px;
	width: 80px;
	height: 60px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_waribiki_02.svg) no-repeat;
	background-size: 80px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box em {
	color: #E6452B;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box em strong {
	display: inline-block;
	font-size: 40px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box .pointSec1_blk4_list2_p {
	margin-top: -15px;
}
.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_txt1 {
	margin-top: 16px;
	font-size: 15px;
	font-weight: 500;
}
.pointSec.pointSec1 .estimate1 {
	margin-top: 80px;
}
.pointSec.pointSec2 .pointSec2_lead {
	margin-bottom: -5px;
	font-size: 20px;
	line-height: 1.5;
}
.pointSec.pointSec2 .pointSec2_blk1 {
	margin-top: 30px;
	overflow: hidden;
}
.pointSec.pointSec2 .pointSec2_blk1 ul {
	margin: -30px 0 0 -34px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li {
	float: left;
	padding: 30px 0 0 34px;
	width: 284px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box1 {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FDF2E2;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(1) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 31px;
	display: block;
	margin-top: -25px;
	width: 70px;
	height: 50px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_01.svg) no-repeat;
	background-size: 70px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(2) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_02.svg) no-repeat;
	background-size: 54px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(3) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 33px;
	display: block;
	margin-top: -26.5px;
	width: 35px;
	height: 53px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_03.svg) no-repeat;
	background-size: 35px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(4) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 33px;
	display: block;
	margin-top: -26px;
	width: 60px;
	height: 52px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_04.svg) no-repeat;
	background-size: 60px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(5) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 36px;
	display: block;
	margin-top: -24px;
	width: 38px;
	height: 48px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_05.svg) no-repeat;
	background-size: 38px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(6) .pointSec2_blk1_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 33px;
	display: block;
	margin-top: -28px;
	width: 35px;
	height: 60px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_06.svg) no-repeat;
	background-size: 35px;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box1 .pointSec2_blk1_box2 {
	display: table;
	width: 100%;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box1 .pointSec2_blk1_box2 .pointSec2_blk1_box3 {
	display: table-cell;
	padding: 0 110px 0 22px;
	height: 100px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box3_sub {
	display: inline-block;
	margin-top: 7px;
	font-size: 12px;
	font-weight: 400;
}
.pointSec.pointSec2 .pointSec2_blk2 {
	margin-top: 30px;
	overflow: hidden;
}
.pointSec.pointSec2 .pointSec2_blk2 ul {
	margin: 0 0 0 -34px;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li {
	float: left;
	padding-left: 34px;
	width: 284px;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_box1 {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FDF2E2;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(1) .pointSec2_blk2_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 29px;
	display: block;
	margin-top: -35px;
	width: 68px;
	height: 70px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_07.svg) no-repeat;
	background-size: 68px;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(2) .pointSec2_blk2_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	margin-top: -28.5px;
	width: 80px;
	height: 57px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_08.svg) no-repeat;
	background-size: 80px;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(3) .pointSec2_blk2_box1::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	margin-top: -18px;
	width: 85px;
	height: 36px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_09.svg) no-repeat;
	background-size: 85px;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_box1 .pointSec2_blk2_box2 {
	display: table;
	width: 100%;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_box1 .pointSec2_blk2_box2 .pointSec2_blk2_box3 {
	display: table-cell;
	padding: 0 110px 0 22px;
	height: 158px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_sub {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
}
.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_sub_reg {
	font-weight: 400;
}
.pointSec.pointSec2 .pointSec2_blk3 {
	display: table;
	margin-top: 40px;
	width: 100%;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr,
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main {
	display: table-cell;
	vertical-align: top;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main {
	padding: 7px 40px 0 0;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main .pointSec2_blk3_ttl1 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main .pointSec2_blk3_txt1 {
	margin-top: 9px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr {
	width: 288px;
	line-height: 0;
}
.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr img {
	width: 258px;
	height: auto;
}
.pointSec.pointSec2 .pointSec2_subTtl1 {
	margin: 50px 0 -28px 0;
	text-align: center;
}
.pointSec.pointSec2 .pointSec2_subTtl1 strong {
	position: relative;
	display: inline-block;
	padding-top: 13px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	width: 680px;
	height: 54px;
	background: #E6452B;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.42;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec2 .pointSec2_subTtl1 strong::after {
	content: " ";
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 15px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_bg_subttl_01.svg) no-repeat;
	background-size: 30px;
}
.pointSec.pointSec2 .pointSec2_subTtl1 strong .pointSec2_subTtl1_kome{
	display: inline-block;
    margin: 0 3px 0 -1px;
    font-size: 12px;
    font-weight: 400;
}
.pointSec.pointSec2 .pointSec2_notes1 {
	margin-top: 23px;
	font-size: 15px;
	font-weight: 500;
}
.pointSec.pointSec2 .estimate1 {
	margin-top: 50px;
}
.pointSec.pointSec3 .estimate1 {
    margin-top: 50px;
}
.pointSec.pointSec3 .pointSec3_mainImg {
	line-height: 0;
}
.pointSec.pointSec3 .pointSec3_mainImg img {
	width: 100%;
	height: auto;
}
.pointSec.pointSec3 .pointSec3_blk1_lead {
	margin-top: 24px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.pointSec.pointSec3 .pointSec3_blk1_txt1 {
	margin-top: 19px;
	font-size: 16px;
	line-height: 1.75;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 {
	margin-top: 27px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li {
	float: left;
	width: 284px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li:not(:first-child) {
	margin-left: 34px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_box1 {
	padding: 20px 10px 17px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
	text-align: center;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(1) .pointSec3_blk1_list1_box1 {
	background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_01.svg) no-repeat 50% 68px;
	background-size: 68px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(2) .pointSec3_blk1_list1_box1 {
	background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_02.svg) no-repeat 50% 69px;
	background-size: 66px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(3) .pointSec3_blk1_list1_box1 {
	background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_03.svg) no-repeat 50% 74px;
	background-size: 121px 54px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt1 {
	font-size: 22px;
	font-weight: 900;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt2 {
	margin-top: 89px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt3 {
	margin-top: 119px;
	color: #E6452B;
	font-size: 24px;
}
.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt3 strong {
	font-weight: 900;
}
.pointSec.pointSec3 .pointSec3_blk2 {
	margin-top: 40px;
}
.pointSec.pointSec3 .pointSec3_blk2 table {
	width: 100%;
}
.pointSec.pointSec3 .pointSec3_blk2 table thead tr th:not(:first-child) {
	padding-left: 10px;
	width: 350px;
}
.pointSec.pointSec3 .pointSec3_blk2 table thead tr th .pointSec3_blk2_box1 {
	display: block;
	padding: 5px 5px 9px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #9ED9FF;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.pointSec.pointSec3 .pointSec3_blk2 table thead tr th:nth-of-type(3) .pointSec3_blk2_box1 {
	background: #FFD9D9;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th {
	padding: 10px 0 0 0;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th .pointSec3_blk2_box1 {
	display: table;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	background: #23aaf2;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th .pointSec3_blk2_box1 > span {
	display: table-cell;
	padding: 8px 10px 8px 18px;
	vertical-align: middle;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td {
	padding: 10px 0 0 10px;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td .pointSec3_blk2_box1 {
	display: table;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	background: #FFF;
	font-size: 15px;
	font-weight: 700;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td .pointSec3_blk2_box1 > p {
	display: table-cell;
	padding: 2px 5px 0 5px;
	text-align: center;
	vertical-align: middle;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) td .pointSec3_blk2_box1 > p {
	padding-top: 4px;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) td .pointSec3_blk2_box1,
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) th .pointSec3_blk2_box1 {
	height: 90px;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(3) td .pointSec3_blk2_box1,
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(2) td .pointSec3_blk2_box1 {
	height: 40px;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(2) th .pointSec3_blk2_box1 {
	height: 90px;
}
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(4) td .pointSec3_blk2_box1,
.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(4) th .pointSec3_blk2_box1 {
	height: 40px;
}
.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h {
	display: inline-block;
	padding: 0 0 0 59px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_24h_01.svg) no-repeat 0 0;
	background-size: 48px 48px;
	min-height: 40px;
	color: #E6452B;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h strong {
	display: inline-block;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	vertical-align: -2px;
}
.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_notes1 {
	margin-top: 26px;
	font-size: 15px;
	font-weight: 500;
}
/*10g対応追記*/
.estimate1 .pointSec_10g_txt{
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0 5px;
	font-weight: 500;
}
.pointSec .pointSec_10g_txt{
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
/*/10g対応追記*/
@media screen and (max-width: 768px) {
	.pointSec .pointSec_ttl1 {
		padding: 1px 24px 0 24px;
		min-width: 0;
	}
	.pointSec .pointSec_ttl1 .pointSec_ttl1_txt1 {
		margin-top: -16px;
		padding-top: 3px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		width: 160px;
		height: 30px;
		font-size: 16px;
	}
	.pointSec .pointSec_ttl1 .pointSec_ttl1_txt1 em {
		font-size: 20px;
	}
	.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 {
		padding: 9px 0 16px 0;
		font-size: 20px;
	}
	.pointSec.pointSec2 .pointSec_ttl1 .pointSec_ttl1_txt2 {
		padding: 11px 0 16px 0;
		line-height: 1.3;
	}
	.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 .pointSec_ttl1_kome {
		margin-right: 0;
		font-size: 12px;
	}
	.pointSec .pointSec_ttl1 .pointSec_ttl1_txt2 .pointSec_ttl1_kome:nth-of-type(2) {
		margin-left: 0px;
	}
	.pointSec .pointSec_ttl2 {
		margin-top: 30px;
		padding: 8px 5px 10px 5px;
		font-size: 18px;
		line-height: 1.4;
	}
	.pointSec.pointSec1 .pointSec1_blk1 + .pointSec_ttl2 {
		margin-top: 17px;
	}
	.pointSec .pointSec_ttl2 .pointSec_ttl2_b1 {
		padding-top: 0;
		font-size: 20px;
	}
	.pointSec .pointSec_ttl2 .pointSec_ttl2_b1 .pointSec_ttl2_kome {
		font-size: 12px;
	}
	.pointSec .pointSec_ttl2 .pointSec_ttl2_b2 {
		margin-top: 0;
		padding-bottom: 1px;
		font-size: 18px;
	}
	.pointSec .pointSec_ttl2 .pointSec_ttl2_b2 strong {
		color: #FFE223;
	}
	.pointSec .pointSec_body .pointSec_body_vsl {
		padding: 0 24px;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec_body .pointSec_body_vsl {
		padding-top: 20px;
		padding-bottom: 62px;
	}
	.pointSec.pointSec2 .pointSec_body .pointSec_body_vsl {
		padding-top: 14px;
		padding-bottom: 62px;
	}
	.pointSec.pointSec3 .pointSec_body .pointSec_body_vsl {
		padding-top: 10px;
		padding-bottom: 48px;
	}
	.pointSec.pointSec1 .pointSec1_blk1 {
		min-height: 0;
	}
	.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_lo {
		display: table;
		margin: 0 auto;
	}
	.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img {
		position: relative;
		top: auto;
		left: auto;
		display: table-cell;
		width: 136px;
		line-height: 0;
		vertical-align: middle;
	}
	.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img img {
		width: 136px;
		height: 136px;
	}
	.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_txt {
		display: table-cell;
		padding: 0 0 0 10px;
		width: auto;
		font-size: 20px;
		vertical-align: middle;
	}
	.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_detail {
		padding: 7px 0 0 0;
		font-size: 10px;
		line-height: 1.6;
	}
	.pointSec.pointSec1 .pointSec1_blk2 {
		margin-top: 15px;
		padding: 0 0 11px 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #FFF;
	}
	.pointSec.pointSec1 .pointSec1_blk2::before {
		content: " ";
		position: absolute;
		top: 59px;
		left: 51.5%;
		display: block;
		margin: 0 0 0 -7px;
		width: 14px;
		height: 14px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_plus_01_sp.svg) no-repeat;
		background-size: 14px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_box {
		padding: 15px 0 0 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: transparent;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_1 {
		float: none;
		display: inline-block;
		width: 140px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 {
		float: none;
		display: inline-block;
		padding-left: 17px;
		width: 130px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_3 {
		float: none;
		display: inline-block;
		padding-left: 41px;
		width: auto;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_equal_01.svg) no-repeat 0 47%;
		background-size: 18px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_3 .pointSec1_blk2_box {
		padding-top: 0;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt1 span {
		padding-top: 6px;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		width: 140px;
		height: 28px;
		font-size: 12px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 .pointSec1_blk2_txt1 span {
		width: 130px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 {
		margin-top: 10px;
		padding-bottom: 0;
		font-size: 12px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 strong {
		margin-right: 1px;
		font-size: 23px;
		vertical-align: -1px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt2 strong span {
		font-size: 12px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt3 {
		font-size: 14px;
		line-height: 1.2;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 {
		margin-top: 5px;
		font-size: 20px;
		line-height: 1.2;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 strong {
		margin-right: 3px;
		font-size: 35px;
		vertical-align: -2px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt4 strong span {
		font-size: 25px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 {
		margin-top: 23px;
		padding: 1px 24px 24px 24px;
	}
	.pointSec.pointSec1 .pointSec_ttl2 + .pointSec1_blk3 {
		margin-top: 28px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_hajimete {
		display: none;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt1 {
		margin-top: -14px;
		padding-top: 5px;
		border-width: 2px;
		border-radius: 13.5px;
		-webkit-border-radius: 13.5px;
		-moz-border-radius: 13.5px;
		width: 80px;
		height: 27px;
		font-size: 12px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt1 em {
		font-size: 12px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 {
		margin-top: 9px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span {
		border-width: 3px;
		min-width: 0;
		font-size: 20px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span em:not(:first-child) {
		margin-left: 4px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span em:nth-of-type(2) {
		margin-left: 8px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt2 > span strong {
		font-size: 24px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt3 {
		margin: 6px 0 0 0;
		padding-bottom: 3px;
		color: #40AD2C;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.2;
		text-align: center;
		text-indent: 0.05em;
		letter-spacing: 0.05em;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt3 > span {
		position: relative;
		display: inline-block;
		padding: 0 25px 0 33px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt3 > span::before {
		content: " ";
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
		width: 13px;
		height: 19px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/bg_hajimete_01.svg) no-repeat;
		background-size: 13px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt3 > span::after {
		content: " ";
		position: absolute;
		top: 2px;
		right: 0;
		display: block;
		width: 13px;
		height: 19px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/bg_hajimete_02.svg) no-repeat;
		background-size: 13px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_ttl1 .pointSec1_blk3_ttl1_txt3 > span > span {
		display: inline-block;
		padding: 4px 22px 0 0;
		height: 19px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_hajimete_01.svg) no-repeat 100% 0.3em;
		background-size: 14px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 {
		margin-top: 20px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 .pointSec1_blk3_lo1_1 {
		float: none;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_lo1 .pointSec1_blk3_lo1_2 {
		float: none;
		margin-top: 14px;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 {
		text-align: center;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dt {
		padding: 6px 5px 5px 5px;
		font-size: 16px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd {
		margin-top: 8px;
		font-size: 20px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd strong {
		margin-right: 3px;
		font-size: 35px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list1 dd strong span {
		font-size: 25px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 {
		margin-top: 15px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl {
		float: none;
		display: table;
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:not(:first-child) {
		margin: 10px 0 0 0;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(1) {
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(2) {
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(3) {
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(4) {
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl:nth-of-type(5) {
		width: 100%;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl dt {
		display: table-cell;
		padding: 3px 0 1px 0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		width: 110px;
		font-size: 12px;
		line-height: 1.2;
		vertical-align: middle;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_list2 dl dd {
		display: table-cell;
		padding: 0 0 0 0;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 {
		margin-top: 20px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt:hover {
		opacity: 1;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt span {
		padding: 7px 29px 7px 0;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_acc_plus_01.svg) no-repeat 100% 50%;
		background-size: 20px;
		font-size: 14px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dt.open span {
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_acc_minus_01.svg) no-repeat 100% 50%;
		background-size: 22px;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dd {
		display: none;
	}
	.pointSec.pointSec1 .pointSec1_blk3 .pointSec1_blk3_acc1 dl dd .pointSec1_blk3_acc1_txt {
		padding: 6px 15px 13px 15px;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.5;
	}
	.pointSec.pointSec1 .pointSec1_blk4 {
		margin-top: 10px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_lead {
		font-size: 16px;
		text-align: left;
		text-indent: 0;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 {
		margin-top: 13px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li {
		float: none;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:not(:first-child) {
		margin: 10px 0 0 0;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li .pointSec1_blk4_list1_box {
		padding: 14px 80px 14px 23px;
		height: auto;
		min-height: 50px;
		font-weight: 700;
		text-align: left;
		text-indent: 0;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(1) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 28px;
		margin: -14.5px 0 0 0;
		width: 32px;
		height: 29px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_01.svg) no-repeat;
		background-size: 32px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(2) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 30px;
		margin: -14px 0 0 0;
		width: 30px;
		height: 28px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_02.png) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(3) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 30px;
		margin: -10px 0 0 0;
		width: 30px;
		height: 20px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_03.png) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(4) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 30px;
		margin: -15px 0 0 0;
		width: 30px;
		height: 30px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_04.png) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(5) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 25px;
		margin: -10px 0 0 0;
		width: 40px;
		height: 30px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_05.svg) no-repeat;
		background-size: 40px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(6) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 30px;
		margin: -16px 0 0 0;
		width: 30px;
		height: 32px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_06.png) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list1 li:nth-of-type(7) .pointSec1_blk4_list1_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		left: auto;
		right: 23px;
		margin: -15px 0 0 0;
		width: 42px;
		height: 30px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_settei_07.png) no-repeat;
		background-size: 42px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_txt1 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_ttl1 {
		margin-top: 22px;
		font-size: 18px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 {
		margin-top: 14px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) {
		float: none;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(2) {
		float: none;
		margin-top: 19px;
		width: auto;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box {
		padding: 16px 100px 16px 23px;
		height: auto;
		min-height: 80px;
		font-size: 18px;
		line-height: 1.3333;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) .pointSec1_blk4_list2_box {
		padding-top: 28px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(1) .pointSec1_blk4_list2_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 39px;
		margin-top: -15.5px;
		width: 50px;
		height: 31px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_waribiki_01.svg) no-repeat;
		background-size: 50px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li:nth-of-type(2) .pointSec1_blk4_list2_box::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 32px;
		margin-top: -21px;
		width: 55px;
		height: 42px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p1_waribiki_02.svg) no-repeat;
		background-size: 55px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box em strong {
		font-size: 26px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_box .pointSec1_blk4_list2_p {
		margin-top: -8px;
	}
	.pointSec.pointSec1 .pointSec1_blk4 .pointSec1_blk4_list2 li .pointSec1_blk4_list2_txt1 {
		margin-top: 7px;
		font-size: 12px;
		line-height: 1.5;
	}
	.pointSec.pointSec1 .estimate1 {
		margin-top: 33px;
	}
	.pointSec.pointSec2 .pointSec2_lead {
		margin-bottom: -12px;
		font-size: 16px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 {
		margin-top: 15px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul {
		margin: -10px 0 0 0;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li {
		float: none;
		padding: 10px 0 0 0;
		width: auto;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(1) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -11px;
		width: 30px;
		height: 22px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_01.svg) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(2) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 31px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_02.svg) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(3) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 35px;
		margin-top: -15px;
		width: 20px;
		height: 30px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_03.svg) no-repeat;
		background-size: 20px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(4) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -13px;
		width: 30px;
		height: 26px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_04.svg) no-repeat;
		background-size: 30px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(5) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 34px;
		margin-top: -13.5px;
		width: 21px;
		height: 27px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_05.svg) no-repeat;
		background-size: 21px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li:nth-of-type(6) .pointSec2_blk1_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 27px;
		margin-top: -16px;
		width: 28px;
		height: 35px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_06.svg) no-repeat;
		background-size: 18px;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box1 .pointSec2_blk1_box2 .pointSec2_blk1_box3 {
		padding: 2px 60px 0 23px;
		height: 50px;
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	.pointSec.pointSec2 .pointSec2_blk1 ul li .pointSec2_blk1_box3_sub {
	margin-top: 0px;
    font-size: 12px;
    line-height: 1.4;
	padding-right: 20px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 {
		margin-top: 15px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul {
		margin: -10px 0 0 0;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li {
		float: none;
		padding: 10px 0 0 0;
		width: auto;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(1) .pointSec2_blk2_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -21px;
		width: 42px;
		height: 42px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_07.svg) no-repeat;
		background-size: 42px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(2) .pointSec2_blk2_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 23px;
		margin-top: -18px;
		width: 50px;
		height: 36px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_08.svg) no-repeat;
		background-size: 50px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(3) .pointSec2_blk2_box1::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 21px;
		margin-top: -12px;
		width: 55px;
		height: 24px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p2_09.svg) no-repeat;
		background-size: 55px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_box1 .pointSec2_blk2_box2 .pointSec2_blk2_box3 {
		padding: 0 90px 0 23px;
		height: 70px;
		font-size: 14px;
		line-height: 1.45;
		letter-spacing: 0.05em;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li:nth-of-type(1) .pointSec2_blk2_box1 .pointSec2_blk2_box2 .pointSec2_blk2_box3 {
		height: 90px;
	}
	.pointSec.pointSec2 .pointSec2_blk2 ul li .pointSec2_blk2_sub {
		margin-top: 0px;
		font-size: 12px;
	}
	.pointSec.pointSec2 .pointSec2_blk3 {
		display: block;
		margin-top: 22px;
		width: auto;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr,
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main {
		display: block;
		vertical-align: baseline;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main {
		position: relative;
		padding: 0;
		z-index: 2;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main .pointSec2_blk3_ttl1 {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_main .pointSec2_blk3_txt1 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr {
		position: relative;
		margin-top: -6px;
		width: auto;
		text-align: center;
		z-index: 1;
	}
	.pointSec.pointSec2 .pointSec2_blk3 .pointSec2_blk3_bnr img {
		width: 200px;
	}
	.pointSec.pointSec2 .pointSec2_subTtl1 {
		margin: 25px 0 -12px 0;
	}
	.pointSec.pointSec2 .pointSec2_subTtl1 strong {
		display: block;
		padding-top: 9px;
		border-radius: 29px;
		-webkit-border-radius: 29px;
		-moz-border-radius: 29px;
		width: auto;
		height: 58px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.42;
	}
	.pointSec.pointSec2 .pointSec2_subTtl1 strong .pointSec2_subTtl1_kome{
		margin: 0 1px 0 -1px;
    	font-size: 10px;
	}
	.pointSec.pointSec2 .pointSec2_notes1 {
		margin-top: 8px;
		font-size: 12px;
		line-height: 1.5;
	}
	.pointSec.pointSec2 .estimate1 {
		margin-top: 20px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_lead {
		margin-top: 9px;
		font-size: 16px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_txt1 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 {
		margin-top: 18px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li {
		float: none;
		width: auto;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li:not(:first-child) {
		margin: 10px 0 0 0;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_box1 {
		padding: 9px 10px 11px 116px;
		text-align: left;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(1) .pointSec3_blk1_list1_box1 {
		padding-top: 12px;
		min-height: 80px;
		background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_01.svg) no-repeat 24px 50%;
		background-size: 52px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(2) .pointSec3_blk1_list1_box1 {
		background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_02.svg) no-repeat 27px 50%;
		background-size: 47px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li:nth-of-type(3) .pointSec3_blk1_list1_box1 {
		background: #FFF url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/index_icn_p3_03.svg) no-repeat 15px 50%;
		background-size: 70px;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt1 {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt2 {
		margin-top: -1px;
		font-size: 14px;
		line-height: 1.5;
	}
	.pointSec.pointSec3 .pointSec3_blk1_list1 li .pointSec3_blk1_list1_txt3 {
		margin-top: 1px;
		font-size: 18px;
		line-height: 1.2;
	}
	.pointSec.pointSec3 .pointSec3_blk2 {
		margin-top: 15px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table thead tr th:first-child {
		width: 78px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table thead tr th:not(:first-child) {
		padding-left: 5px;
		width: 118px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table thead tr th .pointSec3_blk2_box1 {
		padding: 7px 5px 5px 5px;
		background: #C2E5FC;
		font-size: 12px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th {
		padding: 5px 0 0 0;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th .pointSec3_blk2_box1 {
		font-size: 12px;
		text-align: center;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr th .pointSec3_blk2_box1 > span {
		padding: 8px 0 8px 0;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td {
		padding: 5px 0 0 5px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td .pointSec3_blk2_box1 {
		font-size: 12px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td .pointSec3_blk2_box1 > p {
		padding: 0 3px 0 3px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) td .pointSec3_blk2_box1 > p {
		padding-top: 4px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) td .pointSec3_blk2_box1,
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(1) th .pointSec3_blk2_box1 {
		height: 54px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(3) td .pointSec3_blk2_box1,
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(2) td .pointSec3_blk2_box1 {
		height: 35px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(2) th .pointSec3_blk2_box1 {
		height: 75px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(4) td .pointSec3_blk2_box1,
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr:nth-of-type(4) th .pointSec3_blk2_box1 {
		height: 54px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h {
		padding: 0 0 0 32px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_24h_01.svg) no-repeat 0 2px;
		background-size: 25px 25px;
		min-height: 25px;
		font-size: 14px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h strong {
		margin-right: 2px;
		font-size: 24px;
		vertical-align: -1px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_notes1 {
		margin-top: 17px;
		font-size: 12px;
		line-height: 1.5;
	}
	/*10g対応追記*/
	.pointSec .pointSec_10g_txt{disp
		margin: 10px 15px;
		font-size: 12px;
		text-align: center;
		font-feature-settings:  "palt";
	}
	/*/10g対応追記*/
}
@media screen and (max-width: 320px) {
	.pointSec.pointSec1 .pointSec1_blk2::before {
		content: " ";
		position: absolute;
		top: 59px;
		left: 50%;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_1 {
		width: 120px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 {
		padding-left: 10px;
		width: 120px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_txt1 span {
		padding-top: 7px;
		width: 120px;
		font-size: 11px;
	}
	.pointSec.pointSec1 .pointSec1_blk2 .pointSec1_blk2_lo .pointSec1_blk2_lo_2 .pointSec1_blk2_txt1 span {
		width: 120px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 table tbody tr td .pointSec3_blk2_box1 {
		font-size: 10px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h {
		padding: 0 0 0 25px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_24h_01.svg) no-repeat 0 2px;
		background-size: 20px 20px;
		min-height: 20px;
	}
	.pointSec.pointSec3 .pointSec3_blk2 .pointSec3_blk2_24h strong {
		font-size: 20px;
	}
}

/* aboutSec */
.aboutSec {
	padding: 0 40px;
	background: #F2F2F2;
}
.aboutSec .aboutSec_vsl {
	margin: 0 auto;
	padding: 39px 0 25px 0;
	width: 920px;
}
.aboutSec .aboutSec_ttl1 {
	color: #0A3E86;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.aboutSec .aboutSec_ttl2 {
	margin-top: 19px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.72;
}
.aboutSec .aboutSec_lo1 + .aboutSec_ttl2 {
	margin-top: 26px;
}
.aboutSec .aboutSec_txt1 {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.72;
}
.aboutSec .aboutSec_txt2 {
	margin-top: 28px;
	font-size: 14px;
	line-height: 1.72;
	text-align: right;
}
.aboutSec .aboutSec_pop1 {
	margin-top: 3px;
	padding: 0 0 0 18px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_pop_01.png) no-repeat 3px 0.65em;
	background-size: 9px 9px;
}
.aboutSec .aboutSec_pop2 {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.72;
	text-align: right;
}
.aboutSec .aboutSec_pop2 a {
	display: inline-block;
	padding: 0 0 0 18px;
	background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_pop_01.png) no-repeat 3px 0.65em;
	background-size: 9px 9px;
}
.aboutSec .aboutSec_lo1 {
	display: table;
	margin-top: 16px;
	width: 100%;
}
.aboutSec .aboutSec_lo1 .aboutSec_lo1_2,
.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 {
	display: table-cell;
	vertical-align: top;
}
.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 {
	padding: 0 30px 0 0;
	font-size: 18px;
	line-height: 1.9;
}
.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 p:not(:first-child) {
	margin-top: 23px;
}
.aboutSec .aboutSec_lo1 .aboutSec_lo1_2 {
	padding-top: 7px;
	width: 451px;
	line-height: 0;
}
.aboutSec .aboutSec_lo1 .aboutSec_lo1_2 img {
	width: 451px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.aboutSec {
		padding: 0 24px;
	}
	.aboutSec .aboutSec_vsl {
		padding: 32px 0 17px 0;
		width: auto;
	}
	.aboutSec .aboutSec_ttl1 {
		font-size: 20px;
	}
	.aboutSec .aboutSec_ttl2 {
		font-size: 12px;
		line-height: 1.5;
	}
	.aboutSec .aboutSec_lo1 + .aboutSec_ttl2 {
		margin-top: 22px;
	}
	.aboutSec .aboutSec_txt1 {
		font-size: 12px;
		line-height: 1.5;
	}
	.aboutSec .aboutSec_txt2 {
		margin-top: 24px;
		font-size: 12px;
		line-height: 1.5;
	}
	.aboutSec .aboutSec_pop1 {
		margin-top: 5px;
		padding: 0 0 0 16px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_pop_01.png) no-repeat 2px 0.5em;
		background-size: 9px 9px;
	}
	.aboutSec .aboutSec_pop2 {
		margin-top: 7px;
		font-size: 12px;
		line-height: 1.5;
	}
	.aboutSec .aboutSec_pop2 a {
		padding: 0 0 0 16px;
		background: url(https://www.sbisonpo.co.jp/cha/common/images/mainlp/icn_pop_01.png) no-repeat 2px 0.5em;
		background-size: 9px 9px;
	}
	.aboutSec .aboutSec_lo1 {
		display: block;
		width: auto;
	}
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_2,
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 {
		display: block;
		vertical-align: baseline;
	}
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 {
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.6;
	}
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_1 p:not(:first-child) {
		margin-top: 16px;
	}
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_2 {
		padding-top: 14px;
		width: auto;
		text-align: center;
	}
	.aboutSec .aboutSec_lo1 .aboutSec_lo1_2 img {
		width: 260px;
	}
}


/* Print
------------------------------------------ */
@media print {

	/* All */
	html { overflow: visible; }

}


/* PageTop
------------------------------------------ */
.page_top{
	display:block;
	background: #0A3E86;
	position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 10;
}

.page_top > img{
	width: 20px;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.page_top{
		right: 2%;
		bottom: 10%;
	}

}
@media screen and (max-width: 768px) {
	.md-formSelect {
	width: 90%;
}
	.estimate1_intro {
    font-size: 12px;
    line-height: 1.5;
}
}

/* ad_footerbtn
------------------------------------------ */

/* 「SlideUP」動作内容 */
@keyframes SlideUP {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に-50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
  }
}
	.ad-up{
		animation-duration: 2s;/* アニメーション時間 */
		animation-name: SlideUP;/* アニメーション名 */
		animation-iteration-count: 1;/* アニメーションの繰り返し（1回のみ）*/
		animation-fill-mode:forwards ;
		z-index:2;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		padding:  10px;
		background: #0A3E86;
		transform: translate(0, 100px);


	}	
 
	
	#ad_footerbtn_area{
		display: block;
		clear: both;
	}
	.ad_footerbtn_inner {
		width: 920px;
		margin: 0 auto;
}
	.ad＿footertext{
		width: 50%;
		display: inline-block;
		color: #fff;
		font-size: 130%;
		font-weight: 700;
		float: left;
		margin: 10px auto;
		text-align: center;
		vertical-align: middle;
	}
	.ad＿footertext span{
		font-size: 140%;
	}
	.ad＿footerbtn {
		width: 48%;
		float: right;
	}
	.ad＿footerbtn a{
		color: #fff;
		width: 80%;
		margin: 5px 0 10px;
		font-size: 20px;
		padding-top: 5px;
		height: 45px;
		box-shadow: 0px 3px #D60F10;
		-webkit-box-shadow: 0px 3px #F25810;
		-moz-box-shadow: 0px 3px #F25810;
	}

@media screen and (max-width: 768px) {
		.ad-up {
		height:auto;
		padding: 10px 0 10px;
		}
		.wrapper .ad_footerbtn_inner {
		width: auto;
		height: auto;
		}
	.ad＿footertext{
		float: none;
		display: none;
		}
		.ad＿footerbtn {
			width:auto;
			float:none;
			margin: 0 auto;
		}
		.ad＿footerbtn a{
			color: #fff;
			width:80%;
			background-image: none;
			display: block;
			padding: 8px 5px 8px;
			margin: 5px auto;
			font-size: 100%;
			text-align: center;
			border-radius: 3px;
		}
		.ad_footerbtn_page_top{
			bottom: 18%;/* ボタン分の空き設定 */
	}
}

/* OCR
------------------------------------------ */
/*PC*/
.ocr_lp_pc_vsl{
	text-align: center;
}
.ocr_lp_pc{
	display: flex;
    justify-content: center; 
    align-items: center;  
	margin-top: 20px;
}
.ocr_lp_pc .ocr_lp_pc_box01{
	margin-right: 10px;
}
.ocr_lp_pc_vsl .ocr_lp_pc_box03{
	font-weight: 900;
}
.ocr_lp_pc_vsl .ocr_lp_pc_box03 p span{
	color: #FF0033;
}

/* 2019-2020 system_maintenance
------------------------------------------ */
.important__vsl{
	border: 2px solid #FC0C1B;
	width: 680px;
	margin: 0 auto 20px;
	font-size: 14px;
}
.important__vsl .important_ttl {
	color: #FC0C1B;
	font-weight: 700;
	font-size: 15px;
	padding: 4px 0 0;
}
.important__vsl .important_txt{
	padding: 4px 10px;
}
@media screen and (max-width: 768px) {
	.important__vsl{
	width: auto;
	font-size: 12px;
	line-height: 1.4;
	padding: 5px;
	margin-bottom: 15px;
}
	.important__vsl .important_ttl {
	font-size: 13px;
}
	
}

/* 202209　ネット割
------------------------------------------ */

.aboutSec_netwari{
	background-color: #fff;
	padding: 20px;
	margin-bottom:30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.aboutSec_netwari > h2{
	text-align: center;
	font-size:20px;
}
.aboutSec_netwari > p{
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
.aboutSec_netwari > h2{
	font-size:16px;
}
.aboutSec_netwari > p{
	font-size: 12px;
}
}


.accordion-008 {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] summary::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
	.accordion-008 summary{
		font-size: 13px;
	}
}


.accordion-006 {
    max-width: 100%;
    margin-bottom: 7px;
    background-color: #e6edf3;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #b6bdc3;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

.list-003 {
    list-style-type: none;
	font-size: 16px;
}

.list-003 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
}

.list-003 li::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%232589d0%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E') ;
	background-repeat: no-repeat;
    content: '';
}
@media screen and (max-width: 768px) {
	.list-003 li::before {
    width: 3em;  
}
	.list-003 {
    list-style-type: none;
    font-size: 13px;
}
}
.button-001{
	text-align: center;
}
.button-001 a {
    display: inline-flex;/*202504修正*/
    justify-content: center;
    align-items: center;
    max-width: 515px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #23aaf2;
    border-radius: 5px;
    background-color: #fff;
    color: #23aaf2;
    font-size: 1em;
	text-decoration: none;
	cursor: pointer;
}
.button-001 a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #23aaf2;
    border-right: 2px solid #23aaf2;
    content: '';
}
/*---------モーダル---------*/
@media screen and (max-width:768px) {
    .lp-main {
        padding-top: 4.26667vw;
    }
}
.lp-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    pointer-events: none;
    background-color: rgba(51, 51, 51, .3);
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.lp-modal--active {
    pointer-events: visible;
    opacity: 1;
}
.lp-modal-heading {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width:769px) {
    .lp-modal-heading {
        padding-bottom: 15px;
        font-size: 20px;
    }
}
.lp-modal-heading:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #13478e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lp-modal-contents {
    position: relative;
    width: 100%;
    max-width: 840px;
}
.lp-modal-layout {
    max-height: 70vh;
    padding: 20px 25px 25px;
    overflow: auto;
    background-color: #fff;
}
@media screen and (min-width:769px) {
    .lp-modal-layout {
        max-height: 85vh;
        padding: 30px 25px 40px;
    }
}
.lp-modal-contents-layout {
    max-width: 690px;
    margin: 0 auto;
}
.lp-modal-close-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

/* 202505　保険料例
------------------------------------------ */
.PremiumExample .si-column .si-columnContainer--sizeM{
    width: calc((100% - 58px) / 5);
}
.si-box__innerDetail .si-textColor--accent04 .hokenryo{
    font-size: 30px;
}
@media screen and (max-width: 768px) {
.PremiumExample .si-column .si-columnContainer--sizeM:nth-child(-n+3){
    width: calc((100% - 20px) / 3);
    margin-top: unset;
}
.PremiumExample .si-column .si-columnContainer--sizeM:nth-child(n+4){
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
}
.PremiumExample .si-column{
    display: flex;
 }
.PremiumExample .si-mass{
    flex-wrap: wrap;
}
.PremiumExample .si-column .si-columnContainer .si-box .si-box__inner .si-box__innerTitle p{
    font-size: 14px;
}
.si-box__innerDetail .si-textColor--accent04 .hokenryo{
    font-size: 22px;
}
}
/* 202505　チェック
------------------------------------------ */
.si-listCheck .si-listCheck__item{
    background: url(https://www.sbisonpo.co.jp/asset/img/icn_list_check_02.svg) no-repeat 0 0.5em;
    background-size: 13px 10px;
    font-weight: 500;
}
.si-listCheck{
    padding: 20px;
}
/* 202505　＋画像
------------------------------------------ */
.Compensation .si-column{
		align-items: center;
	}
.si-column .img_Plus img{
		width: 50px;
		margin: auto 10px;
	}
@media screen and (max-width: 768px) {
.img_Plus{
		margin: 10px auto;
	}
}
/* 202505　トラブル対応/トラベルサービス
------------------------------------------ */
.si-travelAreaJideskBox01{
	background-color: #fff;
	padding: 30px;
}
.si-imgtext .si-imgtext__imgbox--size70px img{
    width: 60px;
}
.si-travelAreaJideskBox01_text{
	font-size: 15px;
}
.si-travelAreaJideskBox01 .si-column .si-columnContainer .si-imgtext .si-imgtext__textbox--sizeAuto{
	padding: 0 14px 0 12px;
}
@media screen and (max-width: 768px) {
.si-travelAreaJideskBox01 .si-column .si-columnContainer--sizeL{
	text-align: center;
}
.si-travelAreaJideskBox01 .si-column .si-imgtext.si-imgtext--keep{
	margin: auto;
}
.si-travelAreaJideskBox01 .si-column .si-columnContainer .si-imgtext .si-imgtext__textbox--sizeAuto{
	padding: 5px 14px 0 12px;
}
}	
/* 202505　SBI損保の海外旅行保険はネット完結でカンタンお手続き
------------------------------------------ */
.WebProcedure_column .si-column .si-columnContainer--sizeM{
	width: calc((100% - 58px) / 2);
}
.WebProcedure_column .si-column .si-box--back{
	padding: 30px;
}
.WebProcedure_column .si-image{
	text-align: center;
}
.WebProcedure_column .si-image img{
	width: auto;
	height: 130px;
}
@media screen and (max-width: 768px) {
.WebProcedure_column .si-column .si-columnContainer--sizeM{
	width: auto;
}
.WebProcedure_column .si-image img{
	width: 80%;
	height: auto;
}
}
/* 202505　ご契約の流れ
------------------------------------------ */
.step_text{
	text-align: center;
}
@media screen and (max-width: 768px) {
.stepBox .si-column .si-columnContainer .si-box .si-box__inner .si-box__innerDetail{
	display: flex;
}
.stepBox .si-column .si-box--normal{
	padding: 10px 20px 10px 20px;
}
.step_img{
	width: 80px;
}
.step_img .si-image{
	width: 80px;
}
.step_text{
	text-align: left;
	margin: auto 0;
	padding-left: 20px;
}
}
/* 202505　SBI損保の海外旅行保険に加入した決め手
------------------------------------------ */
.si-listData--type01 .si-listData__container .si-listData__title {
	width: 15%;
	padding-right: 0;
}
.per {
	width: 15%;
}
.si-listData--type01 .si-listData__container .reason {
	padding: 20px 20px 17px 30px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	width: 70%;
}
.reason .re_no1 {
	font-size: 28px;
	padding-top: 20px;
}
.reason .re2_no2, .reason .re_no3 { 
	padding-top: 10px;
}
.si-listData--type01 .si-listData__container .si-listData__title .rank_no2_3 {
	width: 85%;
	padding-left: 10px;
}
.per .si-listData__text .per_no2_3 {
	width: 85%;
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
.si-travelAreaJideskBox01 .si-listData--type01 .si-listData__container {
	display: table;
}
.si-listData--type01 .si-listData__container .reason {
	padding: 10px 2px 10px 8px;
	width: 60%;
}
.per {
	width: 20%;
}
.per .si-listData__text .per_no2_3 {
	padding-right: 5px;
}
.reason .re_no1 {
	font-size: 22px;
	padding-top: 10px;
}
.reason .re2_no2,.reason .re_no3 {
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.4;
}
.reason .re_no3 {
	padding-top: 0px;
	font-size: 15px;
}
}
/* 202505　SBI損保の海外旅行保険についての満足度
------------------------------------------ */
.pointSec .pointSec_body .pointSec_body_vsl {
	padding: 0;
}
.pointSec.pointSec1 .pointSec1_blk1{
	position: relative;
	min-height: 240px;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img{
	position: absolute;
	top: 0;
	left: 20px;
	width: 233px;
	height: 233px;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_txt {
	font-weight: 700;
	max-width: 1240px;
	font-size: 30px;
	padding: 63px 0 0 270px;
	line-height: 1.2;
	color: #333;
}	
.spInline, .sp{
	display: none;	
}	
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_detail{
	line-height: 1.47;
	padding: 13px 100px 0 270px;
	font-size: 15px;
	font-weight: 500;
}
.manzokudo .pointSec.pointSec1 .pointSec_body .pointSec_body_vsl{
	padding: 0;
}
.manzokudo .pointSec .pointSec_body{
	background-color: #fff;
}
@media screen and (max-width: 768px) {
.si-listData--type01 .si-listData__container .si-listData__title .rank_no2_3 {
	width: 90%;
	padding-left: 3px;
}
.si-listData--type01 .si-listData__container .re_no2 {
	padding-top: 16px;
}
.si-listData--type01 .si-listData__container .si-listData__data {
	padding: 11px 0 12px 0;
}
.si-listData--type01 .si-listData__container .si-listData__title, .si-listData--type01 .si-listData__container .si-listData__data {
	width: 100%;
}
.p0-30 .si-listNotes .si-listNotes__vessel .si-listNotes__text, .si-listNotes .si-listNotes__vessel .si-listNotes__number{
	padding-bottom: 30px;
}
.pointSec.pointSec1 .pointSec1_blk1{
	min-height: 0;
}
.si-mgt40{
	margin-top: 26px !important;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_lo{
	display: table;
	margin: 0 auto;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img{
	position: relative;
	top: auto;
	left: auto;
	display: table-cell;
	width: 136px;
	line-height: 0;
	vertical-align: middle;
	height: unset;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_img img{
	width: 136px;
	height: 136px;	
	max-width: unset;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_txt{
	font-size: 20px;
	display: table-cell;
	padding: 0 0 0 10px;
	width: auto;
	vertical-align: middle;
}
.spInline{
	display: inline-block;
}
.pointSec.pointSec1 .pointSec1_blk1 .pointSec1_blk1_detail{
	padding: 20px 0 0 0;
	font-size: 10px;
}
.pointSec .pointSec_body .pointSec_body_vsl {
	padding: 0 24px;
}
}
/* 202505　キャンセル保険遷移部分
------------------------------------------ */
.Cancel_Box{
	width: 600px;
    margin: 50px auto 20px;
}
.Cancel_Box a{
	text-decoration: unset;
}
.Cancel_Box a .si-box{
	border: 2px solid #f28222;
	padding: 10px;
	background-color: #fff;
}
.Cancel_Box a .si-box .Sub_Text{
	font-size: 15px;	
}
.Cancel_Box a .si-box .Main_Text{
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #f28222;
	position: relative;
}
.Cancel_Box a .si-box .Main_Text span{
	border-bottom: 2px solid #f28222;
}
.Cancel_Box a .si-box .Main_Text::after{
	display: inline-block;
    width: 30px;
    height: 30px;
    border: 4px solid #f28222;
    border-right: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) rotate(135deg);
    content: "";
    order: 2;
	margin-left: 10px;
	position: absolute;
	left: 540px;
}
.Cancel_Box a:hover{
	opacity: 0.6;
	color: unset;
}
@media screen and (max-width: 768px) {
.Cancel_Box{
    width: auto;
	margin: 50px auto 0;
}
.Cancel_Box a .si-box .Sub_Text{
	font-size: 13px;	
}
.Cancel_Box a .si-box .Main_Text{
	font-size: 14px;	
}
.Cancel_Box a .si-box .Main_Text::after{
    width: 12px;
    height: 12px;
    border: 3px solid #f28222;
	border-right: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) rotate(135deg);
	margin-left: 5px;
	position: unset;
}
}
/* 202505　リピーター割引の適用条件
------------------------------------------ */
.Conditions_list{
	font-size: 15px;
}
@media screen and (max-width: 768px) {
.Conditions_list{
    font-size: 13px;
}
}