@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200&family=Montserrat:wght@200&family=Noto+Serif+JP:wght@300;500;700&display=swap');


/*** Common styles ***/


/* Initial Setting
------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, img,
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, input, textarea, legend,
article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.nbr {
	white-space: nowrap;
}

@-ms-viewport {
	width: auto;
	initial-scale: 1;
}

@viewport {
	width: device-width;
	initial-scale: 1;
}



/* Body
------------------------------------------------------------- */

html {
	font-size: 62.5%;		/* sets the base font to 10px for easier math */
	height: 100%;
}

body {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;		/* sets the default sizing to make sure nothing is actually 10px */
	color: #000;
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', '游明朝', 'MS PMincho', 'ＭＳ Ｐ明朝', serif;
	font-weight: 300;
	height: 100%;
	z-index: 1;
}



/* Fadein Animation
------------------------------------------------------------- */

body {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}



/*Clearfix
------------------------------------------------------------- */

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.clear_l {
	clear: left;
	float: none;
}

.clear_r {
	clear: right;
	float: none;
}



/* Basic Setting 
------------------------------------------------------------- */

ul {
	margin-left: 1em;
}

ul.none li {
	list-style-type: none;
}

ul.disc li {
	list-style-type: disc;
}

ul.circle li {
	list-style-type: circle;
}

ul.square li {
	list-style-type: square;
}

ul.indent li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}

ol.none li {
	list-style-type: none;
}

ol.decimal li {
	list-style-type: decimal;
}

ol.l_roman li {
	list-style-type: lower-roman;
}

ol.u_roman li {
	list-style-type: upper-roman;
}

ol.l_alpha li {
	list-style-type: lower-alpha;
}

ol.u_alpha li {
	list-style-type: upper-alpha;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 2px 0 0 1em;
}

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}


/*Fonts
------------------------------------------------------------- */

.font_san_serif {
	font-family: 'Montserrat', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.font_serif {
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', '游明朝', 'MS PMincho', 'ＭＳ Ｐ明朝', serif;
}


/*Link
------------------------------------------------------------- */

a:link {
	color: #000;
	text-decoration: none;
}

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

a:hover {
	color: #b43b05;
	text-decoration: underline;
}

a:active {
	color: #b43b05;
	text-decoration: underline;
}

a:focus {
	color: #b43b05;
	text-decoration: none;
}

a.disabled {
	color: #d5d5d5;
	text-decoration: none;
	pointer-events: none;
}

a:focus {
	outline: none;
}

a img,
a:focus img,
a:hover img,
a:active img {
	border: none;
	outline: none;
	background-color: transparent !important;
}

p.txt_link a {
	color: #000;
}

p.txt_link a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #dbb351;
	margin-right: 3px;
}

p.txt_link a:hover,
p.txt_link a:hover::before,
p.txt_link a:active::before {
	color: #b43b05;
}

a.inline_link {
	color: #b43b05;
}


/*Text -Size, Color, Weight-
------------------------------------------------------------- */

.s1 {
	font-size: 12px;
	font-size: 1.2rem;
}

.s2 {
	font-size: 14px;
	font-size: 1.4rem;
}

.s3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.s4 {
	font-size: 20px;
	font-size: 2rem;
}

.s5 {
	font-size: 23px;
	font-size: 2.3rem;
}

.s6 {
	font-size: 27px;
	font-size: 2.7rem;
}

strong {
	color: #d34708;
	font-weight: 500;
	background-color: inherit;
}

em {
	color: #9b7109;
	font-weight: 300;
	font-style: italic;
	background-color: inherit;
}

.normal {
	font-style: normal;
}

.weight_normal {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 0.89em !important;
}

.large {
	font-size: 1.3em !important;
}

.sup, sup {
	vertical-align: super;
	font-size: 60%;
}

.sub, sub {
	vertical-align: sub;
	font-size: 60%;
}

.line_red {
	border-bottom: 1px solid #c13;
}

