@charset "UTF-8";

/*　全てのページへの適用　*/
html * {
	box-sizing: border-box;
}
body {
	margin: 0 0 0 0;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
margin: 0;
padding: 0;
}
h1{
	font-size:100%;
	font-weight: normal;
	color: #000;
}
h2{
  font-size:180%;
  color: #000;
}
h3{
  font-size:160%;
  color: #000;
}
h4{
  font-size:140%;
  color: #000;
}
h5{
  font-size:120%;
  color: #000;
}
h6{
  font-size:100%;
  color: #000;
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	
}
.boxh1 {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#006600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxh2 {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#45B035;
}
.boxnavi {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxcenter {
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
}


.box-title {
	text-align: center;
	width: 100%;
	margin: 50px auto 10px auto;
}

/* ニュース部分フレックスボックス */
.box-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 0;
	margin: 30px auto 30px auto;
	width: 1020px;
}
.news-text {
	height:250px;
	width:680px;
	padding-top: 0;
	overflow-y:scroll;
}
.news-text ul {
	list-style-type: none;
	padding: 0;
	max-width: 600px;
}
.news-text ul li{
	font-size: 11pt;
	line-height:50px;
	color: #999999;
	text-align: left;
	border-bottom: 1px dotted #999999;
	padding: 0;
	margin: 0;
}
.box-news-item {
	text-align: center;
	margin: 0 0 0 0;
}

