@charset "UTF-8";
/**
 * reset
 */
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
	display: block;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}
strong {
	font-weight: bolder;
}
a {
	color: #003877;
}
header a,
footer a,
#contents .btns a,
#lnav a {
	text-decoration: none;
}

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	text-align: left;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color:#000;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.4;
}
.an {
	font-family: 'Roboto', serif;
	font-style: normal;
}
body:not(.mobile) a.tel {
	pointer-events: none;
	color: #000;
}
@media only screen and (max-width:680px) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}


/**
 * input
 */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	box-sizing: border-box;
	width: 100%;
	margin:0;
	padding: 10px 15px;
	margin: 0;
	background-color: #F2F2F2;
	border: none;
	border-radius: 7px;
	vertical-align: middle;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #000;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
select::-ms-expand {
	display:none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="submit"],
input[type="button"] {
	border: none;
	border-radius: 100px;
	background: #404040;
	padding: 9px 25px;
	color: #FFF;
	font-size: 1.6rem;
	cursor: pointer;
	line-height:1;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #000;
}
select {
	width: auto;
	min-width: 230px;
	background: #fff url("/imsut/content/000000023.svg") no-repeat right center / 28px auto;
	border: solid 1px #ACACAC;
	padding-right: 45px;
	cursor: pointer;
}
textarea {
	min-height: 200px;
}

@media only screen and (max-width:680px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		display: block;
		padding: 12px 15px;
		font-size: 1.4rem;
	}
	select + select {
		margin-top: 10px;
	}
	textarea {
		min-height: 150px;
	}
}

/**
 * micro clearfix
 */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
.clear { clear: both; }


/**
 * contents
 */
html, body {
	min-width: 1280px;
}
.inner {
	box-sizing: border-box;
	width: 1280px;
	padding: 0 40px;
	margin: auto;
}
.inner .inner {
	box-sizing: border-box;
	width: 1160px;
	min-width: 0;
	padding: 0 80px;
	margin: auto;
}
@media only screen and (min-width:681px) {
	.sp {
		display:none !important;
	}
}
@media only screen and (min-width:374px) {
	.sp_s {
		display:none !important;
	}
}
@media only screen and (max-width:680px) {
	.pc {
		display:none !important;
	}
	html, body {
		min-width: 100%;
	}
	.inner {
		width: 100%;
		min-width: 0;
		padding: 0 18px;
	}
	.inner .inner {
		width: 100%;
		padding: 0;
	}
}
/**/
@media print {
	html, body {
		min-width: 1000px;
	}
	.inner {
		width:1000px;
		min-width: 0;
	}
	.sp {
		display: none;
	}
}

/**
 * .btn
 */
.btn_link,
.btn_lang {
	display: inline-block;
	background: #000;
	padding: 12px 25px;
	border-radius: 100px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
.btn_link:hover,
.btn_lang:hover {
	background: #000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.btn_lang {
	background: #404040;
}
.btn_link span::before,
.btn_lang span::before {
	display: inline-block;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #F8BD01;
	vertical-align: middle;
	content: '';
}
@media only screen and (max-width:680px) {
	.btn_link,
	.btn_lang {
		font-size: 1.2rem;
	}
	.btn_link span::before,
	.btn_lang span::before {
		border-width: 4px;
	}
}


/**
 * header
 */
header {
	position: relative;
	background: #fff;
	z-index: 1000;
}
#cover {
	display: none;
}
#logo {
	float: left;
	margin: 38px 0;
}
header .snav {
	float: right;
	text-align: right;
	margin: 45px 0 0 0;
}
header .snav form {
	display: inline-block;
	position: relative;
	width: 345px;
}
header .btn_lang {
	margin-left: 25px;
}
header .snav input[type="text"] {
	padding-right: 130px;
	border-radius: 100px;
}
header .snav input[type="submit"] {
	position: absolute;
	background: #007281;
	right: 0;
	top: 0;
	margin: 0;
	padding: 12px 25px;
	font-size: 1.4rem;
	cursor: pointer;
}
header .snav input[type="submit"]:hover {
	background: #0DA2B5;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
header .snav form {
	display: inline-block;
	position: relative;
	width: 345px;
}
header .snav nav {
	margin: 20px 0 0 0;
}
header .snav nav li {
	float: left;
	margin-left: 25px;
}
header .snav nav li a {
	color: #000;
	font-size: 1.5rem;
}
header .snav nav li a:hover {
	text-decoration: underline;
}
header .snav nav li a::before {
	display: inline-block;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #F8BD01;
	vertical-align: middle;
	content: '';
}
header #gnav {
	background: #007281;
}
header #gnav ul {
	display: flex;
	justify-content: center;
}
header #gnav li {
	position: relative;
	align-self: stretch;
	padding: 0 10px;
}
header #gnav li::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 15px;
	background: #fff;
	content: '';
}
header #gnav li:last-child::after {
	display: none;
}
header #gnav li a {
	display: table;
	width: 100%;
	height: 100%;
}
header #gnav li a span {
	box-sizing: border-box;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 21px 12px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.en header #gnav li a span {
	padding: 10px 12px;
}
header #gnav li a:hover,
body.cat01 #gnav li.menu01 a,
body.cat02 #gnav li.menu02 a,
body.cat03 #gnav li.menu03 a,
body.cat04 #gnav li.menu04 a,
body.cat05 #gnav li.menu05 a,
body.cat06 #gnav li.menu06 a,
body.cat07 #gnav li.menu07 a {
	background: #0DA2B5;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
