@charset "UTF-8";
/* css Services [top] */

@import url("../content.css");
@import url("../layout.css");
@import url("main.css");

/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 16px;
}

.sectMain {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.sectMain .sectbox {
	margin: 0 auto;
	height: auto;
}
	
.textbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	text-align: left;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* Plans Banners Navigation Area */
/*---------------------------------------------------- */
#plans-banners {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	position: relative;
}

/* Head-Title */
#plans-banners > .h-title > h3 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#plans-banners > .h-title > h3:before, #plans-banners > .h-title > h3:after {
	content: "";
	border-top: 2px solid #007f2a;
	flex-grow: 1;
}

#plans-banners > .h-title > h3:before {
	margin-right: 1rem;
}

#plans-banners > .h-title > h3:after {
	margin-left: 1rem;
}

/* Banners */
#plans-banners > div:not(.h-title) {
	width: 100%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#plans-banners > div:not(.h-title) > figure {
	width: calc(50% - 1px);
	min-height: 280px;
	max-height: 320px;
	margin: 0 0 2px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#plans-banners > div:not(.h-title) > figure:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

#plans-banners > div:not(.h-title) > figure img {
	min-width: 100px;
	max-width: 100%;
	min-height: 340px;
	max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%';
}

#plans-banners > div:not(.h-title) > figure figcaption {
	font-size: 0;
	text-align: center;
	width: 90%;
	min-width: 240px;
	max-width: 460px;
	height: 230px;
	min-height: 230px;
	max-height: 300px;
	margin: auto;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#plans-banners > div:not(.h-title) > figure figcaption h4 {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 .5em;
	padding: 0;
}

#plans-banners > div:not(.h-title) > figure figcaption h5 {
	color: #990356;
	font: normal 600 28px/1 "Open Sans", "Lucida Grande", Arial, sans-serif;
	margin: 0 0 .5em;
	padding: 0;
}

#plans-banners > div:not(.h-title) > figure figcaption p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#plans-banners > div:not(.h-title) > figure figcaption p small {
	color: #f6718f;
	font-size: 13px;
	font-weight: 600;
	display: block;
}

#plans-banners > div:not(.h-title) > figure figcaption a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	width: 9em;
	margin: 0 auto;
	padding: .5em 1.5em;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	background-color: #0aa724;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#plans-banners > div:not(.h-title) > figure figcaption a:hover {
	color: #fff;
	background-color: #007021;
	padding-right: 2em;
	padding-left: 2em;
}
		
#plans-banners > div:not(.h-title) > figure figcaption a > i {
	margin-left: 7px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	margin: 0 auto;
	height: auto;
}

.waku_area .areabox  {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_area .areabox .photo_area img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== h5 ==*/
.waku_area .areabox .photo-title {
	margin: 0 auto;
	height: auto;
}

.waku_area .areabox .photo-title h5 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
.sectMain {
	padding: 0;
	width: 98%;
}

.sectMain .sectbox {
	padding: 25px 0 15px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 20px;
	width: 97%;
}

.textbox p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	width: 100%;
	text-align: center;
}

.waku_area .areabox  {
	padding: 5px 0 20px 0;
	margin: 0 1.2%;
	width: 47.2%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}

/*== h5 ==*/
.waku_area .areabox .photo-title {
	padding: 14px 0 0 0;
	width: 98%;
}

.waku_area .areabox .photo-title h5 {
	font-size: 19px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 15px;
}

.sectMain {
	padding: 0;
	width: 97%;
}

.sectMain .sectbox {
	padding: 25px 0 10px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 15px;
	width: 96%;
}

.textbox p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Plans Banners Navigation Area */
/*---------------------------------------------------- */
#plans-banners {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	position: relative;
}

/* Head-Title */
#plans-banners > .h-title > h3 {
	font-size: 30px;
}

/* Banners */
#plans-banners > div:not(.h-title) > figure figcaption {
	padding: 20px;
}

#plans-banners > div:not(.h-title) > figure figcaption h4 {
	font-size: 24px;
}

#plans-banners > div:not(.h-title) > figure figcaption h5 {
	font-size: 26px;
}

#plans-banners > div:not(.h-title) > figure figcaption p {
	font-size: 15px;
}

#plans-banners > div:not(.h-title) > figure figcaption a {
	font-size: 15px;
	bottom: 20px;
}

