@charset "utf-8";


/* ============================================================

	共通

============================================================ */

a {
	color: #434593;
}

#header_navi {
	border-top: 10px solid #434593;
	background: #c6c4e4;
}

#font_size dd,
#voice dd a,
#search button.gsc-search-button {
	border: 1px solid #434593;
	background: #434593;
	color: #fff;
}

#font_size dd:hover,
#font_size dd:focus,
body.fs_s #font_size dd.shrink,
body.fs_xl #font_size dd.enlarge,
#voice dd a:hover,
#voice dd a:focus {
	color: #000;
	background: #c6c4e4;
}

#gnavi .menu a:hover,
body.index #gnavi .index a,
body.wadai #gnavi .wadai a,
body.siryo #gnavi .siryo a,
body.signal #gnavi .signal a,
body.news #gnavi .news a,
body.osirase #gnavi .osirase a,
body.koza #gnavi .koza a,
body.soudan #gnavi .soudan a,
body.fresh #gnavi .fresh a,
body.report #gnavi .report a,
body.report02 #gnavi .report02 a {
	background: #434593;
	color: #fff;
}

#gnavi .menu a::before {
	color: #434593;
}

#gnavi .menu a:hover::before,
body.index #gnavi .index a::before,
body.wadai #gnavi .wadai a::before,
body.siryo #gnavi .siryo a::before,
body.signal #gnavi .signal a::before,
body.news #gnavi .news a::before,
body.osirase #gnavi .osirase a::before,
body.koza #gnavi .koza a::before,
body.soudan #gnavi .soudan a::before,
body.fresh #gnavi .fresh a::before,
body.report #gnavi .report a::before,
body.report02 #gnavi .report02 a::before {
	color: #fff;
}

#gnavi .menu .close_btn:hover {
	background: #434593;
	color: #fff;
}

body.lower #footer {
	margin-top: 0;
}

body.lower #footer .line {
	margin: 0 -1.5rem 2rem;
	height: 3rem;
	background: linear-gradient(0deg, #434593 30%, #c6c4e4 30%);
}


#backnumber h2 {
	color: #434593;
}

#backnumber_inner {
	border: 2px solid #434593;
	border-radius: 0 0 1rem 1rem;
}

#backnumber_inner>dl>dt {
	background: #434593;
	color: #fff;
}

#backnumber_inner>dl>dd .prev,
#backnumber_inner>dl>dd .next {
	border: none;
	background: #434593;
	color: #fff;
}

#backnumber_inner>dl>dd .prev:hover,
#backnumber_inner>dl>dd .next:hover {
	background: #fff;
	color: #434593;
}

#backnumber_category dd li a {
	color: #000;
	text-decoration: underline;
}

#backnumber_category dd li a:hover {
	opacity: 0.7;
}

#backnumber_year>dd .more,
#backnumber_year>dd .close {
	border: 1px solid #434593;
	border-radius: 1rem 0 1rem 0;
	background: #434593;
	color: #fff;
}

#backnumber_year>dd .more:hover,
#backnumber_year>dd .close:hover {
	background: #fff;
	color: #434593;
}

#backnumber_year .wrap dt a:hover,
#backnumber_year .wrap .btn:hover {
	color: #434593;
}

#backnumber_year .wrap .btn {
	border: 1px solid #434593;
	background-color: #434593;
}

@media screen and (max-width: 1280px) {

	#backnumber_year {
		border-top: 1px solid #434593;
	}

}

body.backnumber #article .layout_1>dl>dt,
body.backnumber #article .layout_2>dl>dt,
body.backnumber #article .layout_3>dl>dt,
body.backnumber #article .layout_4>dl>dt,
body.backnumber #article .layout_1 dd a:hover,
body.backnumber #article .layout_2 dd dd a:hover,
body.backnumber #article .layout_3 dd dd a:hover,
body.backnumber #article .layout_4 dd dd a:hover,
body.backnumber #contents .cat_link a,
body.backnumber #article #bn_category dt,
body.backnumber #article #bn_category dd a:hover {
	color: #fff;
	background-color: #434593;
}

body.backnumber #article .layout_2 dd dd a:hover .small {
	color: #fff;
}

body.backnumber #article .wrap dd a:hover,
body.backnumber #article .wrap02 dd dd a:hover,
body.backnumber #article .wrap03 dd dd a:hover,
body.backnumber #article .wrap04 dd dd a:hover {
	color: #fff;
	background-color: #434593;
}

body.all #article h1,
body.backnumber #contents h1 {
	color: #434593;
}

body.all #article h2 {
	border-color: #434593;
}

body.all #article .btn a {
	border: 1px solid #434593;
	background-color: #434593;
}

body.all #article .btn a:hover {
	background-color: #fff;
	color: #434593;
}

body.all #article h3 {
	color: #434593;
}

body.all #article .list li::before {
	content: '●';
	color: #434593;
	font-family: sans-serif;
}

@media screen and (max-width: 767px) {

	#header_navi {
		border-top: none;
		background: none;
	}

	#site_number {
		background-color: #434593;
	}

	#sp_navi {
		background: #434593;
	}

	#footer_navi {
		border-top: none;
	}

}

/* ============================================================

	トップ

============================================================ */

body.index .body_inner {
	background: url(../images/index/bg_2.png) 0 0 repeat-x, url(../images/index/bg.jpg) 0 center no-repeat;
	background-size: cover;
}

body.index #contents_inner.common_inner {
	max-width: 100%;
	padding: 0;
}

body.index .layout_main {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 0 15px;
}

@media print,
screen and (max-width: 1000px) {

	body.index .layout_main {
		display: block;
	}

}

body.index.fs_l .layout_main,
body.index.fs_xl .layout_main {
	display: block;
}

body.index .sections {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
	padding-right: 1.5rem;
}

body.index .section {
	width: calc(33% - 10px);
	border-radius: 0 0 1rem 1rem;
	background-color: #fff;
}

@media print,
screen and (max-width: 1280px) {

	body.index .sections {
		gap: 14px;
	}

	body.index .section {
		width: calc(50% - 7px);
	}

}

@media print,
screen and (max-width: 1000px) {

	body.index .sections {
		padding-right: 0;
		padding-bottom: 3rem;
	}

}

body.index.fs_l .sections,
body.index.fs_xl .sections {
	gap: 14px;
	padding-right: 0;
	padding-bottom: 3rem;
}

body.index.fs_l .section,
body.index.fs_xl .section {
	width: calc(50% - 7px);
}


body.index .section_inner {
	display: flex;
}

body.index .section .text_wrap {
	flex: 1;
	cursor: pointer;
}

body.index .section .text_wrap.no_image {
	padding-right: 0;
}

body.index .section .image_wrap {
	max-width: 130px;
}

body.index .section .image_wrap img {
	border-radius: 0 0 0.8rem 0
}

body.index .section:hover .inner {
	opacity: 0.7;
}

body.index .section .title {
	margin-left: -3px;
	border-left: 3px solid #ffe100;
	font-size: 2rem;
	cursor: pointer;
}

body.index .section .title a {
	display: block;
	color: #fff;
}

body.index .section .title .bg {
	display: inline-block;
}

body.index .section .title_inner {
	display: inline-block;
	/*width: 12em;*/
	width: 13em;
	margin-right: -1px;
	padding: 1rem;
}

body.index .section .text {
	padding: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

body.index .section .text .black {
	color: #000 !important;
}

body.index .section p.text {
	font-size: 2rem;
}

body.index .section p.text.small {
	font-size: 1.8rem;
	line-height: 1.6;
}

body.index .section p.text .small {
	font-size: 1.8rem;
	line-height: 1.6;
}

body.index .section p.text.small .small {
	font-size: 1.8rem;
}

body.index .section ul.text li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.3rem;
	line-height: 1.4;
}

