@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: bottom;
}
h1 {
} /* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
	color: #195CB1;
}
a:hover, a:active {
	color: #195CB1;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
	width: 100%
}
th, td {
}
th {
}
td {
}
p {
	margin: 0 0 1.5em;
}
p, dd, td, th, li {
	line-height: 1.6em;
}
.section {
	padding: 0 0 30px 0;
}
.section .section {
	padding: 0 0 10px;
}
.image_l {
	float: left;
	margin: 0 16px 8px 0;
}
.image_r {
	float: right;
	margin: 0 0 8px 16px;
}
#toTop {
}
/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}
body {
	color: #7a7a7a;
}
#wrapper {
	min-width: 1000px;
    overflow: hidden;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.inner01 {
	width: 1000px;
	margin: 0 auto;
}
.inner02 {
	width: 100%;
	margin: 0 auto;
}
.under #content {
	text-align: left;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
.fmin {
/*	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;*/
/*	font-family: "小塚E朁EPr6N B", "DFHSMinchoR Pro-6N", "ヒラギノE朁EPro W6", "Hiragino Mincho Pro", "HGS明朝E", "EE E明朝", serif;*/
	font-family: "Hiragino Mincho ProN","小塚E朁EPr6N B",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif !important;
}

h1#top{
	font-size: 11px;
	margin-bottom: 10px;
	text-align: right;
}
#header {
	padding-top: 14px;
}
#header .header_top{
	padding: 0 10px;
	box-sizing: border-box;
}
.logo {
	float: left;
	width: 300px;
	margin-bottom: 0;
}
.list_info {
	float: right;
/*	width: calc(100% - 300px);*/
}
.list_infoct {
	display: table;
}
.list_infoct li {
	display: table-cell;
	vertical-align: middle;
}
.list_infoct li:last-child {
	padding-left: 15px;
}
.list_infoct li:last-child span {
	display: block;
	color: #4a81c5;
	font-size: 36px;
	margin: 3px 0;
}
.list_infoct li:first-child {
	
}
.list_infoct li:first-child a {
	background: -moz-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(77,173,64,1)), color-stop(49%, rgba(77,173,64,1)), color-stop(50%, rgba(63,147,52,1)), color-stop(100%, rgba(63,147,52,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 49.999%, rgba(77,173,64,1) 50%, rgba(77,173,64,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dad40', endColorstr='#3f9334', GradientType=0 ); /* ie6-9 */
	padding: 12px 16px;
	box-sizing: border-box;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	text-align: center;
	font-size: 18px;
	text-decoration: none;

}
.list_infoct li:first-child span {
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}
/*menu fix*/
#header #gnavi{
	padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}
#header #gnavi.fixed {
	position: fixed;
	top: 0;
	z-index: 9999999;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	animation: scrolltop 0.6s;
	-webkit-animation: scrolltop 0.6s;
	-moz-animation: scrolltop 0.6s;
	-o-animation: scrolltop 0.6s;
	padding: 15px 0;
}
#header .list_gnavi li{
	float: left;
	text-align: center;
	padding: 0 16px;
	color: #7a7a7a;
	
	box-sizing: border-box;
	font-size: 12px;
}
#header .list_gnavi li a:hover{
	opacity: 0.8;
}
#header .list_gnavi li a{
	text-decoration: none;
	color: #7a7a7a;
}
#header .list_gnavi li span{
	display: block;
	color: #4a81c5;
	font-size: 14px;
}
#header .list_gnavi li:last-child{
	margin-right: 0;
}
#header .list_gnavi li.sub{
	position: relative;
	cursor: pointer;
}
#header .list_gnavi li .sub_menu{
	position: absolute;
	z-index: 999999;
	display: none;
	width: 250px;
}
#header .list_gnavi li .sub_menu li{
	float: left;
	width: 100%;
	text-align: left;
	background: #678CC5;
	padding: 6px 10px;
	box-sizing: border-box;
	border-bottom: 1px dotted #fff;
}
#header .list_gnavi li .sub_menu li:last-child{
	border-bottom: none;
}
#header .list_gnavi li .sub_menu li a
{
	color: #fff;
	display: block;
}
#info_scrollpc{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 69px;
}
#info_scrollpc.active{
	opacity: 1;
	visibility: visible;
	animation: scrolltop 0.6s;
	-webkit-animation: scrolltop 0.6s;
	-moz-animation: scrolltop 0.6s;
	-o-animation: scrolltop 0.6s;
	z-index: 999;
}
#info_scrollpc li{
	max-width: 350px;
	text-align: center;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 10px;
}
#list_scrollpc{
	margin: 0 auto;
	text-align: center;
	max-width: 350px;
}
#info_scrollpc li span{
	line-height: 0;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 4px 4px;
}
#info_scrollpc li span img{
	vertical-align: middle;
}
#info_scrollpc li:first-child{
	background: -moz-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(77,173,64,1)), color-stop(49%, rgba(77,173,64,1)), color-stop(50%, rgba(63,147,52,1)), color-stop(100%, rgba(63,147,52,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 49.999%, rgba(77,173,64,1) 50%, rgba(77,173,64,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dad40', endColorstr='#3f9334', GradientType=0 ); /* ie6-9 */
	box-sizing: border-box;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
#info_scrollpc li:first-child a{
	text-decoration: none;
	color: #fff;
}
#info_scrollpc li:last-child{
	border: 1px solid #678CC5;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
	background: #fff;
}
#info_scrollpc li:last-child span{
	display: block;
	font-size: 24px;
	line-height: 0;
	color: #4a81c5;
}
/**/
/*scrolltop*/
@-webkit-keyframes scrolltop {
 0% {
transform:translateY(-50px);
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
@-moz-keyframes scrolltop {
 0% {
transform:translateY(-50px);
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
 @keyframes scrolltop {
 0% {
transform:translateY(-50px);
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}

/*==============mainvisual=============*/

#top_info{
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#top_info .inner{
	position: relative;
	height: 600px;
}
#top_info .list_slider{
	height: 600px;
    left: 50%;
	right: 0;
	transform: translateX(-50%);
    position: absolute;
    top: 0;
    width: 2000px;
}
#top_info .list_slider li{
	vertical-align: middle;
	height: 600px;
}
#top_info .list_slider .title_slider{
	position: absolute;
	font-size: 60px;
	color: #4a81c5;
	text-align: center;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 2px 2px 15px #FFFFFF, 2px 2px 15px #FFFFFF, 2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF;
	line-height: 1em;
	z-index: 99;
	display: none;
}
#top_info .list_slider .title_slider:nth-of-type(2), #top_info .list_slider .title_slider:nth-of-type(3){
	display: none;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
.slider_bar{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	margin-bottom: 0;
}
.under .slider_bar{
	opacity: 0;
	position: fixed;
}

.slider_bar.active,.under .slider_bar.active{
	border: none;
	bottom: 102px;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-decoration: none;
	margin: 0;
	z-index: 99;
	animation: scrolltop 0.6s;
	-webkit-animation: scrolltop 0.6s;
	-moz-animation: scrolltop 0.6s;
	-o-animation: scrolltop 0.6s;
	opacity: 1;
}
.slider_bar.active img{
	width: 290px;
	height: auto;
}
.slider_bar a:hover{
	opacity: 0.8;
}
#footer {
	clear: both;
	text-align: left;
	padding-top: 37px;
	background: #f3f8ff;
}
#footer address {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	background: #4a81c5;
}
#footer .toTop{
	text-align: center;
	line-height: 60px;
	background: #4a81c5;
	margin-bottom: 1px;
}
#footer .toTop a{
	display: block;
}
#footer .toTop:hover{
	opacity: 0.8;
}
#footer .toTop a img{
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.under #footer{

}
#footer_info{
	margin-bottom: 21px;
}
.fmap{
	width: 628px;
	height: 265px;
}
#footer_link{
	margin-bottom: 20px;
}
#footer .footer_linkct{
	width: 100%;
	display: inline-block;
}
#footer .footer_linkctleft{
	float: left;
	width: 628px;
	margin-right: 74px;
}
#footer .footer_linkctleft .text_address span{
	font-size: 16px;
}
#footer .footer_linkctleft .text_address{
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .footer_linkctright{
	float: left;
	width: calc(100% - 702px);
}
#footer .footer_linkctright dl.list_link01{
	margin-bottom: 20px;
	background: #f3f8ff;
	padding: 0;
}
#footer .footer_linkctright dl.list_link01:last-child{
	margin-bottom: 0;
}
#footer .footer_linkctright dl.list_link01 dt{
	font-size: 16px;
	color: #7a7a7a;
	line-height: 1.45em;
	padding: 0;
    background: #f3f8ff;
    margin:0;
}
#footer .footer_linkctright dl.list_link01 .list_link02 li a{
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #7a7a7a;
	line-height: 1.66em;
}
#footer .footer_linkctright dl.list_link01 .list_link02 li:hover{
	text-decoration: underline;
	opacity: 0.8;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/

