@charset "UTF-8";
/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[common set-up]
	h
	pagetop link

[lower common]

[each page]

[common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, figure {
	margin: 0;
	padding: 0;
}
header, nav, section, aside, footer {
	display: block;
}
table {
	border-spacing: 0;
}
fieldset, img, a img, abbr, acronym {
	border: 0;
}
li img, dt img {
	vertical-align: top;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
html {
	overflow-y: scroll;
}
a {
	outline: none;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a[href$=".pdf"]:after {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
a[href$=".pdf"]:after {
	content: "\f1c1";
	color: #43b14b;
	padding-left: 0.5em;
	font-weight: 900;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */

/* font */

html {
	font-size: 62.5%;
	/* 1em=10px化 */
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.8;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/* 基準フォントサイズ1.4em=14px */
}
/*----------------------- color */

/* red */

#newsList li span.new, .red {
	color: #c32a2a;
}
/* white */

.white {
	color: #FFFFFF;
}
/* green */

header div ul {
	color: #096438;
}
/* gray */

#home #con01 li .info_date {
	color: #a0a0a0;
}
/* dark gray */

footer .copy {
	color: #5d5c5d;
}
/* black */

.black {
	color: #0b0b0b;
}
/*----------------------- size */

/* */

.body_common #con01 h2 span:first-of-type {
	font-size: 0.61em;
}
/* size10px */

#newsList li span.new, .body_common #con01 h2 span:nth-of-type(3), footer .copy {
	font-size: 0.71em;
}
/* size12px */

#mailNews p {
	font-size: 0.85em;
}
/* size13px */

footer dd {
	font-size: 0.94em;
}
/* size14px */

#newsList li .date, header {
	font-size: 1.0em;
}
/* size16px */
header nav li a {
	font-size: 1.14em;
}
@media screen and (max-width:779px) {
	.balloon2-top p {
		font-size: 0.72em!important;
	}
}
/* size18px */

.body_common nav span.txt, .large, h4, h5, h6 {
	font-size: 1.28em;
}
@media screen and (max-width:779px) {
	#newsList li .title, .body_common nav span.txt, .large {
		font-size: 1.02em;
	}
}
/* size20px */

.balloon2-top, header .lead {
	font-size: 1.40em;
}
/* size26px */

.lower h2, .lower h3, .body_common h3, .body_common #con01 dt span, #mailNews input {
	font-size: 1.62em;
}
@media screen and (max-width: 480px) {
	.lower h2, .lower h3, .body_common h3, .btn, .body_common #con01 dt span, #mailNews input {
		font-size: 1.28em!important;
	}
}
/* size55px */

header h1 span {
	font-size: 1.98em;
}
@media screen and (max-width: 480px) {
	header h1 span {
		font-size: 1.78em;
	}
}
/*  */

.body_common h2, .lower h1 {
	font-size: 2.68em;
}
@media screen and (max-width: 480px) {
	.body_common h2, .lower h1 {
		font-size: 1.48em;
	}
}
/* size36px */

/*--------------------------------------- anchor */

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #222222;
	text-decoration: underline;
}
/* light gray */

header .wrapper div li a {
	color: #c7c7c7;
}
/* black */

#newsList li .title, header nav li a:link, nav#topNavi ul li a:link, header nav li a:visited, nav#topNavi ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
nav#topNavi ul li a:hover, header nav li a:hover {
	color: #000;
	text-decoration: none;
}
/* bnr_kinohei */

