@charset "utf-8";

#wrapper {
	padding-top: 80px;
}
@media screen and (max-width:767px) {
	#wrapper {
		padding-top: 60px;
	}
}
#l_contents {
	max-width: inherit;
	padding-left: 0;
	padding-right: 0;
}
/*-- 

common

====================================================== --*/
#wrap_kakakucom .for_pc {
	display: block;
}
#wrap_kakakucom .for_sp {
	display: none;
}
/*-- a --*/
#wrap_kakakucom .op, #wrap_kakakucom a img {
	opacity: 1;
	transition: opacity .15s ease-in-out;
}
#wrap_kakakucom .op:hover, #wrap_kakakucom a:hover img {
	opacity: 0.7;
	cursor: pointer;
}
/*-- link --*/
#wrap_kakakucom .link {
	display: flex;
	line-height: 1.2;
}
#wrap_kakakucom .right {
	text-align: right;
	line-height: 1.2;
}
#wrap_kakakucom .right a {
	text-decoration: underline;
	margin: 3px 0 0 5px;
}
#wrap_kakakucom .right a:hover {
	text-decoration: none;
}
/*-- text-indent --*/
#wrap_kakakucom ul.ti_1em > li, #wrap_kakakucom li.ti_1em, #wrap_kakakucom p.ti_1em {
	text-indent: -1em;
	padding-left: 1em;
}
/*-- other --*/
#wrap_kakakucom .eo {
	font-size: 1.2em;
}
/*-- 

content_keyvisual

====================================================== --*/
#content_keyvisual {
	text-align: center;
}
#content_keyvisual h1 {
/*
	background: url(../img/bg_keyvisual.svg) no-repeat center top;
	background-size: 100% 100%;
*/
	padding: 30px 0 20px;
}
#content_keyvisual h1 img {
	width: 100%;
	height: auto;
	max-width: 834px;
}
#content_keyvisual a {
	display: inline-block;
	margin: 40px 20px 20px;
}
#content_keyvisual a img {
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#content_keyvisual a:hover img {
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
.kv_cp_container {
	background: #FFFDCE;
	margin-top: 48px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	max-width: 1024px;
	text-align: center;
}
/*-- 

content_lead

====================================================== --*/
#content_lead {
	text-align: center;
	color: #000;
	padding: 80px 20px 24px;
}
#content_lead .text01 {
	font-size: 26px;
}
#content_lead .text01 br {
	display: none;
}
#content_lead .text01 span:first-child strong {
	color: #000;
	font-size: 140%;
}
#content_lead .text01 span:last-child {
	font-size: 140%;
}
#content_lead .text01 span:last-child strong {
	color: #000;
	font-size: 128.5%;
}
#content_lead .text02 {
	font-size: 128.5%;
	line-height: 1.4;
	margin-top: 10px;
}



