@charset "utf-8";
html, body, div, 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: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

html {
	line-height: 1;
	font-size: 62.5%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/* set image max width to 100% */

img {
	max-width: 100%;
}

/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	margin: 0 0;
	color: #4A3A35;
	text-align: center;
	font-size: 1.5rem;
	background: #0058b5;
}

a:link, a:visited, a:active {
	color: #0058b5;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #4A3A35;
	text-decoration: underline;
}

/* page-top */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: .8rem;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 22px;
	border-radius: 30px;
	padding-top: 25px;
	box-sizing: border-box;
}

#pagetop:before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
}

#pagetop:hover {
	opacity: 0.7;
}

/* css animation */

.transform {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 1.0s ease;
	transition: 1.0s ease;
	opacity: 0;
}

.tabm {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabm>li {
	background: #ddd;
	padding: .5em;
	flex: 1 0 200px;
	margin: 0 .5em .5em 0;
	border-radius: 5px;
	text-align: center;
}

.tabm a {
	display: block;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Nav
---------------------------------------------*/

#menu .menu-btn {
	display: none;
}

#menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

#menu ul li {
	flex: 1 0 100px;
	display: block;
}

#menu ul li a {
	background: #0058b5;
	border-right: 1px #15b3f1 solid;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.5s ease;
}

#menu ul li a:hover {
	background: #15b3f1;
}

#menu ul .Active a {
	background: #15b3f1;
}

#menu ul li:last-child a {
	border-right: none;
}

/* 下層メニュー */

#menu li ul {
	display: none;
}

#menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
	width: 185px;
	background: #0058b5;
}

#menu li ul li {
	border-bottom: 1px #0163cc solid;
}

#menu li ul li a {
	width: 185px;
	display: block;
	font-size: 1.4rem;
	padding: .8em 0;
}

/* slicknav */

.slicknav_menu {
	display: none
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 45px 0 0 45px;
	line-height: 45px;
	cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .188em
}

.slicknav_nav {
	clear: both
}

.slicknav_nav ul, .slicknav_nav li {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
	cursor: pointer
}

.slicknav_nav .slicknav_row {
	display: block
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_brand {
	float: left
}

.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table
}

.slicknav_menu:after {
	clear: both
}

.slicknav_menu {
	*zoom: 1;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 100;
	background-image: url(../img/menubtn.png);
	background-repeat: no-repeat;
	background-position: center center
}

.slicknav_menu * {
	box-sizing: border-box
}

.slicknav_btn {
	margin: 0;
	text-decoration: none;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: center center
}

.slicknav_menu {
	padding: 0
}

.slicknav_nav {
	color: #5D5553;
	margin: 0;
	padding: 0;
	font-size: .875em
}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #0058b5;
	text-align: left;
}

.slicknav_nav .slicknav_row {
	padding: 15px 20px;
	margin: 2px 5px
}

.slicknav_nav a {
	padding: 15px 20px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 6px;
	background: #ccc;
	color: #222
}

.slicknav_nav a:hover {
	border-radius: 6px;
	background: #ccc;
	color: #222
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px
}

.slicknav_brand {
	color: #5D5553;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px
}

/* parts
---------------------------------------------*/

.left {
	float: left;
}

.left_img {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}

.left_cimg {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}

.right {
	float: right;
}

.right_img {
	float: right;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}

.right_cimg {
	float: right;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.indent {
	margin-left: 1em;
	text-indent: -1em;
}

hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 4rem 0;
}

/* text */

.mt20 {
	margin-top: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.padt15 {
	padding-top: 15px;
}

.pad-cap {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pad_A20 {
	padding: 20px;
}

.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.next {
	clear: both;
	margin-top: 3em;
}

.pcnone {
	display: none;
}

.txt-c {
	display: block;
	text-align: center;
	margin: 0px auto;
}

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

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

.b {
	font-weight: bold;
}

.f90 {
	font-size: 90%;
}

.fs {
	font-size: 1.2rem;
}

.fl {
	font-size: 2rem;
}

.green {
	color: #3B694B;
}

.red {
	color: #FF0000;
}

em {
	color: #FF0000;
}

.font01 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #0058b5;
}

.underline {
	border-bottom: dotted 2px #87CEFA;
}

.square li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 1em;
	text-indent: -1em;
}

