@charset "UTF-8";

/*  reset  */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
article,aside,figure,footer,header,small,nav,section {
	margin:0;
	padding:0;
	border:none;
	display:block;
	list-style:none;
	background-color:transparent;
	font-size:100%;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1;
	font-size:100%;
	font-weight:normal;
}
ul,ol {
	list-style-type:none;
}
dt,dd,li,
textarea {
	text-align:left;
	vertical-align:top;
	line-height:1;
}
th, td {
	line-height:1.3;
}
button {
	background-color:transparent;
	cursor:pointer;
	outline:none;
}
label {
	cursor:pointer;
}
img {
	line-height:1;
	vertical-align:bottom;
	width:100%;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}
strong,em {
	font-weight:bold;
}
table {
	border-collapse:collapse;
}
table th,
table td {
	font-weight:normal;
}

/*  clearfix  */
.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}


/* body
-------------------------------------------------*/
body {
	font-family: 'Noto Sans Japanese';
	font-size: 15px;
	line-height: 2;
	color: #000;
	-webkit-text-size-adjust: 100%;
}


/* #wrapper
-------------------------------------------------*/
#wrapper {
	width: 100%;
	min-width: 942px;
	margin: 0 auto;
}


/* #header
-------------------------------------------------*/
#header {
	width: 100%;
	min-width: 942px;
	height: 580px;
	background: url(../img/mainvisual.jpg) center top no-repeat;
	background-size: cover;
}
#header .hinner {
	width: 942px;
	margin: 0 auto;
}
#header h1 {
	font-size: 22px;
	font-weight: bold;
	color: #35519f;
	padding-bottom: 65px;
}
#header h1 .logo {
	width:202px;
	padding: 115px 0 50px;
}
#header h1 .title {
	width:580px;
	padding-bottom: 35px;
}
#header p a {
	display: block;
	width: 380px;
	height: 60px;
	border: 3px solid #35519f;
	border-radius: 6px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	color: #35519f;
}
#header p a span {
	background: url(../img/icon1.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 40px;
}
#header p a:hover {
	background-color: #b2db52;
}


/* #main
-------------------------------------------------*/
#main {
	width: 100%;
	min-width: 942px;
	background: url(../img/bg_main.png) center top repeat;
}
#main .minner {
	width: 942px;
	margin: 0 auto;
	padding: 65px 0;
}
#main h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#main .copy {
	width: 730px;
	margin: 0 auto 30px;
	text-align: center;
}
#main .flow {
	width: 942px;
	height: 1200px;
	background: url(../img/bg_flow.png) center top no-repeat;
	position: relative;
}
#main .flow h3 {
	position: absolute;
	left: 439px;
	top: 45px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#main .flow h4 {
	text-align: center;
	width: 350px;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 18px;
}
#main .flow p {
	width: 350px;
	font-size: 14px;
	line-height: 2;
}
#main .flow ul li {
	position: absolute;
}
#main .flow ul .no1 {
	left: 24px;
	top: 205px;
}
#main .flow ul .no2 {
	left: 568px;
	top: 297px;
}
#main .flow ul .no3 {
	left: 24px;
	top: 488px;
}
#main .flow ul .no4 {
	left: 568px;
	top: 586px;
}
#main .flow ul .no5 {
	left: 24px;
	top: 768px;
}
#main .flow ul .no6 {
	left: 568px;
	top: 865px;
}
#main .flow ul .no7 {
	left: 24px;
	top: 1055px;
}


/* #select
-------------------------------------------------*/
#select {
	width: 100%;
	min-width: 942px;
	background-color: #35519f;
}
#select .sinner {
	width: 942px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
#select h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
}
#select h2 img {
	width: 72px;
	padding-bottom: 30px;
}
#select .copy {
	width: 785px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
}

#select .searchbox {
	width: 942px;
	background-color: #fff;
	padding: 20px 0 0 40px;
	border-radius: 10px;
	box-sizing: border-box;
}
#select .searchbox dl {
	padding-bottom: 20px;
	font-size: 0;
}
#select .searchbox dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #35519f;
	padding: 5px 0 15px;
}
#select .searchbox dl dd .button {
	display: inline-block;
	color: #fff;
	background-color: #cbcbcb;
	margin:0 4px 4px 0;
	text-align: center;
	border: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
}
#select .searchbox dl dd .button.is-checked,
#select .searchbox dl dd .button:hover{
	background-color: #35519f;
}
#select .searchbox dl dd .area .button {
	width: 68px;
	height: 40px;
	line-height: 40px;
}
#select .searchbox dl dd .service .button {
	width: 141px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}