body.index .section .text li::before {
	content: '・';
}

body.index .section ul.text.small {
	font-size: 1.8rem;
}

body.index .section ul.text .small {
	font-size: 1.8rem;
}

body.index .section ul.text.small .small {
	font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {

	body.index .section ul.text.small {
		font-size: 1.6rem;
	}

	body.index .section ul.text .small {
		font-size: 1.6rem;
	}

	body.index .section ul.text.small .small {
		font-size: 1.6rem;
	}

}

body.index .section.wadai,
body.index .section.siryo {
	border: 3px solid #4e52a2;
	border-top: none;
}

body.index .section.wadai .title,
body.index .section.siryo .title {
	background: #4e52a2;
}

body.index .section.wadai .title .bg,
body.index .section.siryo h2 .bg {
	background: #313472;
}

body.index .section.wadai .title_inner,
body.index .section.siryo .title_inner {
	background: url(../images/wadai/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.signal {
	border: 3px solid #ed6c00;
	border-top: none;
}

body.index .section.signal .title {
	background: #ed6c00;
}

body.index .section.signal .title .bg {
	background: #d43f07;
}

body.index .section.signal .title_inner {
	background: url(../images/signal/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.report {
	border: 3px solid #4db330;
	border-top: none;
}

body.index .section.report .title {
	background: #4db330;
}

body.index .section.report .title .bg {
	background: #3c8525;
}

body.index .section.report .title_inner {
	background: url(../images/report/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.news {
	border: 3px solid #01a8e2;
	border-top: none;
}

body.index .section.news .title {
	background: #01a8e2;
}

body.index .section.news .title .bg {
	background: #007bc2;
}

body.index .section.news .title_inner {
	background: url(../images/news/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.osirase {
	border: 3px solid #e9546b;
	border-top: none;
}

body.index .section.osirase .title {
	background: #e9546b;
}

body.index .section.osirase .title .bg {
	background: #b7254d;
}

body.index .section.osirase .title_inner {
	background: url(../images/osirase/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.koza {
	border: 3px solid #3d62ad;
	border-top: none;
}

body.index .section.koza .title {
	background: #3d62ad;
}

body.index .section.koza .title .bg {
	background: #0c328c;
}

body.index .section.koza .title_inner {
	background: url(../images/koza/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.soudan {
	border: 3px solid #a96b3a;
	border-top: none;
}

body.index .section.soudan .title {
	background: #a96b3a;
}

body.index .section.soudan .title .bg {
	background: #7e4b2b;
}

body.index .section.soudan .title_inner {
	background: url(../images/soudan/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index .section.fresh {
	border: 3px solid #afd000;
	border-top: none;
}

body.index .section.fresh .title {
	background: #afd000;
}

body.index .section.fresh .title .bg {
	background: #378525;
}

body.index .section.fresh .title_inner {
	background: url(../images/fresh/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.index #pdf {
	width: 30rem;
	margin: 0 auto 3rem;
	padding: 20px;
	border-radius: 1rem;
	background: #fff;
}

body.index #pdf .image_wrap {
	display: block;
	max-width: 40rem;
	margin: 0 auto;
}

body.index #pdf .slick-list a:focus {
	border: 2px solid #000;
}

body.index #pdf .slick-dots {
	display: flex;
	justify-content: center;
	margin: 1rem 3rem 0 0;
	text-align: center;
}

body.index #pdf .slick-dots li {
	display: flex;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

body.index #pdf .slick-dots li button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: transparent;
	overflow: hidden;
}

body.index #pdf .slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #434593;
	border-radius: 50%;
}

body.index #pdf .slick-dots li.slick-active button::before {
	background: #434593;
}

body.index #pdf .control {
	position: relative;
	margin: 0 auto 2rem;
	color: #434593;
	font-size: 2rem;
	text-align: center;
}

body.index #pdf .control .pause {
	position: absolute;
	top: -20px;
	right: 30px;
	z-index: 10;
	width: 2.1rem;
	height: 2.1rem;
	overflow: hidden;
	cursor: pointer;
}

body.index #pdf .control .pause::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f28b';
	color: #434593;
	font-weight: 900;
}

body.index #pdf .control .pause_inner {
	display: inline-block;
	text-indent: -9999px;
}

body.index #pdf .control .start {
	display: none;
	position: absolute;
	top: -18px;
	right: 0;
	z-index: 10;
	width: 2.1rem;
	height: 2.1rem;
	overflow: hidden;
	cursor: pointer;
}

body.index #pdf .control .start::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f144';
	color: #434593;
	font-weight: 900;
}

body.index #pdf .control .start_inner {
	display: inline-block;
	text-indent: -9999px;
}

body.index.fs_s #pdf .control .pause,
body.index.fs_s #pdf .control .start {
	top: -16px;
	right: 20px;
}

body.index.fs_l #pdf .control .pause,
body.index.fs_l #pdf .control .start {
	top: -32px;
	right: 55px;
}

body.index.fs_xl #pdf .control .pause,
body.index.fs_xl #pdf .control .start {
	top: -40px;
	right: 80px;
}

body.index #pdf .control .pause:hover,
body.index #pdf .control .start:hover,
body.index #pdf .slick-dots li button:hover {
	opacity: 0.7;
}

body.index #pdf .btn a {
	display: block;
	max-width: 30rem;
	margin: 0 auto;
	padding: 1.5rem;
	border: 1px solid #434593;
	border-radius: 1rem;
	background: #434593;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0.1rem 0.1rem 0.3rem #666;
	text-decoration: none;
}

body.index #pdf .btn a:hover {
	opacity: 0.7;
}

body.index #pdf .btn a .small {
	font-size: 1.3rem;
	font-weight: 400;
}

@media print,
screen and (max-width: 1000px) {

	body.index #pdf {
		float: left;
	}

}

body.index.fs_l #pdf,
body.index.fs_xl #pdf {
	float: left;
}

body.index .layout_sub {
	margin-top: 30px;
}

body.index .wanted_info {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	padding: 0 15px;
}

@media print,
screen and (max-width: 1000px) {

	body.index .layout_sub {
		margin-top: 0;
	}

	body.index .wanted_info {
		flex-direction: column;
	}

}

body.index.fs_l .layout_sub,
body.index.fs_xl .layout_sub {
	margin-top: 0;
}

body.index.fs_l .wanted_info,
body.index.fs_xl .wanted_info {
	flex-direction: column;
}

body.index .wanted_info .wanted {
	width: 500px;
	border: 2px solid #434593;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
}

body.index .wanted_info .info {
	width: 500px;
	border: 2px solid #434593;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
}

@media screen and (max-width: 1000px) {

	body.index .wanted_info .wanted {
		width: 100%;
	}

	body.index .wanted_info .info {
		width: 100%;
	}

}

body.index.fs_l .wanted_info .wanted,
body.index.fs_xl .wanted_info .wanted {
	width: 100%;
}

body.index.fs_l .wanted_info .info,
body.index.fs_xl .wanted_info .info {
	width: 100%;
}

body.index .wanted_info .title {
	padding: 1rem;
	background: #434593;
	color: #fff;
}

body.index .wanted_info ul {
	flex: 1;
}

body.index .wanted_info li {
	position: relative;
	padding: 0 1rem 0 3rem;
}

body.index .wanted_info li a {
	display: block;
	padding: 1rem 0;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
}

body.index .wanted_info li.line a {
	border-bottom: 1px solid #434593;
}

body.index .wanted_info li a::before {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-family: 'Font Awesome 5 Free';
	content: '\f152';
	color: #434593;
	font-weight: 700;
}

body.index .wanted_info li a:hover {
	color: #434593;
}

@media screen and (max-width: 1069px) {

	body.index.fs_xl .section {
		width: calc(50% - 30px);
	}

}