@media only screen and (max-width:680px) {
	header {
		height: 65px;
	}
	#logo {
		width: 203px;
		margin: 11px 0;
	}
	#cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		z-index: 999;
	}
	header #gnav {
		display: none;
	}
	header #gnav > * {
		position: relative;
	}
	header #gnav > ul {
		display: flex;
		flex-wrap: wrap;
		background: #007281;
		padding: 0;
	}
	header #gnav li:nth-child(n + 3) {
		border-top: solid 1px #3497A3;
	}
	header #gnav li {
		box-sizing: border-box;
		display: block;
		width: 50%;
		padding: 0;
	}
	header #gnav li:nth-child(odd) {
		border-right: solid 1px #3497A3;
	}
	header #gnav li::after {
		display: none;
	}
	header #gnav li a span {
		padding: 10px 12px;
	}
	header #gnav li:not(.act) a:hover {
		background: none;
		box-shadow: none;
	}
	header #gnav li.act a {
		box-shadow: none;
	}

	header .btn_lang {
		position: absolute;
		top: 10px;
		right: 60px;
		margin: 0;
		padding: 5px 8px;
		border-radius: 8px;
		text-align: center;
		line-height: 1.5;
		font-size: 1.1rem;
	}
	header .btn_lang span::before {
		display: none;
	}
	.en header .btn_lang {
		top: 10px;
		padding: 10px 5px;
		font-size: 8px;
	}

	header #gnav .snav {
		float: none;
		text-align: left;
		margin: 0;
		padding: 20px 15px;
		background: #fff;
	}
	header #gnav .snav form {
		display: block;
		width: 100%;
	}
	header #gnav .snav input[type="submit"] {
		padding: 11px 25px;
	}
	header #gnav .snav input[type="submit"]:hover {
		background: #0DA2B5;
		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}
	header #gnav .snav nav {
		margin: 20px 0 0 0;
	}
	header #gnav .snav nav ul {
		display: flex;
		flex-wrap: wrap;
	}
	header #gnav .snav nav li {
		float: none;
		margin-left: 0;
		border: none !important;
	}
	header #gnav .snav nav li a {
		color: #000;
		font-size: 1.2rem;
	}
	header #gnav .snav nav li a:hover {
		color: #000
	}
	header #gnav .snav nav li a::before {
		border-width: 4px;
	}

	header #btn_menu {
		display: block;
		position: absolute;
		top: 22px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: rgba(0,0,0,0);
		cursor: pointer;
		z-index: 2000;
	}
	header #btn_menu div {
		position:absolute;
		width: 100%;
		height: 4px;
		background-color: #000;
		transition: background 1s;
	}
	header #btn_menu div:nth-child(2) {
		transform:translateY(7px);
	}
	header #btn_menu div:nth-child(3) {
		transform:translateY(14px);
	}
}
@media only screen and (max-width:374px) {
	#logo {
		width: 170px;
		margin: 15px 0 14px 0;
	}
}


/**
 * footer
 */
footer {
	background: #000;
	padding: 35px 0;
	color: #fff;
	text-align: center;
}
footer h2 {
	width: 302px;
	margin: auto;
}
footer nav {
	margin-top: 20px;
}
footer nav li {
	display: inline-block;
	margin: 10px 20px;
}
footer nav li a {
	display: block;
	color: #fff;
	white-space: nowrap;
}
footer nav li a:hover {
	text-decoration: underline;
}
footer nav li a::before {
	display: inline-block;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #fff;
	vertical-align: middle;
	content: '';
}

footer nav.links {
	margin: 0 0 15px;
}
footer nav.links li {
	margin: 10px;
}
footer nav.links li a::before {
	display: none;
}
footer nav.links li a:hover {
	opacity: 0.6;
}
footer nav.links .tut {
	width: 260px;
}