.bnr_kinohei {
	z-index: 300;
}
.bnr_kinohei a {
	display: inline-block;
	margin-left: 18px;
}
.bnr_kinohei:hover {
	opacity: 0.8;
}
.bnr_kinohei a img {
	width: 100%;
	max-width: 290px;
}
@media screen and (min-width: 780px), print {
	.bnr_kinohei {
		position: fixed;
		bottom: 30px;
		right: 30px;
		display: none;
	}
}
@media screen and (max-width: 779px) {
	.bnr_kinohei {
		display: block;
		padding: 20px;
		text-align: center;
	}
}
.bnr_kinohei #closeBnr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 400;
	width: 25px;
	padding: 5px;
	font-size: 0;
}
.bnr_kinohei #closeBnr img {
	max-width: 100%;
	height: auto !important;
	width: auto;
}
@media screen and (max-width: 779px) {
	.bnr_kinohei #closeBnr {
		display: none;
	}
}
/*--------------------------------------- add class */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.forPc {
	display: inline;
}
.forSp {
	display: none;
}
.mb1em {
	margin-bottom: 1em;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */

/* reset */

.body_common #con01 dd ul, .body_common #con01 dd li, #newsList li, header nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
	line-height: 1.4;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
.lower h1,
h2 {
	padding: 20px 0;
	max-width: 1170px;
	margin: 0 auto;
	font-weight: bold;
}
.body_common h2 {
	text-align: center;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	margin: 1em 0;
	padding: 0.5em 0;
	color: #43b14b;
	border-bottom: 2px dotted #eaeaea;
}
h3:after {
	width: 10%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
	border: 2px solid;
}
h3 a {
	color: #43b14b;
}
h4{
	padding: 0 1em;
	margin: 1em 0;
	border-left: 7px solid #43b14b;
}

h5 {
	margin: 20px 0;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 4px solid #43b14b;
	position: absolute;
	left: 0;
	top: 0.15em;
}
h6 {
	color: #43b14b;
	font-weight: bold;
	margin: 1em 0;
}
@media screen and (min-width: 780px), print {
	.lower h1, h2 {
		font-size: 1.71em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1, h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5, h6 {
		font-size: 1em;
	}
}
/* table */
table {
	border-collapse: collapse;
}

table th,
table td {
	padding: clamp(10px, 1vw, 12px);
	border: 1px solid #eaeaea;
}

table th {
	background: #EAF4EC;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #eaeaea;
}
.scroll_table {
	font-size: 0.9em;
}
.stripe_table {

}
.stripe_table th {
	color: #ffffff;
	background-color: #43b14b;
}
.stripe_table tr:nth-child(2n) td {
	background-color: #EAF4EC;
}
.td_line {
	background-image: linear-gradient(to right top, transparent 50%, #cccccc 50%, #cccccc calc(50% + 1px), transparent calc(50% + 1px));
}
@media screen and (max-width:750px) {
	.scroll_table {
		overflow-x: auto;
		white-space:nowrap;
		display: block;
		width:100%;
		border: 1px solid #eaeaea;
		box-shadow: inset -10px 0 10px #eaeaea;
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive tr,
	table.sp_table tr{
		display: block;
	}
	table.responsive th,
	table.responsive td,
	table.sp_table th,
	table.sp_table td{
		text-align:left;
		width:100% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table,
	table.sp_table tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td,
	table.sp_table th table th,
	table.sp_table td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
	.scroll_table_box {
		overflow: auto;
		white-space: nowrap;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main common */

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}
.btn {
	display: block;
	color: #FFF;
	text-align: center;
	max-width: 340px;
	width: 90%;
	background-color: #295e2a;
	margin: 20px auto;
	font-weight: bold;
	transition: background-color .5s ease,color .5s ease;
	border-radius: 10px;
	cursor: pointer;
}
.btn a {
	color: #FFF;
	padding: 12px 15px;
	display: block;
	border-radius: 10px;
	border: solid 1px #295e2a;
	text-decoration: none;
	transition: background-color .5s ease,color .5s ease;
}
.btn:hover a, .btn:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #295e2a;
}
/* ----------------------- pgtp */

#page_top {
	position: fixed;
	z-index: 9999999;
}
@media screen and (max-width: 480px) {
	#page_top {
		right: 0!important;
		bottom: 0!important;
	}
}
#page_top {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page_top a {
	position: relative;
	display: block;
	text-indent: -99999px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	padding: 0;
}
#page_top a::before {
	content: '';
	width: 22px;
	height: 22px;
	border: 0px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 30%;
	margin-top: -4px;
}
/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pager_box .pager {
	width: 2.5em;
	display: inline-block;
	border: 1px solid #BFBFBE;
	border-radius: 3px;
}
.pager_box .pager a {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
	text-decoration: none;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
	text-decoration: none;
}
.pager_box .pager_current {
	background: #F1F1F1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}

/* 吹き出し */

.balloon2-top {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 25px 30px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 3px #FFF;
	box-sizing: border-box;
	border-radius: 10px;
}
.balloon2-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #FFF;
	z-index: 1;
}
.balloon2-top p {
	margin: 0;
	padding: 0;
}
/* --------------------------------------- arrow */

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 26px;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before {
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4b4b4b;
}
.arrow::after {
	left: 6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* --------------------------------------- blank */

.blank, #topNavi li:last-of-type a, header li:last-of-type a {
	padding-right: 10px;
}
/*#topNavi  li:last-of-type a:after,
header li:last-of-type a:after,*/

.blank:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-size: 0.8em;
	margin: 0px 10px;
	font-weight: 900;
	display: inline-block;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower common */

.msg ul, .msg ol {
	margin-left: 1.5em;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/* ----------------------------------------------------------  */

/*          index.html            */

/* ----------------------------------------------------------  */

/* メインビジュアル */

#mainVisual {
	background-color: #f7f6f6;
	text-align: center;
	line-height: 0;
}
#mainVisual img {
	width: 100%;
	max-width: 938px;
}
/* con01 */

