@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Font
	 3. Base
	 4. Layout
	 5. Module
	 6. Theme
	 7. Header
	 8. Footer
	 9. Index
	10. Login
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, a {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Font
-------------------------------------------------- */
/*
 * Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

/* --------------------------------------------------
	 3. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #ea8381;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="password"] {
  margin: 5px auto;
  padding: 6px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 5px 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
button {
  position: relative;
  display: inline-block;
  margin: 5px auto;
  padding: 10px 20px;
  min-width: 150px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  background-color: #ea8381;
  border: 1px solid #ea8381;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  background-color: #fff;
  color: #ea8381;
}

input[type="button"] + input,
input[type="submit"] + input,
button + button,
.basic_btn + .basic_btn {
  margin-left: 0.5em;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

p {
  min-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

@media all and (min-width: 740px) {
  html {
    font-size: 16px;
  }
}

@media all and (max-width: 939px) {
  html {
    font-size: 14px;
  }
  input[type="button"],
  input[type="submit"],
  button {
    margin: 1% auto;
    padding: 5px 15px;
    min-width: inherit;
  }
  input[type="button"] + input,
  input[type="submit"] + input,
  button + button {
    margin-left: 0.5em;
  }
}

/* --------------------------------------------------
	 4. Layout
-------------------------------------------------- */
#all {
  overflow: hidden;
}

#header,
#content,
#footer {
  clear: both;
}

#header .inner,
#content .inner,
#footer .inner {
  position: relative;
  margin: 0 auto;
}

#content {
  padding: 0;
  position: relative;
  left: 0;
  margin-left: 245px;
  min-height: 100%;
  background: #fff;
}

article {
  padding: 40px;
}

#breadline {
  display: block;
  background: #e6e6e6;
  padding: 0 1em;
}

#breadline li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
}

#breadline li::after {
  content: "＞";
  margin: 0 10px;
}

#breadline li:last-child::after {
  display: none;
}

@media only screen and (max-width: 939px) {
  #content {
    margin-left: 0;
  }
  article {
    padding: 20px 20px 40px;
  }
  #breadline {
    font-size: 0.75rem;
  }
}

/* --------------------------------------------------
	 5. Module
-------------------------------------------------- */
.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.color_pink {
  color: #e6374b;
}

h2 {
  font-weight: bold;
  font-size: 1.875rem;
  margin: 2em auto 10px;
}

h4 {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 1em;
  position: relative;
  padding: 3px 0 3px 35px;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 2px solid #e5e5e5;
}

h5 {
  color: #ea8381;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
}

h6 {
  color: #ea8381;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}

.asterisk {
  font-size: 100%;
  font-weight: 500;
  text-indent: -1.0em;
  padding-left: 1em;
}

.columns_image_auto {
  text-align: center;
  margin: 2em 0;
}

table {
  width: 100%;
}

table.basic_table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

table.basic_table th,
table.basic_table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

table.basic_table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ea8381;
}

table.basic_table thead th {
  line-height: 1.4;
  background: #ea8381;
  color: #fff !important;
  text-align: center;
}

table.basic_table tbody.text_center th,
table.basic_table tbody.text_center td {
  text-align: center;
}

div.focus_text, div.attention_text {
  margin: 1em auto;
  padding: 1.5em 2em;
  font-size: 0.9375rem;
}

div.focus_text .title, div.attention_text .title {
  margin-bottom: .1em;
  font-weight: bold;
  font-size: 1.5rem;
}

div.attention_text {
  background-color: #f9d2d5;
  color: #ed1c24;
}

div.completion_text, div.error_text{
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #f0ffef;
  border: 1px solid #8be083;
  color: #318629;
}

div.error_text{
  background-color: #fff2f2;
  border: 1px solid #e62727;
  color: #b11111;
  font-weight: 700;
}


ul.inline > li,
ol.inline > li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3em;
}

ul.basic_ul {
  margin-left: 1em;
}

ul.basic_ul > li {
  position: relative;
  padding-left: .25em;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1em;
  top: .65em;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ea8381;
  border: 2px solid #ea8381;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul {
  list-style: disc;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ul.basic_ul.red {
  color: #ff0000;
}

ul.basic_ul.red > li::before {
  background-color: #ff0000;
  border: 2px solid #ff0000;
}

ol.basic_ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: li;
}

ol.basic_ol > li {
  padding-left: .5em;
  font-weight: 500;
  counter-increment: li;
}

ol.basic_ol > li::before {
  content: counter(li) ".";
  color: #ea8381;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .25em;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  color: #ea8381;
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
  margin-bottom: 2em;
}

