@charset "UTF-8";

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

body,html {height: 100%}

body {
	position: relative;
	font-size: 16px;
	color: #333333;
	background-color: #f5f5f5;
	font-family: Futura, Futura-Medium, Century Gothic, 'Lato', Verdana,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*,
*::before,
*::after {box-sizing: border-box;}

h1,h2,h3,h4,h5,h6,p {margin:0;padding:0;}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}

img,table,figure {
	margin:0;
	padding:0;
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

li {list-style:none;}

address {font-style:normal;}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}

strong {
	margin:0;
	padding:0;
	color:inherit;
	font-weight:bold;
}

em {
	margin:0;
	padding:0;
	color:inherit;
	font-weight:bold;
	font-style:normal;
}

a {
	outline:none;
	transition: color .3s, background-color .3s;
}
a:link {
	color: #2f7ae7;
	text-decoration: underline;
}

a:visited {
	color: #6628a0;
	text-decoration: none;
}

a:hover,
a:active{
	color: #279bd7;
	text-decoration: none;
}

input,textarea {
	-webkit-appearance: none;

}

/*---------------------------------------------------------*/

@media screen and (min-width: 1px) and (max-width: 834px) {

	body {font-size:16px;}
	a {-webkit-tap-highlight-color:transparent;}

}

/*---------------------------------------------------------*/
/*
black #333333  hover #3b3b3e
blue #2f7ae7  hover #508fe9
sky #35b5eb  hover #4ec0ef
green #2db566  hover #4dc27e
yellow #f1d90f  hover #f2df3f
orange #f4a62b  hover #f2b048
red #f35b4b  hover #f77366
*/

