@charset "utf-8"; 

.mb25 {
	margin-bottom: 15px !important;
}
.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#sp_contents .titleTypeA01 h2 span {
    color: #000;
    font-size: 92%;
    font-weight: normal;
}
#contents .inner #article .section .section .special_area p.flt_r {
	float: right;
}
#contents .inner #article .section .section .special_area p.flt_r.photo_area {
	float: none;
}
.special_area .flt_r span {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.special_area .flt_r img {
	width: 100%;
	height: auto;
}

.special_area .page_title {
	color: #0070C0;
	font-size: 14px;
	margin-bottom: 10px;
}
.special_area .note {
	font-size: 92%;
}
#contents .inner #article .section .section p.s_smalltextR {
	font-size: 92%;
}
#sp_contents.corporate .special_area_list {
  overflow: hidden;
}
#sp_contents.corporate .special_area_list li {
  width: 100%;
  padding: 5px;
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
}
.special_area_list li h4 {
  text-align: center;
}
#sp_contents.corporate .special_area_list li:nth-child(1) {
  background: url(../img/01.jpg) no-repeat center;
  background-size: cover;
}
#sp_contents.corporate .special_area_list li:nth-child(2) {
  background: url(../img/02.jpg) no-repeat center;
  background-size: cover;
}
#sp_contents.corporate .special_area_list li:nth-child(3) {
  background: url(../img/03.jpg) no-repeat center;
  background-size: cover;
}
#sp_contents.corporate .special_area_list li:nth-child(4) {
  background: url(../img/04.jpg) no-repeat center;
  background-size: cover;
}
#sp_contents.corporate .special_area_list li:nth-child(5) {
  background: url(../img/05.jpg) no-repeat center;
  background-size: cover;
}
#sp_contents.corporate .recommend_list {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  width: 100%
}
#sp_contents.corporate .recommend_list li {
  width: 100%;
  border: none;
  background: transparent;
  margin: 0 0 15px 0;
}
.recommend_item_content {
  display: flex;
  margin-top: 10px;
}
#contents .inner #article .section .recommend_list li .img_wh {
  width: 25%;
  margin-right: 10px;
}
#sp_contents.corporate .image_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sp_contents.corporate .image_list li {
  width: 60%;
  border: 0;
  margin: 0 0 5px 0;
}
#sp_contents.corporate ul li:nth-child(2n) {
	margin-right: 0;
}
.site_url {
	word-break: break-all;
}
@media print {
	#sp_contents.corporate .image_list li img {
		width: 100%;
		height: auto;
}
}