@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 100%;
  line-height: 1.4em;
  background-color: #e9eede;
}
.last_year {
	background-color: rgb(175, 200, 180);
}
p {
  margin: 0 0 20px 0;
  line-height: 1.6em;
  font-size: 100%;
}
a:hover {
  color: #8C2300;
}
/************ 装飾 *******************/
.bold {
  font-weight: bold;
}
.red {
  color: #f00;
}
.white {
  color:white;
}
.yellow {
  color:#fffaac;
}
.gray {
	color: #c0c0c0;
}
.blue {
    color: blue;
}
.right {
    text-align: right !important;
}
.center {
  text-align: center;
}
.left {
  text-align: left !important;
}
.alert {
    color: red;
}
.warn {
    background-color: #FFCCCC;
}
.readonly {
	color: #c0c0c0;
	cursor: not-allowed;
}
.sp {
    display: none;
}
.vh {
	visibility:hidden;
}
.w2em{
	width: 2em;
}
.w10{
	width: 10%;
}
.w45{
	width: 45% !important;
}
.w50{
	width: 50% !important;
}
.w80{
	width: 80% !important;
}
.minw50{
  min-width: 50%;
}
.fsz70p {
  font-size: 70%;
}
.fsz120p {
  font-size: 120%;
}
.lineh12 {
	line-height: 1.2;
}
.no-wrap {
    white-space: nowrap;
}
/************ 機能 ▽ADD by YS ***********/
.imactive{
	ime-mode:active;
}
.iminactive{
	ime-mode:inactive;
}
.imdisabled{
	ime-mode:disabled;
}
.hdn {
    display: none;
}
.sbox{
	width: 120px;
    margin-left: 15px;
    line-height: 1.4em;
}
.sbtn{
    line-height: 1.4em;
}
/********** window opener 20170926 by YS***********/
.wopen {
    cursor: pointer;
    font-weight: 700;
    color: blue;
    text-decoration: underline;
    margin: 0px 3px;
}
/******** explanation box *******************************************************/
.explanation{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 18px;
  background-color: lightyellow;
  display: flex;
  justify-content: space-between;
}
.explanation ol {
  margin: initial;
}
.explanation ul {
  margin-top: 6px;
}
.explanation .tbutton {
  background: #eadbad;
  border-radius: 5px;
  margin-left: 1em;
  padding: 6px 20px;
  color: black;
  height: 1.5em;
}
.explanation .tbutton:hover {
  background: #e3ca7b;
  cursor: pointer;
}
/******** pagetop ***************************************************************/
#pagetop {
  display: none;
}
#pagetop a {
  color: #fff;
  text-decoration: none;
  background: rgba(79, 201, 218, 0.80);
  display: block;
  width: 40px;
  padding-top: 4px;
  height: 36px;
  text-align: center;
  line-height: 1.2em;
  font-size: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
}
#pagetop a i {
  display: block;
  font-size: 20px;
}
/*input*/
input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
}
/******** login *************/
#login .logo {
  text-align: center;
}
#login {
  width: 590px;
  margin: auto;
  padding: 20px 0;
}
#login p.text {
  font-size: 14px;
}
#login h1 {
  line-height: 1.1em;
  color: #000;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
