  @charset "UTF-8";

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 12.8px;
	font-size: 1.28rem;
	line-height: 1.2;
}

p {
	line-height: 1.6;
	margin: 0 0 10px;
}

.lead {
	font-size: 150%;
}

small {
	font-size: 80%;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	color: #033884;
	margin: 0 0 20px;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	color: #033884;
	margin: 30px 0 20px;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #033884;
	padding-top: 10px;
	margin: 20px 0 15px;
}

h2+h3,
h4+h5 {
	padding-top: 0;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	background-color: #eee;
	padding: 10px 15px 8px;
	margin: 20px 0 15px;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #033884;
	margin: 15px 0 10px;
	padding-top: 10px;
}

h6 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 15px 0 10px;
	padding-top: 10px;
}

strong {
	font-size: 98%;
}

strong.big {
	font-size: 110%;
	color: #033884;
}

a {
	text-decoration: none;
	color: #424242;
}

a[href$=".pdf"] span:last-child:after {
	content: url(/images/icon-pdf.png);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	height: 16px;
}

a span.blank_page:after {
	content: url(/images/icon-external_link.png);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	height: 16px;
}

a[href$=".xls"] span:last-child:after,
a[href$=".xlsx"] span:last-child:after {
	content: url(/images/icon-excel.png);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	height: 16px;
}

a[href^="http"],
a[href^="https"] {
	background-image: url(/images/icon-external_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	margin-right: 5px;
}

a.after_none[href^="http"],
a.after_none[href^="https"] {
	background-size: 0;
}

.news_list a[href^="http"],
.news_list a[href^="https"] {
	background-image: url(/css/'');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 0px;
	margin-right: 0px;
}

a[href^="http://chudenko.preview-me.net/"],
a[href^="http://www.chudenko.co.jp/"],
a[href^="https://web.fisco.jp/"],
#navi a[href^="http"],
#navi2 a[href^="http"],
#footer a[href^="http"] {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}

a[href^="https://www2.chudenko.co.jp/InquiryForm/InquiryForm.aspx"] {
	background-image: none;
}

a[href^="https://www.youtube.com/"] {
	background: url(/images/YouTube-icon-full_color.png) no-repeat right center;
	padding-right: 18px;
	margin-right: 5px;
}

a.maps:before {
	content: "";
	background-image: url(/images/sk1.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

a.maps {
	margin-left: 10px;
}

#main_body {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_body a:hover {
	text-decoration: underline;
}

#main_body a:hover img {
	opacity: 0.8;
}

#main_body a:hover span:not(.topics):not(.release):not(.other) {
	text-decoration: underline;
}

#content-head {
	border-bottom: 2px solid #DBDCDC;
	margin-bottom: 15px;
}

.wrapper {
	padding: 0 20px;
}

#submenu {
	display: none;
}

#breadcrumb {
	display: none;
}

.fixBox {
	width: 100%;
	overflow: scroll;
	overflow-y: auto;
	margin-bottom: 20px;
}

