@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* Common
------------------------------------------------------------- */

/** Initial Setting **/
html, body, div, span, applet, object, iframe, img,
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, input, textarea, legend,
article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	position: relative;
	font-size:14px;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.nbr {
	white-space: nowrap;
}



/*Clearfix
------------------------------------------------------------- */

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.clear_l {
	clear: left;
	float: none;
}

.clear_r {
	clear: right;
	float: none;
}



/* Print Setting
------------------------------------------------------------- */

@media print {

	.no_print {
		display: none !important;
	}

	#navibtn_box {
		display: none !important;
	}

}



/* Basic Setting 
------------------------------------------------------------- */

ul, ol {
	margin-left: 1em;
}

ul.none li {
	list-style-type: none;
	margin-left: 1.2em;
}

ul.disc li {
	list-style-type: disc;
	margin-left: 1.2em;
}

ul.circle li {
	list-style-type: circle;
	margin-left: 1.2em;
}

ul.square li {
	list-style-type: square;
	margin-left: 1.2em;
}

ul.indent li {
	list-style-type: none;
	text-indent: -1.2em;
	margin-left: 1.2em;
}

ol.none li {
	list-style-type: none;
	margin-left: 1.2em;
}

ol.decimal li {
	list-style-type: decimal;
	margin-left: 1.2em;
}

ol.l_roman li {
	list-style-type: lower-roman;
	margin-left: 1.2em;
}

ol.u_roman li {
	list-style-type: upper-roman;
	margin-left: 1.2em;
}

ol.l_alpha li {
	list-style-type: lower-alpha;
	margin-left: 1.2em;
}

ol.u_alpha li {
	list-style-type: upper-alpha;
	margin-left: 1.2em;
}

dl {
	margin: 3px 0 3px 0.5em;
	padding: 0;
}

dt {
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 2px 0 0 1em;
	font-weight: normal;
}



/* Print
------------------------------------------------------------- */

.pr_break {
	page-break-before: always;
}



/* Link
------------------------------------------------------------- */

a:link {
	color: #0061aa;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #3678aa;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #0061aa;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	color: #0061aa;
	text-decoration: underline;
	background-color: inherit;
}

a img {
	border: 0;
	transition: opacity 0.3s;
	opacity: 1;
}

a:hover img,
a:active img {
	border: 0;
	transition: opacity 0.3s;
	opacity: 0.7;
}

.clickable-box:hover {
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0.7;
}


/*Text -Size, Color, Weight-
------------------------------------------------------------- */

.s1 {
	font-size: 80%;
	font-size: 0.8rem;
}

.s2 {
	font-size: 90%;
	font-size: 0.9rem;
}

.s3 {
	font-size: 100%;
	font-size: 1rem;
}

.s4 {
	font-size: 115%;
	font-size: 1.15rem;
}

.s5 {
	font-size: 130%;
	font-size: 1.3rem;
}

.s6 {
	font-size: 150%;
	font-size: 1.5rem;
}

strong {
	color: #931111;
	font-weight: bold;
	background-color: inherit;
}

em {
	color: #006027;
	font-weight: normal;
	font-style: italic;
	background-color: inherit;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.sup, sup {
	vertical-align: super;
	font-size: 60%;
}

.sub, sub {
	vertical-align: sub;
	font-size: 60%;
}



/* Font
------------------------------------------------------------- */

.font_noto_200 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
}

.font_noto_300 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.font_noto_400 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.font_noto_700 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.font_noto_900 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}



/* Colors
------------------------------------------------------------- */

/*Color Green*/

.color_green {
	color: #006027;
	background-color: inherit;
}

.bg_green {
	background-color: #d8f3e3;
	color: inherit;
}

/*Color Red*/

.color_red {
	color: #931111;
	background-color: inherit;
}

.bg_red {
	background-color: #ffdcdc;
	color: inherit;
}

/*Color Blue*/

.color_blue {
	color: #0068b6;
	background-color: inherit;
}

.bg_blue {
	background-color: #cfe0f6;
	color: inherit;
}

/*Color Monotone*/

.color_black {
	color: #000;
	background-color: inherit;
}

.color_white {
	color: #fff;
	background-color: inherit;
}

.color_gray {
	color: #666;
	background-color: inherit;
}

.color_lgray {
	color: #999;
	background-color: inherit;
}

.bg_gray {
	background-color: #ccc;
	color: inherit;
}

.bg_lgray {
	background-color: #e5e5e5;
	color: inherit;
}

.bg_black {
	background-color: #000;
	color: inherit;
}

.bg_white {
	background-color: #fff;
	color: inherit;
}



/*Text Align
------------------------------------------------------------- */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}



/*Images
------------------------------------------------------------- */

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}

.h2_box img {
	max-width: 100%;
}

.img_l {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
}

.img_r {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
}

.img_c {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	clear: both;
}

.img_icon {
	margin: 0 4px;
	vertical-align: middle;
}

.img_fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'	/*for IE*/
}



/*ColorBox Linked Images
------------------------------------------------------------- */

a.gallery {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	text-decoration: none;
}

a.gallery:hover {
	text-decoration: none;
	opacity: 1;
}

a.gallery:hover img {
	opacity: 1;
}