#login h1 span {
  font-size: 20px;
  display: block;
  background-color: #553000;
  /*color: #fff;*/
  line-height: 1em;
  padding: 5px;
  border-radius: 10px;
  margin-top: 5px;
}
#login h2 {
	background-color: #553000;
	font-size: 18px;
	line-height: 1em;
	padding: 7px;
}
.admin #login h1 span {
  background-color: #553000;
  height: 50px;
  line-height: 50px;
  color: white;
}
#login form {
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px;
}
#login .message {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px;
}
#login form h3,
.registration form h3 {
  font-weight: normal;
  font-size: 18px;
  border-left: 3px solid #02b5f8;
  padding: 7px;
  background-color: #d8edff;
}
.admin .registration form h3 {
  border-left: 3px solid #505ad7;
}
#login form p {
  /*margin-bottom: 0;*/
}
#login label {
  color: #000;
  font-size: 14px;
}
#login input[type=text],
#login input[type=email],
#login input[type=password] {
  font-size: 20px;
  width: 98%;
  width: calc(100% - 16px);
  padding: 8px;
  margin: 2px 0 16px;
}
#login input[type=submit],
.registration input[type=submit],
#mail_regist {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  background-color: #a87636;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
#login input[type=submit]:hover,
.registration input[type=submit]:hover,
#mail_regist:hover {
  background-color: #80541b;
}
#login input[type=reset],
#login input[type=button]:not(#mail_regist),
.registration input[type=reset],
.registration input[type=button] {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
#login input[type=reset]:hover,
#login input[type=button]:not(#mail_regist):hover,
.registration input[type=reset]:hover,
.registration input[type=button]:hover {
  background-color: #999;
}
/* ADD by YS*/
#login input.error {
    background-color: #FFF0F1;
}
#login p.attribute {
    margin-bottom: 10px;
}
#login .note {
    font-size: 14px;
    margin: 0 20px;
}
.registration .version {
    font-size: 10px;
    text-align: left;
    margin-bottom: initial;
}
#info {
    /*border: 1px solid #D6C4AD;*/
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    background-color: #CCDDFD;
}
#info h3 {
	margin: 0 auto 12px auto;
    text-align: center;
}
#info p {
	margin: initial;
}

/******** agreement *************/
#agreement .logo {
  text-align: center;
}
#agreement {
  width: 600px;
  margin: auto;
  padding: 20px 0;
}
#agreement p {
  font-size: 18px;
}
#agreement h1 {
  line-height: 1.1em;
  color: #000;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
#agreement h1 span {
  font-size: 20px;
  display: block;
  background-color: #02b5f8;
  color: #fff;
  line-height: 1em;
  padding: 5px;
  border-radius: 10px;
  margin-top: 5px;
}
#agreement h2 {
	font-size: 18px;
}
#agreement form {
  width: calc(100% - 40px);
  max-width: 520px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px;
}
#agreement .message {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px;
}
#agreement form h3 {
  font-weight: normal;
  font-size: 18px;
  border-left: 3px solid #02b5f8;
  padding-left: 7px;
}
#agreement form p {
  /*margin-bottom: 0;*/
}
#agreement label {
  color: #000;
  font-size: 14px;
}
#agreement input[type=text],
#agreement input[type=email],
#agreement input[type=password] {
  font-size: 20px;
  width: 98%;
  width: calc(100% - 16px);
  padding: 8px;
  margin: 2px 0 16px;
}
#agreement input[type=submit] {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  background-color: #f06445;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
#agreement input[type=submit]:hover {
  background-color: #db5437;
}
#agreement input[type=reset],
#agreement input[type=button]:not(#mail_regist) {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
#agreement input[type=reset]:hover,
#agreement input[type=button]:not(#mail_regist):hover {
  background-color: #999;
}
#agreement input.error {
    background-color: #FFF0F1;
}
#agreement p.attribute {
    margin-bottom: 10px;
}
#agreement .note {
    font-size: 14px;
    margin: 0 20px;
}
#agreement p.alert {
  margin-top: 20px;
  color: #f00;
  text-align: center;
}
#agreement p.forget {
  margin-top: 10px;
  text-align: center;
}
#agreement p.info {
  font-size: 14px;
  border-top: 1px solid #968e7e;
  border-bottom: 1px solid #968e7e;
  padding: 1em 0;
}
#agreement p.two_buttons {
  display: flex;
  justify-content: space-between;
}
#agreement p.two_buttons input {
  width: 46% !important;
}
#agreement ol.nest {
  padding-left: 2em;
}
#agreement ol.nest li {
  list-style-type: none;
  counter-increment: cnt;
}
#agreement ol.nest li::before {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em;
  width: 2em;
}

