/*===============================
 Base
===============================*/
html {
	font-size: 10px;
	height: 100%
}
body {
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1;
	height: 100%;
	overflow: auto;
	font-size: 1.6rem
}
a {
	color: #333;
	text-decoration: none;
	transition: .25s
}
a:hover {
	color: #333;
	text-decoration: none
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400
}
a, dd, dt, li, p, td, th {
	line-height: 1.5;
	font-weight: 400
}

/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0
}
ol, ul {
	list-style: none !important
}
* {
	margin: 0;
	padding: 0
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	height: 100%
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1024px
	}
}

/*===============================
 Header
===============================*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999
}
.header_title {
	position: absolute;
	z-index: 1
}
.header_title img {
	width: 100%;
	height: auto
}
.header_contact {
	position: absolute;
	display: -webkit-flex;
	display: flex
}
.header_contact_cart a {
	display: block;
	text-indent: -9999px
}
.header_contact_phone a {
	display: block
}
@media screen and (min-width: 769px) {
	.header {
		min-width: 1024px;
		height: 89px;
		transition: .25s;
		background: #fff
	}
	.header_inner {
		width: 100%;
		max-width: 1224px;
		height: 89px;
		padding: 0 3.75%;
		margin: 0 auto;
		transition: .25s
	}
	.header_inner_2 {
		position: relative
	}
	.header_title {
		left: 0;
		top: 27px;
		width: 148px;
		transition: .25s
	}
	.header_toggle {
		display: none
	}
	.header_contact {
		right: 0;
		top: 32px;
		transition: .25s;
		z-index: 1
	}
	.header_contact li {
		margin-left: 30px;
		height: 26px
	}
	.header_contact_cart a {
		width: 24px;
		height: 26px;
		background: url(../images/icn_cart_01.png) left top / 100% auto no-repeat
	}
	.header_contact_phone a {
		height: 26px;
		padding-left: 25px;
		background: url(../images/icn_phone_01.png) left top / auto 100% no-repeat;
		font-size: 2.4rem;
		color: #92c345;
		line-height: 1
	}
	.gnav {
		position: absolute;
		left: 0;
		top: 33px;
		width: 100%;
		transition: .25s
	}
	.gnav_parent {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center
	}
	.gnav_parent > li {
		margin: 0 15px
	}
	.gnav_parent a, .gnav_parent span {
		color: #666;
		transition: .25s
	}
	.gnav_parent a:hover, .gnav_parent span:hover {
		opacity: .75
	}
	.gnav_has-child {
		position: relative
	}
	.gnav_has-child span {
		display: inline-block;
		cursor: pointer;
		padding-right: 17px;
		background: url(../images/arw_select_01.png) right center / 10px auto no-repeat
	}
	.gnav_sp {
		display: none
	}
	.gnav_child {
		display: none;
		position: absolute;
		left: -20px;
		top: 24px;
		background: #fff;
		padding: 20px;
		width: 200px
	}
	.gnav_child li a {
		line-height: 2.625;
		display: block
	}
}
@media screen and (max-width: 768px) {
	.header {
		height: 100%;
		pointer-events: none
	}
	.header_inner {
		pointer-events: auto;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #ccc;
		background: #fff
	}
	.header_title {
		left: 16px;
		top: 12px;
		width: 111px
	}
	.header_toggle {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 49px;
		border-left: 1px solid #ccc
	}
	.header_toggle span {
		position: absolute;
		left: 13px;
		width: 24px;
		height: 1px;
		background: #999;
		transition: .25s
	}
	.header_toggle span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.header_toggle.active span:nth-of-type(1) {
		top: 25px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.header_toggle span:nth-of-type(2) {
		top: 25px;
		opacity: 1
	}
	.header_toggle.active span:nth-of-type(2) {
		opacity: 0
	}
	.header_toggle span:nth-of-type(3) {
		top: 32px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.header_toggle.active span:nth-of-type(3) {
		top: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.header_contact {
		right: 69px;
		top: 0;
		height: 49px
	}
	.header_contact li {
		margin-left: 15px;
		height: 49px
	}
	.header_contact_cart a {
		width: 24px;
		height: 49px;
		background: url(../images/icn_cart_01.png) left center / 100% auto no-repeat
	}
	.header_contact_phone a {
		width: 20px;
		height: 49px;
		background: url(../images/icn_phone_01.png) left center / 100% auto no-repeat;
		text-indent: -9999px
	}
	.gnav {
		pointer-events: auto;
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		height: 0;
		overflow-y: scroll;
		background: #f6f6f6;
		transition: .25s;
		z-index: 9999
	}
	.gnav.show {
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px)
	}
	body.active {
		overflow: hidden
	}
	.gnav_parent > li > a, .gnav_parent > li > span {
		display: block;
		padding: 10px 4.6875%;
		background: #ebebeb
	}
	.gnav_child {
		padding: 5px 0
	}
	.gnav_child li a {
		display: block;
		padding: 5px 9.375%;
		font-size: 1.4rem
	}
	.gnav_child li a:before {
		content: "— "
	}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	background: #181e24;
	color: #fff
}
.footer_nav_parent > li > a, .footer_nav_parent > li > span {
	color: #fff
}
.footer_nav_child li a {
	color: #9a9fa4
}
.footer_nav_child li a:hover {
	color: #fff
}
.footer_logo img {
	width: 100%;
	height: auto
}
.footer_social {
	display: -webkit-flex;
	display: flex
}
.footer_social li a {
	color: #9a9fa4
}
.footer_sitem_fb a {
	background: url(../images/icn_facebook_01.png) left center / auto 24px no-repeat;
	padding: 3px 0 3px 25px
}
.footer_sitem_tw a {
	background: url(../images/icn_twitter_01.png) left center / auto 24px no-repeat;
	padding: 3px 0 3px 30px
}
@media screen and (min-width: 769px) {
	.footer {
		padding: 45px 0 35px;
		margin-top: 90px
	}
	.footer_sub {
		margin-bottom: 75px
	}
	.footer_inner {
		width: 100%;
		max-width: 1224px;
		padding: 0 3.75%;
		margin: 0 auto
	}
	.footer_nav_parent {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 60px
	}
	.footer_nav_parent > li {
		width: 25%
	}
	.footer_nav_parent > li > a, .footer_nav_parent > li > span {
		line-height: 2.625
	}
	.footer_nav_child li {
		line-height: 2.625
	}
	.footer_bottom {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.footer_logo {
		width: 148px;
		margin-bottom: 25px
	}
	.footer_info {
		font-size: 1.4rem
	}
	.footer_social {
		margin-top: 82px
	}
	.footer_social li {
		margin-left: 35px
	}
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 0 0 35px;
		margin-top: 45px
	}
	.footer_sub {
		margin-bottom: 50px
	}
	.footer_inner {
		overflow: hidden;
	}
	.footer_nav_parent > li {
		border-bottom: 1px solid #313a43
	}
	.footer_nav_parent > li > a, .footer_nav_parent > li > span {
		display: inline-block;
		padding: 15px 4.6875%;
		width: 100%;
		position: relative
	}
	.footer_nav_parent > li > a:after, .footer_nav_parent > li > span:after {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 54px;
		height: 54px;
		background: url(../images/arw_select_03.png) 0 0 / 100% auto no-repeat
	}
	.footer_nav_parent > li > a.active:after, .footer_nav_parent > li > span.active:after {
		background: url(../images/arw_select_04.png) 0 0 / 100% auto no-repeat
	}
	.footer_nav_child {
		display: none;
		padding: 0 0 13px
	}
	.footer_nav_child li a {
		display: inline-block;
		padding: 10px 9.375%;
		width: 100%
	}
	.footer_bottom {
		margin-top: 30px;
		padding: 0 4.6875%
	}
	.footer_logo {
		width: 111px;
		margin-bottom: 15px
	}
	.footer_info {
		font-size: 1.2rem
	}
	.footer_social {
		margin-top: 20px
	}
	.footer_social li {
		margin-right: 35px
	}
}

/*===============================
 Templates
===============================*/
.btn {
	line-height: 1;
	transition: .25s
}
.btn_sky {
	background: #0098cc;
	color: #fff
}
.btn_sky:hover {
	background: #0085b3
}
.btn_wh {
	font-size: 1.8rem;
	padding: 10px;
	border: 3px solid #fff;
	display: inline-block;
	color: #fff
}
.btn_wh:hover {
	background: #fff;
	color: #333
}
.btn_bk {
	font-size: 1.8rem;
	padding: 10px;
	border: 3px solid #333;
	display: inline-block
}
.btn_bk:hover {
	background: #333;
	color: #fff
}
input[type="button"].btn, input[type="submit"].btn {
	cursor: pointer
}
.section_title_1 {
	text-align: center;
	position: relative
}
.section_title_1:before {
	display: block;
	content: "";
	position: absolute;
	width: 75px;
	left: 50%;
	top: 0;
	margin-left: -38px;
	background: -webkit-linear-gradient(left, rgba(108, 171, 204, 1) 0%, rgba(172, 243, 101, 1) 100%);
	background: linear-gradient(to right, rgba(108, 171, 204, 1) 0%, rgba(172, 243, 101, 1) 100%)
}
.section_text {
	text-align: center;
	color: #666
}
.related {
	border: 1px solid #ccc
}
.related li a {
	text-decoration: underline;
	color: #666;
	padding-left: 14px;
	background: url(../images/icn_question.png) left center / 9px auto no-repeat
}
.legal_title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px
}
.legal_text {
	color: #666
}
.legal_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.table li {
	border-bottom: 1px solid #ccc
}
.table li span {
	display: block
}
.table li span:first-of-type {
	font-weight: 700;
	font-size: 1.8rem
}
.table li span:last-of-type {
	color: #666
}
.table li a {
	text-decoration: underline;
	color: #92c345
}
.title {
	width: 100%
}
.title_inner {
	text-align: center;
	position: relative
}
.title_inner:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .15)
}
.title_title {
	z-index: 1;
	color: #fff
}
.subpage_negative {
	width: 100%;
	position: relative
}
.subpage_negative:before {
	display: block;
	content: "";
	position: relative;
	width: 100%;
	z-index: 1;
	height: 150px
}
.subpage_negative_guide:before {
	height: 125px
}
.negative_inner {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: -150px
}
.negative_inner_guide {
	margin-top: -125px;
	padding: 0 !important
}
@media screen and (min-width: 769px) {
	.btn_sky {
		font-size: 2.4rem;
		padding: 25px
	}
	.section_title_1 {
		font-size: 4.8rem;
		padding: 18px 0 10px
	}
	.section_title_1:before {
		height: 5px
	}
	.section_text {
		width: 768px;
		margin: 0 auto 50px
	}
	.subpage {
		max-width: 1224px;
		padding: 89px 3.75% 0;
		margin: 0 auto
	}
	.subpage_legal {
		max-width: 888px;
		padding: 89px 3.75% 0
	}
	.subpage_title_1 {
		font-size: 4.8rem;
		padding: 45px 0 30px
	}
	.subpage > div:not(:last-of-type) {
		padding-bottom: 90px
	}
	.related {
		margin-top: 60px;
		padding: 25px
	}
	.related ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center
	}
	.related ul li {
		margin: 0 13px
	}
	.subpage_legal > div:not(:last-of-type) {
		padding-bottom: 23px
	}
	.legal_list, .legal_section p {
		margin-bottom: 23px
	}
	.legal_list dt {
		width: 4%;
		padding-right: 2%
	}
	.legal_list dd {
		width: 96%
	}
	.table {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.table li {
		width: 45%;
		padding-bottom: 25px;
		margin-right: 5%;
		margin-bottom: 25px
	}
	.table li span:first-of-type {
		margin-bottom: 13px
	}
	.title {
		padding: 89px 10px 0
	}
	.title_inner {
		height: 370px
	}
	.title_company {
		background: url(../images/bg_company.png) center center / cover no-repeat
	}
	.title_guide {
		background: url(../images/bg_guide.png) center center / cover no-repeat
	}
	.title_voice {
		background: url(../images/bg_voice.png) center center / cover no-repeat
	}
	.title_business {
		background: url(../images/bg_business.png) center center / cover no-repeat
	}
	.title_title {
		position: relative;
		font-size: 4.8rem;
		padding-top: 115px
	}
	.subpage_negative {
		max-width: 888px;
		padding: 0;
		margin: -70px auto 0
	}
	.subpage_negative {
		max-width: 1104px
	}
	.subpage_negative:before {
		box-shadow: 0 0 100px 0 rgba(53, 59, 57, 1)
	}
	.negative_inner {
		padding: 60px 6.8%
	}
}
@media screen and (max-width: 768px) {
	.btn_sky {
		font-size: 2rem;
		padding: 19px
	}
	.section_title_1 {
		font-size: 2.4rem;
		padding: 14px 0 10px
	}
	.section_title_1:before {
		height: 3px
	}
	.section_text {
		margin: 0 auto 30px;
		text-align: left;
		padding: 0 10px
	}
	.subpage {
		padding: 55px 15px 0;
		margin: 0 auto
	}
	.subpage_title_1 {
		font-size: 3rem;
		padding: 23px 0 12px
	}
	.subpage > div:not(:last-of-type) {
		padding-bottom: 45px
	}
	.related {
		margin-top: 30px;
		padding: 13px
	}
	.related ul li:not(:last-of-type) {
		margin-bottom: 7px
	}
	.subpage_legal > div:not(:last-of-type) {
		padding-bottom: 11px
	}
	.legal_list, .legal_section p {
		margin-bottom: 12px
	}
	.legal_list dt {
		width: 10%;
		padding-right: 4%
	}
	.legal_list dd {
		width: 90%
	}
	.table li {
		padding-bottom: 13px;
		margin-bottom: 13px
	}
	.table li span:first-of-type {
		margin-bottom: 7px
	}
	.title {
		padding: 55px 5px 0
	}
	.title_inner {
		padding-top: 56.25%
	}
	.title_company {
		background: url(../images/bg_company_sp.png) center center / cover no-repeat
	}
	.title_guide {
		background: url(../images/bg_guide_sp.png) center center / cover no-repeat
	}
	.title_voice {
		background: url(../images/bg_voice_sp.png) center center / cover no-repeat
	}
	.title_business {
		background: url(../images/bg_business_sp.png) center center / cover no-repeat
	}
	.title_title {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 3.6rem;
		width: 100%
	}
	.title_business .title_title {
		width: 75%;
		line-height: 1.25
	}
	.subpage_negative {
		padding: 5px 5px 0;
		margin: 0
	}
	.subpage_negative:before {
		box-shadow: 0 0 50px 0 rgba(53, 59, 57, 1)
	}
	.negative_inner {
		padding: 30px 10px
	}
}