@media screen and (max-width: 767px) {

	body.index #header {
		background-color: #fff;
	}

	body.index .body_inner {
		background: url(../images/index/bg.jpg) right center no-repeat;
		background-size: cover;
	}

	body.index #contents {
		margin-top: -0.1rem;
		padding-top: 0;
	}

	body.index .layout_outer {
		display: block;
	}

	body.index .layout_main {
		display: block;
		max-width: initial;
		width: 100%;
		margin-top: 0;
		padding: 1rem;
	}

	body.index .layout_sub {
		width: 100%;
		padding: 1rem;
	}

	body.index .sections {
		gap: 10px;
	}

	body.index .section {
		width: 100% !important;
	}

	body.index .section .title {
		font-size: 1.8rem;
	}

	body.index .section .title_inner {
		margin: 0 auto 0 0;
	}

	body.index .section .text {
		padding: 0.8rem;
	}

	body.index .section p.text {
		font-size: 1.6rem;
	}

	body.index .section p.text .small {
		font-size: 1.6rem;
	}

	body.index .section ul.text {
		font-size: 1.6rem;
	}

	body.index .section ul.text .small {
		font-size: 1.4rem;
	}

	body.index .section ul.text.small,
	body.index .section ul.text.small .small {
		font-size: 1.4rem;
	}

	body.index .section.wadai p.text {
		font-size: 1.6rem;
	}

	body.index .section .image {
		display: flex;
		align-items: center;
		width: 80px;
	}

	body.index #pdf {
		float: none;
		margin-bottom: 0;
	}


	body.index .wanted_info {
		gap: 10px;
		margin: 0;
		padding: 0;
	}

	body.index .wanted_info_inner {
		display: block;
	}

	body.index .wanted_info_inner>div {
		width: 100%;
	}

	body.index .wanted_info_inner>div:first-of-type .title {
		border-bottom: 2px solid #fff;
	}

	body.index .wanted_info_inner>div:first-of-type ul {
		border-bottom: 2px solid #434593;
	}

	body.index .wanted_info li {
		padding: 0 0.5rem 0 2rem;
	}

	body.index .wanted_info li a {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	body.index .wanted_info li a::before {
		left: 5px;
	}

}

/* ============================================================

	今月の話題

============================================================ */

body.wadai #article .color_1,
body.wadai #aside li::before {
	color: #434593;
}

body.wadai #article .color_2 {
	color: #434593;
	/* bg色あり */
}

body.wadai #article .bg_1,
body.wadai #aside h2,
body.wadai #aside .btn a:hover {
	background: #434593;
	color: #fff;
}

/* ---------- */

body.wadai #article>.category {
	background: #4e52a2;
}

body.wadai #article>.category .bg {
	background: #313472;
}

body.wadai #article>.category .inner {
	background: url(../images/wadai/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

body.wadai #article .frame {
	margin-bottom: 3rem;
	padding: 1.5rem;
	border: 3px solid #434593;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
	background: #fff6e9;
}

body.wadai #article .main_title_wrap .main_title {
	font-size: 6.5rem;
	font-weight: 900;
}

body.wadai #article .main_title_wrap .main_title .small {
	font-size: 3.5rem;
}

body.wadai #article .frame .layout_wrap {
	display: flex;
	width: 100%;
	padding-top: 1.5rem;
}

body.wadai #article .frame .layout_inner.left {
	width: 50%;
}

body.wadai #article .frame .layout_inner.left img {
	margin-top: -3rem;
}

body.wadai.fs_l #article .frame .layout_inner.left,
body.wadai.fs_xl #article .frame .layout_inner.left {
	max-width: 570px;
	width: 100%;
}

body.wadai #article .frame .layout_inner.right {
	width: 50%;
	/*padding-left: 3rem;*/

	padding-left: 4rem;
}

body.wadai.fs_l #article .frame .layout_inner.right,
body.wadai.fs_xl #article .frame .layout_inner.right {
	flex: 1;
	width: auto;
}

body.wadai #article .frame .author {
	margin-bottom: 1rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid #434593;
	line-height: 1.6;
	text-indent: 0;
	font-weight: 400;

	font-size: 1.8rem;
}

body.wadai #article .frame .author .line {
	display: block;
	padding-left: 1rem;
	border-left: 5px solid #fdd000;
}


body.wadai #article .frame .author .name {
	margin-left: 0.5rem;
	font-size: 3.4rem;
	font-weight: 700;
}

body.wadai #article .frame .author .name ruby rt {
	font-size: 1.1rem;
	font-weight: 400;
}

body.wadai #article .frame .text {
	font-size: 1.9rem;
	line-height: 1.7;
	font-weight: 700;
}

@media screen and (max-width: 767px) {

	body.wadai #article .main_title_wrap .main_title {
		font-size: 2.4rem;
	}

	body.wadai #article .main_title_wrap .main_title .small {
		display: inline-block;
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}

	body.wadai #article .frame .layout_wrap {
		display: block;
	}

	body.wadai #article .frame .layout_inner.left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	body.wadai #article .frame .layout_inner.right {
		width: 100%;
		margin-top: 1em;
		padding-left: 0;
	}

	body.wadai #article .frame .layout_inner.right dt,
	body.wadai #article .frame .layout_inner.right dd.text {
		text-align: left;
	}

	body.wadai #article .frame .author {
		margin-bottom: 0.5rem;
		padding: 0.5rem 0;
	}

	body.wadai #article .frame .author .name {
		margin-top: 0.5rem;
		font-size: 2.2rem;
	}

	body.wadai #article .frame .author .name .ruby {
		font-size: 1rem;
	}

	body.wadai #article .frame .text {
		font-size: 1.6rem;
	}

}

/* ---------- */

body.wadai #article .title_1 {
	margin-bottom: 2rem;
	padding: 1.2rem 0;
	border: 1px solid #434593;
	border-radius: 0 1rem 1rem 0;
	background: #fff6e9 url(../images/wadai/title_2.png) 0 center repeat-y;
	font-weight: 800;
}

body.wadai #article .title_1 .inner {
	display: block;
	padding: 0 10px 0 30px;
	font-size: 2.2rem;
}

body.wadai #article .title_2 {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}

body.wadai #article .title_2::before {
	content: '●';
	margin-right: 0.5rem;
	color: #4e52a2;
	font-family: sans-serif;
}

body.wadai #article p {
	line-height: 1.8;
	text-indent: 1em;
}

body.wadai #article p .small {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

	body.wadai #article .title_1 {
		padding: 0.5rem 0;
	}

	body.wadai #article .title_1 .inner {
		padding-left: 20px;
		font-size: 2rem;
	}

}

/* ---------- */

body.wadai #article .title_3 {
	margin-bottom: 1rem;
}

body.wadai #article .title_3::before {
	content: '■';
	color: #4e52a2;
}

body.wadai #article .img_2 {
	max-width: 600px;
	margin: 3rem auto;
}

body.wadai #article .img_3 {
	max-width: 800px;
	margin: 3rem auto;
}

body.wadai #article .img_4 {
	max-width: 800px;
	margin: 3rem auto;
}

/* ============================================================

	読者レポート

============================================================ */

body.report #article .color_1,
body.report #aside li::before {
	color: #3c8525;
}

body.report #article .color_2 {
	color: #c73227;
}

body.report #article .bg_1,
body.report #aside h2,
body.report #aside .btn a:hover {
	background: #3c8525;
	color: #fff;
}
/*--------*/

body.report #article > .category {
	margin-bottom: 2rem;
	background: #4db330;
}

body.report #article > .category .bg {
	background: #3c8525;
}

body.report #article > .category .inner {
	background: url(../images/report/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

/*--------*/

body.report #article .frame {
	margin-bottom: 3rem;
}

