@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?Merriweather:wght@300&family=Noto+Serif+JP:wght@200;400;600&family=M+PLUS+1p:wght@300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500&family=Zen+Old+Mincho:wght@400;500;700&family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@300&family=Outfit:wght@400;600&family=Shippori+Antique&family=Zen+Antique&display=swap');
@import url(//use.fontawesome.com/releases/v6.4.2/css/all.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
	color:#333;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

body {
	font-family: 'Noto Serif JP', serif;
	font-size:15px;
	font-weight:400;
	line-height:1.6em;
	color:#fff;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	position: relative;
	display: inline;
	transition: all .3s  ease-out;
}

a img, a i {
	border-style:none;
	transition: opacity 0.3s ease-out;
}

.center {
	text-align:center;
}

.big {
	font-size:1.25em;
	line-height:1.8em;
}

A:link { color:#333; text-decoration:none; }
A:visited { color:#333; text-decoration:none; }
A:active { color:#aaa; text-decoration:none; }
A:hover { color:#aaa; text-decoration:none; }

a:hover img {
	opacity: 0.7;
}
 
td, th {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


INPUT { font-size: 12px; }
SELECT { font-size: 12px; }
TEXTAREA { font-size: 12px; }

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.gothic {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bold {
	font-weight:bold;
	font-size:1.2em;
}

.red {
	color:#f00;
}

.small {
	font-size:0.9em;
}

.both {
	clear:both;
}

.right {
	text-align:right;
}

.p_only {
	display:block;
}
.p_only2 {
	display:inline;
}
.m_only, .m_only2 {
	display:none;
}

select::-ms-expand {
	display:none;
}
	
.select-wrap{
	width: 100%;
	position: relative;
	line-height:40px;
	display: inline-block;
	background:linear-gradient( 180deg, #eeeeee, #fff 30% );
}
	
.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	background: transparent;
	position: relative;
	z-index: 100;
	padding: 0 20px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:16px;
	line-height:20px;
	color:#333;
}

.select-wrap select[disabled] {
	border:1px solid #eee;
	color:#999;
}

.select-wrap::after{
	font-family:"Font Awesome 5 Free";
	content:'\f0d7';
	font-weight:900;
	font-size:1rem;
	vertical-align: baseline;
	position:absolute;
	z-index:1;
	top:50%;
	right:5px;
	margin-top:-8px;
	line-height:1;
	color:#333;
}

input[type="text"], input[type="password"], textarea {
	padding:10px;
	font-size:1em;
	line-height:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	box-sizing:border-box;
}

input[type="checkbox"] {
    border: 1px solid #388094;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input.number_field {
	text-align:right;
}

input[type="checkbox"]:disabled {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #388094;
}

input[type="checkbox"]:checked:disabled {
    background: #dbf884;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	padding-right:2em;
	white-space:nowrap;
}

.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

/* ============ 追加　append_original ↓ ================= */

/* ===== ブログ用 ===== */

.ckeditor {
	line-height: 1.3em;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	margin:14px;
	line-height:1.6em;
	color:#333;
	padding:0;
}

.ckeditor h1 {
	font-size:18px;
	line-height:25px;
	font-weight:500;
	letter-spacing: 2px;
	margin-bottom:8px;
}

.ckeditor h2, .ckeditor h3 {
	font-size:16px;
	line-height:22px;
	padding-bottom:9px;
	font-weight:bold;
}

.ckeditor ul, .ckeditor ol{
	margin-left:0.5em;
	padding-left:1em;
	margin-top:0;
	margin-bottom:0;
}

.ckeditor table {
	border-collapse:collapse;
}

.ckeditor th {
	background-color:#555;
	border:1px solid #fff;
	padding:4px;
	color:#fff;
}

.ckeditor td {
	border:1px solid #5d2c13;
	padding:4px;
}
 
.ckeditor img {
	 max-width:100%;
	 height:auto;
	 padding:8px 0;
 }
 
.ckeditor p {
	 margin:8px 0;
	 padding:0;
}

.ckeditor blockquote {
	padding:0 0 0 16px;
	margin:0 0 0 0;
	border-left:2px solid #ccc;
	box-sizing:border-box;
}

.ckeditor ul.ck_img1, .ckeditor ul.ck_img2, .ckeditor ul.ck_img3 {
	margin: 0 0 1.5em 0;
	padding:0;
}

.ckeditor ul.ck_img1 li, .ckeditor ul.ck_img2 li, .ckeditor ul.ck_img3 li {
	float:left;
	list-style-type:none;
}

.ckeditor ul.ck_img1 li {
	width: 100%;
}

.ckeditor ul.ck_img2 li {
	width: calc( 100% / 2 );
}

.ckeditor ul.ck_img3 li {
	width: calc( 100% / 3 );
}

.ckeditor ul.ck_img1 li img, .ckeditor ul.ck_img2 li img, .ckeditor ul.ck_img3 li img {
	vertical-align:middle;
	width:100%;
	height:auto;
	aspect-ratio: 1 / 1;
	object-fit:cover;
	padding:0;
}

.ckeditor ul.ck_img1:after, .ckeditor ul.ck_img2:after, .ckeditor ul.ck_img3:after {
	content:'';
	display:block;
	clear:both;
}

/* ============ 追加　append_original ↓ ================= */

#main_menu {
	position:fixed;
	z-index:1000;
	left:0;
	top:0;
	background-color:#fff;
	width:100%;
	text-align:center;
}

#main_menu > div:first-of-type {
	width:1024px;
	margin:auto;
	padding:4px 0;
	display:flex;
}

#main_menu > div > h1 {
	width:240px;
	text-align:left;
}

#main_menu > div:first-of-type > div {
	text-align:right;
	width:784px;
}

#main_nav {
	display:table;
	width:500px;
	float:right;
	height:70px;
}

#main_nav > li {
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	line-height:22px;
}

#main_nav2_wrap, #main_nav2, #main_mb_icon {
	display:none;
}

