.online01 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 50px;
	padding-top: 30px;
	position: relative;
	z-index: 9;
}
.online01 h3 {
	font-size: 150%;
	font-weight: 300;
	margin-bottom: 20px;
}
.online01 .txt {
	max-width: 700px;
	width: 100%;
}
/* ------------------------------------ */
.online02 {
	width: 100%;
	height: 600px;
	background: url(../images/online/mv.jpg) no-repeat center center;
	background-size: cover;
}
.re_page {
	margin-bottom: 80px;
}
/* ------------------------------------ */
.online03 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1200px;
	width: 90%;
	margin: -40px auto 100px;
}
.online03 li {
	float: left;
	position: relative;
	border-left: rgba(255,255,255,0) 1px solid;
	border-right: rgba(255,255,255,0) 1px solid;
}
.online03 li:nth-child(1) {
	width: 45%;
}
.online03 li:nth-child(2) {
	width: 55%;
}
.online03 li a {
	display: block;
	text-align: center;
	background: url(../images/online/arrow.svg) no-repeat center bottom 15px;
	background-color: #444;
	color: #fff;
	height: 100%;
	padding: 20px 0 50px;
	line-height: 160%;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	font-size: 110%;
}
.online03 li:nth-child(2) a {
	padding: 30px 50% 50px 0;
}
.online03 li a.sub_btn {
	position: absolute;
	height: auto;
	padding: 10px;
	border-left: rgba(255,255,255,.4) 1px solid;
	top: 20px;
	right: 20px;
	width: 47%;
	background-image: none;
}
.online03 li a:hover {
	background: url(../images/online/arrow.svg) no-repeat center bottom 10px;
	background-color: #333;
}
.online03 li a.sub_btn:hover {
	background-image: none;
}
.online03 li {
}
/* ------------------------------------ */
.online04 {
	max-width: 1600px;
	width: 100%;
	margin: 0px auto 40px;
	overflow: hidden;
}
.online04 .ph {
	float: right;
	width: 50%;
}
.online04 .left {
	float: right;
	width: 40%;
	margin-right: 5%;
}
.online04 .left p {
	max-width: 420px;
	width: 100%;
}
/* ------------------------------------ */
.online05 {
	max-width: 1000px;
	width:90%;
	margin: 0px auto 100px;
}
.online05 ul {
	list-style: none;
	border: #888 1px solid;
	padding: 20px;
	border-radius: 6px;  
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.online05 li {
	line-height: 160%;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 5px;
}
.online05 li::before {
	content: '・';
}
.video{
	position:relative;
	width: 100%;
	padding-top:56.25%;
	margin-bottom: 20px;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* ------------------------------------ */
.online06 {
	max-width: 1200px;
	width:90%;
	margin: 0px auto 130px;
}
.online06 .ttl_style09 {
	margin-bottom: 20px;
}
.online06 p {
	margin-bottom: 15px;
}
.online06 .zu1 {
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 60px;
}
.online06 .zu2 {
	display: none;
}
.online06 .box1,
.online06 .box2,
.online06 .box3 {
	margin-bottom: 80px;
}
.online06 .box1 .ph {
	float: right;
	width: 50%;
}
.online06 .box1 .left {
	width: 45%;
	margin-bottom: 30px;
}
.online06 .box1 .left dl {
	position: relative;
	padding: 15px 20px;
	max-width: 450px;
	width: 100%;
	margin-bottom: 15px;
}
.online06 .box1 .left dl::before,
.online06 .box1 .left dl::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24px;
	border-top: #888 1px solid;
	border-bottom: #888 1px solid;
}
.online06 .box1 .left dl::before {
	left: 0;
	border-left: #888 1px solid;
}
.online06 .box1 .left dl::after {
	right: 0;
	border-right: #888 1px solid;
}
.online06 .box1 .left dt {
	font-size: 110%;
	font-weight: 500;
}
.online06 .box1 .left dd {
	margin-bottom: 10px;
	line-height: 170%;
	font-size: 90%;
}
.online06 .box1 .gest {
	clear: both;
	max-width: 1000px;
	width: 100%;
	display: table;
	margin: 0px auto;
}
.online06 .box1 .gest dt,
.online06 .box1 .gest dd {
	display: table-cell;
	text-align: center;
}
.online06 .box1 .gest dt {
	vertical-align: middle;
}
.online06 .box1 .gest dt span {
	display: inline-block;
	border: #888 1px solid;
	text-align: center;
	padding: 5px 14px;
	border-radius: 4px;  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.online06 .box1 .gest dd {
	vertical-align: top;
	font-size: 90%;
	line-height: 160%;
}
.online06 .box1 .gest dd img {
	display: block;
	max-width: 190px;
	width: 90%;
	margin: 0px auto 10px;
}
.online06 .box1 .gest dd strong {
	display: block;
	text-align: center;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 120%;
}
.online06 .box2 ul {
	overflow: hidden;
	margin-bottom: 30px;
}
.online06 .box2 li {
	float: left;
	width: 45%;
	margin-right: 3%;
}
.online06 .box2 li:last-child {
	width: 52%;
	margin-right: 0;
}
.online06 .box2 dl {
	width: 100%;
	display: table;
	border: #598CB2 2px solid;
	background-color: #fff;
}
.online06 .box2 dt,
.online06 .box2 dd {
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}
.online06 .box2 dt {
	background-color: #598CB2;
	color: #fff;
	text-align: center;
	font-weight: 500;
	width: 180px;
}
.online06 .box2 dd {
	padding: 15px 20px;
	line-height: 170%;
}
.online06 .box3 {
}
.online06 .box3 .video{
	max-width: 1000px;
	margin: 30px auto 20px;
}
.cap_list {
	font-size: 90%;
}
.cap_list li {
	line-height: 150%;
	margin-bottom: 4px;
	padding-left:1em;
	text-indent:-1em;
}
.cap_list2 {
	list-style: outside disc;
	margin-left: 20px;
}
.cap_list2 li {
	line-height: 160%;
	margin-bottom: 7px;
}
/* ------------------------------------ */
.online07 {
	max-width: 1200px;
	width:90%;
	margin: 0px auto 100px;
}
.online07 .step{
	list-style-type: none;
	display:table;
	width:100%;
	padding:0;
	margin:0px auto 60px;
	overflow:hidden;
	border-radius: 8px;  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.online07 .step li{
	display:table-cell;
	position:relative;
	background: #e2e2e2;
	padding: 1.5em 0.5em 1.5em 2em;
	text-align: center;
	vertical-align: top;
	line-height: 150%;
	width: 25%;
}
.online07 .step li:last-child{
	padding-right: 1em;
}
.online07 .step li:last-child:before,
.online07 .step li:last-child:after{
	display:none;
}
.online07 .step li:before,
.online07 .step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.online07 .step li:before{
	top:-12px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #eee;
	border-width: 75px 0 70px 1em;
	z-index: 10;
}
.online07 .step li:after{
	top:-12px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #e2e2e2;
	border-width: 75px 0 70px 1em;
	z-index: 10;
}
.online07 .step li.is-current{
	background: #59CAC9;
	font-weight: bold;
}
.online07 .step li.is-current:after{
	border-color: transparent transparent transparent #59CAC9;
}
.online07 .step li span {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #96C03D;
	font-weight: 400;
	font-size: 110%;
}
.online07 .step li p {
	text-align: center;
	font-weight: 400;
}
.online07 .box {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-left: 100px;
	border-bottom: #888 1px dashed;
	overflow: hidden;
}
.online07 .box .step_icon {
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
}
.online07 .box .right {
	float: right;
	width: 30%;
}
.online07 .box .right .img1 {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
}
.online07 .box .right .img2 {
	display: block;
	max-width: 240px;
	width: 90%;
	margin: 0px auto;
}
.online07 .box .right .img3 {
	display: block;
	max-width: 270px;
	width: 90%;
	margin: 0px auto;
}
.online07 .box .right .img4 {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
}
.online07 .box dl {
	width: 60%;
}
.online07 .box dt {
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 15px;
}
.online07 .box dd {
}
.online07 .box dd p {
	margin-bottom: 15px;
}
.online07 .box dd strong.green {
	color: #96C03D;
	font-weight: 600;
}
.online07 .box dd .btn1,
.online07 .box dd .btn2 {
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	max-width: 450px;
	width: 100%;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 110%;
	border-radius: 8px;  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background: url(../images/online/arrow2.svg) no-repeat center right 20px;
}
.online07 .box dd .btn1 {
	background-color: #252D65;
}
.online07 .box dd .btn2 {
	background-color: #3C9AD6;
}
.online07 .box dd .btn1:hover,
.online07 .box dd .btn2:hover {
	background: url(../images/online/arrow2.svg) no-repeat center right 10px;
}
.online07 .box dd .btn1:hover {
	background-color: #202758;
}
.online07 .box dd .btn2:hover {
	background-color: #3485B9;
}
/* ------------------------------------ */




@media screen and (max-width: 900px) {
	.online02 {
		height: 450px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	.online06 .box1 .ph {
		width: 45%;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.online06 .box1 .left {
		width: 100%;
	}
	.online06 .box1 .left dl {
		clear: both;
		max-width: none;
		background-color: rgba(255,255,255,.4);
	}
	.online06 .box1 .gest,
	.online06 .box1 .gest dt,
	.online06 .box1 .gest dd {
		display: block;
	}
	.online06 .box1 .gest {
		overflow: hidden;
	}
	.online06 .box1 .gest dt {
		width: 100%;
		margin-bottom: 15px;
	}
	.online06 .box1 .gest dd {
		float: left;
		width: 33.33%;
	}
	/* ------------------------------------ */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------ */
	.online02 {
		height: 300px;
	}
	/* ------------------------------------ */
	.online03 {
		margin: -30px auto 60px;
	}
	.online03 li {
		float: none;
		border-left: none;
		border-right: none;
		border-bottom: rgba(255,255,255,0) 1px solid;
	}
	.online03 li:nth-child(1),
	.online03 li:nth-child(2) {
		width: 100%;
	}
	/* ------------------------------------ */
	.online04 {
		width: 90%;
		margin: 0px auto 40px;
	}
	.online04 .ph {
		float: right;
		width: 45%;
		margin-left: 15px;
		margin-bottom: 5px;
	}
	.online04 .left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.online04 .left p {
		max-width: none;
		width: 100%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}






@media screen and (max-width: 600px) {
	
	/* ------------------------------------ */
	.online02 {
		height: 200px;
	}
	.re_page {
        margin-bottom: 30px;
    }
	/* ------------------------------------ */
	.online03 li a.sub_btn {
		font-size: 100%;
	}
	/* ------------------------------------ */
	.online04 .ph {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	.online06 .box1 .ph {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.online06 .zu1 {
		display: none;
	}
	.online06 .zu2 {
		display: block;
		max-width: 400px;
		width: 90%;
		margin: 20px auto 40px;
	}
	.online06 .box1 .gest dd {
		width: 50%;
		margin-bottom: 15px;
	}
	.online06 .box2 dl,
	.online06 .box2 dt,
	.online06 .box2 dd {
		display: block;
	}
	.online06 .box2 dt {
		width: 100%;
		padding: 10px 0;
	}
	/* ------------------------------------ */
	.online07 .step{
		display: none;
	}
	.online07 .box {
		padding-bottom: 50px;
		margin-bottom: 50px;
		padding-left: 0;
	}
	.online07 .box .step_icon {
	}
	.online07 .box .right {
		float: none;
		width: 100%;
		margin: 0px auto 20px;
	}
	.online07 .box .right .img1 {
		max-width: 200px;
		width: 100%;
		margin: 0px auto 0 40%;
	}
	.online07 .box .right .img2 {
		max-width: 160px;
		width: 100%;
	}
	.online07 .box .right .img3 {
		max-width: 160px;
		width: 100%;
		margin: 30px auto 30px;
	}
	.online07 .box .right .img4 {
		max-width: 300px;
		width: 100%;
	}
	.online07 .box dl {
		width: 100%;
	}
}