﻿@charset "utf-8"; 

#contents .section .inner {
  width: 100%;
  padding-left: 0;
  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;
}
.photo_item {
	display: flex;
}
.photo_item .photo_item_list {
	width: 48%;
	margin: 10px 1%;
}
.photo_item .photo_item_list img {
	width: 100%;
}
.photo {
	float: right;
	width: 250px;
	text-align: center;
	margin-left: 1%;
}
.photo img {
	width: 200px;
	height: auto;
}

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}
.uline {
  text-decoration: underline;
  margin-bottom: 5px;
}
#contents .inner #article .section .section p.note {
  text-align: right;
  font-size: 84%;
}
#contents .inner #article .section .section p.indent {
	text-indent: -1.3em;
	margin-left: 2.3em;
}
#contents .inner #article .section .section p.s_smalltextR {
  font-size: 10px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.flex .photo {
  margin-right: 40px;
}