﻿@charset "utf-8"; 

.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#contents .inner #article .section .section .special_area p.flt_r.photo_area {
	width: 250px;
	height: auto;
	margin: 0 10px 10px 10px;
}
.special_area .flt_r span {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.special_area .flt_r img {
	width: 100%;
	height: auto;
}
.special_area .note {
	margin: 0 0 20px 0 !important;
	font-size: 92%;
}
.special_area .page_title {
	color: #0070C0;
	font-size: 117%;
}
#contents .inner #article .section .section p.s_smalltextR {
	text-align: right;
}
.special_area_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px 15px;
}
.special_area_list li:nth-child(1),
.special_area_list li:nth-child(2) {
  width: 48%;
}
.special_area_list li:nth-child(3),
.special_area_list li:nth-child(5) {
  width: 28%;
}
.special_area_list li:nth-child(4) {
  width: 38%;
}
.special_area_list li:nth-child(1) {
  background: url(../img/01.jpg) no-repeat center;
  background-size: cover;
}
.special_area_list li:nth-child(2) {
  background: url(../img/02.jpg) no-repeat center;
  background-size: cover;
}
.special_area_list li:nth-child(3) {
  background: url(../img/03.jpg) no-repeat center;
  background-size: cover;
}
.special_area_list li:nth-child(4) {
  background: url(../img/04.jpg) no-repeat center;
  background-size: cover;
}
.special_area_list li:nth-child(5) {
  background: url(../img/05.jpg) no-repeat center;
  background-size: cover;
}
.special_area_list li:nth-child(n+3) {
  margin-top: 15px;
}
.special_area_list li {
  padding-top: 5px;
}
.special_area_list li h4 {
  text-align: center;
  margin-bottom: 5px;
}
#contents .inner #article .section .special_area_list li p {
  margin: 0;
}
#contents .inner #article .section .special_area_list li p.mt5 {
  margin-top: 5px;
}
.recommend_list {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 15px;
}
.recommend_list li {
  width: 32%;
}
.recommend_list li img {
  max-width: 100%;
  height: auto;
}
#contents .inner #article .section .recommend_list li p {
  margin: 0;
}
.recommend_item_content {
  display: flex;
  margin-top: 10px;
}
#contents .inner #article .section .recommend_list li .img_wh {
  width: 58%;
  margin-right: 5px;
}
.image_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px 15px;
}
.image_list li:nth-child(1) {
  width: 35%;
}
.image_list li:nth-child(2) {
  width: 31%;
}
.image_list li:nth-child(3) {
  width: 31%;
}
.image_list li:nth-child(4) {
  width: 23%;
}
.image_list li:nth-child(5) {
  width: 31%;
}
.image_list li:nth-child(6) {
  width: 42%;
}
.image_list li:nth-child(n+4) {
  margin-top: 10px;
}
.image_list img {
  max-width: 100%;
  height: auto;
}
