@charset "UTF-8";
/* common class
--------------------------------------------------*/
#online {
	font-family: "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}
#online .imgWidthFull {
	width:100%;
	display: block;
}
#online a.dpBlock {
	display: block;
}
#online .btn_simple > span:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid #1b1b1b 1px;
	border-right: solid #1b1b1b 1px;
	transform: rotate(45deg);
	content: "";
	margin-left: 1%;
	vertical-align: top;
	margin-top: 0.8%;
}
#online .flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
#online .flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
#online .flexStart {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
#online .alias-view {
	background: #fff;
}
#online a:hover {
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40)
}

/* head
--------------------------------------------------*/
#online .head {
	background: #95BF35 url(/assets/img/online/img_main_bk.png) top center no-repeat;
	background-size: 100%;
	padding: 41px 0 35px;
	margin-bottom: 44px;
}
#online .head .container {
	
}
#online .head .ttl {
	
}
@media screen and (max-width:1500px) {
	#online .head {
		background-size: auto;
	}
}
/* aboutArea
--------------------------------------------------*/
#online .aboutArea {
	margin-bottom: 55px;
}
#online .aboutArea .aboutTttl {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 16px;
}
#online .aboutArea .aboutTttl p {
	display: inline-block;
}
#online .aboutArea .aboutTttl:before {
	content: '';
	display:inline-block;
	width: 55px;
	height: 68px;
	vertical-align: middle;
	background: url(/assets/img/online/img_line_left.png);
	background-size: 55px 68px;
	margin-top: -26px;
}
#online .aboutArea .aboutTttl:after {
	content: '';
	display:inline-block;
	width: 55px;
	height: 68px;
	vertical-align: middle;
	background: url(/assets/img/online/img_line_right.png);
	background-size: 55px 68px;
	margin-top: -26px;
}
#online .aboutArea .aboutBtn {
	text-align: center;
}
#online .aboutArea .aboutBtn a {
	
}
#online .aboutArea .aboutTxt {
	
}

#online .aboutArea.foot {
	
}
#online .aboutArea.foot .aboutTttl {
	
}
#online .aboutArea.foot .aboutBtn {
	
}
#online .aboutArea.foot .aboutBtn a {
	
}
#online .aboutArea.foot .aboutTxt {
	font-size: 24px;
    font-weight: bold;
    color: #95BF35;
    text-align: center;
    margin-bottom: 43px;
}

/* stepArea all
--------------------------------------------------*/
#online .stepArea {
	margin-bottom: 30px;
}
#online .stepArea .ttl {
    margin: 0 auto;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
#online .stepArea .ttl p {
	font-size: 32px;
	display: inline-block;
}
#online .stepArea .ttl:before {
	content: '';
	display:inline-block;
	width: 228px;
	height: 33px;
	vertical-align: middle;
	background: url(/assets/img/online/img_line02.png);
	background-size: 228px 33px;
	margin-top: -2px;
    margin-right: 10px;
}
#online .stepArea .ttl:after {
	content: '';
	display:inline-block;
	width: 228px;
	height: 33px;
	vertical-align: middle;
	background: url(/assets/img/online/img_line02.png);
	background-size: 228px 33px;
	margin-top: -2px;
    margin-left: 10px;
}
#online .stepArea .ttl span {
	color: #95BF35;
}
#online #step01 {
	padding-top: 40px;
    margin-top: -40px;
}
#online .stepArea .subTtl {
	text-align: center;
	margin-bottom: 36px;
}
#online .stepArea .stepAlink li {
	width: 230px;
}
#online .stepArea .stepBox {
	width: 756px;
	margin: 0 auto 50px;
}
#online .stepArea .stepBox .left {
	float: left;
}
#online .stepArea .stepBox .right {
	float: right;
}
#online .stepArea .stepBox .stepTtl {
	
}
#online .stepArea .stepTtl {
	font-size: 28px;
	font-weight: bold;
	position: relative;
	margin-bottom: 33px;
}
#online .stepArea .stepTtl img {
	display: inline-block;
	vertical-align: middle;
}
#online .stepArea .stepTtl span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 22px;
}
#online .stepArea p {
	font-size: 16px;
}

#online .stepArea .stepBtn {
	width: 756px;
	margin: 0 auto;
}
#online .stepArea .stepBtn li {
	width: 50%;
    text-align: center;
}

/* stepArea step01 */
#online .stepArea .step01 {
	background: #EFF6E1;
	padding: 54px 0 75px;
}
#online .stepArea .step01 .left {
	width: 57%;
}
#online .stepArea .step01 .right {
	width: 40%;
}
#online .stepArea .step01 .stepTtl {
	
}