footer .note {
	margin-top: 20px;
	font-size: 1.2rem;
}
footer .copy {
	font-size: 1.3rem;
}
@media only screen and (max-width:680px) {
	footer {
		padding: 30px 0;
	}
	footer h2 {
		width: 220px;
	}

	footer nav {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	footer nav li {
		margin: 6px 8px;
	}
	footer nav li a::before {
		border-width: 4px;
	}
	footer nav.links {
		margin: 10px 0;
	}
	footer nav.links li {
		margin: 15px 10px;
	}
	footer .note {
		margin-top: 15px;
	}
	footer .copy {
		font-size: 0.9rem;
	}
}

/**
 * main
 */
main {
	position: relative;
}
main .label {
	display: inline-block;
	border: solid 1px #F8BD01;
	text-align: center;
	font-size: 1.3rem;
	color: #000;
	padding: 1px 10px;
}
@media only screen and (max-width:680px) {
	main .label {
		font-size: 1.1rem;
	}
}

/**
 * パンくずリスト
 */
.breadcrumb {
	margin: 30px 0 60px 0;
}
.breadcrumb li {
	display: inline;
	margin-right: 12px;
}
.breadcrumb li::after {
	margin-left: 12px;
	content: '＞';
}
.breadcrumb li:last-child::after {
	display: none;
	content: '';
}
.breadcrumb li a {
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
@media only screen and (max-width:680px) {
	.breadcrumb {
		margin: 20px 0 30px 0;
		font-size: 1.4rem;
	}
	.breadcrumb li {
		margin-right: 10px;
		margin-bottom: 6px;
	}
	.breadcrumb li::after {
		margin-left: 10px;
	}
}

/**
 * .pagetop
 */
.pagetop {
	position: absolute;
	bottom: 18px;
	right: 20px;
	width: 52px;
	height: 52px;
	background: #000;
	border-radius: 100px;
}
.pagetop:hover {
	background: #007281;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.pagetop::before {
	position: absolute;
	display: block;
	top: -8px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: solid 6px rgba(0,0,0,0);
	border-bottom: solid 6px #fff;
	content: '';
}

/**
 * コンテンツ
 */
#container #contents {
	float: left;
	width: calc(100% - 40px - 270px);
}
#contents {
	padding-bottom: 100px;
}
#contents section {
	margin: 60px 0;
}
#contents section:first-child {
	margin-top: 0;
}
#contents > *:last-child,
#contents .text > *:last-child {
	margin-bottom: 0;
}
#contents .text + * {
	margin-top: 40px;
}
@media only screen and (max-width:680px) {
	#container #contents {
		float: none;
		width: 100%;
	}
	#contents {
		padding-bottom: 50px;
	}
	#contents section {
		margin: 40px 0;
	}
	#contents .text + * {
		margin-top: 30px;
	}
}

/* 見出し */
#contents h1.ttl {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 10px;
	font-size: 3.5rem;
}
#contents h1.ttl::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #F8BD01;
	border-radius: 10px;
	content: '';
}
.text h2.ttl {
	position: relative;
	margin: 30px 0;
	padding: 10px 0 10px 30px;
	font-size: 2.8rem;
}
.text h2.ttl::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #D5D5D5;
	border-radius: 10px;
	content: '';
}
.text h2.ttl::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: #F8BD01;
	content: '';
}
.text h3.ttl {
	position: relative;
	margin: 20px 0;
	padding-bottom: 10px;
	font-size: 2.4rem;
}
.text h3.ttl::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #D5D5D5;
	border-radius: 10px;
	content: '';
}
.text h4.ttl {
	position: relative;
	margin: 20px 0;
	font-size: 2rem;
	font-weight: bold;
}
@media only screen and (max-width:680px) {
	#contents h1.ttl {
		margin-bottom: 30px;
		padding-bottom: 6px;
		font-size: 2.4rem;
	}
	.text h2.ttl {
		margin: 20px 0;
		padding: 10px 0 10px 20px;
		font-size: 2rem;
	}
	.text h2.ttl::after {
		width: 8px;
	}
	.text h3.ttl {
		margin: 20px 0;
		padding-bottom: 8px;
		font-size: 1.8rem;
	}
	#contents h1.ttl::before,
	.text h2.ttl::before,
	.text h3.ttl::before {
		height: 1.5px;
	}
	.text h4.ttl {
		margin: 20px 0;
		font-size: 1.6rem;
	}
}

/* セクション見出し */
#contents h2.sec_ttl {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0 10px 30px;
	font-size: 2.8rem;
}
#contents h2.sec_ttl::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: #007281;
	content: '';
}
@media only screen and (max-width:680px) {
	#contents h2.sec_ttl {
		margin-bottom: 20px;
		padding: 6px 0 6px 20px;
		font-size: 2rem;
	}
	#contents h2.sec_ttl::after {
		width: 8px;
	}
}

/* 言語 */
.lang {
	text-align: right;
	margin: 60px 0;
}
#contents h1.ttl + .lang {
	margin: -40px 0 30px 0;
}
.lang {
	text-align: right;
}
.lang a {
	text-align: right;
}
.lang a::before {
	display: inline-block;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #818181;
	margin-right: 5px;
	vertical-align: middle;
	content: '';
}
@media only screen and (max-width:680px) {
	.lang {
		margin: 30px 0;
	}
	#contents h1.ttl + .lang {
		margin: -20px 0 20px 0;
	}
	.lang a::before {
		border-width: 4px;
		margin-right: 3px;
	}
}

/* リスト */
.text ol.styled,
.text ul.styled {
	margin: 1.5em 0;
}
.text ol.styled li {
	margin: 0.5em 0 0.5em 2.2em;
	list-style: decimal;
}
.text ul.styled li {
	margin: 0.5em 0 0.5em 2.2em;
	list-style: disc
}

