@charset "utf-8";

.contents { border-top: 5px solid #eee;}
.service_footer_nav_logo { max-width: 180px;}
.header_nav-list a { color: #000;}
.btn_contact a { color: #fff; border-color: #2d8e5d; background-color: #2d8e5d;}
.header_nav-list_login a:before,
.service_footer_nav_login a:before { background-image: url(/service/img/ico_login2.png);}


/* topimage ------------------------------- */
.topimage {
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
}
@media screen and (min-width:737px){
	/* PC */
	.topimage:before {
		content:"";
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		height: 100%;
    width: 370px;
    margin-left: 110px;
		background-image:url(./../img/topimage.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: cover;
		z-index: 1;
	}
}
@media screen and (max-width:736px){
	/* smp */
	.topimage {
		background-image:url(./../img/topimage_smp.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: cover;
	}
}
.topimage_wrap {
	position: relative;
	width: 600px;
	text-align: center;
	z-index: 2;
}
.topimage_catch {
	font-size: 170%;
	padding-top: 60px;
}
.topimage_catch em {
	color: #339966;
	padding-right: 12px;
}
.topimage_title {
    padding-top: 50px;
    padding-bottom: 80px;
}
.topimage_title img {
	width: 90%;
	height: auto;
	max-width: 410px;
}
.topimage_menu {
	width: 90%;
	padding-bottom: 50px;
	margin: 50px auto 0;
	list-style-type: none;
}
.topimage_menu:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.topimage_menu_sumple {
	float: left;
	width: 54%;
}
.topimage_menu_contact {
	float: right;
	width: 44%;
}
.topimage_menu_set {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 35px;
}
.topimage_menu_sumple a,
.topimage_menu_contact a {
	display: block;
	color: #fff;
	font-size: 130%;
	text-decoration: none;
	border-radius: 2px;
	padding: 17px 0 18px;
	white-space: nowrap;
}
.topimage_menu_sumple  a { background-color: #339966;}
.topimage_menu_contact a { background-color: #002060;}
.topimage_menu_set a {
	font-size: 120%;
}
@media screen and (max-width:736px){
	.topimage_wrap {
		width: inherit;
		background-color: #fff;
		margin: 20px;
	}
	.topimage_catch {
		font-size: 4vw;
		padding-top: 8vw;
	}
	.topimage_title {
		font-size: 10vw;
		padding-top: 7vw;
	}
	.topimage_menu {
		margin-top: 8vw;
	}
	.topimage_menu_sumple,
	.topimage_menu_contact {
		float: none;
		width: 90%;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	.topimage_menu_sumple a,
	.topimage_menu_contact a {
		font-size: 5vw;
	}
	.topimage_menu_set {
		padding-top: 5vw;
		padding-bottom: 8vw;
	}
	.topimage_menu_set a {
		font-size: 4vw;
	}

}

/* section ------------------------------- */
.sec_left .wrap:after,
.sec_right .wrap:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sec_left .wrap,
.sec_right .wrap,
.sec_movie .wrap,
.sec_smple .wrap,
.sec_price .wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (min-width:737px){
	.sec_left  .sec_txt { float:  left; width: 63%;}
	.sec_left  .sec_img { float: right; width: 32%;}
	.sec_right .sec_txt { float: right; width: 63%;}
	.sec_right .sec_img { float:  left; width: 32%;}
	.sec02 .sec_txt { width: 55%;}
	.sec02 .sec_img { width: 40%;}
	.sec03 .sec_txt { width: 52%;}
	.sec03 .sec_img { width: 45%;}
	.sec04 .sec_txt { width: 52%;}
	.sec04 .sec_img { width: 42%;}
}
@media screen and (max-width:736px){
	.sec_txt { width: 90%; margin: 0 auto;}
	.sec_img { width: 70%; margin: 0 auto 20px;}
	.sec01 .sec_img { margin-top: 30px;}
	.sec04 .sec_img { width: 80%;}
}
.sec_title {
	display: block;
	width: 11em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2rem;
	line-height: 120%;
	text-align: center;
	border-bottom: 3px solid #339966;
	padding: 0 15px 10px;
	margin: 0 auto 50px;
}
.sec_title span {
	display: inline-block;
	font-size: 70%;
	padding-left: 10px;
}
.sec_subtitle {
	font-size: 180%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 120%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.sec_txt p {
	font-size: 105%;
	font-weight: bold;
	line-height: 180%;
}
.sec_txt em {
	color: #339966;
}
.sec_img {
	text-align: center;
}
.sec_img img {
	width: 100%;
}
@media screen and (max-width:736px){
	.sec_title {
		width: inherit;
		font-size: 7vw;
		border-bottom-width: 4px;
		padding: 0 15px 10px;
		margin: 0 20px 20px;
	}
	.sec_subtitle {
		font-size: 5.6vw;
	}
	.sec_txt p {
		font-size: 95%;
	}
}
.sec01 {
	background-color: #f3f3f3;
}
.sec02,
.sec03,
.sec04 {
	position: relative;
	overflow: hidden;
}
.sec02:before,
.sec03:before,
.sec04:before {
	content:"";
	position: absolute;
	top: 50%;
	margin-top: -50%;
	display: block;
	width: 40%;
	height: auto;
	padding-top: 100%;
	background-color: #e2f0d9;
	z-index: -1;
}
.sec02:before {
	right: 50%;
	margin-right: 25%;
	transform:         rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
.sec03:before {
	left: 50%;
	margin-left: 25%;
	transform:         rotate(15deg);
	-webkit-transform: rotate(15deg);
}
.sec04:before {
	right: 50%;
	margin-right: 35%;
	transform:         rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
@media screen and (max-width:736px){
	.sec02:before,
	.sec03:before,
	.sec04:before {
		margin-top: -100%;
		width: 100%;
		padding-top: 200%;
	}
}

.sec_point {
	list-style-type: none;
}
.sec_point:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sec_point li {
	float: left;
	padding-bottom: 70px;
}
.sec_point li:nth-child(odd) { clear: both; width: 52%; padding-right: 5%}
.sec_point li:nth-child(even){ width: 43%;}
.sec_point_title {
	font-size: 180%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 120%;
	padding-bottom: 20px;
}
.sec_point_txt {
	font-size: 105%;
	font-weight: bold;
	line-height: 180%;
}
.sec_point_txt span {
	display: block;
	font-size: 90%;
	font-weight: normal;
	line-height: 140%;
	padding-top: 5px;
}
@media screen and (max-width:736px){
	.sec_point {
		width: 90%;
		margin: 30px auto 0;
	}
	.sec_point li {
		float: none;
		padding-bottom: 60px;
	}
	.sec_point li:nth-child(odd),
	.sec_point li:nth-child(even){
		width: 100%;
		padding: 0 0 40px;
	}
	.sec_point_title {
		font-size: 5.5vw;
		padding-bottom: 10px;
	}
	.sec_point_txt {
		font-size: 95%;
		line-height: 150%;
	}
	.sec_point_txt span {
		font-size: 80%;
	}
}

/* movie ------------------------------- */
.sec_movie  {
	text-align: center;
	background-color: #e2f0d9;
}
@media screen and (max-width:736px){
	.sec_movie_wrap iframe {
		width: 96%;
		height: auto;
		min-height: 300px;
	}
}
/* sample ------------------------------ */
.sec_sample {
	background-color: #f3f3f3;
	padding: 50px 0;
}
.sec_sample:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sec_sample img { width: 100%;}
.sec_sample_img {
	float: left;
	width: 64%;
}
.sec_sample_txt {
	float: right;
	width: 32%;
	padding-top: 10%;
}
@media screen and (max-width:736px){
	.sec_sample_img {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.sec_sample_txt {
		float: none;
		width: 80%;
		margin: 0 auto;
		padding-top: 10px;
	}
}

/* price ------------------------------- */
.sec_price {
	text-align: center;
}
.sec_price .sec_title {
	width: 60%;
	min-width: 14em;
	box-sizing: border-box;
}
.sec_price_detail {
	position: relative;
	clear: both;
	width: 60%;
	min-width: 28em;
	margin: -30px auto 0;
	list-style-type: none;
	overflow: hidden;
}
.sec_price_detail:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sec_price_detail:before {
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: auto;
	background-color: #ccc;
	padding-top: 100%;
}
.sec_price_detail_initial,
.sec_price_detail_monthly,
.sec_price_detail_contact,
.sec_price_detail_set {
	font-family: 'Noto Sans JP', sans-serif;
}
.sec_price_detail_initial {
	float: left;
	width: 50%;
}
.sec_price_detail_monthly {
	float: right;
	width: 50%;
}
.sec_price_detail_initial,
.sec_price_detail_monthly {
	font-size: 120%;
}
.sec_price_detail_initial em,
.sec_price_detail_monthly em {
	display: block;
	font-size: 200%;
}
.sec_price_detail_contact {
	padding-top: 40px;
}
.sec_price_detail_contact a {
    display: inline-block;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    text-decoration: none;
    background-color: #002060;
    padding: 18px 3em 20px;
    border-radius: 2px;
}
.sec_price_detail_notice {
	font-size: 90%;
	padding-top: 50px;
}
.sec_price_detail_notice em {
}
.sec_price_detail_set {
	width: 60%;
	min-width: 28em;
	font-size: 120%;
	text-align: right;
	border-top: 2px solid #ccc;
	padding-top: 50px;
	margin: 30px auto 20px;
}
@media screen and (max-width:736px){
	.sec_price .sec_title {
		width: 90%;
		min-width: inherit;
	}
	.sec_price_detail {
		width: 90%;
		min-width: inherit;
		margin: 0 auto;
	}
	.sec_price_detail_initial,
	.sec_price_detail_monthly {
		font-size: 4vw;
	}
	.sec_price_detail_initial em,
	.sec_price_detail_monthly em {
		font-size: 7.8vw;
		padding-top: 5px;
	}
	.sec_price_detail_contact a {
		font-size: 4.4vw;
	}
	.sec_price_detail_notice {
		font-size: 90%;
		padding-top: 40px;
	}
	.sec_price_detail_notice em {
		display: block;
		padding-bottom: 5px;
	}
	.sec_price_detail_set {
		width: 90%;
		min-width: inherit;
		font-size: 4vw;
		text-align: center;
		border-top: none;
		padding-top: 40px;
		margin: 0 auto;
	}
}





