@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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border-color: inherit;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
		 /*/
height: auto;
overflow: hidden;
/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* ---------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select, textarea {
	vertical-align: middle;
	color: #444;
}

input:focus,
textarea:focus {
	background-color: #fffff1;
}

body {
	line-height: 1.4;
	height: 100%;
	/*
	background-color: #fff;
	color: #444;
	*/
}

html, body {
	height: 100%;
	margin: 0;
}

a:visited {
	color: #808080;
}

a:link {
	color: #4D4D4D;
}

::placeholder {
	color: #bbb;
}

.none {
	display: none;
}

.text_center {
	text-align: center;
}

.display_flex {
	display:flex;
}

.radius_circle {
	border-radius: 50% !important;
}

.margin05rem {
	margin: 0.5rem;
}

.pos_relative {
	position: relative;
}
.pos_absolute {
	position: absolute;
}

strong {
	font-weight: bold;
}

/* フォント間隔 */
body,a,p,span {
	letter-spacing: 0.15em;
	font-size: 90%;
}
/* BP:smartphone */
@media screen and (max-width: 480px) {
	body,a,p,span {
		letter-spacing: 0.02em;
		font-size: 95%;
	}
}

/* ------------------------------ */
/* 色替え対応可能箇所に使用 */
/* ※HTML側に埋め込み、読込時に設定値へ変更 */
/* 通常body */
.body_color {
	background-color: #fff;	/* 背景色 */
	color: #393737;			/* テキストカラー */
	border-color: #393737;	/* テキストカラー */
}
/* ボタン類 */
.nor_color {
	background-color: #fff;	/* 背景色 */
	color: #3d3533;			/* ハイライトカラー */
	border-color: #3d3533;	/* ハイライトカラー */
}
/* ボタン類 反転 */
.rev_color {
	background-color: #3d3533;	/* ハイライトカラー */
	color: #fff;				/* 背景色 */
	border-color: #fff;			/* 背景色 */
}
/* フォーム枠のみ */
.border_color {
	border-color: #3d3533;	/* ハイライトカラー */
}
.border_rev_color {
	border-color: #fff;	/* 背景色 */
}


/* ------------------------------ */
/* wait */
#mw_wait .alert_dlg_body {
	display: inline-block;
	width: auto;
	height: auto;
}
#mw_wait .alert_dlg_body .loader_msg {
	font-size: 0.85rem;
}

/* waitマーク */
.wait0 {
	margin-top: 2rem;
	text-align: center;
}
.wait0 > div {
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 0.5rem;
	animation: kf_wait0 1.6s infinite ease-in-out both;
}
.wait0 .wait_dot1 {
	animation-delay: 0.20s;
}
.wait0 .wait_dot2 {
	animation-delay: 0.40s;
}

@keyframes kf_wait0 {
	0%, 80%, 100% { 
		transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
	}
}
/* wait用 */
.alert_dlg_body .wait0 > div {
	background-color: #888;
}

/* ---------------------------------------- */
/* container */
#container {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

/* ---------------------------------------- */
/* header */
header {
	padding: 0.5rem 0;
	width: 100%;
	display: block;
	/*background-color: #777;*/
}
.header_logo {
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	/*color: #fff;*/
}
.header_logo img {
	max-width: 25rem;
	height: auto;
	vertical-align: bottom;
}

.top_navi_in > p {
	font-size: 110%;
}
.top_navi_in > p a {
	font-weight: bold;
}

/* BP:smartphone */
@media screen and (max-width: 480px) {
	.header_logo {
		width: 88%;
		font-size: 1.6rem;
	}
	.header_logo img {
		max-width: 90%;
	}
	.top_navi_in > p {
		font-size: 95%;
	}
	.top_navi_in > p a {
		font-weight: normal;
	}

}


/* ---------------------------------------- */
/* footer */
footer {
	width: 100%;
	position: sticky;
	top: 100vh;
	font-size: 0.8rem;
}

.footer_navi {
	display: block;
	padding: 0.25rem;
	max-width: 52rem;
	margin: 0.1rem auto 0;
	line-height: 1.2;
	font-size: 0;
}
.footer_navi li {
	display: inline-block;
	padding: 0 0.5rem;
	list-style: none;
	text-align: center;
	border-style: solid;
	border-width: 0 0 0 1px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 0.75rem;
}
.footer_navi li:last-of-type {
	border-width: 0 1px 0 1px;
}
.footer_navi li a {
	padding: 0.4rem;
	display: block;
	text-decoration: none;
	/*font-weight: bold;*/
	cursor: pointer;
}
.copy_right {
	display: block;
	margin: 0.2rem auto 0;
	text-align: center;
	padding: 0 0 0.5rem 0;
	background-color: inherit;
}

/* ---------------------------------------- */
/* default parts */

/* input */
input.input_text,
textarea.input_text,
select.select_text {
	font-size: 1rem;
	padding: 0.5rem;
	border-width: 0.125rem;
	border-style: solid;
	/*border-color: inherit;*/
	border-radius: 0.1875rem;
	max-width: 23.5rem;
	background-color: #fff;
}