#index_box01 {
	padding: 50px 0 60px 0;
	box-sizing: border-box;
}
#index h3{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-size: 40px;
	color: #4a81c5;
	text-align: center;
	margin-bottom: 30px;
}
#index #index_box01 h4{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-size: 30px;
	color: #4a81c5;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}
#index h3 span{
	font-size: 16px;
	color: #7a7a7a;
	display: block;
	margin-top: 8px;
}
#index_box01 .box01_items{
	width: calc((100% - 44px) / 3);
	margin-right: 22px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px;
	cursor: pointer;
} 

#index_box01 .box01_items:last-child{
	margin-right: 0;
}

#index_box01 .box01_items .title_box01{
	text-align: center;
	font-size: 16px;
	color: #4a81c5;
	margin-bottom: 5px;
	
}
#index_box01 .box01_items .title_box01 a{
	position: relative;
	text-decoration: none;
}
#index_box01 .box01_items .title_box01 a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 4px;
	background: #4a81c5;
	left: 0;
	right: 0;
	margin: 0 auto;
	
}
#index_box01 .box01_itemsct{
	border:3px solid #4a81c5;
	box-sizing: border-box;
	overflow: hidden;
	
}
#index_box01 .box01_itemsct .box01_img{
	margin-bottom: 0;
}
#index_box01 .box01_itemsct .text_box01{
	padding: 18px 18px 21px 18px;
	box-sizing: border-box;
}
#index_box01 .box01_itemsct .box01_text01{
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.375em;
}
#index_box01 .box01_itemsct .box01_text02{
	margin-bottom: 0;
	font-size: 12px;
	
}