/*-- 

content_service

====================================================== --*/
#content_service {
	/*background:#ffe100;*/
}
#content_service > .inner {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1064px;
	padding: 0 20px 64px;
}
/*-- 

content_option

====================================================== --*/
#content_option {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	margin-bottom: 32px;
}
#content_option h2 {
	text-align: center;
	background: #ffe100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 24px;
	padding: 10px;
}
#content_option ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px;
}
#content_option .text-attention ul {
	margin: 0;
}
#content_option ul figure {
	text-align: center;
}
#content_option ul .link {
	margin-top: 20px;
}
#content_option ul li:nth-child(2) figure {
	margin: 10px;
}
#content_option ul li:first-child img, #content_option ul li:last-child img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
#content_option ul li:nth-child(2) img {
	width: 100%;
	max-width: 310px;
	height: auto;
}
#content_option ul li:nth-child(1), #content_option ul li:nth-child(2), #content_option ul li:nth-child(3) {
	flex: 1;
}
/*-- 

content_tv

====================================================== --*/
#content_tv {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	margin-bottom: 32px;
}
#content_tv > .inner {
	background: #fff;
	padding: 20px;
}
#content_tv h2 {
	text-align: center;
	background: #ffe100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 24px;
	padding: 10px;
}
/*-- box_tv-pack --*/
#content_tv .box_tv-pack {
	/*background:#fffce5;*/
	padding: 30px;
}
#content_tv .box_tv-pack h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EE734B;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 160%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
}
#content_tv .box_tv-pack picture {
	display: block;
	max-width: 842px;
	margin: 20px auto 0;
}
#content_tv .box_tv-pack picture img {
	width: 100%;
	max-width: 842px;
	height: auto;
}
#content_tv .box_tv-pack .benefit_container {
	display: flex;
	align-items: center;
}
#content_tv .box_tv-pack .benefit_container div {
	flex-basis: 46%;
	max-width: 46%;
}
#content_tv .box_tv-pack .benefit_container div:nth-of-type(2) {
	flex-basis: 5%;
	max-width: 5%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media screen and (max-width:750px) {
	#content_tv .box_tv-pack .benefit_container {
		display: block;
	}
	#content_tv .box_tv-pack .benefit_container div {
		max-width: 100%;
		text-align: center;
	}
	#content_tv .box_tv-pack .benefit_container div:nth-of-type(2) {
		display: block;
		max-width: 10%;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
	}
}
#content_tv .box_tv-pack picture ul {
	max-width: 428px;
	font-size: 85.7%;
	margin: 20px 0 0 49%;
}
#content_tv .link, #content_tv .right {
	margin-top: 5px;
}
#content_tv .box_grade {
	text-align: center;
	background: #d9f0f0;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	padding: 25px 20px;
}
#content_tv .box_grade strong {
	display: block;
	font-size: 150%;
}
#content_tv .box_grade br {
	display: none;
}
/*-- btn_price-list --*/
#content_tv .btn_price-list {
	position: relative;
	/*cursor:pointer;*/
	line-height: 1.4;
	text-align: center;
	background: -webkit-linear-gradient(#fff, #dcdcdc);
	background: linear-gradient(#fff, #dcdcdc);
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	border: 2px solid #dcdcdc;
	box-shadow: 0 5px rgba(0, 0, 0, 0.23);
	/*box-shadow:0 6px 13px 3px rgba(0,0,0,0.23);*/
	margin-top: 40px;
	padding: 15px 70px 10px;
}

#content_tv .btn_price-list strong {
	font-size: 125%;
}
/*-- price_section --*/
#content_tv .price_section {
	margin: 30px 0 0;
}
#content_tv .price_section p.table-tax {
	text-align: right;
}
#content_tv .price_section table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#content_tv .price_section td, #content_tv .price_section th {
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
#content_tv .price_section td.space, #content_tv .price_section th.space {
	border-top: none;
	border-bottom: none;
}
#content_tv .red {
	color: #ee455c;
}
#content_tv .monthly_data .start, #content_tv .monthly_data .next {
	font-weight: bold;
}
#content_tv .monthly_data .start .price, #content_tv .monthly_data .next .price {
	font-size: 150%;
}
#content_tv .price_section .net {
	max-width: 189px;
}
#content_tv .price_section .denwa {
	max-width: 119px;
}
#content_tv .price_section .tv {
	max-width: 208px;
}
#content_tv .price_section .space {
	max-width: 41px;
}
#content_tv .price_section .start {
	max-width: 199px;
}
#content_tv .price_section .next {
	max-width: 198px;
}
#content_tv .price_section th.net {
	background: #6794d4;
}
#content_tv .price_section th.denwa {
	background: #83c24b;
}
#content_tv .price_section th.tv {
	background: #ee9b4b;
}
#content_tv .price_section th.space {
	background: #fff;
}
#content_tv .price_section th.start {
	background: #ee455c;
}
#content_tv .price_section th.next {
	background: #eee;
}
#content_tv .price_section .net img, #content_tv .price_section .denwa img, #content_tv .price_section .tv img, #content_tv .price_section .space img, #content_tv .price_section .start img, #content_tv .price_section .next img {
	width: 100%;
	height: auto;
}
#content_tv .notice {
	font-size: 85.7%;
	margin-top: 20px;
}
/*
#content_tv .lst_link{
margin-top:30px;
}
*/
#content_tv .price_section img {
	width: 100%;
}
.flex_row {
	/* flexible boxの使用宣言（box,flexbox,flex） */
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- ie10 ---*/
	display: -webkit-flex; /*--- mac old safari ---*/
	display: flex;
	/* flexアイテムの横方向の位置揃え */
	-webkit-box-pack: justify; /*--- Androidブラウザ ---*/
	-ms-flex-pack: justify; /*--- ie10 ---*/
	-webkit-justify-content: space-between; /*--- mac old safari ---*/
	justify-content: space-between;
	/* flexアイテムの縦方向の整列 */
	-webkit-box-align: stretch; /*--- Androidブラウザ ---*/
	-ms-flex-align: stretch; /*--- ie10 ---*/
	-webkit-align-items: stretch; /*--- mac old safari ---*/
	align-items: stretch;
	/* flexアイテムの並び方向 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal; /*--- Androidブラウザ 2つに分かれている ---*/
	-ms-flex-direction: row; /*--- ie10 ---*/
	-webkit-flex-direction: row; /*--- mac old safari ---*/
	flex-direction: row;
	/* flexアイテムを複数行にするかどうか */
	/* box仕様のbox-linesに当たるが、androidブラウザは未対応 */
	/* wrapさせたい場合はandroid4DefaultBrowser.cssにて対応すること */
	-ms-flex-wrap: nowrap; /*--- ie10 ---*/
	-webkit-flex-wrap: nowrap; /*--- mac old safari ---*/
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_row > * {
	/**** flexible box関連指定 ****/
	/* flexアイテムの伸縮、アイテム幅の指定 */
	-webkit-box-flex: 0.1; /*--- Androidブラウザ 要素がはみ出す場合があることへの対処 ---*/
	/*-ms-flex: 1 1;*/ /*--- ie10 ---*/
	/*-webkit-flex: 1 1 auto; */ /* mac old safari */
	/* ie11で、flex-basisを記述すると正しく動作しないので記載しないように変更 */
	/*flex: 1 1;*/ /*--- flex-grow,flex-shrink,flex-basis ---*/
	/* 並び順の指定 */
	-webkit-box-ordinal-group: 1; /*--- Androidブラウザ ---*/
	-ms-flex-order: 0; /*--- ie10 ---*/
	-webkit-order: 0; /*--- mac old safari ---*/
	order: 0;
}
.plan_ttl {
	background: #39c9f9;
	padding: 1rem;
	margin-bottom: 40px;
}
.plan_ttl span {
	display: block;
}
.plan_ttl span:first-child {
	width: 68%;
}
.plan_ttl span:first-child img {
	width: 100%;
}
.plan_ttl span:last-child {
	width: 30%;
	margin-left: 2%;
	text-align: right;
}
.box_tv-pack .tv-pack_list {
	border: 2px solid #EBEBEB;
	padding-bottom: 20px;
	margin: 20px auto 10px;
}
@media screen and (max-width: 1024px) {
	.price_section .ttl_info a {
		display: block;
		margin-top: 10px;
	}
}
@media screen and (max-width: 736px) {
	.price_section .ttl_info {
		padding: 1rem;
		/*text-align: right;*/
	}
	.price_section .bnrs {
		margin-bottom: 2rem;
	}
	.price_section .bnrs li {
		margin-bottom: 1.5rem;
	}
	.price_section .info_02 p {
		margin: 0 auto;
	}
	.price_section .info_02 {
		border: 2px solid #bfbfbf;
		margin: -30px auto 0;
	}
	.price_section .ttl_info a img {
		max-width: 160px;
	}
	#content_tv .price_section img {
		width: 100%;
	}
	.plan_ttl {
		padding: 0.7rem;
		margin-bottom: 0;
	}
	.plan_ttl span:first-child {
		width: 100%;
	}
	.plan_ttl span:first-child img {
		width: 100%;
	}
	.plan_ttl span:last-child {
		width: 40%;
		margin: 10px auto 0;
	}
	.plan_ttl span:last-child img {
		width: 100%;
	}
	.flex_row {
		display: block;
	}
	.box_tv-pack .tv-pack_list {
		margin-top: 0;
	}
}
/*-- 

content_info

====================================================== --*/
#content_info {
	background: #ffe100;
	text-align: center;
	padding: 40px 20px;
}
#content_info p {
	margin: 0 auto;
	width: 100%;
	max-width: 1010px;
}
#content_info p img {
	width: 100%;
	height: auto;
}
#content_info a {
	display: inline-block;
	margin: 20px 20px 0;
	/* margin:40px 20px 0; */
}
#content_info a img {
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#content_info a:hover img {
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}


	/*-- 

eo光はお客さま満足度No.1！

====================================================== --*/
.content_lead {
	text-align: center;
	color: #000;
	padding: 5.3333vw 2.6666vw;
}
.no1_container {
	padding: calc(1.6vw + 3.3333vw);
}
.no1_item {
	border: 2px solid #EBEBEB;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.no1_item h2 {
	text-align: center;
	background: #ffe100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 20px;
	padding: 10px;
}
.no1_item-inner {
	padding: 4vw;
}
.no1_item h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 12px;
}
.no1_item-img {
	padding-top: 10px;
	text-align: center;
}
@media screen and (min-width:768px) {
	.content_lead {
		padding: 80px 20px 24px;
	}
	.no1_container {
		max-width: 1050px;
		margin-right: auto;
		margin-left: auto;
    padding: 0 20px;
		display: flex;
		justify-content: space-between;
	}
	.no1_item {
		flex-basis: 48%;
		max-width: 48%;
		display: flex;
		flex-direction: column;
	}
	.no1_item h2 {
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			font-size: 24px;
			padding: 10px;
	}
	.no1_item-inner {
		padding: 30px
	}
	.no1_item-img {
		margin-top: auto;
	}
}