pre {
  white-space: normal;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.basic_btn {
  position: relative;
  display: inline-block;
  margin: 5px auto;
  padding: 10px 20px;
  min-width: 150px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  background-color: #ea8381;
  border: 1px solid #ea8381;
  border-radius: 5px;
}

.pagination {
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
}

.pagination ul li > a,
.pagination ul li > span {
  color: #323232;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  min-width: 34px;
  height: 34px;
  padding: 5px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}

.pagination ul li > a {
  color: #323232;
  text-decoration: none;
  background-color: #fff;
}

.pagination ul li > span {
  color: #fff;
  font-weight: bold;
  background-color: #323232;
}

.pagination ul li.next > a:hover::before, .pagination ul li.next > a:hover::after, .pagination ul li.prev_news > a:hover::before, .pagination ul li.prev_news > a:hover::after, .pagination ul li.prev > a:hover::before, .pagination ul li.prev > a:hover::after, .pagination ul li.next_old > a:hover::before, .pagination ul li.next_old > a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination ul li.next > a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination ul li.next_old a::before, .pagination ul li.next_old a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination ul li.next_old a::before {
  right: .8em;
}

.pagination ul li.prev a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagination ul li.prev_news a::after, .pagination ul li.prev_news a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagination ul li.prev_news a::before {
  left: .8em;
}

.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  min-height: calc(80vh - 100px);
}

.frame .content {
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 4em 2em;
}

@media all and (min-width: 740px) {
  table.fixed {
    table-layout: fixed;
  }
  table .basic_table th:empty, table .basic_table td:empty {
    height: 1rem;
  }
  .basic_btn {
    font-size: 1rem;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
  .basic_btn:hover {
    color: #ea8381 !important;
    background-color: #fff;
    cursor: pointer;
  }
  .pagination a {
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
  .pagination a:hover {
    color: #fff;
    background-color: #323232;
  }
  .pagination li.next > a::after, .pagination li.prev > a::after {
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
}

@media only screen and (max-width: 739px) {

  .table_frame {
    margin-bottom: 2em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_frame::-webkit-scrollbar {
    height: 10px;
  }
  .table_frame::-webkit-scrollbar-thumb {
    background-color: #ea8381;
    border-radius: 5px;
  }
  .table_frame table {
    margin-bottom: 0 !important;
    width: auto;
  }
  .table_frame th,
  .table_frame td {
    white-space: nowrap;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  table.fixed {
    table-layout: fixed;
  }
  div.focus_text .title, div.attention_text .title {
    font-size: 1.125rem;
    margin-bottom: .5em;
  }
  .basic_btn{
      margin: 1% auto;
      padding: 5px 15px;
      min-width: inherit;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"] {
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
  color: #4d4d4d;
}

select {
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/image/admin/icon_arrow.png) center right 10px no-repeat;
}

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

input[type="text"],
input[type="password"],
textarea {
  width: 100%;
}

input[name="zip1"],
input[name="zip2"] {
  width: 5em;
}

.buttons {
  text-align: center;
}

.input_file input[type="file"] {
  display: none;
}

.input_file label {
  background: #ea8381;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input_file label::after {
  content: "ファイルが選択されていません";
  font-size: 1rem;
  color: #4d4d4d;
  height: 20px;
  width: 250px;
  position: absolute;
  left: 100px;
}

.input_file label:hover {
  opacity: 0.7;
}

.input_file.changed label::after {
  content: "";
}

.input_file .filename {
  font-size: 1rem;
  margin-left: 0.5em;
}

input[type="text"].calendar_select {
  max-width: 250px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/image/admin/icon_calendar.png) center right 10px no-repeat;
}

.essential {
  color: #dc8080;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 939px) {
  .input_file label {
    background: #ea8381;
    color: #fff;
    padding: 5px 20px;
  }
  .input_file label::after {
    left: 80px;
  }
}

/* --------------------------------------------------
	 7. Header
-------------------------------------------------- */
#header {
  margin: 0;
  padding: 0;
  background-color: #fef6f6;
}

#header::before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fef6f6;
  border-right: 1px solid #fef6f6;
}

#header .page_title {
  color: #323232;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.5em 2em;
}

#header h1 {
  left: 60px;
  bottom: 50px;
  position: absolute;
}

#header h1 a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 125px;
  height: 106px;
  max-width: 100%;
  background: transparent url(/image/admin/img_logo.png) no-repeat center center;
  background-size: contain;
}

.global_menu {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fef6f6;
}

.global_menu .nav {
  display: initial;
}

.global_menu .nav > li {
  border-top: 1px solid #c8c8c8;
}

.global_menu .nav > li > a {
  font-weight: bold;
}

.global_menu .nav > li:last-child {
  border-bottom: 1px solid #c8c8c8;
}

.global_menu li {
  list-style: none;
}