/* 一覧リスト */
#contents ul.list {
	margin: 0 -25px;
}
#contents ul.list li {
	box-sizing: border-box;
	float: left;
	padding: 25px;
	width: 33.333%;
}
#contents .sec_list ul.list {
  margin: 0;
}
#contents .sec_list ul.list li {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 16px 25px;
  width: 29.2%;
  vertical-align: top;
}
#contents ul.list li a {
	display: block;
	text-decoration: none;
}
#contents ul.list li a:hover {
	opacity: 0.6;
}
#contents ul.list li figure {
	height: 185px;
	background: #efefef no-repeat center center / contain;
}
#contents ul.list li time {
	display: block;
	margin: 10px 0;
	color: #646464;
	font-size: 1.4rem;
}
#contents ul.list li .label {
	width: 155px;
}
#contents ul.list li p {
	margin-top: 8px;
}
#contents ul.list li a:hover time,
#contents ul.list li a:hover p {
	text-decoration: none;
}
@media only screen and (max-width:680px) {
	#contents ul.list {
		margin: 0 -12px;
	}
	#contents ul.list li {
		padding: 12px;
    width: 49.5%;
    display: inline-block;
    float: none;
	}
	#contents ul.list li figure {
		height: calc((100vw * 0.5 - 24px) * 0.63);
	}
	#contents ul.list li time {
		margin: 6px 0;
		font-size: 1rem;
	}
	#contents ul.list li .label {
		width: 100px;
	}
	#contents ul.list li p {
		margin-top: 8px;
	}
}

/* イメージ */
.text .img {
	margin: 50px 0;
}
@media only screen and (max-width:680px) {
	.text .img {
		margin: 30px 0;
	}
}

/* リンク折り返し */
.text a {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* 斜体 */
.text em,
.main_text em,
.text i {
	font-style: italic;
}

/* 表組 */
table.col,
table.row {
	width: 100%;
	margin: 50px 0;
}
table.col th,
table.col td,
table.row th,
table.row td {
	padding: 15px 20px;
	border: solid 1px #C3C3C3;
}
table.col th,
table.row th {
	font-weight: bold;
}
table.col th {
	text-align: center;
	background: #F5F5F5;
}
table.row tr:nth-child(odd) {
	background: #F5F5F5;
}
table.row tr:nth-child(even) {
	background: #EDEDED;
}
@media only screen and (max-width:680px) {
	table.col,
	table.row {
		margin: 30px 0;
	}
	table.col th,
	table.col td,
	table.row th,
	table.row td {
		padding: 10px 15px;
	}
}

/* 文章 */
#contents p + p {
	margin-top: 1em;
}

/* リンク, リンクボックス */
#contents a {
	position: relative;
	text-decoration: underline;
}
#contents a:hover {
	text-decoration: none;
}
#contents a.link::before,
#contents a.blank::before,
#contents .box_links li a h3::before,
#alert a.link::before,
#alert a.blank::before {
	display: inline-block;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #818181;
	content: '';
}
#contents a.icon-pdf::before,
#contents a.icon-word::before,
#contents a.icon-excel::before,
#contents .box_links li a h3.icon-pdf::before,
#contents .box_links li a h3.icon-word::before,
#contents .box_links li a h3.icon-excel::before,
#alert a.icon-pdf::before,
#alert a.icon-word::before,
#alert a.icon-excel::before,
#pickup li a h3.icon-pdf::before,
#pickup li a h3.icon-word::before,
#pickup li a h3.icon-excel::before,
#new li a.icon-pdf p::before,
#new li a.icon-word p::before,
#new li a.icon-excel p::before,
#lnav li.icon-pdf a::before,
#lnav li.icon-word a::before,
#lnav li.icon-excel a::before {
	display: inline-block;
	position: relative;
	top: 0.3em;
	width: 20px;
	height: 23px;
	margin-right: 10px;
	border: none;
	background: no-repeat center center / contain;
	content: '';
}
#contents a.icon-pdf::before,
#contents .box_links li a h3.icon-pdf::before,
#alert a.icon-pdf::before,
#pickup li a h3.icon-pdf::before,
#new li a.icon-pdf p::before,
#lnav li.icon-pdf a::before {
	background-image: url(/imsut/content/000000022.svg);
}
#contents a.icon-word::before,
#contents .box_links li a h3.icon-word::before,
#alert a.icon-word::before,
#pickup li a h3.icon-word::before,
#new li a.icon-word p::before,
#lnav li.icon-word a::before {
	background-image: url(/imsut/content/000000026.svg);
}
#contents a.icon-excel::before,
#contents .box_links li a h3.icon-excel::before,
#alert a.icon-excel::before,
#pickup li a h3.icon-excel::before,
#new li a.icon-excel p::before,
#lnav li.icon-excel a::before {
	background-image: url(/imsut/content/000000018.svg);
}
#contents a .filesize,
#alert a .filesize,
#pickup a .filesize,
#new a .filesize,
#lnav a .filesize {
	display: inline-block;
	margin-left: 10px;
	color: #6A6A6A;
}
@media only screen and (max-width:680px) {
	#contents a.link::before,
	#contents a.blank::before,
	#contents .box_links li a h3::before,
	#alert a.link::before,
	#alert a.blank::before {
		border-width: 4px;
	}
	#contents a.icon-pdf::before,
	#contents a.icon-word::before,
	#contents a.icon-excel::before,
	#contents .box_links li a h3.icon-pdf::before,
	#contents .box_links li a h3.icon-word::before,
	#contents .box_links li a h3.icon-excel::before,
	#alert a.icon-pdf::before,
	#alert a.icon-word::before,
	#alert a.icon-excel::before,
	#pickup li a h3.icon-pdf::before,
	#pickup li a h3.icon-word::before,
	#pickup li a h3.icon-excel::before,
	#new li.icon-pdf a p::before,
	#new li.icon-word a p::before,
	#new li.icon-excel a p::before,
	#lnav li.icon-pdf a::before,
	#lnav li.icon-word a::before,
	#lnav li.icon-excel a::before {
		top: 0.4em;
		width: 16px;
		height: 18px;
		margin-right: 6px;
	}
	#contents a .filesize {
		margin-left: 6px;
	}
}

