@charset "utf-8";

body{
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #292929;
	overflow-y:scroll;
}


.wrap {
  width: 90%;
	max-width:1200px;
	margin: 0 auto;
	background:#fff;
}

h1 {
	margin:0 auto;
	font-size:1.75rem;
	text-align:center;
	padding: 30px 20px;
	color:#000;
	background-color:#E7F3FB;
	border-bottom: 2px solid #E7F3FB;
	border-top: 8px solid #5187A3;
}

h2{
  margin: 20px 0;
  padding: 10px 0 10px 0.5em;
  font-size: 22px;
  font-weight: bold;
  color: #5187A3;
  border-bottom: solid 3px;
}
h3{
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 3px;
  font-size: 110%;
  font-weight: bold;
  border-bottom: dotted 2px;
}

#navi img{ max-width: 170px; }
#t_button img{ max-width: 400px; }

.container{
  display: flex;
}

#content {
	padding: 20px 1%;
	margin-bottom: 20px;
	background-color:#FFF;
}

#navi {
  width: 170px;
  margin-right: 30px;
  padding: 20px 0;
	font-size: 0px;
	line-height: 0;
}
#navi li {
  margin-bottom: 5px;
}

#sp_menu{
  display: none;
  width: 100%;
  padding: 10px 2% 10px 2em;
  background: rgba(190,252,207,1.00);
}
#sp_menu li{
  padding: 5px 0;
  text-align: center;
  border-bottom: dotted 1px #666;
}
#sp_menu li a{
  display: block;
  text-decoration: none;
  color: #666;
}


.openBtn {
  display: none;
  padding: 5px 0 5px 2em;
  background-color: limegreen;
  color: #FFF;
  cursor: pointer;
}

.t_center{
	text-align: center;
}

@media screen and (max-width: 768px){
  .container{
    display: block;
  }
  #navi { display: none; }
  .openBtn{ display: block; }
  #content {
    width: 96%;
  }
}

section{
  margin: 20px 0;
}

.sign{
  margin: 20px 0;
  text-align: right;
}

#flow > ul > li {
  list-style: none;
    margin: 10px 0;
    padding-bottom: 20px;
    background: url(../images/arrow.gif) no-repeat center bottom;
}
#flow > ul > li > div {
    padding: 10px 2%;
    border: solid 1px #999;
    background: #eee;
}
#flow > ul > li:last-child {
    background: none;
}
#flow > ul > li > div li {
  margin-bottom: 10px;
}

#news dl > dt{ clear: both; float: left;	width: 10em; }
#news dl > dd{ margin-left: 10em; }

.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}

.mt80 {
	margin-top: 80px;
}


