body{
	margin:0;
	padding:0;
	background:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	position:relative;
}

a img{
	border:0;
	border:none;
}


/*******************************************************/

.clear_fix{
	clear:both;
}
.wrap100{
	width:100%;
//	height:100%;
//	background:#F8FCFD;
}

.wrap1000{
	margin:0 auto;
	padding:0;
	width:1000px;
	z-index:1000;
}

.top_bar{
	height:10px;
	background:#000066;
}

.top_bar_lower{
	height:5px;
	background:#000066;
}

/*** スマホログイン ***********************************/
.sp_login{
	display:none;
}


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

#header{
	padding-top:5px;
	height:110px;
//	overflow:hidden;
}

.sm_top_title{
	display:none;
}

#header #shamei{
//	background:#ff0000;
	height:110px;
	width:280px;
	float:left;
}

#header #nav{
	width:720px;
//	background:#ddd;
	height:110px;
	float:right;
}

#header #nav ul.upper{
	margin-top:0;
	margin-left:280px;
	padding:0;
	list-style-type:none;
}

#header #nav .upper li{
	margin-left:15px;
	float:left;
//	padding-top:10px;
}

#header #nav .upper li a:link{
	color:#2189CB;
	text-decoration:none;
}


#header #nav .upper li a:hover{
	color:#2189CB;
}



li.login_btn{
	display:inline-block;
	background:#FBB717;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:5px 20px;
	border-radius:20px;
	margin-top:-10px;
}



.sp_login .login_btn a{
	text-decoration:none;
	color:#FFF;

}


#header #nav ul.lower{
	margin-top:80px;
//	margin-left:130px;
	margin-left:180px;
	padding:0;
	list-style-type:none;
//	background:#FF0000;
}

#header #nav .upper li.login_btn a:link{
	color:#FFF;
}

#header #nav .upper li.login_btn a:hover{
	color:#FFFF99;
}


#header #nav .lower li{
	margin-left:35px;
	float:left;
}

#header #nav .lower li a:link{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

#header #nav .lower li a:hover{
	color:#2189CB;
}

.lower ul.sp{
	margin:0px;
	padding:0px;
}


#menu-box .lower .sp li{
	list-style-type:none;
	padding-left:50px;
	background:#FF0000;
	font-weight:nomal;
}

#toggle{
	display:none;
}

.sp{
	display:none;
}



.header-menu ul{
     margin: 0;
     padding: 0;
     width: 693px;
     list-style: none;
     display: flex;
    justify-content: space-between; 
}

.header-menu li a{
     display: block;
     line-height: 66px;
     padding:4px 22px;
     border-bottom: 2px solid transparent;

     font-size: 17px;
     font-weight: bold;
    
     color: #555;
     text-decoration: none;
     transition: 1.2s;
}

.header-menu li a:hover,
.header-menu li .is-current{
     color: #1D58BA;
     border-bottom: 2px solid #1D58BA;
}

header .container{
     height: 88px;
     display: flex;
     align-items: center;
}

/**** ナヴィゲーション *****************************************/


/*****************************************************************/

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

#cnt{
	overflow:hidden;
}


/*** LEFT SIDE ******************************************************/

#left_side{
	width:280px;
//	background:#ffffcc;
	display:block;
	float:left;
}


/***************************************************************/
/*** 共通 ******************************************************/
/***************************************************************/

/*** LEFT SIDE left box ********************/

.left_box{
	width:230px;
	margin:25px 0;
	border:solid 10px #7BBDEA;
//	height:80px;
}

.left_box p{
	margin:0;
	padding:5px 10px;
	background:#2189CB;
	color:#FFF;
	font-weight:bold;
}


/*****left box 色違い*******/
.reikai{
	border:solid 10px #A2D700;
}

.reikai p{
	background:#6F9300;
}

.katsudou{
	border:solid 10px #FFCC00;
}

.katsudou p{
	background:#D2A800;
}
/***************************/


.left_box ul{
	margin:0;
	padding:0;
}

.left_box ul li{
	list-style:none;
	margin-left:10px;
}

.left_box ul .line{
	height:0;
	border-bottom:2px dotted #ccc;
}

.left_box a:link{
	text-decoration:none;
	color:#333;
}

.left_box a:hover{
	color:#000099;
	font-weight:bold;
}


/***************************************************************/
/*** /共通 ******************************************************/
/***************************************************************/



/*** RIGHT SIDE ******************************************************/
#right_side{
	width:720px;
//	background:#ccffff;
	float:right;
}




/*** フッター ****************************************************/
#footer{
	margin:0 auto;
	width:1000px;
	font-size:11px;
	overflow:hidden;
//	height:160px;
}



#footer  a{
    color:#D9E7F7;
    text-decoration:none;
}
#footer a:link {
    color:#D9E7F7;
    text-decoration:none;
}

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


#footer .cp_r{
	text-align:center;
}

/*** スマホ ****************************************************/
/***************************************************************/
@media only screen and (max-width: 480px) {

	.sp_login{
		display:block;
		background:#7BBDEA;
		height:36px;
	}

	.sp_login ul{
		margin:0;
		padding:0;
	}

	.sp_login li{
		list-style:none;
		margin:0;
		padding:0;
		margin-left:5px;
		margin-top:5px;
//		width:32%;
		width:24%;
//		font-size:14px;
		font-size:13px;
		float:left;
		text-align:center;
	}


	li.login_btn{
		display:inline-block;
		background:#FBB717;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		padding:5px 5px;
		border-radius:20px;
		margin-top:-10px;
	}



	#header{
		padding-top:5px;
		height:80px;
	}
	.sm_top_title{
		display:block;
	}

	.pc_top_title{
		display:none;
	}
	
	#menu-box{
		margin-top:-35px;
	}
	
	

	#left_side{
		display:none;
	}




	#top_image{
		height:200px;
	}

	#header #shamei{
		width:70%;
		margin:0px auto;
		clear:both;
		padding-left:50px;
			height:80px;
	}
	#header #shamei img{
		width:100px;
	}
	
/******menu*************************************************************/
	#header #nav{
		clear:both;
		width:100%;
	}
	
	#header #nav ul.upper{
		display:none;
	}
	

	
	#header #nav ul.lower{
		margin:0;
		background:#7BBDEA;
	}
	
	#header #nav .lower li{
		width:100%;
		background:#7BBDEA;
		margin-left:0;
		padding:2px 20px;
		clear:both;
	}
	
	#header #nav .lower a:link{
		color:#FFF;
	}
	

	#header #nav .lower a:visited{
		color:#FFF;
	}
	#header #nav .lower  a:hover{
		color:#000099;
	}

	

  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
    margin:0;
    padding:0;
  }
  
  .wrap1000{
//   	z-index:100;
	width:100%;
  }
  
  #top_image{
//  	z-index:50;
  }
  
  .sp{
  	display:block;
  }
  
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #000066;
    height:100%;
    z-index:999;
  }
  
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  
/******/menu*************************************************************/

	#left_side{
		clear:both;
		display:none;
	}

	#right_side{
		clear:both;
		width:100%;
	}
	

/** footer *************************************************************/

	#footer{
		width:100%;
	}

	.sm_footer{
		margin-left:20px;
		margin-right:20px;
		font-size:14px;
	}

	p.sm_footer{
		padding:0 15px;
		text-align:left;
	}

}


/*  トピックスの折り畳み  */
.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きを読む"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 150px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}