/* リンクボタン */
#contents .btns {
	text-align: center;
	margin: 50px 0;
}
#contents .btns a:hover {
	text-decoration: none;
}
@media only screen and (max-width:680px) {
	#contents .btns {
		margin: 30px 0;
	}
}

/* リンクボックス */
#contents .box_links {
	margin: 60px 0;
}
#contents .box_links ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
#contents .box_links li {
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
}
#contents .box_links li a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 20px;
	border: solid 1px #DBDBDB;
	text-decoration: none;
}
#contents .box_links li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#contents .box_links li figure {
	margin-bottom: 20px;
}
@media only screen and (max-width:680px) {
	#contents .box_links {
		margin: 30px 0;
	}
	#contents .box_links ul {
		margin: 0 -10px;
	}
	#contents .box_links li {
		padding: 10px;
		width: 100%;
	}
	#contents .box_links li a {
		padding: 10px;
	}
	#contents .box_links li figure {
		margin-bottom: 10px;
	}
}

/* ボックスリスト */
#contents .box_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
#contents .box_list li {
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
}
#contents .box_list li > div {
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	border: solid 1px #DBDBDB;
	height: 100%;
	background-color: #fffef5;
}
#contents .box_list li figure {
	display: block;
	align-self: stretch;
	width: 40%;
	background: transparent no-repeat right top / contain;
}
#contents .box_list li .txt {
	box-sizing: border-box;
	padding: 20px 5px 20px 20px;
	width: 100%;
}
#contents .box_list li figure + .txt {
	width: 60%;
}
#contents .box_list li h3 {
	margin-bottom: 0.8em;
	font-size: 1.8rem;
}
#contents .box_list li h3 span {
	display: block;
	font-size: 1.4rem;
}
#contents .box_list li p {
	margin: 0.5em 0 !important;
	font-size: 1.4rem;
}
#contents .box_list li img.mail,
#contents .box_list li img.tel {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}
#contents img.at {
	width: 0.9em;
	margin: 0 1px;
	vertical-align: middle;
}
@media only screen and (max-width:680px) {
	#contents .box_list {
		display: block;
		margin: 0;
	}
	#contents .box_list li {
		width: 100%;
		padding: 10px 0;
	}
	#contents .box_list li .txt {
		padding: 15px;
	}
	#contents .box_list li h3 {
		font-size: 1.4rem;
	}
	#contents .box_list li h3 span {
		font-size: 1.1rem;
	}
	#contents .box_list li p {
		margin: 0.5em 0;
	}
	#contents .box_list li img.mail,
	#contents .box_list li img.tel {
		width: 15px;
		height: 15px;
		margin-right: 4px;
	}
}

/* アンカーリンク */
#contents .anchor {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
}
#contents .anchor li {
	width: 25%;
	align-self: stretch
}
#contents .anchor li a {
	box-sizing: border-box;
	display: block;
	padding: 15px 10px 15px 42px;
	height: 100%;
	text-decoration: none;
	text-indent: -22px;
}
#contents .anchor li a:hover {
	opacity: 0.6;
}
#contents .anchor li a::before {
	display: inline-block;
	position: relative;
	top:0.2em;
	margin-right: 10px;
	border: solid 6px rgba(0,0,0,0);
	border-top: solid 6px #818181;
	content: '';
}
#contents .anchor li:nth-child(odd) a {
	background: #EDEDED;
}
#contents .anchor li:nth-child(even) a {
	background: #F4F4F4;
}
@media only screen and (max-width:680px) {
	#contents .anchor {
		margin: 30px 0;
	}
	#contents .anchor li {
		width: 50%;
	}
	#contents .anchor li a {
		padding: 15px 10px 15px 33px;
		text-indent: -14px;
	}
	#contents .anchor li a::before {
		border-width: 4px;
		margin-right: 6px;
	}
}

