﻿@charset "utf-8";

#contents .inner #article .section .section p.center {
  text-align: center;
  margin-top: 10px;
}
#contents .section .inner {
  width: 100%;
  padding-left: 0;
  clear: both;
}
p.center {
  clear: both;
}
.section_inner:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
section:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
ul.feature_list li {
  line-height: 2;
}
ul.feature_list li:last-child {
	margin-top: 20px;
}
ul.feature_list li strong {
  display: block;
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.photo {
	float: right;
	width: 143px;
	text-align: center;
	margin-left: 2%;
}
.photo img {
	width: 100%;
}

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}
.tableStyle01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.visual_list {
	display: flex;
	justify-content: center;
}
.visual_list:after {
	content:"";display:block;clear:both;
}
#contents .inner #article .section .section .visual_list .visual_item p {
	text-align: center;
}
.visual_list .visual_item:not(:last-child) {
	margin-right: 3.5%;
}
#contents .inner #article .section .section p.s_smalltext {
    display: block;
    font-size: 84%;
	padding: 0 10px;
	text-indent: -1em;
	margin-left: 1em;
}
#contents .inner #article .section .section p.s_smalltextR {
	font-size: 84%;
	text-align: left;
	margin:10px 0 20px 0;
	display: flex;
    justify-content: flex-end;
}
h4 {
	padding: 0 10px;
}
.photo_wh {
  width: 150px;
  margin-left: 2%;
}
.photo_list {
  display:flex;
  flex-warp: warp;
  margin-top: 10px;
}
.date_dl {
  display:flex;
}
.date_dt {
  flex: 0 0 60px;
}
.date_dd span {
  font-size: 10px;
}
.small_text {
  font-size: 10px;
}

.topics_block {
  background-color: #eef5fb;
  padding: 20px 10px 10px 10px;
}
.topics_list_item {
  text-indent: -1em;
  padding-left: 1em;
}
.feature_image {
  float: right;
  margin-top: 90px;
}
.development_image img {
  width: 100%;
  height: auto;
}
.development_column {
  display: flex;
  align-items: center;
}
.development_column_image {
  margin-right: 20px;
}
.method_list_item {
  display: flex;
}
.method_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.method_list_text p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.background {
  display: flex;
}

.background_text {
  width: 70%;
}

.background_photo {
  width: 30%;
}

.introduce_column {
  display: flex;
  justify-content: space-between;
}
.introduce_column_image {
  width: 183px;
  margin: 0 10px 10px 0;
}

.introduce_column_image .image {
  display: block;
  margin-bottom: 10px;
}

.introduce_column_note {
  display: block;
  text-align: center !important;
  font-size: 10px;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.strong_name {
  text-align: center !important;
  font-size: 1.0rem;
  font-weight: bold;
}

.pc_appear {
  display: block;
}
.sp_appear {
  display: none;
}
