@charset "UTF-8";


/*---------------------------- PC向けのスタイル ----------------------------*/
@media print, screen and (min-width: 780px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}


/*---------- 文字装飾 ----------*/

span.big {
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.b_big_x {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.red_big_x {
  color: #e60033;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.red {
  color: #e60033;
  text-align: center;
}

span.blue {
  color: #007bbb;
}

span.blue_b {
  color: #007bbb;
  font-weight: bold;
  line-height: 1.7;
}

span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: 87px;  /*-- 高さ --*/
  margin: 0 auto 0 auto;
  border-top: solid 2px #a5967a;
}

#header h1 {
  margin: 0 auto 0 auto;
  width: 1024px;
  padding: 10px 5px 0 0;
  font-weight: normal;
  text-align: right;
  font-size: 10px;
  color: #006699;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  width: 1200px;
  height: 84px;  /*-- 高さ --*/
  padding: 0;  /*-- 余白 --*/
  margin: 0 auto 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*----- 左 logo -----*/

#h_logo {
  width: 40.3%;
  float: left;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #003366;
  line-height: 1.5;
  text-decoration: none;
}

#h_logo a {
  font-size: 20px;
  color: #003366;
  text-decoration: none;
}

#h_logo a:hover {
  font-size: 20px;
  color: #336699;
  text-decoration: none;
}

#h_logo .h_sub {
  margin: 0 !important;  /*-- logo 下側 位置 --*/
  padding: 0;
  font-size: 13px;
  color: #006699 !important;
}


/*----- 右 ヘッダー・ナビゲーション -----*/

#h_nav {
  width: 59.3%;
  float: right;
  display: inline-block;
  margin: 24px 0 4px 0;  /*-- nav 位置 --*/
  padding: 0;
  text-align: left;
}

#h_nav ul {
  display: inline-block;
  float: right;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
}

#h_nav li {
  display: inline-block;
  list-style-type: none;
  color: #ffffff;
}

#h_nav li a {
  display: inline-block;
  padding: 4px 19px 2px 19px;
  font-size: 13px;
  color: #003366;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-left: solid 1px #003366;
}

#h_nav li a:hover {
  color: #003399;
  background-color: #cceeff;
}

#h_nav li.home a {
  padding: 4px 19px 2px 19px;
  border-left: none;
}


/*---------- SPナビアイコン ----------*/

button.nav_icon {
  display: none;
}

button .bar {
  display: none;
}

button.active span.bar1,
button.active span.bar2,
button.active span.bar3 {
  display: none;
}


/*---------- メイン画像 ----------*/

#header-img {
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  background-color: #ffffff;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}



/*---------- コンテンツ ----------*/

#container {
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 6px 0 0 0;
}


/*---------- メインコンテンツ ----------*/

#contents {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 16px;
  width: 1024px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents h2 {
  height: auto;
  margin: 0 0 14px 0;
  padding: 5px 0 0 0;
  font-size: 34px;
  font-weight: bold;
  color: #003399;
  text-align: center;
}

#contents h3 {
  height: auto;
  margin: 0 0 14px 0;
  padding: 5px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#contents h4 {
  height: auto;
  margin: 0 0 14px 0;
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}

.news {
  height: 170px;
  overflow: auto;
  line-height: 1.8;
  padding: 8px 6px 7px 6px;
  margin: 12px 3px 12px 3px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

hr.line {
  margin: 0 0 10px 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}

img.line {
  margin: 0 8px 4px 0;
  vertical-align: middle;
}


/*---------- PC背景全幅 ----------*/

.inners {
  width: 1024px;
  margin: 10px auto 0 auto;
  padding: 0 10px 0 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.inners .col-md-6 {
	padding: 20px;
}

.flex_bg {
  margin: 0 calc(50% - 50vw) !important;
  padding: 20px 0 20px 0;
  width: 100vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #f1f6f9;
}

.flex_bg2 {
  margin: 0 calc(50% - 50vw) !important;
  padding: 20px 0px 0px 0px;
  width: 100vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #ebe6e0;
}


/*---------- ３コンテンツ・ボックス ----------*/

.box {
  width: 100%;
  margin: 0 auto 0 auto;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box1 {
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
}

.box2 {
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
}

.box3 {
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

br.clear {
  display: block;
  clear: both;
}



/*---------- 表（テーブル） ----------*/

table.t01 {
  width: 530px;
  padding: 4px;
  border: solid 1px #003366;
  border-collapse: collapse;
}

td.t01 {
  padding: 10px;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #003366;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #003366;
  width: 100%;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #003366;
  padding: 14px 14px 10px 14px;
  background-color: #336699;
  width: 100px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #003366;
  padding: 14px 14px 10px 14px;
  width: auto;
  background-color: #336699;
  color:#ffffff;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #003366;
  padding: 14px 14px 10px 14px;
  width: 680px;
  background-color: #ffffff;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #003366;
  padding: 14px 14px 10px 14px;
  width: auto;
}


/*---------- お問い合わせ ----------*/

.contact {
	width: 100%;
	margin: auto;
	padding: 20px;
	background-color: #ffffff;
}
.contact p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 4%;
}
.contact .col-md-6 {
	padding: 20px;
}
.contact .col-xs-12 {
	padding: 0px;
    text-align: center;
}
.contact ul {
	max-width: 500px;
	padding: 5px 5px 0px 20px;
}
.contact ul li {
	list-style-type: square;
	padding-bottom: 10px;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .contact-form {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 0px;
}
.social-icons, .footer .footer-share {
	margin-top: 10px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #000080;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #000080;
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #000080;
	border-color: #000080;
	color: #fff;
}


/*---------- フッター ----------*/

.footer .col-md-6 {
	padding: 20px;
}
.footer .col-xs-12 {
	padding: 0px;
    text-align: center;
}

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  background-color: #b0c4de;
}

#footer a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: #555555;
  text-decoration: none;
}


/* フッター ナビゲーション */

#footer .footer_nav ul {
  clear: both;
  width: 1010px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 7px 10px 7px;
}

#footer .footer_nav li {
  margin: 0 0 20px 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  float: left;
  color: #333333;
}

#footer .footer_nav li a {
  padding: 0 16px 0 16px;
  font-size: 14px;
  text-align: center;
  display: inline;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#footer .footer_nav li a:hover {
  color: #555555;
}


/* フッター コピーライト */

#footer .copy {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #fffffc;
  background-color: #3366cc;
}

#footer .copy a {
  color: #fffffc !important;
  text-decoration: none;
}

#footer .copy a:hover {
  color: #eeeeee !important;
  text-decoration: none;
}

#footer .copy a:visited {
  color: #fffffc;
  text-decoration: none;
}

}




/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media print, screen and (min-width:780px) and (max-width:1024px) {

#main,
#header h1,
#header #header_inner,
#container,
#contents,
.inners,
#footer .footer_nav ul {
  width: 100%;
}

#h_nav li a {
  font-size: 11px;
}

.box {
  width: 100%;
}

.box1,
.box2,
.box3 {
  width: 30.5%;
}

}