#select .arr {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 auto 10px;
}

#select .list {
	width: 942px;
	height: 275px;
	margin-bottom: 30px;
	font-size: 0;
}
#select .list .left {
	width: 515px;
	height: 275px;
	background-color: #fff;
	padding: 35px 30px 15px 35px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#select .list .left h3 {
	font-size: 22px;
	font-weight: bold;
	color: #35519f;
	padding-bottom: 15px;
}
#select .list .left p {
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 15px;
}
#select .list .left img {
	float: right;
	width: 115px;
	padding: 0 0 15px 20px;
}
#select .list .left ul {
	clear: both;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	display: table;
	width: 100%;
}
#select .list .left ul li {
	display: table-cell;
	vertical-align: middle;
}
#select .list .left ul li:first-child a {
	display: block;
	width: 215px;
	height: 42px;
	border-radius: 6px;
	line-height: 42px;
	text-align: center;
	background-color: #8ad64b;
	color: #fff;
	margin-right: 15px;
}
#select .list .left ul li:first-child a span {
	background: url(../img/icon2.png) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 30px;
}
#select .list .left ul li:first-child a:hover {
	background-color: #9de84c;
}
#select .list .left ul li:last-child {
	width: 220px;
	font-size: 10px;
	line-height: 1.6;
}
#select .list .center {
	width: 220px;
	height: 275px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#select .list .center .title,
#select .list .right .title {
	height: 50px;
	background-color: #e5edf9;
	font-size: 14px;
	font-weight: bold;
	color: #35519f;
	text-align: center;
	line-height: 50px;
}
/*#select .list .right .title.top {
	border-top: 2px solid #35519f;
}*/

#select .list .center ul {
	width: 188px;
	margin: 12px auto 0;
	font-size: 0;
}
#select .list .center ul li {
	width: 90px;
	height: 28px;
	font-size: 9px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 28px;
	background-color: #cbcbcb;
	margin: 2px; 
}
#select .list .center ul li.on {
	background-color: #35519f;
}
#select .list .right {
	width: 203px;
	height: 275px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
#select .list .right .detail {
	width: 150px;
	min-height: 50px;
	font-size: 12px;
	text-align: center;
	margin: 12px auto 10px;
	line-height: 1.8;
}


/* #seminar
-------------------------------------------------*/
#seminar {
	width: 100%;
	min-width: 942px;
	height: 542px;
	background: url(../img/bg_seminar.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 60px;
	box-sizing: border-box;
}
#seminar .sbox {
	width: 572px;
	height: 436px;
	background-color: #fff;
	margin: 0 auto;
}
#seminar h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	padding: 75px 0 25px
}
#seminar .copy {
	width: 450px;
	margin: 0 auto 35px;
	text-align: center;
}
#seminar .btn a {
	display: block;
	width: 382px;
	height: 60px;
	border-radius: 6px;
	line-height: 60px;
	text-align: center;
	background-color: #8ad64b;
	color: #fff;
	margin: 0 auto;
}
#seminar .btn a span {
	background: url(../img/icon3.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 40px;
}
#seminar .btn a:hover {
	background-color: #9de84c;
}


/* #inquiry
-------------------------------------------------*/
#inquiry {
	width: 100%;
	min-width: 942px;
	height: 480px;
	padding-top: 80px;
	box-sizing: border-box;
}
#inquiry .ibox {
	width: 942px;
	height: 220px;
	background-color: #f5f5f5;
	margin: 0 auto 30px;
}
#inquiry h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 25px
}
#inquiry .btn a {
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 6px;
	line-height: 60px;
	text-align: center;
	background-color: #8ad64b;
	color: #fff;
	margin: 0 auto;
}
#inquiry .btn a span {
	background: url(../img/icon3.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 40px;
}
#inquiry .btn a:hover {
	background-color: #9de84c;
}
#inquiry .partner {
	width: 942px;
	margin: 0 auto;
	text-align: right;
	font-size: 17px;
}
#inquiry .partner a {
	color: #35519f;
	text-decoration: underline;
}


/* #footer
-------------------------------------------------*/
#footer {
	width: 100%;
	min-width: 942px;
	height: 105px;
	padding-top: 22px;
	box-sizing: border-box;
	background-color: #35519f;
	color: #fff;
	text-align: center;
}
#footer nav ul {
	text-align: center;
	font-size: 0;
	padding-bottom: 25px;
}
#footer nav ul li {
	display: inline-block;
	font-size: 15px;
	border-right: 1px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
}
#footer nav ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#footer nav ul li a {
	color: #fff;
}