/* stepArea step02 */
#online .stepArea .step02 {
	background: #D3E5AB url(/assets/img/online/img_step_bk01.png) top center no-repeat;
	background-size: 100%;
	padding: 95px 0 15px;
}
#online .stepArea .step02 .left {
	width: 55%;
}
#online .stepArea .step02 .right {
	width: 41%;
	position: relative;
}
#online .stepArea .step02 .right img {
	position: absolute;
    max-width: 339px;
    top: 19px;
}
#online .stepArea .step02 .stepTtl {
	margin-bottom: 21px;
}
#online .stepArea .step02 .stepService {
	width: 756px;
	margin: 0 auto;
}
#online .stepArea .step02 .stepService li {
	width: 29%;
	padding: 0 2% 0;
}
#online .stepArea .step02 .stepService li:nth-child(1) {
	padding-top: 14px;
}
#online .stepArea .step02 .stepService li:nth-child(3) {
	padding-top: 35px;
}
#online .stepArea .step02 .stepService li:not(:last-of-type) {
	border-right: 1px solid #fff;
}
#online .stepArea .step02 .stepService li:nth-child(1) img {
	margin-bottom: 64px;
}
#online .stepArea .step02 .stepService li:nth-child(2) img {
	margin-bottom: 26px;
}
#online .stepArea .step02 .stepService li:nth-child(3) img {
	margin-bottom: 49px;
}
#online .stepArea .step02 .stepService li p {
	font-size: 14px;
}
#online .stepArea .step02 .stepService li:nth-child(1) p {
	margin-bottom: 32px;
}
#online .stepArea .step02 .stepService li:nth-child(2) p {
	margin-bottom: 32px;
}
#online .stepArea .step02 .stepService li:nth-child(3) p {
	margin-bottom: 32px;
}
#online .stepArea .step02 .stepService li a {
	
}

/* stepArea step03 */
#online .stepArea .step03 {
	background: #EFF6E1 url(/assets/img/online/img_step_bk02.png) top center no-repeat;
	background-size: 100%;
	padding: 92px 0 67px;
}
#online .stepArea .step03 .left {
	width: 57%;
}
#online .stepArea .step03 .right {
	width: 40%;
}
#online .stepArea .step03 .stepTtl {
	margin-bottom: 17px;
}
#online .stepArea .step03 .stepPreparation {
	width: 756px;
	margin: 0 auto;
}
#online .stepArea .step03 .stepPreparation .preparationTxt {
	position: relative;
}
#online .stepArea .step03 .stepPreparation .preparationTxt p {
	vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 8px;
    font-size: 18px;
}
#online .stepArea .step03 .stepPreparation .preparationTxt span {
	font-size: 15px;
    margin-left: 26px;
    font-weight: normal;
}
#online .stepArea .step03 .stepPreparation .stepIllust {
	
}

/* stepArea step04*/
#online .stepArea .step04 {
	background: #D3E5AB url(/assets/img/online/img_step_bk01.png) top center no-repeat;
	background-size: 100%;
	padding: 75px 0 15px;
}
#online .stepArea .step04 .left {
	width: 50%;
    text-align: center;
}
#online .stepArea .step04  .right {
	width: 50%;
    text-align: center;
}
#online .stepArea .step04 .stepTtl {
	width: 756px;
    margin: 0 auto 20px;
}
#online .stepArea .step04 p {
	width: 756px;
    margin: 0 auto 33px;
}

.yoyaku {
	display: none;
    position: fixed;
    bottom: 110px;
    right: 0;
    z-index: 498;
}
.yoyaku:hover img {
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40)
}