a.gallery img {
	margin: 0;
}

a.gallery::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00e";
	display: inline-block;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	text-align: right;
	font-size: 1rem;
	line-height: 1;
	padding-right: 5px;
	color: #fff;
	background-color: #444;
	z-index: 10;
	opacity: 0.8;
	transition: all 0.25s;
}

a.gallery:hover::before {
	height: 26px;
	padding-top: 4px;
}



/*Table
------------------------------------------------------------- */

table.layout {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

table.layout caption {
	display: none;
}

table.layout th {
	padding: 0;
	border: 0;
}

table.layout td {
	padding: 0;
	border: 0;
}

table.basetable {
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5;
	border-collapse: collapse;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	clear: both;
}

table.basetable caption {
	display: none;
}

table.basetable tr th {
	padding: 6px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	background-color: #e6b4b4;
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
}

table.basetable tr td {
	padding: 6px;
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
}

table.datatable {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5;
	border-collapse: collapse;
	border-bottom: #999 solid 1px;
	clear: both;
}

table.datatable caption {
	display: none;
}

table.datatable tr th {
	padding: 4px 6px;
	font-weight: normal;
	text-align: left;
	background-color: #e5e5e5;
	border-top: #999 solid 1px;
	vertical-align: top;
	white-space: nowrap;
}

table.datatable tr td {
	padding: 4px 6px;
	border-top: #999 solid 1px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}



/*Assist Box
------------------------------------------------------------- */

.note, .note2 {
	margin: 10px 0;
	padding: 8px;
	color: inherit;
	border: #999 2px solid;
	clear: both;
}

.note {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: linear-gradient(to bottom, #eee, #fff);
}

.note2 {
	background-color: #fff;
}

note::after, note2::after {
	content: "";
	clear: both;
	display: block;
}

.border {
	margin: 10px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #999;
	clear: both;
}

.border_bold {
	margin: 10px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 3px solid #999;
	clear: both;
}

.spacer {
	height: 30px;
	clear: both;
}



/* List
------------------------------------------------------------- */

ul.icon_list, ul.arrow_list {
	margin: 0;
	padding: 0;
	line-height: 1.5rem;
}

ul.icon_list > li, ul.arrow_list > li {
	margin: 0;
	padding: 8px 0 3px 1em;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -1em;
}

ul.icon_list > li > ul, ul.arrow_list > li > ul {
	margin: 0;
	padding: 5px 0 0 1em;
}

ul.icon_list > li > ul > li, ul.arrow_list > li > ul > li {
	margin: 0;
	padding: 2px 0;
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li > ol, ul.arrow_list > li > ol {
	margin: 0;
	padding: 5px 0 0 2em;
}

ul.icon_list > li > ol > li, ul.arrow_list > li > ol > li {
	margin: 0;
	padding: 2px 0;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0c8";
	color: #e6b4b4;
	margin-right: 2px;
}

ul.arrow_list > li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f152";
	color: #0068b6;
	margin-right: 2px;
}

ul.line {
	border-top: 1px dotted #999;
}

ul.line > li {
	border-bottom: 1px dotted #999;
}



/* Form
------------------------------------------------------------- */

fieldset {
	margin: 0;
	padding-bottom: 10px;
}

input {
	margin: 10px 0;
	vertical-align: middle;
	max-width: 100%;
}

input:focus {
	outline: 0;
}

input[type="text"], textarea {
	border: 1px solid #999;
	padding: 2px;
	font-size: 16px;
	max-width: 300px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff9f9;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 2px;
	border: 1px solid #666;
/*	appearance: none;	*/
}

input[type="reset"], input[type="submit"] {
	margin: 5px;
	padding: 6px 8px;
	position: relative;
	border-radius: 4px;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	background-color: #f2b6b6;
	background: -moz-linear-gradient(top, #f5dbdb, #efa9a9);
	background: -webkit-linear-gradient(top, #f5dbdb, #efa9a9);
	background: linear-gradient(to bottom, #f5dbdb, #efa9a9);
}

input[type="reset"]:hover, input[type="submit"]:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: #eac0c0;
	background: -moz-linear-gradient(top, #f2dfdf, #eac0c0);
	background: -webkit-linear-gradient(top, #f2dfdf, #eac0c0);
	background: linear-gradient(to bottom, #f2dfdf, #eac0c0);
	top: 2px;
}

select {
	outline: none;
	background-color: #fff;
	vertical-align: middle;
	appearance: none;
	font-size: 16px;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {


}





/* for MiddleSize(480-787)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/*Image
	------------------------------------------------------------- */

	.img_l {
		width: auto;
		margin: 0 10px 10px 0;
		float: left;
	}

	.img_r {
		width: auto;
		margin: 0 0 10px 10px;
		float: right;
	}

	.img_c {
		width: auto;
	}


	/*Form
	------------------------------------------------------------- */

	input[type="text"], textarea {
		max-width: 420px;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/*Image
	------------------------------------------------------------- */

	.img_c {
		width: auto;
	}

	/* Form
	------------------------------------------------------------- */

	input[type="text"], textarea {
		max-width: none;
	}

	input[type="text"] {
		font-size: 0.8rem;
	}

	select {
		font-size: 0.8rem;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {


}