.body_common #con01 h2 {
	line-height: 1.2;
}
.body_common #con01 h2 span:first-of-type {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	font-family: "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
}
@media screen and (max-width:779px) {
	.body_common #con01 h2 span:first-of-type {
		padding: 0 30px;
	}
}
.body_common #con01 h2 span:first-of-type:before, .body_common #con01 h2 span:first-of-type:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
}
@media screen and (max-width:779px) {
	.body_common #con01 h2 span:first-of-type:before, .body_common #con01 h2 span:first-of-type:after {
		width: 24px;
	}
}
.body_common #con01 h2 span:first-of-type:before {
	left: 0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.body_common #con01 h2 span:first-of-type:after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.body_common #con01 h2 span:nth-of-type(2) {
	display: block;
	margin-top: 10px;
}
.body_common #con01 dl {
	border: solid 1px #000;
	border-radius: 8px;
}
.body_common #con01 dt {
	float: left;
	width: 20%;
	text-align: center;
	padding: 10px;
	border-right: solid 1px #000;
	position: relative;
}
@media screen and (max-width:779px) {
	.body_common #con01 dt {
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #000;
	}
}
.body_common #con01 dt span {
	position: absolute;
	top: 35%;
	text-align: center;
	left: 0;
	width: 100%;
	font-family: 'Cardo', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width:779px) {
	.body_common #con01 dt span {
		position: relative;
	}
}
.body_common #con01 dd {
	float: right;
	width: 80%;
	padding: 30px;
}
@media screen and (max-width:779px) {
	.body_common #con01 dd {
		float: none;
		width: 100%;
		padding: 20px;
	}
}
.body_common #con01 dd li {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 20px;
}
@media screen and (max-width:779px) {
	.body_common #con01 dd li {
		display: block;
	}
}
.editor-style01, .body_common #con01 dd li span {
	display: inline-block;
	border-radius: 4px;
	background-color: #efefef;
	margin-right: 10px;
	padding: 4px 8px;
}
/* con02 */

.body_common #con02 {
	padding-bottom: 20px;
}
.body_common #con02 div:first-of-type {
	margin-bottom: 40px;
}
.body_common #con02 .pic {
	width: 60%;
}
.body_common #con02 .pic img {
	width: 90%;
}
.body_common #con02 .floatR.pic {
	text-align: right;
}
.body_common #con02 .txt {
	width: 38%;
	padding: 20px 0 0 0;
}
@media screen and (max-width:779px) {
	.body_common #con02 h3 {
		margin-top: 0;
	}
	.body_common #con02 .pic {
		width: 40%;
	}
	.body_common #con02 .txt {
		width: 56%;
		padding: 0;
	}
}
@media screen and (max-width:478px) {
	.body_common #con02 .pic, .body_common #con02 .txt {
		width: 100%;
		float: none;
		padding: 0;
	}
}
.body_common #con02 .txt p {
	margin-bottom: 1em;
}
.body_common #con02 .floatL.pic {
	background: url(../common/con02_bg01.png) center right no-repeat;
}
.body_common #con02 .floatR.pic {
	background: url(../common/con02_bg02.png) center left no-repeat;
}
@media screen and (max-width:900px) {
	.body_common #con02 .floatL.pic, .body_common #con02 .floatR.pic {
		background-size: 60px auto;
	}
}
@media screen and (max-width:779px) {
	.body_common #con02 .floatL.pic, .body_common #con02 .floatR.pic {
		background-size: 40px auto;
	}
}
@media screen and (max-width:478px) {
	.body_common #con02 .floatL.pic, .body_common #con02 .floatR.pic, .body_common #con02 .pic img {
		background: none;
		width: 100%;
	}
}
/* メールニュース */

