@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */
body {
	color:#454545;
	font-size:1.8rem;
	line-height:26.5px;
	position: relative;
	}

.container{
	width:100%;
	min-width:960px;}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:16px;}

	.container{
		min-width:100%;
		padding-top: 160px;
	}

}


/* ======================================================

	header

========================================================= */
.header{
	border-top: solid #6dbb4e 25px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 0 4px #d6d6d6;
	margin-bottom: 4px;
	width:100%;
}

.headerArea{
	margin:0 auto;
	position: relative;
	width:960px;
}

.header_main_txt {
	font-size: 1.4rem;
	color: #ffffff;
	position: absolute;
	top: -34px;
	left: 0;
	font-weight: normal;
	margin-bottom: 5px;
}

.h_logo{
	float:left;
	padding-top: 15px;
}

.h_logo a:hover{
	opacity:0.7;}

.h_info{
	float:right;
	width: 485px;
	font-size:14px;}

.h_info li{
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

/* clear */
.headerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

@media screen and (max-width:768px){
	.header {
		border-top: none;
		padding: 0;
		box-shadow: none;
		width: 100%;
	}

	.headerArea{
		width:100%;
		height:auto;}

	.h_logo{
		float:none;
		padding-bottom: 15px;
		text-align:center;}

	.h_info{
		width: auto;
		position: absolute;
		top: 5px;
		right: 0;
		padding-right: 50px;
		}

	.h_info li{
		margin-left: 0;
		margin-right: 5px;
	}

	.h_contact_02 {
		display: none !important;
	}

}

@media screen and (max-width: 599px) {

}

@media screen and (max-width: 380px) {
	.h_logo img{
		width:86%;
	}

	.h_contact img {
		display: none;
	}

	.h_contact_02 {
		display: inline-block !important;
	}
}

/* ======================================================

	gnav

========================================================= */
.gnav{
	background: #6dbb4e;
	height: 80px;
	margin-bottom:70px;
}

.gnav ul{
	margin:0 auto;
	width:960px;}

.gnav ul li{
	float:left;
	width: 113px;
	height: 80px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "";
}

.gnav ul li:first-child{
	width: 55px;
}

.gnav ul li a {
	color: #ffffff;
	padding: 29px 0px;
	display: block;
	text-decoration: none;
	}

.gnav ul li:hover {
	background: #f4c81d;
	transition: all 0.3s ease-out;
	}

.gnav ul li a:hover {
	color: #eb613c;
	transition: all 0.3s ease-out;
	}

/* clear */
.gnav ul:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

@media screen and (max-width:768px){
	.sp_gnavArea.sp {
		position: fixed;
		display: block;
		width: 100%;
		background-color: #ffffff;
		z-index: 200;
	}

	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_navi_back {
		background-color: #6dbb4e;
		display: block;
		height: 45px;
		}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index: 300;
		margin-bottom:0;
		background-color:#fff;}

	.sp_gnav li{
		position:relative;
		font-size:1.5rem;
		width: 50%;
		float: left;
	}
	.sp_gnav li:nth-child(2n) {
		border-left: 1px solid #ccc;
	}
	.sp_gnav li:nth-child(2) {
		letter-spacing: -.12em;
	}
	.sp_gnav li a {
		display:block;
		padding:15px 10px 10px;
		border-bottom:1px solid #ccc;
		text-decoration:none;}

	.sp_gnav li:first-child a {
		border-top:1px solid #ccc;
		}

	.sp_gnav li:nth-child(2) a {
		border-top:1px solid #ccc;
		}

	.sp_gnav li a:hover{
		opacity:0.7;}

	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

}

/* gnav_fix */
.gnav_fix {
	position: fixed;
	z-index: 9998;
	top: -200px;
	left: 0;
	width: 100%;
	/*padding: 10px 0 0;*/
	background: rgba(255,255,255,.90);
}
.gnav_fix_box {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.gnav_fix .gnav {
	margin-bottom: 0 !important;
}

.gnav_fix_box .h_info {
	margin-bottom: 15px;
}

.gnav_fix_logo img {
	width: 100%;
	height: auto;}

.gnav_fix_box .gnav li.d_menu:hover ul.d_menu_li {
	z-index: 99999;
	top: 70px;
	visibility: visible;
	opacity: 1;
	border: 2px solid #fff;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.gnav_fix_box .gnav li.d_menu:hover ul.d_menu_li img {
	width: 90%;
	height: auto;
}
.slide-down {
	animation-name: slideDown;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0;
	animation-duration: .5s;
	top: 200px;
}
@keyframes slideDown {

0% {
	top: -150px;
}
100% {
	top: 0;
  }
}
.slide-up {
	animation-name: slideUp;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0;
	animation-duration: .5s;
	top: 0;
}
@keyframes slideUp {
0% {
	top: 0;
}
100% {
	top: -150px;
}
}

/* ======================================================

	mv

========================================================= */
.top_mvArea{
	width: 100%;
}

.top_mvArea img {
	width: 100%;
}

@media screen and (max-width:768px){
}


/* ======================================================

	contents

========================================================= */
.contents{
	margin:0 auto;
	}

.contents_inner{
	margin:0 auto;
	position: relative;
	width:960px;}

.top_anchor {
	margin-top: -200px;
	padding-top: 200px;
}

@media screen and (max-width:768px){
	.contents{
		padding:10px;
		width:100%;}

	.contents_inner{
		width:100%;}

	.top_anchor {
		margin-top: -150px;
		padding-top: 150px;
	}
}

/*right_fix
========================================== */
.top_right_fix {
	position: fixed;
	top: 30%;
	right:0;
	z-index: 100;
}



/*about
========================================== */
.top_about {
	margin: 0 auto 70px;
	position: relative;
}

.top_about::after{
	content: "";
	position: absolute;
	bottom:-140px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #ffffff;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_about p {
	text-align: center;
}

.top_about_ttl_01 {
	margin: 0 auto 20px;
	text-align: center;
}

.top_about_ttl_01 p {
	color: #34aaed;
	font-size: 3.0rem;
	font-weight: bold;
}

.top_about_ttl_01 h2 {
	color: #eb613c;
	font-size: 6.0rem;
	font-weight: bold;
	line-height: 1.6em;
}

.top_about_ttl_01 h2 span {
	color: #454545;
	font-size: 4.0rem;
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (max-width:768px){
	.top_about {
		margin: 0 auto 40px;
	}

	.top_about::after{
		bottom:-109px;
	}

	.top_about_ttl_01 p {
		font-size: 1.6rem;
	}

	.top_about_ttl_01 h2 {
		font-size: 2.4rem;
		line-height: 1.6em;
	}
	.top_about_ttl_01 h2 span {
		font-size: 2.0rem;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width:599px){
	.top_about p {
		text-align: left;
	}

	.top_about_ttl_01 h2 {
		text-align: left;
	}
}

/*service
========================================== */
.top_service {
	background: url(images/service_back.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px 0 40px;
}

.top_service ul {
	overflow: hidden;
	position: relative;
	padding-top: 70px;
}

.top_service ul li {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4em;
	float: left;
	width:220px;
	height:220px;
	background-color:#ffffff;
	border-radius: 50%;
	box-shadow: 4px 4px 0px rgba(69, 69, 69, 0.2);
	margin: 0 20px 0 0;
}
.top_service ul li:nth-child(2n) {
	margin: 0 10px 50px 0;
}
.top_service ul li:nth-child(3n) {
	margin: 0 20px 50px 0;
}
.top_service ul li:nth-child(4n) {
	margin: 0 0px 50px 0;}

.top_service ul li:nth-child(5n) {
	margin: 0 0px 50px 0;}

.top_service ul li:nth-child(6n) {
	margin: 0 0px 50px 0;}

.top_service ul li:nth-child(7n) {
	margin: 0 0px 50px 0;}

.top_service ul li:nth-child(8n) {
	margin: 0 20px 50px 0;}

.top_service ul li:first-child {
	position: absolute;
	left: 0;
	top: 0px;
	width:300px;
	height:300px;
	margin: 0 20px 50px 40px;
}

.top_service ul li:nth-child(2)  {
	line-height: 1.2em;
	margin-left: 400px;}

.top_service ul li:nth-child(3)  {
	line-height: 1.2em;
	margin-left: 55px;}

.top_service ul li:nth-child(4)  {
	margin-left: 0px;}

.top_service ul li:nth-child(5)  {
	margin-left: 20px;}

.top_service ul li:nth-child(6)  {
	margin-left: 20px;}
.top_service ul li:nth-child(7)  {
	margin-left: 20px;}
.top_service ul li:nth-child(8) {
    margin-left: 120px;
}
.top_service ul li dl dt {
	margin-bottom: 5px;
}

.top_service ul li:first-child dl {
	padding-top: 35px;
}
.top_service ul li:nth-child(3) dl {
	padding-top: 30px;
}

.top_service ul li:nth-child(4) dl {
	padding-top: 50px;
}

.top_service ul li:nth-child(5) dl {
	padding-top: 10px;
}

.top_service ul li:nth-child(6) dl{
	padding-top: 33px;
}

.top_service ul li:nth-child(7) dl {
	padding-top: 30px;
}

.top_service ul li:nth-child(8) dl {
	padding-top: 35px;
}

.top_service ul li:nth-child(9) dl {
	padding-top: 9px;
}

.top_service ul li:nth-child(10) dl {
	padding-top: 35px;
}

.top_service h2 {
	text-align: center;
}

@media screen and (max-width:768px){
	.top_service {
		background: none;
		background-color: #fff7d7;
		padding: 20px 0;
		background-size: cover;
		margin-bottom: 0;
	}

	.top_service ul {
		padding: 0 10px;
	}

	.top_service ul li {
		font-size: 1.6rem;
		float: left;
		width: 30%;
		height: 160px;
		background-color: inherit;
		border-radius: inherit;
		box-shadow: none;
		margin: 0;
	}

	.top_service h2{
		margin: 30px 0;
	}

	/*.top_service ul li:first-child {
		position: static;
		width: 50%;
		height: auto;
		text-align: center;
		margin: 0 10px 30px 0;
	}*/
	.top_service ul li:first-child,
	.top_service ul li:nth-child(3),
	.top_service ul li:nth-child(5),
	.top_service ul li:nth-child(7),
	.top_service ul li:nth-child(9){
		width: 50%;
		margin: 10px 0px;
		float: left;}

	.top_service ul li:nth-child(2),
	.top_service ul li:nth-child(4),
	.top_service ul li:nth-child(6),
	.top_service ul li:nth-child(8),
	.top_service ul li:nth-child(10){
		width: 50%;
		margin: 10px 0px;
		float: left;}

	.top_service ul li dl {
		padding-top: 0 !important;}

	.top_service ul li:first-child{
		position: static;
		height: 0px;
		margin-bottom: 80px;}
	.top_service ul li:nth-child(2){margin-bottom: 80px;}
	.top_service ul li:nth-child(7) dl {
		padding-top: 101px;
	}

}

@media screen and (max-width: 599px) {
	.top_service h2 img {
		width: 90%;
	}
	.top_service ul li:first-child {
		position: static;
		width: 50%;
		margin: 0 0px 30px;
	}
	.top_service ul li:nth-child(2){
		width:50%;
		margin: 0 0px 30px;}

	.top_service img:nth-child(7){
		margin-top: 50px;
		float: left;}
}

@media screen and (max-width: 380px) {
	.top_service ul li dl img {
		width: 50%;
	}

	.top_service ul li:nth-child(2) dl img {
		width: 50%;
	}

	.top_service ul li:first-child dl img {
		width: 50%;
	}

	.top_service ul li:first-child{
		height: 120px;
	}

	.top_service ul li:nth-child(2),
	.top_service ul li:nth-child(3),
	.top_service ul li:nth-child(4),
	.top_service ul li:nth-child(5),
	.top_service ul li:nth-child(6),
	.top_service ul li:nth-child(7),
	.top_service ul li:nth-child(8),
	.top_service ul li:nth-child(9),
	.top_service ul li:nth-child(10){
		height: 120px;
	}

}

/* truble
========================================== */
.top_truble {
	position: relative;
	margin: 0 auto 80px;
}

.top_truble h2 {
	padding-top: 40px;
	margin: 0 auto 40px;
	text-align: center;
}

#svg-bg {
	position: absolute;
	width: 100%;
	height: 25%;
	top: 0;
	left: 0;
	z-index: -1;
}

.top_truble_list li {
	margin: 0 auto 50px;
	overflow: hidden;
}

.top_truble_list li:last-child {
	margin: 0 auto;
}

.top_truble_float_left {
	float: left;
	width: 30%;
}

.top_truble_float_right {
	float: right;
	width: 70%;
}

.top_truble_float_right p {
	background: #f1faff;
	padding: 30px 60px;
	border-radius: 10px;
}

.top_truble_float_right img {
	margin-left: 30px;
}

.top_truble_float_left_02 {
	float: left;
	width: 70%;
}

.top_truble_float_right_02 {
	float: right;
	width: 30%;
}

.top_truble_float_right_02 img {
	margin-left: -30px;
}

.top_truble_float_left_02 p {
	background: #f1faff;
	padding: 30px 60px;
	border-radius: 10px;
}

.top_truble_float_left_02 img {
	margin-left: 0px;
}

@media screen and (max-width:768px){
	.top_truble {
		margin: 0 auto 40px;
	}

	.top_truble h2 img {
		width: 100%;
	}

	.top_truble_float_left img {
		width: 100%;
	}

	.top_truble_float_right_02 img {
		margin-left:0;
		width: 100%;
	}

	.top_truble_float_right p {
		padding: 20px;
	}

	.top_truble_float_left_02 p {
		padding: 20px;
	}

	#svg-bg {
		height: 10%;
	}
}

@media screen and (max-width:768px){
	.top_truble_float_left {
		float: none;
		width: 100%;
	}

	.top_truble_float_right {
		float: none;
		width: 100%;
	}

	.top_truble_float_right_02 {
		float: none;
		width: 100%;
	}

	.top_truble_float_left_02 {
		float: none;
		width: 100%;
	}

	.truble_inn_ttl_sp {
		font-size: 1.8rem;
		color: #ffffff;
		background: #eb613c;
		padding: 15px;
		border-radius: 10px;
	}
}

@media screen and (max-width: 380px) {
	#svg-bg {
		height: 6%;
	}
}

/* contact_01
========================================== */
.top_contact_01 {
	position: relative;
	margin: 0 auto;
	background: #d2efff;
	padding: 0 0 30px;
}

.top_contact_01 h2 {
	margin-bottom: 55px;
}

.top_contact_01 h2 img {
	width: 1500px;
}

.top_contact_01_btn p {
	text-align: center;
	font-size: 2.2rem;
	color: #f5732c;
	margin-bottom: 10px;
}

.top_contact_01_btn {
	width: 695px;
}

.contact_lady {
	position: absolute;
	top:  46px;
	right: -25px;
}

@media screen and (max-width:2000px){
	.top_contact_01 h2 img {
		width: 1300px;
	}

}

@media screen and (max-width:1650px){
	.top_contact_01 h2 img {
		width: 1100px;
	}

}

@media screen and (max-width:1240px){
	.top_contact_01 h2 img {
		width: 1000px;
	}
}

@media screen and (max-width:768px){
	.top_contact_01 {
		padding: 10px 0 20px;
	}

	.top_contact_01_btn {
		width: 100%;
		padding: 0 10px;
	}

	.top_contact_01 h2 img {
		width: 100%;
	}

	.top_contact_01_btn img {
		width: 100%;
	}

	.top_contact_01 h2 {
		margin-bottom: 30px;
	}

	.top_contact_01_btn p {
		font-size: 1.8rem;
	}
}

/*comparison
========================================== */
.top_comparison {
	position: relative;
	background: url(images/comparison_back_01.png) no-repeat top 154px center;
	background-size: cover;
	padding: 0 0 30px;
	text-align: center;
}

.top_comparison h2 {
	margin-bottom: 60px;
	background-color: #34aaed;
	text-align: center;
	position: relative;
}

.top_comparison p {
	margin-bottom: 30px;
}

.top_comparison h2 img {
	padding: 30px 0 0;
}

.top_comparison h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #34aaed;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_comparison_txt {
	margin: 0 auto;
	background: url(images/comparison_back_02.png) no-repeat top left 74%;
}

.top_comparison_txt img {
	margin: 0 auto;
}

@media screen and (max-width:2200px){
	.top_comparison_txt {
		background: url(images/comparison_back_02.png) no-repeat top left 64%;
	}

}

@media screen and (max-width:1260px){
	.top_comparison_txt {
		background: url(images/comparison_back_02.png) no-repeat top left 60%;
	}

}

@media screen and (max-width:768px){
	.top_comparison {
		background: none;
		padding: 0;
		margin-bottom: 40px;
		text-align: left;
	}

	.top_comparison_txt {
		background: none;
	}

	.top_comparison_txt img {
		width: 100%;
	}
}


@media screen and (max-width:599px){
	.top_comparison h2 img {
		width: 100%;
	}
}

/*merit
========================================== */
.top_merit {
	position: relative;
	margin: 0 auto 60px;
}

.top_merit h2 {
	margin-bottom: 60px;
	background-color: #6dbb4e;
	text-align: center;
	position: relative;
}

.top_merit h2 img {
	padding: 30px 0;
}

.top_merit h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #6dbb4e;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_merit ul {
	overflow: hidden;
}