body.report #article .main_title_wrap .unit {
	padding-top: 20px;
}

body.report #article .main_title_wrap .main_title {
	margin-bottom: 1.5rem;
	font-size: 5rem;
}

body.report #article .frame .layout_wrap {
	display: flex;
	width: 100%;
	border-top: 2px dotted #429229;
	padding-top: 1.5rem;
}

body.report #article .frame .layout_inner.left {
	width: 50%;
	padding-right: 2rem;
}

body.report.fs_l #article .frame .layout_inner.left,
body.report.fs_xl #article .frame .layout_inner.left {
	flex: 1;
	width: auto;
}

body.report #article .frame .layout_inner.right {
	flex: 1;
	text-align: center;
}

body.report.fs_l #article .frame .layout_inner.left,
body.report.fs_xl #article .frame .layout_inner.left {
	max-width: 500px;
	width: 100%;
}

body.report #article .frame .author {
	margin-bottom: 2rem;
	line-height: 1.6;
	text-indent: 0;
}

body.report #article .frame .author .name {
	display: inline-block;
	margin-top: 1rem;
	font-size: 3.4rem;
}

body.report #article .frame .author .name ruby rt {
	font-size: 1.1rem;
	font-weight: normal;
}

body.report #article .frame .layout_inner.right .text {
	margin-bottom: 2rem;
	text-align: left;
}

body.report #article .frame .layout_inner.right .small {
	text-indent: 0;
	line-height: 1.3;
	text-align: left;
}

/* ---------- */

body.report #article .title_1 {
	margin-bottom: 2rem;
	padding: 1rem 0;
	border: 2px solid #8dc975;
	border-radius: 0.5rem;
}

body.report #article .title_1 .inner {
	display: block;
	padding: 0 10px 0 30px;
	background: #fff url(../images/report/title_2.png) 0 center repeat-y;
	font-size: 2.2rem;
}

body.report #article p {
	line-height: 1.8;
	text-indent: 1em;
}

/* ---------- */

body.report #article .title_3 {
	margin-bottom: 1rem;
}

body.report #article .title_3::before {
	content: '■';
	color: #4db330;
	font-family: sans-serif;
}

body.report #article .table_1 {
	font-size: 1.4rem;
}

body.report #article .table_1 th {
	padding: 0.5em;
	border: 1px solid #333;
	background: #d4eac4;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.2;
}

body.report #article .table_1 th .bold {
	display: block;
	font-size: 2rem;
}

body.report #article .table_1 td {
	padding: 0.5em;
	border: 1px solid #333;
	vertical-align: middle;
}

body.report #article .table_1 td li::before {
	content: '・';
	font-family: sans-serif;
}

body.report #article .table_1 td li {
	padding-left: 1em;
	text-indent: -1em;;
}

body.report #article .table_1 .space {
	height: 1em;
}

body.report #article .table_1 + ul {
	margin-top: 1rem;
	font-size: 1.4rem;
}

body.report #article .list_1 {
	display: inline-block;
	padding: 1rem 1.5rem;
	border: 1px solid #333;
	border-radius: 0.5rem;
	font-size: 1.4rem;
}

body.report #article .list_1 li {
	padding-left: 1em;
	text-indent: -1em;
}

body.report #article .list_1 li::before {
	content: '●';
	color: #4db330;
	font-family: sans-serif;
}

body.report #article .list_1 li a {
	color: #000;
}

body.report #article .img_3 {
	max-width: 900px;
	margin: 3rem auto;
}

@media screen and (max-width: 767px) {

	body.report #article .main_title_wrap .main_title {
		font-size: 2.2rem;
	}

	body.report #article .frame .layout_wrap {
		display: block;
	}

	body.report #article .frame .layout_inner.left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	body.report #article .frame .layout_inner.right {
		width: 100%;
		margin-top: 1em;
		padding-left: 0;
		text-align: center;
	}

	body.report #article .frame .author {
		margin-bottom: 0.5rem;
		padding: 0.5rem 0;
		text-align: left;
	}

	body.report #article .frame .author .name {
		margin-top: 0.5rem;
		font-size: 2.2rem;
	}

	body.report #article .frame .author .name .ruby {
		font-size: 1rem;
	}

	body.report #article .frame .text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	body.report #article .title_1 {
		padding: 0.5rem 0;
	}

	body.report #article .title_1 .inner {
		padding-left: 15px;
		font-size: 2rem;
	}

}

/* ============================================================

	講座案内

============================================================ */

body.koza #article .color_1,
body.koza #aside li::before {
	color: #0c328c;
}

body.koza #article .color_2 {
	color: #db343f;
}

body.koza #article .color_iida {
	color: #0075ad !important;
}

body.koza #article .color_tachi {
	color: #bd1e38 !important;
}

body.koza #article .bg_1,
body.koza #aside h2,
body.koza #aside .btn a:hover {
	background: #0c328c;
	color: #fff;
}

body.koza #article .bg_2 {
	background: #db343f;
	color: #fff;
}

body.koza #article .line_1 {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 3px solid #0c328c;
}

/*--------*/

body.koza #article>.category {
	background: #3d62ad;
}

body.koza #article>.category .bg {
	background: #0c328c;
}

body.koza #article>.category .inner {
	background: url(../images/koza/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

/* ---------- */

body.koza #article .wrap_info {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 3rem;
	padding: 1rem 0;
	border-bottom: 3px solid #0c328c;
}

body.koza #article .wrap_info .price {
	display: inline-block;
	width: 9em;
	padding: 0.5rem 0;
	border-radius: 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

body.koza #article .wrap_info ul {
	flex: 1;
	padding-left: 2rem;
}

body.koza #article .wrap_info li {
	display: inline-block;
	margin-right: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
}

body.koza #article .wrap_info li::before {
	content: '●';
	color: #0c328c;
	font-family: sans-serif;
}

/* ---------- */

body.koza #article .title_h2 {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0.8rem 1.5rem 0.8rem 0.5rem;
	border: 3px solid #0c328c;
	border-radius: 0.5rem;
}

body.koza #article .title_h2 .inner {
	display: inline-block;
	padding-left: 1rem;
	border-left: 5px solid #fdd000;
	font-size: 3rem;
	line-height: 1;
}

body.koza #article .ta_koza {
	width: 100%;
	margin-bottom: 1rem;
}

body.koza #article .ta_koza tr.line td {
	border-top: 1px solid #0c328c;
}

body.koza #article .ta_koza th {
	padding: 0.5rem;
	border-right: 1px solid #fff;
	vertical-align: middle;
}

body.koza #article .ta_koza th:last-of-type {
	border-right: none;
}

body.koza #article .ta_koza td {
	padding: 0.5rem;
	border-right: 1px solid #0c328c;
	line-height: 1.4;
	vertical-align: top;
	background: #fff4e6;
}

body.koza #article .ta_koza td .small {
	font-size: 1.2rem;
}

body.koza #article .ta_koza .td_1 {
	width: 23%;
	text-align: center;
	vertical-align: middle;
}

body.koza #article .shokuiku .ta_koza .td_1 {
	width: 33%;
}

body.koza #article .ta_koza .td_1 .large {
	font-size: 1.8rem;
	font-weight: 700;
}

body.koza #article .ta_koza .td_1 .small {
	display: inline-block;
	margin: 0.5rem 0;
	font-size: 1.4rem;
}

body.koza #article .td_1 .teiin {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.2rem 1rem 0.1rem;
	border: 1px solid #db343f;
	background: #fff;
	font-size: 1.5rem;
}

body.koza #article .ta_koza .td_2 {
	width: 17%;
	text-align: center;
	vertical-align: middle;
}

body.koza #article .shokuiku .ta_koza .td_2 {
	width: 23%;
}

