@charset "utf-8";


/* 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;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.nbr {
	white-space: nowrap;
}

@-ms-viewport {
	width: auto;
	initial-scale: 1;
}

@viewport {
	width: device-width;
	initial-scale: 1;
}



/* Body
------------------------------------------------------------- */

html {
	font-size: 62.5%;		/* sets the base font to 10px for easier math */
	height: 100%;
}

body {
	position: relative;
/*	font-size: 14px;	*/
/*	font-size: 1.4rem;		* sets the default sizing to make sure nothing is actually 10px */
	font-size: 16px;
	font-size: 1.6rem;
	color: #151515;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 350;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
	position: relative;
}



/* Fadein Animation
------------------------------------------------------------- */

body {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}



/*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;
}



/* Basic Setting 
------------------------------------------------------------- */

ul, ol {
	list-style-position: outside;
}

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: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 0 1em;
}

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}



/* Print
------------------------------------------------------------- */

.pr_break {
	page-break-before: always;
}



/* FancyBox
------------------------------------------------------------- */

a[data-fancybox] {
	position: relative;
	cursor: zoom-in;
}



/* 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;
	opacity: 1;
	transition: opacity 0.3s;
}

a:focus img,
a:hover img,
a:active img {
	border: 0;
	opacity: 0.8;
}




/*Text -Size, Color, Weight-
------------------------------------------------------------- */

.s1 {
	font-size: 12px;
	font-size: 1.2rem;
}

.s2 {
	font-size: 14px;
	font-size: 1.4rem;
}

.s3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.s4 {
	font-size: 20px;
	font-size: 2rem;
}

.s5 {
	font-size: 26px;
	font-size: 2.6rem;
}

.s6 {
	font-size: 30px;
	font-size: 3rem;
}

strong {
	color: #c02323;
	font-weight: 500;
	background-color: inherit;
}

em {
	color: #006027;
	font-weight: 350;
	font-style: italic;
	background-color: inherit;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: 350;
}

.sup, sup {
	vertical-align: 0.5em;
	margin: 0 0.1em 0 0;
	font-size: 70%;
}

.sub, sub {
	vertical-align: -0.1em;
	margin: 0 0.1em 0 0;
	font-size: 70%;
}

.line_red {
	border-bottom: 1px solid #c02323;
}

.line_black {
	border-bottom: 1px solid #151515;
}