@media screen and (max-width:750px) {
	#online .imgWidthFull {
		width:100%;
		display: block;
	}
	#online a {
		display: block;
	}
	#online .head {
		background: none;
		padding: 0;
		margin-bottom: 7%;
	}
	#online .aboutArea {
		margin-bottom: 9%;
	}
	#online .aboutArea .aboutBtn {
		width: 90%;
		margin: 0 auto;
	}
	#online .stepArea {
		margin-bottom: 5%;
	}
	#online .stepArea p {
		font-size: 14px;
		font-size: 3.73vw;
	}
	#online .aboutArea .aboutTttl {
		font-size: 13px;
		font-size: 3.45vw;
	}
	#online .aboutArea .aboutTttl:before {
		display: none;
	}
	#online .aboutArea .aboutTttl:after {
		display: none;
	}
	#online .stepArea .ttl {
		margin-bottom: 0;
	}
	#online .stepArea .ttl p {
		font-size: 32px;
		display: inline-block;
	}
	#online .stepArea .ttl:before {
		display:none;
	}
	#online .stepArea .ttl:after {
		display:none;
	}
	#online .stepArea .ttl span {
		color: #95BF35;
	}
	#online .stepArea .stepBox .left {
		float: none;
	}
	#online .stepArea .stepBox .right {
		float: none;
	}
	#online .stepArea .step01 {
		padding: 7% 0 9%;
	}
	#online .stepArea .stepBox {
		width: auto;
		margin: 0 5%;
	}
	#online .stepArea .step01 .left {
		width: 100%;
	}
	#online .stepArea .stepTtl {
		font-size: 19px;
		font-size: 5.05vw;
		margin-bottom: 6%;
	}
	#online .stepArea .stepTtl img {
		width: 23%;
	}
	#online .stepArea .stepTtl span {
		margin-left: 4%;
	}
	#online .stepArea .step01 .right {
		width: auto;
		margin-bottom: 7%;
	}
	#online .stepArea .step01 .stepBox .right img {
		width: 87%;
		margin: 0 auto 8%;
	}
	#online .stepArea .stepBtn {
		width: auto;
		margin: 0 5%;
	}
	#online .stepArea .stepBtn li {
		width: 100%;
	}
	#online .stepArea .stepBtn li:not(:last-of-type) {
		margin-bottom: 5%;
	}
	#online .stepArea .subTtl {
		margin-bottom: 15%;
	}
	#online .stepArea .stepAlink li {
		width: 20%;
		padding: 0 2%;
	}
	#online .stepArea .step02 {
		background: #D3E5AB url(/assets/img/online/img_step_bk01_sp.png) top center no-repeat;
		background-size: 100%;
		padding: 16% 0 9%;
	}
	#online .stepArea .step02 .left {
		width: 100%;
	}
	#online .stepArea .step02 .right {
		width: 100%;
	}
	#online .stepArea .step02 .right img {
		position: unset;
		max-width: 96%;
		margin-left: 6%;
		margin-bottom: 5%;
	}
	#online .stepArea .step02 .stepBox {
		margin-bottom: 7%;
	}
	#online .stepArea .step02 .stepService {
		width: auto;
		margin: 0 5%;
	}
	#online .stepArea .step02 .stepService li {
		width: 100%;
		padding: 0;
		border-top: 1px solid #fff;
	}
	#online .stepArea .step02 .stepService li:not(:last-of-type) {
		border-right: none;
	}
	#online .stepArea .step02 .stepService li:nth-child(1) {
		padding-top: 5%;
	}
	#online .stepArea .step02 .stepService li:nth-child(1) img {
		margin-bottom: 8%;
	}
	#online .stepArea .step02 .stepService li:nth-child(2) img {
		margin-top: 10%;
		margin-bottom: 7%;
	}
	#online .stepArea .step02 .stepService li:nth-child(3) {
		border-bottom: 1px solid #fff;
	}
	#online .stepArea .step02 .stepService li:nth-child(3) img {
		margin-bottom: 11%;
		padding-bottom: 3%;
	}
	#online .stepArea .step03 {
		background: #EFF6E1 url(/assets/img/online/img_step_bk02_sp.png) no-repeat center top;
		background-size: 100%;
		padding: 18% 0 8%;
	}
	#online .stepArea .step03 .left {
		width: 100%;
	}
	#online .stepArea .step03 .right {
		width: 100%;
	}
	#online .stepArea .step03 .stepBox {
		margin-bottom: 10%;
	}
	#online .stepArea .step03 .stepBox .right img {
		width: 87%;
		margin: 0 auto 8%;
	}
	#online .stepArea .step03 .stepPreparation {
		width: auto;
	}
	#online .stepArea .step03 .stepPreparation .preparationTxt {
		margin: 0 5% 5%;
	}
	#online .stepArea .step03 .stepPreparation .preparationTxt img {
		width: 7.5%;
		display: inline-block;
	}
	#online .stepArea .step03 .stepPreparation .preparationTxt p {
		font-size: 17px;
		font-size: 4.55vw;
		padding-left: 20px;
		padding-top: 2.5%;
	}
	#online .stepArea .step03 .stepPreparation .preparationTxt02 {
		margin: 0 5%;
	}
	#online .stepArea .step03 .stepPreparation .preparationTxt02 {
		font-size: 14px;
		font-size: 3.73vw;
		margin-bottom: 7%;
	}
	#online .stepArea .step04 {
		background: #D3E5AB url(/assets/img/online/img_step_bk01_sp.png) no-repeat center top;
		background-size: 100%;
		padding: 15% 0 9%;
	}
	#online .stepArea .step04 .stepTtl {
		width: auto;
		margin: 0 5% 6%;
	}
	#online .stepArea .step04 p {
		width: auto;
		margin: 0 5% 7%;
	}
	#online .stepArea .step04 .left {
		width: 88%;
		margin: 0 auto 9%;
	}
	#online .stepArea .step04 .right {
		width: 88%;
		margin: 0 auto ;
	}
	#online .aboutArea.foot .aboutTxt {
		font-size: 21px;
		font-size: 5.6vw;
	}
	
	.yoyaku {
		width: 83%;
		left: 0;
		bottom: 0;
	}
	footer .catchcopy {
		margin-bottom: 22%;
	}
}