/* ADOBE READER */
#contents .pdf_dl {
	display: flex;
	margin: 50px 0;
}
#contents .pdf_dl img {
	max-width: 200px;
}
#contents .pdf_dl a:hover img {
	opacity: 0.6;
}
#contents .pdf_dl p {
	padding-left: 25px;
}
@media only screen and (max-width:680px) {
	#contents .pdf_dl {
		display: block;
		margin: 30px 0;
	}
	#contents .pdf_dl img {
		display: block;
		margin: auto;
	}
	#contents .pdf_dl p {
		padding: 15px 0 0 0;
	}
}

#contents .refine {
	background: #F4F4F4;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#contents .refine input[type="submit"],
#contents .refine input[type="button"] {
	margin-left: 10px;
}
@media only screen and (max-width:680px) {
	#contents .refine select {
		width: 100%;
	}
	#contents .refine input[type="submit"],
	#contents .refine input[type="button"] {
		margin: 15px 0 0 0;
	}
}

#contents .paging {
	text-align: center;
	margin: 60px 0;
}
#contents .paging nav {
	position: relative;
	display: inline-block;
	padding: 0 60px;
}
#contents .paging li {
	display: inline-block;
	margin: 10px;
}
#contents .paging li a {
	display: block;
	padding: 15px 22px;
	background: #F5F5F5;
	text-decoration: none;
}
#contents .paging li a:hover,
#contents .paging li.act a {
	background: #007281;
	color: #fff;
}
#contents .paging .prev a,
#contents .paging .next a {
	display: block;
	margin: auto;
	width: 24px;
	height: 35px;
	padding: 0;
	background: url(/imsut/content/000000015.svg) no-repeat center center / contain;
	cursor: pointer;
	text-indent: -99999rem;
}
#contents .paging li.prev a:hover,
#contents .paging li.next a:hover {
	background: url(/imsut/content/000000015.svg) no-repeat center center / contain;
	opacity: 0.6;
}
#contents .paging .prev {
	left: 0;
	transform: rotate(180deg);
	vertical-align: middle;
}
#contents .paging .next {
	right: 0;
	vertical-align: middle;
}
@media only screen and (max-width:680px) {
	#contents .paging {
		margin: 30px 0;
	}
	#contents .paging nav {
		padding: 0 30px;
	}
	#contents .paging li {
		margin: 3px;
	}
	#contents .paging li a {
		padding: 6px 10px;
	}
	#contents .paging .prev,
	#contents .paging .next {
		width: 18px;
		height: 20px;
	}
}

/**
 * ローカルナビ
 */
#lnav {
	float: right;
	width: 270px;
}
#lnav nav {
	display: block;
	background: #F4F4F4;
	padding: 10px 20px;
}
#lnav nav li {
	padding: 8px 0;
	border-top: solid 1px #D5D5D5;
}
#lnav nav li:first-child {
	border-top: none;
}
#lnav nav li a {
	display: block;
	padding: 10px;
}
#lnav nav li a:hover,
#lnav nav li.act a {
	background: #007281;
	color: #fff;
}
@media only screen and (max-width:680px) {
	#lnav {
		float: none;
		width: calc(100vw - 18px);
		margin: 0 -18px;
	}
	#lnav nav {
		padding: 10px 18px 80px 18px;
	}
	#lnav nav li {
		padding: 6px 0;
	}
}

#contents .sec_list .inner {
  width: auto;
  padding: 0;
}
#contents .sec_list .inner ul {
  padding: 20px 30px;
  margin: 0;
  border-top: solid 1px #E3E3E3;
}