#mailNews {
	background-color: #f7f6f6;
	padding: 46px 20px 60px;
	text-align: center;
}
#mailNews h2 span {
	display: block;
}
#mailNews input {
	padding: 10px 15px;
}
@media screen and (max-width: 779px) {
	#mailNews input[type="text"] {
		width: 400px!important;
	}
}
#mailNews article {
	padding: 0;
}
#mailNews article h2 {
	font-family: "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#mailNews article h2:after {
	display: none;
}
#mailNews .btn {
	background-color: #282828;
	border: solid 1px #282828;
}
#mailNews .btn:hover {
	color: #282828;
	background-color: #FFF;
}
@media screen and (max-width: 779px) {
	#mailNews .balloon2-top p {
		text-align: left;
	}
}
/* ----------------------------------------------------------  */

/*          news/index.html            */

/* ----------------------------------------------------------  */

#newsList ul {
	margin-bottom: 40px;
	border-top: dotted 1px #ccc;
}
#newsList li {
	list-style: none;
	border-bottom: dotted 1px #000;
}
#newsList li:nth-child(odd) {
	background: #fbfbfb;
}
#newsList li span {
	display: block;
}
#newsList li span.new {
	display: inline-block;
	padding-left: 10px;
}
#newsList li span.nolink, #newsList li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
}
#newsList li a .title {
	text-decoration: underline;
}
#newsList li a:hover {
	background-color: #eeeded;
	transition: background-color 0.5s;
}
#newsList li .date {
	color: #333333;
	float: left;
	width: 15%;
}
@media screen and (max-width:779px) {
	#newsList li .date {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
}
#newsList li .title {
	float: right;
	width: 80%;
}
@media screen and (max-width:779px) {
	#newsList li .title {
		clear: both;
		width: 100%;
		float: none;
		margin-top: 5px;
	}
}
#newsList li .title {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	vertical-align: middle;
	text-decoration: none;
}
#newsList li .title::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	color: #FFF;
}
#newsList li .title::after {
	left: 5px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* thumbnail */

.containerInner_news .thumbnail {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.containerInner_news .msg {
	padding-bottom: 30px;
}
/* 宣言事業者検索 */

.sengen_detail_table th {
	width: 35%;
}
.sengen_result_table {
	font-size: 0.9em;
}
.sengen_result_company {
	width: 200px;
}
/* 検索共通 */

.entry_search {
	padding: 0 10px 10px;
}
.seach_form .search_title {
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
}
.seach_form {
	border: 1px solid #dddddd;
	margin: 0;
	border-radius: 3px;
	margin-bottom: 15px;
}
.seach_form input[type="text"] {
	max-width: 246px !important;
}
.msg .seach_form ul {
	margin-left: 0.5em;
}
#seach_menu_list {
	border: 1px solid #dddddd;
	margin: 0;
	border-radius: 3px;
	margin-bottom: 15px;
}
#seach_menu_list a {
	display: block;
	width: 100%;
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	background: #f0f0f0;
}
/* 検索フォーム */

.search_main {
	padding: 10px;
	border: 1px solid #ddd;
}
.search_main .search_title {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background: #f0f0f0;
}
.search_box_inner {
	padding: 10px 10px 0 10px;
}
.search_box_inner ul {
	list-style: none;
	padding: 0;
}
.search_box_inner li {
	display: inline-block;
	margin-right: 8px;
}
.search_box_inner li input {
	margin-right: 2px;
}
.search_input_button {
	text-align: center;
	padding: 10px;
}
.search_input_button .input_button {
	width: 100%;
	max-width: 120px;
	font-size: 1.1em;
	padding: 0.5em 20px;
	border-radius: 100em;
	transition: background-color 0.2s,color 0.2s,box-shadow 0.2s;
}
.search_input_button .input_button:hover {
	background-color: #fff;
	color: #282828;
	box-shadow: inset 0 0 0 1px;
}
/* 結果画面 */

