@charset "utf-8";
/* CSS Document */

body,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,table,th,td,input,textarea,select,button{
	font-family: "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

input,
select{
	font-size:100%;
}

textarea{
	resize: none;
	font-size: 100%;
	margin:0 0 12px 0;
	padding:6px;
	width:100%;
}

.con_box{
height: 220px;
margin-bottom: 15px;
padding: 6px;
overflow-y: scroll;
background-color: #f8f8f8;
}

.con_box p{	font-size:80%;}

#browserback{
	display: none;
	position: fixed;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:11;
}

#browserback_inner{
	position: absolute;
	width: 60%;
	max-width: 350px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 20%;
	padding: 15px 8px 10px;
	background:#fff;
	z-index:12;
	text-align:center;
}

#browserback_close{
	margin: 20px 20px 10px;
	padding: 8px;
	background: #d8d8d8;
	z-index: 13;
	color:#000;
}

#reload{
	display: none;
	position: fixed;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:11;
}

#reload_inner{
	position: absolute;
	width: 60%;
	max-width: 350px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 20%;
	padding: 15px 8px 10px;
	background:#fff;
	z-index:12;
	text-align:center;
}

#reload_close{
	margin: 20px 20px 10px;
	padding: 8px;
	background: #d8d8d8;
	z-index: 13;
	color:#000;
}

.button_area{
	text-align: center;
	margin: 15px auto;
	max-width: 900px;
}

.submit_button{
    background-color: var(--color1);
    border: none;
	border-radius: 6px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
    width: 90%;
	max-width: 300px;
    padding: 8px;
	margin: 2px;
	cursor: pointer !important;
}
.submit_button:hover {
    background-color: var(--color1);
    color: #FFF;
}
.submit_button:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 5px 4px 0px 0px;
}

.submit_button_right{
	float: right;
    background-color: var(--color1);
    border: none;
	border-radius: 3px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
    width: 38%;
    max-width: 220px;
    padding: 8px;
	margin: 15px 0px;
	cursor: pointer !important;
	position: relative;
}
@media only screen and (max-width: 768px){
	.submit_button_right{
		margin-right:25px;
	}
}
.submit_button_right:hover {
    background-color: var(--color1);
    color: #FFF;
}
.submit_button_right:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 5px 4px 0px 0px;
}