#index_box01 .box01_items02{
	width: calc((100% - 44px) / 3);
	margin-right: 22px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px; 
	text-align: center;
	background: #F3F8FF;
	padding: 10px;
	border: 2px solid #f49d2d;
}
#index_box01 .box01_items02:last-child{
	margin-right: 0;
}
#index_box01 .box01_items02 .box01_ttl{
	font-weight: bold;
	font-size: 16px;
	color:#f49d2d;
	margin-bottom: 15px; 
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px,rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
#index_box01 .box01_items02 .box01_text03 span{
/*	margin-bottom: 20px;*/
}
#index_box01 .box01_items02 .box01_text03 span:first-child{
	padding-bottom: 20px;
	border-bottom: 1px solid #f49d2d;
	margin-bottom: 20px;
}
#index_box01 .box01_items02 span{
	display: block;
}
#index .btn01{
	margin: 0 auto;
	text-align: center;
}
#index .btn01 a{
	min-width: 340px;
	display:inline-block;
	text-align: center;
	line-height: 54px;
	height: 54px;
	background: -moz-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(77,173,64,1)), color-stop(49%, rgba(77,173,64,1)), color-stop(50%, rgba(63,147,52,1)), color-stop(100%, rgba(63,147,52,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 50%, rgba(77,173,64,1) 51%, rgba(77,173,64,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(63,147,52,1) 0%, rgba(63,147,52,1) 49.999%, rgba(77,173,64,1) 50%, rgba(77,173,64,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dad40', endColorstr='#3f9334', GradientType=0 ); /* ie6-9 */
	text-decoration: none;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	color: #fff;
	letter-spacing: -2px;
	box-sizing: border-box;
}

/*============index_box02=============*/
#index_box02{
	background: #f3f8ff;
	padding: 23px 0 46px 0;
	box-sizing: border-box;
	overflow: hidden;
}

#index_box02 .box02_items{
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
/*
#index_box02 .box02_items:nth-child(5n+5){
	margin-right: 0;
}
*/
#index_box02 .box02_items .box02_boxl{
	text-align: center;
	margin-bottom: 0;
}
#index_box02 .box02_items .box02_boxl a{
	text-decoration: none;
}
#index_box02 .box02_items .box02_title01{
	font-size: 16px;
	color: #4a81c5;
	text-align: center;
	width: 100%;
	display: block;
}
#index_box02 .box02_items .box02_img img{
	width: 100%;
}
#index_box02 .box02_items .box02_text{
	padding: 10px;
	box-sizing: border-box;
}