body.koza #article .ta_koza .td_2 dd {
	font-size: 1.5rem;
}

body.koza #article .ta_koza .td_2 .large {
	font-size: 1.8rem;
}

body.koza #article .ta_koza .td_3 {
	width: 30%;
	padding: 0;
}

body.koza #article .ta_koza .td_3 .space {
	padding: 0.5rem;
}

body.koza #article .shokuiku .ta_koza .td_3 {
	width: 44%;
	padding: 0.5rem;
	font-size: 1.5rem;
	border-right: none;
}

body.koza #article .shokuiku .ta_koza .td_3 .xlarge {
	font-size: 2.2rem;
}

body.koza #article .shokuiku .ta_koza .td_3 .large {
	font-size: 1.8rem;
}

body.koza #article .shokuiku .ta_koza .td_3 li::before {
	content: '●';
	margin-right: 0.2rem;
	color: #bd1e38;
	font-family: sans-serif;
}

body.koza #article .ta_koza .td_4 {
	width: 30%;
	padding: 0 0 0.5rem;
}

body.koza #article .ta_koza .td_3 dt,
body.koza #article .ta_koza .td_4 dt {
	padding: 0 0.5rem;
	font-size: 1.5rem;
}

body.koza #article .ta_koza .td_3 dd,
body.koza #article .ta_koza .td_4 dd {
	padding: 0 0.5rem;
	font-size: 1.5rem;
}

body.koza #article .ta_koza .td_3>dl>dd,
body.koza #article .ta_koza .td_4>dl>dd {
	padding: 0.5rem;
}

body.koza #article .ta_koza .td_3 dd .xlarge,
body.koza #article .ta_koza .td_4 dd .xlarge {
	font-size: 2.2rem;
}

body.koza #article .ta_koza .td_3 dd .large,
body.koza #article .ta_koza .td_4 dd .large {
	font-size: 1.8rem;
}

body.koza #article .ta_koza .td_3 li,
body.koza #article .ta_koza .td_4 li {
	margin-bottom: 0.2rem;
}

body.koza #article .ta_koza dd .ul_iida li::before {
	content: '●';
	margin-right: 0.2rem;
	color: #0075ad;
	font-family: sans-serif;
}

body.koza #article .ta_koza dd .ul_tachi li::before {
	content: '●';
	margin-right: 0.2rem;
	color: #bd1e38;
	font-family: sans-serif;
}

body.koza #article .ta_koza dt.place {
	padding: 0.5rem;
	border-bottom: 1px solid #000;
	text-align: center;
}

body.koza #article .shokuiku .ta_koza dt.place {
	text-align: left;
}

body.koza #article .ta_koza dt.place .large {
	font-size: 1.6rem;
	font-weight: 500;
}

body.koza #article .ta_koza .td_4.noline {
	border-right: none;
}

body.koza #article .dl_howto {
	display: flex;
	align-items: center;
}

body.koza #article .dl_howto dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 1rem;
	white-space: nowrap;
}

body.koza #article .dl_howto dd {
	display: flex;
	align-items: center;
	padding: 0.8rem 0 0.8rem 1rem;
	line-height: 1.4;
}

body.koza #article .dl_howto dd .text {
	flex: 1;
	padding-right: 2rem;
}

body.koza #article .dl_howto dd .text .large {
	margin-right: 0.5rem;
	font-size: 1.8rem;
}

body.koza #article .dl_howto dd .image {
	width: 80px;
}

body.koza.fs_l #article .dl_howto dd img,
body.koza.fs_xl #article .dl_howto dd img {
	vertical-align: baseline;
}

body.koza #article .dl_howto dd .small {
	font-size: 1.4rem;
}

body.koza #article .dl_howto dd a {
	display: inline-block;
	margin-top: 0.5rem;
	color: #000;
}

body.koza #article .dl_howto+p.small {
	margin-top: 0.5rem;
}

body.koza #article .dl_contact_koza {
	display: flex;
	margin-top: 3rem;
	padding: 1.5rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

body.koza #article .dl_contact_koza .iida {
	width: 45%;
	padding-right: 2rem;
	border-right: 1px solid #000;
}

body.koza #article .dl_contact_koza .tachi {
	width: 55%;
	padding-left: 2rem;
}

body.koza #article .dl_contact_koza dt {
	margin-bottom: 0.5rem;
	font-size: 1.7rem;
	font-weight: 500;
}

body.koza #article .dl_contact_koza dd .large {
	font-size: 2rem;
}

@media screen and (max-width: 767px) {

	body.koza #article .wrap_info {
		display: block;
	}

	body.koza #article .wrap_info .price {
		font-size: 1.6rem;
	}

	body.koza #article .wrap_info ul {
		padding: 1rem 0 0;
	}

	body.koza #article .wrap_info li {
		display: block;
		margin: 0;
	}

	body.koza #article .title_h2 .inner {
		font-size: 2.4rem;
	}

	body.koza #article .ta_koza table,
	body.koza #article .ta_koza tbody,
	body.koza #article .ta_koza tr,
	body.koza #article .ta_koza td {
		display: block;
		width: 100% !important;
		padding-top: 0;
		border: none !important;
	}

	body.koza #article .ta_koza thead {
		display: none;
	}

	body.koza #article .ta_koza tr.line {
		margin-top: 1em;
		padding-top: 1em;
		border-top: 1px solid #000 !important;
	}

	body.koza #article .ta_koza .td_2,
	body.koza #article .ta_koza .td_3,
	body.koza #article .ta_koza .td_4 {
		padding: 0.5rem;
	}

	body.koza #article .ta_koza .td_1::before,
	body.koza #article .ta_koza .td_2::before,
	body.koza #article .ta_koza .td_3::before {
		content: attr(data-label);
		display: block;
		margin: 0 -0.5rem 0.5rem;
		padding: 0.5rem;
		background: #0c328c;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}

	body.koza #article .ta_koza dd {
		padding: 0.5rem;
	}

	body.koza #article .jikken .ta_koza .td_3 dt,
	body.koza #article .jikken .ta_koza .td_4 dt {
		border-bottom: 1px solid #bbb;
	}

	body.koza #article .jikken .ta_koza .td_3 {
		border-bottom: 1px solid #000 !important;
	}

	body.koza #article .shokuiku .ta_koza dd {
		padding: 0.5rem;
	}

	body.koza #article .dl_howto,
	body.koza #article .dl_howto dt,
	body.koza #article .dl_howto dd {
		display: block;
		width: 100% !important;
	}

	body.koza #article .dl_howto dd {
		padding-left: 0;
	}

	body.koza #article .dl_howto dd .text {
		padding-right: 0;
	}

	body.koza #article .dl_howto dd .text .color_2 {
		display: inline-block;
		margin-bottom: 0.5rem;
	}

	body.koza #article .dl_howto dd .image {
		width: 100%;
		padding: 1.5rem 0 1rem;
		text-align: center;
	}

	body.koza #article .dl_contact_koza {
		display: block;
	}

	body.koza #article .dl_contact_koza .iida {
		width: 100%;
		margin-bottom: 1rem;
		padding: 0 0 1rem;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	body.koza #article .dl_contact_koza .tachi {
		width: 100%;
		padding-left: 0;
	}

}

/* ---------- */

body.koza #article #sec_1 .main_title .title_wrap {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 0.5em;
}

body.koza #article #sec_1 .main_title .title {
	flex: 1;
	padding-left: 10px;
	border-left: 5px solid #fdd000;
	font-size: 3.4rem;
	font-weight: 700;
}

body.koza #article #sec_1 .main_title .title .small {
	font-size: 2rem;
}

body.koza #article #sec_1 .main_title .image {
	width: 160px;
	text-align: right;
}

body.koza #article #sec_1 .wrap_1 {
	display: flex;
	width: 100%;
	margin-bottom: 2rem;
}