.SearchMsg {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.SearchMsg .btn_return {
	display: inline-block;
	padding: 10px;
}
.SearchMsg .btn_return a {
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: 0.2s background-color;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}
.SearchMsg .btn_return a:hover {
	background-color: #f0f0f0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/* ----------------------------------------------------------  */

/*          container            */

/* ----------------------------------------------------------  */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	height: 100%;
	margin: 0;
}
@media screen and (max-width:779px) {
	body {
		padding-top: 75px;
	}
}
@media screen and (max-width:478px) {
	body {
		padding-top: 82px;
	}
}
.section {
	width: 100%;
	margin: 0 auto 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1130px;
	padding: 0;
}
article {
	padding: 50px 30px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:779px) {
	article {
		padding: 30px 20px 20px;
	}
}
@media screen and (min-width: 780px), print {
	.bnr_jas {
		position: fixed;
		bottom: 30px;
		right: 30px;
		display: none;
	}
}
@media screen and (max-width: 779px) {
	.bnr_jas {
		display: block;
		padding: 0 20px 30px;
		text-align: center;
	}
}
.bnr_jas a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
.bnr_jas:hover {
	opacity: 0.8;
}
.bnr_jas a img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}
.bnr_jas #closeBnr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 400;
	width: 25px;
	padding: 5px;
	font-size: 0;
}
@media screen and (max-width: 779px) {
	.bnr_jas #closeBnr {
		display: none;
	}
}
/* ----------------------------------------------------------  */

/*          header            */

/* ----------------------------------------------------------  */

header, #topNavi {
	width: 100%;
	margin: 0 auto;
	z-index: 9999;
	background-color: #FFF;
	top: 0;
	left: 0;
	display: block;
	z-index: 100;
	position: relative;
}
@media screen and (max-width:779px) {
	header, #topNavi {
		padding: 30px 0;
	}
}
header {
	position: fixed;
	padding: 0;
}
/* logo setting */

.body_common header h1, .lower header p.logo, nav#topNavi p.logo {
	padding: 25px 0 0;
	max-width: 1140px;
	margin: 0 auto;
}
.body_common header h1, .lower header p.logo {
	padding: 0;
	width: 1140px;
}
@media screen and (max-width:779px) {
	header, #topNavi {
		padding: 14px 0 12px 30px;
		border-bottom: solid 1px #eaeaea;
	}
	nav#topNavi p.logo {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
		display: table;
	}
	nav#topNavi p.logo a {
		display: table-cell;
		vertical-align: middle;
	}
}
header .portalLogo, nav#topNavi p.portalLogo {
	text-align: left;
	padding: 10px 0 0 10px;
}
@media screen and (max-width:779px) {
	header .portalLogo, nav#topNavi p.portalLogo {
		text-align: center;
		padding: 0;
	}
}
.portalLogo img {
	width: 100%;
	max-width: 420px;
}
@media screen and (max-width:478px) {
	.portalLogo img {
		width: 64%;
	}
}
header .portalLogo {
	width: 20%;
}
.body_common header h1 img, .lower header .logo img, nav#topNavi p.logo img {
	width: 100%;
	max-width: 448px;
}
.body_common header h1 img, .lower header .logo img {
	width: 40%;
}
@media screen and (max-width:779px) {
	.body_common header h1 img, .lower header .logo img, nav#topNavi p.logo img {
		width: 60%;
	}
}
@media screen and (max-width:478px) {
	.body_common header h1 img, .lower header .logo img, nav#topNavi p.logo img {
		width: 74%;
	}
}
/* navigation */