.disc li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 1em;
	text-indent: -1em;
}

/* content
---------------------------------------------*/

#bgst {
	width: 100%;
	height: 100%;
	background: no-repeat fixed;
	background-size: cover;
	background-position: 50% 0;
}

#bgst_in {
	width: 100%;
	height: 100%;
	background: url(../img/overlays05.png);
}

#wrap {
	background: url(../img/bg.jpg) center/cover no-repeat fixed;
}

#header {
	width: 100%;
	background: #0058b5;
}

#headerbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0px auto;
	text-align: left;
	background: #0058b5;
}

#headerbox #logo {
	padding: 1.7em .3em 0;
	flex: 1 0 110px;
	text-align: left;
}

#headerbox #logo {
	width: 310px;
}

#headerbox #hArea {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 2em 0;
	flex: 1 0 500px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: .3em 0 1em;
}

#container {
	width: 1100px;
	margin: 0px auto 5em;
}

#container p {
	line-height: 2em;
	padding-bottom: 1em;
	text-align: left;
}

.title_h {
	padding: 30% 0 20%;
	font-size: 2.3em;
}

.contents {
	padding: 3em 0 0;
	text-align: left;
}

.pagecont {
	background: #fff;
	padding: 5em;
	margin: 3em 0 0;
	overflow: hidden;
	_zoom: 1;
}

.borbox {
	border: 2px solid #E6E6E6;
	background-color: #FCFCFC;
	padding: .5em;
	margin: 0.8em;
	border-radius: 8px;
}

.arrowtags {
	clear: both;
	background: rgb(63, 63, 63);
	color: #fff;
	display: inline-block;
	width: 13%;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 1em;
	position: relative;
}

.arrowtags::before {
	border: 20px solid transparent;
	border-left-color: rgb(63, 63, 63);
	border-right-width: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
}

.a_right {
	float: right;
	width: 82%;
	margin: .4em 0 1.5em;
	overflow: hidden;
	_zoom: 1;
}

.nen_box {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 3em;
}

.arrow01 {
	margin-top: 3px;
	display: block;
}

