@charset "UTF-8";

/* @group フォント、アイコン設定 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700&display=swap);

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

/* @end */

/* @group リセット（変更しない） */

/*
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;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* @end */

/* @group カラー設定 */

.off-white {
	background-color: #efefef
}

.yellow {
	background-color: #fffbdf
}

.light-lavender {
    background-color: #e7ebf3;
}

.lavender {
	background-color: #dadefa
}

.blue-green {
	background-color: #4adec5
}

.pale-red {
	background-color: #ff9190
}

.purple {
	background-color: #697df7
}

.india-ink {
	background-color: #757a81;
}
h2 a{
    color: #697df7;
}

/* @end */

/* @group レイアウト設定 */

body {
	color: #555;
	/* 日本語用 */
	font-family: -apple-system,BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	/* 英語用 */
	/*font-family: "Lato",-apple-system,BlinkMacSystemFont,sans-serif;*/
	background-color: #efefef;
}

#header {
	height: 100px;
}

.header-body {
    height: 100%;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #008ebb;
}

.header-title {
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}

#wrapper {
	background-color: #ffffff;
	width: 900px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding: 30px;
}

img[alt="progress"] {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* @end */

/* @group 基本設定 */

h1, h2, h3, .title1, .midashi1 {
	color: #222222;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

a:after {
	font-family: 'Material Icons';
	content: '\e89e';
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 3px;
}

hr {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}

a, .blue {
	color: #333;
}

.display_error {
	background-color: #f8eced;
}

.display_error:empty {
	display: none;
}

.error {
	font-size: 14px;
}

.error, .red, .attention {
	color: #ff9190;
}

.red {
	margin-right: 2px;
	margin-left: 2px;
}

.logo {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail {
	text-align: center;
	font-size: 18px;
}

.title, .detail {
	text-align: center;
	color: white;
}

.title1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-feature-settings: “pkna”;
	margin-bottom: 30px;
}

.midashi1 {
	font-size: 20px;
	font-weight: bold;
	background: url(images/diagonal-lines.svg) #dadefa;
}

.eg, .eword, .eword2, .attention, .setsumei {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
}

.eg, .eword, .eword2, [lang=en] {
	color: #90959c;
}

[lang=en] {
	font: 14px 'Lato',sans-serif;
	display: inline-block;
	margin-top: 5px;
}

.setsumei {
	text-align: center;
	line-height: 1.5em;
	background-color: #fffbdf;
	padding: 1em;
}

.eword {
	
}

table + .eword2 {
	margin-top: 5px;
}

.no {
	font-weight: bold;
}

.attention {
	margin-top: 5px;
}

.center {
	text-align: center;
}

ol {
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

input + div, .select + div, input + span, .select + span, span + div, div + input, div + .select {
	margin-top: 5px;
}

:placeholder-shown {
	color: #d3d3d3;
}

::-webkit-input-placeholder {
	color: #d3d3d3;
}

:-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

::-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #d3d3d3;
}

.space_tb1 {
	
}

.space_tb2 {
	
}

.space_tb3 {
	
}

a.back, .space_tb1 a {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

dl.comment {
	font-size: 14px;
	line-height: 1.3em;
}

dl.comment dt {
	float: left;
}

dl.comment dd {
	margin-left: 2.5em;
}

p.pay_type {
	display: table;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.pay_type img {
	display: inline-table;
	vertical-align: middle;
	margin-left: 10px;
}

.is-10pct {
	width: 10%;
}

.is-20pct {
	width: 20%;
}

.is-30pct {
	width: 30%;
}

.is-40pct {
	width: 40%;
}

.is-50pct {
	width: 50%;
}

.is-60pct {
	width: 60%;
}

.is-70pct {
	width: 70%;
}

.is-80pct {
	width: 80%;
}

.is-90pct {
	width: 90%;
}

.is-100pct {
	width: 100%;
}

/* @end */

/* @group テーブル設定 */

table[class^="base"] {
	width: 100%;
}

table[class^="base"]+table[class^="base"], table[class^="base"]+table[class^="base"] th, table[class^="base"]+table[class^="base"] td {
	border-top-style: none;
}

table[class^="base"]:not(.base4), table[class^="base"]:not(.base4) th, table[class^="base"]:not(.base4) td {
	border: 1px solid #dddddd;
	vertical-align: middle;
}

table[class^="base"] th, table[class^="base"] td {
	padding: 0.5em 0.75em;
}

th,td {
	vertical-align: middle;
}

table.base1 {
	
}

table.base2 {
	
}

table.base3 {
	
}

table.base4 {
	
}

table.base5 {
	
}



.kubun {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

.kubun tr:nth-child(odd) {
	background-color: #f8f8f8;
}

th:empty, td:empty {
	background-image: url(images/diagonal-lines.svg);
}

/* @end */

/* @group ボタン設定 */

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], textarea {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
}

input[name^="zip"], input[name="b_year"] {
	width: 5em;
}

input[name="id"], input[name^="mem"] {
	width: 10em;
}

input[name="zz_id"], input[type="password"], input[type=tel], input[type=email] {
	width: 50%;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number], textarea {
	padding: 7px;
	font-size: 100%;
	border: 1px solid #dddddd;
}

input[id="CardNo"], input[id="SecurityCode"] {
	font-family: "Courier New", Courier, mono;
}

input[id="CardNo"] {
	width: 12em;
}

input[id="SecurityCode"] {
	width: 4em;
}

input[type=radio] {
	margin-right: 5px;
	margin-left: 5px;
}

input[type=radio]:not(:first-child) {
	margin-left: 20px;
}

.select {
	text-align: center;
	width: auto;
	display: inline-block;
	overflow: hidden;
}

.select select {
	font-size: 100%;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
	padding-right: 1em;
	border: none;
	cursor: pointer;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select.pull-down {
	background: #ffffff;
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.select.pull-down::before {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 1em;
	right: 0.9em;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	padding: 0;
	pointer-events: none;
}

.select.pull-down select {
	padding: 7px 38px 7px 8px;
}

input.submit, input[type=submit], input.submit2, input[type=button] {
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	-webkit-appearance: none;
	transition: 0.5s;
	border: 1px solid #697df7;
}

input.submit:hover, input[type=submit]:hover, input.submit2:hover, input[type=button]:hover {
	cursor: pointer;
	box-shadow: 0 5px 25px rgba(150, 150, 150, 0.45);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

input.submit, input[type=submit], input[type=button] {
	color: #ffffff;
	background-color: #697df7;
	border-style: solid;
}

input.submit2 {
	color: #697df7;
	background-color: #ffffff;
	border-style: solid;
}


/* @end */

/* @group トップページ用 */

.alert {
	text-align: center;
	background-color: #fffbdf;
	margin-bottom: 30px;
	padding: 1em;
}
.alert2 {
    text-align: left;
    background-color: #fffbdf;
    margin-bottom: 30px;
    padding: 1em;
    line-height: 18px;
    font-size: 14px;
}

h2.top {
	font-size: 17px;
	margin-bottom: 15px;
}

.information {
	border: 1px solid #dddddd;
	padding: 1em;
}

.information:not(:last-child) {
	margin-bottom: 30px;	
}

.information h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.information p:not(:last-child) {
	margin-bottom: 10px;
	line-height: 1.25em;
}

.information dl {
	line-height: 1.25em;
}

.information dt {
	color: #222222;
	font-weight: bold;
}

.information dl dd {
	margin-left: 1em;
}

.information dl dd:not(:last-child) {
	margin-bottom: 9px;
}

table.top {
	margin-bottom: 30px;
}

table.top th {
	text-align: left;
	white-space: nowrap;
}

table.top th i {
	font-size: 22px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 5px;
}

table.top th a:after {
	content: none;
	margin-right: 0px;
	margin-left: 0px;
}



table.top td a {
	font-weight: bold;
}

table.top th a:hover {
	font-weight: bold;
	color: #ff9190;
}

table.top td ul {
	font-size: 14px;
	line-height: 1.25em;
	margin-left: 3em;
	margin-top: 7px;
}

/* @end */

@media screen and (max-width: 559px) {
	#wrapper {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	img[alt="progress"] {
		width: 100%;
		height: auto;
	}
	
	table tr,table td {
		border: none;
	}
	
	table th,table td,table td.komoku {
		width: 100%;
		display: block;
	}
}
.button-table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.button-table th {
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	text-align: center;
}

.button-table th a {
	color: white;
	background-color: #060;
	width: 155px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	box-shadow: 0 2px 5px #d4d4d4;
	padding-right: 5px;
	transition: 0.3s;
}

.button-table th a.del {
	background-color: #da0404;
}

.button-table th a i {
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.button-table th a:hover {
	opacity: 0.6;
	margin-bottom: 12px;
	margin-top: 8px;
}

.button-table td {
	padding-left: 30px;
}

.button-table td small {
	color: #909090;
	font-size: 12px;
}
.schedule{
	font-size: 1rem;
	margin-top: 1em;
	background-color: hsla(194,55%,94%,1.00);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