@media screen and (max-width:960px) {}
@media screen and (max-width:870px) {}
@media screen and (max-width:750px) {
	/*-- 

common

====================================================== --*/
	#wrap_kakakucom .for_pc {
		display: none;
	}
	#wrap_kakakucom .for_sp {
		display: block;
	}
	/*-- link --*/
	#wrap_kakakucom .link {
		line-height: 1.4;
		font-size: 24px;
		font-size: 3.2vw;
	}
	#wrap_kakakucom .link:before {
		width: 32px;
		width: 4.2666vw;
		height: 32px;
		height: 4.2666vw;
	}
	#wrap_kakakucom .link a {
		margin: 0 0 0 10px;
		margin: 0 0 0 1.3333vw;
		flex: 1;
		display: block;
	}
	/*-- 

content_keyvisual

====================================================== --*/
	#content_keyvisual h1 {
		padding: 50px 45px 60px;
		padding: 6.6666vw 6vw 6vw;
	}
	#content_keyvisual a {
		margin: 30px 0 25px;
		margin: 4vw 0 3.3333vw;
	}
	#content_keyvisual a img {
		width: 540px;
		width: 72vw;
	}
	.kv_cp_container {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*-- 

content_lead

====================================================== --*/
	#content_lead {
		padding: 40px 20px;
	}
	#content_lead .text01 {
		font-size: 28px;
		font-size: 3.7333vw;
	}
	#content_lead .text01 br {
		display: inline;
	}
	#content_lead .text02 {
		font-size: 24px;
		font-size: 3.2vw;
		margin-top: 20px;
		margin-top: 2.6666vw;
	}
	/*-- 

content_service

====================================================== --*/
	#content_service {
		padding: 12px;
		padding: 1.6vw;
	}
	#content_service > .inner {
		padding: 25px;
		padding: 3.3333vw;
	}
	/*-- 

content_option

====================================================== --*/
	#content_option {
		border: 2px solid #EBEBEB;
		border-radius: 10px;
	}
	#content_option h2 {
		border-bottom: 2px solid #EBEBEB;
		font-size: 20px;
		padding: 10px;
	}
	#content_option ul {
		display: flex;
		flex-direction: column;
		margin: 30px;
		margin: 4vw;
	}
	#content_option ul .link {
		margin-top: 20px;
		margin-top: 2.6666vw;
	}
	#content_option ul li:nth-child(2) figure {
		margin: 0;
	}
	#content_option ul li:first-child img, #content_option ul li:last-child img {
		max-width: 600px;
	}
	#content_option ul li:nth-child(2) img {
		max-width: 600px;
	}
	#content_option ul li:nth-child(1) {
		order: 2;
		margin-top: 30px;
		margin-top: 4vw;
	}
	#content_option .text-attention ul li {
		margin-top: 0;
	}
	
	
	
	#content_option ul li:nth-child(2) {
		order: 1;
	}
	#content_option ul li:nth-child(3) {
		order: 3;
		margin-top: 30px;
		margin-top: 4vw;
	}
	#content_option ul li:nth-child(1), #content_option ul li:nth-child(2), #content_option ul li:nth-child(3) {
		flex: auto;
		width: 100%;
		min-height: 0%;
	}
	/*-- 

content_tv

====================================================== --*/
	#content_tv {
		border: 2px solid #EBEBEB;
		border-radius: 10px;
		margin-top: 20px;
	}
	#content_tv > .inner {
		padding: 30px;
		padding: 4vw;
	}
	#content_tv h2 {
		border-bottom: 2px solid #EBEBEB;
		font-size: 20px;
		padding: 10px;
	}
	/*-- box_tv-pack --*/
	#content_tv .box_tv-pack {
		background: #fff;
		padding: 0;
	}
	#content_tv .box_tv-pack h3 {
		background: #EE734B;
		color: #fff;
		border-radius: 10px;
		font-size: 28px;
		font-size: 3.7333vw;
		max-width: inherit;
		height: 75px;
		height: 10vw;
	}
	#content_tv .box_tv-pack figure {
		/*background:#fffce5;*/
		margin: 20px auto 0;
		margin: 2.6666vw auto 0;
		padding: 20px;
		padding: 2.6666vw;
	}
	#content_tv .box_tv-pack figure ul {
		max-width: inherit;
		font-size: 20px;
		font-size: 2.6666vw;
		margin: 20px 0 0 0;
		margin: 2.6666vw 0 0 0;
	}
	#content_tv .link {
		margin-top: 20px;
		margin-top: 2.6666vw;
	}
	#content_tv .link.right {
		justify-content: flex-start;
	}
	#content_tv .box_grade {
		font-size: 24px;
		font-size: 3.2vw;
		margin-top: 20px;
		margin-top: 2.6666vw;
		padding: 30px 20px 20px;
		padding: 4vw 2.6666vw 2.6666vw;
	}
	#content_tv .box_grade br {
		display: inline;
	}
	#content_tv .box_grade .for_sp {
		width: 100%;
		height: auto;
	}
	/*-- btn_price-list --*/
	#content_tv .btn_price-list {
		text-align: left;
		font-size: 20px;
		font-size: 2.6666vw;
		border-radius: 8px;
		border-radius: 1.0666vw;
		border: 2px solid #dcdcdc;
		border: 0.26666vw solid #dcdcdc;
		box-shadow: 0 5px rgba(0, 0, 0, 0.23);
		box-shadow: 0 0.6vw rgba(0, 0, 0, 0.23);
		/*box-shadow:0 6px 13px 3px rgba(0,0,0,0.23);
box-shadow:0 0.8vw 1.7333vw 0.4vw rgba(0,0,0,0.23);*/
		margin-top: 30px;
		margin-top: 5.3333vw;
		padding: 20px 80px 20px 30px;
		padding: 2.6666vw 10.6666vw 2.6666vw 4vw;
	}
	#content_tv .btn_price-list:before {
		background-size: 48px 48px;
		background-size: 6.4vw 6.4vw;
		right: 20px;
		right: 2.6666vw;
		margin-top: -24px;
		margin-top: -3.2vw;
		width: 48px;
		width: 6.4vw;
		height: 48px;
		height: 6.4vw;
	}
	#content_tv .btn_price-list.active:before {
		background-size: 48px 48px;
		background-size: 6.4vw 6.4vw;
	}
	#content_tv .btn_price-list strong {
		font-size: 120%;
	}
	/*-- price_section --*/
	#content_tv .price_section {
		margin: 40px 0 0;
		margin: 4vw 0 0;
	}
	#content_tv .price_section .for_sp {
		width: 100%;
		height: auto;
	}
	#content_tv .price_section td, #content_tv .price_section th {
		border: 2px solid #ccc;
		border: 0.26666vw solid #ccc;
		font-size: 16px;
		font-size: 2.1333vw;
	}
	#content_tv .monthly_data .start .price, #content_tv .monthly_data .next .price {
		font-size: 142.8%;
	}
	#content_tv .price_section .net, #content_tv .price_section .denwa, #content_tv .price_section .tv {
		padding: 2px 4px;
		padding: 0vw;
		/*padding:0.26666vw 0.53333vw;*/
	}
	#content_tv .notice {
		font-size: 20px;
		font-size: 2.6666vw;
		margin-top: 20px;
		margin-top: 2.6666vw;
	}
	/*
#content_tv .lst_link{
margin-top:40px;
margin-top:5.3333vw;
}
*/
	/*-- 

content_info

====================================================== --*/
	#content_info {
		padding: 30px;
		padding: 4vw;
	}
	#content_info a {
		display: inline-block;
		margin: 40px 0 0;
		margin: 5.3333vw 0 0;
	}
	#content_info a img {
		width: 540px;
		width: 72vw;
	}
}
/*-- 
content_inq  20200201ADD
====================================================== --*/
.content_inq {
	overflow: hidden;
	background: #F5F5F5;
}
.content_inq .inner {
	max-width: 960px;
	width: 100%;
	margin: 60px auto;
}
/*-- lst_inq --*/
.content_inq .lst_inq {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.content_inq .lst_inq li {
	background: #fff;
	width: 100%;
	border-radius: 10px;
}
.content_inq .lst_inq li.freedial {
	width: 100%;
	max-width: 1024px;
}
.content_inq .lst_inq li h3 {
	text-align: center;
	background: #ffe100;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}
.content_inq .lst_inq li p {
	text-align: center;
	padding: 28px 34px;
}
.content_inq .lst_inq li p img {
	width: 100%;
	height: auto;
}
/*-- notice --*/
.content_inq .notice {
	text-align: center;
	font-size: 14px;
}
.content_inq .notice a {
	color: #555;
	text-decoration: underline;
}
.content_inq .notice a:hover {
	text-decoration: none;
}
/* tablet */
@media screen and (max-width:1000px) {
	.content_inq .inner {
		box-sizing: border-box;
		padding: 0 20px;
	}
	/*-- lst_inq --*/
	.content_inq .lst_inq li.freedial {
		max-width: inherit;
		width: 960px;
	}
}
/* sp */
@media screen and (max-width:750px) {
	.content_inq .inner {
		margin: 60px auto;
		margin: 8vw auto;
		padding: 0 40px;
		padding: 0 5.3333vw;
	}
	/*-- lst_inq --*/
	.content_inq .lst_inq {
		display: block;
		margin-bottom: 30px;
		margin-bottom: 4vw;
	}
	.content_inq .lst_inq li {
		width: 100%;
		border-radius: 20px;
		border-radius: 2.6666vw;
	}
	.content_inq .lst_inq li.freedial {
		width: 100%;
		max-width: inherit;
	}
	.content_inq .lst_inq li h3 {
		font-size: 24px;
		font-size: 3.2vw;
		border-radius: 20px 20px 0 0;
		border-radius: 2.6666vw 2.6666vw 0 0;
		padding: 24px;
		padding: 3.2vw;
	}
	.content_inq .lst_inq li p {
		padding: 30px;
		padding: 4vw;
	}
	.content_inq .lst_inq li p img {
		width: 100%;
		height: auto;
	}
	.content_inq .lst_inq li.freedial p {
		box-sizing: border-box;
		width: 100%;
	}
	.content_inq .lst_inq li.freedial p img {
		max-width: inherit;
		width: 600px;
		width: 78vw;
	}
	/*-- notice --*/
	.content_inq .notice {
		text-align: left;
		line-height: 1.4;
		text-indent: -1em;
		padding: 1em;
		font-size: 20px;
		font-size: 2.6666vw;
	}
}
/*-- 

content_inq  20200430ADD

====================================================== --*/
.note {
	padding: 20px;
	text-align: left;
	background-color: #FFEEEE;
	color: #FF5C5C;
}
.note p {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.note_text {
	padding: 16px 0 0;
}
.note_text p {
	font-weight: bold;
}
.note_text a {
	text-decoration: underline;
}
/*
.appeal {
	margin-top: 40px;
	margin-bottom: -30px;
	color: #EE0000;
}
.appeal p {
	font-size: 1.5rem;
	font-weight: bold;
}
.appeal a {
	margin: -38px 5px 20px !important;
	text-decoration: underline;
	color: #EE0000;
	display: inline-block;
}
*/
.conv-apply p.appeal,
.conv-apply p.appeal a {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #EE0000;
	margin: 0 0 16px !important;
	padding: 0 !important;
}
.note_text .non-appeal {
	color: #000;
	font-weight: normal;
}
/* sp */
@media screen and (max-width:750px) {
	.note p {
		width: 100%;
		padding: 10px;
	}
/*
	.appeal {
		padding: 0 10px;
	}
	.appeal p {
		font-size: 1.2rem;
	}
	.appeal a {}
*/
	.conv-apply p.appeal,
	.conv-apply p.appeal a {
		font-size: 16px;
	}
	.note_text {
		text-align: left;
	}
	.note_text p {
		padding-left: 1em;
		text-indent: -1em;
	}
}
.note a {
	margin: 20px 0 0;
	color: #FF5C5C;
}
/*-- 

banner area  20220201ADD

====================================================== --*/
.bnr {
	text-align: center;
	margin-bottom: 30px;
}
.bnr .modal {
	background: none;
}
/* sp */
@media screen and (max-width:750px) {
	.bnr {
		margin: 0 10px 20px;
	}
	.bnr img {
		max-width: 100%;
		width: auto;
	}
}
/*-- 

tax area  20230116ADD

====================================================== --*/
.tax-area {
	max-width: 960px;
	margin: -30px auto 30px;
}
/* sp */
@media screen and (max-width:750px) {
	.tax-area {
		margin-top: -10px;
		padding: 0 5.3333vw;
	}
}



/* 12月CP対応 */

.kakaku_tokuten {
	background-color: #FFFDCE;
	padding-bottom: 80px;
}

.kakaku_tokuten h2 {
	max-width: 763px;
	margin: 0 auto;
	padding-top: 50px;
}

.kakaku_tokuten > div > div {
	max-width: 940px;
	margin: 60px auto 0 auto;
	position: relative;
}

.kakaku_tokuten > div > div > p {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.conv-apply {
	padding-top: 30px;
	padding-bottom: 30px;
}

.conv-apply > p {
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	margin: 0 0 10px 0;
}

.conv-apply .text-attention {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 30px;
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.conv-apply .text-attention .col-red {
	color: #EE0000;
}

.conv-apply .btn {
    margin-left: auto;
    margin-right: auto;
}

.contents-bg-circle-lv1 #content_service > .inner > .wrap {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	margin-bottom: 25px;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner {
	background: #fff;
	padding: 30px 20px 40px 20px;
	border-radius: 10px;

}
.contents-bg-circle-lv1 #content_service > .inner div  h2 {
	text-align: center;
	background: #ffe100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 24px;
	padding: 10px;
}

.contents-bg-circle-lv1 .title-h2 {
	padding-top: 80px;

}

.contents-bg-circle-lv1 h2 span.small {
	font-size: 1.8rem;

}

.contents-bg-circle-lv1 .text-attention {
	text-align: center;
}

.contents-bg-circle-lv1 .present-plus {

	position: relative;
	margin-bottom: 30px;
}

.contents-bg-circle-lv1 .present-plus .text-link {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}


.list-col3v2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 32px;
}

.list-col3v2.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-col3v2 > * {
  width: calc((100% - 64px) / 3);
  position: relative;
  height: auto !important;
}

.card-linkv2 {
  height: 100%;
}

.card-linkv2 > div {

  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 32px 0;
  background-color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.card-linkv2.point > div {
  font-weight: bold;
  background-image: none !important;
  padding: 0;
}

.card-linkv2.point > div > dl {
  height: 100%;
  position: relative;
}

.card-linkv2.point > div > dl > dt {
  height: 56px;
  font-size: 2rem;
  background-color: #FFE100;
  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;
}

.card-linkv2.point > div > dl > dd {
  padding: 24px 0;
  text-align: center;
  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;
  height: calc(100% - 56px);

}

.card-linkv2.point > div > dl > dd > div {
  font-size: 2.4rem;
  line-height: 1.4;
    font-weight: normal;
}

.card-linkv2.point > div > dl > dd > div > p strong {
  font-size: 3.2rem;
}

.card-linkv2.point > div > dl > dd > div > p sup {
  font-weight: normal;
  color: #222;
  top: -0.8em;
}

.card-linkv2.point > div > dl > dd > div > p.text-link {
	font-weight: normal;
	margin-top: 10px;
}

.card-linkv2.point > div > dl > dd > div > ul {
	font-size: 1.4rem;
	font-weight: normal;
	color: #222222;
	margin-top: 10px;
}

.contents-bg-circle-lv1  .text-attention.colorlink a{
	text-decoration: underline;
/*	color: #0763BE;*/

}

#content_lead p {
	font-size: 1.6rem;
}

#content_lead span.strong01 {
	font-weight: bold;
}


#content_lead span.strong02 {
	font-weight: bold;
	color: #EE0000;
}


