@charset "UTF-8";

/* 全体
-------------------------------------------------- */
* {
	position: relative;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 0.04em;
}

.wrapper {
	width: 100%;
	height: 100%;
	font-family: 'Antonio', sans-serif;
	/*overflow-x: relative;*/
}

input,
select,
textarea {
	display: block;
	/*font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;*/
	/*font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'メイリオ', 'Meiryo', 'Osaka', 'sans-serif';*/
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, sans-serif;
	color: rgba(0, 0, 0, 1.0);
	background-color: rgba(255, 255, 255, 1.0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch
}

img {
	vertical-align: bottom;
}

img[src$=".svg"] {
	width: 100%;
}


a {
	color: rgba(255, 72, 0, 1);
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover {
	cursor: pointer;
}

.under_line {
	text-decoration : underline;
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.menustr_font {
	font-family: 'use-Dense-Regular';
	-ms-font-feature-settings: "normal";
}

.cf::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clear {
	clear: both;
}

.wrap {
	width: 100%;
}

input.submit {
	cursor: pointer;
}

.fill {
	margin: 60px 0;
}

h1 {
	text-align: center;
}

.red {
	background-color: #ff4c10;
	color: #ffffff;
}

.yellow {
	background-color: #ffdb6f;
}

.blue {
	background-color: #a6e1ff;
}

.obj_mv {
	transition: .8s;
	transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
}
.mv {
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.hand {
	cursor: pointer;
}

.mincho {
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3';
}

.table_sch .red_str_day {
	color: #ff4500;
}

.table_sch .blue_str_day {
	color: #4169e1;
}



/* フォーム
-------------------------------------------------- */

input:not([type="checkbox"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	font-size: 16px;
}

textarea {
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border-radius: 2px;
}

select {
	display: block;
	font-size: 16px;
	padding: 0 8px;;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	/*background-image: url('../images/select.png');*/
	background-repeat: no-repeat;
	background-size: 8px 6px;
	background-position: 96% 50%;
	background-color: #ffffff;
}

.entryLineInput_size16 {
    font-size: 16px;
	color: inherit;
	border: none;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}

.entryLineInput {
	width: 100%;
    font-size: 16px;
	color: inherit;
	border: none;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}

.entryTextarea {
	width: 100%;
    font-size: 16px;
	resize: none;
	height: 10em;
	margin: 3px 0;
	padding: 3px;
	color: inherit;
	border: none;
	border-radius: 3px;
}

.entryTextarea_5 {
	width: 100%;
    font-size: 16px;
	resize: none;
	height: 5em;
	margin: 3px 0;
	padding: 3px;
	color: inherit;
	border: none;
	border-radius: 3px;
}

.entryTextarea_2 {
	width: 100%;
    font-size: 16px;
	resize: none;
	height: 3em;
	margin: 3px 0;
	padding: 3px;
	color: inherit;
	border: none;
	border-radius: 3px;
}

.error_message {
	padding: 10px 0 10px 0;
	color: #ff4c10;
}
/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:600px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */

}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */

}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */

}


/* ボタンエリア
-------------------------------------------------- */
.onebtnarea_wrap {
	display:inline-block;
	text-align: center;
	width: 50%;
}

/*
.onebtnarea {
	width: 100%;
	height: 60px;
}
*/

.onebtnarea_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #eee; /*#eeeeee;*/
	text-align: center;
	z-index: 999;
}

.onebtnarea a,
.onebtnarea input {
	display: block;
	margin: auto;
	padding: 12px 0;
	height: 40px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 10, 2, 1);
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
	background: -webkit-linear-gradient(linear, 100% 0%, 100% 100%, from(rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background: -ms-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
}

.onebtnarea a.cancel,
.onebtnarea a.return,
.onebtnarea input.return {
	width: 50%;
	max-width: 150px;
	background-color: #eee;
}

.onebtnflowarea a,
.onebtnflowarea input {
	padding: 10px 0 10px 0;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 10, 2, 1);
	border-radius: 4px;
	border: 1px solid #666666;
	text-align: center;
}

.onebtnflowarea a.cancel,
.onebtnflowarea a.return,
.onebtnflowarea input.return,
.onebtnflowarea a.submit,
.onebtnflowarea input.submit {
	width: 50%;
	max-width: 150px;
	background-color: #eee;
}

.twobtnarea_wrap {
	display:inline-block;
	text-align: center;
	width: 50%;
}

.twobtnarea_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #eee; /*#eeeeee;*/
	text-align: center;
	z-index: 999;
}