.fixBox table {
	width: 824px;
	margin-bottom: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

table th,
table td {
	width: auto;
	display: table-cell;
	padding: 12px;
	border: 1px solid #ccc;
}

table th ul:last-of-type,
table th ul:last-child,
table th ol:last-of-type,
table th ol:last-child,
table td ul:last-of-type,
table td ul:last-child,
table td ol:last-of-type,
table td ol:last-child {
	margin-bottom: 0;
}

table th ul li:first-child,
table th ul li:first-child,
table th ol li:first-child,
table th ol li:first-child,
table td ul li:first-child,
table td ul li:first-child,
table td ol li:first-child,
table td ol li:first-child {
	padding-top: 0;
}

table th ul+span,
table th ol+span,
table td ul+span,
table td ol+span {
	margin-top: 5px;
	display: inline-block;
}

table th {
	background-color: #f5f5f5;
	text-align: center;
	font-weight: normal;
}

table.res01 th,
table.res01 td {
	width: 100%;
	display: block;
	padding: 12px;
	border: 1px solid #ccc;
	border-top: none;
}

table.res01 th {
	background-color: #f5f5f5;
	text-align: center;
	font-weight: normal;
}

table.res01 td .cellinBlock {
	display: block;
	margin-top: 10px;
	font-size: 85%;
}

table.res01 td .cellinBlock span+span {
	margin-left: 10px;
}

table.res01 tr:first-child th {
	border-top: 1px solid #ccc;
}

.table-outer {
	width: 100%;
	overflow-x: auto;
}

.table-outer::-webkit-scrollbar {
	height: 5px;
}

.table-outer::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.table-outer::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.table-outer table {
	width: 824px;
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.invert {
	background-color: #033884;
	color: #fff;
	border: none;
	padding: 5px 10px;
	display: inline-block;
}

.sect_end {
	display: none;
}

.box {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.box:last-child {
	margin-bottom: 0;
}

.box .news_list li:last-child {
	margin-bottom: 10px;
}

.btn {
	position: relative;
	padding: 3px 10px 2px 20px;
	color: #939495;
	font-size: 11px;
	font-size: 1.1rem;
}

.btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	background-image: url(/images/sk1.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.btn:hover {
	text-decoration: none;
	color: #3F7BC4;
}

.btn-s {
	background-color: #3F7BC4;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	padding: 3px 10px 2px;
	display: inline-block;
}

.btn-s:after {
	content: "";
	background-image: url(/images/sk2.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.btn-s:hover {
	background-color: #70a0e2;
	text-decoration: none;
}

.btn-m {
	background-color: #033884;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 20px 8px;
	position: relative;
	display: inline-block;
}

.btn-m:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -5px;
	background-image: url(/images/sk2.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.btn-m:hover {
	background-color: #4c7cbe;
	text-decoration: none;
}

.btn-l {
	background-color: #033884;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	padding: 15px 30px 12px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.btn-l:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	background-image: url(/images/sk2.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.btn-l:hover {
	background-color: #4c7cbe;
	text-decoration: none;
}

.block {
	width: 100%;
	text-align: center;
}

dl dd {
	margin-left: 0;
	margin-bottom: 10px;
}

dl dd:last-of-type {
	margin-bottom: 0;
}

dl.accordion_panel dt {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 15px;
	float: none;
	cursor: pointer;
	border: 1px solid #C8C9C9;
	margin-top: -1px;
}

dl.accordion_panel dt:after {
	content: "";
	background-image: url(/images/icon-accordion_panel.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 3px;
	width: 15px;
	height: 15px;
	transform: rotate(0deg);
	transition: 0.3s linear;
	display: inline-block;
	float: right;
}

dl.accordion_panel dt.clicked:after {
	content: "";
	transform: rotate(180deg);
	transition: 0.3s linear;
}

dl.accordion_panel dd {
	padding: 20px 15px;
}

dl.qanda dt {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	background-color: #FFF;
	padding: 10px 15px 10px 50px;
	float: none;
	cursor: default;
	border: none;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

dl.qanda dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	padding: 2px 10px;
	background-color: #074289;
	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
	margin-right: 15px;
}

dl.qanda dt:after {
	content: none;
}

dl.qanda dd {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	display: inline-block;
	width: 100%;
	background-color: #FFF;
	padding: 10px 15px 40px 70px;
	float: none;
	cursor: default;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

dl.qanda dd:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	padding: 2px 10px 0;
	background-color: #DC5A10;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	color: #fff;
	margin-right: 15px;
	margin-left: 20px;
}

.news_list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

.news_list li span {
	display: block;
	margin-bottom: 5px;
	width: 130px;
}

/*
.news_list li span.topics, .news_list li span.news {
width: 100px;
background-color: #DC5A10;
color: #fff;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
padding: 3px 8px;
margin-right: 15px;
display: inline-block;
}
.news_list li span.release, .news_list li span.kessan {
width: 100px;
background-color: #3F7BC4;
color: #fff;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
padding: 3px 8px;
margin-right: 15px;
display: inline-block;
}
.news_list li span.other, .news_list li span.shareholder {
width: 100px;
background-color: #939495;
color: #fff;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
padding: 3px 8px;
margin-right: 15px;
display: inline-block;
}
*/
.news_list li span:last-child {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

.news_list li span:first-child {
	margin-top: 20px;
}

.news_list li a:hover span.topics,
.news_list li a:hover span.news,
.news_list li a:hover span.release,
.news_list li a:hover span.kessan,
.news_list li a:hover span.other,
.news_list li a:hover span.shareholder {
	text-decoration: none;
}

.news_list li:first-child {
	margin-top: 20px;
	border-top: 1px solid #d2d2d2;
}

.news_list+.attentionBox {
	margin-top: 30px;
}

.bord {
	margin-bottom: 30px;
}

.bord img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.bord h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #fff;
	padding: 0;
	margin: 0 0 10px;
}

.bord p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.bord p span {
	color: #033884;
	margin-right: 20px;
}

.bord:last-child {
	margin-bottom: 0;
}

.card {
	margin-bottom: 20px;
}

.card img {
	margin-bottom: 10px;
}

.card p {
	margin-bottom: 0;
}

.card p span {
	color: #033884;
	margin-right: 20px;
}

.card dl {
	margin-bottom: 10px;
}

.card dl dt {
	width: 80px;
}

.card dl dd {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.card dl.result dt {
	width: auto;
}

.card dl.result dd {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.card h3 {
	margin-top: 0;
}

.card h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #fff;
	padding: 0;
	margin-bottom: 10px;
}

.card h4.invert {
	background-color: #ededed;
	color: #424242;
	font-size: 16px;
	font-size: 1.6rem;
	word-break: break-word;
	padding: 10px 15px;
	width: 100%;
}

.card:last-child {
	margin-bottom: 0;
}

.headImg {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_border {
	border: 6px solid #E4E9E9;
	padding: 20px;
	margin: 20px 0;
}

.box_border h2,
.box_border h3.h4,
.box_border h5,
.box_border h6 {
	margin-top: 0;
	padding-top: 0;
}

.box_border a:before {
	content: "";
	background-image: url(/images/sk1.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.box_border a:hover {
	color: #4c7cbe;
}

.nendo-list .nendo-list-item {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul,
ol,
dl {
	line-height: 1.6;
	margin: 0;
}

ul.inlink {
	display: none;
	width: 100%;
}

ul.inlink li {
	display: inline-block;
	float: left;
}

ul.inlink li a {
	padding: 20px 33px;
	background-color: #f5f5f5;
	border: 1px solid #C9C9C9;
	display: block;
	text-align: center;
	position: relative;
	margin-top: -1px;
}

ul.inlink li a:hover {
	background-color: #4c7cbe;
	color: #fff;
}

ul.inlink li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	background-image: url(/images/icon-accordion_panel.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -8px;
	width: 15px;
	height: 15px;
}

ul.inlink.inverse li a {
	background-color: #033884;
	color: #fff;
}

ul.inlink.inverse li a:hover {
	background-color: #4c7cbe;
	color: #fff;
}

ul.inlink.inverse li a:hover:before {
	opacity: 0.6;
}

ul.inlink.inverse li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	background-image: url(/images/icon-accordion_panel_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}

.number {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

.number li {
	display: list-item;
	width: 100%;
	line-height: 1.8;
	margin-bottom: 10px;
}

.number li h3,
.number li h4,
.number li h5,
.number li h6 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	border: none;
	color: #424242;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.number li p {
	margin-bottom: 0;
}

.number li dl {
	margin-bottom: 0;
}

.number li dl dt {
	float: none;
	display: block;
	font-weight: bold;
}

.number li dl dt:after {
	content: none;
}

ul.normal li {
	margin-bottom: 10px;
	width: auto;
}

ul.default li {
	display: list-item;
	margin: 0 0 5px 20px;
	width: auto;
}

dl.default {
	line-height: 1.8;
}

dl.default dt {
	float: none;
	display: block;
	width: 100%;
	font-weight: bold;
}

dl.default dt:after {
	content: none;
}

dl.default dd {
	margin-left: 0;
}

.set-2 {
	margin: 0;
}

.set-2 li {
	width: 100%;
}

.set-2 div {
	width: 100%;
}

.set-2 div.textBox {
	display: inline-block;
	padding: 20px;
	text-align: center;
	background-color: #033884;
	color: #fff;
}

.set-2 div.textBox h2 {
	color: #fff;
	max-width: 320px;
	margin: 0 auto 20px;
}

.set-2 div.textBox p {
	max-width: 320px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.set-2 div.imgBox,
.set-2 div.imgBox2 {
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.imgBox,
.imgBox2 {
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.set-3 {
	margin: 0 -20px;
}

.set-3 li {
	width: 100%;
}

.set-4 {
	margin: 0 -20px;
}

.set-4 li {
	width: 100%;
}

.set-5 li,
set-6 li {
	width: 100%;
}

.attentionBox {
	background-color: #f5f5f5;
	padding: 20px;
	margin: 20px 0;
}

.attentionBox h2,
.attentionBox h3,
.attentionBox h4,
.attentionBox h5,
.attentionBox h6 {
	margin-top: 0;
}

.cut h2,
.cut h3,
.cut h4,
.cut h5,
.cut h6,
.cut-2 h2,
.cut-2 h3,
.cut-2 h4,
.cut-2 h5,
.cut-2 h6,
cut-3 h2,
cut-3 h3,
cut-3 h4,
cut-3 h5,
cut-3 h6,
cut-4 h2,
cut-4 h3,
cut-4 h4,
cut-4 h5,
cut-4 h6,
cut-5 h2,
cut-5 h3,
cut-5 h4,
cut-5 h5,
cut-5 h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

.boxBorder {
	border: 1px solid #033885;
	padding: 20px;
	margin: 10px 0 20px;
	display: inline-block;
	width: 100%;
}

.boxBorder .boxBorder-title {
	background: #fff;
	padding: 0px 10px;
	z-index: 999;
	display: inline-block;
	margin-left: 10px;
	margin-top: -28px;
}

/***********************************************/
.contact-box {
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
}

.contact-box h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.contact-box p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contact-box p span {
	margin-right: 20px;
	font-size: 1.5rem;
	display: block;
}

.box .cut-2.cut-2b .name {
	margin-left: 20px;
	font-size: 2rem;
}

/***********************************************/
/***********************************************/
@media print,
screen and (min-width: 480px) {
	.box .cut-2 {
		display: inline-block;
		float: left;
		width: 48%;
		margin-left: 4%;
	}

	.wrapper .box .cut-2.cut-2a {
		width: 40%;

	}

	.wrapper .box .cut-2.cut-2b {
		width: 56%;
	}


	.box .cut-2:nth-child(2n+1) {
		margin-left: 0;
	}

	.box .cut-2 img {
		margin-bottom: 10px;
	}

	.box .cut-2 p:last-of-type {
		margin-bottom: 0;
	}

	.box .cut-2 p+a {
		margin-top: 10px;
	}

	.box .cut-2 ul {
		margin-top: 10px;
	}

	.box .cut-3 {
		display: inline-block;
		float: left;
		width: 30%;
		margin-left: 5%;
	}

	.box .cut-3:nth-child(3n+1) {
		margin-left: 0;
	}

	.box .cut-3 p:last-of-type {
		margin-bottom: 0;
	}

	.box .cut-4 {
		display: inline-block;
		float: left;
		width: 22%;
		margin-left: 4%;
	}

	.box .cut-4:nth-child(4n+1) {
		margin-left: 0;
	}

	.box .cut-4 p:last-of-type {
		margin-bottom: 0;
	}

	.box .cut-5 {
		display: inline-block;
		float: left;
		width: 16%;
		margin-left: 5%;
	}

	.box .cut-5:nth-child(5n+1) {
		margin-left: 0;
	}

	.box .cut-5 p:last-of-type {
		margin-bottom: 0;
	}

	.set-2 {
		display: table;
		background-color: #C8C9C9;
	}

	.set-2 li {
		width: 33.33%;
	}

	.set-2 div {
		width: 50%;
	}

	.set-2 div.textBox {
		display: table-cell;
		padding: 6rem 5rem 6.5rem;
		text-align: center;
		background-color: #033884;
		color: #fff;
	}

	.set-2 div.textBox h2 {
		color: #fff;
	}

	.set-2 div.textBox p {
		max-width: 320px;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.set-2 div.imgBox,
	.set-2 div.imgBox2 {
		display: table-cell;
		background-size: cover;
		background-position: center;
	}

	.set-3 li {
		width: 33.33%;
	}

	.set-4 li {
		width: 25%;
	}

	.set-5 li {
		width: 20%;
	}

	.set-6 li {
		width: 16.6667%;
	}

	/***********************************************/
	.contact-box p span {
		display: inline-block;
	}

	/***********************************************/
}

/***********************************************/
@media only screen and (max-width: 823px) {
	.res02 {
		display: block;
		width: 100%;
	}

	.res02 thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}

	.res02 tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}

	.res02 th {
		display: block;
		width: auto;
		border-top: 1px solid #ccc;
		margin-top: -1px;
	}

	.res02 th:first-child {
		margin-top: 0;
	}

	.res02 tbody tr {
		display: inline-block;
		margin: 0 -3px;
	}

	.res02 td {
		display: block;
		border-top: 1px solid #ccc;
		margin-top: -1px;
	}

	.res02 td:first-child {
		margin-top: 0;
	}
}

/***********************************************/
/*
@media print, screen and (min-width: 824px) {
*/
@media print,
screen and (min-width: 1012px) {
	.wrapper {
		width: 824px;
		padding: 0;
		margin: 0 auto;
	}

	.wrapper h2:first-of-type {
		margin-top: 0;
	}

	#submenu {
		display: inline-block;
		width: 100%;
		border-top: 2px solid #DBDCDC;
		position: relative;
		transition: all 0.3s;
	}

	#submenu.childmenu {
		margin-bottom: 60px;
		transition: all 0.3s;
	}

	#submenu>ul {
		width: 824px;
		margin: 0 auto;
	}

	#submenu>ul>li {
		display: inline-block;
		float: left;
		width: auto;
		padding-top: 0;
	}

	#submenu>ul>li>a {
		display: block;
		padding: 15px 18px;
	}

	#submenu>ul>li>a:hover {
		background-color: #033884;
		color: #fff;
	}

	#submenu>ul>li.clicked>a {
		background-color: #033884;
		color: #fff;
	}

	#submenu>ul>li.clicked .menubody {
		display: block;
	}

	#submenu>ul>li.active>a {
		background-color: #3F7BC4;
		color: #fff;
	}

	#submenu>ul>li div {
		background-color: #eeeeee;
		width: 100%;
		position: absolute;
		left: 0;
		border-top: 2px solid #DBDCDC;
	}

	#submenu>ul>li div ul {
		width: 824px;
		margin: 0 auto;
	}

	#submenu>ul>li div ul li {
		display: inline-block;
		float: left;
		width: auto;
	}

	#submenu>ul>li div ul li a {
		padding: 10px 22px;
		background-color: #eeeeee;
		display: block;
		border: 2px solid transparent;
	}

	#submenu>ul>li div ul li a:hover {
		border-bottom: 2px solid #033884;
		background-color: #eee;
		color: #033884;
		text-decoration: none;
	}

	#submenu>ul>li div.menubody {
		display: none;
	}

	#breadcrumb {
		display: inline-block;
		width: 100%;
		margin-bottom: 15px;
	}

	#breadcrumb li {
		display: inline-block;
		float: left;
		width: auto;
		padding: 0;
	}

	#breadcrumb li a {
		text-decoration: underline;
	}

	.sect_end {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		margin: 20px 0 20px;
		position: relative;
		text-align: right;
	}

	.sect_end a {
		color: #424242;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.sect_end a:before {
		content: "▲";
	}

	.sect_end:last-of-type,
	.sect_end:last-child {
		margin-bottom: 0;
	}

	table.res01 {
		width: 100%;
		max-width: 100%;
	}

	table.res01 th,
	table.res01 td {
		display: table-cell;
		width: auto;
		border: 1px solid #ccc;
	}

	table.res01 th {
		width: 30%;
	}

	table.res01 td .cellinBlock {
		display: inline-block;
		margin-top: 0;
		margin-left: 50px;
	}

	table.res01 td .cellinBlock span+span {
		margin-left: 20px;
	}

	dl dt {
		display: inline-block;
		float: left;
	}

	dl dt:after {
		content: "：";
		float: right;
	}

	dl dd {
		margin-left: 0;
	}

	.news_list li {
		border-bottom: none;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.news_list li:first-child {
		border-top: none;
		margin-top: 0;
	}

	.news_list li a,
	.news_list li div.table {
		display: inline-block;
		width: 100%;
	}

	.news_list li span {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}

	.news_list li span:last-child {
		width: 570px;
		margin-bottom: 0;
	}

	.news_list li span:first-child {
		margin-top: 0;
	}

	ul.inlink {
		display: inline-block;
		width: 100%;
		margin: 30px 0 20px;
	}

	ul.inlink li {
		display: table;
	}

	ul.inlink li:first-child {
		padding-top: 0;
	}

	ul.inlink li a {
		padding: 20px 33px;
		background-color: #f5f5f5;
		border: 1px solid #C9C9C9;
		border-left: none;
		display: table-cell;
		text-align: center;
		position: relative;
		vertical-align: middle;
		margin-top: -1px;
	}

	ul.inlink li a:hover {
		background-color: #4c7cbe;
		color: #fff;
	}

	ul.inlink li a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		background-image: url(/images/icon-accordion_panel.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: -8px;
		width: 15px;
		height: 15px;
	}

	ul.inlink li:first-child a {
		border-left: 1px solid #C8C9C9;
	}

	.wrapper ul.inlink {
		margin-top: 0;
	}

	.headImg {
		background-color: #EEEEEE;
		padding: 15px 0;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.headImg .set-2 {
		width: 824px;
		margin: 0 auto;
	}

	.nendo-list .nendo-list-item:nth-child(8n) {
		margin-right: 0;
	}

	.set-2,
	.set-3,
	.set-4,
	.set-5 {
		margin: 0 0;
	}

	.box2 {
		display: table;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.box2 .item3 {
		width: 48%;
		float: left;
	}

	.box2 .item3 h4 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.box2 .item3:nth-child(even) {
		float: right;
	}

	.box2 .item3:nth-child(odd) {
		clear: both;
	}

}

/***********************************************/
@media only screen and (min-width: 1012px) {
	#res_check {
		left: 10px;
		top: 10px;
	}

	#container {
		display: table;
		width: 100%;
	}

	#menu {
		width: 160px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		display: table-cell;
		vertical-align: top;
	}

	#main {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		display: table-cell;
		vertical-align: top;
		border-left: 1px solid #D2D2D2;
	}

	#main_body {
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

}

/***********************************************/
@media print {
	#header>li {
		display: block !important;
		padding-left: 0 !important;
	}

	#footer,
	#navi,
	#navi2,
	#stack,
	#header>li:not(:first-child),
	#print {
		display: none !important;
	}

	.box2 {
		display: table;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.box2 .item3 {
		width: 48%;
		float: left;
	}

	.box2 .item3 h4 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.box2 .item3:nth-child(even) {
		float: right;
	}
}