.option-double {
	margin-bottom: 50px;
}


.option-double ul {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;


}

.option-double ul li {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
	width: 49%;
	padding: 30px 30px 20px 30px;

}

.option-double ul li img {
	width: 85%;
}

.option-double ul li p {
	text-align: center;
}

.support-cp ul {
	max-width: 1024px;
	margin: 0 auto;
	border-radius: 10px;
	border: 4px solid #FFE103;
}

.support-cp ul li {
	max-width: 476px;
	margin: 30px auto;
}

.support-cp ul li p {
	text-align: center;
	margin-top: 20px;
}

#content_no1 {
	margin-top: 50px;
}

#content_no1 > .inner {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1064px;
	padding: 0 20px 64px;
}

@media screen and (max-width: 767px) {

	.kakaku_tokuten {
		padding-bottom: 16px;
	}
	.kakaku_tokuten h2 {
		width: 95%;

		padding-top: 30px;
	}

	.kakaku_tokuten > div > div {
		width: 100%;
		margin: 30px auto 0 auto;

	}
	.kakaku_tokuten > div > div > p {
		bottom: 10px;
	}

	.conv-apply .text-attention {
		font-size: 1.4rem;
		margin-top: 15px;
	}

	.conv-apply > p {

		font-size: 1.4rem;

	}

	.contents-bg-circle-lv1 .title-h2 {
		padding-top: 50px;

	}

	#content_tv {
		margin-top: 0;
	}

	.contents-bg-circle-lv1 .present-plus {
		margin-bottom: 20px;
	}

	.contents-bg-circle-lv1 .present-plus .text-link {

		bottom: 20px;

	}

	.option-double {
		margin-bottom: 40px;
	}


	.option-double ul {
		display: block;
	}

	.option-double{
		padding: 0 20px;
	}

	.option-double ul li {
		width: 100%;
		padding: 20px 20px 15px 20px;
		margin-bottom: 10px;

	}

	.option-double ul li img {
		width: 95%;
	}

	.option-double ul li p {
		text-align: center;
	}

	.support-cp {
		padding: 0 20px;
	}

	.support-cp ul li {
		max-width: 476px;
		margin: 30px auto;
	}

	.support-cp ul li p {
		text-align: center;
		margin-top: 20px;
	}

}