nav#topNavi div, header nav {
	width: 100%;
	margin: 15px auto 0;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	text-align: center;
}
@media screen and (max-width:779px) {
	nav#topNavi div, header nav {
		border: none;
		margin: 0;
	}
}
header nav {
	margin: 0 auto;
}
nav#topNavi ul, header nav ul {
	width: 96%;
	max-width: 1140px;
	margin: 5px auto 10px;
	border-left: solid 1px #eaeaea;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-around;
	justify-content: center;
	align-items: center;
}
header nav ul {
	margin: 7px auto;
	font-size: 90%;
}
nav#topNavi ul li, header nav li {
	text-align: center;
	margin: 0;
	vertical-align: middle;
	border-right: solid 1px #eaeaea;
	-webkit-box-flex: 1;
	flex-grow: 1;
}
nav#topNavi ul li a, header nav li a {
	padding: 10px;
	display: block;
}
header nav li {
	font-size: 90%;
}
nav#topNavi li.menu_cleanwood, header nav li.menu_cleanwood {
	width: 10%;
	font-size: 75%;
}
nav#topNavi li.menu_taika_link, header nav li.menu_taika_link {
	width: 12%;
	font-size: 85%;
}
nav#topNavi li.menu_scm, header nav li.menu_scm {
	width: 12%;
	font-size: 75%;
}
nav#topNavi li.menu_scm a {
	padding: 0 10px 4px;
}
@media screen and (max-width:779px) {
	#topNavi {
		position: fixed;
		min-height: 82px;
	}
	header nav, nav#topNavi ul {
		display: none;
	}
	nav#topNavi .header_contact {
		display: none;
	}
}
nav#topNavi .header_contact {
	font-size: clamp(13px, 2vw, 14px);
	line-height: 1.5;
	position: absolute;
	top: 42px;
	right: 0;
	width: 280px;
	border: none;
	margin: 0;
}
nav#topNavi .header_contact ul {
	width: 100%;
	max-width: auto;
	margin: 0;
	border: none;
	display: block;
}
nav#topNavi .header_contact ul li {
	text-align: left;
	margin: 0;
	vertical-align: middle;
	border: none;
	font-size: 0.9em;
}
nav#topNavi .header_contact ul li a {
	padding: 0;
	display: inline;
	font-weight: normal;
}
#topNavi .header_contact ul li:last-of-type a:after {
	content: "";
}
/* header_submenu */

nav#topNavi .header_submenu ul {
	padding: 0;
	list-style: none;
	width: auto;
	margin: 0;
	border: none;
	display: block;
}
nav#topNavi .header_submenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 10px;
	border: none;
}
nav#topNavi .header_submenu li.header_mail a {
	font-weight: bold;
	border: 1px solid;
	border-top: none;
	padding: 5px 15px;
	text-decoration: none;
}
@media screen and (min-width: 780px), print {
	nav#topNavi .header_submenu {
		position: absolute;
		top: 0;
		right: 0;
		width: 290px!important;
		border: none;
		margin: 0;
		text-align: left;
	}
}
@media screen and (max-width: 779px) {
	.header_submenu {
		display: none;
	}
}
/* ---------------------------------------- 

            sp navigation

------------------------------------------ */

.pure-toggle-label {
	display: none!important;
}
@media screen and (max-width:779px) {
	.pure-toggle-label {
		display: block!important;
	}
}
.pure-drawer .portalLogo {
	margin: 10px 0 0 24px;
	text-align: center;
}
.pure-drawer .portalLogo img {
	width: auto;
	max-width: 60%;
}
.pure-drawer .spnavi_logo {
	margin: 0 0 0 24px;
	text-align: center;
}
.pure-drawer .spnavi_logo img {
	width: auto;
	max-width: 74%;
}
.pure-drawer li {
	text-align: left;
}
.pure-drawer li span {
	display: inline;
}
.nav-primary li img {
	width: 10%;
	margin-top: 4px;
}
.nav-primary li.herf {
	width: 50%;
	float: left;
	text-align: center;
	background: #04345f;
	border-right: solid 1px #f5f6ee;
}
.nav-primary li.herf:nth-child(odd) {
	float: right;
	border-right: none;
}
.nav-primary li.herf a {
	color: #FFF;
}
.nav-primary li .blank:after {
	font-size: 0.6em;
}
.pure-drawer .linkarea02 li a {
	background-color: #295e2a;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
/* ----------------------------------------------------------  */

/*          mainContaints            */

/* ----------------------------------------------------------  */

.container {
	min-height: 400px;
}
@media screen and (max-width:478px) {
	.container {
		min-height: auto;
	}
}
/*--------------------------------------- columnBox */
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
		padding: 1em 20px;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column {
		padding: 1em 0;
	}
	.containerInner_default .columnBox .column {
		padding: 1em 0;
	}
}
/*--------------------------------------- sideContaints */