body.koza #article #sec_1 .wrap_1_text {
	flex: 1;
}

body.koza #article #sec_1 .wrap_1_image {
	width: 210px;
	text-align: right;
}

body.koza #article #sec_1 .wrap_1_group {
	display: flex;
	width: 100%;
}

body.koza #article #sec_1 .wrap_1_group.bottom {
	margin: 0.5rem 0;
}

body.koza #article #sec_1 .wrap_1 .no {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5em;
	margin-right: 0.5rem;
	padding: 1.5rem 0.8rem;
	border-radius: 0.3rem;
	line-height: 1;
}

body.koza #article #sec_1 .wrap_1 .unit_outer {
	flex: 1;
}

body.koza #article #sec_1 .wrap_1 .unit {
	flex: 1;
	display: flex;
	width: 100%;
	padding: 0.2rem 0;
	border-top: 1px solid #0c328c;
	border-bottom: 1px solid #0c328c;
}

body.koza #article #sec_1 .wrap_1 .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5em;
	margin-right: 0.5rem;
	border-radius: 0.3rem;
	background: #d9dbf0;
	text-align: center;
}

body.koza #article #sec_1 .wrap_1 .title {
	position: relative;
	flex: 1;
	padding: 1rem 160px 1rem 0.5rem;
	background: #fff5d7;
}

body.koza #article #sec_1 .wrap_1 .title .color_1 {
	font-size: 2.2rem;
}

body.koza #article #sec_1 .wrap_1 .title .large {
	font-size: 2rem;
}

body.koza #article #sec_1 .wrap_1 .title .koshi {
	display: inline-block;
	padding: 0.2em 0.5em;
	border: 1px solid #0c328c;
	border-radius: 0.3rem;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1;
}

body.koza #article #sec_1 .wrap_1 .list {
	flex: 1;
	padding: 1rem 160px 1rem 0.5rem;
	background: #fff5d7;
}

body.koza #article #sec_1 .wrap_1 .list li {
	padding-left: 1em;
	text-indent: -1em;
}

body.koza #article #sec_1 .wrap_1 .list li::before {
	content: '●';
	color: #909ed2;
	font-family: sans-serif;
}

body.koza #article #sec_1 .wrap_1 .list li .name {
	display: inline-block;
	text-indent: 0;
}

body.koza #article #sec_1 .wrap_1 .list li .name .bold {
	font-size: 1.8rem;
}

body.koza #article #sec_1 .wrap_1 .qa {
	padding: 0.5rem 0;
	border-bottom: 1px solid #0c328c;
	font-size: 1.4rem;
}

body.koza #article #sec_1 .wrap_2 {
	display: flex;
	width: 100%;
}

body.koza #article #sec_1 .wrap_2.top {
	margin-bottom: 1rem;
}

body.koza #article #sec_1 .wrap_2 .method {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 10rem;
	padding: 0.5rem 0;
	border: 1px solid #0c328c;
	border-radius: 0.3rem;
	background: #fff5d7;
	text-align: center;
}

body.koza #article #sec_1 .wrap_2 .method .color_2 {
	display: inline-block;
	width: 5em;
	margin: 0.5rem auto 0;
	border: 1px solid #db343f;
	background: #fff;
	font-size: 1.4rem;
}

body.koza #article #sec_1 .wrap_2 .unit {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 2rem;
}

body.koza #article #sec_1 .wrap_2 .unit_inner {
	width: 100%;
}

body.koza #article #sec_1 .img_3 {
	float: right;
}

body.koza #article #sec_1 .dl_1 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

body.koza #article #sec_1 .dl_1.last {
	margin-bottom: 0;
}

body.koza #article #sec_1 .dl_1 dt {
	width: 5em;
	padding: 0.2rem 0;
	border-radius: 0.3rem;
	text-align: center;
}

body.koza #article #sec_1 .dl_1 dd {
	flex: 1;
	padding: 0.3rem 0 0 0.8rem;
	line-height: 1.4;
}

body.koza #article #sec_1 .dl_1 dd.mt {
	margin-top: -1.3rem;
}

body.koza #article #sec_1 .dl_1 .small {
	font-size: 1.4rem;
}

body.koza #article #sec_1 .dl_1 .xlarge {
	font-size: 3rem;
	font-weight: 800;
}

body.koza #article #sec_1 .dl_1 .large {
	font-size: 2rem;
}

body.koza #article #sec_1 .dl_1 dd a {
	color: #000;
}

body.koza #article #sec_1 .ul_1 {
	margin: 1em 0 1.5em;
}

body.koza #article #sec_1 .ul_1 li {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.4rem;
}

body.koza #article #sec_1 .ul_1 li::before {
	content: '●';
	color: #0c328c;
	font-family: sans-serif;
}

@media screen and (max-width: 767px) {

	body.koza #article #sec_1 .main_title .title_wrap {
		display: block;
	}

	body.koza #article #sec_1 .main_title .title {
		font-size: 3rem;
	}

	body.koza #article #sec_1 .main_title .title .small {
		font-size: 1.6rem;
	}

	body.koza #article #sec_1 .main_title .image {
		width: 100%;
		margin-top: 1rem;
		text-align: right;
	}

	body.koza #article #sec_1 .main_title .image img {
		width: 150px;
	}

	body.koza #article #sec_1 .wrap_1 {
		display: block;
	}

	body.koza #article #sec_1 .wrap_1_group {
		display: block;
	}

	body.koza #article #sec_1 .wrap_1 .no {
		writing-mode: horizontal-tb;
		width: 100%;
		margin: 0 0 0.5rem;
	}

	body.koza #article #sec_1 .wrap_1 .unit {
		display: block;
	}

	body.koza #article #sec_1 .wrap_1 .cat {
		width: 100%;
		margin: 0 0 0.5rem;
		padding: 0.5rem;
	}

	body.koza #article #sec_1 .wrap_1 .title {
		padding-right: 0.5rem;
	}

	body.koza #article #sec_1 .wrap_1 .title .color_1.bold {
		font-size: 2rem;
	}

	body.koza #article #sec_1 .wrap_1 .list {
		padding-right: 0;
	}

	body.koza #article #sec_1 .wrap_1 .text {
		width: 100%;
	}

	body.koza #article #sec_1 .wrap_1.qa .cat {
		width: 100%;
	}

	body.koza #article #sec_1 .img_2 {
		width: 200px;
		margin: 1.5rem auto 0;
	}

	body.koza #article #sec_1 .wrap_2 {
		display: block;
	}

	body.koza #article #sec_1 .wrap_2 .method {
		display: block;
		width: 100%;
		margin-bottom: 1.5rem;
	}

	body.koza #article #sec_1 .wrap_2 .method .color_2 {
		margin: 0 0 0 0.5rem;
	}

	body.koza #article #sec_1 .wrap_2 .unit {
		padding-left: 0;
	}

	body.koza #article #sec_1 .img_3 {
		float: none;
		width: 80px;
		margin: 1.5rem auto 0;
	}

	body.koza #article #sec_1 .dl_1 {
		display: block;
		margin-bottom: 1rem;
	}

	body.koza #article #sec_1 .dl_1 dd {
		padding: 0.5rem 0 0;
	}

	body.koza #article #sec_1 .dl_1 dd.mt {
		margin-top: 0;
	}

}

/* ---------- */

body.koza #article #sec_2 .dl_howto dd,
body.koza #article #sec_3 .dl_howto dd {
	flex: 1;
}

/* ---------- */

body.koza #article #sec_4 .main_title {
	margin-bottom: 1rem;
}

body.koza #article #sec_4 .main_title .title_wrap {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 0.5em;
}