.twobtnarea a,
.twobtnarea input {
	display: inline-block;
	margin: auto;
	padding: 12px 0;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 10, 2, 1);
	border-radius: 4px;
	border: 1px solid #666666;
	text-align: center;
}

.twobtnarea a.cancel,
.twobtnarea a.return,
.twobtnarea input.return,
.twobtnarea a.submit,
.twobtnarea input.submit {
	width: 50%;
	max-width: 150px;
	background-color: #eee;
}

.btnarea_wrap {
	width: 100%;
}

.btnarea {
	height: 40px;
}

.btnarea.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #eee;
	text-align: center;
	z-index: 999;
}

.btnarea a,
.btnarea input {
	display: block;
	margin: auto;
	padding: 12px 0;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 10, 2, 1);
	border-radius: 4px;
	border: 1px solid #666666;
	text-align: center;
}

.btnarea a.cancel,
.btnarea a.return,
.btnarea input.return {
	float: left;
	width: 49%;
	background-color: #eee;
}

.btnarea a.submit,
.btnarea input.submit {
	float: right;
	width: 49%;
	background-color: #5f0000;
}

.btnarea a.disable,
.btnarea input.disable {
	padding: 10px 0;
	color: #666666;
	background-color: #fff;
	border: 1px solid #666666;
	pointer-events: none;
}

/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:600px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.btnarea_wrap {
		display:inline-block;
		text-align: center;
		width: 50%;
		max-width: 300px;
	}

}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.btnarea_wrap {
		display:inline-block;
		text-align: center;
		width: 50%;
		max-width: 300px;
	}

}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.btnarea_wrap {
		display:inline-block;
		text-align: center;
		width: 50%;
		max-width: 300px;
	}

}

/* table smartphoneもpc表示と同じ
-------------------------------------------------- */

.table_pcpc {
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	border-collapse: collapse;
	word-wrap: break-word;
	margin-top: 10px;
}

.table_pcpc tr {
	border: 1px solid #cccccc;
}

.table_pcpc th {
	width: auto;
	margin: 0 auto;
	border: none;
	text-align: center;
	padding: 6px 8px 5px;
	overflow: hidden;
	color: inherit; /*rgba(0,10,2,1);*/
	font-weight: bold;
	font-size: 16px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: rgba(234,235,236,1);
}

.table_pcpc td{
	width: auto;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: inherit; /*rgba(0,10,2,1);*/
	border-left: 1px solid #cccccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 16px;
	line-height:1.3em;
}

/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:600px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.table_pcpc {
		width: 100%;
	}
	.table_pcpc th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcpc td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.table_pcpc {
		width: 100%;
	}
	.table_pcpc th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcpc td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.table_pcpc {
		width: 100%;
	}
	.table_pcpc th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcpc td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}

/* table smartphoneはList表示
-------------------------------------------------- */

.table_pcsp {
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	border-collapse: collapse;
	word-wrap: break-word;
	margin-top: 10px;
}

.table_pcsp tr {
	border: 1px solid #cccccc;
}

.table_pcsp th {
	width: auto;
	margin: 0 auto;
	border: none;
	text-align: center;
	padding: 6px 8px 5px;
	overflow: hidden;
	color: inherit; /*rgba(0,10,2,1);*/
	font-weight: bold;
	font-size: 16px;
	word-break: break-all;
	word-wrap: break-word;
	display: list-item;
	background-color: rgba(234,235,236,1);
}

.table_pcsp td{
	width: auto;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: inherit; /*rgba(0,10,2,1);*/
	border: none;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 16px;
	line-height:1.3em;
	display: list-item;
}

/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:600px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.table_pcsp {
		width: 100%;
	}
	.table_pcsp th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcsp td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.table_pcsp {
		width: 100%;
	}
	.table_pcsp th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcsp td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.table_pcsp {
		width: 100%;
	}
	.table_pcsp th {
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.table_pcsp td {
		padding: 10px;
		width: 70%;
		border-left: 1px solid #cccccc;
		font-size: 14px;
		display: table-cell;
	}
}

/* Ajax インジケータ triwareinc adding
-------------------------------------------------- */

.ajax_loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f7f7f9;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	background-image: url('../images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
}
