@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
p {
  margin: 0px;
  padding: 0px;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#main {
  padding: 15px;
}
.sml {
  font-size: 80%;
}
.sbt {
  margin-top: 10px;
  text-align: center;
}
.fcb {
  color: #39C;
}
.clearfix {
  clear: both;
}
#bbs {
  border-top: 6px solid #26a240;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-family: メイリオ;
  line-height: 32px;
}
.fb {
  font-weight: bold;
}
.w80 {
  width: 85%;
}
.fontsize13 {
  font-size: 13px;
}
.fontsize14 {
  font-size: 14px;
}
.fontsize16 {
  font-size: 16px;
}
.fontsize18 {
  font-size: 18px;
}
.fontsize20 {
  font-size: 20px;
}
.fontsize22 {
  font-size: 22px;
}
.ml10 {
  margin-left: 10px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.pa10 {
  padding: 10px;
}
.pl30 {
  padding-left: 30px;
}
.pl60 {
  padding-left: 60px;
}
.pl95 {
  padding-left: 95px;
}
.pl115 {
  padding-left: 115px;
}
.lh22 {
	line-height:22px;
}
.c_white {
  color: white;
}
.red {
  color: #F00;
}
.green{
	color:#23B14D;
}
.blue{
	color:#4472c4;
}
.orange {
	color:#ed7d31;
}
.bg_g {
  background-color: #00b050;
}
.bg_lg {
  background-color: #a9d18e;
}
.bg_b {
  background-color: #4472c4;
}
.bg_lb {
	background-color:#8faadc;
}
.bg_o {
  background-color: #ed7d31;
}
.bg_white {
	background-color:#FFFFFF;
}
.bg_gray {
	background-color:#e7e6e6;
}
.bg_gray2 {
	background-color:#a6a6a6;
}
.bg_orange {
	background-color:#f8cbad;
}
.table01 {
  border-collapse: collapse;
}
.table01, .table01 td, .table01 th {
  padding: 5px;
}
.table02 {
  border-collapse: collapse;
  width:100%;
  line-height:20px;
}
.table02, .table02 td, .table02 th {
  padding: 10px;
}
.table03 {
  border-collapse: collapse;
  line-height:22px;
  text-align:left;
  border:1px solid #FFF;
  margin-left:20px;
}
.table03, .table03 td, .table03 th {
  padding: 10px;
  vertical-align:text-top;
  border:2px solid #FFF;
}
.table04 {
  border-collapse: collapse;
  line-height:22px;
  text-align:left;
  border:1px solid #FFF;
  margin-left:20px;
}
.table04, .table04 td, .table04 th {
  padding: 10px;
  vertical-align:middle;
  border:2px solid #FFF;
}
.table_caution {
  border-collapse: collapse;
  border:2px solid #ffc000;
  margin:10px 0px;
}
.table_caution td {
	padding:5px 10px;
	width:101px;
}
.table_caution td.caution {
	background-color:#ffc000;
	width:80px;
	text-align:center;
	font-weight:bold;
}
.br_white {
	border-right:2px solid #FFF;
}
.br_green {
	border-right:2px solid #a9d18e;
}
.br_blue {
	border-right:2px solid #8faadc;
}
.bb_green {
	border-bottom:2px solid #a9d18e;
}
.bb_blue {
	border-bottom:2px solid #8faadc;
}
.underline {
  text-decoration: underline;
}
.dashed {
	border-bottom:dashed #23B14D 2px;
}
.dashed_blue {
	border-bottom:dashed #4472c4 2px;
}
.dashed_orange {
	border-bottom:dashed #ed7d31 2px;
}
.step {
	background-color:#FFFFFF;
	color:#23B14D;
	border-radius:5px;
	margin:15px 7px 5px 7px;
	padding:5px;
	text-align:center;
}
.step_blue {
	background-color:#FFFFFF;
	color:#4472c4;
	border-radius:5px;
	margin:15px 7px 5px 7px;
	padding:5px;
	text-align:center;
}
.step_orange {
	background-color:#FFFFFF;
	color:#ed7d31;
	border-radius:5px;
	margin:15px 7px 5px 7px;
	padding:5px;
	text-align:center;
}
.form_btn {
	background-color:#23B14D;
	padding:10px 55px;
	display:inline-block;
	margin-bottom:25px;
	border-radius:7px;
}
.form_btn_blue {
	background-color:#4472c4;
	padding:10px 55px;
	display:inline-block;
	margin-bottom:25px;
	border-radius:7px;
}
.form_btn_orange {
	background-color:#ed7d31;
	padding:10px 55px;
	display:inline-block;
	margin-bottom:25px;
	border-radius:7px;
}
.bar_green {
	background-color:#23B14D;
	width:140px;
	text-align:center;
	line-height:22px;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	display:table-cell;
}
.bar_blue {
	background-color:#4472c4;
	width:140px;
	text-align:center;
	line-height:22px;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	display:table-cell;
}
.bar_orange {
	background-color:#ed7d31;
	width:140px;
	text-align:center;
	line-height:22px;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	display:table-cell;
}
.bar_gray {
	background-color:#e7e6e6;
	width:850px;
	padding:15px;
	line-height:22px;
	display:table-cell;
	border-bottom:2px solid #FFF;
}
dl.db dt {
	float:left;
}
dl.db dd {
	margin-left:40px;
}
.qa {
	/*height:50px;*/
	padding:8px 10px;
	line-height:20px;
	border-bottom:2px solid #FFF;
}
.topbtn {
  background-color: #23B14D;
  border-radius:6px;
  text-align:center;
  color:#FFFFFF;
  text-decoration:none;
  padding:5px 15px;
}
.topbtn_blue {
  background-color: #4472c4;
  border-radius:6px;
  text-align:center;
  color:#FFFFFF;
  text-decoration:none;
  padding:5px 15px;
}
.topbtn_orange {
  background-color: #ed7d31;
  border-radius:6px;
  text-align:center;
  color:#FFFFFF;
  text-decoration:none;
  padding:5px 15px;
}
#bbs_title {
  text-align: left;
  padding-left: 20px;
  margin: 25px auto 15px auto;
  overflow-y:scroll;
  height:265px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e9feda;
  line-height: 1.5;
}
#bbs_footer {
  width: 1010px;
  background: #545454;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0px 5px 9px;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
  font-size: 15px;
  padding-right: 30px;
  height: 45px;
}
#bbs_nagare table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
#jizen {
  width: 40%;
  border: 1px solid #507fab;
  border-radius: 15px;
  padding: 15px;
  margin: 10px 0px;
  background-color: #bdd7ee;
}
#password {
  color: white;
  width: 400px;
  height: 350px;  
  padding-top: 42px;  
  margin: 110px 0px 0px 0px;
  float: right;
  background-image: url("img/bg_Bulletinboard.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
#password a {
  color: white;
}
#password a:hover {
  color: #98fb98;
}
h2 {
  background-color: #23B14D;
  color: white;
  font-size: 22px;
  padding: 10px;
}
.gotop {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: #23B14D;
  border: 1px solid #999;
  padding: 0 10px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  opacity: 1;
}
.gotop:hover {
  opacity: 1;
}
.gotop_blue {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: #4472c4;
  border: 1px solid #999;
  padding: 0 10px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  opacity: 1;
}
.gotop_blue:hover {
  opacity: 1;
}
.gotop_orange {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: #ed7d31;
  border: 1px solid #999;
  padding: 0 10px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  opacity: 1;
}
.gotop_orange:hover {
  opacity: 1;
}

/* bbsドロップダウン用 */
#bbs ul {
  height: 510px;
}
#bbs ul li {
  list-style: none;
  height: 33px;
  width: 500px;
}
#bbs ul li ul {
  display: none;
  list-style: none;
  margin-left: 310px;
}
#bbs ul li ul li {
  width: 420px;
  height: 295px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
}
#bbs ul li:hover ul {
  display: block;
  position: relative;
  top: -30px;
  left: 20px;
  width: 300px;
  height: 0px;
}
#bbs ul li:hover ul li {
  background-color: #d5c6d5;
}
/* bbsドロップダウン用ここまで */