.global_menu li a, .global_menu li span {
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding: 1.2em 2.5em;
  color: #323232;
  text-decoration: none;
  cursor: pointer;
}

.global_menu li a:hover {
  color: #ea8381;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global_menu li .category_name {
  padding: 1.2em 2.5em 0;
}

.global_menu li strong {
  display: block;
  font-weight: bold;
  padding-left: 1.2em;
  background: no-repeat left center;
  background-size: auto 15px;
}

.global_menu li.user .category_name strong {
  background-image: url(/image/admin/icon_user.png);
}

.global_menu li.company .category_name strong {
  background-image: url(/image/admin/icon_corporate.png);
}

.global_menu li.news .category_name strong {
  background-image: url(/image/admin/icon_news.png);
}

.global_menu li.logout a strong {
  background-image: url(/image/admin/icon_logout.png);
}

.global_menu li.logout a:hover strong {
  background-image: url(/image/admin/icon_logout_hover.png);
}

.global_menu .submenu {
  overflow: hidden;
  background-color: #fef6f6;
  padding: .3em 0 1.2em;
}

.global_menu .submenu a, .global_menu .submenu span {
  padding: 0 2.5em 0 4em;
  border-top: none;
  font-weight: 500;
}

.global_menu .submenu:last-child a, .global_menu .submenu:last-child span {
  border-bottom: none;
}

@media all and (min-width: 940px) {
  #header {
    width: 245px;
    left: 0;
    position: absolute;
  }
  #header .inner {
    height: 100%;
    padding-bottom: 380px;
  }
}

@media only screen and (max-width: 939px) {
  #header {
    width: 100%;
    position: relative;
  }
  #header::before {
    display: none;
  }
  #header h1 {
    left: inherit;
    bottom: inherit;
    position: relative;
    text-align: center;
    padding: 20px;
  }
  #header h1 a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 100px;
    height: 80px;
    margin: 0 auto;
    max-width: 100%;
    background: transparent url(/image/admin/img_logo.png) no-repeat center center;
    background-size: contain;
  }
  .global_menu li {
    list-style: none;
  }
  .global_menu li a, .global_menu li span {
    padding: 0.5em 1em;
  }
  .global_menu li .category_name {
    padding: 0.5em 1em;
  }
  .global_menu li strong {
    padding-left: 1.4em;
  }
  .global_menu .submenu a {
    padding-left: 2.6em;
  }
}

/* --------------------------------------------------
	 8. Footer
-------------------------------------------------- */
#footer {
  margin-left: 300px;
}

#footer .copyright {
  padding: 1em 0;
  font-size: 0.75rem;
  text-align: center;
}

@media only screen and (max-width: 939px) {
  #footer {
    margin-left: 0;
  }
  #footer .copyright {
    padding: 1.2em 0;
    font-size: 0.75rem;
  }
}

/* --------------------------------------------------
	 9. Index
-------------------------------------------------- */
body.index #breadline {
  display: none;
}

article .box_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

article .box_list_top li {
  width: 31%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 1%;
  padding: 20px;
}

