#photo {
  width: 900px;
  height: 430px;
}

.inner {
  padding: 10px 14px;
}

/* OC */
#login {
  display: inline;
  float: left;
  width: 208px;
  margin-top: 10px;
}

#login_top, #login_bottom {
  height: 4px;
  font-size: 1px;
  line-height: 1px;
}

#login_top {
  background: url(../img/index/login_top.png) no-repeat;
}
#login_middle {
  background: url(../img/index/login_middle.png) repeat-y;
}
#login_bottom {
  background: url(../img/index/login_bottom.png) no-repeat;
}

#login h3 {
  background: #ff45aa;
}

#member_login {
  padding: 10px 0;
}

form {
  padding: 10px 0;
  color: #506dff;
}

form input {
  width: 170px;
}

form button {
  width: 48px;
  height: 27px;
  margin-top: 5px;
  border: none;
  background: none;
}

form#logout {
  padding: 0 0 15px 0;
}
form#logout button {
  width: 66px;
  height: 27px;
}

#bosyu {
  padding-top: 10px;
}

#bosyu a {
  text-decoration: underline;
  color: #ff47a6;
}
#bosyu a:hover {
  text-decoration: none;
}

#qr {
  padding: 10px 0 0 4px;
}

#qr td {
  padding-right: 10px;
  text-align: left;
}

#banner {
  padding-top: 14px;
}

#banner p {
  padding-bottom: 5px;
}

#footer {
  padding-top: 10px !important;
}

.form_kensyu {
  margin: 14px 4px 6px 224px;
}

.form_kensyu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 0;
  text-align: center;
  text-decoration: none;
  color: #2585ff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 0 #2585ff;
  font-size: 23px;
  font-weight: 700;
}
/* .form_kensyu a:hover {
  background-color: #fffcd2;
} */
.form_kensyu a:active {
  transform: translateY(4px);
  box-shadow: none;
}
.form_kensyu a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: '';
  background: url('../img/index/circle_arrow.svg') no-repeat center;
  background-size: contain;
}
/* .form_kensyu a:hover::after {
	background-image: url('../img/index/circle_arrow_on.svg');
} */
.form_kensyu a span::before, .form_kensyu a span::after {
  margin: 0 5px;
}
.form_kensyu a span::before {
  /* content: "\5C"; */
}
.form_kensyu a span::after {
  /* content: "\2F"; */
}


/* blog */

#blog {
  display: inline;
  float: right;
  width: 688px;
  margin-top: 10px;
}

#blog_top, #blog_bottom {
  height: 4px;
  font-size: 1px;
  line-height: 1px;
}

#blog_top {
  background: url(../img/index/news_top.png) no-repeat;
}
#blog_middle {
  background: url(../img/index/news_middle.png) repeat-y;
}
#blog_bottom {
  background: url(../img/index/news_bottom.png) no-repeat;
}

#blog h3 {
  text-align: left;
}

#blog iframe {
  width: 100%;
  height: 381px;
}


/* News */

#news {
  display: inline;
  float: right;
  width: 688px;
  margin-top: 10px;
}

#news_top, #news_bottom {
  height: 4px;
  font-size: 1px;
  line-height: 1px;
}

#news_top {
  background: url(../img/index/news_top.png) no-repeat;
}
#news_middle {
  background: url(../img/index/news_middle.png) repeat-y;
}
#news_bottom {
  background: url(../img/index/news_bottom.png) no-repeat;
}

#news h3 {
  text-align: left;
}

#news iframe {
  width: 100%;
  height: 140px;
}

.goudou {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 10px;
}

.goudou a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin: 0 2% 0;
  padding: 5px 0;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgb(0,95,213);
  background: -moz-linear-gradient(0deg, rgba(0,95,213,1) 0%, rgba(45,198,253,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,95,213,1) 0%, rgba(45,198,253,1) 100%);
  background: linear-gradient(0deg, rgba(0,95,213,1) 0%, rgba(45,198,253,1) 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fd5",endColorstr="#2dc6fd",GradientType=1);
}

.goudou a span {
  display: block;
  margin: 0 0 0;
  font-size: 14px;
  font-weight: normal;
}

.goudou_desc {
  width: 100%;
  margin: 10px  0 0;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.binran {
  box-sizing: border-box;
  width: 200px;
  margin: 0 auto 5px;
  border: 1px solid #608799;
  background: #fff;
}

.binran img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.binran_text {
  padding: 10px 10px 10px;
  text-align: left;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 2;
}

.binran_desc {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1.6;
}

.binran_text a {
  text-decoration: none;
}

.forum {
  width: 780px;
  margin: 30px auto 0;
}

.forum img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.news_banner {
  display: inline;
  float: right;
  width: 688px;
  margin-top: 10px;
}
.news_banner_inner {
  margin: 5px;
  padding: 15px 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.news_banner_title {
  margin-bottom: 10px;
  padding: 0 10px 15px;
  text-align: left;
  color: #2585ff;
  border-bottom: 1px solid #2585ff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
	width: 100%;
}
.news_banner_text {
  flex: 1;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}
.news_banner_caption {
	font-size: 14px;
	line-height: 1.6;
  margin-top: 10px;
}
.news_banner_link {
  margin-top: 10px;
}
.news_banner_link a{
  color: #ff45aa;
}
.news_banner_image {
  width: 250px;
	margin-right: 10px;
}
.news_banner_image img {
  width: 100%;
	height: auto;
}