/*===============================
 Slider
===============================*/
.slider {
	overflow: hidden
}
.slider1 {
	position: relative
}
.slider1_catch {
	position: absolute;
	color: #fff
}
.slider2 {
	background: #004098;
	position: relative
}
.slider2_catch {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.slider2_text {
	width: 100%;
	text-indent: -9999px
}
.slider2_more {
	text-align: center
}
.slider3 {
	position: relative
}
.slider3_catch {
	position: absolute;
	color: #fff
}
@media screen and (min-width: 769px) {
	.slider {
		height: 761px;
		padding: 89px 10px 0
	}
	.flex-viewport, .flexslider, .slides, .slides > li {
		height: 100%
	}
	.slider1 {
		background: url(../images/bg_slider_01.png) center center / cover no-repeat
	}
	.slider1_catch {
		right: 12%;
		top: 105px;
		text-align: center
	}
	.slider1_catch_1 {
		font-size: 2.4rem
	}
	.slider1_catch_2 {
		font-size: 6rem;
		line-height: 1.25;
		margin-bottom: 30px
	}
	.slider1_check {
		font-size: 2.4rem;
		text-align: left;
		float: right
	}
	.slider1_check li {
		line-height: 1.6666666666667;
		padding-left: 40px;
		background: url(../images/icn_check_01.png) 0 8px / 24px auto no-repeat
	}
	.slider2_catch {
		width: 64.8%;
		max-width: 1024px
	}
	.slider2_text {
		margin-bottom: 25px;
		padding-top: 36.6%;
		background: url(../images/fig_slider_02.png) 0 0 / 100% auto no-repeat
	}
	.slider3 {
		background: url(../images/bg_slider_03.png) center center / cover no-repeat
	}
	.slider3_catch {
		left: 12%;
		top: 105px
	}
	.slider3_catch_1 {
		font-size: 6rem;
		line-height: 1.2;
		margin-bottom: 50px
	}
	.slider3_text {
		font-size: 1.8rem
	}
	.slider3_up {
		font-size: 4.8rem;
		color: #e24974;
		margin-bottom: 30px;
		line-height: 1.25
	}
}
@media screen and (max-width: 768px) {
	.slider {
		padding: 0 5px
	}
	.slider:before {
		display: block;
		content: "";
		width: 100%;
		height: 55px
	}
	.flexslider {
		width: 100%;
		padding-top: 100%
	}
	.flex-viewport {
		position: absolute !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%
	}
	.slides, .slides > li {
		height: 100%
	}
	.flex-direction-nav {
		display: none
	}
	.flex-control-nav {
		bottom: 8px
	}
	.flex-control-nav li {
		margin: 0 5px
	}
	.flex-control-paging li a {
		width: 15px;
		height: 15px;
		background: rgba(255, 255, 255, .5);
		box-shadow: none;
		border-radius: 0
	}
	.flex-control-paging li a.flex-active {
		background: rgba(255, 255, 255, 1)
	}
	.slider1 {
		background: url(../images/bg_slider_01_sp.png) center center / cover no-repeat
	}
	.slider1_catch {
		left: 10%;
		top: 15%
	}
	.slider1_catch_1 {
		font-size: 3.5vw
	}
	.slider1_catch_2 {
		font-size: 7.5vw;
		margin-bottom: 15px
	}
	.slider1_check {
		font-size: 3.75vw
	}
	.slider1_check li {
		line-height: 1.6666666666667;
		padding-left: 5.3125vw;
		background: url(../images/icn_check_01.png) 0 3px / 3.75vw auto no-repeat
	}
	.slider1_check li span {
		display: none
	}
	.slider2_catch {
		width: 65%
	}
	.slider2_text {
		padding-top: 97.5%;
		background: url(../images/fig_slider_02_sp.png) 0 0 / 100% auto no-repeat
	}
	.slider3 {
		background: url(../images/bg_slider_03_sp.png) center center / cover no-repeat
	}
	.slider3_catch {
		left: 10%;
		top: 15%
	}
	.slider3_catch_1 {
		font-size: 7.5vw;
		margin-bottom: 20px;
		line-height: 1.25
	}
	.slider3_text {
		font-size: 3.5vw
	}
	.slider3_up {
		font-size: 7.5vw;
		color: #e24974;
		line-height: 1.25;
		margin-bottom: 15px
	}
}

/*===============================
 Online
===============================*/
.online {
	width: 100%;
	position: relative
}
.online:before {
	display: block;
	content: "";
	position: relative;
	width: 100%;
	z-index: 1;
	height: 150px
}
.online_inner {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: -150px
}
.online_title {
	background: #92c345;
	color: #fff;
	text-align: center
}
.online_section_change {
	display: none;
	border-top: 1px solid #ccc
}
.online_section_sub {
	border-top: 1px solid #ccc
}
.online_section_bb {
	border-bottom: 1px solid #ccc
}
.online_btn_business {
	text-decoration: underline;
	cursor: pointer;
	display: block;
}
.online_num_section span {
	display: block;
	color: #e24974;
	line-height: 1.5;
}
.online_num_section_txt {
	display: block;
	color: #e24974;
	line-height: 1.5;
}
.online_num_section_a {
	cursor: pointer;
	display: block;
}
.online_num_section_a a {
	color: #fff;
}
.online_subtitle {
	color: #a4ca58
}
.add .online_subtitle {
	color: #333
}
.online_item select {
	border: 3px solid #ccc;
	background: url(../images/arw_select_02.png) right center / 44px auto no-repeat
}
.online_item select:disabled {
	background: #f0f0f0 url(../images/arw_select_02.png) right center / 44px auto no-repeat
}
.online_select_1 {
	width: 100%
}
.online_select_2 {
	width: 100px;
	margin-right: 5px
}
.online_help li a {
	text-decoration: underline;
	color: #666;
	padding-left: 14px;
	background: url(../images/icn_question.png) left center / 9px auto no-repeat
}
.online_supple {
	color: #666
}
.online_text {
	color: #666
}
.online_checkbox, .online_radio {
	display: none
}
.online_label_1 {
	position: relative
}
.online_checkbox + span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 3px solid #ccc
}
.online_radio + span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 3px solid #ccc
}
.online_checkbox:checked + span:before {
	position: absolute;
	left: -3px;
	top: -3px;
	display: block;
	content: "";
	background: url(../images/icn_check.png) 0 0 / 100% auto no-repeat
}
.online_radio:checked + span:before {
	position: absolute;
	left: -3px;
	top: -3px;
	display: block;
	content: "";
	background: url(../images/icn_radio.png) 0 0 / 100% auto no-repeat
}
.online_btn {
	display: block;
	margin: 0 auto
}
.online_btn_sub input {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.online_cancel {
	text-decoration: underline;
	cursor: pointer
}
.online_error {
	color: #df4074;
	background: #FFEBF2;
	padding: 10px
}
@media screen and (min-width: 769px) {
	.online {
		max-width: 1224px;
		padding: 0 3.75%;
		margin: -70px auto 0
	}
	.online:before {
		box-shadow: 0 0 100px 0 rgba(53, 59, 57, 1)
	}
	.online_title {
		font-size: 3rem;
		padding: 15px 0
	}
	.online_body {
		padding: 0 15%
	}
	.online_section {
		margin-top: 40px
	}
	.online_section_change, .online_section_sub {
		margin-top: 40px;
		padding-top: 40px
	}
	.online_section_bb {
		padding-bottom: 40px
	}
	.online_num_section span {
		font-size: 2.2rem;
		padding: 30px 0 20px;
	}
	.online_num_section_txt {
		font-size: 2.6rem;
		padding: 30px 0 20px;
	}
	.online_btn_business {
		margin: 30px auto;
	}
	.online_num_section_a {
		margin: 0 30.92%;
	}
	.online_subtitle {
		margin-bottom: 20px;
		font-size: 2.4rem
	}
	.online_item {
		margin-top: 15px;
		font-size: 1.8rem
	}
	.add .online_item {
		text-align: left
	}
	.online_item select {
		padding: 13px 18px
	}
	.online_help {
		margin-top: 20px;
		display: -webkit-flex;
		display: flex;
		font-size: 1.4rem
	}
	.add .online_help {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}
	.online_help li {
		margin-right: 26px
	}
	.online_supple {
		margin-top: 20px;
		font-size: 1.4rem
	}
	.online_text {
		margin-bottom: 20px;
		font-size: 1.4rem
	}
	.online_label_1 {
		margin-right: 26px
	}
	.online_label_1 {
		padding-left: 30px
	}
	.online_checkbox + span {
		width: 25px;
		height: 25px
	}
	.online_radio + span {
		width: 25px;
		height: 25px;
		border-radius: 13px
	}
	.online_checkbox:checked + span:before {
		width: 25px;
		height: 25px
	}
	.online_radio:checked + span:before {
		width: 25px;
		height: 25px
	}
	.online_btn_sub {
		text-align: center
	}
	.add .online_btn {
		margin-bottom: 30px
	}
	.online_num_section_a a {
		padding: 25px 24%;
	}
}
@media screen and (max-width: 768px) {
	.online {
		padding: 5px 5px 0
	}
	.online:before {
		box-shadow: 0 0 50px 0 rgba(53, 59, 57, 1)
	}
	.online_title {
		font-size: 1.8rem;
		padding: 13px 0
	}
	.online_body {
		padding: 0 10px
	}
	.online_section {
		margin-top: 25px
	}
	.online_section_change, .online_section_sub {
		margin-top: 25px;
		padding-top: 25px
	}
	.online_section_bb {
		padding-bottom: 25px
	}
	.online_btn_business {
		margin: 15px auto;
	}
	.online_num_section span {
		font-size: 1.7rem;
		padding: 20px 0;
	}
	.online_num_section_txt {
		font-size: 1.9rem;
		padding: 20px 0;
	}
	.online_subtitle {
		margin-bottom: 10px;
		font-size: 2rem
	}
	.online_item {
		margin-top: 8px;
		font-size: 1.6rem
	}
	.online_num_section_a {
		margin: 0 9.46%;
	}
	.online_item select {
		padding: 10px 30px 10px 12px
	}
	.online_help {
		margin-top: 15px;
		font-size: 1.2rem
	}
	.online_help li:not(:last-of-type) {
		margin-bottom: 10px
	}
	.online_supple {
		margin-top: 15px;
		font-size: 1.2rem
	}
	.online_text {
		margin-bottom: 15px;
		font-size: 1.2rem
	}
	.online_item label:not(:last-of-type) {
		margin-bottom: 15px
	}
	.online_label_1 {
		display: block;
		text-align: left
	}
	.online_label_1 {
		padding-left: 23px
	}
	.online_checkbox + span {
		width: 19px;
		height: 19px
	}
	.online_radio + span {
		width: 19px;
		height: 19px;
		border-radius: 10px
	}
	.online_checkbox:checked + span:before {
		width: 19px;
		height: 19px
	}
	.online_radio:checked + span:before {
		width: 19px;
		height: 19px
	}
	.add .online_btn {
		margin-bottom: 15px
	}
	.online_num_section_a a {
		padding: 21px 15%;
	}
}

/*===============================
 Top guide
===============================*/
.top-guide ul li {
	transition: .25s
}
/*.top-guide ul li:hover {
	opacity: .85
}:/
/*.top-guide ul li p {
	width: 100%;
	position: relative
}*/
.top-guide ul li .top-guide_top {
	width: 100%;
	position: relative
}
.top-guide_center {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 5%;
}
/*.top-guide_flow p {
	background: url(../images/bg_guide_01.png) center center / cover no-repeat
}
.top-guide_confirm p {
	background: url(../images/bg_guide_02.png) center center / cover no-repeat
}
.top-guide_faq p {
	background: url(../images/bg_guide_03.png) center center / cover no-repeat
}*/
.top-guide_flow .top-guide_top {
	background: url(../images/bg_guide_01.png) center center / cover no-repeat
}
.top-guide_confirm .top-guide_top {
	background: url(../images/bg_guide_02.png) center center / cover no-repeat
}
.top-guide_faq .top-guide_top {
	background: url(../images/bg_guide_03.png) center center / cover no-repeat
}
/*.top-guide ul li a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px
}*/
.top-guide ul li span {
	position: relative;
	/*top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	color: #fff;
}
.top-guide ul li .top-guide-txt {
	position: relative;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.top-guide {
		margin-top: 90px;
		padding: 0 5px
	}
	.top-guide ul {
		display: -webkit-flex;
		display: flex
	}
	.top-guide ul li {
		width: 33.333333333333%;
		padding: 0 5px
	}
	/*.top-guide ul li p {
		padding-top: 56.25%
	}*/
	.top-guide ul li .top-guide_top {
		padding-top: 56.25%
	}
	/*.top-guide ul li span {
		left: 5%;
		font-size: 3rem;
	}*/
	.top-guide ul li .top-guide-txt {
		/*left: 5%;
		top: 31%;*/
		padding-bottom: 10px;
		font-size: 3rem;
	}
	.top-guide_top {
		padding-top: 56.25%;
		width: 100%;
		position: relative;
	}
}
/*@media screen and (max-width: 900px) and  (min-width: 769px) {
	.top-guide ul li .top-guide-txt {
		left: 5%;
		font-size: 2.5rem;
		top: 23%;
	}
}*/
@media screen and (max-width: 768px) {
	.top-guide {
		margin-top: 45px;
		padding: 0 5px
	}
	.top-guide ul li:not(:last-of-type) {
		margin-bottom: 5px
	}
	/*.top-guide ul li p {
		padding-top: 42.56%
	}*/
	.top-guide ul li .top-guide_top {
		padding-top: 42.56%
	}
	/*.top-guide ul li span {
		left: 6.45%;
		font-size: 2.4rem
	}*/
	.top-guide ul li .top-guide-txt {
		/*left: 6.45%;
		top: 18%;*/
		font-size: 2.4rem;
		padding-bottom: 10px;
	}
	.top-guide_top {
		padding-top: 42.56%;
		width: 100%;
		position: relative;
	}
}

/*===============================
 Top iphone list
===============================*/
.iphone-list {
	width: 100%
}
.iphone-list_title {
	color: #92c345
}
.iphone-list_item {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.iphone-list_item p {
	width: 18%;
	margin-top: 8px
}
.iphone-list_docomo img {
	width: 100%;
	height: auto
}
.iphone-list_au img {
	width: 51%;
	height: auto
}
.iphone-list_softbank img {
	width: 97%;
	height: auto
}
.iphone-list_item dl {
	width: 78%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.iphone-list_item dt {
	width: 50%
}
.iphone-list_item dd {
	width: 50%
}
.iphone-list_item dt:first-of-type {
	font-size: 1.1rem;
	margin-top: 3px
}
.iphone-list_item dd:first-of-type {
	font-size: 1.8rem
}
.iphone-list_item dd:last-of-type, .iphone-list_item dt:last-of-type {
	font-size: 1.1rem;
	color: #666
}
.iphone-list_notfound {
	text-align: center
}
@media screen and (min-width: 769px) {
	.iphone-list {
		max-width: 1224px;
		padding: 0 3.75%;
		margin: 90px auto 0
	}
	.iphone-list_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.iphone-list_list li {
		width: 32%;
		padding: 15px 20px;
		border: 1px solid #ccc;
		margin-bottom: 2%
	}
	.iphone-list_title {
		font-size: 2rem;
		margin-bottom: 5px
	}
}
@media screen and (max-width: 768px) {
	.iphone-list {
		padding: 0 5px;
		margin: 45px auto 0
	}
	.iphone-list_list li {
		padding: 9px 15px;
		border: 1px solid #ccc;
		margin-top: -1px
	}
	.iphone-list_wrapper {
		display: none;
		margin-top: 5px
	}
	.iphone-list_title {
		font-size: 1.8rem;
		padding-right: 25px;
		background: url(../images/arw_select_02.png) right top / 25px auto no-repeat
	}
	.iphone-list_title.active {
		background: url(../images/arw_select_06.png) right top / 25px auto no-repeat
	}
}

/*===============================
 Top voice
===============================*/
.top-voice {
	background: url(../images/bg_topvoice_01.png) center center / cover no-repeat;
	color: #fff
}
.top-voice .section_text {
	color: #fff
}
.top-voice_list {
	display: -webkit-flex;
	display: flex
}
.top-voice_list li {
	text-align: center
}
.top-voice_num {
	background: url(../images/bg_crown.png) 0 0 / 100% auto no-repeat
}
.top-voice_per_num {
	color: #92c345
}
.top-voice_more {
	text-align: center
}
@media screen and (min-width: 769px) {
	.top-voice {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin: 90px 10px 0;
		padding: 90px 0
	}
	.top-voice_inner {
		width: 100%;
		max-width: 1224px;
		padding: 0 3.75%;
		margin: 0 auto
	}
	.top-voice_list li {
		width: 25%
	}
	.top-voice_num {
		font-size: 2.4rem;
		width: 72px;
		height: 46px;
		margin: 0 auto 30px
	}
	.top-voice_label {
		font-size: 1.8rem
	}
	.top-voice_per_per {
		font-size: 4.8rem
	}
	.top-voice_per_num {
		font-size: 13.6rem;
		line-height: 1
	}
	.top-voice_per_t {
		margin-top: 29px
	}
	.top-voice_per_t .top-voice_per_num {
		font-size: 8.3rem;
		line-height: 1
	}
	.top-voice_per_t .top-voice_per_per {
		font-size: 2.9rem
	}
	.top-voice_more {
		margin-top: 45px
	}
}
@media screen and (max-width: 768px) {
	.top-voice {
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
		margin: 45px 5px 0;
		padding: 45px 0
	}
	.top-voice_list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-voice_list li {
		width: 50%
	}
	.top-voice_list li:nth-of-type(3), .top-voice_list li:nth-of-type(4) {
		margin-top: 25px
	}
	.top-voice_num {
		font-size: 1.8rem;
		width: 54px;
		height: 35px;
		margin: 0 auto 15px
	}
	.top-voice_label {
		font-size: 1.2rem
	}
	.top-voice_per_per {
		font-size: 2.5rem
	}
	.top-voice_per_num {
		font-size: 7.2rem;
		line-height: 1
	}
	.top-voice_per_t {
		margin-top: 14px
	}
	.top-voice_per_t .top-voice_per_num {
		font-size: 4.8rem;
		line-height: 1
	}
	.top-voice_per_t .top-voice_per_per {
		font-size: 1.7rem
	}
	.top-voice_more {
		margin-top: 30px
	}
}
/*===============================
 Subscribe
===============================*/
.subscribe {
	position: fixed;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: .25s
}
.subscribe.show {
	bottom: 0
}
.subscribe:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	box-shadow: 0 0 0 0 rgba(53, 59, 57, 0);
	width: 75%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.subscribe_inner {
	position: relative;
	z-index: 1;
	background: #fff;
	height: 100%;
	display: flex;
	display: -webkit-flex
}
.subscribe_appraise {
	height: 100%
}
.subscribe_appraise a {
	display: block;
	width: 100%;
	height: 100px;
	color: #fff;
	text-align: center;
	background: #0098cc
}
.subscribe_appraise a:hover {
	background: #0085b3
}
.subscribe_contact {
	display: -webkit-flex;
	display: flex;
	height: 100%
}
.subscribe_item {
	position: relative;
	transition: .25s
}
.subscribe_item:hover {
	background: #F0F0F0
}
.subscribe_item span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #0098cc
}
.subscribe_item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px;
	display: block
}
.subscribe_item_phone:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	background: #ccc
}
.subscribe_pagetop {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
	pointer-events: none;
	transition: .25s
}
.subscribe_pagetop a {
	display: block;
	float: right;
	text-indent: -9999px;
	pointer-events: auto
}
.subscribe_pagetop.show {
	bottom: 0
}
@media screen and (min-width: 769px) {
	.subscribe {
		bottom: -100px;
		height: 75px;
		min-width: 1024px
	}
	.subscribe.show:before {
		box-shadow: 0 0 100px 0 rgba(53, 59, 57, 1)
	}
	.subscribe_appraise {
		width: -webkit-calc(50% - 38px);
		width: calc(50% - 38px)
	}
	.subscribe_appraise a {
		font-size: 2.4rem;
		padding-top: 20px
	}
	.subscribe_contact {
		width: -webkit-calc(50% + 38px);
		width: calc(50% + 38px)
	}
	.subscribe_item_phone {
		width: -webkit-calc(50% - 19px);
		width: calc(50% - 19px)
	}
	.subscribe_item_mail {
		width: -webkit-calc(50% - 19px);
		width: calc(50% - 19px)
	}
	.subscribe_item_pagetop {
		width: 75px
	}
	.subscribe_item_phone span {
		width: 193px;
		padding-left: 33px;
		font-size: 2.4rem;
		background: url(../images/icn_phone_02.png) left center / 25px auto no-repeat
	}
	.subscribe_item_mail span {
		width: 158px;
		padding-left: 33px;
		font-size: 2rem;
		background: url(../images/icn_mail_01.png) left center / 25px auto no-repeat
	}
	.subscribe_item_pagetop a {
		position: inherit;
		display: block;
		text-indent: -9999px;
		width: 75px;
		height: 75px;
		background: #121619 url(../images/arw_pagetop.png) center center / 18px auto no-repeat
	}
	.subscribe_item_phone:after {
		height: 38px;
		margin-top: -19px
	}
	.subscribe_pagetop {
		bottom: -100px;
		min-width: 1024px;
		height: 75px
	}
	.subscribe_pagetop a {
		width: 75px;
		height: 75px;
		background: #121619 url(../images/arw_pagetop.png) center center / 18px auto no-repeat
	}
}
@media screen and (max-width: 768px) {
	.subscribe {
		bottom: -50px;
		height: 50px
	}
	.subscribe.show:before {
		box-shadow: 0 0 50px 0 rgba(53, 59, 57, 1)
	}
	.subscribe_appraise {
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px)
	}
	.subscribe_appraise a {
		font-size: 1.8rem;
		padding-top: 12px
	}
	.subscribe_appraise a span {
		display: none
	}
	.subscribe_contact {
		width: 150px
	}
	.subscribe_item {
		width: 50px
	}
	.subscribe_item_phone span {
		width: 25px;
		height: 25px;
		text-indent: -9999px;
		background: url(../images/icn_phone_02.png) 0 0 / 100% auto no-repeat
	}
	.subscribe_item_mail span {
		width: 25px;
		height: 25px;
		text-indent: -9999px;
		background: url(../images/icn_mail_01.png) 0 0 / 100% auto no-repeat
	}
	.subscribe_item_pagetop a {
		position: inherit;
		display: block;
		text-indent: -9999px;
		width: 50px;
		height: 50px;
		background: #121619 url(../images/arw_pagetop.png) center center / 12px auto no-repeat
	}
	.subscribe_item_phone:after {
		height: 25px;
		margin-top: -13px
	}
	.subscribe_pagetop {
		bottom: -50px;
		height: 50px
	}
	.subscribe_pagetop a {
		width: 50px;
		height: 50px;
		background: #121619 url(../images/arw_pagetop.png) center center / 12px auto no-repeat
	}
}

