@charset "UTF-8";
@media(max-width:999px){

.pd{ display:none;}
.sd{ display: block;}

img {
	width: 100%;
	height: auto;
}
p {
	font-size: 0.9em;
}

/*------------------- コンテナ -------------------*/
.container {
  width: 100%;
	box-sizing: border-box;
}
.container_header {
  display: block;
  background-color: #ffffff;
	margin-bottom: 10px;
	height: auto;
}
.contents {
  display: block;
}

/*------------------- ヘッダー -------------------*/
header {
  width: 100%;
}
header h1 {
	font-size: 25px;
  padding: 10px;
  width: 100%;
  text-align: center;
	box-sizing: border-box;
}
header form {
  padding:7px;
}
.header_img h1 {
    width: 70% !important;
		top: 20%  !important;
    left: 15%  !important;
}
.title1{
  font-size: 2em;
  top: 40%;
  left: 5%;
}

/*------------------- ハンバーガー -------------------*/
.ham_navi {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 40px;
	background-color: #838380;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
.ham_navi_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.ham_navi_item {
	text-align: center;
	padding: 0 14px;
}
.ham_navi_item a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.ham_navi_item a:hover {
	background-color: #eee;
}
.ham {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}
.ham_line {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 1px;
	background-color: #002880;
	transition: all .6s;
}
.ham_line1 {
	top: 14px;
}
.ham_line2 {
	top: 20px;
}
.ham_line3 {
	top: 26px;
}
.cv_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100vh;
	z-index: 100;
	background-color: #bdbcbc;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.navi_open .ham_navi {
	right: 0;
}
.navi_open .cv_bg {
	opacity: 1;
	visibility: visible;
}
.navi_open .ham_line1 {
	transform: rotate(45deg);
	top: 20px;
}
.navi_open .ham_line2 {
	width: 0;
	left: 50%;
}
.navi_open .ham_line3 {
	transform: rotate(-45deg);
	top: 20px;
}



/*------------------- セクション -----------------*/
section {
  width: 100%;
  margin-right: 0px;
}

/*------------------- アーティクル ----------------*/
article {
  /* border: 1px solid #cccccc; */
	padding: 5px;
	margin: 30px 10px;
}
article .fbox {
  display: block;
}
article .fbox .f50 {
  flex: 100%;
}
article .fbox .f33 {
  flex: 100%;
}
article .conbox {
  display: block;
  width: 100%;
  margin: 30px 0;
  box-sizing: border-box;
}
article .left {
  width: 100%;
}
article .right {
  width: 100%;
}
article .right h3 {
  padding: 20px 20px 0;
}
.siryou {
  width: 100%;
}
/*------------------- テーブル ----------------*/

.left_title {
  margin-right: 5px;
	padding: 3px;
}
.right_title {
  margin-right: 5px;
	padding: 3px;
}
.t_box {
  display: block;
	box-sizing: border-box;
	padding-top: 5px;
}
.left_box {
  width: 100%;
	box-sizing: border-box;
}
.right_box {
  width: 100%;
	box-sizing: border-box;
}
.table02 td {
	padding:3px;
	text-align: left;
}
/*------------------- フッター -------------------*/
footer {
  background-color: #002c83;
  width: 100%;
}
footer p {
  color: #ffffff;
	font-size: 12px;
}
footer .ftnavi ul {
  display: block;
	text-align: center;
}
footer .ftnavi ul li  {
  padding: 10px;
}

/*------------------- アコーディオン-------------------*/
.acord {
	margin: 10px;
}
#acMenu dt {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	/* border:#666 1px solid; */
	cursor:pointer;
	background-color: #a3d0db;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}
#acMenu dd {
	background:#f2f2f2;
	width:100%;
	height:auto;
	line-height:50px;
	text-align:center;
	border:#666 1px solid;
	display:none;
}
}
