@charset "UTF_8";
a {
  color: #125687;
  text-decoration: none;
}
/*
a img:hover {
  opacity: 0.6;
}
*/

/*__content_________ */

.container_area {
  margin: 0 auto 40px;
  max-width: 1120px;
  font-size: 16px;
  background: none;
}

.keyv img{
  width: 100%;
}

.list_detail {
  width: 85%;
  margin: 0 auto;
  padding: 40px 0 45px;
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
}

#list_area ul{
	width: 100%;
}
#list_area ul li{
	width: 45%;
	height: 490px;
	padding: 15px 1%;
	background: #fff;
	float: left;
	margin-right: 6%;
	margin-bottom: 40px;
}

#list_area ul li .nagai{
	/*width: 45%;*/
	height: 100px;
	padding: 15px 1%;
	background: #fff;
	/*float: left;*/
	margin-right: 6%;
	margin-bottom: 40px;
}


#list_area ul li:nth-child(2n) {
  margin-right: 0;
}

#list_area ul li:first-child{
  margin-right: 0;
}

.clear{
	clear: both;
}


#list_area ul li .number{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.3em;
	margin-left: 1%;	
}

#list_area ul li h3{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;	
	margin-left: 10px;
	padding-bottom: 1%;
}

#list_area ul li .day{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: right;
}

#list_area ul li img{
	width: 100%;
margin: 0 0 0 0;
}


#list_area ul li a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-decoration: none;
  color: #000;
}
#list_area ul li a:hover, #list_area ul li a:focus, #list_area ul li a:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  text-decoration: none;
  color: #000;
}


#list_area ul .new_article{
	width: 42%;
	height: 420px;
	padding: 100px 5% 0 6%;
	background: #fff;
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
}


#list_area ul .new_article .txt{
	font-size:18px;
	line-height: 1.8em;
}

#list_area ul .new_article .new_article_link{
	font-size:20px;
	font-weight: bold;
	line-height: 1.6em;
	color: #ffcfb8;
}


#list_area ul .new_article .new_article_link:hover, #list_area ul .new_article .new_article_link:focus, #list_area ul .new_article .new_article_link:active {
	  -webkit-transform: scale(1.02);
	  transform: scale(1.02);
	  text-decoration: none;
	  color: #f05a24;
}


#profile{
	margin-top: 95px;
}

#profile img{
	float: left;
	width: 25%;
	height: auto;
	margin-left: 1%;
}


#profile .profile{
	margin-left: 30%;
	margin-top: 30px;
	width: 60%;
}

#profile .profile h4{
	/*font-size: 32px*/
	font-size: 29px;
	font-weight: bold;
}

#profile .profile .name{
	/*font-size: 35px*/
	font-size: 32px;
	margin-top: 5px;
}
#profile .profile .profile_txt{
	/*font-size: 18px*/
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 5px;
}

.mb{
	margin-bottom: 100px;
}


#article{
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
	margin-top: 20px;
}
#article .number{
	text-align: center;
	/*font-size: 32px;*/
	font-size: 28px;
	padding-top: 30px;
	padding-bottom: 35px;
}

#article h2{
	text-align: center;
	/*font-size: 36px;*/
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
	/*margin-left: 18%;*/
	margin-left: 13%;


}
#article .day{
	font-size: 18px;
	text-align: right;
	float: right;
	padding-top: 20px;
	margin-right: 7%;
}
#article .day3{
	font-size: 18px;
	text-align: right;
	float: right;
	padding-top: 90px;
	margin-right: 7%;
}

#article .line{
	margin: 0 auto;
	width: 88%;
	height: 45px;
	border-top: 5px solid #CC0D21;
}

#article .article_txt{
	margin: 0 auto;
	width: 80%;
	/*font-size: 22px;*/
	/*font-size: 20px;*/
	font-size: 17px;
	line-height: 1.8em;
	text-align: justify;
}

#article .article_txt_taidan{
	margin: 0 auto;
	width: 80%;
	/*font-size: 22px;*/
	/*font-size: 20px;*/
	font-size: 17px;
	line-height: 1.8em;
	text-align: justify;
	/*padding: 5px 0 5px 0;*/
	padding: 2px 0 2px 0;
}