#regulations {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 20px auto 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
#regulations div.text {
  margin-bottom: 1.8em;
  padding-left: 2em;
}
#regulations ol {
  margin-bottom: 2em;
}
#regulations ol li {
  margin-bottom: 0.8em;
}

/******** mailaddress ***********************/
#mail_regist:disabled {
    background-color: #dadada !important;
}
.actmail{
	width: 80%;
	margin: 0 auto;
}
.actmail label{
	font-size: 85%;
	color:	blue;
}
button[type=button].mail_btn {
	background-color: #85B200;
	padding: 5px 5px;
    font-size: 0.8em;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 0 10px;
}
button[type=button].mail_btn:hover {
    /*background-color: #85B200;*/
    background-color: #49a9d4;
}

/******** regist ***********************/
.registration input[type=button].blue,
main input[type=button].blue,
main input[type=submit].blue {
  background-color: #02b5f8;
}
.registration input[type=button].blue:hover,
main input[type=button].blue:hover,
main input[type=submit].blue:hover {
  background-color: #30a6b6;
}
.registration input.small_button,
main input.small_button {
  font-size: 14px !important;
  max-width: 150px !important;
  padding: 5px 0 !important;
}
main input.smaller_button {
  font-size: 14px !important;
  max-width: 100px !important;
  padding: 5px 8px !important;
  width: initial !important;
}
/***** Add by YS ******/
#sup_pass{
	font-size: 80%;
	clear: left;
}
#regist_form select:disabled{
	background-color: #c0c0c0;
}
#regist_form .mail {
	color: #98a8ff;
	cursor: not-allowed;
}
#regist_form .zokusei {
	color: #98a8ff;
	cursor: not-allowed;
	font-size: 20px;
}
.btn-type-count{
	margin-left: 7px;
	margin-bottom: 3px;
	padding: 0 3px 0 3px;
}
.utiwake {
	float: left;
	margin-left: 30px;
	line-height: 2em;
	font-size: 80%;
}
#user_pass {
	width: 90%;
}
.db_gray {
	color: gray;
	margin-right: 5px;
}
#mail_regist:disabled {
	background-color: #dadada;
}