/* 1月CP対応 */



.contents-bg-circle-lv1 #content_service > .inner div > .inner > .title {
	max-width: 674px;
	margin: 0 auto 20px auto;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > div {
	padding: 20px 0;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price {
	max-width: 846px;
	margin: 0 auto;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li {
	position: relative;
	margin-bottom: 20px;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li p {
	font-size: 1.4rem;
	position: absolute;
	bottom: 5%;
	left: 36%;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li:last-of-type p {
	bottom: 0;
}

.contents-bg-circle-lv1 #content_service > .inner div > .inner > ul {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {

	.contents-bg-circle-lv1 #content_service > .inner div > .inner {
		padding: 0 10px 24px 10px;
	}

	.contents-bg-circle-lv1 #content_service > .inner div > .inner > .title {
		max-width: 75%;
		margin: 0 auto 20px auto;
		padding-top: 20px;
	}

	.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li {
		text-align: center;
	}
	.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li p {

		bottom: 5%;
		left: 0;
		right: 0;

	}

	.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li:last-of-type {
		padding-bottom: 30px;
		text-align: center;
	}

	.contents-bg-circle-lv1 #content_service > .inner div > .inner > div > .price li:last-of-type p {
		bottom: -12%;
	}

}

/* 24年10月CP対応 */
.teltv .card-nf-pack-cp-5gb >  .card-nf-pack-cp-price > sup {
	bottom: 5em;
}