/* ニュース部分フレックスボックス */
.box-news {
	display: flex;
	flex-wrap: wrap;
	boder-bottom: 1px dashed;
	justify-content: space-between;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 1000px;
}
.box-news-text {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	flex: 1 1 580px;
}
.box-news-item {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	flex: 1 1 auto;
}
/* コンテナフレックスボックス */
.box-container {
	display: flex;
	flex-wrap: wrap;
	boder-bottom: 1px dashed;
	justify-content: space-around;
	text-align: justify;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 1000px;
}
.box-container-item {
	text-align: center;
	flex: 0 0 300px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.boxf1 {
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFF00;
}
.boxf2 {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #45B035;
}
.boxcopy {
	background-color: #333;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #006600;
}


table {
  margin: 10px auto;
}
.tbl01 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl01 tr {
　border: solid 1px #ccc;
  padding: 10px;
}
.tbl01 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.text_gray_999_10 {
	font-size: 10px;
	color: #999;
	line-height: 22px;
}
.text_gray_999_11 {
	font-size: 11px;
	color: #999;
	line-height: 23px;
}
.text_gray_999_12 {
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.text_gray_999_13 {
	font-size: 13px;
	color: #999;
	line-height: 25px;
}
.text_gray_999_14 {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.text_gray_999_15 {
	font-size: 15px;
	color: #999;
	line-height: 27px;
}
.text_gray_999_16 {
	font-size: 16px;
	color: #999;
	line-height: 28px;
}
.text_gray_999_17 {
	font-size: 17px;
	color: #999;
	line-height: 29px;
}
.text_gray_999_18 {
	font-size: 18px;
	color: #999;
	line-height: 30px;
}
.text_gray_999_19 {
	font-size: 19px;
	color: #999;
	line-height: 30px;
}
.text_gray_999_20 {
	font-size: 20px;
	color: #999;
	line-height: 30px;
}
.text_white10 {
	font-size: 10px;
	color: #FFF;
	line-height: 22px;
}
.text_white11 {
	font-size: 11px;
	color: #FFF;
	line-height: 23px;
}
.text_white12 {
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
}
.text_white13 {
	font-size: 13px;
	color: #FFF;
	line-height: 25px;
}
.text_white14 {
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
}
.text_white15 {
	font-size: 15px;
	color: #FFF;
	line-height: 27px;
}
.text_white16 {
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
}
.text_white17 {
	font-size: 17px;
	color: #FFF;
	line-height: 29px;
}
.text_white18 {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
.text_white19 {
	font-size: 19px;
	color: #FFF;
	line-height: 30px;
}
.text_white20 {
	font-size: 20px;
	color: #FFF;
	line-height: 30px;
}
.text_gray_CCC_10 {
	font-size: 10px;
	color: #CCC;
	line-height: 22px;
}
.text_gray_CCC_11 {
	font-size: 11px;
	color: #CCC;
	line-height: 23px;
}
.text_gray_CCC_12 {
	font-size: 12px;
	color: #CCC;
	line-height: 24px;
}
.text_gray_CCC_13 {
	font-size: 13px;
	color: #CCC;
	line-height: 25px;
}
.text_gray_CCC_14 {
	font-size: 14px;
	color: #CCC;
	line-height: 26px;
}
.text_gray_CCC_15 {
	font-size: 15px;
	color: #CCC;
	line-height: 27px;
}
.text_gray_CCC_16 {
	font-size: 16px;
	color: #CCC;
	line-height: 28px;
}
.text_gray_CCC_17 {
	font-size: 17px;
	color: #CCC;
	line-height: 29px;
}
.text_gray_CCC_18 {
	font-size: 18px;
	color: #CCC;
	line-height: 30px;
}
.text_gray_CCC_19 {
	font-size: 19px;
	color: #CCC;
	line-height: 30px;
}
.text_gray_CCC_20 {
	font-size: 20px;
	color: #CCC;
	line-height: 30px;
}
.text_black10 {
	font-size: 10px;
	color: #000;
	line-height: 22px;
}
.text_black11 {
	font-size: 11px;
	color: #000;
	line-height: 23px;
}
.text_black12 {
	font-size: 12px;
	color: #000;
	line-height: 24px;
}
.text_black13 {
	font-size: 13px;
	color: #000;
	line-height: 25px;
}
.text_black14 {
	font-size: 14px;
	color: #000;
	line-height: 26px;
}
.text_black15 {
	font-size: 15px;
	color: #000;
	line-height: 27px;
}
.text_black16 {
	font-size: 16px;
	color: #000;
	line-height: 28px;
}
.text_black17 {
	font-size: 17px;
	color: #000;
	line-height: 29px;
}
.text_black18 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.text_black19 {
	font-size: 19px;
	color: #000;
	line-height: 30px;	
}
.text_black20 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
}


/* トップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:30px;
    right:30px;
    color: #ffffff; /* 文字色 */
    font-size:0px;
    text-decoration:none;
    background: linear-gradient(
    -45deg,
    #fff 25%,
    #f4f4ed 25%, #f4f4ed 50%,
    #fff 50%, #fff 75%,
    #f4f4ed 75%, #f4f4ed
  );
  background-size: 0px 0px; 
  border-radius: 50%; /* ボタンの丸み */
  opacity: 1.0; /* ボタンの透明度 */
  z-index: 99;
}
/* トップへ戻るボタン：ホバー時 */
#pagetop:hover {
    color: #ffffff; /* 文字色 */
    opacity: 0.7; /* ボタンの透明度 */
}
#pagetop img {
 width:130px;
 height:130px;
}


/* スマートフォン向けCSS */
@media (max-width: 767px) {
	/* 全体 - ナビゲーション */
.wrapper {
	width: 100% ;
	margin: 0 5 0 5px;
	max-width: 100% ;	/* 最大の横幅 */
	width: auto;
	height: auto ;		/* 高さは0にする */
	text-align: left;
	padding-right: 0px;
}
img {
	max-width:100%;
	height: auto;
}
.box-container {
	flex-wrap: wrap;
	width: 767px;
	margin: 20 5 20 5px;
	max-width: 100% ;	/* 最大の横幅 */
	width: auto;
	height: auto ;		/* 高さは0にする */
	text-align: center;
	padding-right: 0px;
}
.box-news {
	flex-wrap: wrap;
 	width: 767px;
 	margin: 5 5 5 5px;
	max-width: 100% ;	/* 最大の横幅 */
	width: auto;
	height: auto ;		/* 高さは0にする */
	text-align: center;
	padding-right: 0px;
}

/* テーブルレスポンシブ */
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl01 {
    width: 90%;
  }
  .tbl01 th {
	}
  .tbl01 tr {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  }
