/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
section {
	position: relative;
}
p.notice {
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #888888;
}
p.notice a {
	color: #888888;
	text-decoration: underline;
}
p.notice a:hover {
	text-decoration: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*
MAIN VISUAL
*/
.main-visual {
	position: relative;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 90px;
	background:
		url(../img/main-visual-sp-3.jpg) center top no-repeat,
		url(../img/main-visual-bottom-n-test.png) center bottom no-repeat;
	background-size:
		500px 90.5px,
		contain;
}
.main-visual .main-visual-content {
}
.main-visual .main-visual-title {
	margin: 0 auto 35px;
	color: #2a9740;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.main-visual .main-visual-phone {
	display: block;
	width: 254px;
	margin: 0 auto;
	position: relative;
}
.main-visual .main-visual-wave {
	background: url(../img/main-visual-wave.png) 0 0 no-repeat;
	background-size: contain;
	width: 950px;
	height: 257px;
	position: absolute;
	left: -120px;
	top: 300px;
}
.main-visual-top {
	background: url(../img/main-visual-top.png) right bottom no-repeat;
	background-size: 100% 100%;
	position: fixed;
	left: 39%;
	top: 0;
	/* transform: translateX(-50%); */
	width: 1400px;
	height: 93px;
	margin-left: -562px;
	/* z-index: 10; */
	pointer-events: none;
}
.main-visual-bottom {
	background: url(../img/main-visual-bottom-2-test.png) right bottom no-repeat;
	background-size: 100% 100%;
	position: fixed;
	left: 38%;
	bottom: 0;
	/* transform: translateX(-50%); */
	width: 1400px;
	height: 318px;
	margin-left: -562px;
	/* z-index: 10; */
	pointer-events: none;
}
/*
	MAIN CAM
*/
.main-cam {
	position: relative;
	background: #fffbd2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-cam .main-cam-title {
	max-width: 438px;
	margin: 0 auto 30px;
}
.main-cam .main-cam-start {
	max-width: 308px;
	margin: 0 auto 30px;
}
.main-cam .main-cam-time {
	color: white;
	text-align: center;
	font-size: 2.2rem;
	background: #e45827;
	border-radius: 9999px;
	margin: 20px auto;
	padding: 3px 0;
}
.main-cam .main-cam-notice {
	text-align: center;
	font-size: 1.6rem;
}
.main-cam .btn-red {
	width: 400px;
	margin: 50px auto 0;
}
/*
	MAIN ABOUT
	*/
.main-about {
	position: relative;
	padding-top: 100px;
	padding-bottom: 350px;
	background: url(../img/main-about-bg.jpg) center bottom no-repeat;
	background-size: cover;
}
.main-about .box-content {
	padding-bottom: 40px;
}
.main-about .main-about-text {
	margin-bottom: 0;
	line-height: 2.55em;
	font-size: 1.8rem;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
.main-about .main-about-pic {
	margin-top: 40px;
}

.title-2 {
	text-align: center;
	font-weight: 500;
	font-size: 3.8rem;
	color: #2a9740;
	margin-bottom: 45px;
	position: relative;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.title-2-caption {
	text-align: center;
	font-size: 2.4rem;
	color: #f5c71f;
	position: relative;
	letter-spacing: 0.05em;
	line-height: 1.3157894737;
}
.title-2-caption::before {
	content: "";
	display: block;
	background: url(../img/heart.png) center top no-repeat;
	background-size: contain;
	width: 32px;
	height: 30px;
	margin: 0 auto 10px;
}

.heart-green::before {
	background: url(../img/heart-green.png) center top no-repeat!important;
	background-size: contain!important;
}

.title-3 {
	font-size: 3rem;
	color: #000000;
	font-weight: 600;
	margin: 60px auto 40px;
}

/*
MAIN FEAT
*/
.main-feat {
	background: #2a9740;
	position: relative;
	padding-top: 70px;
	padding-bottom: 60px;
}
.main-feat .box-content {
	padding-left: 40px;
	padding-right: 40px;
}
.list-feat {
	margin-top: 70px;
}
.list-feat > li {
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	padding: 25px;
}
.list-feat > li:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.list-feat > li:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.list-feat p.num {
	font-size: 4rem;
	color: #f5c71f;
	line-height: 1;
	position: absolute;
	left: -10px;
	top: 0px;
}
.list-feat .feat-item {
	position: relative;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-feat p {
	position: relative;
	font-size: 2rem;
	flex: 1;
	font-weight: 500;
}
.list-feat .feat-pic {
	flex: 0 0 88px;
}
.list-feat .feat-content {
	border-top: 2px dashed #8fc795;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	padding-top: 20px;
}
.list-feat .feat-content ul {
}
.list-feat .feat-content ul li {
	position: relative;
	padding-left: 100px;
	font-size: 2rem;
	line-height: 1.4166666667em;
	min-height: 88px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-feat .feat-content ul li img {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.list-feat .feat-content ul li .feat-content-inner {
}

.feat-sup {
	background: #fafafa;
	padding: 20px;
	margin-top: 15px;
}
.feat-sup .feat-sup-title {
	text-align: center;
	font-size: 2.4rem;
	color: #333333;
	margin-bottom: 10px;
}
.feat-sup .feat-sup-title img {
	width: 20px;
	display: inline-block;
}
.feat-sup .feat-sup-item {
	font-size: 2.2rem;
	color: #54ab65;
	line-height: 1.25em;
	position: relative;
	padding-left: 65px;
	min-height: 50px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.feat-sup .feat-sup-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.feat-sup .feat-sup-item2 {
	font-size: 2.2rem;
	color: #54ab65;
	line-height: 1.25em;
	position: relative;
	padding-left: 65px;
	min-height: 50px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.feat-sup .feat-sup-item2 img {
	position: relative;
	margin-right: 10px;
	left: 0;
	top: 0;
	width: 50px;
}
.sup-position{
	margin: auto;
}

.box-limit {
	position: relative;
}
.box-limit .box-limit-header {
	background: #329e63;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 2px 0;
}
.box-limit .box-limit-header p {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #f8d862;
	position: relative;
}
.box-limit .box-limit-header p .num {
	font-size: 1.5em;
}
.box-limit .box-limit-header p img {
	width: 60px;
	position: absolute;
	right: 15px;
	top: -10px;
}
.box-limit .box-limit-content {
	border: 3px solid #329e63;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.box-limit .box-limit-content p {
	text-align: center;
	font-size: 3rem;
	color: #329e63;
	font-weight: 500;
	padding: 5px 0;
}
.box-limit .box-limit-content p img {
	width: 41px;
	margin-right: 5px;
	display: inline-block;
}
.main-feat .main-feat-stick {
	background: url(../img/feat-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 120px;
	height: 173px;
	position: absolute;
	right: 0;
	top: 57%;
}
.main-feat .list-notice {
	color: white;
	font-size: 1.3rem;
}

/*
	MAIN DOC
	*/
.main-doc {
	background: #f3f8e9;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 50px;
}
.main-doc .main-doc-title {
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4375em;
	color: #333333;
}
.main-doc .main-doc-pic {
	margin: 60px auto;
}
.main-doc .main-doc-pic img {
	width: 100%;
}
.main-doc .btn-red {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box-mvno {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;

	padding: 21px;
	margin-bottom: 20px;
}
.box-mvno img {
	width: 100px;
	margin-right: 25px;
}
.box-mvno p {
	font-size: 1.8rem;
	line-height: 1.8em;
	color: #333333;
}
.main-doc-area {
	text-align: center;
	font-size: 1.8rem;
	color: #333333;
	font-weight: 500;
	margin-bottom: 40px;
}
.main-doc-area a {
	text-decoration: underline;
	color: #333333;
}

/*
	MAIN PLAN
	*/
.main-plan {
	position: relative;
}
.main-plan .title-2-caption {
	margin-top: 110px;
}

.list-tab {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}
.list-tab > li {
}
.list-tab > li > a {
	display: block;
	text-align: center;
	color: rgba(136, 136, 136, 0.5);
	font-size: 3rem;
	background: #eeeeee;
	line-height: 110px;
}
.list-tab > li.is-active > a {
	background: url(./img/tab.jpg) 0 0 no-repeat;
	background-size: cover;
}
.list-tab-bottom {
	margin-bottom: 0;
}
.list-tab-bottom > li > a {
	/* border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px; */
}
.list-tab > li > a:before {
	content: "";
	display: inline-block;
	background: url(../img/tab-1.png) center center no-repeat;
	background-size: contain;
	width: 43px;
	height: 53px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.list-tab > li:nth-child(2) > a:before {
	content: "";
	display: inline-block;
	background: url(../img/tab-2.png) center center no-repeat;
	background-size: contain;
	width: 60px;
	height: 38px;
}
.list-tab > li.is-active:nth-child(1) > a:before {
	background: url(../img/tab-1-active.png) center center no-repeat;
	background-size: contain;
}
.list-tab > li.is-active:nth-child(2) > a:before {
	background: url(../img/tab-2-active.png) center center no-repeat;
	background-size: contain;
}
.list-tab > li.is-active > a {
	background: url(../img/tab.jpg) 0 0 no-repeat;
	background-size: cover;
	color: white;
}
.tabs {
	position: relative;
}
.tabs .tab {
	opacity: 0;
	display: none;
}
.tabs .tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.main-plan .pic-sim {
	width: 132px;
	margin: 50px auto 45px;
}
.main-plan .pic-sim + p.center {
	font-size: 2rem;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.main-plan .main-plan-device {
	margin-top: 50px;
	margin-bottom: 50px;
}
/*
	MAIN OFFER
	*/

.box-option-wrap {
	margin: 40px auto;
}
.box-option {
	border-bottom: none;
	padding: 15px 30px;
	margin-bottom: 22px;
	background: #fafafa;
	border-radius: 20px;
}
.box-option .option-text {
	text-align: left;
	font-size: 2.4rem;
	padding-top: 20px;
}
.box-option .option-text-pic {
	float: right;
	width: 190px;
	margin-left: 10px;
	position: relative;
	margin-top: -20px;
	font-size: 2rem;
	text-align: center;
}
.box-option .option-text-pic img {
	width: 90px;
	display: block;
	margin: 0 auto;
}
.box-option .option-catch {
	text-align: center;
	font-size: 2.4rem;
	color: #4493d0;
	margin: 25px auto 10px;
}
.box-option .list-notice {
	margin-top: 15px;
}
.box-option .list-notice li {
	font-size: 1.3rem;
}
.box-white {
	position: relative;
	background: #fff;
	padding: 22px;
	margin: 20px auto;
}
.box-white .box-white-header {
	display: flex;
	flext-wrap: 5px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.box-white .box-white-header img {
	max-width: 50%;
}
.box-white .box-white-title {
	text-align: left;
	font-size: 2.1rem;
	color: #4493d0;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
}
.box-white .box-white-content {
}
.box-white .box-white-content p {
	font-size: 2rem;
	line-height: 1.5em;
}
.box-white .box-white-content p.box-white-notice {
	font-size: 1.4rem;
	margin-top: 10px;
}
.box-white .box-white-grid {
	display: flex;
	gap: 10px;
}
.box-white .box-white-grid-l {
	width: 55%;
}
.box-white .box-white-grid-l .box-white-title {
	font-size: 3rem;
}
.box-white-2 .box-white-title {
	font-size: 2.6rem;
}
.box-white .box-white-grid-r {
	width: 45%;
}
.title-2-caption-2 {
	margin-top: 90px !important;
}

.box-option .has-coupon {
	display: flex;
	justify-content: space-between;
}
.box-option .option-title {
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: #fff;
	margin-bottom: 5px;
	background: #2a9740;
	margin: -15px -30px 15px;
	padding: 5px 0;
	font-optical-sizing: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.box-option .option-title .num {
	font-size: 4rem;
}
.box-option p.center {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.box-option .option-price {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
.box-option .option-price .red {
	font-size: 2.4rem;
}
.box-option .option-price .num {
	font-size: 4.2rem;
	font-weight: 500;

	font-optical-sizing: auto;
	font-style: normal;
}
.box-option .option-price .num-2 {
	font-size: 3.2rem;
	font-weight: 600;
}
.box-option .option-price .tax {
	font-weight: normal;
}
.box-option .option-price .tax-2 {
	font-weight: normal;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.box-option .option-coupon {
	flex: 0 0 147px;
}
.box-option .option-price-2 {
	font-size: 1.5rem;
	text-align: center;
}
.box-option-wrap + p.notice {
	position: relative;
	margin-top: -20px;
}

.box-option-r {
	border: 4px solid #e8f1d4;
	border-bottom: none;
	background: #fff;
	margin-bottom: 0;
	border-radius: 0;
}
.box-option-r:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.box-option-r:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: 4px solid #e8f1d4;
}
.box-option-r .option-title {
	color: #2a9740;
	background: none;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 500;
}
.title-3 + p.center {
	font-size: 2rem;
	line-height: 1.8em;
}
.title-more {
	text-align: center;
	font-weight: normal;
	font-size: 2.4rem;
	color: #333333;
	font-weight: 500;
}
.title-more:before {
	content: "＼さらに／";
	display: block;
	text-align: center;
	font-size: 2rem;
	color: #333333;
	margin: 0 auto 0px;
}
.title-more .green {
	text-align: center;
	font-size: 4.6rem;
}
.option-plus {
	width: 40px;
	margin: -12px auto 10px;
}
.option-otoku {
	background: #f3f8e9;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 20px;
}
.option-otoku .pink {
	font-size: 2.6rem;
	font-weight: bold;
}
.option-otoku .num {
	font-size: 4rem;
}
.option-otoku .big {
	font-size: 3rem;
}
.option-otoku .tax {
	font-weight: normal;
	font-size: 2rem;
}
.option-otoku .tax-2 {
	font-weight: normal;
	font-size: 2rem;
}

.notice-toggle {
	text-decoration: underline;
	cursor: pointer;
}

/*
	MAIN FLOW
	*/
.main-flow {
	background: #2a9740;
	padding-top: 1px;

	padding-bottom: 60px;
}
.main-flow .title-2-caption {
	margin-top: 65px;
}

.main-flow .title-2 {
	color: #fff;
}

.list-flow {
}
.list-flow > li {
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.list-flow > li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	background: url(../img/flow.png) center top no-repeat;
	background-size: contain;
	width: 80px;
	height: 30px;
	margin-left: -40px;
	z-index: 3;
}
.list-flow > li:last-child:after {
	content: none;
}
.list-flow .flow-content {
	padding: 30px 30px;
	position: relative;
}
.list-flow .flow-content p.flow-title {
	font-size: 2.6rem;
	font-weight: normal;
	color: #333333;
	margin: 0;
}
.list-flow .flow-content p.flow-title .num {
}
.list-flow .flow-content img {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 70px;
	margin-top: -35px;
}
.list-flow .btn-red {
	margin: 0 auto 29px;
	width: 400px;
}

.main-flow p.right.notice {
	margin-top: 20px;
	font-size: 1.4rem;
	color: #fff;
}

/*
	MAIN QNA
	*/
.main-qna {
	padding-top: 1px;
	position: relative;
}
.main-qna .title-2-caption {
	margin-top: 65px;
}

.list-qna {
	margin-bottom: 30px;
}
.list-qna > li {
	position: relative;
	margin-bottom: 20px;
}
.list-qna .q {
	font-size: 2.2rem;
	color: #333333;
	position: relative;
	background: #fcfcfc;
	padding: 20px;
	padding-left: 70px;
	padding-right: 50px;
}
.list-qna .q:before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(../img/q.png) 0 0 no-repeat;
	background-size: contain;
	width: 30px;
	height: 35px;
}
.list-qna .q:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	background: url(../img/plus.png) 0 0 no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
	margin-top: -13px;
}
.list-qna .q.is-active:after {
	background: url(../img/minus.png) 0 0 no-repeat;
	background-size: contain;
}
.list-qna .a {
	padding: 15px 0;
	display: none;
}
.list-qna .a p {
	font-size: 2rem;
	line-height: 2em;
}
.list-qna + .links a {
	font-size: 2rem;
}

/*
	MAIN LINKS
	*/
.main-links {
	background: #fff;
	padding: 30px 30px 60px;
}
.links {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}
.links a {
	display: block;
	position: relative;
	text-align: left;
	background: #f3f8e9;
	border-radius: 35px;
	font-size: 2.4rem;
	color: #333333;
	line-height: 70px;
	padding: 0 30px;
	position: relative;
	transition: 0.3s ease;
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
.links .ic-pdf {
	display: block;
	background: url(../img/ic-pdf.png) center center no-repeat;
	background-size: contain;
	width: 31px;
	height: 31px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.links .ic-blank {
	display: block;
	background: url(../img/ic-blank.png) center center no-repeat;
	background-size: contain;
	width: 31px;
	height: 31px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.links a:hover {
	opacity: 0.7;
}

/*
	WIFI
	*/
.pic-wifi {
	max-width: 413px;
	width: 100%;
	margin: 70px auto 45px;
}
.pic-wifi img {
	width: 100%;
}
.pic-wifi + p.center {
	font-size: 2rem;
	line-height: 1.8em;
	text-align: center;
}
.box-option-wrap + p.notice {
	font-size: 1.4rem;
}
/*
	MAIN AREA
	*/
.main-area {
	background: #f3f8e9;
	padding-top: 1px;
	margin-top: 60px;
	padding-bottom: 65px;
	margin-bottom: 45px;
}
.main-area .main-area-pic {
	max-width: 312px;
	width: 100%;
	margin: 0 auto 35px;
}
.main-area p.center {
	font-size: 1.9rem;
	text-align: center;
	line-height: 2.3em;
	margin-bottom: 35px;
}
.main-area p.notice {
	font-size: 1.4rem;
}
/*
	MAIN CON
	*/
.main-con {
	padding-bottom: 100px;
}
.box-con {
	border: 10px solid #e8f1d4;
	box-sizing: border-box;
	padding: 25px 0;
	border-radius: 20px;
}
.box-con .main-con-title {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.box-con img {
	max-width: 168px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}
.box-con p.center {
	font-size: 2.4rem;
}
.main-con .title-3 {
	font-size: 3.6rem;
}
.main-con .title-4 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.main-con .title-4 .green.big {
	font-size: 4rem;
	font-weight: bold;
}
.main-con-table {
	width: 100%;
}
/*
	MAIN WORLD
	*/
.main-world {
	background: #f3f8e9;
	padding-top: 60px;
	padding-bottom: 25px;
}
.main-world .main-world-title {
	text-align: center;
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: #4493d0;
}
.main-world .main-world-map {
	background: url(../img/main-world-map.png) center center no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 70%;
	position: relative;
	margin-bottom: 25px;
}
.main-world .main-world-map p {
	background: #fff;
	font-size: 3rem;
	font-weight: 500;
	padding: 10px 20px;
	width: 300px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -0%);
}
.main-world .main-world-map p .num {
	font-weight: 500;
	font-size: 4rem;
}
.main-world .main-world-about {
	text-align: center;
	margin-bottom: 30px;
}
.main-world .main-world-about a {
	text-decoration: underline;
	font-size: 1.8rem;
	color: #000000;
}
.main-world .main-world-about a:hover {
	text-decoration: none;
}
.main-world .main-world-target {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin-bottom: 20px;
}
.main-world .main-world-target img {
	width: 100%;
}
.main-world p.notice {
	font-size: 1.4rem;
}
.box-option hr {
	background: none;
	border: none;

	margin: 25px auto;
}
.box-option .option-etc {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 5px;
}
.box-option .option-etc .ic-etc-1 {
	display: inline-block;
	background: url(../img/ic-etc-1.png) center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.box-option .option-etc .ic-etc-2 {
	display: inline-block;
	background: url(../img/ic-etc-2.png) center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.box-option .option-sp {
	text-align: center;
	background: #f5c71f;
	font-size: 2rem;
	padding: 15px 0;
	margin-top: 20px;
	color: #fff;
}
.main-op .notice {
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.main-op .main-op-etcs {
	display: none;
}
.main-op .title-2-caption {
	margin-top: 95px !important;
}
.main-op .btn-blue {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.main-offer p.notice {
	font-size: 1.4rem;
}
.main-offer .btn-red,
.main-option .btn-red {
	width: 100%;
	max-width: 400px;
	margin: 50px auto 70px;
}
.main-option {
	position: relative;
	padding-top: 1px;
}
.main-option .title-2-caption {
	margin-top: 0px;
}

.pic-3option {
	margin-bottom: 45px;
}
.box-call {
	border-radius: 20px;
	overflow: hidden;
}
.box-call p.center {
	font-size: 2.4rem;
	color: #666666;
	padding: 15px 0;
}
.box-call .box-call-btns {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
	margin: 0;
	padding: 15px;
}
.box-call .box-call-btns .btn-green {
	width: 100%;
}
.box-call .box-call-btns .btn-green a {
	height: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1.3em;
	width: auto;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: auto;
	display: block;
	background: url(../img/btn-green.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 25px;
}
.box-call .box-call-btns .btn-green a:hover {
	opacity: 0.7;
}
.box-call .box-call-chara {
	width: 110px;
	position: absolute;
	right: 20px;
	top: 100%;
}
.sup-icon{
	text-align: center;
	margin: auto;
	width: 70px;
}