.top_merit ul li {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	border: 1px solid #34aaed;
	border-radius: 14px;
	box-sizing: border-box;
	height:  452px
}

.top_merit ul li dl dd{
	padding: 15px 25px;
}


.top_merit ul li:last-child {
	margin: 0
}

@media screen and (max-width:768px){
	.top_merit {
		margin: 0 auto 40px;
	}

	.top_merit ul li {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.top_merit ul li:last-child {
		margin-bottom: 0;
	}

	.top_merit ul li dl dt {
		font-size: 1.8rem;
		color: #ffffff;
		padding:15px 15px 15px 65px;
		border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	}

	.top_merit ul li:first-child dl dt{
		background: url(images/merit_txticon_01_sp.png) no-repeat center left 5px;
		background-color: #34aaed;
		background-size: 54px;
	}

	.top_merit ul li:nth-child(2) dl dt{
		background: url(images/merit_txticon_02_sp.png) no-repeat center left 9px;
		background-color: #34aaed;
		background-size: 46px;
	}

	.top_merit ul li:last-child dl dt{
		background: url(images/merit_txticon_03_sp.png) no-repeat center left 14px;
		background-color: #34aaed;
		background-size: 42px;
	}
}

@media screen and (max-width:599px){
	.top_merit h2 img {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
}
/*plan
========================================== */
.top_plan {
	position: relative;
	margin: 0 auto 0px;
	background-color: #c3e6fa;
	padding-bottom: 60px;
}

.top_plan h2 {
	margin-bottom: 60px;
	background-color: #f5732c;
	text-align: center;
	position: relative;
}

.top_plan h2 img {
	padding: 30px 0;
}

.top_plan h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #f5732c;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_plan_list {
	overflow: hidden;
}

.top_plan_list>li {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
}

.top_plan_list li:last-child {
	margin: 0
}

.top_plan_list li:first-child dt {
	background-color: #38d3ef;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	height: 78px;
	padding-top: 4px;
}

.top_plan_list li:nth-child(2) dt {
	background-color: #d73d3d;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	height: 78px;
	padding-top: 2px;
}

.top_plan_list li:last-child  dt {
	background-color: #fdbf29;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	height: 78px;
	padding-top: 6px;
}

.top_plan_inn_back_01 {
	padding: 15px;
	background-color: #d7f5fb;
	text-align: center;
}

.top_plan_inn_back_02 {
	padding: 15px;
	background-color: #ffe8ed;
	text-align: center;
}

.top_plan_inn_back_03 {
	padding: 15px;
	background-color: #fff6e0;
	text-align: center;
}

.top_plan_list li dl dd img {
	text-align: center;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
}

.top_plan_list li dl dd p {
	padding: 0 25px 15px;
}

.top_plan_inn_info {
	padding: 20px;
	width: 80%;
	margin: 0 auto 15px;
	text-align: center;
	border-radius: 10px;
}

.top_plan_list li:first-child .top_plan_inn_info {
	background-color: #d7f5fb;
}

.top_plan_list li:nth-child(2) .top_plan_inn_info {
	background-color: #ffe8ed;
}

.top_plan_list li:last-child .top_plan_inn_info {
	background-color: #fff6e0;
}

.top_plan_inn_info li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.top_plan_inn_info li:last-child {
	padding-bottom: 0;
	margin-bottom:  0;
	border-bottom: none;
}

.top_plan_contact {
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width:768px){
	.top_plan {
		padding-bottom: 40px;
	}

	.top_plan_list {
		padding: 0 10px;
	}

	.top_plan_list>li {
		float: none;
		width: 100%;
	}

	.top_plan_contact img {
		margin-bottom: 20px;
	}


}

@media screen and (max-width:400px){
	.top_plan h2 img {
		width: 80%;
	}
}

/*deliverydate
========================================== */
.top_deliverydate {
	position: relative;
	margin: 0 auto 0px;
	padding-bottom: 60px;
}

.top_deliverydate h2 {
	margin-bottom: 60px;
	background-color: #34AAED;
	text-align: center;
	position: relative;
}

.top_deliverydate h2 img {
	padding: 30px 0;
}

.top_deliverydate h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #34AAED;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.ttl_delivery{
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	height: 78px;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom:10px;
}

