@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500&family=Zen+Old+Mincho:wght@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('https://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;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* 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-size:13px;
	line-height:1.6em;
	color:#000;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

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

a {
	position: relative;
	display: inline-block;
	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:#000; text-decoration:none;  }
A:visited { color:#000; text-decoration:none;  }
A:active { color:#ed4f44; text-decoration:none; }
A:hover { color:#ed4f44; text-decoration:none; }

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


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:'Noto Sans JP','ヒラギノ角ゴ 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;
	display: inline-block;
	background:linear-gradient( 180deg, #eeeeee, #fff 30% );
}
	
.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	background: transparent;
	position: relative;
	z-index: 2;
	padding: 0 20px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:20px;
	color:#000;
}

.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:14px;
	vertical-align: baseline;
	position:absolute;
	z-index:1;
	top:50%;
	right:6px;
	margin-top:-6px;
	line-height:1;
	color:#333;
}

input[type="text"], input[type="password"], textarea {
	padding:9px;
	font-size:14px;
	line-height:22px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	max-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;
	display:table;
	float:left;
	white-space:nowrap;
}

label.checkbox+label.checkbox {
	margin-left:1.5em;
}

label.checkbox > span {
	display:table-cell;
	vertical-align:top;
}

label.checkbox > span:last-of-type {
	padding-top:5px;
	padding-left:0.2em;
	font-size:13px;
}
.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

input.readonly_field, textarea.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input[type="text"].ex_short_field, input[type="password"].ex_short_field, textarea.ex_short_field {
	width:70px;
}

input[type="text"].short_field, input[type="password"].short_field, textarea.short_field {
	width:120px;
}

input[type="text"].middle_field, input[type="password"].middle_field, textarea.middle_field {
	width:200px;
}

input[type="text"].long_field, input[type="password"].long_field, textarea.long_field {
	width:400px;
}

/* inviews */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*サブウィンドウ用*/
#layer {
	z-index:1000;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background-color:rgba( 255, 255, 255, 0.4 );
}

#main_sub_window {
	background-color:#fff;
	width:460px;
	max-width:calc( 100% - 16px );
	margin:0 auto 0 auto;
	display:none;
	padding:30px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	box-shadow: 0 0 3px rgba( 0, 0, 0, 0.4 );
	z-index:2000;
}

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

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

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

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

.ckeditor ul, .ckeditor ol{
	margin:0;
	padding:0;
}

.ckeditor > ol {
	counter-reset: cnt;
}

.ckeditor > * ol {
	counter-reset: cnt2;
}

.ckeditor > table {
	border-collapse:collapse;
}

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

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

.ckeditor > p:nth-of-type( n+2 ) {
	margin-top:12px;
}

.ckeditor ul li, .ckeditor ol li {
	list-style-type:none;
	position:relative;
	padding-left:1.8em;
	padding-bottom:2px;
}

.ckeditor ul li:before {
	content:'・';
	position:absolute;
	left:0;
	top:0;
}

.ckeditor > ol > li {
	counter-increment: cnt;
}

.ckeditor * ol > li {
	counter-increment: cnt2;
}

.ckeditor > ol > li:before {
	content:counter(cnt)".";
	position:absolute;
	left:0;
	top:0;
}

.ckeditor * ol > li:before {
	content:counter(cnt2)".";
	position:absolute;
	left:0;
	top:0;
}

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

.ckeditor table.border-table {
	border-collapse:collapse;
}

.ckeditor table.border-table th, .ckeditor table.border-table td {
	border:1px solid #ccc;
	padding:2px;
}

.ckeditor table.border-table th {
	background-color:#ccc;
	text-align:center;
	border:1px solid #ccc;
	padding:2px;
}

.ckeditor a:link, .ckeditor a:visited {
	color:#00f;
}

.ckeditor a:hover, .ckeditor a:active {
	color:#ed4f44;
}

/* ============ form ↓ ================= */

#error_area {
	color:#f00;
}

#error_area p {
	font-size:1.1em;
	margin-bottom:5px;
	font-weight:bold;
}

#confirm_area {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background-color:rgba( 0, 0, 0, 0.4 );
	overflow:hidden;
	z-index:10001;
}

#confirm_bourd {
	width:700px;
	max-width:90%;
	max-height:90vh;
	overflow:scroll;
	margin:auto;
	padding: 30px;
	background-color:#F4F7F8;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 8px rgba( 0, 0, 0, .5 );
}

#confirm_bourd > p {
	margin-bottom:24px;
	font-size:14px;
	line-height:1.6em;
}

#confirm_bourd dl dt {
	float:left;
}

#confirm_bourd dl dt.nofloat {
	float:none;
}

#confirm_bourd dl dt.nofloat.enq_title {
	font-size:0.9em;
	line-height:1.3em;
	font-weight:200;
}