.arrow01 li {
	background-image: url(../common/arrow03.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-weight: bold;
	color: #491C1C;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-position: 0px 5px;
}

.pdf {
	background-image: url(../common/pdf.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: 0px center;
}

.external {
	background-image: url(../common/icon-external.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: 0px center;
}

.link_r {
	margin-top: 3px;
	text-align: right;
	display: block;
	clear: both;
}

.link_r a {
	background-image: url(../common/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}

.c2box {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c2box>li {
	flex: 0 0 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
}

.c2box>li:nth-child(2n) {
	margin-right: 0;
}

.c2box::after {
	display: table;
	clear: both;
	content: '';
}

.c3box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c3box>li {
	background: #fff;
	padding: 1em;
	flex: 1 0 250px;
	margin: 0.8em;
	border-radius: 8px;
}

.c3box>li h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: .3em 0 0;
}

.c4box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c4box>li {
	background: #fff;
	padding: 1em;
	flex: 1 0 180px;
	margin: 0.8em;
	border-radius: 8px;
}

.c4box>li h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: .3em 0 0;
}

.news {
	border: 2px solid #E6E6E6;
	background-color: #FCFCFC;
	padding: .5em 1em;
	margin: 0.8em;
	border-radius: 8px;
	text-align: left;
}

.news dl {
	margin-top: -1em;
}

.news dt {
	float: left;
	width: 8em;
	padding: 1em 0;
	text-indent: 1em;
	line-height: 150%;
	font-size: 1em;
}

.news dd {
	padding: 1em 0 1em 9em;
	line-height: 150%;
	border-bottom: 1px #ccc solid;
}

.news dd:last-child {
	border-bottom: none;
}

/* dl
---------------------------------------------*/

.form_tb dl {
	margin: 0 0 1em;
}

.form_tb dt {
	float: left;
	width: 14em;
	padding: 1em 0;
	text-indent: 1em;
	line-height: 1.5;
}

.form_tb dd {
	padding: 1em 0 1em 14em;
	line-height: 1.5;
	border-bottom: 1px #ccc solid;
}

.form_tb dd:last-child {
	border-bottom: none;
}

/* table Tbox
---------------------------------------------*/

.Tbox {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

.Tbox th {
	background-color: #EEEEEE;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	width: 25%;
}

.Tbox td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
}

.line2 {
	width: 100%;
	border-bottom: 1px solid #ECECEC;
}

.cap1 {
	font-size: 110%;
	font-weight: bold;
	color: #FF9900;
	background-image: url(../common/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding: 5px 1px 1px 15px;
	vertical-align: middle;
	margin-top: 15px;
}

.form_button {
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	background: #e68600;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e68600), color-stop(0.00, #f0af2d));
	background: -webkit-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -moz-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -o-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -ms-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	cursor: pointer;
}

.form_button a {
	padding: 10px;
	display: block;
	color: #FFF;
}

/* form
---------------------------------------------*/

.form p {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
	clear: both;
}

.form_w95 {
	width: 95%;
	font-size: 120%;
	padding: 5px;
}

.form_w70 {
	width: 70%;
	font-size: 120%;
	padding: 5px;
}

input:focus, input:hover {
	background-color: #FFFFF1;
}

textarea {
	width: 95%;
	font-size: 120%;
	padding: 5px;
}

input[type="submit"] {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	background: #e68600;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e68600), color-stop(0.00, #f0af2d));
	background: -webkit-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -moz-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -o-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	background: -ms-linear-gradient(top, #f0af2d 0%, #e68600 88%);
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	cursor: pointer;
}

.focus {
	background: #FFFFF1;
}

.check_box {
	font-size: 120%;
	padding: 10px;
}

.c3_form {
	width: 25%;
	font-size: 120%;
	padding: 5px;
}

select {
	width: 95%;
	font-size: 120%;
	padding: 5px;
}

/* footer
---------------------------------------------*/

#footer {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	color: #fff;
	background: #0058b5;
}

.f-box {
	padding: 10px;
	font-size: 1.2rem;
}

#copyright {
	text-align: center;
	padding: 1em;
	color: #fff;
	font-size: 10px;
}

#footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 700px;
	margin: 0px auto;
	border-left: 1px #15b3f1 solid;
}

#footer ul>li {
	flex: 1 0 100px;
	display: block;
}

#footer ul li a {
	background: #0058b5;
	border-right: 1px #15b3f1 solid;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: .4em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#footer ul li a:hover {
	background: #15b3f1;
}

/********************************************************************************
mobile
********************************************************************************/