article .box_list_top li a {
  width: 100%;
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  max-width: 225px;
  font-size: 1rem;
  color: #323232;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  background-color: #fff;
  border: 1px solid #323232;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

article .box_list_top li a:hover {
  background-color: #ea8381;
  color: #fff;
  border: 1px solid #ea8381;
}

article .input_table table {
  font-size: 0.875rem;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  margin: 1em auto;
}

article .input_table table thead th, article .input_table table thead td {
  color: #fff;
  font-weight: bold;
  background-color: #ea8381;
}

article .input_table table th, article .input_table table td {
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
}

article .input_table table td{
  text-align: left;
}

article .input_table table td label + label {
  margin-left: 2em;
}

article .input_table table td .error{
  text-align: left;
  color: #ff0000;
}

article .input_table table td table + table {
  margin-left: 2em;
}

article .input_table table td.text_left {
  text-align: left;
}

article .input_table .w_180 {
  width: 180px;
}

article .input_table .btn_register {
  text-align: center;
  margin-top: 25px;
}

article .list_table {
  font-size: 0.875rem;
}

article .list_table input[type="button"],
article .list_table input[type="submit"],
article .list_table button {
  font-size: 0.875rem;
  padding: 2px 20px;
  margin: 0 0.5em;
  min-width: 60px;
}

article .list_table input[type="button"].edit,
article .list_table input[type="submit"].edit,
article .list_table button.edit {
  background-color: #969696;
  border: 1px solid #969696;
}

article .list_table input[type="button"].edit:hover,
article .list_table input[type="submit"].edit:hover,
article .list_table button.edit:hover {
  background-color: #fff;
  color: #969696;
}

article .list_table input[type="button"].delete,
article .list_table input[type="submit"].delete,
article .list_table button.delete {
  background-color: #ea0000;
  border: 1px solid #ea0000;
}

article .list_table input[type="button"].delete:hover,
article .list_table input[type="submit"].delete:hover,
article .list_table button.delete:hover {
  background-color: #fff;
  color: #ea0000;
}

article .list_table .basic_table th:last-child, article .list_table .basic_table td:last-child {
  width: 210px;
  text-align: center;
}

article .calendar {
  max-width: 400px;
}

article .calendar .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article .calendar .pagination li.next > a, article .calendar .pagination li.prev > a {
  width: 60px;
  height: inherit;
}

article .calendar .pagination li.next > a {
  padding: 0 1em 0 0;
}

article .calendar .pagination li.next > a::after {
  right: 5px;
}

article .calendar .pagination li.prev > a {
  padding: 0 0 0 1em;
}

article .calendar .pagination li.prev > a::before {
  left: 5px;
}
article .calendar .calendar_table {
  table-layout: fixed !important;
}

article .calendar .calendar_table tbody th, article .calendar .calendar_table tbody td {
  padding: 0.25em;
}

article .calendar .calendar_table tbody th:first-child, article .calendar .calendar_table tbody td:first-child {
  color: #ed1c24;
}

article .calendar .calendar_table tbody th:last-child, article .calendar .calendar_table tbody td:last-child {
  color: #194178;
}

article .calendar .calendar_table tbody th {
  background: #fff;
}

article .calendar .calendar_table tbody td {
  text-align: center;
}


article .search_box {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  padding: 2em 4em;
  background: #c8c8c8;
  text-align: center;
}

article .search_box h3{
  font-weight: bold;
  text-align: left;
}

article .search_box .search_table th{
  min-width: 130px;
  width: 15%;
  padding: 0.5em;
}
article .search_box .search_table td{
  width: 35%;
  padding: 0.5em 1.5em 0.5em 0.5em;
}
article .search_box .search_table td select{
  width: 100%;
}
article .search_box input[type="button"],
article .search_box input[type="submit"],
article .search_box button {
  margin: 1em auto 0;
  background: #000;
  border-color: #000;
  border-radius: 0;
  min-width: 200px;
  vertical-align: middle;
}
article .search_box input[type="button"]:hover,
article .search_box input[type="submit"]:hover,
article .search_box button:hover {
  color: #fff;
  background-color: #333;
}


@media only screen and (max-width: 939px) {
  article .input_table table thead {
    display: none;
  }
  article .input_table table th, article .input_table table td {
    display: block;
    width: 100%;
  }
  article .input_table table th {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #ea8381;
  }
  article .input_table .w_180 {
    width: 100%;
  }
  article .list_table input[type="button"],
  article .list_table input[type="submit"],
  article .list_table button {
    margin: .2em;
  }
  article .list_table .basic_table th:last-child, article .list_table .basic_table td:last-child {
    max-width: 155px;
  }
  article .calendar {
    max-width: 400px;
  }
  article .calendar .calendar_table thead {
    display: contents;
}
  article .calendar .calendar_table th, article .calendar .calendar_table td {
    display: table-cell;
  }
}

@media only screen and (max-width: 739px) {
  article .box_list_top {
    display: block;
  }
  article .box_list_top li {
    width: 100%;
    margin: 20px 0;
  }
  article .list_table input[type="button"],
  article .list_table input[type="submit"],
  article .list_table button {
    padding: 2px 15px;
  }

  article .search_box {
    padding: 2em;
  }
  article .search_box .search_table th,
  article .search_box .search_table td{
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
  article .search_box .search_table th{
    padding-bottom: 0;
  }

}

/* --------------------------------------------------
	10. Login
-------------------------------------------------- */
body.login {
  background-color: #fef6f6;
}

body.login #content, body.login #footer {
  margin-left: 0;
}

body.login #content {
  padding: 40px 20px;
  background-color: #fef6f6;
}

body section.login .content {
  text-align: center;
}

body section.login h2 {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  color: #ea8381;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}

body section.login h3 {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  color: #4d4d4d;
  font-weight: bold;
  margin: 0 auto 0.5em;
}

body section.login input[type="text"],
body section.login input[type="password"] {
  background-color: #e6e6e6;
  border: none;
}

body section.login .basic_btn {
  margin-top: 1em;
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
  padding: 15px 20px;
}

@media only screen and (max-width: 939px) {
  body section.login h2 {
    font-size: 1.625rem;
  }
  body section.login h3 {
    font-size: 1.625rem;
  }
  body section.login .basic_btn {
    padding: 10px 15px;
    min-width: inherit;
  }
}