#confirm_bourd dl dd {
	padding-left:12em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #eee;
}

#confirm_bourd dd.nofloat {
	padding-left:1.5em;
	margin-top:8px;
}

#confirm_bourd a.thanks_link:link, #confirm_bourd a.thanks_link:visited {
	color:#00f;
}

#confirm_bourd a.thanks_link:hover, #confirm_bourd a.thanks_link:active {
	color:#f00;
}

#confirm_button_area {
	text-align:center;
	margin:24px 0 0 0;
}

a#confirm_submit, a#confirm_submit2, a#confirm_cancel {
	display:inline-block;
	width:160px;
	max-width:40%;
	line-height:27px;
	padding:7px;
	color:#fff;
	font-size:13px;
	line-height:28px;
	margin:auto;
	text-align:center;
	margin:0 8px;
}

a#confirm_submit:link, a#confirm_submit:visited, a#confirm_submit2:link, a#confirm_submit2:visited {
	background-color:#D90010;
}

a#confirm_cancel:link, a#confirm_cancel:visited {
	background-color:#2C4C6A;
}

a#confirm_submit:hover, a#confirm_submit:active, a#confirm_submit2:hover, a#confirm_submit2:active, a#confirm_cancel:hover, a#confirm_cancel:active {
	background-color:#D97224;
}

#fm_error_area ul {
	margin-bottom:16px;
	padding-bottom: 16px;
	border-bottom:1px dashed #f00;
}

/* ============ form ↑ ================= */


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

#main_frame {
	background-image:url( images/back.png );	
}

#main_header_wrap {
	width:100%;
	overflow:hidden;
	padding:16px 30px;
	position: relative;
}

#main_logo {
	margin:20px;
}
#main_logo img {
	width:150px;
}

#main_header_menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
#main_header_menu ul {
	position:absolute;
	right:20px;
	top:10px;
	display:flex;
}

#main_header_menu ul li {
	font-size:12px;
	font-weight:bold;
	line-height:36px;
	padding:12px 10px 0 10px;
	list-style-type:none;
}

#main_header_menu ul li.main_nopad {
	padding-left:0;
}

#main_header_menu.second {
	border-bottom:0.5px solid #ddd;
}

a#main_login_menu:link, a#main_login_menu:visited {
	display:block;
	width:100px;
	border:1px solid #d8192b;
	color:#d8192b;
	background-color:#fff;
	text-align:center;
	border-radius:20px;
}

a#main_join_menu:link, a#main_join_menu:visited, a#main_mypage_menu:link, a#main_mypage_menu:visited {
	display:block;
	width:100px;
	border:1px solid #d8192b;
	color:#fff;
	background-color:#d8192b;
	text-align:center;
	border-radius:20px;
}

a#main_login_menu:hover, a#main_login_menu:active,
a#main_join_menu:hover, a#main_join_menu:active,
a#main_mypage_menu:hover, a#main_mypage_menu:active {
	background-color:#f2580b;
	color:#fff;
	border-color:#fff;
}

.main_body {
	width:100%;
	max-width:1024px;
	margin:auto;
	padding:0 8px;
}

.main_second_body {
	width:100%;
	max-width:1024px;
	margin:auto;
	padding:100px 8px 40px 8px;
	position:relative;
}

#main_footer_wrap {
	background-color:#d8192b;
	padding:80px 8px;
}

#main_footer {
	display:flex;
	align-items:flex-start;
}

#main_footer_logo {
	width:200px;
	margin-bottom:30px;
}

#main_footer_logo+p {
	color:#fff;
	width:250px;
	font-size:12px;
	line-height:1.7em;
}

#main_footer > div:nth-of-type(2) {
	width:calc( 100% - 250px );
}

#main_footer > div:nth-of-type(2) > ul {
	width:400px;
	display:flex;
	align-items:flex-start;
	float:right;
}

#main_footer > div:nth-of-type(2) > ul > li {
	width:50%;
	list-style-type:none;
	font-size:12px;
	line-height:1.9em;
}

#main_footer > div:nth-of-type(2) > ul > li p {
	margin-top:2.2em;
	color:#fff;
	text-align:right;
}
#main_footer_wrap a:link, #main_footer_wrap a:visited {
	color:#fff;
}
#main_footer_wrap a:hover, #main_footer_wrap a:active {
	color:#ed4f44;
}

#main_footer2 {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #fff;
	display:flex;
}

#main_footer2 > div:nth-of-type(1) {
	width:50%;
	font-size:12px;
}
#main_footer2 > div:nth-of-type(2) {
	width:50%;
	text-align:right;
	color:#fff;
	font-size:12px;
}