/************************************/
#login p.alert,
.confirm p.alert {
  margin-top: 20px;
  color: #f00;
  text-align: center;
}
#login p.forget {
  margin-top: 10px;
  text-align: center;
}
#login p.info {
  font-size: 14px;
  border-top: 1px solid #968e7e;
  border-bottom: 1px solid #968e7e;
  padding: 1em 0;
}
#login p.two_buttons,
.registration p.two_buttons,
main p.two_buttons {
  display: flex;
  justify-content: space-between;
}
#login p.two_buttons input,
.registration p.two_buttons input,
main p.two_buttons input {
  width: 46% !important;
}
.registration {
  width: calc(100% - 40px);
  max-width: 780px;
  margin: 0 auto 0 auto;
  padding: 30px 30px 10px 30px;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.registration .left_column {
  width: 75%;
}
.registration .right_column {
  width: 25%;
}
/*copyright*/
.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  color: #000;
}
/*dialog*/
.ui-dialog {}
.dialog {
  font-size: 15px;
}
/* ▽ADD by YS*/
.dialog input.error {
    background-color: #FFF0F1;
}
.dialog p {
    margin-bottom: 0;
}
#loading-view {
 /* 領域の位置やサイズに関する設定 */
 width: 100%;
 height: 100%;
 z-index: 9999;
 position: fixed;
 top: 0;
 left: 0;
 /* 背景関連の設定 */
 background-color: #000000;
 filter: alpha(opacity=65);
 -khtml-opacity: 0.65;
 opacity: 0.65;
 background-image: url(../images/loading.gif);
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
/* △ADD by YS*/
/*wrapper*/
.wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*header*/
header {
  background-color: #2c5160;
  width: 100%;
  width: calc(100% - 40px);
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #2c5160;
  color: #fff;
}
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header h1 {
  font-size: 16px;
  color: #fff;
  margin: 4px 0 4px 0;
  padding: 0 0 0 24px;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 20px 21px;
  float: left;
}
header h1 span {
  font-size: 16px;
}
header input[type=submit] {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #f06445;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
header input[type=submit]:hover {
  background-color: #db5437;
}
header .user .fa {
  color: #02b5f8;
  margin-right: 5px;
}
.admin header .user .fa {
  color: yellow;
}
/************ main *****************************************/
main {
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}
main h2 {
  width: 100%;
  width: calc(100% - 20px);
  margin: 0 auto 20px;
  padding: 15px 10px 10px;
  font-size: 24px;
  background-color: #02b5f8;
  color: #fff;
  border-radius: 5px;
}
main h2 span {
  font-size: 20px;
  color: yellow;
}
main input[type=text], main input[type=password],
.registration input[type=text],
.registration input[type="password"]
 {
  font-size: 24px;
  width: 98%;
  width: calc(100% - 6px);
  padding: 3px;
  margin: 0;
}
#passw,
.registration input[type=password] {
  width: 85%;
}
.ui-widget input[type=text], .ui-widget input[type=password] {
  font-size: 20px;
  width: 98%;
  width: calc(100% - 6px);
  padding: 3px;
  margin: 0;
}
main textarea, .ui-widget textarea {
  font-size: 20px !important;
  width: 98%;
  width: calc(100% - 6px);
  padding: 3px;
  margin: 0;
  height: 10em;
}
main select, .ui-widget select {
  font-size: 18px;
  padding: 3px;
}
main input[type=text].short,
.ui-widget input[type=text].short
{
  width: 150px;
}
main input[type=text].shorter {
  width: 50px;
}
main input[type=text].middle {
  width: 70%;
}
main p.btn {
  text-align: center;
  margin-top: 30px;
}
main p.btn02 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
main input[type=submit] {
  padding: 10px 0;
  width: 200px;
  font-size: 20px;
  background-color: #f06445;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
}
main input[type=submit]:hover {
  background-color: #db5437;
}
main input[type=button],
main input[type=reset] {
  padding: 10px 0;
  width: 200px;
  font-size: 20px;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
}
main input[type=button]:hover,
main input[type=reset]:hover {
  background-color: #999;
}
main input[type=button].green {
  background-color: #f06445;
}
main input[type=button].green:hover {
  background-color: #db5437;
}
main input[type=button].yellow {
  background-color: #F4B010;
}
main input[type=button].yellow:hover {
  background-color: #D9A300;
}
main input[type=button].import {
  padding: 10px 0;
  width: 200px;
  font-size: 14px;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}
main input[type=button].import:hover {
  background-color: #999;
}
main .btn02 input[type=button] {
  padding: 5px 0;
  width: 120px;
  font-size: 18px;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 0;
}
main p.alert {
  margin-bottom: 10px;
  color: #f00;
}
.ui-widget p.alert {
  margin-top: 10px;
  color: #f00;
  text-align: center;
}
/*main #search_button,
main #listall_button {
  background-color: #f06445;
}
main #search_button:hover,
main #listall_button:hover {
  background-color: #db5437;
}*/
.box01 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #733600;
  border-radius: 0 0 5px 5px;
}
.admin .box01 {
  border: 1px solid #505ad7;
}
table.table01 {
  border-top: 1px dotted #CCC5B9;
  border-collapse: collapse;
  width: 100%;
}
table.table01 th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 10px;
  background-color: #F4F4F4;
  color: #333;
  width: 11em;
}
.ui-widget table.table01 th {
  width: 8em;
}
table.table01 th.certificate {
  background-color: #E3F3D3;
}
table.table01 td {
  border-bottom: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 10px;
}
table.table01 td.error input[type=text] {
  background-color: #FFF0F1;
}
.caution1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.caution1 span.space {
  margin-right: 1em;
}
.caution2 {
  text-align: center;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 20px;
  background: white;
  border: 1px solid #ece1ce;
  border-radius: 5px;
}
.caution3 {
    text-align: center;
    float: left;
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 80%;
    font-weight: bold;
}
a.accordion1 {
  display: block;
  background-color: #01B3F6;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}
a.accordion1:hover {
  background-color: #1295DD;
}
.accordion_div {
  display: none;
}
.accordion_div_confirm {
  margin-top: 30px;
}
/*tab*/
ul.tab {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
ul.tab li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20%;
}
.admin ul.tab li {
  width: 33.33%;
}
ul.tab li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ece1ce;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #333;
  position: relative;
  font-size: 0.95rem;
}
ul.tab li a.disable {
	background: #ececec;
	color: lightgray;
	cursor: not-allowed;
}
ul.tab li a:not(.disable):hover {
  background: #e8c676;
}
ul.tab li a:not(.disable) i {
  color: #1295DD;
  margin-right: 5px;
}
.admin ul.tab li a i {
  color: #505ad7;
}
ul.tab li.cr a {
  background: #733600;
  border: 1px solid #733600;
  color: #fff;
}
.admin ul.tab li.cr a {
  background: #505ad7;
  border: 1px solid #505ad7;
}
ul.tab li.cr a i {
  color: yellow;
}
.sub_area {
  margin-bottom: 20px;
}
.sub_area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sub_area h3 {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #02b5f8;
  font-weight: normal;
}
.sub_area a {
  float: right;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.sub_area a:hover {
  text-decoration: underline;
}
.sub_area a i {
  color: #1295DD;
  margin-right: 5px;
}
/********** table02 *************************/
table.table02 {
  border-top: 1px dotted #000000;
  border-left: 1px dotted #000000;
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}
table.table02 tr:nth-child(odd) {
	background-color: #f7f7f7;
  /*background-color: #f9f9f9;*/
}
table.table02 th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #000000;
  border-right: 1px dotted #000000;
  vertical-align: middle;
  padding: 5px;
  background-color: #ececec;
  /*background-color: #F4F4F4;*/
  color: red;
}
/*th.twocell {
  display: flex;
}*/
.sort_ka,.sort_ha,.sort_sa {
  margin-left: 1em;
  color: black;
}
.sort_kd,.sort_hd,.sort_sd {
  margin-left: 5px;
  color: black;
}
.sort_ka:hover,.sort_kd:hover,
.sort_ha:hover,.sort_hd:hover,
.sort_sa:hover,.sort_sd:hover {
  cursor:pointer;
  color: #02b5f8;
}
table.table02 td {
  border-bottom: 1px dotted #000000;
  border-right: 1px dotted #000000;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
table.table02 td.txt_l {
  text-align: left;
}
table.table02 td.txt_r {
  text-align: right;
}
table.table02 span.star {
  color: yellow;
}
table.table02 .payment {
  font-size: 20px !important;
  width: 6em !important;
}
/************ table03 **************************/
table.table03 {
  border-top: 1px dotted #CCC5B9;
  border-left: 1px dotted #CCC5B9;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
table.table03 tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.table03 th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #F4F4F4;
  color: #333;
}
table.table03 td {
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
}
table.table03 td div {
	font-size: 12px;
}
table.table03 td input {
  font-size: 20px;
  width: calc(100% - 16px);
  padding: 8px;
  margin: 0;
}
table.table03 td input[type=radio] {
  width: initial;
  margin: initial;
}
table.table03 td.caption {
  background-color: black;
  color: white;
  border-radius: 5px;
  font-weight:bold;
}
/* MOD by YS*/
table.table04 td.error input,
table.table03 td.error input,
table.table03 td.error label,
table.table03 td.error textarea,
table.table03 td.error select {
    background-color: #FFF0F1;
}
/*table04*/
table.table04 {
  border-top: 1px dotted #CCC5B9;
  border-left: 1px dotted #CCC5B9;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
table.table04:first-child {
  margin-top: 0;
}
table.table04 th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #ddf8fc;
  color: #333;
}
table.table04 td {
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
}
table.table04 td input {
  font-size: 20px;
  width: calc(100% - 16px);
  padding: 8px;
  margin: 0;
}
/*syousyo*/
table.syousyo {
  border-top: 1px dotted #CCC5B9;
  border-left: 1px dotted #CCC5B9;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
table.syousyo th {
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px;
  font-weight: normal;
  background-color: #e6f7ff;
}
table.syousyo.seikyu th {
  background-color: #fff5ff;
}
table.syousyo.ryousyu th {
  background-color: #efffe8;
}
table.syousyo td {
  border-bottom: 1px dotted #CCC5B9;
  border-right: 1px dotted #CCC5B9;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
table.syousyo td  input {
  width: 60px;
}
/*num btn*/
a.num {
  display: block;
  border: #1295DD solid 1px;
  min-width: 2em;
  padding: 3px 0;
  margin: 0 auto;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #5ac9fc 0%, #1295dd 100%);
  background: -webkit-linear-gradient(top, #5ac9fc 0%, #1295dd 100%);
  background: linear-gradient(to bottom, #5ac9fc 0%, #1295dd 100%);
  text-decoration: none;
  color: #fff;
}
a.num:hover {
  border: #0059B2 solid 1px;
  background: -moz-linear-gradient(top, #009ae8 0%, #0075d6 100%);
  background: -webkit-linear-gradient(top, #009ae8 0%, #0075d6 100%);
  background: linear-gradient(to bottom, #009ae8 0%, #0075d6 100%);
}
a.trash {
  display: block;
  border: #ccc solid 1px;
  width: 2em;
  padding: 3px 0;
  margin: 0 auto;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  text-decoration: none;
  color: #333;
}
a.trash:hover {
  border: #999 solid 1px;
  background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
}
/*sub btn*/
.sub_btn {
  margin: 10px 0 0 0;
  padding: 0;
}
.sub_btn a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin-right: 30px;
}
.sub_btn a:hover {
  text-decoration: underline;
}
.sub_btn a i {
  color: #1295DD;
  margin-right: 5px;
}
.box02 {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}
.box02 p {
  margin-bottom: 10px;
}
.box03 {
    margin: 10px auto 0px auto;
    padding: 15px;
	border: 1px solid #ccc;
    border-radius: 5px;
	text-align: center;
    font-size: 12px;
}
.box03 p {
    margin-bottom: 5px;
}
.swipe_msg {
  display: none;
}
.columns_two_third {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.columns_two_third .left_column {
  width: 100%;
}
.columns_two_third .right_column {
  width: 22%;
}
.columns_one_third {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
/*.columns_one_third .one_column {
  max-width: 32%;
}*/
.columns_half {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.columns_half .one_column {
  width: 49%;
}

.belong {
  margin-bottom: 20px;
  font-size: 24px;
}
.top_button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
.top_button li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_button li a {
  display: block;
  width: 100%;
  border: 1px solid #e8c676;
  color: #333;
  text-decoration: none;
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  background-color: #fcf8ea;
  margin-bottom: 20px;
}
.top_button li a.disable {
  border: 1px solid lightgray;
  background-color: #ececec;
  color: lightgray;
  cursor: not-allowed;
}
.top_button li a:not(.disable):hover {
  background-color: #e8c676;
}
.top_button li a i {
  font-size: 30px;
  margin-bottom: 10px;
}
.columns_two_third .left_column .top_button li {
  width: 49%;
}
.columns_two_third .right_column .top_button {
  display: block;
}
.columns_two_third .right_column .top_button li a {
  padding: 17px 0;
}
p span.underline {
  border-bottom: 1px solid #505ad7;
}

/************ ローディング画面 *******************/
#overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 100px;
  height: 100px;
  border: 10px #ddd solid;
  border-top: 10px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 1.2s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/************ Keyword Search ***************************/
#search_form {
  font-size: 90%;
}
.search_history {
  font-size: 13px;
  color: blueviolet;
}
/* △ADD by YS*/
@media (max-width: 360px) {
	header #menu-hdrnav ul {
		padding: initial;
	    clear: left;
	}
}