.reset_button_left{
	float:left;
    background: linear-gradient(#eee,#d8d8d8);
    background: -moz-linear-gradient(top,#eee 0%,#d8d8d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d8d8d8));
    border: none;
	border-radius: 3px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
    width: 38%;
    max-width: 240px;
    padding: 8px;
	margin: 15px 0px;
	cursor:pointer !important;
}
@media only screen and (max-width: 768px){
	.reset_button_left{
		margin-left:25px;
	}
}
.reset_button_left:hover {
    background-color: #cccccc;
    color:#000;
}
.reset_button_left:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
	float: left;
	margin: 5px 0px 0px 4px;
}

.admin_button{
    background: linear-gradient(#eee,#ccc);
    background: -moz-linear-gradient(top,#eee 0%,#ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    border: thin #aaa solid;
	border-radius: 3px;
	font-size: 100%;
	font-weight: normal;
    color: #000;
    padding: 2px 6px;
	margin: 2px;
	cursor: pointer !important;
	}
.admin_button:hover{
	color: #555;
	background: #fff;
}

.login_box{
	width: 90%;
	max-width: 550px;
	margin: 25px 0px 25px;
	padding: 20px 10px;
	box-shadow: 2px 2px 4px 0 rgba(96, 96, 96, .5);
	background-color: #eee;
}
.login_box input{
	max-width: 300px;
	text-align: center;
}

.login_button{
    background-color: var(--color1);
    border: none;
	border-radius: 25px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
    width: 70%;
	max-width: 200px;
    padding: 6px 0;
	margin: 2px;
	cursor: pointer !important;
}
.login_button:hover{
	color:#fff;
	background-color:#eee;
	border:none;
}

/* ===========================　トップページ ======================================== */

.top_contents_box{
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	text-align: center;
}
@media only screen and (max-width: 768px){
	.top_contents_box{
		display: block;
		width: 100%;
	}
}

.lang_select {
	text-align: right;
	font-size: 80%;
}
.lang {
  display: none;
}
.lang + label {
  background-color: #888;
  color: #fff;
  width: 70px;
  padding: 5px 0px 4px;
  text-align: center;
}
.lang:checked + label {
  background-color: #019966;
  font-weight: bold;
}

/* ===========================　サブページ共通 ======================================== */

.sub_title {
	color: var(--color1);
	border-bottom: 2px solid var(--color1);
	font-weight: bold;
	text-align: left;
	font-size:130%;
	margin: 5px 0px 15px;
	padding: 7px 10px 6px;
}

.sub_title img{
	width: 26px;
	margin-right: 6px;
}

.error_red{
	color: red;
	background-color: #ffc0cb;
	padding: 5px;
}

/* ===========================　回答リストスタイル ======================================== */

.qtxt{
	background: #F0F0F0;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 125%;
	clear: both;
	font-weight: bold;
}
	
.mandatory {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 70%;
	padding: 1px 2px;
	margin: 0px 1px 1px 1px;
}
	
.ans_item{
	margin: 0px 25px 15px;
}

.ans_item ul{
	margin-bottom: 15px;
}

.ans_item select{
	margin-bottom: 15px;
}

.ans_item ul li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

/* ===========================　結果画面 ======================================== */

.thanks_message{
	padding: 10px 5px;
	text-align: center;
}

/* ===========================　管理メニュー ======================================== */

.admin_menu_button{
	margin: 5px 2px 0px 0px;
	width: 120px;
	height: 35px;
	padding: 6px 0px 2px 0px;
	background-color: #c8c8c8;
	color: #000;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
.admin_menu_button:hover{
	background-color: #c8c8c8;
	border: none;
	color: #000;
}

.admin_menu_contents {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	border-top: 8px solid var(--color1);
	box-shadow: 1px 1px 1px 1px #e8e8e8;
}

.admin_sub-menu_button{
	margin: 0px;
	width: auto;
	height: auto;
	padding: 0px 5px;
	background-color: #fff;
	color: #00f;
	font-size: 90%;
	text-align: center;
}
.admin_sub-menu_button:hover{
	background-color: #fff;
	border: none;
	color: #00f;
}

.admin_sub-tab_button{
	margin: 5px 3px 0px 0px;
	width: 170px;
	height: 35px;
	padding: 6px 0px 5px 0px;
	background-color: #ddd;
	color: #000;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}
.admin_sub-tab_button:hover{
	background-color: #ddd;
	border: none;
	color: #000;
}

.admin_list_title{
	width: auto;
	margin: 3px 6px 6px;
	border-bottom:2px solid var(--color1);
	font-size: 120%;
	font-weight: bold;
}

.admin_list{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 90%;
}
.admin_list tr{
	height: 100%;
	vertical-align: middle;
}
.admin_list th{
	padding: 3px 1px;
	background-color: #fff;
	line-height: 1.3
}
.admin_list th div{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.admin_list td{
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.admin_list td div{
	height: 100%;
	margin: 0px;
	padding: 5px 0px;
}

.admin_search_result{
	width: 98%;
	table-layout: fixed;
	margin: 0px auto;
	border: none;
	font-size: 90%;
}

.admin_search_result th{
	padding: 4px;
	text-align: center;
	word-wrap: break-word;
	border-bottom:1px solid #aaa;
	background-color: #eee;
	position: -webkit-sticky;
	position: sticky;
	white-space: nowrap;
	top: -6px;
	z-index: 1;
}

.admin_search_result td{
	text-align: center;
	word-wrap: break-word;
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	padding: 3px;
}

.admin_search_result td.title{
	width: 12%;
	background-color: #eee;
	font-weight: bold;
}

.admin_search_result button{
	margin: 2px;
	width: 50px;
	height: 22px;
	padding: 2px 3px 0px 3px;
	background-color: #e0e0e0;
	color: #000;
	font-size: 95%;
}
.admin_search_result button:hover{
	background-color: #c8c8c8;
	border: none;
	color: #000;
}

.search_result_paging{
	margin-top: 15px;
	text-align: center;
}
.search_result_paging .lr{
	display: inline-block;
}
.search_result_paging .lr div{
	width: 120px;
	font-size: 80%;
}
@media only screen and (max-width: 768px){
	.search_result_paging .lr div{
		width: 45px;
	}
}
.search_result_paging .lr div button{
	margin-bottom: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	color: #000;
	font-size: 110%;
	text-decoration: underline;
}
.search_result_paging .center{
	display: inline-block;
	margin: 20px 10px 0px;
}
@media only screen and (max-width: 768px){
	.search_result_paging .center{
		margin: 10px 4px 0px;
	}
}
.search_result_paging .center div{
	display: inline-block;
}
.search_result_paging .center div button{
	margin-bottom: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	color: #000;
	text-decoration: underline;
}

.admin_view_detail_button{
	margin: 0px 1px;
	padding: 5px 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #0000ff;
	font-size: 95%;
	text-align: center;
}
.admin_view_detail_button:hover{
	background-color: #ffe0eb;
	color: #0000ff;
}

/* ===========================　管理画面 ======================================== */

.breadcrumb{
	margin: 5px 3px 12px;
	font-size: 100%;
	color:#373737;
}
.breadcrumb div{
	display: inline-block;
	background-color: #fff;
	color: #000;
	margin: 0px 10px;
	padding: 0px;
	font-size: 80%;
	line-height: 1;
}
.breadcrumb button{
	background-color: #fff;
	color: #000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1;
}
.breadcrumb button:hover{
	background-color: #fff;
	color: #000;
}

.admin_title{
	margin: 10px 5px 15px;
	font-size: 140%;
	color:#333;
	font-weight: bold;
}

.admin_subtitle{
	margin: 20px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
}

.admin_update{
	text-align: center;
}

.admin_upload_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 90%;
}

.admin_upload_table th{
	padding: 2px 0px;
	background-color: #e8e8e8;
	border: 1px solid #ddd;
}

.admin_upload_table td{
	padding: 2px;
	text-align: center;
	height: 32px;
	border: 1px solid #ddd;
}

.sadmin_sidemenu_area {
	position: fixed;
	top:37px;
	left: 0;
	width: 16vw;
	height: 100vh;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size:90%;
}

.sadmin_sidemenu_button {
	width: 85%;
	margin: 2px;
	padding: 1px;
	border: #eee 1px solid;
	color: #fff;
	font-size: 90%;
	background-color: rgba(0, 0, 0, 0);
}
.sadmin_sidemenu_button:hover{
	background-color: #aaa;
}

.sadmin_main_area {
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	top:37px;
	left: 16vw;
	width: 84vw;
	padding: 5px 10px 50px 10px;
	font-size: 90%;
}

.sadmin_top_list {
	width: 98%;
	margin: 10px auto 5px;
	table-layout: fixed;
	border: 1px #aaa solid;
	border-collapse: collapse;
	font-size: 95%;
}
.sadmin_top_list th {
	padding: 6px 8px;
	border: 1px #aaa solid;
	background-color: #ddd;
	line-height: 1.3;
}
.sadmin_top_list td {
	padding: 6px 8px;
	border: 1px #aaa solid;
	background-color: #fff;
	line-height: 1.3;
}

.sadmin_category_header{
	text-align: left;
	margin: 10px 10px 2px;
	padding-bottom: 3px;
	font-size: 110%;
	border-bottom: 1px solid var(--color1);
	color: var(--color1);
	font-weight: bold;
}

.sadmin_sub_category_header{
	text-align: left;
	margin: 10px 10px 0px;
	font-size: 110%;
	color: var(--color1);
	font-weight: bold;
}
.sadmin_sub_category_header::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	margin-right: 0.5em;
}

.sadmin_customer_table{
	vertical-align: top;
	margin: 5px auto 10px;
	width: 98%;
	border: none;
	table-layout: fixed;
}
.sadmin_customer_table th{
	padding: 3px;
	border-bottom:1px solid #e0e0e0;
	background-color: #f0f0f0;
	font-size: 85%;
	position: -webkit-sticky;
	position: sticky;
	white-space: nowrap;
	top: -6px;
	z-index: 1;
}
.sadmin_customer_table td{
	padding: 5px;
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
	font-size: 95%;
	word-break: break-all;
}
.sadmin_customer_table td.title{
	width: 12%;
	background-color: #eee;
	font-weight: bold;
}
.sadmin_customer_table input{
	margin: 0px;
}
.sadmin_customer_table tr:hover td{
  background-color: #ffdfff;
}

.sadmin_toggle{
	font-size: 100%;
	line-height: 1.0;
	text-align: left;
}
.sadmin_toggle img{
	position: relative;
	height: 18px;
}

.sadmin_change_history_box{
	margin: -8px 0px 3px 20px; 
}
.sadmin_change_history_toggle{
	font-size: 90%;
	line-height: 1.0;
	text-align: left;
	font-weight: bold;
}
.sadmin_change_history_list{
	margin: 0px -8px 8px 0px;
	border-left: 1px solid #888;
}

.sadmin_sub-area{
	width: auto;
	margin: 0px 10px;
	text-align: left;
}

.sadmin_sub-tab{
	margin: 5px 3px 0px 0px;
	width: 170px;
	height: 35px;
	padding: 6px 0px 5px 0px;
	background-color: #ddd;
	color: #000;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}
.sadmin_sub-tab:hover{
	background-color: #ddd;
	border: none;
	color: #000;
}

.sadmin_sub-tab_area {
	width: auto;
	padding: 10px 5px;
	border-top: 8px solid var(--color1);
	box-shadow: 0px 0px 1px 1px #ddd;
}

.sadmin_customer_detail_contents{
	padding: 4px 8px 8px;
	text-align: center;
}
.sadmin_customer_detail_contents table{
	width: 100%;
	border: none;
	margin-bottom: 5px;
}
.sadmin_customer_detail_contents select{
	height: 2.1rem;
	font-size: 90%;
}
.sadmin_customer_detail_contents button{
	padding: 2px 8px;
	font-weight: bold;
}

.sadmin_button_layout_parent{
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

.sadmin_button_layout_child_right{
	position: absolute;
	bottom: -30px;
	right: 10px;
}

.sadmin_button_layout_child_left{
	position: absolute;
	bottom: -30px;
	left: 10px;
}

.sadmin_go_button{
	width: 120px;
    background: linear-gradient(#fd9757,#fd7737);
    background: -moz-linear-gradient(top,#fd9757 0%,#fd7737);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd9757), to(#fd7737));
    border: thin #aaa solid;
	border-radius: 3px;
	font-size: 90%;
	font-weight: normal;
    color: #fff;
    padding: 1px 0px 1px 6px;
	margin: 0px;
	cursor: pointer !important;
}
.sadmin_go_button:hover{
	background:#888;
}
.sadmin_go_button::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 4px 4px 0px 0px;
}

.sadmin_back_button{
	width: 120px;
    background: linear-gradient(#eee,#ccc);
    background: -moz-linear-gradient(top,#eee 0%,#ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    border: thin #aaa solid;
	border-radius: 3px;
	font-size: 90%;
	font-weight: normal;
    color: #000;
    padding: 1px 6px 1px 0px;
	margin: 0px;
	cursor: pointer !important;
}
.sadmin_back_button:hover{
	color: #555;
	background: #fff;
}
.sadmin_back_button::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
	float: left;
	margin: 4px 0px 0px 4px;
}

.sadmin_search_key_table{
	border: none;
	margin: 0px auto;
	font-size: 90%;
}
.sadmin_search_key_table th, td{
	background-color: #fff;
	padding: 0px 5px;
}

#copyright{
	clear: both;
	display: block;
	margin: 20px 0px;
	text-align: center;
	font-size:small;
}