#contents .sec_list .inner ul li {
  padding: 20px 0;
  float: none;
  width: auto;
  border-top: solid 1px #E3E3E3;
}
#contents .sec_list .inner ul li:first-child {
  border: none;
}
#contents .sec_list .inner ul li a {
	display: block;
}
#contents .sec_list .inner ul li a:before {
	content: none;
}
#contents .sec_list .inner ul li a:after {
	content: "";
	display: table;
	clear: both;
}
#contents .sec_list .inner ul li a:hover p {
	text-decoration: underline;
}
#contents .sec_list .inner ul li a > * {
	float: left;
}
#contents .sec_list .inner ul li time {
	display: inline-block;
	width: 120px;
	color: #646464;
	font-size: 1.4rem;
}
#contents .sec_list .inner ul li .label {
	width: 180px;
}
#contents .sec_list .inner ul li p {
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
	width: calc(100% - 130px);
}
#contents .sec_list .inner ul li .label + p {
	position: relative;
	box-sizing: border-box;
	padding-left: 50px;
	width: calc(100% - 310px);
}
#contents .sec_list .inner ul li p::before {
	position: absolute;
	display: block;
	left: 8px;
	top: 0.3em;
	border: solid 6px rgba(0,0,0,0);
	border-left: solid 6px #818181;
	content: '';
}
#contents .sec_list .inner ul li .label + p::before {
	left: 28px;
}
#contents .sec_list ul li .icon-pdf p::before{
	left: 0;
	top: 0;
	width: 20px;
	height: 23px;
	border: none;
	background: url(/imsut/content/000000022.svg) no-repeat center center / contain;
}
#contents .sec_list ul li .icon-pdf .label + p::before{
	left: 20px;
}
#contents .sec_list ul li .icon-excel p::before {
  left: 0;
  top: 0;
  width: 20px;
  height: 23px;
  border: none;
  background: url(/imsut/content/000000018.svg) no-repeat center center / contain;
}
#contents .sec_list ul li .icon-excel .label p::before {
  left: 20px;
}
#contents .sec_list ul li .icon-word p::before {
  left: 0;
  top: 0;
  width: 20px;
  height: 23px;
  border: none;
  background: url(/imsut/content/000000026.svg) no-repeat center center / contain;
}
#contents .sec_list ul li .icon-word .label + p::before {
  left: 20px;
}
#contents .sec_list a.icon-pdf::before,
#contents .sec_list a.icon-excel::before,
#contents .sec_list a.icon-word::before,
#contents .sec_list a.blank::before {
  content: none;
}
#contents .sec_list ul li .icon-pdf p::before {
	display: inline-block;
	width: 20px;
	height: 23px;
	margin-right: 10px;
	vertical-align: middle;
	border: none;
  background: url(/imsut/content/000000022.svg) no-repeat center center / contain;
	content: '';
}
#contents .sec_list ul li .icon-excel p::before {
	display: inline-block;
	width: 20px;
	height: 23px;
	margin: 0 10px 5px 0;
	vertical-align: middle;
	border: none;
  background: url(/imsut/content/000000018.svg) no-repeat center center / contain;
  content: '';
}
#contents .sec_list ul li .icon-word p::before {
	display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  border: none;
  background: url(/imsut/content/000000026.svg) no-repeat center center / contain;
  content: '';
}
#contents .sec_list a.icon-pdf::before,
#contents .sec_list a.icon-excel::before,
#contents .sec_list a.icon-word::before,
#contents .sec_list a.blank::before {
  content: none;
}

@media only screen and (max-width:680px) {

	#contents .sec_list .inner ul {
		padding: 0;
		background: transparent;
		border: none;
	}
	#contents .sec_list .inner ul li  {
		padding: 20px 0;
		border-top: solid 1px #E3E3E3;
	}
	#contents .sec_list .inner ul li time {
		width: 90px;
		font-size: 1rem;
	}
	#contents .sec_list .inner ul li .label {
		width: 130px;
  }
	#contents .sec_list .inner ul li .label {
	  width: 130px;
  }
  #contents .sec_list .inner ul li p,
	#contents .sec_list .inner ul li .label + p {
		clear: both;
		margin-top: 10px;
		padding-left: 20px;
		width: 100%;
  }
  #contents .sec_list .inner ul li p::before {
		left: 5px;
		border: solid 4px rgba(0,0,0,0);
		border-left: solid 4px #818181;
		content: '';
	}
  #contents .sec_list ul li .icon-pdf .label + p::before,
  #contents .sec_list ul li .icon-excel .label + p::before,
  #contents .sec_list ul li .icon-word .label + p::before {
  	left: 0;
  }
  #contents .sec_list ul li .icon-pdf p::before,
  #contents .sec_list ul li .icon-excel p::before,
  #contents .sec_list ul li .icon-word p::before,
  #contents .sec_list ul.list li .icon-pdf p::before,
  #contents .sec_list ul.list li .icon-excel p::before,
  #contents .sec_list ul.list li .icon-word p::before {
    left: 0;
    top: 0;
    width: 15px;
    height: 18px;
    border: none;
    margin-right: 6px;
  }
  #contents .sec_list .inner ul li p img {
    vertical-align: top;
  }
  #contents .sec_list ul.list li {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0 3px 12px;
    width: 48%;
    vertical-align: top;
  }
}

.entry_dec_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -40px;
}

.entry_dec_box .lang {
  margin: 0;
  padding: 0;
  order: 2;
}
main .entry_dec_box .label {
  min-width: 180px;
  order: 1;
}
@media only screen and (max-width:680px) {
  .entry_dec_box {
    margin-top: -15px;
  }
}

label[for="searchInputPc"],
label[for="searchInputSp"] {
  display: none;
}
.footer_logo:first-child {
  width: 185px;
  margin-bottom: 30px;
}
@media only screen and (max-width:680px) {
  .footer_logo:first-child {
    width: 145px;
  }
}
.footer_logo_en:first-child {
  width: 335px;
  margin-bottom: 30px;
}
@media only screen and (max-width:680px) {
  .footer_logo_en:first-child {
    width: 235px;
  }
}



/* 共通パーツ
------------------------------------------ */
/* 画像+テキスト */
.c-img-left {
	float: left;
	margin: 0 20px 5px 0;
	max-width: 50%;
	text-align: center;
}
@media only screen and (max-width: 680px) {
	.c-img-left {
		float: none;
		margin: 0 0 5px 0;
		max-width: 100%; 
	} 
}
.c-img-right {
  float: right;
  margin: 0 0 5px 20px;
  max-width: 50%;
  text-align: center;
}
@media only screen and (max-width: 680px) {
	.c-img-right {
		float: none;
		margin: 0 0 5px 0;
		max-width: 100%; 
	} 
}
.c-img-center {
	display: block;
	float: none;
	margin: 20px auto;
	max-width: 100%;
	text-align: center;
}
@media only screen and (max-width: 680px) {
	.c-img-center {
		margin: 15px auto;
		max-width: 100%; 
	} 
}

