@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	color:#000;
	line-height:150%;
	/*font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	background-image:url(common/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#45AEE6;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
	color:#36C;
}

a>img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	text-decoration: underline;
}

.pc_hide{
	display: none;
}

.notoreg{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.notomed{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.notobold{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

/*----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	max-width:100%;
	min-width:1031px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/bg_head.png);
	background-repeat:repeat-x;
	background-position:left top;
}

#header{
	height:142px;
	width:1031px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#header h1{
	width:266px;
	height:40px;
	position:absolute;
	overflow:hidden;
	left:18px;
	top:39px;
}

#header h1 a{
	display:block;
	width:266px;
	height:40px;
	overflow:hidden;
	background-image:url(index/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

.header_txt{
	line-height:20px;
	position:absolute;
	right:10px;
	top:45px;
	text-align:right;
	font-size: 14px;
}

/**/

.link_privacy{
	line-height:20px;
	position:absolute;
	right:10px;
	top:25px;
	text-align:right;
}

.link_privacy a{
	color:#000;
}


.setouchilogo{
	line-height:20px;
	position:absolute;
	right:303px;
	top:5px;
	text-align:right;
	font-size: 14px;
}

/*グローバルナビゲーション*/

#gnavi{
	width:1031px;
	line-height:51px;
	position:absolute;
	left:0px;
	bottom:0px;
}


#gnavi li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	margin-left:1px;
}

#gnavi li a{
	display:block;
	width:100%;
	height:51px;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

#gnavi01{
	width:146px;
}

#gnavi01 a{
	background-image:url(index/gnavi01.png);
}

#gnavi02{
	width:147px;
}

#gnavi02 a{
	background-image:url(index/gnavi02.png);
}

#gnavi03{
	width:146px;
}

#gnavi03 a{
	background-image:url(index/gnavi03.png);
}

#gnavi04{
	width:146px;
}

#gnavi04 a{
	background-image:url(index/gnavi04.png);
}


#gnavi05{
	width:146px;
}

#gnavi05 a{
	background-image:url(index/gnavi05.png);
}

#gnavi06{
	width:146px;
}

#gnavi06 a{
	background-image:url(index/gnavi06.png);
}

#gnavi07{
	width:146px;
}

#gnavi07 a{
	background-image:url(index/gnavi07.png);
}

/*----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	max-width:100%;
	min-width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/bg_foot.png);
	color:#FFF;
}

#footer{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
	padding:1em 0px;
}

#footer dl{
}

#footer dl dt{
	font-weight:bold;
}

#footer dl dd{
	line-height:125%;
}

/*----------------------------------------------------------*/
/*コピーライト*/

#copy_wrap{
	max-width:100%;
	min-width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/bg_copy.png);
}

#copy{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	line-height:30px;
}

/*----------------------------------------------------------*/
/*メインイメージ*/

#mainimage{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}

/*----------------------------------------------------------*/
/*コンテンツ*/

#contents{
	width:1030px;
	margin:0px auto 25px auto;
	overflow:hidden;
}

#breadcrumb{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	line-height:35px;
}

/*----------------------------------------------------------*/
/*左カラム*/

#left_col{
	width:737px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	overflow:hidden;
}

/*コンテンツ*/
#left_col h2#page_title{
	width: 100%;
	height: 79px;
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	
}
#left_col h2#page_title::before{
	content: '';
	display: block;
	width: calc( 100% - 6px );
	height: calc( 100% - 6px );
	background-color: #44A5C9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#left_col h2#page_title::after{
	content: '';
	display: block;
	background: url("common/icon_h2.svg") 0 0 / contain no-repeat;
	width: 16px;
	height: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	margin: auto;
}
#left_col h2#page_title p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
    font-weight: 700;
	color: #fff;
	z-index: 2;
	padding-left: 60px;
}

#page_contents_wrap{
	background-image:url(common/bg_white.png);
	margin:25px 0px;
	overflow:hidden;
}
#page_contents_wrap #ez-toc-container{
	display: none;
}

#page_contents{
	width:708px;
	margin:0px auto 20px;
	overflow:hidden;
}

#page_contents h3{
	background-color:#8FD8F4;
	background-image:url(common/icon_sub.png);
	background-repeat:no-repeat;
	background-position:11px center;
    font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	line-height:20px;
	padding:10px 0px 10px 30px;
	margin:20px 0px;
	border:1px solid #FFF;
	box-sizing: border-box;
}

#page_contents h4{
	border-bottom:2px solid #0083B8;
	width: 100%;
	margin:15px auto;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	color:#0084B3;
	text-indent:1em;
	padding:6px 0px;
}

#page_contents h5{
	width: 100%;
	margin: 0 auto 15px;
	overflow:hidden;
	font-weight:bold;
	font-size: 14px;
	color: #0081BA;	
}

/*----------------------------------------------------------*/
/*右カラム*/

#right_col{
	width:251px;
	float:right;
	margin-bottom:20px;
	overflow:hidden;
}

/*サブメニュー*/
#submenu_ol{
	width:250px;
	background-image:url(common/bg_white.png);
	margin-bottom:15px;
	overflow:hidden;
	padding:20px 0px;
}

#submenu_ol dl{
	width:212px;
	margin:0px auto;
	overflow:hidden;
}

#submenu_ol dl dt{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#008BBD;
	background-image:url(common/icon_drop.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
	padding-left:16px;
}

#submenu_ol dl dd{
	overflow:hidden;
	display:block;
	margin-top:10px;
}

#submenu_ol dl dd ul{
	overflow:hidden;
}

#submenu_ol dl dd ul li{
	list-style-type:none;
	border-bottom:1px dotted #008BBD;
	line-height:110%;
	padding:0.75em 0px;
	text-indent:0.5em;
}

#submenu_ol dl dd ul li a{
	color:#000;
	text-decoration:none;
	font-size:14px;

}

/*会員ログイン*/

.ol_login{
	background-image:url(index/bg_content02.png);
	width:250px;
	overflow:hidden;
	padding:10px 0px;
}

.ol_login_ins{
	width:230px;
	margin:0px auto;
}

.ol_login_ins table{
	width:200px;
	margin:0px auto;
	overflow:hidden;
}

.ol_login_ins table th{
	text-align:left;
	padding:5px 10px 5px 0px;
}

.ol_login_ins table td{
	padding:5px 0px;
}


.ol_login_ins table td .input{
	width:160px;
	height:30px;
	line-height:30px;
	display:inline;
	background-color:#FFF;
	border:none;
}

.ol_login_ins div{
	text-align:center;
	margin:5px 0px;
	overflow:hidden;
}

.ol_login_ins p{
	line-height:125%;
}

/*バナー*/
.r_bn{
	overflow:hidden;
}
.r_bn li{
	list-style-type:none;
}

/*アーカイブ*/
#right_col .archive-accordion{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
#right_col .accordion-content {
  display: none;
  padding: 0.5em 1em;
}
#right_col .accordion-content.open {
  display: block;
}
#right_col .accordion-toggle {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.5em 2em 0.5em 0.5em;
	cursor: pointer;
	background: #2DBBFA;
	color: #fff;
	border: none;
	position: relative;	
	
}
#right_col .accordion-toggle.open {
}
/* デフォルトは＋ */
#right_col .accordion-toggle::after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
}

/* 開いたときは−に変更 */
#right_col .accordion-toggle.open::after {
  content: "−";
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/