body.koza #article #sec_4 .main_title .title {
	flex: 1;
	padding-left: 10px;
	border-left: 5px solid #fdd000;
	font-size: 3.4rem;
	font-weight: 700;
}

body.koza #article #sec_4 .main_title .image {
	width: 160px;
	text-align: right;
}

body.koza #article #sec_4 .wrap_1 {
	display: flex;
	border: 1px solid #0c328c;
	border-radius: 1rem;
}

body.koza #article #sec_4 .wrap_1.top {
	border-bottom: none;
	border-radius: 1rem 1rem 0 0;
}

body.koza #article #sec_4 .wrap_1.top .title_wrap {
	border-top-left-radius: 1rem;
}

body.koza #article #sec_4 .wrap_1.top .method_3,
body.koza #article #sec_4 .wrap_1.top .method_3 .unit_1 {
	border-top-right-radius: 1rem;
}

body.koza #article #sec_4 .wrap_1.bottom {
	margin-bottom: 1.5em;
	border-top: 3px double #0c328c;
	border-radius: 0 0 1rem 1rem;
}

body.koza #article #sec_4 .wrap_1.bottom .title_wrap {
	border-bottom-left-radius: 1rem;
}

body.koza #article #sec_4 .wrap_1.bottom .method_3 {
	border-bottom-right-radius: 1rem;
}

body.koza #article #sec_4 .wrap_1 .title_wrap {
	width: 43%;
	padding: 1rem;
	border-radius: 1rem 0 0 1rem;
	background: #ecf5fc;
}

body.koza #article #sec_4 .wrap_1 .title_wrap h3 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #333;
	font-size: 2.4rem;
}

body.koza #article #sec_4 .wrap_1 .title_wrap h3 .small {
	font-size: 1.6rem;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author {
	display: flex;
	align-items: flex-start;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author_l {
	width: 3em;
	border-radius: 0.3rem;
	font-size: 1.4rem;
	text-align: center;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author_r {
	flex: 1;
	margin-left: 1rem;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author .company {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author .name {
	display: block;
	font-size: 2rem;
	text-align: right;
}

body.koza #article #sec_4 .wrap_1 .title_wrap .author .name .small {
	font-size: 1.6rem;
}


body.koza #article #sec_4 .wrap_1 .method_wrap {
	width: 19%;
	border-left: 1px solid #333;
	text-align: center;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .unit_1 {
	padding: 1rem;
	background: #fff5d7;
}

body.koza #article #sec_4 .wrap_1 .method_wrap.method_3 .unit_1 {
	border-radius: 0 1rem 0 0;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .unit_2 {
	padding: 1rem;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .use {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #333;
	font-size: 1.4rem;
	word-break: break-all;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .date .large {
	font-size: 2rem;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .capacity {
	margin-top: 0.2em;
}

body.koza #article #sec_4 .wrap_1 .method_wrap .capacity .bg_2 {
	display: inline-block;
	padding: 0 0.5rem;
}

body.koza #article #sec_4 .dl_1 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

body.koza #article #sec_4 .dl_1.last {
	margin-bottom: 1.5em;
}

body.koza #article #sec_4 .dl_1 dt {
	width: 5em;
	padding: 0.2rem 0;
	border: 1px solid #0c328c;
	border-radius: 0.3rem;
	text-align: center;
}

body.koza #article #sec_4 .dl_1 dd {
	flex: 1;
	padding: 0.3rem 0 0 0.8rem;
	line-height: 1.4;
}

body.koza #article #sec_4 .dl_1 dd a {
	color: #000;
}

body.koza #article #sec_4 .dl_1 .small {
	font-size: 1.4rem;
}

body.koza #article #sec_4 .dl_1 .large {
	font-size: 2rem;
}

body.koza #article #sec_4 .img_1 {
	text-align: right;
}

body.koza.fs_s #article #sec_4 .img_1 {
	margin-top: -5rem;
}

body.koza #article #sec_4 .img_6 {
	float: right;
	margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {

	body.koza #article #sec_4 .main_title .title_wrap {
		display: block;
	}

	body.koza #article #sec_4 .main_title .title {
		font-size: 2.6rem;
	}

	body.koza #article #sec_4 .main_title .title .small {
		font-size: 1.6rem;
	}

	body.koza #article #sec_4 .main_title .image {
		width: 100%;
		margin-top: 1rem;
		text-align: right;
	}

	body.koza #article #sec_4 .main_title .image img {
		width: 150px;
	}

	body.koza #article #sec_4 .wrap_1 {
		display: block;
	}

	body.koza #article #sec_4 .wrap_1 .title_wrap {
		width: 100%;
	}

	body.koza #article #sec_4 .wrap_1 .method_wrap {
		width: 100%;
		border-left: none;
		border-top: 1px solid #333;
	}



	body.koza #article #sec_4 .dl_1 {
		display: block;
		margin-bottom: 1rem;
	}

	body.koza #article #sec_4 .dl_1 dd {
		padding: 0.5rem 0 0;
	}

	body.koza #article #sec_4 .img_6 {
		float: none;
		width: 80px;
		margin: 1.5rem auto 0;
	}

}

/* ============================================================

	安全シグナル

============================================================ */

body.signal #article .color_1,
body.signal #aside li::before {
	color: #d43f07;
}

body.signal #article .color_2 {
	color: #168035;
	/* bg色あり */
}

body.signal #article .bg_1,
body.signal #aside h2,
body.signal #aside .btn a:hover {
	background: #d43f07;
	color: #fff;
}

/*--------*/

body.signal #article>.category {
	margin-bottom: 2rem;
	background: #ed6c00;
}

body.signal #article>.category .bg {
	background: #d43f07;
}

body.signal #article>.category .inner {
	background: url(../images/signal/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

/*--------*/

body.signal #article .text_wrap {
	margin-bottom: 2rem;
	line-height: 1.8;
}

body.signal #article .arrow {
	height: 1em;
	width: auto;
	margin-right: 0.2rem;
	vertical-align: -0.2rem;
}

body.signal #article .title_1 {
	display: inline-block;
	max-width: 16em;
	width: 100%;
	padding: 0.5rem 1em;
	background: #007CB8;
	color: #fff;
	font-size: 2rem;
}

body.signal #article .ul_1 {
	padding: 1.5rem;
	border: 1px solid #007CB8;
	background: #e5f5fd;
}

body.signal #article .ul_1 li {
	padding: 0 0 0.8rem 1.1em;
	text-indent: -1.1em;
	font-weight: 600;
	line-height: 1.6;
}

body.signal #article .ul_1 li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.signal #article .ul_1 li .small {
	font-size: 1.4rem;
}

body.signal #article p.small {
	margin: 0.8rem 0 2rem;
	font-size: 1.2rem;
}

/*--------*/

body.signal #article .title_2 {
	display: inline-block;
	max-width: 16em;
	width: 100%;
	margin-top: 2rem;
	padding: 0.5rem 1em;
	background: #c72524;
	color: #fff;
	font-size: 2rem;
}

body.signal #article .ul_2 {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid #c72524;
	background: #fff4e6;
}

body.signal #article .ul_2 li {
	padding: 0 0 0.8rem 1.1em;
	text-indent: -1.1em;
	font-weight: 600;
	line-height: 1.6;
}

body.signal #article .ul_2 li.line {
	padding-top: 0.8rem;
	border-top: 1px solid #c72524;
}

body.signal #article .ul_2 li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.signal #article .ul_2 li .small {
	font-size: 1.2rem;
}

/*--------*/

body.signal #article .wrap_1 {
	display: flex;
	margin-bottom: 3rem;
}

body.signal #article .title {
	width: 3.3em;
	margin: 0 0 0.8rem;
	font-weight: 400;
}

body.signal #article .text {
	flex: 1;
}

body.signal #article .text li {
	margin-bottom: 0.7rem;
	padding-left: 2em;
	text-indent: -2em;
}