.line_black {
	border-bottom: 1px solid #151515;
}

i.far {
	margin: 0 4px;
}

i.bx {
	margin: 0 4px;
	font-size: 1.1em;
	vertical-align: -0.1em;
}


/* Colors
------------------------------------------------------------- */

/*GrayScale*/

.color_gray {
	color: #808080;
}

.bgcolor_gray {
	background-color: #a5a5a5;
}

.color_dgray {
	color: #555;
}

.bgcolor_dgray {
	background-color: #808080;
}

.color_lgray {
	color: #d5d5d5;
}

.bgcolor_lgray {
	background-color: #f5f5f5;
}

.color_black {
	color: #151515;
}

.color_white {
	color: #fff;
}

.bgcolor_black {
	background-color: #000;
}

.bgcolor_white {
	background-color: #fff;
}


/*Red*/

.color_red {
	color: #d34708;
}

.color_dred {
	color: #b43b05;
}

.color_lred {
	color: #d05924;
}

.bgcolor_red {
	background-color: #ea9364;
}

/*Gold*/

.color_gold {
	color: #dbb351;
}

.color_lgold {
	color: #d2bf8b;
}

.color_pgold {
	color: #f3e4c0;
}

.bgcolor_gold {
	background-color: #d2bf8b;
}

.bgcolor_lgold {
	background-color: #e8dab4;
}




/*Text Align
------------------------------------------------------------- */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}



/*Images
------------------------------------------------------------- */

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}

img.img_left {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	float: none;
}

img.img_right {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	float: none;
}