.txt_highlight {
	background-image: linear-gradient(90deg, #fff869, #fff869);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0;
	background-size: 100% 0.8em;
}



/* Font
------------------------------------------------------------- */

.font_300 {
	font-weight: 300;
}

.font_400 {
	font-weight: 400;
}

.font_500 {
	font-weight: 500;
}

.font_600 {
	font-weight: 600;
}

.font_700 {
	font-weight: 700;
}



/* Colors
------------------------------------------------------------- */

/*Color Green*/

.color_green {
	color: #006027;
	background-color: inherit;
}

.bg_green {
	background-color: #d8f3e3;
	color: inherit;
}

/*Color Red*/

.color_red {
	color: #c02323;
	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 Orange*/

.color_orange {
	color: #f78b00;
	background-color: inherit;
}

.bg_orange {
	background-color: #ffe6b0;
	color: inherit;
}

/*Color Beige*/

.color_beige {
	color: #887a66;
	background-color: inherit;
}

.bg_beige {
	background-color: #d8cfc0;
	color: inherit;
}

.bg_lbeige {
	background-color: #f9f5ed;
	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: #151515;
	color: inherit;
}

.bg_white {
	background-color: #fff;
	color: inherit;
}

.color_pink {
	color: #ef0b8b;
	background-color: inherit;
}



/*Text Align
------------------------------------------------------------- */

.left, .txt_l {
	margin: 0;
	padding: 0;
	text-align: left;
}

.right, .txt_r {
	margin: 0;
	padding: 0;
	text-align: right;
}

.center, .txt_c {
	margin: 0;
	padding: 0;
	text-align: center;
}

.txt_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.txt_indent2 {
	padding-left: 2em;
	text-indent: -1em;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}



/* Images
------------------------------------------------------------- */

.img_article {
	width: auto;
	margin: 0;
	padding: 0;
}

.img_article::after {
	content:"";
	display:block;
	clear:both;
}

p.img_caption {
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
	padding-top: 10px;
}

.img_left, .img_right,
.img_center {
	width: 100%;
	text-align: center;
}

.img_center > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 30px auto;
}

.img_left > div, .img_right > div {
	width: 100%;
	margin-bottom: 30px;
}

.img_left > div img, .img_right > div img,
.img_center > div img {
	width: 100%;
}

.img_icon {
	width: 1.2em;
	height: auto;
	vertical-align: -0.22em;
}


/* Fancybox Zoom Image */

a[data-fancybox] {
	display: block;
	position: relative;
}

a[data-fancybox]::before {
	content: "";
	display: block;
	width: 5%;
	min-width: 30px;
	max-width: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-image: url(../img/icon_zoom.png);
	background-size: contain;
	z-index: 10;
}



/*Table
------------------------------------------------------------- */

table.basetable {
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.8;
	border-collapse: collapse;
	border-right: #a0a0a0 solid 1px;
	border-bottom: #a0a0a0 solid 1px;
	clear: both;
}

table.basetable caption {
	display: none;
}

table.basetable tr th {
	padding: 12px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	border-top: #a0a0a0 solid 1px;
	border-left: #a0a0a0 solid 1px;
	background-color: #d8f3e3;
}

table.basetable tr td {
	padding: 12px;
	border-top: #a0a0a0 solid 1px;
	border-left: #a0a0a0 solid 1px;
}

table.datatable {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.8;
	border-collapse: collapse;
	border-bottom: #a0a0a0 solid 1px;
	clear: both;
}

table.datatable caption {
	display: none;
}

table.datatable tr th {
	padding: 4px 6px;
	font-weight: 350;
	text-align: left;
	background-color: #f9f5ed;
	border-top: #aaa solid 1px;
	vertical-align: top;
	white-space: nowrap;
}

table.datatable tr td {
	padding: 4px 6px;
	border-top: #a0a0a0 solid 1px;
}

.table_responsive {
	width: 100%;
	margin-bottom: 30px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table_responsive > table {
	margin-bottom: 0;
}



/*Assist Box
------------------------------------------------------------- */

.note, .note2 {
	margin: 20px 0 40px 0;
	padding: 20px;
	color: inherit;
	border: #d5d5d5 6px solid;
	clear: both;
}

.note {
	background-color: #f2f2f2;
	background: linear-gradient(to bottom, #f2f2f2, #fff);
}

.note2 {
	background-color: #fff;
}

note:after, note2:after {
	content: "";
	clear: both;
	display: block;
}

.border {
	margin: 30px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #d5d5d5;
	clear: both;
}

.border_bold {
	margin: 30px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 4px solid #d5d5d5;
	clear: both;
}

.spacer {
	height: 50px;
	clear: both;
}



/* List
------------------------------------------------------------- */

ul.icon_list, ul.link_list {
	margin: 20px 0;
	padding: 0;
	line-height: 2;
	clear: both;
	list-style-type: none;
	list-style-position: outside;
}

ul.icon_list > li, ul.link_list > li {
	margin: 0;
	padding: 5px 0 8px 1.2em;
	text-indent: -1.15em;
}

ul.icon_list > li > ul, ul.link_list > li > ul {
	margin: 0;
	padding: 5px 0 0 1.2em;
}

ul.icon_list > li > ul > li, ul.link_list > li > ul > li {
	margin: 0;
	padding: 5px 0;
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li > ol, ul.link_list > li > ol {
	margin: 0;
	padding: 5px 0 0 2em;
}

ul.icon_list > li > ol > li, ul.link_list > li > ol > li {
	margin: 0;
	padding: 5px 0;
	text-indent: 0;
}

ul.icon_list > li:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-color: #a6e1ce;
	border-radius: 0.1em;
	margin: 0 0.2em;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

ul.link_list > li:before {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(../img/arrow_circle.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -0.1em;
	margin-right: 0.1em;
}

ul.line {
	border-top: 1px solid #d5d5d5;
}

ul.line > li {
	border-bottom: 1px solid #d5d5d5;
}

ul.link_list li.ext_link a::after,
ul.link_list li.pdf_link a::after,
ul.link_list li.word_link a::after,
ul.link_list li.excel_link a::after,
ul.link_list li.file_link a::after,
ul.link_list li.gmap_link a::after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.2em;
	margin-left: 0.2em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.link_inline {
	display: inline-block;
	padding: auto;
	text-indent: 0;
}

a.link_inline::after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.2em;
	margin-left: 0.2em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.link_inline.ext_link::after,
ul.link_list li.ext_link a::after {
	background-image: url(../img/icon_extlink_blue.svg);
	width: 1em;
	height: 1em;
	vertical-align: -0.1em;
}

a.link_inline.pdf_link::after,
ul.link_list li.pdf_link a::after {
	background-image: url(../img/icon_Adobe_PDF.png);
}

a.link_inline.word_link::after,
ul.link_list li.word_link a::after {
	background-image: url(../img/icon_word_s.png);
}

a.link_inline.excel_link::after,
ul.link_list li.excel_link a::after {
	background-image: url(../img/icon_excel_s.png);
}

a.link_inline.file_link::after,
ul.link_list li.file_link a::after {
	background-image: url(../img/icon_file_s.png);
}

a.link_inline.gmap_link::after,
ul.link_list li.gmap_link a::after {
	background-image: url(../img/icon_googlemap.png);
}





/* Form
------------------------------------------------------------- */

.form_box {
	line-height: 2;
	margin-bottom: 40px;
}

.form_box:after {
	content: "";
	clear: both;
	display: block;
}

.form_box .form_dl {
	line-height: 2;
	margin: 0;
	padding: 0;
}

.form_box .form_dl dt {
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 500;
	background-color: #f0f0f0;
}

.form_box .form_dl dd {
	margin: 0;
	padding: 20px 0 40px 20px;
}

.form_box span.must_item {
	display: inline-block;
	margin: 0 5px;
	padding: 0.2rem 4px;
	line-height: 1.4rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	background-color: #c02323;
	vertical-align: 0.15rem;
	border-radius: 2px;
}

.form_box input {
	margin: 10px 0;
	vertical-align: middle;
	max-width: 100%;
}

.form_box input:focus {
	outline: 0;
}

.form_box input[type="text"], .form_box input[type="tel"],
.form_box input[type="email"], .form_box textarea {
	border: 1px solid #d5d5d5;
	padding: 4px 8px;
}

.form_box input[type="text"]:focus, .form_box input[type="tel"]:focus,
.form_box input[type="email"]:focus, .form_box textarea:focus {
	border: 1px solid #0068b5;
}

.form_box input[type="radio"], .form_box input[type="checkbox"] {
	margin-right: 2px;
	border: 1px solid #d5d5d5;
}

.submit_box {
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}

.submit_box input[type="reset"],
.submit_box input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 30px auto;
	padding: 0 10px;
	line-height: 50px;
	color: #151515;
	background-color: #f0f0f0;
	font-weight: 350;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	position: relative;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

.submit_box input[type="reset"]:hover,
.submit_box input[type="submit"]:hover {
	background-color: #f5f5f5;
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.form_box select {
	outline: none;
/*	appearance: none;	*/
	padding: 4px 25px 4px 4px;
	font-size: 1.6rem;
	color: #151515;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	background-image: url(../img/arrow_pulldown.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: right 3px top 50%;
}

.form_box select:focus {
	border: 1px solid #0068b5;
}


.form_txt_s {
	width: 50%;
}

.form_txt_m {
	width: 80%;
}

.form_txt_l {
	width:calc(100% - 20px);
}

label.check_style, label.radio_style {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
}

label.check_style > input[type=checkbox],
label.radio_style > input[type=radio] {
	display: none;
}

label.check_style::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #d5d5d5;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.16);
}

label.check_style::after {
	content: "✔︎";
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline-block;
	height: 16px;
	width: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	opacity: 0;
}

label.check_style:has(input:checked)::before {
	background-color: #007aff;
	box-shadow: none;
}

label.check_style:has(input:checked)::after {
	opacity: 1;
}

label.radio_style::before {
	content: "";
	display: inline-block;
	height: 18px;
	width: 18px;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -9px;
	background-color: #d5d5d5;
	border: 0;
	border-radius: 50%;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.16);
}

label.radio_style::after {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #007aff;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
}

label.radio_style:has(input:checked)::after {
	opacity: 1;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {



}





/* for MiddleSize(480-787)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/* Images
	------------------------------------------------------------- */

	.img_left {
		width: 50%;
		float: left;
		clear: left;
		padding: 5px 30px 0 0;
		margin-bottom: 0;
	}

	.img_right {
		width: 50%;
		float: right;
		clear: right;
		padding: 5px 0 0 30px;
		margin-bottom: 0;
	}

	.img_article:has(.img_right, .img_left) {
		margin-bottom: 30px;
	}


	/* List
	------------------------------------------------------------- */

	ul.icon_list, ul.link_list {
		margin-left: 0.5rem;
	}



}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Images
	------------------------------------------------------------- */

	.img_center.img_flex {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center; 
	}

	.img_center.img_flex > div {
		width: auto;
		margin-right: 30px;
	}

	.img_center.img_flex > div:last-child {
		margin-right: 0;
	}


	/*Table
	------------------------------------------------------------- */

	.table_responsive {
		overflow-x: auto;
		min-height: 0.01%;
	}


	/* List
	------------------------------------------------------------- */

	ul.icon_list, ul.link_list {
		margin-left: 1rem;
	}


	/* Form
	------------------------------------------------------------- */

	.form_txt_s {
		width: 30%;
	}

	.form_txt_m {
		width: 50%;
	}

	.submit_box input[type="reset"],
	.submit_box input[type="submit"] {
		display: inline-block;
		width: calc(50% - 25px);
		margin: 0 30px 30px 0;
	}

	.submit_box input[type="reset"]:last-child,
	.submit_box input[type="submit"]:last-child {
		margin-right: 0;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Images
	------------------------------------------------------------- */

	.img_left {
		width: 40%;
	}

	.img_right {
		width: 40%;
	}

	.img_left.img_flex,
	.img_right.img_flex {
		width: 66.6666%;
	}

	.img_left.img_flex,
	.img_right.img_flex {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 5px 0 0 0;
	}

	.img_left.img_flex > div {
		width: auto;
		margin-right: 30px;
	}

	.img_right.img_flex > div {
		width: auto;
		margin-left: 30px;
	}



}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Images
	------------------------------------------------------------- */

	.img_left.img_flex,
	.img_right.img_flex {
		width: 60%;
	}


	/* List
	------------------------------------------------------------- */

	ul.icon_list, ul.link_list {
		margin-left: 1.5rem;
	}


}





/* Hidden Items
-------------------------------------------------------------------------------- */

@media (max-width: 359px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 360px) and (max-width: 787px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 788px) and (max-width: 979px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 980px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.hidden-xl {
		display: none !important;
	}
}




