﻿@charset "utf-8";

.sp_appear {
	display: none;
}

.contents_title {
	line-height: 1.5;
}

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
	color: #000000 !important;
}
.s_smalltextR {
	float: right;
}

.title_note {
	display: block;
	font-size: 0.7rem;
	text-align: right;
	color: #000000 !important;
	font-weight: normal;
	padding-top: 10px;
}

.text_sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
}

.text_sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
}

#contents .inner #article .section .titleTypeA02 span {
	color: #000000;
	font-weight: normal;
}
#contents .inner #article .tableStyle01 {
	width: 100%;
}
#contents .inner #article .tableStyle01 th {
	text-align: center;
}
#contents .inner #article .tableStyle01 td span {
	display: block;
}
#contents .inner #article .section .section p {
    margin: 5px 0 8px 0;
}
#contents .inner #article .section.last {
	border: 1px solid #1384c5;
	margin-top: 20px;
	padding: 10px 10px 5px 10px;
}
#contents .inner #article .section.last h4 {
	text-align: center;
	font-size: 14px;
}
#contents .inner #article .section.last h4 span {
	font-weight: normal;
	font-size: 92%;
}
#contents .inner #article .section.last p {
	text-align: center;
}
#contents .inner #article .section.last dl {
	padding: 0 20px;
	overflow: hidden;
}
#contents .inner #article .section.last dt {
	float: left;
	padding: 0 5px;
}
#contents .inner #article .section.last dd {
	float: left;
}

.photo_block {
	display: flex;
}

#contents .inner #article .section .photo_block_image {
	width: 135px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#contents .inner #article .section .photo_block_image img {
	width: 135px;
	height: auto;
}

#contents .inner #article .section .note {
	text-indent: -1em;
	padding-left: 1em;
}

.table_standard {
	border: solid 1px #000000;
	padding: 10px;
	width: 90%;
}

.table_standard th {
	padding: 5px;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
}

.table_standard td {
	width: 75%;
	padding: 5px;
	vertical-align: top;
}

.text_right {
	text-align: right !important;
	width: 100%;
}