body.signal #article .text li a {
	color: #000;
}

/*--------*/

body.signal #article .img_1 {
	float: right;
	margin: -2rem 0 0 1.5rem;
}

@media screen and (max-width: 767px) {

	body.signal #article .ul_1,
	body.signal #article .ul_2 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	body.signal #article .title_1,
	body.signal #article .title_2 {
		font-size: 1.8rem;
	}

	body.signal #article .img_1 {
		float: none;
		margin: 0 0 2rem;
		text-align: center;
	}

	body.signal #article .wrap_1 {
		flex-direction: column;
	}

}

/* ============================================================

	相談の窓口から

============================================================ */

body.soudan #article .color_1,
body.soudan #aside li::before {
	color: #7e4b2b;
}

body.soudan #article .color_2 {
	color: #db351e;
}

body.soudan #article .bg_1,
body.soudan #aside h2,
body.soudan #aside .btn a:hover {
	background: #7e4b2b;
	color: #fff;
}

/*--------*/

body.soudan #article>.category {
	margin-bottom: 2rem;
	background: #a96b3a;
}

body.soudan #article>.category .bg {
	background: #7e4b2b;
}

body.soudan #article>.category .inner {
	background: url(../images/soudan/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

/*--------*/

body.soudan #article .main_title_wrap .main_title {
	font-size: 3.6rem;
}

body.soudan #article .main_title_wrap .main_title .small {
	display: inline-block;
	margin-top: 0.5rem;
}

body.soudan #article .question h2,
body.soudan #article .answer h2 {
	float: left;
	width: 7rem;
	margin: 0 1.5rem 1rem 0;
}

body.soudan #article .question p,
body.soudan #article .answer p {
	text-indent: 1em;
	line-height: 1.8;
}

body.soudan #article .question {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #7e4b2b;
}

body.soudan #article .dl_contact_soudan {
	display: flex;
	justify-content: flex-end;
	margin: 1.5rem 0 0;
	border-bottom: 2px solid #7e4b2b;
}

body.soudan #article .dl_contact_soudan_inner {
	padding: 0.5rem 1.5rem 0.3rem;
	border-radius: 0.5rem 0 0 0;
	background: #7e4b2b;
	color: #fff;
}

body.soudan #article .dl_contact_soudan dl {
	display: flex;
	align-items: center;
}

body.soudan #article .dl_contact_soudan dt {
	margin-right: 1.1em;
}

body.soudan #article .dl_contact_soudan .last dt {
	margin-right: 0.5em;
}

body.soudan #article .dl_contact_soudan dt .small {
	font-size: 1.4rem;
}

body.soudan #article .dl_contact_soudan dd {
	font-size: 2rem;
	font-weight: 700;
}

body.soudan #article .dl_contact_soudan dd .small {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

	body.soudan #article .main_title_wrap .unit {
		padding-top: 15px;
	}

	body.soudan #article .main_title_wrap .main_title {
		font-size: 2rem;
	}

	body.soudan #article .question,
	body.soudan #article .answer {
		padding: 1rem;
	}

	body.soudan #article .question h2,
	body.soudan #article .answer h2 {
		width: 50px;
		margin: 0 0.5em 0.5em 0;
	}

	body.soudan #article .dl_contact_soudan {
		margin: 1.5rem -1rem -1rem 0;
	}

	body.soudan #article .dl_contact_soudan dl {
		display: block;
	}

	body.soudan #article .dl_contact_soudan dl:first-of-type {
		margin-bottom: 0.5rem;
	}

}

/* ---------- */

body.soudan #article h3::before {
	margin-right: 0.2em;
	color: #e83820;
	content: '●';
	font-family: sans-serif;
}

body.soudan #article .dl_1 {
	display: flex;
	margin-top: 2rem;
	font-size: 1.4rem;
}

body.soudan #article .dl_1 dt {
	width: 4em;
}

body.soudan #article .dl_1 dd {
	flex: 1;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

/* ---------- */

body.soudan #article .img_1 {
	float: right;
	margin: 0 0 0 1.5rem;
}

body.soudan.fs_s #article .img_1,
body.soudan.fs_l #article .img_1,
body.soudan.fs_xl #article .img_1 {
	margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {

	body.soudan #article .img_1 {
		float: none;
		margin: 2rem 0 0;
		text-align: center;
	}

}

/* ============================================================

	お知らせ

============================================================ */

body.osirase #article .color_1,
body.osirase #aside li::before {
	color: #b7254d;
}

body.osirase #article .color_2 {
	color: #cc3740;
}

body.osirase #article .color_3 {
	color: #0079ba;
}

body.osirase #article .bg_1,
body.osirase #aside h2,
body.osirase #aside .btn a:hover {
	background: #b7254d;
	color: #fff;
}

body.osirase #article .bg_2 {
	background: #ffe47d;
}

/*--------*/

body.osirase #article>.category {
	margin-bottom: 2rem;
	background: #e9546b;
}

body.osirase #article>.category .bg {
	background: #b7254d;
}

body.osirase #article>.category .inner {
	background: url(../images/osirase/bg_1.png) right top no-repeat;
	background-size: auto 100%;
}

/*--------*/

body.osirase #article .text_wrap {
	line-height: 1.8;
}

body.osirase #aside h2 {
	background: #b7254d;
}

body.osirase #aside .btn a:hover {
	background: #b7254d;
}

body.osirase #aside li::before {
	color: #b7254d;
}

/*--------*/

body.osirase #article>.line {
	margin-top: 2rem;
	padding-top: 3rem;
	border-top: 2px solid #b7254d;
}

/*--------*/

body.osirase #sec_1 .main_title_wrap .main_title {
	padding: 1rem 0 0;
	font-size: 3rem;
}

body.osirase.fs_l #sec_1 .main_title_wrap .main_title,
body.osirase.fs_xl #sec_1 .main_title_wrap .main_title {
	padding-top: 0;
}

body.osirase #sec_1 .main_title_wrap .main_title img {
	width: 200px;
	vertical-align: top;
}

body.osirase.fs_s #sec_1 .main_title_wrap .main_title img {
	width: 150px;
}

body.osirase.fs_l #sec_1 .main_title_wrap .main_title img {
	width: 280px;
}

body.osirase.fs_xl #sec_1 .main_title_wrap .main_title img {
	width: 350px;
}

body.osirase #article #sec_1 .dl_1 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

body.osirase #article #sec_1 .dl_1 dt {
	width: 5em;
	padding: 0.3rem 0;
	text-align: center;
	border-radius: 0.3rem;
}

body.osirase #article #sec_1 .dl_1 dd {
	flex: 1;
	padding: 0.3rem 0 0 0.8rem;
}

body.osirase #article #sec_1 .dl_1 dd .small {
	font-size: 1.4rem;
}

body.osirase #article #sec_1 .wrap_1 {
	margin: 0.5em 0;
	padding-left: 1rem;
	border-left: 2px solid #b7254d;
}

body.osirase #article #sec_1 .wrap_2 {
	padding-left: 2em;
	text-indent: -2em;
}

body.osirase #article #sec_1 .img_1 {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

@media screen and (max-width: 767px) {

	body.osirase #sec_1 .main_title_wrap .main_title {
		padding-top: 0;
		font-size: 2.2rem;
		line-height: 1.3;
	}

	body.osirase #sec_1 .main_title_wrap .main_title img {
		width: 140px;
	}

	body.osirase #article #sec_1 .dl_1 {
		display: block;
	}

	body.osirase #article #sec_1 .dl_1 dt {
		margin-bottom: 0.5rem;
	}

	body.osirase #article #sec_1 .img_1 {
		float: none;
		margin: 2.5rem 0;
		text-align: center;
	}

}