.ttl_delivery.light{background-color: #38D3EF;}
.ttl_delivery.basic{background-color: #D73D3D;}
.ttl_delivery.gold{background-color: #fdbf29;}

@media screen and (max-width:768px){
	.ttl_delivery{
	text-align: center;
	margin-bottom: 1px;
	}
}

@media screen and (max-width:400px){
	.top_deliverydate h2 img {
		width: 80%;
	}
}

/*step
========================================== */
.top_step {
	position: relative;
	margin: 0 auto 60px;
}

.top_step h2 {
	margin-bottom: 60px;
	background-color: #fdbf29;
	text-align: center;
	position: relative;
}

.top_step h2 img {
	padding: 30px 0;
}

.top_step h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #fdbf29;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_step ul {
	overflow: hidden;
}

.top_step ul li {
	margin: 0 auto 60px;
	overflow: hidden;
	position: relative;
}

.top_step ul li::after {
	content: url(images/step_arrow_icon.png);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.top_step ul li:last-child::after {
	content: none;
}

.top_step ul li:last-child {
	margin: 0;
}

.top_step_float_left {
	float: left;
}

.top_step_float_right {
	float: right;
	width: 72%;
}

.top_step_float_right dt {
	font-size: 2.6rem;
	position: relative;
	padding-left: 150px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
}

.top_step ul li:first-child .top_step_float_right dt::before{
	content: url(images/step_01_icon.png);
	position: absolute;
	top: 0;
	left: 0;
}

.top_step ul li:nth-child(2) .top_step_float_right dt::before{
	content: url(images/step_02_icon.png);
	position: absolute;
	top: 0;
	left: 0;
}

.top_step ul li:nth-child(3) .top_step_float_right dt::before{
	content: url(images/step_03_icon.png);
	position: absolute;
	top: 0;
	left: 0;
}

.top_step ul li:nth-child(4) .top_step_float_right dt::before{
	content: url(images/step_04_icon.png);
	position: absolute;
	top: 0;
	left: 0;
}

.top_step ul li:last-child .top_step_float_right dt::before{
	content: url(images/step_05_icon.png);
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:768px){
	.top_step {
		margin: 0 auto 40px;
	}

	.top_step_float_right {
		width: 100%;
		float: none;
	}

	.top_step ul li {
		margin: 0 auto 30px;
		padding-bottom: 30px;
	}

	.top_step ul li:last-child {
		padding-bottom: 0;
	}

	.top_step_float_right dt {
		font-size: 2.0rem;
		position: relative;
		padding-left: 0;
		padding-top: 40px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.top_step h2 img {
		width: 85%;
	}

	.top_step ul li::after {
		bottom: -10px;
	}
	.top_step_float_left {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width:599px){
	.top_step_float_right {
		width: 100%;
		float: none;
	}

	.top_step_float_left {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.top_step_float_left img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.top_step h2 img {
		width: 96%;
	}
}
/*faq
========================================== */
.top_faq {
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #c3e6fa;
}

.top_faq h2 {
	margin-bottom: 60px;
	background-color: #6dbb4e;
	text-align: center;
	position: relative;
}

.top_faq h2 img {
	padding: 30px 0;
}

.top_faq h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #6dbb4e;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_faq ul li {
	margin: 0 auto 30px;
	background: url(images/faq_list_back.png) no-repeat top center;
}

.top_faq ul li:last-child {
	margin: 0 auto;
}

.top_faq ul li dl dt {
	color: #ffffff;
	font-size: 1.8rem;
	padding: 28px 20px  28px 80px;
	position: relative;
}

.top_faq ul li dl dt::before {
	content: url(images/faq_q.png);
	position: absolute;
	top: 20px;
	left: 25px;
}

.top_faq ul li dl dd {
	font-size: 1.8rem;
	padding: 23px 20px  23px 100px;
	position: relative;
}

.top_faq ul li dl dd::before {
	content: url(images/faq_a.png);
	position: absolute;
	top: 22px;
	left: 45px;
}

@media screen and (max-width:768px){
	.top_faq {
		padding-bottom: 40px;
	}

	.top_faq ul {
		padding: 0 10px;
	}

	.top_faq ul li {
		background: none;
	}

	.top_faq ul li dl dt {
		background-color: #fdbf29;
		font-size: 1.6rem;
		padding: 28px 10px 28px 60px;
	}

	.top_faq ul li dl dd {
		font-size: 1.6rem;
		padding: 28px 10px 28px 60px;
		background-color: #ffffff;
	}

	.top_faq ul li dl dd::before {
		left: 15px;
	}

	.top_faq ul li dl dt::before {
		left: 15px;
	}
}

@media screen and (max-width:599px){
	.top_faq h2 img {
		width: 80%;
	}
}
/*contact_02
========================================== */
.top_contact_02 {
	position: relative;
	margin: 0 auto;
	background: url(images/contact_02_back.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 60px;
	text-align: center;
}

.top_contact_02 h2 {
	margin-bottom: 60px;
	background-color: #34aaed;
	text-align: center;
	position: relative;
}

.top_contact_02 h2 img {
	padding: 30px 0;
}

.top_contact_02 h2::after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 40px solid #34aaed;
	border-right: 60px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 60px solid transparent;
}

.top_contact_02 p {
	font-size: 2.2rem;
	margin: 0 auto 30px;
	padding-left: 94px;
}

.top_contact_02_tel {
	margin: 0 auto 10px;
}

@media screen and (max-width:768px){
	.top_contact_02 {
		padding-bottom: 20px;
	}

	.top_contact_02_btn {
		width: 100%;
		padding: 0 10px;
	}

	.top_contact_02_tel {
		width: 100%;
	}

	.top_contact_02_btn img {
		width: 100%;
	}

}

@media screen and (max-width:599px){
	.top_contact_02_tel img {
		width: 80%;
	}

	.top_contact_02 p {
		font-size: 1.6rem;
		margin: 0 auto 20px;
		padding-left: 0;
	}

	.top_contact_02 h2 img {
		width: 80%;
	}
}

/* news
========================================== */
.top_newsArea{}

.top_news_list{
	margin-bottom:30px;}

.top_news_list dl{
	border-bottom:1px solid #ccc;}

.top_news_list dt,
.top_news_list dd{
	display:table-cell;
	vertical-align:top;
	padding:10px;}

.top_news_list dt{
	width:100px;}

.top_news_list dd a{
	color:#333;
	text-decoration:none;}

.top_news_list dd a:hover{
	opacity:0.7;}

@media screen and (max-width:768px){
	.top_news_list dt,
	.top_news_list dd{
		display:block;
		width:100%;}

	.top_news_list dt{
		padding:10px 10px 0 10px;}

}



/* ======================================================

	footer

========================================================= */
#footer{
	width:100%;
	background: url(images/f_back.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 30px;
	color:#fff;}

.footerArea{
	margin:0 auto;
	width:960px;
}

/* clear */
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

.f_logo{
	float:left;
	width:530px;
	}

.f_logo dt{
	margin-bottom:30px;}

.f_logo dt a:hover{
	opacity:0.7;}

.f_logo dd{
	margin-bottom:10px;
}

.f_tel{
	margin-bottom:20px !important;
}

.fnav{
	float:right;
	width: 44%;
}

.fnav li{
	margin-bottom:15px;
	font-size:1.8rem;
}

.fnav li a{
	text-decoration:none;
	color: #454545;
	text-shadow: 1px 2px 3px #ffffff;
}

.fnav li a:hover{
	color: #6dbb4e;
}

.fnav li:first-child {
	margin-left: 30px;
}

.fnav li:nth-child(2) {
	margin-left: 60px;
}

.fnav li:nth-child(3) {
	margin-left: 90px;
}

.fnav li:nth-child(4) {
	margin-left: 120px;
}

.fnav li:nth-child(5) {
	margin-left: 150px;
}

.fnav li:nth-child(6) {
	margin-left: 180px;
}

.fnav li:nth-child(7) {
	margin-left: 210px;
}

.fnav li:nth-child(8) {
	margin-left: 240px;
}

.fnav li:last-child {
	margin-left: 270px;
}

@media screen and (max-width: 768px) {
	#footer{
		background: none;
		padding-top: 0;
		background-color: #6dbb4e;
		}

	.footerArea{
		width:100%;}

	.f_logo{
		float:none;
		padding:10px 10px;
		width:100%;
		text-align:center;}

	.fnav{
		float:none;
		width:100%;
		margin-left:0;
		border-top:1px solid #fff;}

	.fnav li{
		padding-left:15px;
		background: url(images/arrow_fnav.png) left 10px center no-repeat;
		font-size: 1.6rem;
		border-bottom:1px solid #fff;
		margin-left: 0 !important;
		margin-bottom: 0;
	}

	.fnav li a{
		display:block;
		padding:10px 10px 10px 20px;
		color: #ffffff;
		text-shadow: none;
		min-height:25px;}

	.fnav li a:hover{
		color: #ffffff;
		text-decoration: underline;
	}

}

@media screen and (max-width: 420px) {
	.footerArea img{
		width:85%;
	}

	.footerArea .f_tel img{
		width:70%;
	}

}



/* ==============================================

	copyright

================================================= */
.copyright{
	clear:both;
	padding:10px;
	font-size:14px;
	width: 960px;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	.copyright {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}

}

/* =======================================

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 17px 20px;
	background-color: rgba(255, 173, 51, 0.8);
}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;}
}


/* =======================================

	topicPath

========================================== */
#topicPath{
	padding:4px 0 0 10px;
	min-height:20px;
	font-size:16px;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li a {
	color:#6B7B0F;}

#topicPath li a:hover{
	color:#A6BF70;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:13px 0 0 10px;
		min-height:20px;
		font-size:16px;}
}

/* sub_mv
===================================*/
.sub_mvArea {
    position: relative;
    z-index: 1;
    clear: both;
    padding: 100px 0;
    text-align: center;
}
.sub_mvArea h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .5em;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
}
.sub_mvArea.company {
    background: url(images/sub_mv_company.jpg) no-repeat;
    background-size: cover;
}
.sub_mvArea.contact {
    background: url(images/sub_mv_contact.jpg) no-repeat;
    background-size: cover;
}
.sub_mvArea.delivery_date {
    background: url(images/sub_mv_delivery_date.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-width:768px){
	.sub_mvArea {
		padding: 50px 0;
	}
	.sub_mvArea h2 {
		font-size: 2.4rem;
		letter-spacing: .2em;
	}

}