/*#index_box03*/
#index_box03{
	padding: 50px 0 60px 0;
}
#index_box03 .box03_items{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#index_box03 .box03_items:nth-child(3n+3){
	margin-right: 0;
}
#index_box03 .box03_items dd{
	position: relative;
}
#index_box03 .box03_items dd .box03_text{
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	font-size: 18px;
	color: #4a81c5;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	line-height: 1.444em;
	
}
#index_box03 .box03_items .box03_img{
	margin-bottom: 0;
}
#index_box03 .box03_items dl dt{
	background: #f49d2d;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-left: 12px;
}
#index_box03 .box03_items dl dt span{
	font-size: 20px;
}
#index_box03 .index_box03ct{
	margin-bottom: 20px;
}
#index .btn02 a{
	min-width: 208px;
}

/*index_box04*/
#index_box04{
	background: #f3f8ff;
	padding: 40px 0 50px 0;
	box-sizing: border-box;
}
#index_box04 .box04_items{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	float: left;
	box-sizing: border-box;
}
#index_box04 .box04_items .box04_img{
	position: relative;
}
#index_box04 .box04_items .box04_text{
	position: absolute;
	content: "";
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #4a81c5;
	line-height: 1.2em;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
#index_box04 .box04_items .box04_arrow{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	line-height: 0;
}
#index_box04 .box04_items:last-child{
	margin-right: 0;
}
#index_box04 .box04_items a{
	display: block;
}
.box04_img a{
	overflow: hidden;
}
.box04_img a img{
	transition: 0.4s all ease;
}
.box04_img a:hover img{
	transform: scale(1.15);
}
.box04_img a:hover .box04_arrow img{
	transform: scale(1);
}

/*index_box05*/
#index_box05{
	padding: 50px 0 40px 0;
	box-sizing: border-box;
}
#index_box05 .box05_items{
	float: left;
	width: calc((100% / 4));
}
#index_box05 .box05_items:nth-child(1) dl{
	z-index: 10;
	position: relative;
}
#index_box05 .box05_items:nth-child(2) dl{
	z-index: 9;
	position: relative;
	left: -4px;
}
#index_box05 .box05_items:nth-child(3) dl{
	z-index: 8;
	position: relative;
	left: -8px;
}
#index_box05 .box05_items:nth-child(4) dl{
	z-index: 7;
	position: relative;
	left: -12px;
}
#index_box05 .box05_items dl dt{
	font-size: 20px;
	color: #4a81c5;
	padding-left: 10px;
}
#index_box05 .box05_items dl dt span{
	font-size: 24px;
}
#index_box05 .box05_items .box05_ttimg{
	position: relative;
	margin-bottom: 0;
}
#index_box05 .box05_items .box05_title{
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	position: absolute;
	content: "";
	font-size: 22px;
	color: #4a81c5;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
#index_box05 .box05_items .box05_text{
	padding: 10px; 
	box-sizing: border-box;
	line-height: 1.28em;
}


/*===========index_box06=========*/
#index_box06{
	box-sizing: border-box;
	padding:0 0 40px 0;
}
#index_box06 .inner{
	padding-top: 40px;
	background: url(../images/index_box06_bg.png) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
#index_box06 .index_box06ct{
	width: 100%;
	box-sizing: border-box;
}
#index_box06 .index_box06ct_left{
	width: 150px;
	float: left;
	margin-right: 20px;
}
#index_box06 .index_box06ct_right{
	float: right;
	width: calc((100% - 170px));
	padding: 0 20px;
	box-sizing: border-box;
}
#index_box06 .index_box06ct_right dl{
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 20px;
}
#index_box06 .index_box06ct_right dl dt{
	width: 120px;
	float: left;
	font-size: 18px;
}
#index_box06 .index_box06ct_right dl dd{
	width: calc(100% - 120px);
	float: left;
	font-size: 18px;
	margin-bottom: 8px;
}
#index_box06 .index_box06ct_right dl dd a{
	color: #7a7a7a;
	text-decoration: underline;
}
#index_box06 .index_box06ct_right dl dd a:hover{
	opacity: 0.8;
	text-decoration: none;
}
#index_box06 .btn03{
	text-align: right;
}
#index_box06 .btn03 a{
	font-size: 16px;
	color: #7a7a7a;
}
/*================index_box07============*/