.main_second_body h2 {
	font-weight:700;
	font-size:28px;
	line-height:28px;
	letter-spacing:1px;
	padding-top:60px;
}
.main_second_body h2+p {
	margin-top:-56px;
	margin-bottom:56px;
	font-size:12px;
	line-height:12px;
	color:#d8192b;
}

#main_pankuzu {
	position:absolute;
	right:8px;
	top:67px;
}

#main_pankuzu li {
	list-style-type: none;
	font-size:12px;
	line-height:12px;
	display:inline-block;
}
#main_pankuzu li:nth-of-type(n+2) {
	padding-left:8px;
}
#main_pankuzu li:nth-of-type(n+2):before {
	content:'/';
	padding-right:8px;
}

.main_second_area {
    margin:0 40px 100px 40px;
    padding:50px 50px 70px 50px;
    background-color:#fff;
    border-radius:16px;
    line-height:1.7em;
	min-height:calc( 100vh - 800px );
}

.main_second_area+.main_second_area {
	margin-top:-60px;
}

.main_second_area > div {
    max-width:1000px;
    width:100%;
    margin:auto;
}

.main_second_area h3 {
	line-height:50px;
	padding-left:64px;
	position:relative;
	font-size:21px;
	font-weight:bold;
}

.main_second_area h3:nth-of-type( n+2 ) {
	margin-top:60px;
}

.main_second_area h3:before {
	position:absolute;
	z-index:1;
	content:'';
	left:0;
	top:0;
	background-color:#d8192b;
	color:#fff;
	border-radius:40px;
	border:1px solid #d8192b;
	display:inline-block;
	width:50px;
	height:50px;
}

.main_second_area h3 i {
	position:absolute;
	left:2px;
	top:16px;
	font-size:20px;
	color:rgba( 255, 255, 255, 0.9 );
	z-index:10;
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
}

.main_login_form {
	width:1000px;
	max-width:100%;
	background-color: #d8192b;
	padding:50px 50px 40px 50px;
	color:#fff;
	border-radius:20px;
}

.main_login_form > div {
	width:400px;
	max-width:100%;
	margin:auto;
}

.main_login_form dl {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.main_login_form dt {
	font-size:14px;
	font-weight:700;
    line-height:1.7em;
	width:140px;
	padding-bottom:8px;
}

.main_login_form dd {
	width:calc( 100% - 140px );
	padding-bottom:8px;
}

.main_login_form input[type="text"], .main_login_form input[type="password"] {
	line-height:16px;
	border-radius:7px;
}

.main_login_form dl+div {
	margin-top:30px;
	text-align:center;
}

a.main_login_button:link, a.main_login_button:visited {
	width:200px;
	max-width:100%;
	margin:auto;
	display:block;
	background-color:#fff;
	line-height:40px;
	border-radius:20px;
	color:#d8192b;
	font-weight:700;
	text-align:center;
}

a.main_login_button:hover, a.main_login_button:active {
	background-color:#ee8b91;
	color:#fff;
}

a.main_login_button+a:link, a.main_login_button+a:visited {
	color:#fff;
	margin-top:12px;
}

a.main_login_button+a:hover, a.main_login_button+a:active {
	color:#ee8b91;
}

.main_login_error > p {
	font-weight:700;
	font-size:15px;
	line-height:1.6em;
	padding-bottom:32px;
}

.main_login_error2 > div {
	font-weight:700;
	font-size:15px;
	line-height:1.6em;
	padding-bottom:32px;
}

#main_login_panel {
	width:100%;
}

#main_login_panel p:first-of-type {
	font-size:15px;
	line-height:1.6em;
	margin-bottom:16px;
	font-weight:bold;
	color:#D90010
}

#main_login_panel dl {
	width:100%;
	margin:auto;
}
#main_login_panel dt {
	font-weight:bold;
}
#main_login_panel dl > dt:nth-of-type( n+2 ){
	margin-top:12px;
}

#main_login_error div {
	padding:12px 0;
	color:#f00;
	font-weight:bold;
	text-align:center;
}

#main_login_checkarea {
	display:table;
	margin:12px auto;
}

#main_login_btn_area {
	margin-top:20px;
	text-align:center;
}

#main_login_btn_area a:link,  #main_login_btn_area a:visited {
	background-color:#D90010;
	color:#fff;
	line-height:43px;
	width:180px;
	font-weight:bold;
}

#main_login_btn_area a:hover,  #main_login_btn_area a:active {
	background-color:#D97224;
}

#main_login_wasure {
	margin-top:16px;
	text-align:center;
}

#main_login_wasure a:link, #main_login_wasure a:visited, a.main_login_link:link, a.main_login_link:visited {
	color:#D90010;
}

#main_login_wasure a:hover, #main_login_wasure a:active, a.main_login_link:hover, a.main_login_link:active {
	color:#D97224;
}

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




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

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

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

}