#main_footer {
	width:100%;
	background-color:#1f3140;
	padding:60px 0;
}

#main_footer > div {
	width:1024px;
	display:flex;
	margin:auto;
}

#main_footer > div ul {
	width:calc( 100% / 3 );
}

#main_footer > div ul li {
	padding:6px 10px 6px 1.5em;
	color:#fff;
	font-size:12px;
	line-height:19px;
	list-style-type:none;
	position:relative;
}

#main_footer > div ul li:before {
	content: "\f0da";
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:8px;
	font-size:10px;
}

#main_footer2 {
	padding:60px 0;
	text-align:center;
}

#main_footer2_txt {
	margin-top:8px;
	font-size:10px;
	line-height:15px;
	color:#000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#main_address {
	margin-top:32px;
	font-size:14px;
	line-height:27px;
	color:#333;
}

#main_copyright {
	padding:16px 10px;
	text-align:center;
	background-color:#1f3140;
}

#main_copyright small {
	color:#fff;
	font-size:12px;
	line-height:16px;
}

.main_button {
	text-align:center;
}

.main_button a:link, .main_button a:visited {
	display:block;
	line-height:48px;
	font-size:14px;
	width:200px;
	max-width:90%;
	margin:auto;
	background-color:#1f3140;
	color:#fff;
	text-align:center;
}

.main_button a:hover, .main_button a:active {
	background-color:#aaa;
	color:#000;
}

.main_text_area {
	margin:60px auto;
	width:1024px;
	padding:8px;
}

#main_return {
	position:fixed;
	bottom:0;
	right:0;
}

#main_return a:link, #main_return a:visited {
	display:block;
	height:70px;
	width:70px;
	text-align:center;
	font-size:22px;
	line-height:70px;
	background-color:rgba( 0, 0, 0, 0.5 );
	z-index:1;
}

#main_return a:hover, #main_return a:active {
	background-color:rgba( 0, 0, 0, 0.2 );
}

#main_return a i {
	color:#fff;
}

/* ============ 追加　append_original ↑ ================= */


@media screen and (max-width:1024px) {

	/* ============ 追加　append_original ↓ ================= */
	#main_nav2_wrap {
		display:block;
		position:fixed;
		top:0;
		left:0;
	}
	#main_nav2 {
		width:100%;
		position:absolute;
		top:75px;
		left:0;
		height:auto;
	}
	#main_nav2 > li {
		display:block;
		text-align:center;
		background-color:#eee;
	}
	#main_nav2 > li:nth-of-type( n+2 ) {
		border-top:1px solid #ccc;
	}
	#main_nav2 > li a {
		display:block;
		line-height:3.6em;
		width:100%;
	}
	#main_nav {
		display:none;
	}
	#main_mb_icon {
		display:block;
		position:fixed;
		right:12px;
		top:18px;
		font-size:40px;
		line-height:40px;
	}
	#main_menu > div, #main_footer > div {
		width:100%;
		padding:0 8px;
		box-sizing:border-box;
	}
	.main_text_area {
		width:100%;
	}
	
	/* ============ 追加　append_original ↑ ================= */

}

@media screen and (max-width:600px) {

	/* ============ 追加　append_original ↓ ================= */
	#main_footer > div {
		display:block;
	}
	#main_footer > div ul {
		width:100%;
	}
	/* ============ 追加　append_original ↑ ================= */

}