/* radio */
input[type=radio].input_radio {
	display: none;
}
input[type=radio].input_radio + .radio_mark {
	cursor: pointer;
}
input[type=radio].input_radio + .radio_mark + .radio_label {
	cursor: pointer;
}
input[type=radio].input_radio:checked + .radio_mark:before {
	background-color: #444;
}
.radio_mark {
	border-radius: 50%;
	padding: 0.1875rem;
	background-color: #fff;
	border: 0.2rem solid #bbb;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0.2rem 0;
}
.radio_mark:before {
	content: "";
	position: absolute;
	top: 0.375rem;
	right: 0.375rem;
	bottom: 0.375rem;
	left: 0.375rem;
	border-radius: 50%;
	background-color: #e5e5e5;
}


/* checkbox */
input[type=checkbox].input_checkbox {
  display: none;
}
input[type=checkbox].input_checkbox + .check_span {
  cursor: pointer;
}

input[type=checkbox].input_checkbox:checked + .check_span {
  background-color: #fff;
  border-color: #bbb;
}
input[type=checkbox].input_checkbox:checked + .check_span:before {
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.check_span {
  border-radius: 0.375rem;
  padding: 0.1875rem;
  display: inline-block;
  background-color: #fff;
  border: 0.2rem solid #bbb;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0.5rem;
}
.check_span:before {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  content: "";
  background-image: url(../images/radio_mark.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 0 0;
  -o-background-size: 0 0;
  -webkit-background-size: 0 0;
  background-size: 0 0;
}

.checkbox_label {
  margin: 1rem auto;
  max-width: 20rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.checkbox_label span {
  display: inline-block;
  vertical-align: middle;
}
.checkbox_label span:first-of-type {
  /*-2019.03.21追加-*/
  margin-left: 1rem;
}
.checkbox_label .check_span {
  vertical-align: middle;
}


/* button */
.btn_type1 {
	/*color: #444;*/
	text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, 0.4);
	margin: 0.5rem;
	padding: 0 0.5rem;
	font-size: 1rem;
	border-radius: 1.5rem;
	/*border: 0.125rem solid #444;*/
	border-width: 0.125rem;
	border-style: solid;
	/*border-bottom-width: 0.25rem;*/
	/*background-color: #fff;*/
	position: relative;
	min-height: 3rem;
	min-width: 9rem;
	cursor: pointer;
	bottom: 0;
}
.btn_type1.mini {
	min-height: 2.5rem;
	min-width: 6rem;
}
.btn_type1.mini.searchnum {
	min-height: 2.5rem;
	min-width: auto;
	margin: 0.5rem 0.125rem;
}
.btn_type1:hover, .btn_type1:active {
	text-shadow: none;
	/*border-color: #666;*/
	/*background-color: #eee;*/
	/*color: #666;*/
	bottom: -0.1rem;
}
.btn_type1:active {
	opacity: 0.6;
}

.btn_type1:disabled, .btn_type1:disabled:hover, .btn_type1:disabled:active {
	cursor: auto;
	text-shadow: none;
	border-color: #999;
	background-color: #aaa;
	color: #fff;
	opacity: 0.5;
	bottom: 0;
}


/* ---------------------------------------- */
/* content */

.content_wapper {
}

.content {
	max-width: 50rem;
	margin: 2rem auto;
}

.content_all {
	max-width: auto;
	margin: 2rem;
}


/* ---------------------------------------- */
/* 通知 */
.notice {
	display: flex;
	align-items: center;
	position: fixed;
	top: 2rem;
	right: 0;
	max-width: 30rem;
	border-radius: 0.5rem;
	border-width: 0.125rem;
	border-style: solid;
	margin: 0 1rem;
	padding: 0.85rem 1rem;
	z-index: 400;
	box-shadow: 0.25rem 0.5rem rgb(0 0 0 / 20%);
}
.notice p {
	margin-right: 0.5rem;
	flex: 1;
}
.notice div {
	width: 2rem;
}
.notice button {
	display: block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
 	margin-left: auto;
	border-radius: 50%;
	border-style: none;
	cursor: pointer;
}
.notice button:active {
	opacity: 0.6;
}
.notice button:before ,
.notice button:after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 0.125rem;
	background-color: currentColor;
	left: 0.25rem;
	top: 0.7rem;
}
.notice button:before {
	transform: rotate(45deg);
}
.notice button:after {
	transform: rotate(-45deg);
}

/* ---------------------------------------- */
/* alert */

.alert_dlg {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 500;
}
.alert_dlg_body {
	width: 75%;
	max-width: 640px;
	margin: auto;
	padding: 1rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	display: flex;
	flex-flow: column;

	/*background-color: #fff;*/
	border-radius: 0.8rem;

}
.alert_dlg_body .header_text {
	width: 80%;
	margin-bottom: 1rem;
}
.alert_dlg_body .text_area {
	width: 80%;
	margin: 0.5rem auto;
}



/* ---------------------------------------- */
/* regist */

.register_confirm {
	width: 100%;
	max-width: 40rem;
	margin: 1rem auto;

}
.register_confirm td,
.register_confirm th {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 1rem;
	vertical-align: middle;
}
.register_confirm th {
	/*font-size: 0.875rem;*/
	/*width: 1%;*/
	background-color: #f0f0f0;
	border-color: #ccc;
	border-right: 1px dotted #ccc;
}

/* ---------------------------------------- */