.img_center {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.img_center img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

img.img_icon {
	width: 1.2em;
	height: auto;
	vertical-align: -0.22em;
}


/* Image Box */

.img_box > div, .img_box_s > div,  .img_box_l > div {
	margin-bottom: 15px;
}

.img_box > div img, .img_box_s > div img, .img_box_l > div img {
	margin-top: 5px;
	width: 100%;
}

p.img_caption {
	padding: 8px 0 0 0;
	line-height: 1.5;
	font-size: 1.3rem;
	text-align: center;
}



/*Table
------------------------------------------------------------- */

table.layout {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

table.layout caption,
table.basetable caption, 
table.coltable caption {
	display: none;
}

table.layout th {
	padding: 0;
	border: 0;
}

table.layout td {
	padding: 0;
	border: 0;
}

table.basetable {
	width: 100%;
	margin: 0;
	font-size: 1.6rem;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: #dbb351 solid 1px;
	border-right: #dbb351 solid 1px;
}

table.basetable tr th {
	padding: 12px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	background-color: #f3e4c0;
	border-top: #dbb351 solid 1px;
	border-left: #dbb351 solid 1px;
	border-right: 0;
	border-bottom: 0;
}

table.basetable tr th.left {
	text-align: left;
}

table.basetable tr td {
	padding: 12px;
	border-top: #dbb351 solid 1px;
	border-left: #dbb351 solid 1px;
	border-right: 0;
	border-bottom: 0;
}

table.table_collapse {
	width: 100%;
	margin: 5px 0;
	font-size: 1.6rem;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: #dbb351 solid 1px;
}

table.table_collapse caption {
	display: none;
}

table.table_collapse tr th {
	padding: 12px;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	border-top: #dbb351 solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: #fff;
}

table.table_collapse tr td {
	padding: 12px;
	border-top: #dbb351 solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: #fff;
}

.table_responsive {
	margin-bottom: 40px;
	overflow-x: auto;
	min-height: 0.01%;
	width: 100%;
}



/*Assist Box
------------------------------------------------------------- */

/*Notes*/

.note {
	margin: 20px 0;
	padding: 15px;
	color: inherit;
	background-color: #faf3df;
	border: 1px solid #dbb351;
	background: linear-gradient(180deg, rgba(243,228,192,1) 0%, rgba(251,217,138,1) 18%, rgba(244,229,193,1) 45%, rgba(255,255,255,1) 88%);
	clear: both;
}


/*Border*/

.border {
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 20px auto;
	padding: 0;
	height: 0;
	line-height: normal;
	border-top: 1px solid #dbb351;
	clear: both;
}

.inner_border {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	padding: 0;
	height: 0;
	line-height: normal;
	border-top: 1px solid #dbb351;
	clear: both;
}

.spacer {
	height: 300px;
	clear: both;
}



/* List
------------------------------------------------------------- */

ul.custom_icon {
	margin: 0;
	padding: 0;
}

ul.custom_icon > li {
	padding: 4px 0 4px 1em;
	text-indent: -1em;
}

/*for FontAwesome*/
ul.custom_icon li > i.fas {
	margin-left: 1em;
}


ul.list_default {
	margin: 8px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.list_default > li {
	margin: 0;
	padding: 4px 0 4px 1em;
	text-indent: -1em;
}

ul.list_default > li > ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.list_default > li > ul > li {
	margin: 0;
	padding: 4px 0 4px 2em;
	text-indent: -1em;
}

ul.list_default > li > ol {
	margin: 4px 0 0 0;
	padding: 0 0 0 2.2em;
	list-style-type: decimal;
	list-style-position: outside;
}

ul.list_default > li > ol > li {
	margin: 0;
	padding: 4px 0;
	text-indent: 0;
}

ul.list_default > li::before,
ul.list_default > li > ul > li::before {
	content: "";
	display: inline-block;
	width: 0.35em;
	height: 0.35em;
	background-color: #dbb351;
	border-radius: 50%;
	margin: 0 0.45em 0 0.2em;
	vertical-align: 0.25em;
}

ol {
	margin: 8px 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

ol > li {
	margin: 0 0 0 1.2em;
	padding: 4px 0 4px 0;
}

ul.icon_list, ul.link_list {
	margin: 10px 0;
	padding: 0;
	clear: right;
}

ul.icon_list > li, ul.link_list > li {
	margin: 0;
	padding: 5px 0 5px 1.5em;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -0.6em;
}

ul.icon_list > li > ul, ul.link_list > li > ul {
	margin: 0;
	padding: 5px 0 0 1.5em;
}

ul.icon_list > li > ul > li, ul.link_list > li > ul > li {
	margin: 0;
	padding: 2px 0;
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li > ol, ul.link_list > li > ol {
	margin: 0;
	padding: 5px 0 0 2em;
}

ul.icon_list > li > ol > li, ul.link_list > li > ol > li {
	margin: 0;
	padding: 2px 0;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c8";
	color: #dbb351;
	margin-right: 4px;
}

ul.link_list > li > a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #dbb351;
	margin-right: 3px;
}

ul.link_list > li > a:hover::before,
ul.link_list > li > a:active::before {
	color: #b43b05;
}

ul.line {
	border-top: 1px solid #f3e4c0;
}

ul.line > li {
	border-bottom: 1px solid #f3e4c0;
}



/* Icons
------------------------------------------------------------- */

.icon {
	display: inline-block;
	margin: 0 8px;
	width: 3rem;
	height: 3rem;
	vertical-align: baseline;
}

.icon a {
	display: block;
	margin: 0;
	padding: 4px;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.icon a i.far, .icon a i.bx {
	margin: 0;
}





/* Form
------------------------------------------------------------- */

/*Common*/

form label {
	display: block;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 5px 0;
}

.form_unit {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 24px 0;
	position: relative;
	vertical-align: top;
}

input, select {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
}

input.w_min, select.w_min {
	width: auto;
	min-width: 100px;
}

input:disabled, textarea:disabled, select:disabled {
	color: #cacaca;
	border-color: #dfdfdf !important;
}

input:invalid, textarea:invalid, select:invalid {
	color: #d05924;
	background-color: #feeff0;
	border-color: #d05924 !important;
}

input:focus, select:focus, textarea:focus {
	outline: 2px solid #dbb351;
}


/*Optional Massage*/

.form_option {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #808080;
}


/*Hint and Tips*/

.form_tips {
	margin: 0;
	padding: 4px 0 4px 1.5em;
	font-size: 1.5rem;
	line-height: 1.3;
	text-indent: -0.9em;
	color: #a8a8a8;
}


/*Error Message*/

.form_error {
	display: none;
	margin: 0;
	padding: 4px 0 4px 1.5em;
	font-size: 1.5rem;
	line-height: 1.3;
	text-indent: -0.9em;
	color: #d05924;
}

input:invalid + .form_error,
select:invalid + .form_error,
textarea:invalid + .form_error {
	display: block;
}


/*Placeholder*/

::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
	color: #666;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus::placeholder {
	color: #fff;
}


/*Text Field*/

input[type="text"], input[type="email"], input[type="url"] {
	margin: 8px 0;
	padding: 4px;
	max-width: 100%;
	font-size: 1.6rem;
	border: 1px solid #e2d1a5;
	background-color: #fff;
	border-radius: 4px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover {
	border-color: #dbb351;
}



/*text Area*/

textarea {
	margin: 8px 0;
	padding: 4px;
	width: 100%;
	max-width: 100%;
	min-height: 84px;
	font-size: 1.6rem;
	border: 1px solid #e2d1a5;
	border-radius: 4px;
}

textarea:hover {
	border-color: #dbb351;
}


/*SelectBox*/

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


select {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 4px 40px 4px 10px;
	font-size: 1.6rem;
	color: #000;
	background-color: #fff;
	border: 1px solid #e2d1a5;
	background-image: url(../img/icon_pulldown.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: right 5px top 50%;
}

select:hover {
	border-color: #dbb351;
}

select option {
	background-color: #fff;
}

select[multiple="multiple"] {
	padding-right: 20px;
	background-image: none;
}

select[multiple="multiple"] option {
	margin: 2px 0;
}

select[multiple="multiple"] option:checked {
	background-color: #e8dab4;
}



/* CheckBox */

input[type="checkbox"] {
	appearance: none;
	vertical-align: baseline;
}

input[type=checkbox] {
	display: none;
}

.check_style {
	display: inline-block;
	width: auto;
	padding: 8px 8px 8px 27px;
	margin-right: 24px;
	position: relative;
	cursor: pointer;
	white-space: normal;
	line-height: 1.3;
	font-weight: 300;
}

.check_style::before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border: 1px solid #dbb351;
	border-radius: 2px;
}

.check_style::after {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	margin-top: -9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: rotate(45deg);
	opacity: 0;
}

input[type=checkbox]:checked + .check_style::before {
	background-color: #dbb351;
	border: 0;
}

input[type=checkbox]:checked + .check_style::after {
	opacity: 1;
}

input[type=checkbox]:focus + .check_style::before {
	border: 2px solid #dbb351 !important;
}

input[type=checkbox]:disabled + .check_style {
	color: #cacaca;
}

input[type=checkbox]:disabled + .check_style::before {
	border-color: #dfdfdf;
}

input[type=checkbox]:checked:disabled + .check_style::before {
	background-color: #dfdfdf;
	border: 0;
}


/* RadioButton */

input[type="radio"] {
	appearance: none;
	vertical-align: baseline;
}

input[type=radio] {
	display: none;
}

.radio_style {
	display: inline-block;
	width: auto;
	padding: 8px 8px 8px 27px;
	margin-right: 24px;
	position: relative;
	cursor: pointer;
	white-space: normal;
	line-height: 1.3;
	font-weight: 400;
}

.radio_style::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border: 1px solid #dbb351;
	border-radius: 50%;
}

.radio_style::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 6px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
}

input[type=radio]:checked + .radio_style::before {
	background-color: #dbb351;
	border: 0;
}

input[type=radio]:checked + .radio_style::after {
	opacity: 1;
}

input[type=radio]:focus + .radio_style::before {
	border: 2px solid #377ead !important;
}

input[type=radio]:disabled + .radio_style {
	color: #cacaca;
}

input[type=radio]:disabled + .radio_style::before {
	border-color: #dfdfdf;
}

input[type=radio]:checked:disabled + .radio_style::before {
	background-color: #dfdfdf;
	border: 0;
}


/*Submit*/

.form_submit_unit {
	padding: 16px 0 40px 0;
	text-align: center;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
	min-width: 240px;
	min-height: 50px;
	margin: 0 auto 24px auto;
	padding: 0 20px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	color: #000;
	background-color: #dbb351;
	text-decoration: none;
	border-radius: 4px;
	vertical-align: baseline;
	background: linear-gradient(0deg, rgb(230, 205, 131) 0%, rgb(252, 233, 182) 30%, rgba(226,187,95,1) 70%, rgba(229,204,107,1) 100%);
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	color: #000;
	background-color: #ea9364;
	text-decoration: none;
	background: linear-gradient(0deg, rgb(230, 205, 131) 0%, rgb(252, 233, 182) 40%, rgb(252, 233, 182) 60%, rgba(229,204,107,1) 100%);
}

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background-color: #dbb351;
	outline: none;
}






/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/* Image Box */

	.img_box_s {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img_box_s > div {
		width: calc(50% - 10px);
	}

}





/* for MiddleSize(480-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {


}





/* for Tablet Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:560px) {

	/*Images
	------------------------------------------------------------- */

	img.img_left {
		width: auto;
		max-width: 50%;
		margin: 0 16px 20px 0;
		float: left;
	}

	img.img_right {
		width: auto;
		max-width: 50%;
		margin: 0 0 20px 16px;
		float: right;
	}

	.img_center img {
		width: auto;
		max-width: 100%;
	}

	/* Image Box */

	.img_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img_box > div {
		width: calc(50% - 10px);
	}

	.img_box_l {
		text-align: center;
	}

	.img_box_l > div {
		margin: 0 auto 15px auto;
		max-width: 680px;
	}

	.img_box_s > div {
		width: calc(33.3333% - 12px);
	}


	/*Table
	------------------------------------------------------------- */

	.table_responsive {
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table_responsive > .table_default,
	.table_responsive > .table_collapse {
		margin-bottom: 0;
	}

	.table_responsive > .table_default > thead > tr > th,
	.table_responsive > .table_default > tbody > tr > th,
	.table_responsive > .table_default > tfoot > tr > th,
	.table_responsive > .table_default > thead > tr > td,
	.table_responsive > .table_default > tbody > tr > td,
	.table_responsive > .table_default > tfoot > tr > td,
	.table_responsive > .table_collapse > thead > tr > th,
	.table_responsive > .table_collapse > tbody > tr > th,
	.table_responsive > .table_collapse > tfoot > tr > th,
	.table_responsive > .table_collapse > thead > tr > td,
	.table_responsive > .table_collapse > tbody > tr > td,
	.table_responsive > .table_collapse > tfoot > tr > td {
		white-space: normal;
	}

	.table_notes {
		font-size: 1.6rem;
	}


	/*Assist Box
	------------------------------------------------------------- */

	/*Border*/

	.border {
		width: calc(100% - 60px);
	}



	/* Form
	------------------------------------------------------------- */

	/*Common*/

	input, select {
		width: auto;
	}

	/*SelectBox*/

	select {
		display: inline-block;
		width: auto;
	}

	/*Submit*/

	input[type="button"], input[type="reset"], input[type="submit"] {
		width: auto;
		min-width: 240px;
		margin: 0 24px 24px 24px;
	}



}




/* for Middle Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Form
	------------------------------------------------------------- */

	/*Submit*/

	.form_submit_unit {
		border-top: 1px solid #dbb351;
		padding-top: 40px;
		margin-top: 0;
	}

}




/* for PC Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:960px) {

	/*Images
	------------------------------------------------------------- */

	img.img_left {
		max-width: 30%;
	}

	img.img_right {
		max-width: 30%;
	}


}









