@charset "UTF-8";

/* CSS Document */

.cf{
    width: 100%;
	zoom: 0;
}
.cf:before,.cf:after{
	content:""; display: table;
}
.cf:after{
	clear: both;
}
p,ul{
	font-family:“メイリオ”,”Hiragino Kaku Gothic Pro”,Meiryo,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,Helvetica,Arial,sans-serif;
	padding:0;
	margin-bottom:1.1em;
	font-size:0.95em;
	line-height:160%;
	list-style:none;
	color:#363636;
}
img{
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}
h1{
	font-size:1.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#409999;
	text-align:center;
	margin:1em auto;
	border-bottom:2px solid #409999;
}
h2{
	font-size:1.2em;
	text-align:center;
}
h3{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color:#3678A2;
	padding-bottom:5px;
	color:#fff;
}
h4{
	font-size:1em;
	margin:0;
	padding:0;
	margin-bottom:1em;
}
#main{
	padding-top:60px;
}
#link_head{
	padding:15px;
	margin-bottom:40px;
	border:1px #960 solid;
	background-color:#EDE0C8;
	border-radius:5px;
}
#link_head p{
	color:#960;
	font-size:1rem;
	border-bottom:2px solid #960;
	padding-bottom:5px;
}
#link_head ul{
	color:#333;
	margin:auto 0;
	width:95%;
	padding-left:1.5em;
}
#link_head li{
	font-weight:bold;
	list-style-type:decimal;
	margin-bottom:10px;
}
#link_head a{
	color:#333;
}
.reform_toha{
	padding-top:1em;
}
.zenkoku{
	background-color:#F6F3E1; 
	border-radius:10px;
	padding:5px;
	padding-bottom:1em;
	margin-bottom:1em;
}
#side_nav .side_now{
	background-color:#6C9;
}
#side_nav .side_now i{
	border-bottom:1px solid;
	font-style:normal;
}
#side_nav .midashi{
	text-align:center;
	margin:0px auto;
}
#side_nav a{
	text-decoration:none;
}
#main #side_nav a:hover{
	text-decoration:none;
	 opacity: 0.7;
	 filter: alpha(opacity=70);
	 -ms-filter: "alpha(opacity=70)";
}
#side_nav li{
	font-size:0.9em;
	position:relative;
	border-bottom:1px dashed;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	background-color:#099;
	color:#fff;
}
#side_nav li:before{
	  content: "";
      display: block;
      position: absolute;
      top: 40%;
	  left:10px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);	  
}
#side_nav ul{
	margin-bottom:2em;
	border-radius:20px;
}
#side_nav .box_form{
	margin-bottom:1em;
	text-align:center;
}
#side_nav .box_form img{
	margin-bottom:0;
	width:80%;
}
#side_nav .box_form p{
	font-size:0.8em;
	margin-top:0;
}
hr{
	margin-bottom:3em ;
	margin-top:2em;
}
.zenkoku{
	padding:20px;
	margin:2em auto;
}
#contents{
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	margin-bottom:1em;
	padding-bottom:1em;
	overflow:hidden;
	border-bottom:2px dashed #409999;
	-js-display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	display: block;
    display: flex;
}
.reform_case{
	width:48%;
	margin:1%;
	box-sizing:border-box;
	margin-bottom:1em;
	padding:5px;
	box-shadow:1px 1px 1px 1px #CCC;
}
#contents .reform_case p{
	font-size:0.9em;
}
.reform_case li{
	padding:2px;
	margin:1px;
	border:1px solid #999;
	font-size:0.7em;
	display:inline-block;
}
.more_details{
	bottom:0;
	border:1px solid;
	font-size:0.8em;
	font-weight:bold;
	padding:10px;
	display:block;
	width:87%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	background-color:#661C33;
	color:#fff;
}
.close_btn{
color:#fff;
	position:relative;
  display: block;
  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  margin:2em auto;
  background-color:#333;
}
.list li{
	margin-bottom:1em;
	line-height:170%;
}
.ck_btn {
	color:#fff;
	position:relative;
  display: block;
  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  margin:2em auto;
  background-color:#399;
}
.ck_btn::after{
	 content: "";
      display: block;
      position: absolute;
      top: 45%;
	  left:60px;
      width: 10px;
      height: 10px;    
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);	  
}
.center{
	text-align:center;
}
.back_btn{
	padding:5px;
	font-size:1em;
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
}
.back_btn span{
  position: relative;
}
.back_btn span::before{
  content: "▲";
  position: absolute;
  top:20%;
  left:-20px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
}
.text{
	display:inline-block;

}
@media only screen and (min-width: 470px) {

h1{
	font-size:1.4em;
	height:50px;
	color:#000;
	border:none;
	margin:0;
}
h3{
	font-size:1.4em;

}
#main{
	width:980px;
	padding-top:80px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#main p{
	font-size:1em;
	line-height:170%;
}
#link_head{
	max-width:500px;
	margin:10px auto;
	margin-bottom:50px;
}
#link_head p{
	width:95%;
}
#link_head h3{
	font-size:1.3em;
}
#link_head ul{
	font-size:1.1em;
	width:60%;
	margin:0 auto;
}
#side_nav{
	margin-top:2em;
	float:left;
	max-width:28%;
	padding:0;
}
#side_nav ul{
	border-radius:20px;
}
#side_nav li{
	padding-right:10px;
}
#side_nav .box_form img{
	width:100%;
}
#side_nav .box_form{
	border-radius:5px;
	border:2px solid #3678A2;
}
#side_nav .box_form p{
	text-align:left;
	margin:0;
	padding:2px;
}
#main p{
	font-size:1em;
	line-height:180%;
}
#contents{
	margin-top:2em;
	max-width:70%;
	float:right;
	border:none;
}
.reform_case{
	box-sizing:border-box;
}
.reform_case .text{
	width:55%;
	float:right;
}
.cen_lef{
	text-align:center;
}
.back_btn{
	width:980px;
	border:none;
}
.back_btn p{
	width:150px;
	left:800px;
	position:relative;
}
}