/* 画像表示（複数） */
.c-image-list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c-image-list .c-list-item{
	width:30%;
	margin: 5px 0;
	text-align: center;
}
.c-image-list::after{
	content: "";
	display: block;
	width: 30%;
}
@media only screen and (max-width: 680px) {
	.c-image-list{
		display:block;
	}
	.c-image-list .c-list-item{
		width:100%;
	}
	.c-image-list::after{
		width: 100%;
	}
}

/* ぶら下げインデント */
.c-text-hangingindent{
	text-indent: -1em;
	margin-left: 1em;
	box-sizing: border-box;
}

/* 一字下げインデント */
.c-text-indent{
	text-indent:1em;
}

/* 表組み */
table.col.c-table-narrow th,
table.col.c-table-narrow td{
	padding: 8px 15px;
}
@media only screen and (max-width: 680px) {
	table.col.c-table-narrow th,
	table.col.c-table-narrow td {
		padding: 5px 8px; 
	} 
}
table.col.c-table-variable{
	width:auto;
}
.c-scroll-text{
	display:none;
}
@media only screen and (max-width: 680px) {
	.c-table-wrap{
		width: 100%;
		overflow-x:scroll;
		margin: 50px 0;
	}
	.c-table-wrap table.col{
		margin:0;
		width:auto;
	}
	.c-scroll-text{
		display:block;
	}
}


/* メニュー */
.c-menu-list {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
}
.c-menu-list li {
	width: 25%;
	align-self: stretch
}
.c-menu-list li a {
	box-sizing: border-box;
	display: block;
	padding: 15px 10px 15px 42px;
	height: 100%;
	text-decoration: none;
	text-indent: -22px;
}
.c-menu-list li a:hover {
	opacity: 0.6;
}
.c-menu-list li a::before {
	display: inline-block;
	position: relative;
	top:0.2em;
	margin-right: 10px;
	border: solid 6px rgba(0,0,0,0);
	border-top: solid 6px #818181;
	content: '';
}
.c-menu-list li:nth-child(odd) a {
	background: #EDEDED;
}
.c-menu-list li:nth-child(even) a {
	background: #F4F4F4;
}
@media only screen and (max-width:680px) {
	.c-menu-list {
		margin: 30px 0;
	}
	.c-menu-list li {
		width: 50%;
	}
	.c-menu-list li a {
		padding: 15px 10px 15px 33px;
		text-indent: -14px;
	}
	.c-menu-list li a::before {
		border-width: 4px;
		margin-right: 6px;
	}
}


/* 枠付きテキスト */
.c-border-box{
	margin: 20px 0;
    padding: 15px;
    border: 2px solid #ccc;
    box-sizing:border-box;
}

/* 2段組みテキスト */
.c-column-wrap{
    display: flex;
    justify-content: space-between;
}
.c-column-wrap > div{
    padding:15px;
    box-sizing:border-box;
}
.c-column-11 .c-column-left{
    width: 50%;
}
.c-column-11 .c-column-right{
    width: 50%;
}
.c-column-12 .c-column-left{
    width: 33.3%;
}
.c-column-12 .c-column-right{
    width: 66.6%;
}
.c-column-21 .c-column-left{
    width: 66.6%;
}
.c-column-21 .c-column-right{
    width: 33.3%;
}
.c-column-13 .c-column-left{
    width: 25%;
}
.c-column-13 .c-column-right{
    width: 75%;
}
.c-column-31 .c-column-left{
    width: 75%;
}
.c-column-31 .c-column-right{
    width: 25%;
}
@media only screen and (max-width:680px) {
	.c-column-wrap{
    	flex-wrap: wrap;
    }
	.c-column-wrap > div{
        width: 100% !important;
    }
}

/* 横並びテキスト */
.c-column-box li{
	display: inline-block;
    padding:15px;
    box-sizing:border-box;
}

/* 余白指定 */
.c-mt-0{
	margin-top: 0;
}
.c-mt-5{
	margin-top: 5px;
}
.c-mt-10{
	margin-top: 10px;
}
.c-mt-15{
	margin-top: 15px;
}
.c-mt-20{
	margin-top: 20px;
}
.c-mt-30{
	margin-top: 30px;
}
.c-mt-50{
	margin-top: 50px;
}
.c-mb-0{
	margin-bottom: 0;
}
.c-mb-5{
	margin-bottom: 5px;
}
.c-mb-10{
	margin-bottom: 10px;
}
.c-mb-15{
	margin-bottom: 15px;
}
.c-mb-20{
	margin-bottom: 20px;
}
.c-mb-30{
	margin-bottom: 30px;
}
.c-mb-50{
	margin-bottom: 50px;
}

.c-wrap::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 1%;
}
