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

/* formatting style
--------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	
}

body {
	font-size: 97%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	line-height: 1.5em;
	color: #333333;
	background-color: #fff;
}

.font-size90{
	font-size: 90%;
}

.font-size110{
	font-size: 110%;
}

.font-size130{
	font-size: 130%;
}

.bold{
	font-weight: bold;
}

.blue{
	color: #7ca0c9;
}

.red{
	color: #FF0004;
}

.underline{
	text-decoration: underline;
}


/* link styles
--------------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3484c7;
	text-decoration: underline;
}
a:visited {
	color: #2f2f2f;
}
a:hover {
	color: #6793bd;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/*header styles
--------------------------------------------------------*/
#header{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: 980px;
	z-index: 99;
}

.header-box{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: 980px;
}

#header h1 {
	display: none;
}

.header-topbg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 483px;
	z-index: -1;
	background-position: center top; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/*containter styles
--------------------------------------------------------*/
#containter{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}


/*menu styles
--------------------------------------------------------*/
.menu_box{
	width:235px;
	float:left;
	clear:left;
	margin-right:0;
	margin-left:0;
	font-size:15px;
	margin-bottom: 20px;
	margin-top: 0px;
	z-index: 99;
}

.wrapper{
	width:235px;
	margin-left: auto;
	margin-right: auto;
}

ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu {
	width: auto;
	height: auto;
}

/* 
.menu > li > a {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #020203;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	text-indent: 1.3em;
	display: block;
	position: relative;
	white-space: normal; 
}
*/

.menu > li > a {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #020203;
  width: 100%;
  /* ↓ 固定高さをやめて可変に */
  /* height: 3.5em; */           /* ←削除 */
  /* line-height: 3.5em; */      /* ←削除 */
  /* text-indent: 1.3em; */      /* ←削除（2行目以降のズレ防止） */
  display: block;
  position: relative;

  /* 折り返し可能に（既に設定済だが明示しておく） */
  white-space: normal;

  /* 単行の高さは確保しつつ、複数行は自動で伸びる */
  min-height: 3.5em;
  line-height: 1.5;
  padding: 0.9em 1.2em 0.9em 1.3em; /* 左の余白は text-indent の代替 */
  box-sizing: border-box;
}

.menu > li > a:hover, .menu > li > a.active {
	background-color: #273d7a;
}

.menu > li > a.active {
	border-bottom: 1px solid #273d7a;
}

.menu ul > li > a span {
	font-size: 13px; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #fff;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	text-indent: 0;
	text-align: center;
}

/* 通常・visited は黒 */
.menu a:link,
.menu a:visited {
  text-decoration: none;
  color: #020203;
}

/* アクティブ項目の背景は既存のまま。文字色は通常時の色を踏襲 */
.menu > li > a:hover,
.menu > li > a.active {
  background-color: #273d7a;
}


/* hover のとき（未訪問でも訪問済みでも白） */
.menu a:hover,
.menu a:visited:hover {
  text-decoration: none;
  color: #fff;
}



/*contents styles
--------------------------------------------------------*/
#contents{
	width:730px;
	margin: 0 0 30px 9px;
	float: right;
	clear: right;
}

.main{
	margin-top: 460px;
}

.contents_box {
	width: 730px;
	height: auto;
	margin: 0;
}

.contents_box_main{
	width: 730px;
	height: auto;
	margin-top: 0px;
}

.contents_box_each {
	width: 730px;
	height: auto;
	margin-top: 30px;
}

.contents_box img {
	margin: 0;
	border: 0;
	width: 730px;
	height: 30px;
}

.box_index {
	width: 100%;
	height:250px;
	background-color: rgba(255,255,255,0.9);
	border: 3px solid #95b0bd; 
	box-sizing: border-box;
	padding:20px;
	margin-top: 0;
	overflow: auto;
}

.box_index_main {
	width: 100%;
	height: auto;
	min-height: 500px;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 20px;
	margin-top: 0;
	overflow: auto;
}

.general_left{
	float:left;
	clear:left;
	width:150px;
}

.general_right{
	float:left;
	padding-left:30px;
}

.contents_bar{
	height:25px;
	line-height:25px;
	width: 713px;
	font-size:24px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom:15px;
	font-weight:600;
	padding: 0 0 0 10px;
	border: 3px solid #95b0bd;
	color: #95b0bd;
	position: relative;
}

.contents_bar_text{
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
	bottom: 10px;
	color: #95b0bd;
}

.contents_inside {
	width: 700px;
	height: auto;
	padding-left:15px;
	padding-right:15px;
	background-color: #fff;
	line-height:1.4em;
	margin-bottom:15px;
}

.contents_title{
	height:40px;
	width: 660px;
	line-height:40px;
	font-size:18px;
	margin-top:5px;
	padding-left:15px;
	padding-right:15px;
	background-color: rgba(0,0,0,0.1);
	margin-bottom:15px;
	font-weight:600;
}

.contents_inside_text{
	padding-left:15px;
	padding-right:15px;	
}

.contents_bar_main{
	height:35px;
	line-height:35px;
	width: 715px;
	font-size:20px;
	margin-bottom:14px;
	font-weight:600;
	padding: 5px 0 5px 15px;
	background-color: #273d7a;
	color: #FFFFFF;
}








/*footer_top styles
--------------------------------------------------------*/
#footer_top{
	width:auto;
	min-height: 190px;
	clear:both;
	background-color: #273d7a;
	padding: 25px 0 25px 0;
	text-align: left;
}

.footer_box{
	width:980px;
	margin-left: auto;
	margin-right: auto;	
}

.footer_left_text{
	padding-left: 12px;
}

.footer_left{
	float:left;
	clear: left;
	color:#fff;
	font-size:15px;
	width: 445px;
	margin-left: 30px;
}

.footer_right{
	float:right;
	color:#fff;	
	font-size:15px;
	width: 445px;
	margin-right: 30px;
}

.contents_bar_footer{
	height:35px;
	width: 435px;
	line-height:35px;
	font-size:15px;
	margin-bottom:14px;
	font-weight:600;
	padding: 0 0 0 10px;
	border: 1px solid #fff;
}

/* フッター内の住所ブロックに適用 */
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-inner > div {
  flex: 1 1 45%; /* スマホでは縦並び、PCでは横並び */
  min-width: 280px;
  white-space: pre-line;  /* 明示的な改行は有効、勝手な折り返しは防ぐ */
  line-height: 1.6;
  word-break: keep-all;   /* 電話番号などが不自然に切れないように */
}

@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-inner > div {
    width: 100%;
  }
}





/*footer_bottom styles
--------------------------------------------------------*/
#footer_bottom{
	width:auto;
	clear: both;
	height:36px;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	margin:0;
}

address{
	text-align:center;
	line-height:36px;
	font-size:15px;
	color:#333333;
	font-style:normal;
}