﻿/* RESET CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
	display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table + p {
	margin-top: 2rem;
}
img {
	padding: 0;
	max-width: 100%;
	height: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #666;
}
/*--------Basic--------*/
html {font-size: 62.5%;}
body {
	width: 100%;
	font-size: 2.2rem;
	color: #3f3f3f;
	font-weight: 500;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
section {padding: 7rem 0;}
.body_wrap {margin: 0 auto;}
.pc {display: block;}
.sp {display: none;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {	clear: both;}
.clearfix {	*zoom: 1;}
.img_right {float: right;padding: 0 0 2rem 2rem;}
.img_left {float: left;padding: 0 2rem 2rem 0;}
.img_center {	margin: 0 auto;}
.flex {	display: flex;	flex-wrap: wrap;justify-content: space-between;	align-items: flex-start;}
.flex + .flex {margin: 2rem auto 0;}
.caption {
	width: 100%;
	padding: 1rem;
	margin: 0 !important;
	border-left: 2px solid #110604;
	color: #110604;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
/* Font */
h1 {
	font-weight: normal !important;
	font-feature-settings: "palt"1;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.u {text-decoration: underline;}
.b {font-weight: bold;}
.r {color: #A50021;}
.y {color: #ffe79a;}
.wht {color: #fff !important;}
.gradation_g {
	color: #f9db7f;
	background: -webkit-linear-gradient(0deg, #f9db7f, #fff8c8, #f9db7f);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Gothic MB101 Heavy', sans-serif;
}
/*.mark {
	background: linear-gradient(transparent 50%, #ffff84 50%);
}*/
.txt_c {text-align: center;}
.txt_r {text-align: right;}
#profile .notice.txt_r{text-align: right; padding: 1vw 0 0 0;}
.txt_l {text-align: left;}
.xxsmall {font-size: 50%;}
.xsmall {font-size: 70%;}
.small {font-size: 80%;}
.large {font-size: 110%;}
.large_pc {font-size: 110%;}
.xlarge {	font-size: 140%;}
.xxlarge {font-size: 160%;}

.notice {
    padding-top: 1rem;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 400;
    font-family: sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.notice2 {
    padding-top: 1rem;
    font-size: 1.4rem;
    text-align: left;
    width: 960px;
    font-weight: 400;
    font-family: sans-serif;
    color: #111111;
    letter-spacing: 1px;
}
.contents_box .notice{position: relative;top: -2rem;}
.serif {
	font-family: 游明朝, "Yu serif", Yuserif, "Hiragino serif ProN", "Hiragino serif Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.videotime {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 900;
	font-size: 115%;
}
.day_after { display: none;}
.bg_b {background: #000;}
.bg_lg{background: #4bbfbf;}
img.form_copy {margin: 0 auto 1.5rem;	width: 60%;}
.middle {margin: 2rem 0;}
.bottom {	margin-top: 2rem;}
.top {	margin-bottom: 2rem;}
.icon_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	right: 4px;
	background: url(../img/base/icon_btn.png) no-repeat right center;
	height: 27px;
	background-size: 13px;
	padding-right: 13px;
}
.form_btn2:hover .icon_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	right: 4px;
	background: url(../img/base/icon_btn03.png) no-repeat right center;
	height: 27px;
	background-size: 13px;
	padding-right: 13px;
}
.ui-autocomplete {
	position: absolute !important;
	background: #fff;
	list-style: none;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 10;
}
.ui-autocomplete li {
	border-bottom: 1px solid #ccc;
	padding: 1rem;
	font-family: inherit !important;
	text-align: left;
}
.ui-state-focus {
	background: #ff7;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
/*--------Header--------*/
header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #2d2244;
}
header .header_mv video {
	width: 100%;
	height: auto;
	border: #878787 0px solid;
}

#header_img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
header h1 img {margin: 0 auto;padding: 1rem;}
/* */
/*.header1 #header_img {background: url("../img/tochiro_online_opt_head_bg.jpg") repeat-x center top;}*/
.header1 #header_img {background: url("https://placehold.jp/1920x690.png") repeat-x center top;}
.header1 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header1 #header_img .header_mv {position: absolute;width: 450px;height: 295px;margin: 0 auto;left: 21px;bottom: 25px;z-index: 5;}
/* */
.header2 #header_img {background: url("../img/kansyouhou_header_2_bg.jpg") repeat-x center top;}
.header2 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header2 #header_img .header_mv {position: absolute;width: 375px;height: 179px;margin: 0 auto;left: 71px;bottom: 92px;z-index: 5;}
/* */
.header3 #header_img {background: url("../img/kansyouhou_header_3_bg.jpg") repeat-x center top;}
.header3 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header3 #header_img .header_mv {position: absolute;    width: 430px;
    height: 181px;
    margin: 0 auto;
    left: 23px;bottom: 92px;z-index: 5;}
/* */
.header4 #header_img {background: url("../img/kansyohou_header_4_bg.jpg") repeat-x center top;}
.header4 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header4 #header_img .header_mv {position: absolute;    width: 485px;
    height: 247px;
    margin: 0 auto;
    left: 2rem;bottom: 100px;z-index: 5;}
/* */
.header5 #header_img {background: url( "../img/kansyohou_header_5_bg.jpg") repeat-x center top;}
.header5 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header5 #header_img .header_mv {position: absolute;    width: 440px;
    height: 252px;
    margin: 0 auto;
    bottom: 57px;
    left: 28.5rem;z-index: 5;}
/* */
.header6 #header_img {background: url( "../img/kansyouhou_header_6_bg.jpg") repeat-x center top;}
.header6 #header_img img {position: relative;z-index: 1;margin: 0 auto;}
.header6 #header_img .header_mv {position: absolute;width: 420px;
    height: 208px;
    margin: 0 auto;
    left: 15rem;
    bottom: 55px;z-index: 5;}

/*背景アニメーション*/
.header_move_wrap{
	position: relative;
	overflow: hidden;
	height:100%;
/*	padding: 4rem 0;*/
}
/*6秒で背景切り替え*/
@keyframes anime {
	0% {opacity: 0;}
	8% {opacity: 1;}
	17% {opacity: 1;}
	25% {opacity: 0;transform:scale(1.2);z-index:9;}
	100% {opacity: 0;}
}
@-webkit-keyframes anime {
    0% { opacity: 0;}
    8% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;-webkit-transform: scale(1.2);z-index:9; }
    100% { opacity: 0 }
}
.move_img{opacity: 0;width:100%;height:100%;object-fit: cover;position: absolute;left: 0;top: 0;-webkit-animation: anime 36s 0s infinite;animation: anime 36s 0s infinite;}
.move_img:nth-of-type(2) {-webkit-animation-delay: 6s;animation-delay: 6s; }
.move_img:nth-of-type(3) {-webkit-animation-delay: 12s;animation-delay: 12s; }
.move_img:nth-of-type(4) {-webkit-animation-delay: 18s;animation-delay: 18s; }
.move_img:nth-of-type(5) {-webkit-animation-delay: 24s;animation-delay: 24s; }
.move_img:nth-of-type(6) {-webkit-animation-delay: 30s;animation-delay: 30s; }

/*--------Section / sub_head / sec_inner--------*/
/* 共通 */
.sub_head {
		font-size: 5rem;
		line-height: 1.3;
		text-align: center;
	    font-family: "Ryumin ExtraBold KL", serif;
		-webkit-font-feature-settings: 'palt'1;
		font-feature-settings: 'palt'1;
		margin: 0 auto 8rem;
		display: table;
	position: relative;
	color: #111111;
}
.sec_inner {
	padding: 0 ;
	margin: 0 auto;
	width: 1000px;
}
/*--------　list / box --------*/
.list1 {margin: 3rem 2rem 0 auto;color: #fff;width: 58%;
    background: #0e0e0ea6;
    padding: 3.5rem 0 2.7rem 2rem;
    font-size: 2rem;}
.list1 li {position: relative;padding: 0 0 2rem 4rem;line-height: 1.4;font-family: "Ryumin ExtraBold KL", serif;}
.list1 li:last-child {padding-bottom: 0;}
.list1 li::after {display: block;content: '';position: absolute;top: -.2em;left: -.1rem;width: 70px;height: 70px;background: url('../img/icon.png')no-repeat; transform: scale(0.8);}
.list_ydn li {font-size: 3.3rem;}
.list_ydn li::after {top: .3em;}
/*--------　list / box --------*/
p + p{padding-top: 3rem;}
/* 共通 */
/**/
	/**/
	.sec_wrap.bg09 {
    background: #98b5b9;
    padding-top: 0;
}
	.sec_wrap section{padding: 0;}
/*-------- profile --------*/
#profile {
    background-color: #fff5d6;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    z-index: 0;
    overflow: hidden;
}
.profile_inner {padding:3rem 0rem 1rem 4rem;}
.profile_inner img {margin: 0 7rem 0 auto;}
.profile_face {
    position: absolute;
    left: -6rem;
    bottom: 0rem;
    width: 48%;
    z-index: 0;
    top: 2rem;
}
.profile_wrap {
	width:943px;
	background: #2d2244;
	padding: 2rem 0 4rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
    border: solid 0px #fff5d6;
    outline: solid 9px #2d2244;
    outline-offset: 2px;
	overflow: hidden;
}
#profile .notice {text-align: left;width: 60%;margin: 0 0 0 auto;}
/*-------- profile box--------*/
#profile2{background: #09203c;}
#profile2 .sec_inner{width: 860px;}
.prf_box_wrap{width: 960px;margin: 0 auto;}
.prf_box {
	margin: 5rem 0 0;
	position: relative;
	width: 32%;
}
.prf_box.num01 {
	background: #0e0e0ee0;
}
.prf_box.num02 {
	background: #34c0b6;
}
.prf_box02 {
	background: #f5f5f5;
	width: 100%;
	margin: 5rem 0 0;
	position: relative;
}

.prf_box p {
	text-align: center;
	line-height: 1.3;
	color:  #fff;
	font-size: 2rem;
	padding: 2rem 1rem;
	font-family: "Ryumin ExtraBold KL", serif;
}
.prf_box02 p {
	background: #f35e5e;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	/*font-weight: bold;*/
	padding: 1rem 0 1rem;
	font-family: "A1 Gothic B";
}
/*-------- content --------*/
.content_wrap{width: 1000px;margin: 0 auto;}
.content{align-items: center;margin: 12rem auto 5rem;}
/**/.content + .content{margin: 12rem 0;}
.content img{width: 60%;position: relative;left: -7rem;}
.content_txt{width: 40%;}
.content h3{
	font-size: 6rem;
	line-height: 1;
	padding-bottom: 2rem;
	position: relative;
	font-family: "Ryumin ExtraBold KL", serif;
	border-bottom: 3px solid #2d2244;
    color:#2d2244;
}
.content_txt p{
	font-family: "Ryumin ExtraBold KL", serif;;
	font-size: 2.6rem;
	line-height: 1.5;
	padding: 3rem 0;color: #0e0e0e;
	font-weight: bold;
}
.num {padding-left: 1rem;font-size: 150%;letter-spacing: 0px;}
/*偶数の時*/
.content:nth-child(even){flex-direction: row-reverse;}
.content:nth-child(even) img{left: unset;right: -7rem;}
.triangle1 {
    border-top: 35px solid #AB153D;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    width: 35px;
	margin: 2rem auto .5rem;}
.triangle2 {
    border-top: 35px solid #D25D61;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    width: 35px;
    margin: 0 auto 2rem;
}
.dot {
    border-bottom: 4px dotted #fff;
    
    margin: 0 auto;
    color: #fff;
    line-height: 1.3;
}

/* opt_sec1
------------------------------------------------------ */
.opt_sec1{position: relative;background: #fff;   background: url(../img/rendo_bg_pc.jpg) no-repeat center;    background-size: cover;padding-bottom: 1rem;
background-attachment: fixed;}
.opt_sec1 {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
}
.opt_sec1:before,
.opt_sec1:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	/*background: url('../img/tochiro_online_opt_bg.png') repeat-y left top 30px;*/
	background-size: 95px auto;
	width: 104px;
	height: 100%;
	z-index: 0;
}
.opt_sec1:before { left: 0; }
.opt_sec1:after { right: 0; transform: scaleX(-1); }

.opt_sec1 .sub_head{margin: 0 auto;}
.opt_sec1 .sub_ttl{width: 74rem; margin:1.3rem auto 10rem;background: #2d2244; color: #fff;text-align: center;line-height: 1.2;font-family: "Gothic MB101 Medium", "ゴシックMB101 M";padding: 0.2rem 0 0.5rem;}
/* merit_icon
------------------------------------------------------ */
.merit_icon{ width: 75%; margin: 0rem auto 0rem;font-size: 2.2rem;}
.merit_icon.icon2{width: 60%;}
.merit_icon.icon2 li{background: none; color: #1d5d62; border: 2px dotted #488185;font-size: 80%;}
.merit_icon li span.videotime{/*font-family: "Gothic MB101 Medium";, "ゴシックMB101 M"*/font-family: "A1 Gothic B";font-weight: normal;font-size: 100%;}
.merit_icon li{width: 32%;color: #fff;text-align: center;padding: 0.4rem 0 0.5rem;border-radius: 5px;/*font-family: "Gothic MB101 Medium";, "ゴシックMB101 M"*/font-family: "Ryumin ExtraBold KL", serif; border: 2px dotted #fff;}
.form2 .merit_icon li{color:#111111;border: 2px dotted #111111;}

/*--------btn--------*/
.btn {width: 860px;display: block;margin: 3rem auto 2rem;z-index: 15; border-radius: 50px;box-shadow: 0px 4px #328d47;background: #4aab46;background: -moz-linear-gradient(-45deg, #4aab46 0%, #328d47 100%);background: -webkit-linear-gradient(-45deg, #4aab46 0%,#328d47 100%);background: linear-gradient(135deg, #4aab46 0%,#328d47 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a80d', endColorstr='#0c9b5f',GradientType=1 );text-decoration: none;transition: all .3s;line-height: 1.4;border: 3px solid #9bfeac;}
.btn p {padding: 1rem;color: #fff;font-size: 5rem;font-weight: bold;text-align: center;}
.btn:hover{filter: brightness(120%);}
.btn::after {content: '》';position: absolute;display: block;right: 45px;top: 50%;transform: translateY(-50%);color: #fff;font-size: 145%;}
.move {animation: move 2s infinite;}
.move.nobottom{margin: 4rem auto;}
@keyframes move {0% {transform: translate(2px, 0px);}
5% {transform: translate(-2px, 0px);}
10% {transform: translate(2px, 0px);}
15% {transform: translate(-2px, 0px);}
20% {transform: translate(2px, 0px);}
25% {transform: translate(-2px, 0px);}
30% {transform: translate(0px, 0px);} }

/*--------footer--------*/
footer {
	width: 100%;
	padding: 3rem 0;
	background: #ddd;
}
#footer_inner {
	width: 1000px;
	margin: 0 auto;
	font-size: 1rem;
}
#footer_inner .logo {
	width: 25%;
	margin: -1rem auto 3rem;
}
#footer_inner ul {
	display: flex;
	justify-content: center;
}
#footer_inner li {
	padding: 0 2rem;
	border-left: 1px solid #ccc;
}
#footer_inner li:first-child {
	padding-left: 0;
	border: none;
}
#footer_inner p {
	padding-top: .5rem;
	text-align: center;
}
#footer_inner a {
	text-decoration: none;
}
#footer_inner a:link, #footer_inner a:visited, #footer_inner a:hover, #footer_inner a:active {
	color: #989898;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px) {
	.form_left, .form_left input, .form_left span{
		pointer-events: auto;
		-webkit-touch-callout:auto;
		-webkit-user-select:auto;
		-moz-touch-callout:auto;
		-moz-user-select:auto;
		touch-callout:auto;
		user-select:auto;
	}
	/*--------Basic--------*/
	body {
		width: 100%;
		font-size: 4.5vw;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		text-decoration: underline;
		color: #00e;
	}
	h1{width: 100%;}
	.body_wrap {
		width: 100%;
	}
	/* Float */
	.img_right, .img_left {
		float: none;
		width: 80%;
		padding: 0 0 2rem;
		margin: 0 auto;
	}
	.pc {display: none;}
	.sp {display: block;}
	.xxsmall {font-size: 80%; display: block;}
	.xsmall {font-size: 70%;}
	.small {font-size: 80%;}
	.sp_small {font-size: 80%;font-weight: bold;}
	.large {font-size: 110%;}
	.large_pc {font-size: 100%;}
	.xlarge {font-size: 120%;}
	.xxlarge {font-size: 270%;}
	.flex {display: block;}
	.middle {margin: 3vw 0;}
	.bottom {margin-top: 3vw;}
	.top {margin-bottom: 3vw;}
	.s_img {width: 80%;}
	.icon_btn {background-size: 2.6vw;}
	header h1 img { width: 60%;}
	/*--------Section / sub_head / sec_inner--------*/
	section {padding: 7vw 0;}
	.sub_head {
		width: 96%;
		font-size: 5.5vw;
		padding: 0 0 2vw;
		margin: 0 auto 4rem;
		border-image: linear-gradient(linear-gradient(to right, transparent 0%, #070D36 50%, transparent 100%));
		border-image-slice: 1;
	}
	.sec_inner {width: 95%;padding: 0 0 7vw;margin: 0 auto;}
	.sec_wrap section{padding: 0;}
	.sec_wrap .sec_inner{padding: 0;width: 100%;}
	/*--------　merit_icon --------*/
	.merit_icon{ width: 100%; margin: 1vw auto 2vw; display: flex;font-size: 3.5vw;}
	.merit_icon.icon2{width: 85%;}
	.merit_icon.icon2 li{font-size: 70%;}
	.merit_icon li{width: 32%;padding: 1vw 0; font-size: 3.2vw;; line-height: 1.2;}
	.merit_icon li span.videotime{}
	.merit_icon li{width: 32%;padding: 2vw 0;}
	/*--------　list / box --------*/
	ul.list1 {margin: 0 auto 0; padding:3vw;width: 100%;}
	ul.list1 li {padding: 1vw 0 1vw 5vw;font-size: 4.1vw;text-shadow:none;}
	.list1 li::after {top: .6vw; left: -2vw; width: 6vw; height: 6vw; background-size: 100%;}
	/*-------- profile--------*/
	#profile { padding: 7vw 0;}
	.profile_wrap{width: 91%;padding: 0;margin-bottom: 7vw;
    outline-offset: 2px;}
	.profile_inner {padding: 0 0 5vw;margin: 0 auto;width: 95%;}
	.profile_face{}
	#profile .notice { text-align: left;
    padding: 4vw 4vw 0 0;
    width: 100%;
    font-size: 60%;}
    .notice2{text-align: left;padding: 2vw 0 0 3vw;width: 100%; font-size: 3vw;}
	/*-------- profile box--------*/
	#profile2{padding: 7vw 0;}
	#profile2 .sec_inner{width: 95%;}
	.prf_box_wrap{width: 100%;}
	.prf_box {width: 95%;padding:0 0 15px;margin: 5vw auto;}
	.prf_box:nth-of-type(1){margin: 0 auto;}
    .prf_box:nth-of-type(4){margin: 0 auto;}
	.prf_box p {padding: 4vw 0 0;}
	.prf_box02{margin: 0 auto;width: 95%;}
    .prf_box p{margin: 0 auto;font-size: 4vw;}
	/* opt_sec1
	------------------------------------------------------ */
   .opt_sec1{background: url(../img/rendo_bg_sp.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 1rem;}
	.opt_sec1 .sub_ttl{width: 80%; margin:2vw auto 7vw;}
	.opt_sec1 .sub_head{padding: 0;}
	/*-------- content --------*/
	.content_wrap{width: 100%;}
	.content{
		width: 90%;
		margin: 0 auto;
		padding: 5vw;
		background: #fff;
		border: 1px solid #371414;
		text-align: center;
	}
	.content + .content{margin: 10vw auto 0;}
	.content img{width: 100%;position: static;transform:scale(1);}
	.content_txt{width: 100%;padding: 0 3vw 3vw 4.5vw;}
	.content h3{font-size: 6vw;padding-bottom: 2vw;    border-bottom: none;    left: -34vw;
        top: 12vw;
}
	.content_txt p{font-size: 4.6vw;padding: 0;width: 85vw;    left: -35vw;
    top: 13vw;}
    .content_txt .fourth{/*padding: 3vw 0 0;*/}
	.num {padding-left:0;border-bottom: 3px solid #111111;}
	P + P{padding-top: 4vw;}
	.form_notice p{padding-top: 0;}
	.notice{font-size: 3vw;}/*
	/*--------btn--------*/
.btn {width: 95%; margin: 2rem auto 3rem;border: 2px solid #9bfeac;}
.btn p{font-size: 6vw;padding: 1.5vw;}
.btn::after{right: 4vw;content: '>';top: 45%;}
.move.nobottom{margin:4vw auto 0 ;}
	/*--------footer_attention--------*/
	#service .sec_inner {width: 100%;}
	.service_list th, .service_list td {
		padding: 1.5vw;
	}
    .service_list th, .service_list .td_first{padding-top:5vw;}
	.service_list th {
		background: #f5f5f5;
	}
	.service_list td.large {
		font-size: 120%;
	}
	.service_list2 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.service_list {
	font-size: 3.1vw;}
	#service .sec_inner {
		padding: 2vw;margin-bottom: 8vw;
	}
	section#service {
		padding: 7vw 2vw 1vw;
	}
	/*--------footer-------*/
	footer {
		padding: 2rem 0 10rem;
	}
	#footer_inner {
		width: 95%;
	}
	#footer_inner p {
		text-align: center;
	}
	.opt_sec1:before, .opt_sec1:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    background: url(../img/tochiro_online_opt_bg.png) repeat-y left top 30px;
    background-size: 35px auto;
    width: 104px;
    height: 100%;
    z-index: 0;
}
	#profile .notice.txt_r{text-align: right; padding: 1vw 3vw 0 0;}
}