@charset "utf-8";
/* CSS Document */

/*---リセットCSS---*/
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
html{
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic",Meiryo, sans-serif;
	font-style:normal;
	line-height:1.5;
	font-size:100%;
}
a {
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
img {
	max-width:100%;
	vertical-align:middle;
	border:0;
	margin-bottom:8px;
}
a img {
	border:none;
}
p,ul,ol,dl,table,pre {
	margin-top:0;
	margin-bottom:0;
	clear:both;
}
input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*---end リセットCSS---*/

/*---共通　レイアウト---*/

body {
	max-width: 960px;
	width:100%;
	text-align: left;
	line-height: 1.5;
	margin:0 auto;
	background: #FFF;
}
#container {
	margin: 0 auto;
	padding: 0 30px 0;
	width: 960px;
	clear: both;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a:link {
	color: #191970;
	text-decoration: none;
}
a:hover {
	color: #0000cd;
	text-decoration: underline;
}
a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.space10{
	clear:both;
	height:10px;
}
.space20{
	clear:both;
	height:20px;
}
.space30{
	clear:both;
	height:30px;
}
.space50{
	clear:both;
	height:50px;
}
h1{
	font-size: 48px;
	line-height: 1;
}
h2{
	font-size: 24px;
	line-height: 2;
	color: #191970;
	clear: both;
	margin-bottom: 10px;
}
h3{
	font-size: 24px;
	line-height: 1.3333;
	color: #000;
}
h4,h5{
	font-size: 16px;
	line-height: 1.5;
}

/*---end　共通　レイアウト---*/

/*---トップページ　レイアウト---*/

header{
	padding: 10px 0;
}
.headerline01{
	width: auto;
	height: 3px;
	background-color: #bdf6de;
	margin-bottom: 3px
}
.headerline02{
	width: auto;
	height: 12px;
	background-color: #bdf6de;
	margin-bottom: 3px
}
#main{
	margin: 0;
	width: 100%
}
nav{
	margin-bottom: 20px;
}
.index_nav{
	float: right;
	clear: both;
}
.login_btn{
	float: right;
	margin: 0 15px;
	width: 160px;
	height: 40px;
	text-align: center;
	background-color: #169862;
	border: none;
	transition: 0.5s;
}
.login_btn a{
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	display: block;
}
.login_btn:hover{
	border: 2px solid #169862;
	background-color: #e3fbf1;
}
.login_btn a:hover{
	color: #169862;
	line-height: 1.8;
}
.index_nav ul{
	float: left;
	clear: both;
}
.index_nav ul li{
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 2;
	/*margin: 5px;*/
}
.index_nav ul a li{
	display: block;
}
#maincontent{
	width: 100%;
	padding: 20px　0;
	clear: both;
	overflow: hidden;
}
.subcontent_text_area{
	width: 100%;
}
.subcontent_merit{
	width: 660px;
	padding: 0;
	float: right;
}
.subcontent_text_area p{
	font-size: 20px;
}
.support_area{
	widows: 100%;
	padding: 20px;
	/*background-color: #ffc7b3;*/
	overflow: hidden;
	border: solid 1px #e36e1e;
	border-radius: 20px;
}
.support_text_area{
	width: 50%;
	float: right;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.8;
	color: #191970;
	height: 377px;
	padding-top: 30px;
}
.support_area img{
	float: left;
	width: 400px;
}
.merit_area{
	clear: both;
	width: 100%;
	text-align: center;
}
.merit_title{
	clear: both;
	width: 340px;
	height: 50px;
	background-color:#148958;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.083;
	border-radius: 25px;
	margin-bottom: 10px;
}
.merit_text{
	font: 500 18px "Osaka-mono", "MS Gothic", "monospace";
	line-height: 2;
}
.merit_text span {
	font-weight: bold;
}
.guidance_area{
	width: 100%;
	padding: 20px;
	overflow: hidden;
	border: dotted 2px #148958;
	border-radius: 20px;
}
.guidance_area img{
	float: left;
	width: 150px;
}
.guidance_text{
	width: 78%;
	float: right;
	padding-top: 20px;
}
.guidance_text p{
	
	font-size: 26px;
	font-weight: 500;
	line-height: 2;
	color: #191970;
}
.addition{
	font-size: 12px;
}
.inquiry_area{
	width: 860px;
	border-color: #169862;
	border:  #169862 2px solid;
	text-align: center;
	padding: 30px;
	overflow: hidden;
	margin: auto;
}
.inquiry_text_area{
	float: left;
	/*padding: 30px;*/
}
.inquiry_area_btn{
	margin: 24px 0;
}
.inquiry_area_img{
	float: right;
}
footer{
	width: auto;
	height: 30px;
	text-align: center;
	background-color: #bdf6de;
	margin: 0;
	margin-top: auto;
}
footer p{
	color: #191970;
	line-height: 2;
}

/*---end　トップページ　レイアウト---*/

