@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500&family=Zen+Old+Mincho:wght@500;700&family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@300&family=Outfit:wght@400;600&family=Shippori+Antique&family=Zen+Antique&display=swap');
@import url(//use.fontawesome.com/releases/v6.4.2/css/all.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
table, tbody, tfoot, thead, tr, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	background-color:#fff;
	background-repeat:repeat;
	background-position: center center;
	color:#444;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

A, A > img { transition: 0.3s; }
A:link { color:#48829a; text-decoration:none; }
A:visited { color:#48829a; text-decoration:none; }
A:active { color:#6ab20d; text-decoration:none; }
A:hover { color:#6ab20d; text-decoration:none; }

a.cke_dialog_ui_button_ok {
	display:inline-block;
	color:#fff;
	padding:6px 20px;
}

td, th {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


INPUT { font-size: 14px; }
SELECT { font-size: 14px; }
TEXTAREA { font-size: 14px; }

li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.both {
	clear:both;
}

.fit {
	width:100%;
}

.center {
	margin:auto;
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.red {
	color:#f00;
}

.bold {
	font-weight:bold;
}

.hissu {
	font-size:0.9em;
	color:#f00;
}

.picker {
	background-image:url(images/icon_color.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.datepicker, .datepicker2, .datepicker3 {
	background-image:url(images/icon_date.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

a.button {
	display: inline-block;
	padding: 2px;
	margin: 0 1px;
	width:44px;
	font-size:14px;
	line-height:18px;
	text-decoration: none;
	color: #333;
	border: solid 1px #ccc;
	background-color:#fff;
	border-radius: 3px;
	transition: .2s;
	box-sizing:border-box;
	text-align:center;
}

a.button:hover {
	cursor:pointer;
	color:#6ab20d;
}

a.button:active {
	background-color:#eee;
}

a.click_button {
	color:#fff;
	background-color:#48829a;
	line-height:2.4em;
	display:block;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	transition: opacity 0.4s ease-out;
	max-width:500px;
	margin:auto;
}

a.disable_button {
	opacity:0.8;
}

a.disable_button:hover {
	cursor:default;
}

a.click_button_mini {
	color:#fff;
	background-color:#48829a;
	line-height:2.2em;
	display:block;
	padding:7px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.click_button_mini:hover, a.click_button:hover {
	opacity:0.8;
}

a.inline-button:link, a.inline-button:visited {
	color:#777;
	background-color:#fff;
	vertical-align:bottom;
	margin-bottom:-3px;
	padding:2px 0 0 0;
	display:inline-block;
	margin-left:2px;
	font-size:14px;
	line-height:32px;
	text-align:center;
	border:1px solid #ccc;
	min-width:30px;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.inline-button:hover, a.inline-button:active {
	opacity:0.7;
}

input[type="text"], input[type="password"], textarea {
	border:1px solid #ccc;
	padding:8px 6px;
	font-size:14px;
	border-radius: 3px;
	box-sizing:border-box;
	width:100%;
	color:#333;
	min-width:50px;
}

input[type="file"] {
	padding:2px 0;
}

.japanese_field {
	ime-mode: active;
}

.english_field {
	ime-mode: inactive;
}

.number_field, .shosu_field {
	ime-mode: inactive;
	text-align:right;
}

.number_field2 {
	ime-mode: inactive;
}

input.readonly_field, textarea.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input.ex_short_field, textarea.ex_short_field {
	width:120px;
	max-width:100%;
}

input.short_field, textarea.short_field {
	width:200px;
	max-width:100%;
}

input.middle_field, textarea.middle_field {
	width:300px;
	max-width:100%;
}

input.long_field, textarea.long_field {
	width:500px;
	max-width:100%;
}

input[type="checkbox"] {
    border: 1px solid #388094;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:disabled {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #388094;
}

input[type="checkbox"]:checked:disabled {
    background: #dbf884;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	padding-right:2em;
	white-space:nowrap;
}

.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

select::-ms-expand {
	display:none;
}

.select-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	background:linear-gradient( 180deg, #fafafa, #fff 30% );
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top:0;
	width: 100%;
	height: 34px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:16px;
	color:#444;
}

.select-wrap select[disabled] {
	border:1px solid #eee;
	color:#999;
}

.select-wrap:before{
	content:'\f078';
	font-family:FontAwesome;
	vertical-align: baseline;
	position:absolute;
	z-index:1;
	top:50%;
	right:12px;
	margin-top:-8px;
	margin-top:-.5rem;
	font-size:16px;
	line-height:1;
	color:#333;
}

.search_form .select-wrap{
	margin-top:3px;
}


/***************************************/
/***************************************/
/***************************************/
/***************************************/

#main {
	width:100%;
	min-height:100vh;
	box-sizing:border-box;
	padding:20px;
}

#main > div:first-of-type {
	text-align:center;
	height:120px;
}

#main > div:nth-of-type( 2 ){
	padding-top:40px;
	height:calc( 100% - 200px );
	padding-bottom:80px;
}

#main > div:last-of-type {
	position:relative;
	height:80px;
}

#main > div:last-of-type > p {
	position:absolute;
	bottom:0;
	font-size:12px;
	width:100%;
	text-align:center;
}

#main_sozai {
	background-color:#333;
	width:300px;
	max-width:90%;
	margin:auto;
	color:#fff;
	font-size:24px;
	letter-spacing:2px;
	line-height:100px;
	font-family:'Zen Old Mincho';
	text-align:center;
}

#main_form {
	margin:40px auto;
	width:300px;
	max-width:90%;
}
#main_form dt {
	font-weight:bold;
}

#main_form dd {
	margin-bottom:16px;
}

#send_btn:link, #send_btn:visited {
	width:200px;
	background-color:#888;
	color:#fff;
	display:block;
	margin:10px auto 0 auto;
	text-align:center;
	line-height:43px;
	font-weight:bold;
}

#send_btn:hover, #send_btn:active {
	background-color:#fa816d;
}

#list_area table {
	margin:auto;
}

#list_area #list_title {
	font-weight:bold;
	margin-bottom:16px;
}

#list_list, #list_area #list_comment {
	margin-bottom:16px;
}

#list_list li {
	padding:4px 0;
}

#list_pankuzu {
	padding-bottom:16px;
}

#list_pankuzu li {
	display:inline-block;
}

#list_pankuzu li:nth-of-type( n+2 ):before {
	content: '>';
	padding:0 4px;
}