@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-image: url(images/bg-img.jpg);
	background-image: url(images/bg-img.jpg);
  background-repeat: no-repeat;      /* リピートしない */
  background-size: cover;            /* 画面いっぱいに拡大表示 */
  background-position: center top;   /* 中央上寄せ配置 */
}

.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: rgba(0,104,183,0.9);
	border-bottom: 1px dotted #999999;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	text-indent: 1.3em;
	display: block;
	position: relative;
}

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

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

.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;
}

.menu a:link {
	text-decoration:none;
	color: #fff;
}

.menu a:visited {
	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 #e971a3; 
	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 #e971a3;
	color: #e971a3;
	position: relative;
}

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

.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: rgba(0,104,183,0.9);
	color: #FFFFFF;
}








/*footer_top styles
--------------------------------------------------------*/
#footer_top{
	width:auto;
	min-height: 190px;
	clear:both;
	background-color: #0068b7;
	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;
}