#index_box07{
	padding: 50px 0 43px 0;
	background:url(../images/index_box07_img01.png) no-repeat top center;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
}
#index .shadow_h3{
	text-shadow: 2px 2px 15px #FFFFFF, 2px 2px 15px #FFFFFF, 2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF,2px 2px 15px #FFFFFF;
}
#index_box07 .list_tab_content{
	background: rgba(255,255,255,0.9);
	padding: 12px 0 26px 0;
}
#index_box07 .list_tab_content p{
	text-align: center;
	font-size: 18px;
}
#index_box07 .list_tab li{
	float: left;
	width: 180px;
	font-size: 18px;
	line-height: 40px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	position: relative;
	margin-right: 45px;
	cursor: pointer;
	text-decoration: none;
	background: #7a7a7a;
	color: #fff;
}
#index_box07 .list_tab li.active{
	background: rgba(255,255,255,0.9);
	color: #7a7a7a;
}
#index_box07 .box07_text{
	font-size: 18px;
	color: #7a7a7a;
	line-height: 1.77em;
	margin-bottom: 34px;
}
#index_box07 .list_tab li.active:after{
	top: 0;
	left: 190px;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 40px;
	border-color: transparent transparent transparent rgba(255,255,255,0.9);
}
#index_box07 .list_tab li:after{
	top: 0;
	left: 190px;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 40px;
	border-color: transparent transparent transparent #7a7a7a;
}
.list_tab_ctn{
	display: none;
}
.list_tab_ctn.active{
	display: block;
}
#index_box07 .btn04{
	margin: 0 auto;
	text-align: center;
}
#index_box07 .btn04 a:hover{
	opacity: 0.8;
}
#index_box07 .btn04 a{
	min-width: 202px;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	color: #4a81c5;
	background: rgba(255,255,255,0.8);
	text-decoration: none;
	margin-top: 26px;
}
/*
#index_box07 .list_tab_content_02{
	display: none;
}
*/

/*btn*/
#index .btn01 a:hover, #index .btn02 a:hover{
	opacity: 0.8;
}
#index_box06 .btn03 a:hover{
	opacity: 0.8;
}
#header_sp{
	display: none;
}
/* under
------------------------------------------------------------------------*/
/* end under
------------------------------------------------------------------------*/
@media screen\0 {
	#index_box01 .box01_items02{
		width: 31.8%;
		float: left;
		box-sizing: border-box;
	}
	
	#index_box01 .box01_itemsct .box01_img ul li img{
		max-width: 100% !important;
	}
/*
	.list_infoct li:last-child span{
		line-height: 1em;
		margin-bottom: -10px;
	}
	#footer .list_infoct li:last-child span{
		line-height: 1em;
		margin-bottom: -3px;
	}
*/
	#index_box01 .box01_items{
		width: 31.8%;
		float: left;
		box-sizing: border-box;
	}
}

@supports (-ms-ime-align:auto) {
  #index_box01 .box01_items{
		width: 31.8%;
		float: left;
		box-sizing: border-box;
	}
	#index_box01 .box01_items02{
		width: 31.8%;
		float: left;
		box-sizing: border-box;
	}
}
@media all and (-ms-high-contrast:none){
/*
     .list_infoct li:last-child span{
		line-height: 1em;
		margin-bottom: 0;
	}
	#footer .list_infoct li:last-child span{
		line-height: 1em;
		margin-bottom: 0;
	}
*/
}
.under #index_box06{
	padding-bottom: 0;
}
.under #index_box06 .index_box06ct_left .title_01 span{
	font-size: 16px;
	color: #7a7a7a;
	display: block;
	margin-top: 8px;
	line-height: 1em;
}
.under #index_box06 .inner{
	padding-bottom: 30px;
}
.under #index_box06 .index_box06ct_left .title_01{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-size: 40px;
	color: #4a81c5;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	position: inherit;
	line-height: 1em;
}
.list_infoct li:hover a{
	opacity: 0.8;
}
#info_scrollpc li:first-child a:hover{
	opacity: 0.8;
}