/* Special @media */
@media all and (max-width: 698px)  {
	/* Head-Title */
	#plans-banners > .h-title > h3 {
		font-size: 27px;
	}
	
	/* Banners */
	#plans-banners > div:not(.h-title) {
		width: 100%;
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-flex-direction: row; 
		-ms-flex-direction: row; 
		flex-direction: column;
		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap; 
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#plans-banners > div:not(.h-title) > figure {
		width: 100%;
		min-height: 240px;
		margin: 0 0 2px;
		padding: 0;
		position: relative;
	}
	
	#plans-banners > div:not(.h-title) > figure:nth-last-child(-n + 2) {
		margin-bottom: 2px;
	}
	
	#plans-banners > div:not(.h-title) > figure:last-child {
		margin-bottom: 0;
	}
	
	#plans-banners > div:not(.h-title) > figure img {
		min-width: 320px;
		min-height: 240px;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%';
	}
	
	#plans-banners > div:not(.h-title) > figure figcaption {
		width: 80%;
		min-width: 80%;
		max-width: 80%;
		height: 180px;
		min-height: 180px;
		max-height: 180px;
		padding: 20px;
	}
	
	#plans-banners > div:not(.h-title) > figure figcaption h4 {
		font-size: 20px;
	}
	
	#plans-banners > div:not(.h-title) > figure figcaption h5 {
		font-size: 22px;
	}
	
	#plans-banners > div:not(.h-title) > figure figcaption p {
		font-size: 14px;
	}
	
	#plans-banners > div:not(.h-title) > figure figcaption a {
		font-size: 14px;
		bottom: 20px;
	}

}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	width: 100%;
	text-align: center;
}

.waku_area .areabox  {
	padding: 0 0 20px 0;
	margin: 0 1.0%;
	width: 47.2%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}

/*== h5 ==*/
.waku_area .areabox .photo-title {
	padding: 12px 0 0 0;
	width: 98%;
}

.waku_area .areabox .photo-title h5 {
	font-size: 17px;
}


}
 
/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 14px;
}

.sectMain {
	padding: 0;
	width: 97%;
}

.sectMain .sectbox {
	padding: 25px 0 5px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 10px;
	width: 96%;
}

.textbox p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Plans Banners Navigation Area */
/*---------------------------------------------------- */
#plans-banners {
	width: 100%;
	padding: 30px 0 0;
}

/* Head-Title */
#plans-banners > .h-title > h3 {
	font-size: 22px;
	margin: 0 0 30px;
}

#plans-banners > .h-title > h3 .mobile-none {
	display: none;
	visibility: hidden;
}

#plans-banners > .h-title > h3 .mobile {
	display: block !important;
	visibility: visible !important;
}

/* Banners */
#plans-banners > div:not(.h-title) {
	width: 100%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: column;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#plans-banners > div:not(.h-title) > figure {
	width: 100%;
	min-height: 250px;
	margin: 0 0 2px;
	padding: 0;
	position: relative;
}

#plans-banners > div:not(.h-title) > figure:nth-last-child(-n + 2) {
	margin-bottom: 2px;
}

#plans-banners > div:not(.h-title) > figure:last-child {
	margin-bottom: 0;
}

#plans-banners > div:not(.h-title) > figure img {
	min-width: 320px;
	min-height: 260px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

#plans-banners > div:not(.h-title) > figure figcaption {
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	padding: 20px;
}

#plans-banners > div:not(.h-title) > figure figcaption h4 {
	font-size: 20px;
}

#plans-banners > div:not(.h-title) > figure figcaption h5 {
	font-size: 22px;
}

#plans-banners > div:not(.h-title) > figure figcaption p {
	font-size: 14px;
}

#plans-banners > div:not(.h-title) > figure figcaption p small {
	color: #f6718f;
	font-size: 12px;
	font-weight: 600;
	display: block;
}


#plans-banners > div:not(.h-title) > figure figcaption a {
	font-size: 14px;
	bottom: 20px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	width: 100%;
	text-align: center;
}

.waku_area .areabox  {
	padding: 0 0 15px 0;
	margin: 0 0.6%;
	width: 47.6%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}

/*== h5 ==*/
.waku_area .areabox .photo-title {
	padding: 10px 0 0 0;
	width: 98%;
}

.waku_area .areabox .photo-title h5 {
	font-size: 15px;
}


}