.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/* img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
} */
a {
	/* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}
.ov:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	transition: all 0.3s;
}
.ovImg:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	transition: all 0.3s;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'メイリオ', "HGS明朝E",
		'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

/**********************************

 general

***********************************/
/* margin */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb95 {
	margin-bottom: 95px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
/* padding */
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
/* width */
.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w110 {
	width: 110px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w160 {
	width: 160px;
}
.w170 {
	width: 170px;
}
.w180 {
	width: 180px;
}
.w190 {
	width: 190px;
}
.w200 {
	width: 200px;
}
.w210 {
	width: 210px;
}
.w220 {
	width: 220px;
}
.w230 {
	width: 230px;
}
.w240 {
	width: 240px;
}
.w250 {
	width: 250px;
}
.w260 {
	width: 260px;
}
.w270 {
	width: 270px;
}
.w280 {
	width: 280px;
}
.w290 {
	width: 290px;
}
.w300 {
	width: 300px;
}
.w310 {
	width: 310px;
}
.w320 {
	width: 320px;
}
.w330 {
	width: 330px;
}
.w340 {
	width: 340px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.wfull {
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red,
a.red {
	color: #ff0000;
}
.require {
	color: #ce4b48;
}
.hidden {
	visibility: hidden;
}
.small {
	font-size: 86%;
}
.large {
	font-size: 115%;
}
.sup {
	font-size: 60%;
	vertical-align: top;
}
.fancybox-lock .ov {
	transition: all 0s;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media screen and (min-width: 481px) {
	.sp_480 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.w500 {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.w300 {
		width: 100%;
	}
	.w350 {
		width: 100%;
	}
	.w400 {
		width: 100%;
	}
	.w450 {
		width: 100%;
	}
	.w500 {
		width: 100%;
	}
}
/**********************************

 parts

***********************************/
.define_wrap {
	padding-left: 24px;
	padding-right: 24px;
}
.define_inner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
}
.box_wrap_01 {
	margin-bottom: 50px;
}
.box_inner_style_01 {
	padding: 20px;
}
.box_white_01 {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
}
.box_white_02 {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
	box-sizing: border-box;
}
.response_device_01 {
	padding: 0 35px;
}
.response_device_01 .left {
	width: 47.19101123595506%;
	float: left;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}
.response_device_01 .left .box_01 {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.response_device_01 .left .box_01 .pic {
	display: table-cell;
	width: 104px;
	padding-right: 10px;
	vertical-align: middle;
}
.response_device_01 .left .box_01 .txt_area {
	display: table-cell;
	vertical-align: middle;
}
.response_device_01 .left .box_01 .txt_area p {
	font-size: 165%;
	font-weight: bold;
}
.response_device_01 .left .box_02 {
	padding: 5px;
	margin-bottom: 25px;
	background: #666666;
}
.response_device_01 .left .box_02 .txt_01 {
	margin-bottom: 2px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.response_device_01 .left .box_02 .txt_02 {
	font-size: 93%;
	color: #fff;
	text-align: center;
}
.response_device_01 .left .tel {
	margin-bottom: 15px;
}
.response_device_01 .left .box_03 .txt_01 {
	font-size: 136%;
	font-weight: bold;
	text-align: center;
}
.response_device_01 .right {
	width: 47.19101123595506%;
	float: right;
	padding: 70px 45px 20px;
	background: #fff;
	box-sizing: border-box;
}
.response_device_01.faq .right {
	padding-top: 20px;
	padding-bottom: 20px;
}
.response_device_01 .right .box_01 {
	margin-bottom: 25px;
}
.response_device_01 .right .box_01 .ttl {
	margin-bottom: 20px;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
}
.response_device_01 .right .box_01 .btn {
	text-align: center;
}
.response_device_01 .right .box_02 {
}
.response_device_01 .right .box_02 .ttl {
	margin-bottom: 20px;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
}
.response_device_01 .right .box_02 .btn {
	text-align: center;
}
.response_device_01 .right .box_02 .txt_02 {
}
.response_device_01 .right .box_03 .ttl {
	font-size: 165%;
	font-weight: bold;
	text-align: center;
}
.response_device_01 .right .box_03 .txt_01 {
	margin-bottom: 20px;
	font-size: 93%;
}
.response_device_01 .right .box_03 .btn {
	margin-bottom: 5px;
	text-align: center;
}
.navi_sec_01 {
	margin-bottom: 14px;
}
.navi_sec_01 nav {
}
.navi_sec_01 nav ul {
	margin: 0 -8px;
}
.navi_sec_01 nav ul li {
	display: table;
	width: 20%;
	height: 83px;
	float: left;
	padding: 0 8px;
	margin-bottom: 16px;
	font-size: 136%;
	letter-spacing: -1px;
	box-sizing: border-box;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.navi_sec_01 nav ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #3fab9b;
	background: #ebf5ec;
	text-decoration: none;
	text-align: center;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.40);
}
.navi_sec_01 nav ul li a:hover,
.navi_sec_01 nav ul li a.current {
	color: #ed1c24;
	background: #fdf7c5;
}
.link_list_01 {
	width: 810px;
	max-width: 100%;
	margin: 0 auto;
}
.link_list_01 .left {
	float: left;
}
.link_list_01 .left .btn {
	text-align: center;
}
.link_list_01 .left .btn a span {
	padding-left: 40px;
	background: url(/simulation/images/common/icon_arr_02.png) no-repeat left center;
}
.link_list_01 .right {
	float: right;
}
.link_list_01 .right .btn {
	text-align: center;
}
.link_list_01 .right .btn a span {
	padding-left: 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
.link_list_02 {
	width: 625px;
	max-width: 100%;
	margin: 0 auto;
}
.link_list_02 .left {
	float: left;
}
.link_list_02 .left .btn {
	text-align: center;
}
.link_list_02 .left .btn a {
	width: 300px;
}
/*.link_list_02 .left .btn a span {
	display: inline-block;
	min-height: 45px;
	padding: 10px 0 10px 45px;
	background: url(/customer/img/icon_calc_01.png) no-repeat left center;
	box-sizing: border-box;
}*/
.link_list_02 .right {
	float: right;
}
.link_list_02 .right .btn {
	text-align: center;
}
.link_list_02 .right .btn a {
	width: 300px;
}
/*.link_list_02 .right .btn a span {
	display: inline-block;
	min-height: 45px;
	padding: 10px 0 10px 42px;
	background: url(/customer/img/icon_apply_01.png) no-repeat left center;
	box-sizing: border-box;
}*/
.radio_area .yes:hover {
	background: url(/customer/img/radio_yes_hover.png) no-repeat left top;
}
.radio_area .yes.active {
	background: url(/customer/img/radio_yes_on.png) no-repeat left top;
}
.radio_area .no:hover {
	background: url(/customer/img/radio_no_hover.png) no-repeat left top;
}
.radio_area .no.active {
	background: url(/customer/img/radio_no_on.png) no-repeat left top;
}
.radio_area .neither:hover {
	background: url(/customer/img/radio_neither_hover.png) no-repeat left top;
}
.radio_area .neither.active {
	background: url(/customer/img/radio_neither_on.png) no-repeat left top;
}
.radio_area .yes.active img,
.radio_area .yes:hover img,
.radio_area .no.active img,
.radio_area .no:hover img,
.radio_area .neither.active img,
.radio_area .neither:hover img {
	display: none;
}
.style_radio:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 58px;
	color: #3cdc67;
	content: "\f00c";
	position: absolute;
	top: -30px;
	right: 20px;
	z-index: 1;
	opacity: 0;
}
.style_radio:after {
	top: -30px;
	right: 5px;
}
.style_radio.neither:after {
	right: 27px;
}
.style_radio.active:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 58px;
	content: "\f00c";
	color: #1fa875;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all .3s cubic-bezier(0.335, 0.595, 0.330, 1);
	-webkit-transition: all .3s cubic-bezier(0.335, 0.595, 0.330, 1.445);
	-moz-transition: all .3s cubic-bezier(0.335, 0.595, 0.330, 1.445);
	-o-transition: all .3s cubic-bezier(0.335, 0.595, 0.330, 1.445);
	transition: all .3s cubic-bezier(0.335, 0.595, 0.330, 1.445);
}
.style_radio.active:after {
	top: 5px;
	right: 5px;
}
.style_radio.neither.active:after {
	top: 5px;
	right: 27px;
}
.select_style_01 {
	height: 40px;
	color: #666666;
	font-size: 143%;
}
.select_style_02 {
	height: 40px;
	color: #000000;
	font-size: 143%;
	vertical-align: middle;
}
.select_style_03 {
	height: 40px;
	color: #666666;
	font-size: 143%;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
select.readonly {
	background: #dedede;
}
input.text_style_01 {
	height: 39px;
	padding: 5px 5px;
	color: #000000;
	font-size: 129%;
}
input.text_style_02 {
	height: 39px;
	padding: 5px 5px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
	font-size: 129%;
}
.textarea_style_01 {
	height: 120px;
	padding: 5px 5px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
	font-size: 129%;
}
.text_box {
	display: inline-block;
	padding-top: 6px;
	font-size: 115%;
}
.radio_box {
	display: inline-block;
	padding-top: 6px;
	font-size: 115%;
}
.check_box {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 122%;
}
.check_box:last-child {
	margin-right: 0;
}
.flow_list_01 {
	width: 890px;
	max-width: 100%;
	margin: 0 auto;
}
.flow_list_01 ul {
	text-align: center;
	letter-spacing: -.34em;
}
.flow_list_01 ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 50px;
	/*float: left;*/
	letter-spacing: normal;
	text-indent: -9999px;
	position: relative;
	box-sizing: border-box;
}
.flow_list_01 ul li:before {
	content: "";
	width: 93px;
	height: 34px;
	background: url(/customer/img/icon_arr_17.png) no-repeat center center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17px;
	margin-right: -47px;
}
.flow_list_01 ul li.current:before {
	background: url(/customer/img/icon_arr_16.png) no-repeat center center;
}
.flow_list_01 ul li:last-child:before {
	display: none;
}
.flow_list_01 ul li.flow_01 {
	background: url(/customer/img/apply/flow_01_pc_off.png) no-repeat center center;
}
.flow_list_01 ul li.flow_01.current {
	background: url(/customer/img/apply/flow_01_pc_on.png) no-repeat center center;
}
.flow_list_01 ul li.flow_02 {
	background: url(/customer/img/apply/flow_02_pc_off.png) no-repeat center center;
}
.flow_list_01 ul li.flow_02.current {
	background: url(/customer/img/apply/flow_02_pc_on.png) no-repeat center center;
}
.flow_list_01 ul li.flow_03 {
	background: url(/customer/img/apply/flow_03_pc_off.png) no-repeat center center;
}
.flow_list_01 ul li.flow_03.current {
	background: url(/customer/img/apply/flow_03_pc_on.png) no-repeat center center;
}
.flow_list_01 ul li.flow_04 {
	background: url(/customer/img/apply/flow_04_pc_off.png) no-repeat center center;
}
.flow_list_01 ul li.flow_04.current {
	background: url(/customer/img/apply/flow_04_pc_on.png) no-repeat center center;
}
.flow_list_01 ul li.flow_05 {
	background: url(/customer/img/apply/flow_05_pc_off.png) no-repeat center center;
}
.flow_list_01 ul li.flow_05.current {
	background: url(/customer/img/apply/flow_05_pc_on.png) no-repeat center center;
}
.checkbox_label_01 {
	padding-left: 10px;
	position: relative;
	line-height: 1.8;
}
.checkbox_label_01:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-bottom: 2px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	color: #424242;
	border: 1px solid #b2b2b2;
	vertical-align: middle;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ededed 0%,
		#dedede 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#ededed',
			endColorstr='#dedede',
			GradientType=0
		); /* IE6-9 */
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox_label_01:after {
	content: "\f00c";
	display: block;
	width: 0;
	height: 0;
	color: #000;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 1px;
	text-indent: -9999px;
}
.checkbox_label_01.checked:before {
	content: "\f00c";
}
.checkbox_label_01 input[type="checkbox"] {
	visibility: hidden;
}
.checkbox_label_01 .formErrorContent {
	min-width: 240px;
}
.privacy_scrollbox {
	border: 1px solid #ccc;
	font-size: 108%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.privacy_scrollbox .inner {
	height: 200px;
	padding: 20px;
	overflow-y: scroll;
}
.privacy_scrollbox .inner .ttl {
	margin-bottom: 20px;
	font-size: 115%;
	font-weight: bold;
}
.privacy_scrollbox .inner p {
	margin-bottom: 1em;
}
.privacy_scrollbox .inner dl {
	margin-bottom: 1em;
}
.privacy_scrollbox .inner dl.child {
	margin-left: 2em;
}
.privacy_scrollbox .inner dl dt {
	margin-bottom: .3em;
}
.privacy_scrollbox .inner dl.child dd {
	margin-left: 1em;
}
.privacy_scrollbox .inner ul.child {
	margin-left: 2em;
	margin-bottom: 1em;
}
.privacy_scrollbox .inner .author {
}
.privacy_scrollbox .inner .author p {
	margin-bottom: 0;
	text-align: right;
}
.privacy_scrollbox .inner .author a {
	color: #000;
	text-decoration: none;
}
.privacy_scrollbox .inner .author a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1008px) {
	.response_device_01 {
		padding: 0 10px;
	}
	/*.response_device_01 .left .box_02 .txt_01 {
		font-size: 115%;
	}
	.response_device_01 .left .box_03 .txt_01 {
		font-size: 129%;
	}*/
	.navi_sec_01 nav ul li {
		font-size: 115%;
	}
}
@media screen and (max-width: 767px) {
	.define_wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.box_wrap_01 {
		margin-bottom: 30px;
	}
	.box_inner_style_01 {
		padding: 10px;
	}
	.response_device_01 {
		padding: 0;
	}
	.response_device_01 .left {
		width: auto;
		float: none;
		padding: 10px;
	}
	.response_device_01 .right {
		width: auto;
		float: none;
		padding: 20px 10px;
	}
	.response_device_01 .left .box_01 {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.navi_sec_01 nav ul li {
		width: 33.3334%;
		font-size: 136%;
	}
	.link_list_01 .left,
	.link_list_01 .right {
		float: none;
	}
	.link_list_01 .left .btn {
		margin-bottom: 15px;
	}
	.link_list_02 .left,
	.link_list_02 .right {
		float: none;
	}
	.link_list_02 .left .btn {
		margin-bottom: 15px;
	}
	.flow_list_01 {
		overflow: hidden;
	}
	.flow_list_01 ul {
		margin: 0 -5%;
	}
	.flow_list_01 ul li {
		padding: 0 10px 10%;
		height: 0;
		background-size: contain !important;
	}
	.flow_list_01 ul li:before {
		width: 26%;
		height: 0;
		padding-bottom: 26%;
		background: url(/customer/img/icon_arr_19.png) no-repeat center center;
		background-size: contain !important;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -13%;
		margin-right: -14%;
	}
	.flow_list_01 ul li.current:before {
		background: url(/customer/img/icon_arr_18.png) no-repeat center center;
	}
	.flow_list_01 ul li:last-child:before {
		display: none;
	}
	.flow_list_01 ul li.flow_01 {
		background: url(/simulation/images/apply/flow_01_sp_off.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_01.current {
		background: url(/simulation/images/apply/flow_01_sp_on.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_02 {
		background: url(/simulation/images/apply/flow_02_sp_off.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_02.current {
		background: url(/simulation/images/apply/flow_02_sp_on.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_03 {
		background: url(/simulation/images/apply/flow_03_sp_off.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_03.current {
		background: url(/simulation/images/apply/flow_03_sp_on.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_04 {
		background: url(/simulation/images/apply/flow_04_sp_off.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_04.current {
		background: url(/simulation/images/apply/flow_04_sp_on.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_05 {
		background: url(/simulation/images/apply/flow_05_sp_off.png) no-repeat center center;
	}
	.flow_list_01 ul li.flow_05.current {
		background: url(/simulation/images/apply/flow_05_sp_on.png) no-repeat center center;
	}
	.box_white_01 {
		padding: 30px 10px;
	}
	.privacy_scrollbox {
		font-size: 100%;
	}
	.privacy_scrollbox .inner {
		padding: 10px 15px 10px 10px;
	}
	.privacy_scrollbox .inner dl.child {
		margin-left: 1em;
	}
	.privacy_scrollbox .inner dl.child dd {
		margin-left: 1em;
	}
	.privacy_scrollbox .inner ul.child {
		margin-left: 1em;
	}
}
@media screen and (max-width: 480px) {
	.response_device_01 .left .box_01 .pic {
		width: 50px;
	}
	.response_device_01 .left .box_01 .txt_area p {
		font-size: 143%;
	}
	.response_device_01 .left .box_02 .txt_01 {
		font-size: 109%;
	}
	.response_device_01 .left .box_03 .txt_01 {
		font-size: 115%;
	}
	.response_device_01 .right .box_01 .ttl,
	.response_device_01 .right .box_02 .ttl,
	.response_device_01 .right .box_03 .ttl {
		font-size: 143%;
	}
	.response_device_01 .right .box_02 .txt_01 {
		font-size: 93%;
	}
	.navi_sec_01 nav ul li {
		width: 50%;
		height: 60px;
		font-size: 115%;
	}
	.navi_sec_01 nav ul li.apply {
		width: 100%;
	}
	.link_list_01 .left .btn a span,
	.link_list_01 .right .btn a span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	/*.link_list_02 .left .btn a span {
		min-height: 30px;
		padding: 10px 0 10px 35px;
		background: url(/customer/img/icon_calc_01.png) no-repeat left center;
		box-sizing: border-box;
		-moz-background-size: 24px 30px;
		-webkit-background-size: 24px 30px;
		-o-background-size: 24px 30px;
		background-size: 24px 30px;
	}*/
	/*.link_list_02 .right .btn a span {
		min-height: 30px;
		padding: 10px 0 10px 32px;
		background: url(/customer/img/icon_apply_01.png) no-repeat left center;
		box-sizing: border-box;
		-moz-background-size: 24px 30px;
		-webkit-background-size: 24px 30px;
		-o-background-size: 24px 30px;
		background-size: 24px 30px;
	}*/
	.select_style_01 {
		font-size: 129%;
	}
	.select_style_02 {
		font-size: 129%;
	}
	.text_style_01 {
		font-size: 129%;
	}
	.radio_box {
		display: block;
		margin-bottom: 5px;
		font-size: 115%;
	}
}
@media screen and (max-width: 374px) {
	.navi_sec_01 nav ul li {
		font-size: 100%;
	}
}

/**********************************

 title

***********************************/
.page_ttl {
}
.ttl_style_01 {
	/* margin-bottom: 35px; */
	font-size: 180%;
	font-weight: bold;
}
.ttl_style_02 {
	margin-bottom: 40px;
	font-size: 165%;
	font-weight: bold;
}
.ttl_style_03 {
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-size: 214%;
	font-weight: bold;
	position: relative;
}
.ttl_style_03:after {
	content: "";
	display: block;
	width: 62px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -31px;
}
.ttl_style_03__value {
	position: relative;
}
.ttl_style_03__value:before,
.ttl_style_03__value:after {
	content: "";
	display: block;
	width: 78px;
	height: 104px;
	position: absolute;
	top: -30px;
}
.ttl_style_03__value:before {
	background: url(/customer/img/icon_value_left_01.png) no-repeat left top;
	left: -150px;
}
.ttl_style_03__value:after {
	background: url(/customer/img/icon_value_right_01.png) no-repeat left top;
	right: -150px;
}
@media screen and (max-width: 767px) {
	.ttl_style_01 {
		font-size: 172%;
	}
	.ttl_style_03 {
		margin-bottom: 40px;
		font-size: 199%;
	}
	.ttl_style_03__value:before,
	.ttl_style_03__value:after {
		width: 40px;
		height: 53px;
		top: -15px;
	}
	.ttl_style_03__value:before {
		background-size: cover;
		left: -60px;
	}
	.ttl_style_03__value:after {
		background-size: cover;
		right: -60px;
	}
}
@media screen and (max-width: 480px) {
	.ttl_style_01 {
		font-size: 143%;
	}
	.ttl_style_03 {
		font-size: 160%;
	}
}

/**********************************

 list

***********************************/
.list_style_01 {
}
.faq_list_wrap_01 {
	margin-bottom: 30px;
}
.faq_list_wrap_01 .define_inner {
	width: 770px;
}
.faq_list_01 {
	margin-bottom: 15px;
}
.faq_list_01 dt {
	width: 100%;
	padding: 10px 6% 10px 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	background: #3fab9b url(/customer/img/icon_arr_03.png) no-repeat 98.5% center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}
.faq_list_01 dt.active {
	background: #3fab9b url(/customer/img/icon_arr_04.png) no-repeat 98.5% center;
}
.faq_list_01 dt .num {
	display: block;
	float: left;
}
.faq_list_01 dt .cont {
	display: block;
	overflow: hidden;
}
.faq_list_01 dt .cont p {
	color: #fff;
}
.faq_list_01 dd {
	display: none;
	font-size: 115%;
}
.check_list_01 {
}
.check_list_01 li {
	min-height: 26px;
	padding-left: 38px;
	margin-bottom: 8px;
	font-size: 115%;
	font-weight: bold;
	background: url(/customer/img/icon_check_01.png) no-repeat left top;
}
.ng_list_01 {
}
.ng_list_01 li {
	padding: 10px 10px 10px 44px;
	margin-bottom: 16px;
	font-size: 115%;
	background: #e6e6e6 url(/customer/img/icon_cross_01.png) no-repeat 12px 10px;
}
.caution_list_01 {
}
.caution_list_01 li {
	padding: 10px 10px 10px 44px;
	margin-bottom: 16px;
	font-size: 115%;
	background: #e6e6e6 url(/customer/img/icon_caution_01.png) no-repeat 12px 10px;
}
.caution_list_02 {
}
.caution_list_02 li {
	padding: 10px 10px 10px 44px;
	margin-bottom: 16px;
	font-size: 115%;
	background: #e6e6e6 url(/customer/img/icon_caution_02.png) no-repeat 12px 10px;
}
.dl_style_01 {
	margin-bottom: 20px;
	border: 1px solid #000000;
}
.dl_style_01 dt {
	padding: 3px 10px;
	font-size: 115%;
	color: #fff;
	border-bottom: 1px solid #000000;
	background: #808080;
}
.dl_style_01 dd {
	padding: 10px 10px 10px 15px;
	font-size: 115%;
	background: #fff;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next {
	float: right;
}

.flow_list_02 {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.flow_list_02 .flow {
	padding-bottom: 40px;
	background: url(/customer/img/line_01.png) repeat-y 18px 12px;
}
.flow_list_02 .flow:last-child {
	padding-bottom: 20px;
	background: none;
}
.flow_list_02 .flow .ttl {
}
.flow_list_02 .flow .ttl .num {
	display: block;
	width: 44px;
	float: left;
	margin-right: 8px;
	line-height: 44px;
	color: #fff;
	font-size: 219%;
	font-weight: bold;
	background: #00a99d;
	text-align: center;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}
.flow_list_02 .flow .ttl .cont {
	display: block;
	padding-top: 8px;
	overflow: hidden;
	font-size: 165%;
	font-weight: bold;
	line-height: 1.2;
	color: #00a99d;
}
.flow_list_02 .flow .sub_ttl {
	padding-left: 52px;
	font-size: 115%;
}
.flow_list_02 .flow .flow_cont {
	padding: 25px 0 0 52px;
}
.flow_list_02 .flow .flow_cont .yellow_box {
	padding: 20px;
	background: #fdfbc8;
}
.wp-pagenavi {
	padding: 20px 0 0 0;
	text-align: center;
}
.wp-pagenavi a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 0 4px 8px;
	padding: 0;
	display: inline-block;
	border: 1px solid #a5a5a5;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wp-pagenavi span {
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 0 4px 8px;
	padding: 0;
	display: inline-block;
	border: 1px solid #a5a5a5;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #fff;
	background: #aa8a66;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	.faq_list_01 dt {
		padding: 10px 10.5% 10px 10px;
		background: #3fab9b url(/customer/img/icon_arr_03.png) no-repeat 96% center;
		-moz-background-size: 20px 11px;
		-webkit-background-size: 20px 11px;
		-o-background-size: 20px 11px;
		background-size: 20px 11px;
	}
	.faq_list_01 dt.active {
		background: #3fab9b url(/customer/img/icon_arr_04.png) no-repeat 96% center;
		-moz-background-size: 20px 11px;
		-webkit-background-size: 20px 11px;
		-o-background-size: 20px 11px;
		background-size: 20px 11px;
	}
	.check_list_01 li {
		min-height: 20px;
		padding-left: 30px;
		font-size: 115%;
		background: url(/customer/img/icon_check_01.png) no-repeat left 2px;
		-moz-background-size: 22px 20px;
		-webkit-background-size: 22px 20px;
		-o-background-size: 22px 20px;
		background-size: 22px 20px;
	}
	.ng_list_01 li {
		padding: 8px 10px 8px 38px;
		margin-bottom: 16px;
		font-size: 100%;
		background: #e6e6e6 url(/customer/img/icon_cross_01.png) no-repeat 12px 10px;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-o-background-size: 15px 15px;
		background-size: 15px 15px;
	}
	.caution_list_01 li {
		padding: 8px 10px 8px 40px;
		font-size: 100%;
		background: #e6e6e6 url(/customer/img/icon_caution_01.png) no-repeat 12px 10px;
		-moz-background-size: 18px 15px;
		-webkit-background-size: 18px 15px;
		-o-background-size: 18px 15px;
		background-size: 18px 15px;
	}
	.caution_list_02 li {
		padding: 8px 10px 8px 40px;
		font-size: 100%;
		background: #e6e6e6 url(/customer/img/icon_caution_02.png) no-repeat 12px 10px;
		-moz-background-size: 18px 15px;
		-webkit-background-size: 18px 15px;
		-o-background-size: 18px 15px;
		background-size: 18px 15px;
	}
	.dl_style_01 dt {
		font-size: 100%;
	}
	.dl_style_01 dd {
		font-size: 100%;
	}
	.flow_list_02 .flow {
		padding-bottom: 30px;
		background: url(/customer/img/line_01.png) repeat-y 11px 12px;
	}
	.flow_list_02 .flow .ttl .num {
		width: 30px;
		line-height: 30px;
		font-size: 172%;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	.flow_list_02 .flow .ttl .cont {
		padding-top: 4px;
		font-size: 129%;
		line-height: 1.4;
	}
	.flow_list_02 .flow .sub_ttl {
		padding-left: 40px;
		font-size: 100%;
	}
	.flow_list_02 .flow .flow_cont {
		padding: 20px 0 0 40px;
	}
	.flow_list_02 .flow .flow_cont .yellow_box {
		padding: 10px;
	}
}

/**********************************

 table

***********************************/
.table_style_01 {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.table_style_01 thead th {
	padding: 2px 5px;
	color: #666666;
	font-size: 108%;
	border: 1px solid #666666;
	background: #cccccc;
	text-align: center;
}
.table_style_01 tbody th {
	padding: 2px 5px;
	color: #666666;
	font-size: 108%;
	border: 1px solid #666666;
	text-align: center;
}
.table_style_01 tbody td {
	padding: 2px 5px;
	color: #666666;
	font-size: 108%;
	border: 1px solid #666666;
	text-align: center;
}
.table_style_01 tbody td .sup {
	font-size: 60%;
	vertical-align: top;
}
.table_style_02 {
	width: 610px;
	max-width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.table_style_02 th {
	padding: 12px 25px 12px 0;
	font-size: 143%;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
}
.table_style_02 th .txt_01 {
	font-size: 52%;
	margin-top: 3px;
}
.table_style_02 th .require {
	display: inline-block;
	padding: 1px 5px;
	margin-left: 10px;
	font-size: 80%;
	background: #3fab9b;
	color: #fff;
}
.table_style_02 td {
	padding: 10px 0;
	vertical-align: top;
}
.table_style_03 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.table_style_03 th {
	width: 100px;
	padding: 15px 12px 12px 30px;
	font-size: 115%;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}
.table_style_03.confirm th {
	padding-right: 50px;
}
.table_style_03 tr.border_top th {
	padding-top: 25px;
	border-top: 1px dashed #000000;
}
.table_style_03.confirm tr.border_top th {
	padding-top: 20px;
}
.table_style_03 tr.border_bottom th {
	padding-bottom: 20px;
}
.table_style_03 th .require {
	display: inline-block;
	padding: 1px 5px;
	margin-left: 10px;
	font-size: 80%;
	background: #3fab9b;
	color: #fff;
}
.table_style_03 th .optional {
	padding: 1px 5px;
	margin-left: 10px;
	font-size: 80%;
	background: #3fab9b;
	color: #fff;
}
.table_style_03 th.child_01 {
	width: 100px;
	padding: 16px 15px 13px 0;
	font-size: 115%;
}
.table_style_03.confirm th.child_01 {
	padding-right: 30px;
}
.table_style_03 td {
	padding: 10px 30px 10px 0;
	vertical-align: top;
}
.table_style_03.confirm td {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 143%;
}
.table_style_03.confirm td.child_01 {
	padding: 13px 30px 13px 0;
	font-size: 129%;
}
.table_style_03 td.child_01 {
	padding: 10px 30px 7px 0;
}
.table_style_03 .ttl td {
	font-weight: bold;
	font-size: 124%;
	padding-left: 35px;
}
.table_style_03 tr.border_top td {
	padding-top: 20px;
	border-top: 1px dashed #000000;
}
/*.table_style_03.confirm tr.border_top td {
	padding-top: 25px;
}*/
.table_style_03 tr.border_bottom td {
	padding-bottom: 20px;
}
.table_style_03 td .note {
	padding: 5px 0 0 10px;
}
.table_style_03 td .note_1 {
	font-size: 95%;
}
.table_style_03 td .note strong {
	font-weight: bold;
}
.table_style_03 td .name_box {
}
.table_style_03 td .name_box .sei {
	float: left;
	margin-right: 15px;
}
.table_style_03 td .name_box .mei {
	float: left;
}
.table_style_03 td .zip_parts_01 {
	display: inline;
}
.table_style_03 td.biz_link {
	padding-bottom: 0;
}
.table_style_03 td.biz_link p {
	text-align: center;
}
.price_table_01 {
	width: 100%;
	border-collapse: collapse;
}
.price_table_01 thead {
}
.price_table_01 thead th {
	padding: 8px 5px;
	background: #cfe9e5;
	font-size: 115%;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #00a99d;
}
.basic_box .price_table_01 thead th {
	background: #cfe9e5;
	border: 1px solid #00a99d;
}
.simple_box .price_table_01 thead th {
	background: #cfbae1;
	border: 1px solid #00a99d; /* TODO */
}
.life_box .price_table_01 thead th {
	background: #f8e2e2;
	border: 1px solid #dd6c6d;
}
.life_day_box .price_table_01 thead th {
	background: #f8e7e1;
	border: 1px solid #dd8b3c;
}
.planb_box .price_table_01 thead th {
	background: #f9f2ca;
	border: 1px solid #ebd450;
}
.low_box .price_table_01 thead th {
	background: #d9dfee;
	border: 1px solid #4260ab;
}
.price_table_01 tbody th {
	padding: 3px 8px;
	font-size: 115%;
	border: 1px solid #00a99d;
	white-space: nowrap;
}
.price_table_01 tbody th.basic_price {
	background: #d3d3d3;
}
.price_table_01 tbody th.simple_price {
	background: #cfbae1; /* TODO */
}
.basic_box .price_table_01 tbody th {
	border: 1px solid #00a99d;
}
.simple_box .price_table_01 tbody th {
	border: 1px solid #00a99d; /* TODO */
}
.life_box .price_table_01 tbody th {
	border: 1px solid #dd6c6d;
}
.life_day_box .price_table_01 tbody th {
	border: 1px solid #dd8b3c;
}
.planb_box .price_table_01 tbody th {
	border: 1px solid #ebd450;
}
.low_box .price_table_01 tbody th {
	border: 1px solid #4260ab;
}
.price_table_01 tbody th dl {
	width: 100%;
}
.price_table_01 tbody th dl dt {
	float: left;
}
.price_table_01 tbody th dl dd {
	overflow: hidden;
}
.price_table_01 tbody td {
	padding: 3px 8px;
	font-size: 115%;
	border: 1px solid #00a99d;
}
.price_table_01 tbody td.contract,
.price_table_01 tbody td.ampere {
	width: 50px;
}
.price_table_01 tbody td.bg_yellow {
	background: #fdfbc8;
}
.basic_box .price_table_01 tbody td {
	border: 1px solid #00a99d;
}
.simple_box .price_table_01 tbody td {
	border: 1px solid #00a99d; /* TODO */
}
.life_box .price_table_01 tbody td {
	border: 1px solid #dd6c6d;
}
.life_day_box .price_table_01 tbody td {
	border: 1px solid #dd8b3c;
}
.planb_box .price_table_01 tbody td {
	border: 1px solid #ebd450;
}
.low_box .price_table_01 tbody td {
	border: 1px solid #4260ab;
}
.basic_box .price_table_01 tbody td.ampere {
	background: #f4f4f4;
}
.simple_box .price_table_01 tbody td.ampere {
	background: #f4f4f4; /* TODO */
}
.life_box .price_table_01 tbody td.ampere {
	background: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.price_table_01 thead th,
	.price_table_01 tbody th {
		width: auto;
		white-space: normal;
	}
	.price_table_01 tbody th dl dt {
		float: none;
	}
	.price_table_01 tbody th dl dd {
		overflow: visible;
	}
	.table_style_02.responsive_table {
		width: auto;
	}
	.table_style_02.responsive_table th {
		display: block;
		padding: 0;
		margin-bottom: 15px;
		white-space: normal;
	}
	.table_style_02.responsive_table td {
		display: block;
		padding: 0;
		margin-bottom: 20px;
	}
	.table_style_03.responsive_table th {
		display: block;
		width: auto !important;
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
		font-size: 115%;
		text-align: left;
		white-space: normal;
	}
	.table_style_03.responsive_table tr.border_bottom th {
		padding-bottom: 0;
	}
	.table_style_03.responsive_table th.enpty {
		margin-bottom: 0;
	}
	.table_style_03.responsive_table td {
		display: block;
		padding: 0 10px 0 10px;
		margin-bottom: 30px;
	}
	.table_style_03.confirm td {
		font-size: 129%;
	}
	.table_style_03.confirm td.child_01 {
		padding: 0 10px 0 10px;
	}
	.table_style_03.responsive_table tr:last-child td {
		margin-bottom: 0;
	}
	.table_style_03.responsive_table tr.border_top td {
		padding-top: 0;
		border-top: none;
	}
	.table_style_03.responsive_table tr.border_bottom td {
		padding-bottom: 0;
	}
	.table_style_03.responsive_table td .teltype {
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.price_table_01 thead th {
		padding: 8px 3px;
		font-size: 86%;
	}
	.price_table_01 tbody th {
		padding: 3px 3px;
		font-size: 86%;
	}
	.price_table_01 tbody th dl {
		width: auto;
	}
	.price_table_01 tbody th dl dt {
		float: none;
	}
	.price_table_01 tbody th.basic_price dl dt {
		text-align: center;
	}
	.price_table_01 tbody th dl dd {
		overflow: inherit;
	}
	.price_table_01 tbody td {
		padding: 3px 3px;
		font-size: 86%;
	}
	.price_table_01 tbody td.contract,
	.price_table_01 tbody td.ampere {
		width: auto;
	}
	.table_style_03 td .name_box .sei input,
	.table_style_03 td .name_box .mei input {
		width: 120px;
	}
	.table_style_03 td .zip_parts_01 {
		display: block;
		padding-top: 10px;
	}
	.table_style_03 td .tel_input {
		width: 80px;
	}
	.table_style_03 td a.plan_link_btn {
		display: block;
		padding-top: 10px;
		margin: 0;
	}
}

/**********************************

 btn

***********************************/
a.btn_style_01 {
	display: inline-block;
	width: 190px;
	height: 40px;
	max-width: 100%;
	padding: 10px 35px 4px 20px;
	background: #3fab9b;
	text-align: left;
	color: #fff;
	border: none;
	text-decoration: none;
	/* border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; */
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_01:after {
	content: "";
	display: block;
	width: 20px;
	height: 16px;
	background: url(/customer/img/icon_login_01.png) no-repeat left center;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -8px;
}
a.btn_style_top_faq {
	display: inline-block;
	width: 150px;
	height: 40px;
	max-width: 100%;
	padding: 10px 0 4px 0;
	background: #69c5b7;
	text-align: center;
	color: #fff;
	border: none;
	text-decoration: none;
	/* border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; */
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_02 {
	display: inline-block;
	width: 312px;
	max-width: 100%;
	padding: 0 6px 0 6px;
	background: #3fab9b;
	text-align: left;
	font-size: 143%;
	color: #fff;
	border: 4px solid #3fab9b;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_02 span {
	display: block;
	padding: 12px 20px 11px 0;
	position: relative;
}
a.btn_style_02 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_02:hover {
	color: #3fab9b;
	background: #fff;
}
a.btn_style_02:hover span:after {
	right: 14px;
	background: url(/customer/img/icon_arr_15.png) no-repeat left center;
}
a.btn_style_03 {
	display: inline-block;
	width: 390px;
	height: 64px;
	max-width: 100%;
	padding: 12px 10px 12px 10px;
	background: url(/customer/img/btn_bg_03.png) no-repeat center center;
	text-align: left;
	font-size: 165%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_04 {
	display: inline-block;
	width: 300px;
	height: 70px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_04.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_05 {
	display: inline-block;
	width: 498px;
	height: 70px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_05.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_06 {
	display: inline-block;
	width: 437px;
	height: 64px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_06.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_06 span {
	display: inline-block;
	padding: 5px 0 5px 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
a.btn_style_07 {
	display: inline-block;
	width: 254px;
	height: 64px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_07.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_07 span {
	display: inline-block;
	padding: 5px 0 5px 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
a.btn_style_08 {
	display: inline-block;
	width: 690px;
	max-width: 100%;
	height: 81px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_08.png) no-repeat center center;
	text-align: left;
	font-size: 172%;
	line-height: 1;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_08 span.icon {
	display: inline-block;
	padding: 5px 0 5px 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
a.btn_style_08 span.small {
	font-size: 78%;
}
a.btn_style_10 {
	display: inline-block;
	width: 280px;
	/* height: 81px; */
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_10.png) no-repeat center center;
	text-align: left;
	font-size: 1rem;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
a.btn_style_10 span {
	display: inline-block;
	padding: 5px 0 5px 30px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
	background-size: 20px;
}
a.btn_style_11 {
	display: inline-block;
	min-width: 250px;
	max-width: 100%;
	padding: 0 50px 0 20px;
	background: #3fab9b;
	text-align: left;
	font-size: 115%;
	color: #fff;
	border: 4px solid #3fab9b;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_11 span {
	display: block;
	padding: 14px 0 13px 0;
	position: relative;
}
a.btn_style_11 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_11:hover {
	color: #3fab9b;
	background: #fff;
}
a.btn_style_11:hover span:after {
	background: url(/customer/img/icon_arr_15.png) no-repeat left center;
	right: -36px;
}
a.btn_style_12 {
	display: inline-block;
	max-width: 100%;
	padding: 0 50px 0 20px;
	background: #3fab9b;
	text-align: left;
	font-size: 129%;
	color: #fff;
	border: 4px solid #3fab9b;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_12 span {
	display: block;
	padding: 8px 0 7px 0;
	position: relative;
}
a.btn_style_12 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_12:hover {
	color: #3fab9b;
	background: #fff;
}
a.btn_style_12:hover span:after {
	background: url(/customer/img/icon_arr_15.png) no-repeat left center;
	right: -36px;
}
a.btn_style_13 {
	display: inline-block;
	max-width: 100%;
	padding: 0 50px 0 20px;
	background: #00719e;
	text-align: left;
	font-size: 129%;
	color: #fff;
	border: 4px solid #00719e;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_13 span {
	display: block;
	padding: 8px 0 7px 0;
	position: relative;
}
a.btn_style_13 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_13:hover {
	color: #00719e;
	background: #fff;
}
a.btn_style_13:hover span:after {
	background: url(/customer/img/icon_arr_20.png) no-repeat left center;
	right: -36px;
}
a.btn_style_14,
.submit_btn_14 {
	display: inline-block;
	max-width: 100%;
	padding: 0 60px 0 30px;
	background: #3fab9b;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: 4px solid #3fab9b;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
/* 押せないボタンのデザイン */
a.btn_style_14_none,
.submit_btn_14_none {
	display: inline-block;
	max-width: 100%;
	padding: 0 60px 0 30px;
	background: #c5c5c5;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: 4px solid #b5b5b5;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_14 span,
.submit_btn_14 span,
.submit_btn_14_none span {
	display: block;
	padding: 12px 0 11px 0;
	position: relative;
}
a.btn_style_14 span:after,
.submit_btn_14 span:after,
.submit_btn_14_none span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_14:hover,
.submit_btn_14:hover {
	color: #3fab9b;
	background: #fff;
}
a.btn_style_14:hover:not(:disabled) span:after,
.submit_btn_14:hover:not(:disabled) span:after {
	background: url(/customer/img/icon_arr_15.png) no-repeat left center;
	right: -36px;
}
a.btn_style_14:disabled,
.submit_btn_14:disabled {
	background-color: #aaa;
	border: 4px solid #aaa;
	color: #fff;
}
a.btn_style_15,
.submit_btn_15 {
	display: inline-block;
	max-width: 100%;
	padding: 0 60px 0 30px;
	background: #00719e;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: 4px solid #00719e;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_15 span,
.submit_btn_15 span {
	display: block;
	padding: 12px 0 11px 0;
	position: relative;
}
a.btn_style_15 span:after,
.submit_btn_15 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
a.btn_style_15:hover,
.submit_btn_15:hover {
	color: #00719e;
	background: #fff;
}
a.btn_style_15:hover span:after,
.submit_btn_15:hover span:after {
	background: url(/customer/img/icon_arr_20.png) no-repeat left center;
	right: -36px;
}
a.btn_style_16,
.submit_btn_16 {
	display: inline-block;
	max-width: 100%;
	padding: 0 30px 0 60px;
	background: #3fab9b;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: 4px solid #3fab9b;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
a.btn_style_16 span,
.submit_btn_16 span {
	display: block;
	padding: 12px 0 11px 0;
	position: relative;
}
a.btn_style_16 span:before,
.submit_btn_16 span:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: rotateZ(180deg);
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
	.submit_btn_16 span:before {
		left: -10px;
	}
}
a.btn_style_16:hover,
.submit_btn_16:hover {
	color: #3fab9b;
	background: #fff;
}
a.btn_style_16:hover span:before,
.submit_btn_16:hover span:before {
	background: url(/customer/img/icon_arr_15.png) no-repeat left center;
	left: -36px;
}
@media screen and (max-width: 768px) {
	a.btn_style_16:hover span:before,
	.submit_btn_16:hover span:before {
		left: -16px;
	}
}
a.zip_search_btn {
	display: inline-block;
	padding: 3px 10px;
	color: #000;
	font-size: 86%;
	text-decoration: none;
	border: 1px solid #000;
	vertical-align: middle;
}
.postnum_btn {
	padding: 3px 10px;
	color: #000;
	font-size: 86%;
	background: #eee;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}
a.plan_link_btn {
	color: #000;
	font-size: 129%;
}
a.c-btn01 {
	display: inline-block;
	width: 310px;
	max-width: 100%;
	padding: 8px 8px;
	border: 1px solid #00a195;
	color: #00a195;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	transition: all 0.3s;
}
a.c-btn01:hover {
	border: 1px solid #00a195;
	color: #fff;
	background-color: #00a195;
}
/*a.btn_style_01 {
	display: inline-block;
	max-width: 100%;
	padding: 10px 12px;
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}*/
.submit_btn_01 {
	display: inline-block;
	width: 300px;
	height: 70px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_04.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_02 {
	display: inline-block;
	width: 498px;
	height: 70px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_05.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_03 {
	display: inline-block;
	width: 390px;
	height: 64px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_03.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_03 span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
.submit_btn_04 {
	display: inline-block;
	width: 254px;
	height: 64px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_07.png) no-repeat center center;
	text-align: left;
	font-size: 150%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_04 span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
.submit_btn_05 {
	display: inline-block;
	width: 690px;
	max-width: 100%;
	height: 81px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_09.png) no-repeat center center;
	text-align: left;
	font-size: 172%;
	line-height: 1.2;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_05 span.icon {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
.submit_btn_05 span.small {
	font-size: 78%;
}
.submit_btn_06 {
	display: inline-block;
	width: 312px;
	height: 61px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_02.png) no-repeat center center;
	text-align: left;
	font-size: 172%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_06 span {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url(/customer/img/icon_arr_02.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
	.submit_btn_06 {
		width: 100%;
	}
}
.submit_btn_07 {
	display: inline-block;
	width: 280px;
	height: 61px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: url(/customer/img/btn_bg_02.png) no-repeat center center;
	text-align: left;
	font-size: 172%;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.submit_btn_07 span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
/*.btnback_style_01 {
	display: inline-block;
	width: 280px;
	height: 61px;
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	background: #9c9a99;
	text-align: left;
	font-size: 172%;
	color: #000;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
}
.btnback_style_01 span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_12.png) no-repeat left center;
}*/
.btnback_style_01 {
	display: inline-block;
	max-width: 100%;
	padding: 0 60px 0 30px;
	background: #9c9a99;
	text-align: left;
	font-size: 150%;
	color: #000;
	border: 4px solid #9c9a99;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}
.btnback_style_01 span {
	display: block;
	padding: 12px 0 11px 0;
	position: relative;
}
.btnback_style_01 span:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -30px;
	transition: all 0.3s;
	margin-top: -10px;
	vertical-align: middle;
	background: url(/customer/img/icon_arr_13.png) no-repeat left center;
}
.btnback_style_01:hover {
	color: #000;
	background: #fff;
}
.btnback_style_01:hover span:after {
	background: url(/customer/img/icon_arr_21.png) no-repeat left center;
	right: -36px;
}
.form-actions {
	margin-top: 40px;
	text-align: center;
}
.form-actions .btn_box {
	display: inline-block;
	vertical-align: top;
}
.form-actions.two_btn .btn_box {
	margin: 0 2px;
}
.btn_sec_01 {
}
@media screen and (max-width: 768px) {
	.btn_sec_01:not(.ignore_width_100p) {
		width: 100%;
	}
	.btn_sec_01:not(:last-child) {
		padding-bottom: 20px;
	}
}

.btn_sec_01 .btn {
	text-align: center;
}
.btn_sec_01 .btn .btn_style_03 span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(/customer/img/icon_arr_02.png) no-repeat left center;
}
.btn_sec_01_inner {
	width: 100%;
}

.btn_sec_02 {
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.btn_sec_02 .btn_left {
	float: left;
	text-align: center;
}
.btn_sec_02 .btn_right {
	float: right;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.form-actions.two_btn .btn_box.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.form-actions {
		margin-top: 30px;
	}
	.form-actions.two_btn .btn_box {
		display: block;
		text-align: center;
		margin: 0 auto 10px;
	}
	.form-actions.two_btn .btn_box.pc {
		display: none;
	}
	a.btn_style_08 {
		width: 100%;
		height: auto;
		padding: 10px 10px 15px 10px;
		background: url(/customer/img/btn_bg_08.png) no-repeat center center;
		background-size: cover;
		font-size: 150%;
		text-align: left;
	}
	a.btn_style_08 br {
		display: none;
	}
	a.btn_style_08 span.icon {
		display: block;
		padding: 5px 0 5px 40px;
		background: url(/customer/img/icon_arr_02.png) no-repeat left center;
	}
	a.btn_style_08 span.small {
		display: block;
		padding-left: 40px;
	}
	.submit_btn_05 {
		width: 100%;
		height: auto;
		padding: 10px 10px 15px 10px;
		background: url(/customer/img/btn_bg_09.png) no-repeat center center;
		background-size: cover;
		font-size: 150%;
		text-align: left;
	}
	.submit_btn_05 br {
		display: none;
	}
	.submit_btn_05 span.icon {
		display: block;
		padding-left: 40px;
	}
	.submit_btn_05 span.small {
		display: block;
		padding-left: 40px;
	}
	a.btn_style_10 {
		padding-top: 16px;
		font-size: 200%;
	}
	.btn_sec_02 .btn_right {
		float: none;
		margin-bottom: 20px;
	}
	.btn_sec_02 .btn_left {
		float: none;
	}
}
@media screen and (max-width: 480px) {
	a.btn_style_02 {
		font-size: 129%;
	}
	a.btn_style_02 span {
		padding: 13px 20px 12px 0;
	}
	a.btn_style_03 {
		display: inline-block;
		width: 390px;
		height: 58px;
		max-width: 100%;
		padding: 14px 10px 12px 10px;
		font-size: 143%;
	}
	a.btn_style_04 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	.submit_btn_01 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	.submit_btn_02 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	.submit_btn_03 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	.submit_btn_03 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.btn_style_05 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	a.btn_style_06 {
		height: 60px;
		padding: 12px 10px 5px 10px;
		font-size: 125%;
	}
	a.btn_style_06 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.btn_style_07 {
		height: 60px;
		padding: 12px 10px 5px 10px;
		font-size: 136%;
	}
	a.btn_style_07 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.btn_style_08 {
		font-size: 129%;
		line-height: 1.2;
	}
	a.btn_style_08 span.icon {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.btn_style_08 span.small {
		padding-left: 32px;
	}
	.submit_btn_04 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	.submit_btn_05 {
		font-size: 129%;
		line-height: 1.4;
	}
	.submit_btn_05 span.icon {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	.submit_btn_05 span.small {
		padding-left: 32px;
	}
	.btn_sec_01 .btn .btn_style_03 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.plan_link_btn {
		font-size: 115%;
	}
	a.btn_style_10 {
		height: 60px;
		padding-top: 13px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 123%;
	}
	a.btn_style_10 span {
		padding-left: 28px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	.submit_btn_06 {
		height: 60px;
		padding: 5px 10px 5px 10px;
		font-size: 129%;
	}
	.submit_btn_06 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	.btnback_style_01 {
		width: 100%;
		padding: 0 40px 0 40px;
		font-size: 129%;
	}
	.btnback_style_01 span {
		/*padding-left: 32px;*/
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	.submit_btn_07 {
		padding: 5px 10px 5px 10px;
		font-size: 136%;
	}
	.submit_btn_07 span {
		padding-left: 32px;
		-moz-background-size: 20px 16px;
		-webkit-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
	}
	a.btn_style_12 {
		font-size: 115%;
	}
	a.btn_style_13 {
		font-size: 115%;
	}
	a.btn_style_14,
	.submit_btn_14,
	.submit_btn_14_none {
		width: 100%;
		padding: 0 40px 0 10px;
		font-size: 129%;
	}
	a.btn_style_15,
	.submit_btn_15 {
		width: 100%;
		padding: 0 40px 0 10px;
		font-size: 129%;
	}
	a.btn_style_16,
	.submit_btn_16 {
		width: 100%;
		padding: 0 10px 0 40px;
		font-size: 129%;
	}
}