/*===============================
Top merit
===============================*/
.top-merit {
	width: 100%
}
.top-merit_list li {
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.top-merit_title {
	font-weight: 700
}
.top-merit_icon img {
	width: 100%;
	height: auto
}
.top-merit_detail {
	color: #666
}
.top-merit_detail a {
	text-decoration: underline
}
.top-merit_detail span {
	font-size: 1.4rem
}
@media screen and (min-width: 769px) {
	.top-merit {
		max-width: 1224px;
		padding: 0 3.75%;
		margin: 90px auto 0
	}
	.top-merit_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-merit_list li {
		width: 49%;
		padding: 18px 30px;
		margin-bottom: 2%
	}
	.top-merit_icon {
		width: 10%;
		margin-right: 5%
	}
	.top-merit_text {
		width: 85%
	}
	.top-merit_title {
		font-size: 2.2rem;
		margin-bottom: 8px
	}
}
@media screen and (max-width: 768px) {
	.top-merit {
		padding: 0 5px;
		margin: 45px auto 0
	}
	.top-merit_list li {
		padding: 9px 15px;
		margin-top: -1px
	}
	.top-merit_icon {
		width: 15%;
		margin-right: 5%
	}
	.top-merit_text {
		width: 80%
	}
	.top-merit_title {
		font-size: 1.8rem;
		margin-bottom: 3px
	}
}

/*===============================
Top flow
===============================*/
.top-flow {
	background: #92c345;
	color: #fff
}
.top-flow .section_text {
	color: #fff
}
.top-flow_list li {
	position: relative
}
.top-flow_num {
	width: 100%;
	height: 40px;
	background: #181e24;
	color: #fff
}
.top-flow_num p {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	text-align: center;
	font-size: 2rem
}
.top-flow_num p span {
	font-size: 6rem
}
.top-flow_image img {
	width: 100%;
	height: auto
}
.top-flow_more {
	text-align: center
}
@media screen and (min-width: 769px) {
	.top-flow {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin: 90px 10px 0;
		padding: 90px 0
	}
	.top-flow_inner {
		width: 100%;
		max-width: 1224px;
		padding: 0 3.75%;
		margin: 0 auto
	}
	.top-flow_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.top-flow_list li {
		width: 32%;
		padding-bottom: 75px
	}
	.top-flow_num {
		position: absolute;
		left: 0;
		bottom: 0
	}
	.top-flow_title {
		font-size: 2.2rem;
		margin-top: 25px
	}
	.top-flow_text {
		margin-top: 10px
	}
	.top-flow_more {
		margin-top: 45px
	}
}
@media screen and (max-width: 768px) {
	.top-flow {
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
		margin: 45px 5px 0;
		padding: 45px 0
	}
	.top-flow_inner {
		padding: 0 10px
	}
	.top-flow_list li:not(:last-of-type) {
		margin-bottom: 45px
	}
	.top-flow_num {
		position: relative;
		margin-bottom: 25px
	}
	.top-flow_body {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.top-flow_image {
		width: 34%;
		margin-right: 4.5%
	}
	.top-flow_body div {
		width: 61.5%
	}
	.top-flow_title {
		font-size: 1.8rem;
		margin-top: -5px
	}
	.top-flow_text {
		margin-top: 5px
	}
	.top-flow_more {
		margin-top: 30px
	}
}

/*===============================
Top others
===============================*/
.top-others {
	width: 100%
}
.top-others_list li {
	position: relative;
	transition: .25s
}
.top-others_list li:hover {
	opacity: .85
}
.top-others_list li div {
	width: 100%;
	position: relative
}
.top-others_blog div {
	background: url(../images/bg_others_01.png) center center / cover no-repeat
}
.top-others_buyking div {
	background: url(../images/bg_others_02.png) center center / cover no-repeat
}
.top-others_business div {
	background: url(../images/bg_others_03.png) center center / cover no-repeat
}
.top-others_list li a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px
}
.top-others_list li p {
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}
.top-others_list li p span {
	display: block
}
.top-others_list li p span:first-of-type {
	font-size: 3rem
}
@media screen and (min-width: 769px) {
	.top-others {
		max-width: 1170px;
		padding: 0 3.75%;
		margin: 90px auto 0
	}
	.top-others_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-others_list li {
		width: 49.5%;
		margin-bottom: 1%
	}
	.top-others_list li div {
		padding-top: 42.6%
	}
	.top-others_list li p span:first-of-type {
		margin-bottom: 3px
	}
}
@media screen and (max-width: 768px) {
	.top-others {
		padding: 0 5px;
		margin: 45px auto 0
	}
	.top-others_list li:not(:last-of-type) {
		margin-bottom: 5px
	}
	.top-others_list li div {
		padding-top: 42.56%
	}
	.top-others_list li p {
		left: 6.45%
	}
}

/*===============================
Show cart
===============================*/
.result {
	border: 3px solid #333;
	text-align: center
}
.result_price {
	color: #df4074
}
.cart_tab {
	width: 100%;
	border-collapse: collapse
}
.cart_tab th {
	text-align: left;
	color: #666;
	font-size: 1.4rem
}
.cart_qua {
	border: 1px solid #ccc;
	width: 30px;
	margin-right: 5px;
	background: #fff
}
.cart_update {
	width: 19px;
	margin-left: 10px;
	cursor: pointer;
	display: inline;
	vertical-align: top
}
.cart_delete {
	width: 24px;
	cursor: pointer
}
.cart_total p {
	display: inline-block
}
.cart_total p:last-of-type {
	color: #df4074
}
.cart_btn input {
	display: block;
}
.cart_add,
.cart_btn_business {
	text-decoration: underline;
	cursor: pointer
}
@media screen and (min-width: 769px) {
	.result {
		padding: 25px
	}
	.result_rproduct {
		font-size: 1.8rem;
		margin-bottom: 10px
	}
	.result_price {
		font-size: 1.8rem
	}
	.result_price span {
		font-size: 3.6rem
	}
	.cart_title {
		font-size: 3.6rem;
		margin-bottom: 30px
	}
	.cart_tab thead tr {
		border-bottom: 1px solid #ccc
	}
	.cart_tab th {
		padding: 10px
	}
	.cart_tab td {
		padding: 20px 10px
	}
	.cart_th_delete {
		width: 53px
	}
	.cart_th_quan {
		width: 120px
	}
	.cart_th_lack {
		width: 135px
	}
	.cart_th_subtotal, .cart_th_unit {
		width: 113px
	}
	.cart_tab tbody tr:nth-of-type(even) {
		background: #f5f5f5
	}
	.cart_total {
		margin-top: 15px;
		text-align: right
	}
	.cart_total p {
		font-size: 1.8rem;
		margin-left: 20px
	}
	.cart_total p:last-of-type span {
		font-size: 3.6rem
	}
	.cart_btn {
		margin-top: 30px;
		text-align: center
	}
	.cart_btn form {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.cart_btn input {
		margin: 0 15px;
	}
	.cart_go {
		margin: 0 10px 30px!important
	}
}
@media screen and (max-width: 768px) {
	.result {
		padding: 19px
	}
	.result_rproduct {
		font-size: 1.6rem;
		margin-bottom: 8px
	}
	.result_price {
		font-size: 1.6rem
	}
	.result_price span {
		font-size: 3rem
	}
	.cart_title {
		font-size: 2.4rem;
		margin-bottom: 3px
	}
	.cart_tab {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc
	}
	.cart_tab thead {
		display: none
	}
	.cart_tab tr {
		border-bottom: 1px solid #ccc;
		padding: 10px 10px 2px
	}
	.cart_tab tbody {
		display: block;
		width: 100%
	}
	.cart_tab tbody tr {
		display: inline-block;
		width: 100%
	}
	.cart_tab td {
		display: block
	}
	.cart_tab td {
		margin-bottom: 8px;
		width: 100%;
		overflow: hidden
	}
	.cart_tab td:first-of-type {
		padding-right: 20px;
		background: url(../images/arw_select_01.png) right center / 10px auto no-repeat
	}
	.cart_tab td.active:first-of-type {
		background: url(../images/arw_select_05.png) right center / 10px auto no-repeat
	}
	.cart_tab td:first-of-type p {
		font-weight: 700;
		word-break: break-all
	}
	.cart_tab td:not(:first-of-type) {
		display: none
	}
	.cart_tab td:not(:first-of-type):before {
		float: left;
		width: 25%;
		display: block;
		color: #666;
		font-size: 1.4rem;
		padding-top: 2px
	}
	.cart_tab td:not(:first-of-type) p {
		width: 100%;
		padding-left: 25%
	}
	.cart_td_state:before {
		content: "使用状態"
	}
	.cart_td_lack:before {
		content: "不足品"
	}
	.cart_td_unit:before {
		content: "単価"
	}
	.cart_td_quan:before {
		content: "個数"
	}
	.cart_td_subtotal:before {
		content: "小計"
	}
	.cart_td_delete:before {
		content: "削除"
	}
	.cart_total {
		margin-top: 8px;
		text-align: center
	}
	.cart_total p {
		font-size: 1.6rem
	}
	.cart_total p:last-of-type {
		margin-left: 15px
	}
	.cart_total p:last-of-type span {
		font-size: 3rem
	}
	.cart_btn {
		margin-top: 15px;
	}
	.cart_btn form {
		text-align: center;
	}
	.cart_btn input {
		margin: 0 auto;
	}
	.cart_btn_business {
		margin: 15px auto 0!important 
	}
	.cart_go {
		margin: 0 auto 15px!important
	}
}

/*===============================
Form
===============================*/
.form_title {
	color: #0098cc
}
.form_required {
	color: #df4074;
	margin-left: 5px;
	font-weight: 700
}
.form_required_text .form_required {
	margin-left: 0;
	margin-right: 5px
}
.form_box {
	border: 1px solid #ccc
}
.form_box > div:not(:last-of-type) {
	border-bottom: 1px solid #ccc
}
.form_ftitle {
	font-weight: 700;
}
.form_help {
	font-size: 1.4rem;
	color: #666
}
.form_help a {
	text-decoration: underline
}
.form_select {
	border: 3px solid #ccc;
	background: url(../images/arw_select_02.png) right center / 44px auto no-repeat;
	margin-right: 5px
}
.form_select:disabled {
	background: #f0f0f0 url(../images/arw_select_02.png) right center / 44px auto no-repeat
}
.form_input, .form_textarea {
	border: 3px solid #ccc
}
.form_input_1 {
	width: 100%
}
.form_textarea {
	width: 100%
}
.form_checkbox, .form_radio {
	display: none
}
.form_label_1 {
	position: relative
}
.form_checkbox + span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 3px solid #ccc
}
.form_checkbox:disabled + span {
	background: #f0f0f0
}
.form_radio + span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 3px solid #ccc
}
.form_checkbox:checked + span:before {
	position: absolute;
	left: -3px;
	top: -3px;
	display: block;
	content: "";
	background: url(../images/icn_check.png) 0 0 / 100% auto no-repeat
}
.form_radio:checked + span:before {
	position: absolute;
	left: -3px;
	top: -3px;
	display: block;
	content: "";
	background: url(../images/icn_radio.png) 0 0 / 100% auto no-repeat
}
.form_btn {
	display: block;
	margin: 0 auto
}
.form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.form_cancel {
	text-decoration: underline;
	cursor: pointer
}
.form_file {
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid #ccc;
	width: 100%;
	text-align: center
}
.form_file input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0
}
.form_file_value {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 5px
}
.form_campaign label {
	display: block
}
.form_error {
	color: #df4074;
	background: #FFEBF2;
	padding: 10px
}
.form_ctitle {
	color: #df4074
}
@media screen and (min-width: 769px) {
	.form > div, .form > form > div:not(:last-of-type) {
		margin-bottom: 45px
	}
	.form_title {
		margin-bottom: 15px;
		font-size: 2.4rem
	}
	.form_box {
		padding: 40px
	}
	.form_box > div:not(:last-of-type) {
		margin-bottom: 40px;
		padding-bottom: 40px
	}
	.form_flex {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.form_flex .form_item {
		width: 49%;
	}
	.form_ftitle {
		margin-bottom: 18px;
		font-size: 1.8rem
	}
	.form_item {
		font-size: 1.8rem
	}
	.form_help {
		margin-top: 15px
	}
	.form_select {
		padding: 13px 44px 13px 13px
	}
	.form_input, .form_textarea {
		padding: 11px
	}
	.form_label_1 {
		margin-right: 26px;
		padding-left: 30px
	}
	.form_checkbox + span {
		width: 25px;
		height: 25px
	}
	.form_radio + span {
		width: 25px;
		height: 25px;
		border-radius: 13px
	}
	.form_checkbox:checked + span:before {
		width: 25px;
		height: 25px
	}
	.form_radio:checked + span:before {
		width: 25px;
		height: 25px
	}
	.form_btn {
		text-align: center;
		margin-bottom: 30px
	}
	.form_address_3 input {
		width: 500px
	}
	.form_size, .form_time {
		display: -webkit-flex;
		display: flex
	}
	.form_size div {
		width: 200px;
		margin-right: 30px
	}
	.form_time div {
		margin-right: 30px
	}
	.form_size div img {
		width: 100%;
		height: auto
	}
	.form_address {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form_address > div:not(:last-of-type) {
		margin-bottom: 15px
	}
	.form_address_1 {
		margin-right: 30px
	}
	.form_address input, .form_address select {
		margin-left: 5px
	}
	.form_address_1 input {
		width: 150px
	}
	.form_address_3 label {
		width: 168px;
		display: inline-block
	}
	.form_textarea {
		height: 150px
	}
	.form_shonin > div:not(:last-of-type) {
		margin-bottom: 15px
	}
	.form_file {
		padding: 11px
	}
	.form_campaign > div:not(:last-of-type) {
		margin-bottom: 15px
	}
	.form_error {
		margin-top: 15px
	}
	.form_ctitle {
		font-size: 2.4rem;
		margin-bottom: 30px
	}
	.form_ctext {
		margin-bottom: 45px
	}
}
@media screen and (max-width: 768px) {
	.form > div, .form > form > div:not(:last-of-type) {
		margin-bottom: 23px
	}
	.form_title {
		margin-bottom: 8px;
		font-size: 2rem
	}
	.form_box {
		padding: 20px
	}
	.form_box > div:not(:last-of-type),
	.form_flex > div:not(:last-of-type) {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
	.form_flex {
		display: block;
	}
	.form_flex .form_item {
		width: 100%;
	}
	.form_ftitle {
		margin-bottom: 13px
	}
	.form_help {
		margin-top: 13px
	}
	.form_select {
		max-width: 100%;
		padding: 10px 44px 10px 10px
	}
	.form_input, .form_textarea {
		padding: 8px
	}
	.form_item label:not(:last-of-type) {
		margin-bottom: 13px
	}
	.form_label_1 {
		display: block;
		text-align: left
	}
	.form_label_1 {
		padding-left: 23px
	}
	.form_checkbox + span {
		width: 19px;
		height: 19px
	}
	.form_radio + span {
		width: 19px;
		height: 19px;
		border-radius: 10px
	}
	.form_checkbox:checked + span:before {
		width: 19px;
		height: 19px
	}
	.form_radio:checked + span:before {
		width: 19px;
		height: 19px
	}
	.form_btn {
		margin-bottom: 15px
	}
	.form_address_3 input {}
	.form_size div {
		margin-right: 15px
	}
	.form_size div:first-of-type, .form_time div:first-of-type {
		margin-bottom: 13px
	}
	.form_time div {
		margin-right: 13px
	}
	.form_size div img {
		width: 130px
	}
	.form_size div select {
		margin: 35px 5px 0 13px
	}
	.form_address > div:not(:last-of-type) {
		margin-bottom: 13px
	}
	.form_address_1 {}
	.form_address_1 input {
		margin-left: 5px
	}
	.form_address_1 input {
		width: 150px
	}
	.form_address_3 input {
		width: 100%
	}
	.form_address_2 label, .form_address_3 label {
		display: block;
		margin-bottom: 5px
	}
	.form_textarea {
		height: 100px
	}
	.form_shonin > div:not(:last-of-type) {
		margin-bottom: 15px
	}
	.form_file {
		padding: 8px
	}
	.form_campaign > div:not(:last-of-type) {
		margin-bottom: 13px
	}
	.form_error {
		margin-top: 13px
	}
	.form_ctitle {
		font-size: 1.8rem;
		margin-bottom: 15px
	}
	.form_ctext {
		margin-bottom: 23px
	}
}

/*===============================
Faq
===============================*/
.faq {
	border-bottom: 1px solid #ccc
}
.faq_section {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}
.faq_question {
	display: -webkit-flex;
	display: flex;
	position: relative;
	cursor: pointer
}
.faq_question:after {
	display: block;
	content: "";
	position: absolute;
	background: url(../images/arw_select_03.png) 0 0 / 100% auto no-repeat
}
.faq_question.active:after {
	background: url(../images/arw_select_04.png) 0 0 / 100% auto no-repeat
}
.faq_question span:first-of-type {
	color: #92c345
}
.faq_answer {
	display: none;
	border-top: 1px solid #ccc;
	background: #f0f0f0
}
@media screen and (min-width: 769px) {
	.faq_question {
		padding: 15px 54px 15px 25px
	}
	.faq_question:after {
		right: 4px;
		top: 4px;
		width: 54px;
		height: 54px
	}
	.faq_question span:first-of-type {
		width: 35px;
		margin-top: -3px;
		font-size: 2.4rem
	}
	.faq_question span:last-of-type {
		font-size: 2rem;
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px)
	}
	.faq_answer {
		padding: 25px
	}
	.faq_answer p:not(:last-of-type) {
		margin-bottom: 25px
	}
}
@media screen and (max-width: 768px) {
	.faq_question {
		padding: 8px 42px 8px 13px
	}
	.faq_question:after {
		right: 0;
		top: 0;
		width: 42px;
		height: 42px
	}
	.faq_question span:first-of-type {
		width: 30px;
		margin-top: -2px;
		font-size: 1.8rem
	}
	.faq_question span:last-of-type {
		font-size: 1.6rem;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.faq_answer {
		padding: 13px
	}
	.faq_answer p:not(:last-of-type) {
		margin-bottom: 13px
	}
}

/*===============================
Guide
===============================*/
.guide_nav {
	display: -webkit-flex;
	display: flex
}
.guide_nav li {
	text-align: center
}
.guide_nav li a, .guide_nav li span {
	display: block;
	width: 100%;
	color: #fff;
	position: relative
}
.guide_nav li a:hover {
	opacity: .95
}
.guide_image img {
	width: 100%;
	height: auto
}
.guide_catch {
	color: #df4074;
	font-size: 1.8rem
}
.guide_text a {
	text-decoration: underline
}
.flow_num {
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	position: relative
}
.flow_num p {
	text-align: center
}
.flow_num p span:nth-of-type(2) {
	display: inline-block
}
.flow_num p span:nth-of-type(3) {
	font-weight: 700
}
.flow_image img {
	width: 100%;
	height: auto
}
.flow_help a {
	text-decoration: underline
}
.flow_caution {
	color: #df4074;
	font-size: 1.8rem
}
.flow_address {
	border: 1px solid #ccc;
	padding: 15px
}
.rank_list {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}
.rank_item {
	border-bottom: 1px solid #ccc
}
.rank_rank {
	font-weight: 700
}
.rank_rank_s {
	color: #00bfff
}
.rank_rank_a {
	color: #b8860b
}
.rank_rank_b {
	color: #a9a9a9
}
.rank_rank_c {
	color: #8b4513
}
.rank_rank_d {
	color: #006400
}
.rank_period {
	font-size: 1.4rem;
	color: #666
}
.rank_caution {
	font-size: 1.4rem;
	color: #666
}
.rank_caution, .rank_status {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.rank_caution dt, .rank_status dt {
	width: 25px
}
.rank_caution dd, .rank_status dd {
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px)
}
.rank_limit div dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.rank_limit div dl dt {
	width: 30px
}
.rank_limit div dl dd {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px)
}
.rank_limit div dl dd:before {
	content: "→ "
}
.check_list, .no_list {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}
.check_item, .no_item {
	border-bottom: 1px solid #ccc
}
.check_title {
	border-bottom: 3px solid #91be51
}
.no_title {
	border-bottom: 3px solid #df4074
}
.check_title, .no_title {
	font-weight: 700
}
.check_title span, .no_title span {
	font-size: 1.6rem;
	font-weight: 400
}
.check_title span {
	color: #91be51
}
.no_title span {
	color: #df4074
}
.check_info p, .no_info p {
	color: #666
}
.check_info p:not(:last-of-type), .no_info p:not(:last-of-type) {
	margin-bottom: 15px
}
.check_info p a, .no_info p a {
	text-decoration: underline
}
.guide_btn {
	background: #f0f0f0;
	text-align: center;
}
.guide_btn_txt {
	color: #e24974;
}
.guide_btn_wrap {}
.guide_btn_btn {
	display: inline-block;
}
.guide_btn_btn:hover {
	color: #fff;
}
@media screen and (min-width: 769px) {
	.guide_body {
		padding: 60px 5.4%
	}
	.guide_nav li {
		width: 25%;
		font-size: 1.8rem
	}
	.guide_nav li a, .guide_nav li span {
		height: 125px;
		padding-top: 80px
	}
	.guide_nav li span:after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 20px;
		height: 10px;
		background: url(../images/arrow_speech.png) 0 0 / 100% auto no-repeat;
		margin-left: -10px
	}
	.guide_nav_flow a {
		background: #181e24 url(../images/icn_flow.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_flow span {
		background: #92c345 url(../images/icn_flow_on.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_rank a {
		background: #181e24 url(../images/icn_rank.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_rank span {
		background: #92c345 url(../images/icn_rank_on.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_check a {
		background: #181e24 url(../images/icn_guidecheck.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_check span {
		background: #92c345 url(../images/icn_guidecheck_on.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_no a {
		background: #181e24 url(../images/icn_no.png) center 23px / 50px auto no-repeat
	}
	.guide_nav_no span {
		background: #92c345 url(../images/icn_no_on.png) center 23px / 50px auto no-repeat
	}
	.guide_title {
		font-size: 3rem;
		margin-bottom: 45px
	}
	.guide_section {
		margin-bottom: 75px
	}
	.guide_header {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.guide_info {
		width: 46.7%
	}
	.guide_image {
		width: 46.7%
	}
	.guide_catch {
		margin-bottom: 25px
	}
	.guide_text {
		padding-bottom: 25px
	}
	.guide_subtitle {
		font-size: 2.4rem;
		margin-bottom: 30px
	}
	.flow_item {
		margin-bottom: 75px
	}
	.flow_num {
		margin-bottom: 25px;
		height: 40px
	}
	.flow_num p {
		position: absolute;
		left: 0;
		width: 100%;
		font-size: 2rem;
		top: -41px
	}
	.flow_num br {
		display: none
	}
	.flow_num p span:nth-of-type(2) {
		font-size: 6rem;
		margin-right: 25px
	}
	.flow_body {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.flow_image {
		width: 35.6%
	}
	.flow_info {
		width: 58.4%
	}
	.flow_info p {
		margin-bottom: 25px
	}
	.rank_list {
		margin-top: 25px
	}
	.rank_item {
		padding: 25px
	}
	.rank_rank {
		font-size: 2.4rem
	}
	.rank_rank span {
		font-size: 3.6rem
	}
	.rank_period {
		margin-bottom: 25px
	}
	.rank_status {
		margin-bottom: 25px
	}
	.rank_limit {
		margin-top: 15px
	}
	.rank_limit div {
		margin-bottom: 30px
	}
	.rank_limit div p {
		margin-bottom: 15px
	}
	.rank_limit_docomo {
		width: 122px
	}
	.rank_limit_softbank {
		width: 118px
	}
	.rank_limit_au {
		width: 62px
	}
	.check_list, .no_list {
		margin-top: 45px
	}
	.check_item, .no_item {
		padding: 25px
	}
	.check_title, .no_title {
		display: inline-block;
		margin-bottom: 25px;
		font-size: 2rem
	}
	.check_title span, .no_title span {
		display: inline-block;
		margin-right: 15px
	}
	.check_title span big, .no_title span big {
		font-size: 2rem
	}
	.guide_btn {
		padding: 30px 0;
	}
	.guide_btn_txt {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.guide_btn_btn {
		width: 500px;
	}
}
@media screen and (max-width: 768px) {
	.guide_body {
		padding: 30px 10px
	}
	.guide_nav {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.guide_nav li {
		width: 50%;
		font-size: 1.4rem
	}
	.guide_nav li a, .guide_nav li span {
		height: 94px;
		padding-top: 57px
	}
	.guide_nav_flow a {
		background: #181e24 url(../images/icn_flow.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_flow span {
		background: #92c345 url(../images/icn_flow_on.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_rank a {
		background: #181e24 url(../images/icn_rank.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_rank span {
		background: #92c345 url(../images/icn_rank_on.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_check a {
		background: #181e24 url(../images/icn_guidecheck.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_check span {
		background: #92c345 url(../images/icn_guidecheck_on.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_no a {
		background: #181e24 url(../images/icn_no.png) center 14px / 38px auto no-repeat
	}
	.guide_nav_no span {
		background: #92c345 url(../images/icn_no_on.png) center 14px / 38px auto no-repeat
	}
	.guide_title {
		font-size: 2.4rem;
		margin-bottom: 30px
	}
	.guide_section {
		margin-bottom: 38px
	}
	.guide_catch {
		margin-bottom: 13px
	}
	.guide_text {
		padding-bottom: 13px
	}
	.guide_subtitle {
		font-size: 2rem;
		margin-bottom: 15px
	}
	.flow_item {
		margin-bottom: 30px
	}
	.flow_num {
		margin-bottom: 13px;
		padding: 5px 10px
	}
	.flow_num p {
		font-size: 1.8rem
	}
	.flow_num p span:first-of-type, .flow_num p span:nth-last-of-type(2) {
		color: #92c345
	}
	.flow_num p span:nth-of-type(2) {
		font-size: 2.4rem;
		margin-right: 13px
	}
	.flow_body {
		padding: 0 10px
	}
	.flow_image {
		margin-bottom: 13px
	}
	.flow_info p {
		margin-bottom: 13px
	}
	.rank_list {
		margin-top: 13px
	}
	.rank_item {
		padding: 13px
	}
	.rank_rank {
		font-size: 1.8rem
	}
	.rank_rank span {
		font-size: 2.4rem
	}
	.rank_period {
		margin-bottom: 13px
	}
	.rank_status {
		margin-bottom: 13px
	}
	.rank_limit {
		margin-top: 11px
	}
	.rank_limit div {
		margin-bottom: 23px
	}
	.rank_limit div p {
		margin-bottom: 11px
	}
	.rank_limit_docomo {
		width: 92px
	}
	.rank_limit_softbank {
		width: 89px
	}
	.rank_limit_au {
		width: 47px
	}
	.check_list, .no_list {
		margin-top: 23px
	}
	.check_item, .no_item {
		padding: 13px
	}
	.check_title, .no_title {
		margin-bottom: 13px;
		font-size: 1.8rem;
		padding-bottom: 3px
	}
	.check_title span, .no_title span {
		display: block
	}
	.check_title span big, .no_title span big {
		font-size: 1.8rem
	}
	.guide_btn {
		padding: 20px 0;
	}
	.guide_btn_txt {
		font-size: 1.9rem;
		margin: 0 20px 10px;
	}
	.guide_btn_btn {
		width: 200px;
	}
}

/*===============================
Blog
===============================*/
.blog-cate {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-cate li a {
	display: inline-block;
	font-weight: 700
}
.blog-list li {
	border-left: 5px solid #ccc
}
.blog-list_title a {
	font-weight: 700
}
.blog-list_date {
	color: #666;
	font-size: 1.4rem
}
.blog-list_date a {
	color: #666;
	text-decoration: underline
}
.blog-list_excerpt {
	color: #666
}
.blog-list_more a {
	color: #666;
	display: block;
	text-decoration: underline
}
.blog-list_more a:hover {
	text-decoration: underline
}
.blog-pager {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.blog-pager li a {
	display: inline-block;
	border: 1px solid #ccc
}
.blog-side_title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px
}
.blog-side_list li a {
	color: #91be51;
	line-height: 1.75
}
.blog-post_date, .blog-post_title {
	text-align: center
}
.at-share-btn-elements {
	text-align: center
}
.blog-post_date {
	color: #666;
	font-size: 1.4rem
}
.blog-post_date a {
	color: #666;
	text-decoration: underline
}
.blog-post_body > p > a > img, .blog-post_body > p > img {
	max-width: 100%;
	height: auto
}
.blog-post_body a {
	text-decoration: underline
}
@media screen and (min-width: 769px) {
	.blog-cate {
		font-size: 2rem;
		margin: 30px 0 35px
	}
	.blog-cate li {
		margin-right: 20px
	}
	.blog-cate li.current a {
		border-bottom: 3px solid #91be51;
		color: #999
	}
	.blog_container {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.blog_main {
		width: 75.6%
	}
	.blog_title {
		font-size: 2.4rem;
		margin-bottom: 40px
	}
	.blog-list li {
		padding-left: 15px
	}
	.blog-list li:not(:last-of-type) {
		margin-bottom: 40px
	}
	.blog-list_title a {
		font-size: 2.4rem
	}
	.blog-list_date {
		margin-top: 5px;
		margin-bottom: 15px
	}
	.blog-list_more a {
		margin-top: 15px
	}
	.blog-pager {
		margin-top: 60px
	}
	.blog-pager li {
		font-size: 2rem
	}
	.blog-pager li a {
		padding: 10px
	}
	.blog_side {
		width: 18%
	}
	.blog-post {
		margin-top: 30px
	}
	.blog-post_title {
		font-size: 3.6rem
	}
	.blog-post_date {
		margin-top: 10px;
		margin-bottom: 60px
	}
	.blog-post_body > div, .blog-post_body > p {
		margin-bottom: 30px
	}
	.at-above-post {
		margin-bottom: 60px !important
	}
	.at-below-post {
		padding-top: 30px !important
	}
	.blog-banner{
		width: 100%;
		padding-top: 27.8%;
		background: url("../images/blog_banner_pc.png") center center / cover no-repeat;
	}
	.blog-button{
		margin-left: 6.22%;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 768px) {
	.blog-cate {
		font-size: 1.4rem;
		margin: 15px 0 18px
	}
	.blog-cate li {
		margin-right: 5px;
		margin-bottom: 5px
	}
	.blog-cate li a {
		border: 1px solid #ccc;
		display: inline-block;
		padding: 5px
	}
	.blog-cate li.current a {
		border: 1px solid #91be51;
		background: #91be51;
		color: #fff
	}
	.blog_title {
		font-size: 2rem;
		margin-bottom: 20px
	}
	.blog-list li {
		padding-left: 8px
	}
	.blog-list li:not(:last-of-type) {
		margin-bottom: 20px
	}
	.blog-list_title a {
		font-size: 2rem
	}
	.blog-list_date {
		margin-top: 5px;
		margin-bottom: 5px
	}
	.blog-list_excerpt p:not(:last-of-type) {
		display: none
	}
	.blog-list_more a {
		margin-top: 13px
	}
	.blog-pager {
		margin-top: 30px
	}
	.blog-pager li {
		font-size: 1.8rem
	}
	.blog-pager li a {
		padding: 5px
	}
	.blog_side {
		margin-top: 45px
	}
	.blog-side_list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.4rem
	}
	.blog-side_list li:not(:last-of-type):after {
		content: "/";
		margin-right: 5px
	}
	.blog-side_list li:not(:last-of-type) a {
		display: inline-block;
		margin: 0 10px 10px 0
	}
	.blog-post {
		margin-top: 15px
	}
	.blog-post_title {
		font-size: 2.4rem
	}
	.blog-post_date {
		margin-top: 5px;
		margin-bottom: 30px
	}
	.blog-post_body > div, .blog-post_body > p {
		margin-bottom: 15px
	}
	.blog-post_body img {
		max-width: 100%;
		height: auto
	}
	.at-above-post {
		margin-bottom: 30px !important
	}
	.at-below-post {
		padding-top: 15px !important
	}
	.blog-banner{
		width: 100%;
		padding-top: 80%;
		background: url("../images/blog_banner_sp.png") center center / cover no-repeat;
	}
	.blog-button{
		margin-left: 7.41%;
		margin-bottom: 10.625%;
	}
}

/*===============================
Voice
===============================*/
.voice_title {
	color: #91be51
}
.voice_question span {
	color: #df4074;
	display: inline-block;
	margin-right: 5px
}
.voice_right img {
	width: 100%;
	height: auto
}
.voice_big {
	text-align: center
}
.voice_big span:first-of-type {
	color: #df4074;
	display: inline-block;
	line-height: 1
}
.voice_big span:last-of-type {
	color: #df4074;
	display: inline-block
}
.voice_rank li {
	line-height: 2
}
.voice_vtitle {
	color: #df4074;
	border-bottom: 5px solid #FCF4AB;
	display: inline-block;
	line-height: 1.25
}
@media screen and (min-width: 769px) {
	.voice_section {
		margin-bottom: 90px
	}
	.voice_subsection {
		margin-bottom: 75px
	}
	.voice_title {
		font-size: 3rem;
		margin-bottom: 45px
	}
	.voice_question {
		font-size: 2.4rem;
		margin-bottom: 30px
	}
	.voice_flex {
		display: -webkit-flex;
		display: flex
	}
	.voice_left {
		width: 40%
	}
	.voice_right_1 {
		width: 35%
	}
	.voice_right_2 {
		width: 40%
	}
	.voice_big {
		font-size: 3rem;
		margin-top: 60px
	}
	.voice_big span:first-of-type {
		font-size: 14rem
	}
	.voice_big span:last-of-type {
		font-size: 4.8rem
	}
	.voice_rank {
		margin-top: 45px
	}
	.voice_rank li {
		font-size: 2.4rem;
		padding-left: 39px
	}
	.voice_rank_1 {
		background: url(../images/icn_crown_01.png) left center / auto 24px no-repeat
	}
	.voice_rank_2 {
		background: url(../images/icn_crown_02.png) left center / auto 24px no-repeat
	}
	.voice_rank_3 {
		background: url(../images/icn_crown_03.png) left center / auto 24px no-repeat
	}
	.voice_list li:not(:last-of-type) {
		margin-bottom: 45px
	}
	.voice_item {
		padding-left: 157px;
		height: 133px
	}
	.voice_item_man {
		background: url(../images/fig_voice_01.png) left center / auto 100% no-repeat
	}
	.voice_item_woman {
		background: url(../images/fig_voice_02.png) left center / auto 100% no-repeat
	}
	.voice_vtitle {
		font-size: 2.4rem;
		margin-bottom: 15px
	}
}
@media screen and (max-width: 768px) {
	.voice_section {
		margin-bottom: 45px
	}
	.voice_subsection {
		margin-bottom: 38px
	}
	.voice_title {
		font-size: 2.4rem;
		margin-bottom: 23px
	}
	.voice_question {
		font-size: 1.8rem;
		margin-bottom: 15px
	}
	.voice_right {
		margin-top: 30px
	}
	.voice_right_1 {
		width: 85%;
		margin-left: auto;
		margin-right: auto
	}
	.voice_right_2 {
		width: 100%
	}
	.voice_big {
		font-size: 2.4rem
	}
	.voice_big span:first-of-type {
		font-size: 8.4rem
	}
	.voice_big span:last-of-type {
		font-size: 3rem
	}
	.voice_rank li {
		font-size: 1.8rem;
		padding-left: 28px
	}
	.voice_rank_1 {
		background: url(../images/icn_crown_01.png) left center / 18px auto no-repeat
	}
	.voice_rank_2 {
		background: url(../images/icn_crown_02.png) left center / 18px auto no-repeat
	}
	.voice_rank_3 {
		background: url(../images/icn_crown_03.png) left center / 18px auto no-repeat
	}
	.voice_list li:not(:last-of-type) {
		margin-bottom: 23px
	}
	.voice_item {
		padding-left: 55px
	}
	.voice_item_man {
		background: url(../images/fig_voice_01.png) left top / 45px auto no-repeat
	}
	.voice_item_woman {
		background: url(../images/fig_voice_02.png) left top / 45px auto no-repeat
	}
	.voice_vtitle {
		font-size: 1.8rem;
		margin-bottom: 8px
	}
}

/*===============================
Business
===============================*/
.business_catch > div {
	text-align: center
}
.business_catch_l.pink {
	color: #e24974
}
.business_catch_l.green {
	color: #92c345
}
.business_title {
	position: relative
}
.business_title:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(top, #acf365 0%, #6cabcc 100%);
	background: linear-gradient(to bottom, #acf365 0%, #6cabcc 100%)
}
.bizmerit li {
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.bizmerit_title {
	font-weight: 700
}
.bizmerit_icon img {
	width: 100%;
	height: auto
}
.bizmerit_detail {
	color: #666
}
.bizmerit_detail a {
	text-decoration: underline
}
.bizmerit_detail span {
	font-size: 1.4rem
}
.bizsuccess li {
	display: -webkit-flex;
	display: flex
}
.bizsuccess li > span {
	vertical-align: bottom;
	display: inline-block
}
.bizsuccess li > span:nth-of-type(1) {
	color: #92c345
}
.bizsuccess li > span:nth-of-type(2) {
	color: #666
}
.bizsuccess li > span:nth-of-type(3) > span {
	color: #e24974
}
.bizsuccess li > span:nth-of-type(4) {
	color: #666
}
.bizsuccess li > span:nth-of-type(5) {
	color: #666
}
.bizsubscribe {
	position: relative;
	width: 100%
}
.bizsubscribe:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.bizsubscribe_inner {
	position: relative;
	z-index: 1;
	background: #fff
}
.bizsubscribe_aitem {
	text-align: center;
	position: relative
}
.bizsubscribe_aitem_phone {
	background: #0098cc;
	transition: .25s
}
.bizsubscribe_aitem_phone:hover {
	background: #0085af
}
.bizsubscribe_aitem_mail {
	background: #0085af;
	transition: .25s
}
.bizsubscribe_aitem_mail:hover {
	background: #006d8f
}
.bizsubscribe_aitem a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px
}
.bizsubscribe_aitem span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff
}
.bizsubscribe_citem {
	text-align: center;
	position: relative;
	transition: .25s
}
.bizsubscribe_citem:hover {
	background: #F0F0F0
}
.bizsubscribe_citem a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px
}
.bizsubscribe_citem p {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.bizsubscribe_citem p span:first-of-type {
	color: #0098cc;
	display: inline-block
}
.bizsubscribe_citem p span:last-of-type {
	color: #666;
	display: block
}
.bizsubscribe_citem_phone:after {
	display: block;
	content: "";
	position: absolute;
	background: #ccc
}
.bizsec {
	color: #fff
}
.bizsec_logo img {
	width: 100%;
	height: auto
}
.bizsec_text {
	color: #b1d8ff
}
.bizsec_list {
	border-bottom: 1px solid #b1d8ff
}
.bizsec_list li {
	border-top: 1px solid #b1d8ff;
	border-left: 1px solid #b1d8ff;
	border-right: 1px solid #b1d8ff;
	position: relative
}
.bizsec_number {
	color: #b1d8ff;
	position: absolute;
	font-style: italic
}
.bizsec_ltext {
	color: #b1d8ff
}
.bizflow_num {
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	position: relative
}
.online_num {
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	position: relative
}
.bizflow_num p {
	text-align: center
}
.bizflow_num p span:nth-of-type(2) {
	display: inline-block
}
.bizflow_num p span:nth-of-type(3) {
	font-weight: 700
}
.bizflow_image img {
	width: 100%;
	height: auto
}
.bizflow_help a {
	text-decoration: underline
}
.bizflow_caution {
	color: #df4074;
	font-size: 1.8rem
}
.bizflow_address {
	border: 1px solid #ccc;
	padding: 15px
}
.bizflow_address a {
	text-decoration: underline
}
.bizflow_jump {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	background: url(../images/arw_jump_01.png) 0 9px / 5px auto no-repeat;
	margin-right: 15px
}
.bizcaution_title {
	font-size: 1.8rem;
	font-weight: 700
}
.bizcaution_text a {
	text-decoration: underline
}
.business_btn {
	background: #f0f0f0;
	text-align: center;
}
.business_btn_txt {
	color: #e24974;
}
.business_btn_wrap {}
.business_btn_btn {
	display: inline-block;
}
.business_btn_btn:hover {
	color: #fff;
}
@media screen and (min-width: 769px) {
	.business_catch {
		display: -webkit-flex;
		display: flex;
		padding-bottom: 60px
	}
	.business_catch > div {
		width: 50%
	}
	.business_catch_s {
		font-size: 2.4rem
	}
	.business_catch_l {
		font-size: 12.2rem;
		line-height: 1.25
	}
	.business_catch_l span {
		font-size: 9.2rem
	}
	.business_title {
		font-size: 2.4rem;
		margin-bottom: 30px;
		padding-left: 20px
	}
	.business_section {
		padding-bottom: 60px
	}
	.business_btn {
		padding: 30px 0;
	}
	.business_btn_txt {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.business_btn_btn {
		width: 500px;
	}
	.bizmerit {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.bizmerit li {
		width: 49%;
		padding: 18px 30px;
		margin-bottom: 2%
	}
	.bizmerit_icon {
		width: 15%;
		margin-right: 5%
	}
	.bizmerit_text {
		width: 80%
	}
	.bizmerit_title {
		font-size: 2.2rem;
		margin-bottom: 8px
	}
	.bizsuccess li {
		line-height: 2
	}
	.bizsuccess li > span:nth-of-type(1) {
		font-size: 2.2rem;
		width: 22%
	}
	.bizsuccess li > span:nth-of-type(2) {
		margin-top: 6px;
		width: 12.5%
	}
	.bizsuccess li > span:nth-of-type(3) {
		font-size: 1.8rem;
		margin-top: -2px;
		width: 25.3%
	}
	.bizsuccess li > span:nth-of-type(3) > span {
		font-size: 2.2rem
	}
	.bizsuccess li > span:nth-of-type(4) {
		margin-top: 6px;
		width: 25.8%
	}
	.bizsuccess li > span:nth-of-type(5) {
		margin-top: 6px;
		width: 14.4%
	}
	.bizsubscribe {
		height: 275px;
		margin-bottom: 60px
	}
	.bizsubscribe:before {
		height: 275px
	}
	.bizsubscribe:before {
		-webkit-box-shadow: 0 0 75px 0 rgba(53, 59, 57, .75);
		box-shadow: 0 0 75px 0 rgba(53, 59, 57, .75)
	}
	.bizsubscribe_inner {
		height: 275px
	}
	.bizsubscribe_appraise {
		display: -webkit-flex;
		display: flex;
		height: 100px
	}
	.bizsubscribe_aitem {
		width: 50%
	}
	.bizsubscribe_aitem span {
		font-size: 3rem
	}
	.bizsubscribe_aitem_mail span {
		width: 340px;
		padding-left: 53px;
		background: url(../images/icn_pdf.png) 0 center / 34px auto no-repeat
	}
	.bizsubscribe_contact {
		display: -webkit-flex;
		display: flex;
		height: 175px
	}
	.bizsubscribe_citem {
		width: 50%
	}
	.bizsubscribe_citem p span:first-of-type {
		margin-bottom: 20px
	}
	.bizsubscribe_citem_phone span:first-of-type {
		padding-left: 38px;
		font-size: 2.6rem;
		background: url(../images/icn_phone_02.png) left center / 25px auto no-repeat
	}
	.bizsubscribe_citem_mail span:first-of-type {
		padding-left: 38px;
		font-size: 2rem;
		background: url(../images/icn_mail_01.png) left center / 25px auto no-repeat
	}
	.bizsubscribe_citem_phone:after {
		right: 0;
		top: 50%;
		width: 1px;
		height: 100px;
		margin-top: -50px
	}
	.bizsubscribe_citem p {
		width: 75%
	}
	.bizflow_item {
		margin-bottom: 75px
	}
	.bizflow_num {
		margin-bottom: 25px;
		height: 40px
	}
	.online_num {
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
	.bizflow_num p {
		position: absolute;
		left: 0;
		width: 100%;
		font-size: 2rem;
		top: -41px
	}
	.bizflow_num br {
		display: none
	}
	.bizflow_num p span:nth-of-type(2) {
		font-size: 6rem;
		margin-right: 25px
	}
	.bizflow_body {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.bizflow_image {
		width: 35.6%
	}
	.bizflow_info {
		width: 58.4%
	}
	.bizflow_info p {
		margin-bottom: 25px
	}
	.bizsec {
		background: url(../images/bg_business_security.png) center bottom / cover no-repeat;
		padding: 60px
	}
	.bizsec_logo {
		width: 179px;
		margin-bottom: 40px
	}
	.bizsec_catch {
		width: 65%;
		font-size: 2.2rem;
		margin-bottom: 18px
	}
	.bizsec_text {
		width: 65%;
		margin-bottom: 50px
	}
	.bizsec_list {
		width: 65%
	}
	.bizsec_list li {
		padding: 15px 15px 15px 65px
	}
	.bizsec_number {
		font-size: 6rem;
		left: 2.5%;
		top: -28px
	}
	.bizcaution li {
		margin-bottom: 25px
	}
	.bizcaution li p:not(:last-of-type) {
		margin-bottom: 25px
	}
}
@media screen and (max-width: 768px) {
	.business_catch {
		padding-bottom: 30px
	}
	.business_catch > div:first-of-type {
		margin-bottom: 15px
	}
	.business_catch_s {
		font-size: 1.8rem
	}
	.business_catch_l {
		font-size: 6.1rem;
		line-height: 1.25
	}
	.business_catch_l span {
		font-size: 4.6rem
	}
	.business_title {
		font-size: 1.8rem;
		margin-bottom: 15px;
		padding-left: 15px
	}
	.business_section {
		padding-bottom: 30px
	}
	.business_btn {
		padding: 20px 0;
	}
	.business_btn_txt {
		font-size: 1.9rem;
		margin: 0 20px 10px;
	}
	.business_btn_btn {
		width: 200px;
	}
	.bizmerit li {
		padding: 9px 15px;
		margin-top: -1px
	}
	.bizmerit_icon {
		width: 15%;
		margin-right: 5%
	}
	.bizmerit_text {
		width: 80%
	}
	.bizmerit_title {
		font-size: 1.8rem;
		margin-bottom: 3px
	}
	.bizsuccess li {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px
	}
	.bizsuccess li > span:nth-of-type(1) {
		font-size: 1.8rem;
		width: 100%
	}
	.bizsuccess li > span:nth-of-type(2) {
		margin-right: 15px
	}
	.bizsuccess li > span:nth-of-type(3) {
		font-size: 1.8rem
	}
	.bizsuccess li > span:nth-of-type(3) > span {
		font-size: 1.8rem
	}
	.bizsuccess li > span:nth-of-type(4) {
		margin-right: 15px
	}
	.bizsubscribe {
		margin-bottom: 30px
	}
	.bizsubscribe:before {
		-webkit-box-shadow: 0 0 50px 0 rgba(53, 59, 57, .75);
		box-shadow: 0 0 50px 0 rgba(53, 59, 57, .75);
		height: 100%
	}
	.bizsubscribe_aitem {
		height: 50px
	}
	.bizsubscribe_aitem span {
		font-size: 2rem
	}
	.bizsubscribe_aitem_mail span {
		width: 245px;
		padding-left: 40px;
		background: url(../images/icn_pdf.png) 0 center / 26px auto no-repeat
	}
	.bizsubscribe_citem_phone {
		height: 75px
	}
	.bizsubscribe_citem_mail {
		height: 100px
	}
	.bizsubscribe_citem p span:first-of-type {
		margin-bottom: 5px
	}
	.bizsubscribe_citem_phone span:first-of-type {
		padding-left: 29px;
		font-size: 2.34rem;
		background: url(../images/icn_phone_02.png) left center / 19px auto no-repeat
	}
	.bizsubscribe_citem_mail span:first-of-type {
		padding-left: 29px;
		font-size: 1.8rem;
		background: url(../images/icn_mail_01.png) left center / 19px auto no-repeat
	}
	.bizsubscribe_citem p span:last-of-type {
		font-size: 1.2rem
	}
	.bizsubscribe_citem_phone:after {
		left: 50%;
		bottom: 0;
		width: 90%;
		height: 1px;
		margin-left: -45%
	}
	.bizsubscribe_citem p {
		width: 90%
	}
	.bizflow_item {
		margin-bottom: 30px
	}
	.bizflow_num {
		margin-bottom: 13px;
		padding: 5px 10px
	}
	.online_num {
		margin-bottom: 30px;
		padding: 5px 15px 20px;
	}
	.bizflow_num p {
		font-size: 1.8rem
	}
	.bizflow_num p span:first-of-type, .bizflow_num p span:nth-last-of-type(2) {
		color: #92c345
	}
	.bizflow_num p span:nth-of-type(2) {
		font-size: 2.4rem;
		margin-right: 13px
	}
	.bizflow_body {
		padding: 0 10px
	}
	.bizflow_image {
		margin-bottom: 13px
	}
	.bizflow_info p {
		margin-bottom: 13px
	}
	.bizsec {
		background: url(../images/bg_business_security.png) center bottom / cover no-repeat;
		padding: 15px
	}
	.bizsec_logo {
		width: 134px;
		margin-bottom: 20px
	}
	.bizsec_catch {
		font-size: 1.8rem;
		margin-bottom: 9px
	}
	.bizsec_text {
		margin-bottom: 25px;
		font-size: 1.4rem
	}
	.bizsec_list li {
		padding: 8px 8px 8px 33px
	}
	.bizsec_number {
		font-size: 3rem;
		left: 2.5%;
		top: -14px
	}
	.bizsec_ltext {
		font-size: 1.4rem
	}
	.bizcaution li {
		margin-bottom: 13px
	}
	.bizcaution li p:not(:last-of-type) {
		margin-bottom: 13px
	}
}