.font-color-black {color: #333333}
.font-color-blue {color: #2f7ae7}
.font-color-green {color: #2db566}
.font-color-yellow {color: #f1d90f}
.font-color-orange {color: #f4a62b}
.font-color-red {color: #f35b4b}

.button-color--white,
a.button-color--white {background-color: #fff;border: 1px solid #333333;text-decoration:none;transition: .3s;}
.button-color--white:hover {background-color: #f1f1f1;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)}
.button-color--white:focus {box-shadow: 0 0 8px #aaa}

.button-color--gray,
a.button-color--gray {background-color: #ccc;border: none;text-decoration:none;transition: .3s;}
.button-color--gray:hover {background-color: #f9f9f9;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)}
.button-color--gray:focus {box-shadow: 0 0 8px #ccc}

.button-color--blue,
a.button-color--blue {background: #2f7ae7;border: none;color: #fff;text-decoration:none;transition: .3s;}
.button-color--blue:hover {background-color: #508fe9;box-shadow: 0 0 5px #2f7ae7}
.button-color--blue:focus {box-shadow: 0 0 8px #508fe9}

.button-color--green,
a.button-color--green {background: #2db566;border: none;color: #fff;text-decoration:none;transition: .3s;}
.button-color--green:hover {background-color: #4dc27e;box-shadow: 0 0 5px #2db566}
.button-color--green:focus {box-shadow: 0 0 8px #4dc27e}

.button-color--yellow,
a.button-color--yellow {background: #f1d90f;border: none;color: #fff;text-decoration:none;transition: .3s;}
.button-color--yellow:hover {background-color: #f2df3f;box-shadow: 0 0 5px #f1d90f}
.button-color--yellow:focus {box-shadow: 0 0 8px #f2df3f}

.button-color--orange,
a.button-color--orange {background: #f4a62b;border: none;color: #fff;text-decoration:none;transition: .3s;}
.button-color--orange:hover {background-color: #f2b048;box-shadow: 0 0 5px #f4a62b}
.button-color--orange:focus {box-shadow: 0 0 8px #f2b048}

.button-color--red,
a.button-color--red {background: #f35b4b;border: none;color: #fff;text-decoration:none;transition: .3s;}
.button-color--red:hover {background-color: #f77366;box-shadow: 0 0 5px #f35b4b}
.button-color--red:focus {box-shadow: 0 0 8px #f77366}

.btn-number-tip {
	position: absolute;
	top: -0.8em;
	right: 10px;
	padding: 0.3em 0.6em;
	font-size: 12px;
	line-height: 1;
	color: #ffffff;
	border-radius: 5em;
	background: #333333;
}

/*---------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333333;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 9995;
}
.header-main {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;

	position: relative;
	transition: .3s;
	z-index: 9995;
}
.header-main > * {height: 60px;}

.header-main h1 {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
}
.header-main h1 a {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	padding: 0 20px;
}
.header-main h1 a:link,
.header-main h1 a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.header-main h1 em {display: block;}
.header-main h1 em img {display: block;}
.header-main h1 span {
	display: block;
	padding-top: 2px;
	font-size: 14px;
	line-height: 1;
	vertical-align: bottom;
}

.header-main > ul,
.header-main > ul li {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
}
.header-main > ul {border-left: 1px solid #383838;}
.header-main > ul > li {border-right: 1px solid #383838;}
.header-main > ul > li > a {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	padding: 0 15px;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}
.header-main > ul > li > a:link,
.header-main > ul > li > a:visited {
	color: #f9f9f9;
	text-decoration: none;
}
.header-main> ul > li.current > a {background-color: #ffffff; color: #333333}
.header-main > ul > li > a:hover,
.header-main> ul > li.current > a:hover {background-color: #f5f5f5; color: #333333}

.header-user {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;

	position: relative;
	margin-left: auto;
	color: #f9f9f9;
}
.header-user-name {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	position: relative;
	padding: 0 40px 0 20px;
	font-size: 14px;
	line-height: 1.4;
	background: url(../img/header_menu_profile.svg) no-repeat right 20px top 50%;
	text-align: right;
	cursor: pointer;
	transition: .3s;
}
.header-user-name:hover {background-color: #3b3b3e}
.header-user-name p {
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-user-menu {
	display: none;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 9995;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header-user-menu::after {
	position: absolute;
	top: -5px;
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
	z-index: -1;
}
.header-user-menu a {
	display: block;
	padding: 0.8em 1em;
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px dotted #d5d5d5;
}
.header-user-menu a:hover {background-color: #f5f5f5}
.header-user-menu-close {
	padding: 0.6em 1em;
	font-size: 12px;
	color: #f9f9f9;
	background-color: #333333;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.header-user-menu-close:hover {background-color: #3b3b3e}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.header-main > * {height: 50px;}
	.header-main h1 span {font-size: 10px}
	.header-main > ul {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: auto;
		background: #333;
		border: none;
		border-bottom: 1px solid #333;
	}
	.header-main > ul > li {display: block;border: none;}
	.header-main > ul > li > a {
		display: block;
		padding: 0.8em 20px;
		border-top: 1px solid #3b3b3e;
	}

	/* .header-user {margin-left: 0;} */
	.header-user-name {
		width: 120px;
		padding: 0 24px 0 10px;
		font-size: 12px;
		background-position: right 10px top 50%;
	}
	.header-user-menu {top: 45px}

	.header-sp-menu-trigger {width: 50px;}
	.header-sp-trigger {
		position:absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		cursor:pointer;
		transition: .3s;
	}
	.header-sp-trigger::before, .header-sp-trigger::after, .header-sp-trigger span {
		position: absolute;
		display: block;
		left: 15px;
		content: "";
		width: 20px;
		height: 3px;
		background: #fff;
	}
	.header-sp-trigger::before {
		top: 16px;
	}
	.header-sp-trigger span {
		top: 23px;
	}
	.header-sp-trigger::after {
		top: 30px;
	}
	.header-sp-trigger::before, .header-sp-trigger::after, .header-sp-trigger span {
		-webkit-transition-duration: 0.3s;
		-webkit-transition-property: transform, top, bottom, left, opacity;
		-webkit-transition-timing-function: ease;

		transition-duration: 0.3s;
		transition-property: transform, top, bottom, left, opacity;
		transition-timing-function: ease;
	}
	.header-active .header-sp-trigger::before, .header-active .header-sp-trigger::after {
		top: 23px;
	}
	.header-active .header-sp-trigger span {
		opacity: 0;
	}
	.header-active .header-sp-trigger::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header-active .header-sp-trigger::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

main {
	position: relative;
	display: block;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (min-width: 769px) {
	.menu main,
	.search main {
		padding-bottom: 80px;
	}
}

footer {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;/*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	position:absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #e5e5e5;
	overflow: hidden;
}
address a:link,
address a:visited {
	color: #666666;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}
address a:hover {color: #508fe9}

@media screen and (min-width: 1px) and (max-width: 768px) {
	main {
		padding-right: 0;
		padding-left: 0;
	}
	.search main {
		display: -ms-flexbox;/*IE10*/
		display: -webkit-flex;
		display: flex;
	}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.title-bar {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;

	position: relative;
	padding: 0 0 0 20px;
	background: #ffffff;
	z-index: 9994;
}
.title-bar > * {height: 40px;}
.title-bar h2 {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	font-size: 16px;
	font-weight: normal;
}
.title-bar ul {
	margin-left: auto;
}
.title-bar li {
	font-size: 14px;
	line-height: 1.4;
}
.title-bar a span {
	display: inline-block;
	padding-right: 0.5em;
	font-size: 12px;
}
.title-bar .current a {
	color: #333333;
	background-color: #f5f5f5;
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
	.title-bar ul {
		display: -ms-flexbox;/*IE10*/
		display: -webkit-flex;
		display: flex;
	}
	.title-bar li {
		display: -ms-flexbox;/*IE10*/
		display: -webkit-flex;
		display: flex;
		padding-left: 1px;
	}
	.title-bar li a,
	.title-bar li > span {
		display: -ms-flexbox;/*IE10*/
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;/*IE10*/
		-webkit-align-items: center;
		align-items: center;

		padding: 0 10px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.title-bar h2 {font-size: 14px}

	.title-bar ul {
		display: none;
		position: absolute;
		top: 40px;
		right: 0;
		height: auto;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.title-bar li {padding-top: 1px}
	.title-bar li:nth-child(1) {padding: 0;}
	.title-bar li a,
	.title-bar li > span {
		display: block;
		padding: 0.8em 10px;
		white-space: nowrap;
	}

	.title-sp-menu-trigger {width: 50px;}
	.title-sp-trigger {
		position:absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 40px;
		cursor:pointer;
		transition: .3s;
	}
	.title-sp-trigger::before, .title-sp-trigger::after, .title-sp-trigger span {
		position: absolute;
		display: block;
		left: 15px;
		content: "";
		width: 20px;
		height: 3px;
		background: #fff;
	}
	.title-sp-trigger::before {
		top: 11px;
	}
	.title-sp-trigger span {
		top: 18px;
	}
	.title-sp-trigger::after {
		top: 25px;
	}
	.title-sp-trigger::before, .title-sp-trigger::after, .title-sp-trigger span {
		-webkit-transition-duration: 0.3s;
		-webkit-transition-property: transform, top, bottom, left, opacity;
		-webkit-transition-timing-function: ease;

		transition-duration: 0.3s;
		transition-property: transform, top, bottom, left, opacity;
		transition-timing-function: ease;
	}
	.title-active .title-sp-trigger::before, .title-active .title-sp-trigger::after {
		top: 17px;
	}
	.title-active .title-sp-trigger span {
		opacity: 0;
	}
	.title-active .title-sp-trigger::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.title-active .title-sp-trigger::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*---------------------------------------------------------*/
/* formset */
/*---------------------------------------------------------*/

.formset input[type="text"],
.formset input[type="number"],
.formset input[type="password"],
.formset input[type="tel"],
.formset input[type="search"],
.formset input[type="url"],
.formset input[type="email"],
.formset input[type="date"],
.appo_date {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 0.8em;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	vertical-align: middle;
	transition: 0.3s;
	outline: none;
}
:-ms-input-placeholder {color:#666666}
::-webkit-input-placeholder {color:#666666}
:-moz-placeholder,
::-moz-placeholder {color:#666666}

.formset input[type="text"]:-moz-read-only,
.formset input[type="text"]:read-only {
	background: #f1f1f1;
}



.formset textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.5em 0.8em;
	font-size: 16px;
	line-height: 1.8;
	border: 1px solid #ccc;
	border-radius: 6px;
	transition: 0.3s;
	outline: none;
}

.formset input[type="text"]:focus,
.formset input[type="number"]:focus,
.formset input[type="password"]:focus,
.formset input[type="tel"]:focus,
.formset input[type="search"]:focus,
.formset input[type="url"]:focus,
.formset input[type="email"]:focus,
.formset textarea:focus {
	border-color:#81c5df;
	background-color:#ebf5f8;
	box-shadow: 0 0 3px #81c5df;
}

/*---------------------------------------------------------*/

.formset-chkrdo {
	position: relative;
	display: inline-table;
	margin: 10px 0;
	line-height: 1.2;
	vertical-align: middle;
}
.formset-chkrdo input {
	position: absolute;
	opacity: 0;
}
.formset-chkrdo label {
	position: relative;
	display: table-cell;
	height: 36px;
	padding: 0 20px 0 44px;
	vertical-align: middle;
	cursor: pointer;
}
.formset-chkrdo label::before {
	position:absolute;
	top: 0;
	left: 0;
	content: "";
	width: 36px;
	height: 36px;
	border:1px solid #e5e5e5;
	background:#fff;
	transition: .3s;
}
.formset-chkrdo label::after {
	position:absolute;
	top: 8px;
	left: 8px;
	content: "";
	width: 20px;
	height: 20px;
	background: #81c5df;
	opacity: 0;
	transform: scale(0);
	transition: .3s;
}
.formset-chkrdo input:checked + label::before {
	border-color: #81c5df;
}
.formset-chkrdo input:checked + label::after {
	opacity: 1;
	transform: scale(1);
}
.formset-chkrdo input[type="checkbox"] + label::before {
	border-radius: 6px;
}
.formset-chkrdo input[type="radio"] + label::before,
.formset-chkrdo input[type="radio"] + label::after {
	border-radius: 50%;
}
.formset-chkrdo label:hover::before {
	border-color: #81c5df;
	box-shadow: 0 0 5px #81c5df;
}

/*---------------------------------------------------------*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 20px 0 8px;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff url(../img/f_select.svg) no-repeat right 10px top 50%;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
}
select:focus {border-color:#ccc;}
select option {background-color: #fff;}
select optgroup {font-weight:normal;background-color: #f5f5f5}
select::-ms-expand {display: none;}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #555;
}
select:focus {
	border-color:#81c5df;
	background-color:#ebf5f8;
	box-shadow: 0 0 3px #81c5df;
}

/*---------------------------------------------------------*/
/* select2 rewrite */
/*---------------------------------------------------------*/

.select2-container {
	width: 100% !important;
}
.select2-selection--single {
	display: -ms-flexbox !important;/*IE10*/
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-align: center !important;/*IE10*/
	-webkit-align-items: center !important;
	align-items: center !important;

	height: 40px !important;
	border-color: #e5e5e5 !important;
}

.select2-container--open .select2-selection--single {
	border-color:#81c5df !important;
	background-color:#ebf5f8 !important;
	box-shadow: 0 0 3px #81c5df;
}
.select2-dropdown {
	border-color: #e5e5e5 !important;
	box-shadow: 0 0 3px #81c5df;
}
.select2-container--default .select2-selection--single {
	border-radius: 6px !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px !important;
	background: url(../img/f_select.svg) no-repeat right 10px top 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {display: none}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.submit-set {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;/*IE10*/
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 50px auto 50px -10px;
}
.submit-set--center {
	-ms-flex-pack: center;/*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
}
.submit-set--right {
	-ms-flex-pack: end;/*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.modal .submit-set {margin: 30px auto 30px -10px;}

.submit-set > div {margin: 10px 0 0 10px;}

.submit-set a,
.submit-set input,
.submit-set button {
	display: block;
	min-width: 240px;
	padding: 1em 2em;
	line-height: 1.2em;
	text-align: center;
	border-radius: 5em;
	outline: none;
}

.submit-set--fullsingle > div {width: 100%}
.submit-set--fullsingle a,
.submit-set--fullsingle input,
.submit-set--fullsingle button {
	width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.submit-set {margin: 40px 20px 40px 10px;}
	.submit-set--center {margin: 40px 20px 40px 10px;}
	.submit-set a,
	.submit-set input,
	.submit-set button {}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.pagination {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;

	margin: 20px auto 20px -5px;
}
.pagination li {
	margin-left: 5px;
}
.pagination li a,
.pagination li span {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;/*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	width: 40px;
	height: 40px;
	border-radius: 6px;
}
.pagination li a {
	border: 1px solid #e5e5e5;
	background: #fff;
	text-decoration: none;
	transition: .3s;
}
.pagination li a:hover {
	background-color: #f9f9f9;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pagination li.current a,
.pagination li.current span {
	color: #fff;
	border-color: #2f7ae7;
	background-color: #2f7ae7;
}
.pagination li.prv a {
	text-indent: -9999px;
	background-image: url(../img/pn_arrow_l.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.pagination li.prv-all a {
	text-indent: -9999px;
	background-image: url(../img/pn_arrow_l_all.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.pagination li.nxt a {
	text-indent: -9999px;
	background-image: url(../img/pn_arrow_r.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.pagination li.nxt-all a {
	text-indent: -9999px;
	background-image: url(../img/pn_arrow_r_all.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.pagination {margin: 20px 10px;}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.search-board {
	width: 600px;
	margin: 40px auto 0 auto;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.search-board h2 {
	padding: 30px 50px 0 50px;
	font-size: 30px;
	line-height: 1.2;
}
.search-board form {padding: 10px 50px;}

.search-board-field {
	margin: 20px 0;
}
.search-board-field label {
	display: inline-block;
	width: 160px;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.search-board {
		width: 100%;
		margin: 0;
		border: none;
		background: #f5f5f5;
	}
	.search-board h2 {display: none;}
	.search-board form {padding: 0 20px 10px 20px}
	.search-board-field label {
		font-size: 12px;
		font-weight: normal;
	}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.search-condition-wrap {
	margin: 20px 0;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.search-condition-wrap h2 {
	padding: 5px 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

.search-condition {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;/*IE10*/
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-condition-line {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-box-align: center;
	align-items: center;

	width: 100%;
	border-top: 1px dotted #e5e5e5;
}

.search-condition-list {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-box-align: center;
	align-items: center;

	width: 100%;
}

.search-condition-list--3column {width: 33.33%;}

.search-condition-list dt {
	width: 160px;
	padding: 0.6em 5px 0.6em 15px;
	font-size: 14px;
}
.search-condition-list--3column dt {text-align: right;}
.search-condition-list--3column:nth-child(3n+1) dt {text-align: left}

.search-condition-list dd {
	width: calc( 100% - 160px );
	padding: 0.5em 15px;
	border-left: none;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap: break-word;
}

.search-condition-list--date {width: 50%;}
.search-condition-list--date dd {
	width: calc( ( 100% - 180px ) /2 );
}
.search-condition-list--date dd:nth-child(3) {
	width: 20px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.search-condition-wrap {margin: 20px 10px;}
	.search-condition-wrap h2 {
		padding: 5px 10px;
		min-width: 100px;
		font-size: 10px;
	}
	.search-condition {display: block}
	.search-condition-list {display: block}
	.search-condition-list--3column {width: 100%;}
	.search-condition-list dt {
		width: 100%;
		font-size: 12px;
		padding: 0.5em 10px 0 10px;
		text-align: left;
	}
	.search-condition-list dd {
		width: 100%;
		padding: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.search-number {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;

	width: 100%;
	margin: 20px auto;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.search-number dt {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;/*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	width: 200px;
	padding: 10px;
	line-height: 1.4;
	background: #f9f9f9;
}
.search-number dd {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;
	flex: 2;

	padding: 0.5em 10px;
	line-height: 1.4;
}
.search-number dd p {
	padding: 0 0.3em 0 0;
	font-size: 30px;
}

.search-number--0 {
	max-width: 400px;
	margin: 80px auto;
}
.search-number--0 dd {
	-ms-flex-pack: end;/*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.search-number {width: calc( 100% - 20px );}
	.search-number dt {
		-ms-flex-pack: start;/*IE10*/
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100px;
		font-size: 10px;
	}
	.search-number dd {
		font-size: 12px;
		padding: 0.5em 5px;
	}
	.search-number dd p {font-size: 20px;}

	.search-number--0 {margin: 30px auto;}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.action-attention {
	margin: 20px auto;
	padding: 1.5em 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #333333;
}
.action-attention--error {background-color: #f35b4b;}
.action-attention--note {background-color: #f1d90f;color: #333333;}
.action-attention--success {background-color: #2f7ae7;}

.register-block-wrap {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;/*IE10*/
	-webkit-justify-content: space-between;
	justify-content: space-between;

	margin: 20px auto;
}
.register-block {width: calc( 50% - 10px );}

.register-block table {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.register-block tr {border-top: 1px dotted #e5e5e5;}

.register-block th {
	width: 200px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.register-block td {
	padding: 10px 10px 10px 0;
	text-align: center;
	vertical-align: middle;
}
.register-block tr:nth-child(even) th,
.register-block tr:nth-child(even) td {background: #fcfcfc;}

/*---------------------------------------------------------*/

.register-message-wrap {margin: 20px auto;}
.register-block .register-message-wrap:last-child {margin-bottom: 0;}

.register-message-wrap h2 {
	padding: 0.5em 10px;
	font-size: 16px;
	color: #fff;
	background: #383838;
}
.register-message {
	padding: 10px;
	background: #fff;
	border: 1px solid #383838;
}

.register-message-tagset:after {content:"";display: table;clear:both;}

.register-message-tagset dl:nth-child(odd) {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-right: 5px;
}
.register-message-tagset dl:nth-child(even) {
	float: right;
	width: 50%;
	padding-top: 10px;
	padding-left: 5px;
}

/*
.register-message-tagset {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.register-message-tagset dl {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.register-message-tagset dl:nth-child(1) {padding-right: 5px}
.register-message-tagset dl:nth-child(2) {padding-left: 5px}
*/

.register-message-tagset dt {font-size: 14px;}

/*---------------------------------------------------------*/

.register-message-output {
	margin: 20px auto;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.register-message-output h2 {
	margin: 0 10px;
	padding: 0.5em 0;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
}
.register-message-output p {
	padding: 10px;
	line-height: 1.8;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap: break-word;
}

.register-block .register-message-output {border-width: 3px;}

.message-all-wrap .register-message-output p {padding: 20px;}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.message-all-wrap {margin: 20px 10px;}
	.message-all-wrap .register-message-output p {padding: 10px;}
}


/*---------------------------------------------------------*/

.register-message-linkset {
	display: table;
	width: 100%;
	margin: 20px auto;
}
.register-message-linkset > div {
	position: relative;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.register-message-linkset > div:nth-child(1) {padding-right: 5px;}
.register-message-linkset > div:nth-child(2) {padding-left: 5px;}
.register-message-linkset a {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	white-space: nowrap;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.action-attention {
		margin: 20px 10px;
		padding: 1em 1.5em;
	}
	.register-block-wrap {
		display: block;
		margin: 10px;
	}
	.register-block {width: 100%;}
	.register-block:first-child table {border-bottom: none}
	.register-block:nth-child(2) table {border-top: none}
	.register-block th {font-size: 12px;}
}
@media screen and (min-width: 1px) and (max-width: 414px) {
	.register-block th,
	.register-block td {
		display: block;
	}
	.register-block th {
		width: 100%;
		padding: 5px 10px 2px 10px;
	}
	.register-block td {padding: 0 10px 10px 10px;}

	.register-message-tagset {
		display: block;
		margin: 0;
	}
	.register-message-tagset dl {
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.register-message-tagset dl:nth-child(1),
	.register-message-tagset dl:nth-child(2) {padding: 0;}
	.register-message-linkset a {font-size: 12px;}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.search-record-wrap {margin: 20px auto;}

.search-record {
	margin: 10px auto;
	font-size: 14px;
	line-height: 1.4;
}

.search-record-id {
	display: table;
	min-width: 200px;
	border: 1px solid #e5e5e5;
	border-bottom: none
}
.search-record-id dt,
.search-record-id dd {
	display: table-cell;
	vertical-align: middle;
}
.search-record-id dt {
	padding: 0.2em 10px;
	font-size: 12px;
	background: #f9f9f9;
	text-align: center;
}
.search-record-id dd {
	padding: 0.2em 5px;
	background: #fff;
}

.search-record-table {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;/*IE10*/
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 100%;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
}

@media screen and (min-width: 769px) {
	.search-record--tmsearch dl:nth-child(1),
	.search-record--tmsearch dl:nth-child(8) {width: 10%}
	.search-record--tmsearch dl:nth-child(2),
	.search-record--tmsearch dl:nth-child(9) {width: 10%}
	.search-record--tmsearch dl:nth-child(3),
	.search-record--tmsearch dl:nth-child(10) {width: 10%}
	.search-record--tmsearch dl:nth-child(4),
	.search-record--tmsearch dl:nth-child(11) {width: 20%}
	.search-record--tmsearch dl:nth-child(5),
	.search-record--tmsearch dl:nth-child(12) {width: 10%}
	.search-record--tmsearch dl:nth-child(6),
	.search-record--tmsearch dl:nth-child(13) {width: 20%}
	.search-record--tmsearch dl:nth-child(7),
	.search-record--tmsearch dl:nth-child(14) {width: 20%}

	.search-record--tmsearch dl:nth-child(n+8) {border-top: 1px dotted #e5e5e5;}
}

.search-record-table dt {
	padding: 5px 5px 0 5px;
	font-size: 10px;
}
.search-record-table dd {
	padding: 5px;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap: break-word;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.search-record-wrap {margin: 20px 10px;}
	.search-record-id {min-width: 100%;}
	.search-record-id dt {width: 100px;text-align: left;}
	.search-record-id dd {background: #f9f9f9}
	.search-record-table {
		padding: 0;
		border-top-style: dotted;
	}
	.search-record-table dl {
		display: table;
		width: 100%;
	}
	.search-record-table dl:nth-child(even) {background: #f9f9f9;}
	.search-record-table dt,
	.search-record-table dd {
		display: table-cell;
		vertical-align: middle;
	}
	.search-record-table dt {
		width: 100px;
		padding: 5px;
	}
	
	.search-record-table .search-record-table-sub {display: none}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.record-sp-trigger {display: none}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.record-sp-trigger {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 12px;
		color: #fff;
		background: #2db566;
		text-align: center;
		cursor: pointer;
	}
}

/*---------------------------------------------------------*/
/* main menu */
/*---------------------------------------------------------*/

.menu .menu-board-wrap {
	width: 600px;
	margin: 40px auto 0 auto;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.menu .menu-board-wrap h2 {
	padding: 50px 50px 0 50px;
	font-size: 30px;
	line-height: 1.2em;
}

.menu .menu-board {
	padding: 30px 50px;
}
.menu .menu-board a {
	display: block;
	margin: 20px 0;
	padding: 0.8em 1em;
	border-radius: 10px;
	outline: none;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.menu main {
		display: -ms-flexbox;/*IE10*/
		display: -webkit-flex;
		display: flex;
	}
	.menu .menu-board-wrap {
		width: 100%;
		margin: 0;
	}
	.menu .menu-board-wrap h2 {
		padding: 20px 20px 0 20px;
		font-size: 16px;
	}
	.menu .menu-board {padding: 0 20px}
}

/*---------------------------------------------------------*/
/* Log in+Reminder/createnewpassword */
/*---------------------------------------------------------*/

.login main {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;/*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center;
	align-items: center;

	height: auto;
	padding-bottom: 0;
}

.flip-board {
	width: 600px;
}
.flip-board > div {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	transition: .3s;
}

.flip-board-back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 440px;
	transform: scale(0.9);
	z-index: -1;
	opacity: 0;
}

.flip-board--active .flip-board-back {
	top: 0;
	transform: scale(1);
	z-index: 999;
	opacity: 1;
}

.flip-board h2 {
	padding: 50px 50px 0 50px;
	font-size: 30px;
	line-height: 1.2;
}
.flip-board form {padding: 30px 50px}

.flip-board-input {
	position: relative;
	margin: 30px 0;
}
.flip-board-input span {
	position: absolute;
	top: 0.8em;
	left: .8em;
	color: #999;
	line-height: 1;
	transition: .3s;
}
.flip-board-input--focus span {
	top: -1.2em;
	left: 0;
	font-size: 12px;
	color: #252529
}

.flip-board-input input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 46px;
	padding: 0 .8em;
	background-color: #f9f9f9;
	border: none;
	border-bottom: 3px solid #d5d5d5;
	border-radius: 0;
	outline: none;
	transition: .3s;
}
.flip-board-input input:focus {border-color: #81c5df}
.flip-board-input input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px rgba(241, 217, 15, 0.2) inset;
	border-bottom: 3px solid #f1d90f;
}

.flip-board-link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	color: #2f7ae7;
	padding-right: 20px;
	cursor: pointer;
}
.flip-board-link a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #2f7ae7;
	border-right: 2px solid #2f7ae7;
	transform: rotate(45deg);
}
.flip-board-link a:hover {color: #279bd7}
.flip-board-link a:hover::after {border-color: #279bd7}

.flip-submit-set {
	margin: 40px 0;
}
.flip-submit-set:after {content:"";display: table;clear:both;}
.flip-submit-set input,
.flip-submit-set button,
.flip-submit-cancel {
	-webkit-appearance: none;
	appearance: none;
	float: left;
	display: block;
	margin-right: 10px;
	min-width: 120px;
	padding: 0.8em 2em;
	border-radius: 5em;
	outline: none;
	transition: .3s;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	.flip-board {width: 300px;}
	.flip-board-back {width: 300px; height: 350px;}
	.flip-board h2 {
		padding: 20px 20px 0 20px;
		font-size: 20px;
	}
	.flip-board form {padding: 10px 20px}
	.flip-board-input {margin: 20px 0;}
	.flip-board-link {font-size: 12px;}
	.flip-submit-set {margin: 30px 0}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/