
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
	    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

li {
	list-style-type: none;
}
a {
	color: #0066CC;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	display: block;
	width:40%;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_leftA {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	display: block;
	width:30%;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_leftB {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	display: block;
	width:40%;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #ffffff;
	padding: 10px;
	float: right;
	display: block;
	width:40%;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_rightA {
	background-color: #ffffff;
	padding: 10px;
	float: right;
	display: block;
	width:25%;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #00365E;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.main header {
	height: auto !important;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #00365E;
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #00365E;
}

header .h_box {
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 270px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #00365E;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

header .h_tel {
	letter-spacing: 2px;
}

header .h_tel strong {
	font-weight: normal;
}

header .h_tel a {
	color: #FFF;
	text-decoration: none;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

header .h_tel i {
	padding-right: 10px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}


/*
メインコンテンツ
-------------------------------------------*/
.contents {
	clear: both;
	text-align: center;
	background-color: #ffffff;
	border: 0px solid #474747;
	margin: 10px auto;
	width: 1100px;
	padding: 10px 0px;
}

.contents::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

h1 {
  padding: 0.2em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}

h5 {
  position: relative;
  padding: 0.3em;
  background: #7696bc;
  color: #ffffff;/*文字色*/
	font-size: 22px;
	margin:0 0 18px 0;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 49%;
  border: 15px solid transparent;
  border-top: 15px solid #7696bc;
  width: 0;
  height: 0;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box1 {
	width: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	margin-bottom: 20px;
}


.cont_list .list_box1 h2 {
	text-align: left;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding: 10px;
}
.cont_list .list_box1 p {
	line-height: 1.8;
	text-align: left;
	padding: 10px;
}


.cont_list .list_box2 {
	width: 48%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	margin-bottom: 20px;
}


.cont_list .list_box2 h2 {
	text-align: left;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding: 10px;
}
.cont_list .list_box2 p {
	line-height: 1.8;
	text-align: left;
	padding: 10px;
}

.cont_list .list_box2 img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.cont_list .list_box3 {
	width: 31%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	margin-bottom: 20px;
}


.cont_list .list_box3 h2 {
	text-align: left;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding: 10px;
}
.cont_list .list_box3 p {
	line-height: 1.8;
	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.cont_list .list_box3 img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.cont_list .list_box4P {
	width: 24%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #0000a8;
	margin: 10px 0px;
}
.cont_list .list_box4Pb {
	width: 24%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #217010;
	margin: 10px 0px;
}
.cont_list .list_box4Pnone {
	width: 24%;
	background-color: #fff;
	border: 1px solid #ffffff;
	margin: 10px 0px;
}
.cont_list .list_box4P h3 {
	background-color: #0000a8;
	text-align: left;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	margin:0px;
	padding: 5px 10px;
	position: relative;
	display: block;
	font-weight: bold;
}
.cont_list .list_box4Pb h3 {
	background-color: #217010;
	text-align: left;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	margin:0px;
	padding: 5px 10px;
	position: relative;
	display: block;
	font-weight: bold;
}
.cont_list .list_box4P h4 {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 20px;
	padding:0px;
	position: relative;
	display: block;
	font-weight: bold;
	margin: 15px;
}

.cont_list .list_box4Pb h4 {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 20px;
	padding:0px;
	position: relative;
	display: block;
	font-weight: bold;
	margin: 15px;
}
.cont_list .list_box4P p {
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
	color: #000000;
	margin-bottom: 20px;
	padding:0px;
	position: relative;
	display: block;
	font-weight: nomal;
	margin: 10px 15px;
}

.cont_list .list_box4Pb p {
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
	color: #000000;
	margin-bottom: 20px;
	padding:0px;
	position: relative;
	display: block;
	font-weight: nomal;
	margin: 10px 15px;
}

.cont_list .list_box4 img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.cont_list .list_box4b img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.textfull {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	color: #000000;
	margin:0px;
	padding: 5px 10px;
	position: relative;
	display: block;
	font-weight: nomal;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	display: block;
	color: #FFFFFF;
	background-color: #561507;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

copyright {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

/*
最上部へ戻る
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(255, 128, 0,1.0);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(255, 128, 0,1.0);
}

/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/

@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

}

/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/
/** ** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ** **/

@media screen and (max-width:640px) {

img.img_left,
img.img_right {
	float: none;
	margin: auto;
	width: 98%;
}
img.img_leftA,
img.img_rightA {
	float: none;
	margin: auto;
	width: 98%;
}
img.img_leftB,
img.img_righBt {
	float: none;
	margin: auto;
	width: 98%;
}

h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.cont_list .list_box2 {
	width: 98%;
}

.cont_list .list_box3 {
	width: 98%;
}
.cont_list .list_box4 {
	width: 98%;
}
.cont_list .list_box4P {
	width: 98%;
}
.cont_list .list_box4Pb {
	width: 98%;
}
.textfull {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	margin:10px;
	padding: 0px 10px;
	position: relative;
	display: block;
	font-weight: nomal;
}
}