#article .article_txt .midashi{
	font-weight: bold;
	/*font-size: 23px;*/
	font-size: 20px;
	line-height: 1.8em;
	text-align: justify;
	padding: 5px 0 5px 0;
}

#article .article_txt_taidan .midashi{
	font-weight: bold;
	/*font-size: 23px;*/
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
	padding: 5px 0 5px 0;
}

#article .article_txt_taidan .taidan_a{
	/*font-weight: bold;*/
	/*font-size: 22px;*/
	/*font-size: 20px;*/
	font-size: 17px;
	line-height: 1.8em;
	color: #ff1493;
	/*text-align: justify;*/
}

#article .article_txt_taidan .taidan_b{
	/*font-weight: bold;*/
	/*font-size: 22px;*/
	/*font-size: 20px;*/
	font-size: 17px;
	line-height: 1.8em;
	color: #00008b;
	/*text-align: justify;*/
}


#article .article_img{
	margin-left: 7.5%;
	width: 85%;
	height: auto;
	margin-top: 5px;
}

#article .article_img_credit{
	text-align: right;
	font-size: 13px;
	margin-top: 3px;
	margin-right: 8%;
}

#article .credit{
	text-align: right;
	font-size: 18px;
	margin-top: 90px;
	margin-right: 9%;
}


#article #profile_2{
	/*margin-top: 75px;*/
	margin: 0 auto;
	width: 80%;

}

#article #profile_2 img{
	float: left;
	margin-left: 5%;
	padding: 10px 0 0 0;
}

#article #profile_2 #img_credit{
	/*text-align: right;*/
	font-size: 13px;
	margin-top: 3px;
	margin-right: 15%;
}

#article #profile_2 .profile{
	margin-left: 35%;
	padding: 10px 0 0 0;

/*	background: #eee;*/
}


#article #profile_2 .profile h4{
	font-size: 20px;
	font-weight: bold;

}

#article #profile_2 .profile .name{
	font-size: 20px;
	margin-top: 5px;
}
#article #profile_2 .profile .profile_txt{
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 5px;
}

#article #kokuchi{
	/*margin-top: 75px;*/
	margin: 0 auto;
	width: 80%;
	padding: 50px 0 20px 0;
	/*background-color: #eee;*/
}

#article #kokuchi .haikei{
	padding:15px 0 15px 0;
	/*background-color: #34667f;*/
	background-color: #244C5A;
}

#article #kokuchi .text_01{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	/*margin-left: 18%;*/
	/*margin-left: 13%;*/
	padding: 0 0 10px 0;
	color: #fff;
}

#article #kokuchi .text_02{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	/*margin-left: 18%;*/
	/*margin-left: 13%;*/
	color: #fff;
}
#article #kokuchi .text_03{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	/*margin-left: 18%;*/
	/*margin-left: 13%;*/
	color: #fff;
	padding: 10px 0 0 0;
}

#article #kokuchi .text_03 a{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	/*margin-left: 18%;*/
	/*margin-left: 13%;*/
	color: #fff;
}

#article #douga{
	/*margin-top: 75px;*/
	margin: 0 auto;
	width: 60%;
	padding: 0 0 20px 0;
	/*background-color: #eee;*/
}

#article #douga_midashi{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin: 0 auto;
	width: 80%;
	padding: 60px 0 0 0;
}

/*
#article .top_link{
	margin-left: 4.5%;
}

#article .top_link a{
	font-size:18px;
	line-height: 1.6em;
	color: #f05a24;
}


#article .top_link a:hover, #article .top_link a:focus, #article .top_link a:active {
	  text-decoration: none;
	  color: #ffcfb8;
}
*/

/*__page-top_________ */
#page-top {
  position: fixed;
  left: 50%;
  bottom: 28px;
  margin-left: 575px;
  z-index: 1;
}
#page-top a {
  display: block;
  padding: 7px;
  background: #CC0D21;
}