@media screen and (max-width: 1366px) {
	#bgst {
		width: 100%;
		height: 100%;
		background: no-repeat fixed;
		background-size: 100%;
		background-position: 50% 0;
	}
	#wrap {
		margin: 0px auto;
		width: 100%;
		padding-top: 0;
	}
	#wrap::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: url(../img/bg.jpg) top/cover no-repeat;
		background-size: 100%;
	}
	#header {
		width: 100%;
	}
	#headerbox {
		width: 100%;
		margin: 0px auto;
		text-align: center;
		background: #0058b5;
	}
	h1 {
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		text-shadow: 1px 1px 4px #000;
		padding: 0 1em;
	}
	h2 {
		font-size: 1.5em;
		font-weight: bold;
		padding: .3em 0 1em;
	}
	#container {
		width: 100%;
		margin: 0px auto;
	}
	#container p {
		line-height: 1.8em;
		padding-bottom: 1em;
		text-align: left;
	}
	.contents {
		padding: 3em 0 0;
		text-align: left;
	}
	.pagecont {
		background: #fff;
		padding: 5em;
		margin: 3em 0 0;
		overflow: hidden;
		_zoom: 1;
	}
	/* footer
---------------------------------------------*/
	#footer ul {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#menu {
		display: none
	}
	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0
	}
	.spnone {
		display: none;
	}
	.pcnone {
		display: inline;
	}
	.left_cimg {
		float: none;
		padding-right: 0;
		padding-bottom: 1.5em;
	}
	.right_cimg {
		float: none;
		padding-bottom: 1.5em;
		padding-left: 0;
	}
	#bgst {
		margin: 0px auto;
		max-width: 480px;
		height: 100%;
		background: no-repeat scroll;
		background-size: 100%;
		background-position: 0 50px;
	}
	#wrap {
		margin: 0px auto;
		max-width: 480px;
		padding-top: 0;
		background: none;
	}
	#headerbox {
		width: 99%;
	}
	#headerbox #logo {
		padding: 1.2em 0 1.2em .7em;
		flex: 1 0 300px;
		text-align: left;
	}
	#headerbox #logo img {
		width: 220px;
	}
	#headerbox #hArea {
		font-size: 1rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding: 0;
		flex: 1 0 300px;
	}
	h1 {
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
		text-shadow: 1px 1px 4px #000;
		padding: .5em .7em 0;
	}
	h2 {
		font-size: 1.2em;
		font-weight: bold;
		padding: .3em 0 .4em;
	}
	#container {
		width: 100%;
		margin: 0px auto;
	}
	#container p {
		line-height: 1.8em;
		padding-bottom: 1em;
		text-align: left;
	}
	.title_h {
		padding: 30% 0 20%;
		font-size: 1.2em;
	}
	.contents {
		padding: 1em 0 0;
		text-align: left;
	}
	.pagecont {
		background: #fff;
		padding: 1em;
		margin: 2em 0 0;
	}
	.arrowtags {
		clear: both;
		background: rgb(63, 63, 63);
		color: #fff;
		display: inline-block;
		width: 30%;
		height: 30px;
		line-height: 30px;
		padding: 0 .5em 0 .5em;
		position: relative;
	}
	.arrowtags::before {
		border: 15px solid transparent;
		border-left-color: rgb(63, 63, 63);
		border-right-width: 0;
		content: '';
		display: block;
		height: 0;
		position: absolute;
		right: -15px;
		top: 0;
		width: 0;
	}
	.a_right {
		float: right;
		width: 90%;
		margin: .4em 0 1.5em;
		overflow: hidden;
		_zoom: 1;
	}
	.nen_box {
		overflow: hidden;
		_zoom: 1;
    margin-bottom: 1em;
	}
	.c2box>li {
		flex: 0 0 100%;
		margin-bottom: 2%;
		margin-right: 0%;
		text-align: center;
		overflow: hidden;
		_zoom: 1;
	}
	.c2box::after {
		display: table;
		clear: both;
		content: '';
	}

	/* form
---------------------------------------------*/
	.form p {
		font-size: 100%;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 3px;
		clear: both;
	}
	.form_w95 {
		width: 95%;
		font-size: 120%;
		padding: 5px;
	}
	input:focus, input:hover {
		background-color: #FFFFF1;
	}
	textarea {
		width: 95%;
		font-size: 120%;
		padding: 5px;
		height: 50px;
	}
	.focus {
		background: #FFFFF1;
	}
	.check_box {
		font-size: 120%;
		padding: 10px;
	}
	.c3_form {
		width: 25%;
		font-size: 120%;
		padding: 5px;
	}
	select {
		width: 95%;
		font-size: 120%;
		padding: 5px;
	}
.news dt {
	float: none;
	width: 100%;
	padding: 1em 0 .5em;
	text-indent: 0;
	line-height: 150%;
	font-size: 1em;
}
.news dd {
	padding: 0;
	line-height: 150%;
	border-bottom: 1px #ccc solid;
}
	/* dl
---------------------------------------------*/
	.form_tb dl {
		margin: 0 0 15px;
	}
	.form_tb dl dt {
		float: none;
		width: 100%;
		padding: 1em 0 2px 0;
		font-weight: bold;
		text-indent: 1em;
	}
	.form_tb dl dd {
		padding: 2px 0 2px 5px;
		line-height: 150%;
		border-bottom: 1px #CCCCCC solid;
	}
	.form_tb dd:last-child {
		border-bottom: none;
	}
	/* footer
---------------------------------------------*/
	#footer ul {
		width: 90%;
		border-left: none;
	}
	#footer ul>li {
		flex: 1 0 100px;
		display: block;
	}
	#footer ul li a {
		font-size: 1.1rem;
		padding: .4em;
		border-right: none;
		border-bottom: 1px #15b3f1 solid;
	}
}