/*--------------------------------------- sideContaints */

#side {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	border: 1px solid #777777;
	border-bottom: none;
	background-color: #f0f0f0;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	border: 1px solid #777777;
	border-top: none;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	position: relative;
	border-top: 1px solid #777777;
}
#side li a {
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
}
#side li a:before {
	content: ">";
	position: absolute;
	left: 0.7em;
	top: 40%;
	margin-top: -0.5em;
}
#side li a:hover {
	color: #777777;
}
#side li.current a {
	color: #ffffff;
	background-color: #777777;
}
#side li.current a:before {
	content: ">>";
	left: 0.3em;
}
@media screen and (min-width:780px) {
	.columnBox .column_side {
		width: 320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*--------------------------------------- containerBox_main */

/* breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	background-color: #f4f4f4;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.breadCrumb li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.breadCrumb li::before, .breadCrumb li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.breadCrumb li::before {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadCrumb li a {
	color: #999999;
	text-decoration: none;
}
.breadCrumb li:first-child {
	padding: 0;
}
.breadCrumb li:first-child::before {
	border-top: none;
	border-right: none;
}
.breadCrumb li:last-child {
	background-image: none;
	padding-right: 0;
}
/* ----------------------------------------------------------  */

/*          footer            */

/* ----------------------------------------------------------  */

footer {
	width: 100%;
	text-align: center;
	padding: 50px 0 50px;
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FFF), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FFF), color-stop(.75, #FFF), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 12px 12px;
}
.footer_contact {
	width: 300px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footer_contact ul {
	list-style: none;
	padding: 0;
}
.footer_contact ul li {
	font-size: 0.9em;
}
@media screen and (max-width: 779px) {
	.footer_contact {
		width: 100%;
		padding-left: 10%;
	}
}
/* -----------------------------------------  snsList */

#snsList {
	margin: 0 auto 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-contet: center;
	max-width: 20%;
}
@media screen and (max-width:788px) {
	#snsList {
		max-width: 50%;
	}
}
@media screen and (max-width:479px) {
	#snsList {
		max-width: 60%;
	}
}
#snsList li {
	list-style: none;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center;
}
#snsList li img {
	width: 90%;
	max-width: 60px;
}
/* -----------------------------------------  bnrList */

.bnrList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.bnrList li {
	list-style: none;
	max-width: 250px;
	padding: 5px 10px;
	text-align: center;
}
.bnrList li:fist-of-type {
	max-width: 190px;
}
.bnrList li a {
	display: block;
	border: 1px solid #ddd;
}
.bnrList li img {
	width: 100%;
}
footer .copy {
	clear: both;
	padding: 30px 30px 0 0;
}
@media screen and (max-width: 480px) {
	footer .copy {
		padding: 30px 30px 50px 0;
	}
}
/* ----------------------------------------------------------  */

/*          cleaarFix            */

/* ----------------------------------------------------------  */

.body_common #con02 div:after, .body_common #con01 dl:after, #newsList li span.nolink:after, #newsList li a:after, nav:after, #snsList:after, #topNavi:after, article:after, section:after, .clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/* ----------------------------------------------------------  */

/*          cms setting            */

/* ----------------------------------------------------------  */

.editor-style-btn1 {
	display: inline-block;
	color: #FFF;
	width: auto;
	background-color: #295e2a;
	margin: 10px auto;
	font-weight: bold;
	transition: background-color .5s ease,color .5s ease;
	border-radius: 10px;
}
.editor-style-btn1 a {
	color: #FFF;
	padding: 12px 15px;
	display: block;
	border-radius: 10px;
	border: solid 1px #295e2a;
	text-decoration: none;
	cursor: pointer;
}
.editor-style-btn1 a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #295e2a;
	text-decoration: none;
}
/* ----------------------------------------------------------  */

/*          pc sp          */

/* ----------------------------------------------------------  */

.forTab {
	display: none;
}
@media screen and (max-width:788px) {
	.forTab {
		display: inherit;
	}
	.forPcNoTab {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
}
.forSp {
	display: none;
}
@media screen and (max-width: 639px) {
	.forSp {
		display: inherit;
	}
}
/* ----------------------------------------------------------  */

/*          contact form            */

/* ----------------------------------------------------------  */

.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}
.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}
.form_flow li:first-child {
	border-left: none;
}
.form_flow li.current {
	background-color: #096438;
}
.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.contact_msg {
	font-size: 1.0em;
	margin: 0 auto;
}
.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}
.contact_msg .editor-style-btn1 {
	float: right;
}
.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5, -1px 0px #e5e5e5;
	padding: 20px 5%;
}
.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}
.error_box .error_msg {
	margin-top: 20px;
}
.contact form {
	text-align: center;
}
#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 1.1em;
}
#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}
#input-table table li {
	margin-left: 0;
}
#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}
#input-table table td {
	padding-left: 10px;
}
#input-table table tr {
	transition: linear 0.2s background-color;
	border-top: 1px solid #ccc;
}
#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}
#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}
.input_required, .input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #096438;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}
#input-table table tr:last-child td {
	text-align: center;
}
#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}
#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}
.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}
#input-table table .form_input_addnumber {
	width: 40% !important;
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus, input:textarea {
	border: solid 1px #3ba5eb;
}
.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #096438;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#input-table .input_button {
	padding: 10px 50px;
}
#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}
#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}
/* セパレーター */

#input-table table tr.input-formgroup-blank th {
	background: #F0F0F0;
	border: none;
}
#input-table table tr.input-formgroup {
	padding-top: 20px;
}
#input-table table tr.input-formgroup th {
	text-align: left;
	border: none;
	padding: 10px 0 5px 50px;
	background-image: url(../../css/img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #096438;
	/* セパレーターth背景色 */
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed {
	background-image: url(../../css/img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title {
	display: block;
	color: #FFFFFF;
	/* セパレータータイトル文字色 */
	font-size: 1.1em;
	/* セパレータータイトル文字サイズ */
	padding-bottom: 5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 1.3em;
	/* セパレーター説明文文字色 */
	/*padding: 0 5px 0 1em;
	margin: 5px 10px 10px 10px;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*#input-table table tr.input-formgroup span.input-formgroup-text:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content: "";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}*/
#input-table table tr.input-formgroup span.input-formgroup-text a:visited, #input-table table tr.input-formgroup span.input-formgroup-text a:link {
	color: #FFFFFF;
	/* セパレーター説明文内リンク色1 */
	text-decoration: underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover, #input-table table tr.input-formgroup span.input-formgroup-text a:active {
	color: #66FFFF;
	/* セパレーター説明文内リンク色2 */
	text-decoration: underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table th, #input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}
	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content: "";
		display: block;
		clear: both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required, .input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

/*--------------------------------------- list_text */

.list_text, .list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text {
	padding: 1em 0;
}
.list_text li {
	border-bottom: 1px solid #ccc;
}
.list_text li:first-child {
	border-top: 1px solid #ccc;
}
.list_text li a {
	text-decoration: none;
	display: block;
	background-image: url(./img/icon_right_circle.png);
	background-position: center right;
	padding-right: 40px;
	background-repeat: no-repeat;
}
.list_text li a:before {
	content: "";
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #c6c6c6;
}
.list_text li .listBox {
	width: 100%;
	display: block;
	padding: 15px 0;
}
.list_text li .date {
	font-size: 0.9em;
}
.list_text li .listBox .date, .list_text li .listBox .new {
	display: inline-block;
	vertical-align: middle;
}
.list_text li .listBox .text {
	padding-top: 10px;
	display: block;
}
@media screen and (min-width: 481px), print {}
@media screen and (max-width: 480px) {}

@media print {
	html {
		width: 1200px;
		transform-origin: 0 0;
	}
	header,
	.pure-drawer {
		display: none!important;
	}
	#topNavi {
		position: relative!important;
	}
}