@charset "UTF-8";
/* フォント */
/* 角の丸み */
/* 色 */
/*
Reset Stylesheet
*/
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,
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,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
p {
  letter-spacing: 0.02em;
  line-height: 1.3em;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:disabled,
select:disabled,
textarea:disabled {
  color: inherit;
  opacity: 0.7;
}
input:disabled:after, input:disabled:before,
select:disabled:after,
select:disabled:before,
textarea:disabled:after,
textarea:disabled:before {
  opacity: 0.7;
}
input:disabled + .ECM_CheckboxInput-DummyInput,
select:disabled + .ECM_CheckboxInput-DummyInput,
textarea:disabled + .ECM_CheckboxInput-DummyInput {
  opacity: 0.7;
}

/*common*/
html {
  scroll-padding-top: 105px;
  min-width: 320px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  overflow-x: hidden;
  font-size: clamp(9px, 3.3vw, 17px);
  color: #333;
  background-color: #f8f6ef;
}

body {
  padding-top: 105px;
}

li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.frame {
  width: 96%;
  max-width: 1000px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

.dl_btn {
  position: absolute;
  top: 1.2em;
  right: 4.5%;
  height: 1em;
  width: 1em;
  font-size: 200%;
  z-index: 2;
}
.dl_btn button {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .dl_btn {
    top: 0.5em;
  }
}

.frame2 {
  width: 96%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

.frame-full {
  width: 96%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}
a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
a:hover {
  opacity: 0.6;
}

h1 {
  font-size: clamp(16px, 5.5vw, 180%);
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-left: 1em;
}
h1 span {
  font-size: 70%;
}

h2 {
  font-size: clamp(16px, 5.5vw, 180%);
  font-weight: 900;
  letter-spacing: 0.1em;
  border-left: 8px solid #db9a3c;
  padding-left: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
h2 span {
  font-size: 70%;
}

.btn_area + h2 {
  margin-top: 0.8em;
}

h3 {
  font-size: 180%;
  font-weight: 900;
  margin-bottom: 1em;
}

h4 {
  font-size: 120%;
  font-weight: 900;
  padding: 0.2em 0;
}

h5 {
  width: 100%;
  font-size: 130%;
  font-weight: 900;
  padding: 0em 0 0.5em 0.7em;
  border-bottom: 1px solid #666;
  border-left: 6px solid #666;
  margin: 1em auto;
}

p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  padding: 0.3em 0 0.8em;
}

.font-s {
  font-size: 80%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  margin: 0.6em 0;
  padding: 0.8em 1.2em;
  letter-spacing: 0.1em;
  font-weight: 900;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  text-align: center;
  width: auto;
  vertical-align: middle;
  border: 0px solid #000;
  position: relative;
  line-height: 1em;
  font-size: 130%;
}
.btn.c1, .btn.c2 {
  background-color: #fff;
  color: #333;
  padding: 0.8em 1.2em 0.8em 0.2em;
}
.btn.c1:after, .btn.c2:after {
  content: "▶";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
  margin: auto 0;
  height: 1.7em;
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .btn.c1, .btn.c2 {
    padding-right: 0.2em;
  }
}
.btn.c1 {
  border: 3px solid #80c244;
}
.btn.c1:after {
  color: #80c244;
}
.btn.c2 {
  border: 3px solid #db9a3c;
}
.btn.c2:after {
  color: #db9a3c;
}
.btn.c3 {
  border: 3px solid #666;
  background-color: #fff;
  color: #666;
}
.btn.c3:after {
  color: #666;
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_area .btn {
  font-size: clamp(1px, 2.3vw, 130%);
  width: 24%;
  margin-right: 1.33%;
}
.btn_area .btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 100%;
    letter-spacing: 0.1em;
  }
  .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn_area .btn {
    margin-left: 0;
    width: 49%;
    margin-right: 2%;
    margin-top: 0;
    font-size: clamp(9px, 3.3vw, 17px);
  }
  .btn_area .btn:nth-child(2n) {
    margin-right: 0%;
  }
}
.hissu {
  position: relative;
}
.hissu::after {
  position: relative;
  bottom: 0.2em;
  content: "必須";
  display: inline-block;
  margin-left: 3px;
  background-color: #851e1e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 9px 3px;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hissu::after {
    width: 2.5em;
    margin-top: 0.5em;
  }
}

.scroll-out {
  overflow-x: scroll;
  padding-bottom: 4em;
}
.scroll-out table {
  min-width: 1900px;
}

.type_7 .scroll-out table {
  min-width: 1150px;
}

.type_9 .scroll-out table {
  min-width: 1400px;
}

.type_10 .scroll-out table, .type_11 .scroll-out table, .type_12 .scroll-out table {
  min-width: 1150px;
}

.type_19 .scroll-out table {
  min-width: 900px;
}

.table_type1 {
  width: 100%;
  table-layout: fixed;
  width: 100%;
}
.table_type1.loop th,
.table_type1.loop td {
  white-space: nowrap span;
  white-space-display: inline-block;
  white-space-width: 100%;
  white-space-height: 100%;
  white-space-padding: 0.2em;
  white-space-margin-left: 0 !important;
  white-space-border-radius: 0 !important;
}
.table_type1.loop th select,
.table_type1.loop td select {
  text-align: center;
}
.table_type1.loop th:nth-child(2),
.table_type1.loop td:nth-child(2) {
  width: 100%;
}
.table_type1.loop th:nth-child(3), .table_type1.loop th:nth-child(4),
.table_type1.loop td:nth-child(3),
.table_type1.loop td:nth-child(4) {
  width: 100%;
}
.table_type1.loop th:last-child,
.table_type1.loop td:last-child {
  width: 100%;
  background-color: #333;
  padding: 0;
}
.table_type1.loop th:last-child a,
.table_type1.loop td:last-child a {
  color: #fff;
  padding: 0.4em;
  width: auto;
}
.table_type1.loop td:last-child {
  background-color: transparent;
}
.table_type1.loop td:last-child a {
  color: #333;
}
.table_type1 th {
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.table_type1 td .ECM_CheckboxInput-DummyInput {
  width: 25px;
  height: 25px;
}
.table_type1 td .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  top: 40%;
  left: 54%;
}
.table_type1 td .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  top: 40%;
  left: 55%;
}
.table_type1 th,
.table_type1 td {
  font-size: 85%;
  text-align: center;
  border-bottom: 1px solid #565c66;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  padding: 0.2em;
  width: 100%;
  vertical-align: middle;
}
.table_type1 th .requir,
.table_type1 td .requir {
  border-color: #851e1e;
}
.table_type1 th .mitei,
.table_type1 td .mitei {
  color: #bdbdbd;
}
.table_type1 th:nth-child(1),
.table_type1 td:nth-child(1) {
  width: 3em;
}
.table_type1 th:nth-child(2),
.table_type1 td:nth-child(2) {
  width: 3em;
}
.table_type1 th:nth-child(2) span,
.table_type1 td:nth-child(2) span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.7em 0.2em;
  margin-left: 0 !important;
  border-radius: 0 !important;
}
.table_type1 th:nth-child(3),
.table_type1 td:nth-child(3) {
  width: 10em;
}
.table_type1 th:last-child,
.table_type1 td:last-child {
  width: 5em;
  background-color: #666;
  padding: 0;
}
.table_type1 th:last-child a,
.table_type1 td:last-child a {
  color: #fff;
  padding: 0.4em;
  width: auto;
  border-radius: 3px;
}
.table_type1 th {
  font-size: 60%;
  padding: 0.7em 0.2em;
}

.radio_area {
  padding: 0.8em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio_area label {
  display: inline-block;
  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;
  width: 9em;
  font-size: 1.2em;
  font-weight: 600;
}
.radio_area label input {
  margin-right: 1em;
}
.radio_area label input:disabled + p {
  opacity: 0.7;
}
.radio_area label p {
  border-radius: 6px;
  padding: 0.3em 0.8em;
  border: 4px solid #666;
}
.radio_area label + label {
  margin-left: 0.4em;
}

textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
select {
  display: block;
  max-width: 400px;
  background-color: #fff;
  width: 99%;
  margin: 0.4em 0.2em;
  padding: 0.9em 0.3em;
  border: 4px solid #666;
  border-radius: 6px;
  font-size: 110%;
  font-weight: 700;
}

input[type=password] {
  margin-bottom: 0;
}
input[type=password] + p {
  margin-top: 0.3em;
  margin-bottom: 2em;
  padding-top: 0;
  color: red;
}

p.red {
  color: red;
}

.tt {
  position: relative;
  cursor: pointer;
  font-size: 0.9em;
  color: #4682b4;
}
.tt .dt {
  width: 150px;
  /* 横幅 */
  position: absolute;
  left: 50%;
  top: 110%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 8px;
  background-color: #666;
  border: 2px solid #333;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.tt:hover .dt {
  top: 120%;
  visibility: visible;
  opacity: 1;
}

.sp {
  display: none !important;
}

.ECM_CheckboxInput {
  display: inline-block;
  cursor: pointer;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
  height: 0;
  display: block;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: dashed 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .font-s {
    display: block;
    padding: 0.3em 0 0.8em;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*header*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 105px;
  padding: 5px 0;
  top: 0;
  z-index: 10;
}
header h1 {
  padding: 0 1em 0 0.6em;
}
header .header_box {
  line-height: 1.2em;
}
header .header_box p:first-child {
  font-size: 80%;
  padding-bottom: 0.2em;
}
header .frame {
  padding-right: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  header {
    padding: 2px 0;
  }
  header > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  header > .flex > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header figure {
    display: block;
    width: 40px;
  }
  header h2 {
    text-align: center;
    padding-left: 0.1em;
  }
  header .header_box {
    padding: 0.4em 0 0 0.2em;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_box p:first-child {
    padding-right: 1em;
  }
}
article {
  margin: clamp(8px, 4.5%, 3rem) auto;
  min-height: calc(100vh - 135px - 8.8em);
}
article .frame {
  display: block;
  padding: clamp(8px, 4.5%, 3rem);
  background-color: #fff;
}

/*footer*/
footer {
  padding: 3em 0 0.5em;
  background-color: #333;
  color: #fff;
  font-size: clamp(12px, 77%, 3rem);
}
footer .footer_menu {
  width: 100%;
  max-width: 600px;
  margin: 0rem auto 3em;
  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;
}
footer .footer_menu li {
  width: 33.3%;
  border-right: 1px solid #fff;
}
footer .footer_menu li:last-child {
  border-right: 0px solid #fff;
}
footer .footer_menu li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.4em 0;
  color: #fff;
  font-weight: 700;
}
footer p {
  text-align: center;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 20;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 47px;
  height: 47px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 19px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  padding-top: 105px;
  border-top: 12px solid #80c244;
  border-bottom: 12px solid #80c244;
}
nav.globalMenuSp figure {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: auto;
}
nav.globalMenuSp .close_menu {
  border: 5px solid #333;
  border-radius: 12px;
  width: 70%;
  max-width: 550px;
  top: auto;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0.7em 0;
  height: auto;
  font-size: 140%;
  letter-spacing: 0.3em;
  font-weight: 900;
  position: absolute;
  cursor: pointer;
}
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-size: 200%;
  background-color: #fff;
  width: 100%;
  margin: 0.2rem auto;
  border: 4px solid #666;
  border-radius: 6px;
  height: auto;
}
nav.globalMenuSp ul li a {
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  font-size: clamp(14px, 5vw, 1.5rem);
  width: 100%;
  letter-spacing: 0.12em;
}
nav.globalMenuSp ul li a span {
  font-size: 70%;
}
nav.globalMenuSp ul li:nth-child(1) a {
  color: #80c244;
}
nav.globalMenuSp ul li:nth-child(2) a {
  color: #db9a3c;
}
nav.globalMenuSp ul li:nth-child(3), nav.globalMenuSp ul li:nth-child(4), nav.globalMenuSp ul li:nth-child(5), nav.globalMenuSp ul li:nth-child(6) {
  font-size: 80%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}

@media screen and (max-width: 768px) {
  .hamburger {
    right: 2%;
  }
}
/*index*/
#index .index_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#index .index_menu li {
  margin: clamp(5px, 2%, 1rem) 0;
  border-radius: 12px;
  font-size: 200%;
  border: 5px solid #666;
}
#index .index_menu li:nth-child(1) {
  border-color: #80c244;
}
#index .index_menu li:nth-child(1) a {
  color: #80c244;
}
#index .index_menu li:nth-child(2) {
  border-color: #db9a3c;
}
#index .index_menu li:nth-child(2) a {
  color: #db9a3c;
}
#index .index_menu li:nth-child(1), #index .index_menu li:nth-child(2) {
  position: relative;
  width: 47.5%;
  height: auto;
}
#index .index_menu li:nth-child(1):before, #index .index_menu li:nth-child(2):before {
  content: "";
  display: block;
  padding-top: 100%;
}
#index .index_menu li:nth-child(1) a, #index .index_menu li:nth-child(2) a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  font-size: clamp(16px, 5.5vw, 180%);
  text-align: center;
}
#index .index_menu li:nth-child(1) a span, #index .index_menu li:nth-child(2) a span {
  display: block;
}
#index .index_menu li:nth-child(1) a span:nth-child(1), #index .index_menu li:nth-child(2) a span:nth-child(1) {
  font-size: 40%;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  padding-bottom: 0.3em;
  font-weight: 700;
}
#index .index_menu li:nth-child(1) a span:nth-child(2), #index .index_menu li:nth-child(2) a span:nth-child(2) {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-weight: 900;
}
#index .index_menu li:nth-child(1) a b, #index .index_menu li:nth-child(2) a b {
  padding-top: 0.1em;
  letter-spacing: 0.08em;
  font-size: 76%;
  font-weight: 900;
  margin-right: -1em;
}
#index .index_menu li:nth-child(3), #index .index_menu li:nth-child(4), #index .index_menu li:nth-child(5), #index .index_menu li:nth-child(6) {
  width: 100%;
}
#index .index_menu li:nth-child(3) a, #index .index_menu li:nth-child(4) a, #index .index_menu li:nth-child(5) a, #index .index_menu li:nth-child(6) a {
  font-weight: 900;
  text-align: center;
  padding: 1em;
  display: block;
  font-size: clamp(14px, 5vw, 3rem);
  width: 100%;
  letter-spacing: 0.12em;
}

/* confirm */
#accounting_management .menu1,
#item_management .menu1,
#place_management .menu1 {
  margin: 2rem 0;
}
#accounting_management .menu1 li,
#item_management .menu1 li,
#place_management .menu1 li {
  border-radius: 12px;
  border: 5px solid #666;
  margin: 1rem auto;
}
#accounting_management .menu1 li a,
#item_management .menu1 li a,
#place_management .menu1 li a {
  display: block;
  width: 100%;
  font-weight: 900;
  text-align: center;
  padding: 1em;
  display: block;
  font-size: clamp(14px, 4vw, 2rem);
  width: 100%;
  letter-spacing: 0.12em;
}

/* login */
#login .frame {
  text-align: center;
}
#login .frame h2 {
  border-left: 0;
  padding-left: 0;
}
#login .frame input {
  margin-left: auto;
  margin-right: auto;
}

/* lists */
.list_type1 {
  width: 100%;
  margin-bottom: 1em;
}
.list_type1 tr {
  border-bottom: 1px solid #999;
}
.list_type1 tr:nth-child(odd) {
  background-color: #f8f8f3;
}
.list_type1 td,
.list_type1 th {
  font-size: 130%;
  padding: 0.4em 0.3em;
  text-align: center;
}
.list_type1 td a,
.list_type1 th a {
  padding: 0.2em 0.4em;
}
.list_type1 th {
  background-color: #222;
  color: #fff;
}
.list_type1 tr td:first-child, .list_type1 tr td:nth-child(4),
.list_type1 tr th:first-child,
.list_type1 tr th:nth-child(4) {
  padding: 0.4em 0.2em;
  text-align: center;
}

.list_type2 li {
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_type2 li:nth-child(odd) {
  background-color: #f8f8f3;
}
.list_type2 li span {
  display: block;
  width: 100%;
  text-align: center;
  border-left: 1px dotted #999;
}
.list_type2 li span:nth-child(1) {
  width: 16%;
}
.list_type2 li span:nth-child(2) {
  text-align: left;
  padding-left: 0.3em;
  width: 50%;
}
.list_type2 li span:nth-child(3) {
  width: 90%;
}
.list_type2 li span:nth-child(4) {
  width: 55%;
}
.list_type2 li span:nth-child(5) {
  width: 24%;
}
.list_type2 li span:nth-child(6) {
  width: 24%;
}
.list_type2 li span:last-child {
  border-right: 1px dotted #999;
}
.list_type2 li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0;
  font-size: 90%;
}
.list_type2 li:first-child {
  background-color: #222;
  color: #fff;
  padding: 0.3em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_type2 li:first-child span {
  display: block;
  text-align: center;
}

.list_type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1px, 1.7vw, 19px);
}
@media screen and (max-width: 768px) {
  .list_type3 {
    font-size: clamp(9px, 2.7vw, 17px);
  }
}
.list_type3 li {
  margin: clamp(5px, 2%, 1rem) 0;
  border-radius: 12px;
  font-size: 1.8em;
  border: 3px solid #666;
  width: 31%;
  aspect-ratio: 1/1;
  margin-right: 2%;
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 800;
  line-height: 1.3em;
  padding: 0;
}
.list_type3 li:nth-child(3n) {
  margin-right: 0;
}
.list_type3 li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list_type3 li span {
  text-align: center;
  padding-bottom: 1.5em;
}
.list_type3 li a {
  position: absolute;
  bottom: 0.8em;
  border-radius: 0.3em;
  font-weight: 600;
  padding: 0.7em 0.8em;
  text-align: center;
  font-size: 0.56em;
  width: 42%;
}
.list_type3 li a:nth-child(2) {
  left: 0.8em;
  background-color: #80c244 !important;
}
.list_type3 li a:nth-child(3) {
  right: 0.8em;
}

#document_browse_m-list .cum,
#document_browse_m-list-inport .cum {
  margin: 1em 0;
}
#document_browse_m-list .cum th,
#document_browse_m-list .cum td,
#document_browse_m-list-inport .cum th,
#document_browse_m-list-inport .cum td {
  border: 1px solid #333;
  padding: 0.4em;
}
#document_browse_m-list .cum th,
#document_browse_m-list-inport .cum th {
  font-weight: normal;
}
#document_browse_m-list .cum td,
#document_browse_m-list-inport .cum td {
  font-weight: bold;
  background-color: #fefefe !important;
  font-size: 130%;
}
#document_browse_m-list .tt,
#document_browse_m-list-inport .tt {
  font-size: 1em;
}
#document_browse_m-list .tt .dt,
#document_browse_m-list-inport .tt .dt {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4em;
  padding: 1em;
}
#document_browse_m-list .form1,
#document_browse_m-list-inport .form1 {
  border-radius: 12px;
  padding: 2% 4%;
  background-color: #eee;
  margin-bottom: 2em;
}
#document_browse_m-list .form1 .flex,
#document_browse_m-list-inport .form1 .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#document_browse_m-list .form1 .flex .box,
#document_browse_m-list-inport .form1 .flex .box {
  margin-right: 1%;
}
#document_browse_m-list .form1 .flex .box select,
#document_browse_m-list .form1 .flex .box input,
#document_browse_m-list-inport .form1 .flex .box select,
#document_browse_m-list-inport .form1 .flex .box input {
  margin-top: 0.3em;
}
#document_browse_m-list .form2 > label,
#document_browse_m-list-inport .form2 > label {
  display: inline-block;
  margin-left: 1.2em;
  margin-bottom: 0.8em;
  font-size: 80%;
}
#document_browse_m-list.type_2 tr td:nth-child(4), #document_browse_m-list.type_2 tr td:nth-child(5), #document_browse_m-list.type_2 tr td:nth-child(6), #document_browse_m-list.type_2 tr td:nth-child(12), #document_browse_m-list.type_2 tr td:nth-child(13), #document_browse_m-list.type_2 tr td:nth-child(14),
#document_browse_m-list-inport.type_2 tr td:nth-child(4),
#document_browse_m-list-inport.type_2 tr td:nth-child(5),
#document_browse_m-list-inport.type_2 tr td:nth-child(6),
#document_browse_m-list-inport.type_2 tr td:nth-child(12),
#document_browse_m-list-inport.type_2 tr td:nth-child(13),
#document_browse_m-list-inport.type_2 tr td:nth-child(14) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_3 table,
#document_browse_m-list-inport.type_3 table {
  min-width: 7000px;
  font-size: 0.9em;
}
#document_browse_m-list.type_3 table input, #document_browse_m-list.type_3 table select,
#document_browse_m-list-inport.type_3 table input,
#document_browse_m-list-inport.type_3 table select {
  font-size: 0.9em;
  text-align: center;
}
#document_browse_m-list.type_3 table thead .wc th,
#document_browse_m-list-inport.type_3 table thead .wc th {
  width: 4em;
}
#document_browse_m-list.type_3 table thead .wc th:nth-child(-n+3),
#document_browse_m-list-inport.type_3 table thead .wc th:nth-child(-n+3) {
  width: 2.5em;
}
#document_browse_m-list.type_3 table thead .wc th:nth-child(4n),
#document_browse_m-list-inport.type_3 table thead .wc th:nth-child(4n) {
  width: 14em;
}
#document_browse_m-list.type_3 table thead .wc th:nth-child(4),
#document_browse_m-list-inport.type_3 table thead .wc th:nth-child(4) {
  width: 7em;
}
#document_browse_m-list.type_3 tr td,
#document_browse_m-list-inport.type_3 tr td {
  background-color: transparent;
  background-color: transparent;
  width: 100%;
}
#document_browse_m-list.type_3 tr td:nth-child(8n), #document_browse_m-list.type_3 tr td:nth-child(8n+1), #document_browse_m-list.type_3 tr td:nth-child(8n+2), #document_browse_m-list.type_3 tr td:nth-child(8n+3),
#document_browse_m-list-inport.type_3 tr td:nth-child(8n),
#document_browse_m-list-inport.type_3 tr td:nth-child(8n+1),
#document_browse_m-list-inport.type_3 tr td:nth-child(8n+2),
#document_browse_m-list-inport.type_3 tr td:nth-child(8n+3) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_3 tr:nth-child(3n+1) td,
#document_browse_m-list-inport.type_3 tr:nth-child(3n+1) td {
  background-color: transparent !important;
}
#document_browse_m-list.type_3 tr:nth-child(3n+1) td:nth-child(8n+1), #document_browse_m-list.type_3 tr:nth-child(3n+1) td:nth-child(8n+2), #document_browse_m-list.type_3 tr:nth-child(3n+1) td:nth-child(8n+3), #document_browse_m-list.type_3 tr:nth-child(3n+1) td:nth-child(8n+4),
#document_browse_m-list-inport.type_3 tr:nth-child(3n+1) td:nth-child(8n+1),
#document_browse_m-list-inport.type_3 tr:nth-child(3n+1) td:nth-child(8n+2),
#document_browse_m-list-inport.type_3 tr:nth-child(3n+1) td:nth-child(8n+3),
#document_browse_m-list-inport.type_3 tr:nth-child(3n+1) td:nth-child(8n+4) {
  background-color: #dbdbdb !important;
}
#document_browse_m-list.type_5 tr td:nth-child(n+16):nth-child(-n+19),
#document_browse_m-list-inport.type_5 tr td:nth-child(n+16):nth-child(-n+19) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_6 .scroll-out table,
#document_browse_m-list-inport.type_6 .scroll-out table {
  min-width: 1920px;
}
#document_browse_m-list.type_6 tr td:nth-child(n+5):nth-child(-n+8), #document_browse_m-list.type_6 tr td:nth-child(n+13):nth-child(-n+16), #document_browse_m-list.type_6 tr td:nth-child(n+21):nth-child(-n+24), #document_browse_m-list.type_6 tr td:nth-child(n+29):nth-child(-n+32), #document_browse_m-list.type_6 tr td:nth-child(n+37):nth-child(-n+40), #document_browse_m-list.type_6 tr td:nth-child(n+45):nth-child(-n+48),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+5):nth-child(-n+8),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+13):nth-child(-n+16),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+21):nth-child(-n+24),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+29):nth-child(-n+32),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+37):nth-child(-n+40),
#document_browse_m-list-inport.type_6 tr td:nth-child(n+45):nth-child(-n+48) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_6 tr td:nth-child(24),
#document_browse_m-list-inport.type_6 tr td:nth-child(24) {
  border-right: 2px double #333;
}
#document_browse_m-list.type_8 .scroll-out table,
#document_browse_m-list-inport.type_8 .scroll-out table {
  min-width: 1920px;
}
#document_browse_m-list.type_8 tr th:nth-child(2),
#document_browse_m-list-inport.type_8 tr th:nth-child(2) {
  width: 70%;
}
#document_browse_m-list.type_8 tr th:nth-child(3),
#document_browse_m-list-inport.type_8 tr th:nth-child(3) {
  width: 27%;
}
#document_browse_m-list.type_8 tr td:nth-child(n+18):nth-child(-n+31),
#document_browse_m-list-inport.type_8 tr td:nth-child(n+18):nth-child(-n+31) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_10 .scroll-out h3,
#document_browse_m-list-inport.type_10 .scroll-out h3 {
  margin-bottom: 0.5em;
}
#document_browse_m-list.type_10 .scroll-out h3 span,
#document_browse_m-list-inport.type_10 .scroll-out h3 span {
  font-size: 70%;
}
#document_browse_m-list.type_10 .scroll-out table,
#document_browse_m-list-inport.type_10 .scroll-out table {
  margin-bottom: 2em;
}
#document_browse_m-list.type_10 .scroll-out table tr th:nth-child(1),
#document_browse_m-list-inport.type_10 .scroll-out table tr th:nth-child(1) {
  width: 12em;
}
#document_browse_m-list.type_10 .scroll-out table tr th:nth-child(10),
#document_browse_m-list-inport.type_10 .scroll-out table tr th:nth-child(10) {
  width: 5em;
}
#document_browse_m-list.type_10 .scroll-out table td.nothing,
#document_browse_m-list-inport.type_10 .scroll-out table td.nothing {
  background-color: #f1e1e1;
}
#document_browse_m-list.type_12 .scroll-out table td,
#document_browse_m-list-inport.type_12 .scroll-out table td {
  font-size: 65%;
}
#document_browse_m-list.type_13 .scroll-out table,
#document_browse_m-list-inport.type_13 .scroll-out table {
  min-width: 1600px;
}
#document_browse_m-list.type_14 .scroll-out table,
#document_browse_m-list-inport.type_14 .scroll-out table {
  min-width: 1200px;
}
#document_browse_m-list.type_14 .scroll-out table td:nth-child(n+3):nth-child(-n+4),
#document_browse_m-list-inport.type_14 .scroll-out table td:nth-child(n+3):nth-child(-n+4) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_15 .scroll-out table,
#document_browse_m-list-inport.type_15 .scroll-out table {
  min-width: 1400px;
}
#document_browse_m-list.type_15 .scroll-out table td:nth-child(n+4):nth-child(-n+8), #document_browse_m-list.type_15 .scroll-out table td:nth-child(n+14):nth-child(-n+18), #document_browse_m-list.type_15 .scroll-out table td:nth-child(n+24):nth-child(-n+28),
#document_browse_m-list-inport.type_15 .scroll-out table td:nth-child(n+4):nth-child(-n+8),
#document_browse_m-list-inport.type_15 .scroll-out table td:nth-child(n+14):nth-child(-n+18),
#document_browse_m-list-inport.type_15 .scroll-out table td:nth-child(n+24):nth-child(-n+28) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_16 .scroll-out table,
#document_browse_m-list-inport.type_16 .scroll-out table {
  min-width: 1400px;
}
#document_browse_m-list.type_16 .scroll-out table td:nth-child(n+4):nth-child(-n+8), #document_browse_m-list.type_16 .scroll-out table td:nth-child(n+14):nth-child(-n+18),
#document_browse_m-list-inport.type_16 .scroll-out table td:nth-child(n+4):nth-child(-n+8),
#document_browse_m-list-inport.type_16 .scroll-out table td:nth-child(n+14):nth-child(-n+18) {
  background-color: #dbdbdb;
}
#document_browse_m-list.type_18 .scroll-out table,
#document_browse_m-list-inport.type_18 .scroll-out table {
  min-width: 1400px;
}
#document_browse_m-list.type_18 .scroll-out table td:nth-child(n+3):nth-child(-n+4), #document_browse_m-list.type_18 .scroll-out table td:nth-child(n+7):nth-child(-n+8),
#document_browse_m-list-inport.type_18 .scroll-out table td:nth-child(n+3):nth-child(-n+4),
#document_browse_m-list-inport.type_18 .scroll-out table td:nth-child(n+7):nth-child(-n+8) {
  background-color: #dbdbdb;
}

#document_create h2 {
  border-color: #80c244;
}
#document_create .list_type3 li {
  border-color: #80c244;
}
#document_create .list_type3 li a {
  color: #80c244;
}

#document_browse .list_type3 li {
  border-color: #db9a3c;
}
#document_browse .list_type3 li span {
  color: #db9a3c;
}
#document_browse .list_type3 li a {
  background-color: #db9a3c;
  color: #fff;
}

.list_type4 {
  margin-left: 1.3em;
}
.list_type4 li {
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .list_type1 {
    width: 100%;
  }
  .list_type1 td,
  .list_type1 th {
    font-size: 120%;
    padding: 0.4em 0em;
  }
  .list_type1 td a,
  .list_type1 th a {
    padding: 0.2em 0.4em;
  }
  .list_type1 tr th {
    font-size: 90% !important;
  }
  .list_type1 tr td:nth-child(3),
  .list_type1 tr th:nth-child(3) {
    display: none;
  }
  .list_type1 tr td:first-child, .list_type1 tr td:nth-child(4),
  .list_type1 tr th:first-child,
  .list_type1 tr th:nth-child(4) {
    padding: 0.4em 0.2em;
  }
  .list_type2 {
    font-size: 90%;
  }
  .list_type2 li > a span:nth-child(5) {
    display: none;
  }
  .list_type2 li > span a {
    padding: 0.2em 0.4em;
  }
  .list_type2 li:first-child span:nth-child(5) {
    display: none !important;
  }
  .list_type3 li {
    width: 49%;
  }
  .list_type3 li:nth-child(3n) {
    margin-right: 2%;
  }
  .list_type3 li:nth-child(2n) {
    margin-right: 0;
  }
}
/* account_create */
@media screen and (max-width: 768px) {
  #account_create ul li:first-child {
    margin-bottom: 2em;
  }
}
/* search */
.search {
  border-radius: 12px;
  background-color: #a5db9f;
  padding: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}
.search li .box {
  width: 50%;
}
.search li .box > span {
  display: inline-block;
  padding-left: 1em;
}
.search li .box input,
.search li .box select {
  margin-top: 0.35em;
}
.search li .box + .box {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .search {
    padding: 1em;
  }
  .search li .flex {
    display: block;
  }
  .search li .box {
    width: 100%;
  }
  .search li .box > span {
    display: inline-block;
  }
  .search li .box + .box {
    margin-left: 0em;
  }
}
/* acc */
.search_btn {
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 130%;
}
.search_btn:after {
  content: "▼";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  font-size: 0.7em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
  background-color: #222;
  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;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: auto 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.acc {
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: none;
}

.search_btn.is-active {
  margin-bottom: 1em;
}
.search_btn.is-active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.search_btn.is-active + .acc {
  height: auto;
  display: block;
}

/* search */
.page_nav {
  margin: 0.4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_nav li {
  width: 4.5%;
  aspect-ratio: 1/1;
  margin-right: 0.5%;
  border: 2px solid #222;
  position: relative;
  padding: 0;
}
.page_nav li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_nav li a {
  background-color: #fff;
  font-weight: bold;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_nav li:nth-child(10n) {
  margin-right: 0;
}
.page_nav li.active a {
  background-color: #222;
  color: #fff;
  pointer-events: none;
}

/* shop_create */
#shop_create p,
#shop_create_conf p,
#shop_create_comp p {
  font-size: 120%;
  font-weight: 700;
  margin: 0.4em 0;
}
#shop_create .conf,
#shop_create_conf .conf,
#shop_create_comp .conf {
  margin: 2em 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #333;
}
#shop_create .conf span,
#shop_create_conf .conf span,
#shop_create_comp .conf span {
  font-size: 180%;
}

@media screen and (max-width: 768px) {
  #shop_create .conf span,
  #shop_create_conf .conf span {
    display: block;
    padding: 0.4em 0;
    text-align: center;
  }
  #shop_create input,
  #shop_create_conf input {
    text-align: center;
  }
  #shop_create button,
  #shop_create_conf button {
    display: block;
    margin: 0.3em auto;
    width: 80%;
    max-width: 100%;
  }
}
/* document */
#document_create_in h2,
#document_create_comp h2 {
  border-color: #80c244;
}

#document_create_in input,
#document_create_in select,
#document_create_in textarea {
  max-width: 100%;
}
#document_create_in h3 {
  text-align: center;
  background-color: #80c244;
  padding: 0.9em 0;
  border-radius: 12px;
}
#document_create_in h3 br {
  display: none;
}
#document_create_in .txt_box {
  border-radius: 12px;
  border: 3px solid #666;
  padding: 2em;
  font-size: 110%;
  margin-bottom: 2em;
}
#document_create_in #sec1 {
  padding-bottom: 2em;
  border-bottom: 3px dotted #db9a3c;
  margin-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#document_create_in #sec1 .flex_box:nth-child(1) {
  width: 60%;
}
#document_create_in #sec1 .flex_box:nth-child(2) {
  width: 38%;
  margin-left: 2%;
}
#document_create_in #sec1 .flex_box:nth-child(4) {
  margin-left: 2%;
}
#document_create_in #sec2 #tuiki {
  display: inline-block;
  width: 100%;
}

#document_browse_list h2 br,
#document_browse_m-list h2 br {
  display: none;
}
#document_browse_list .search,
#document_browse_m-list .search {
  background-color: #db9a3c;
}
#document_browse_list .search li:nth-child(1) .flex input,
#document_browse_m-list .search li:nth-child(1) .flex input {
  display: inline-block;
  width: calc(100% - 3em);
}
#document_browse_list .search li:nth-child(2) .flex .box:nth-child(1),
#document_browse_m-list .search li:nth-child(2) .flex .box:nth-child(1) {
  width: 65%;
}
#document_browse_list .search li:nth-child(2) .flex .box:nth-child(2),
#document_browse_m-list .search li:nth-child(2) .flex .box:nth-child(2) {
  width: 35%;
}

@media screen and (max-width: 768px) {
  #document_browse_list .search li:nth-child(2) .flex .box:nth-child(1) {
    width: 100%;
  }
  #document_browse_list .search li:nth-child(2) .flex .box:nth-child(2) {
    width: 100%;
  }
  #document_browse_list .list_type2 .font-s {
    display: inline-block;
  }
}
.t20 {
  padding-top: 4em;
}

#document_browse_edit input,
#document_browse_edit select,
#document_browse_edit textarea,
#document_browse_info input,
#document_browse_info select,
#document_browse_info textarea {
  max-width: 100%;
}
#document_browse_edit h3,
#document_browse_info h3 {
  text-align: center;
  background-color: #db9a3c;
  padding: 0.9em 0;
  border-radius: 12px;
}
#document_browse_edit h3 br,
#document_browse_info h3 br {
  display: none;
}
#document_browse_edit .txt_box,
#document_browse_info .txt_box {
  border-radius: 12px;
  border: 3px solid #666;
  padding: 2em;
  font-size: 110%;
  margin-bottom: 2em;
}
#document_browse_edit #sec1,
#document_browse_info #sec1 {
  padding-bottom: 2em;
  border-bottom: 3px dotted #db9a3c;
  margin-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#document_browse_edit #sec1 .flex_box:nth-child(1),
#document_browse_info #sec1 .flex_box:nth-child(1) {
  width: 60%;
}
#document_browse_edit #sec1 .flex_box:nth-child(2),
#document_browse_info #sec1 .flex_box:nth-child(2) {
  width: 38%;
  margin-left: 2%;
}
#document_browse_edit #sec1 .flex_box:nth-child(4),
#document_browse_info #sec1 .flex_box:nth-child(4) {
  margin-left: 2%;
}
#document_browse_edit #sec2 .flex_box,
#document_browse_info #sec2 .flex_box {
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  #document_browse_edit #sec2 .flex_box,
  #document_browse_info #sec2 .flex_box {
    margin-top: 3em;
  }
}
#document_browse_edit #sec2 #tuiki,
#document_browse_info #sec2 #tuiki {
  display: inline-block;
  width: 100%;
}

.text_area {
  margin: 1.5em auto;
}

.flex_box_inner.linelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input .flex_box {
  margin-bottom: 2%;
  width: 49%;
  padding: 1.4em 0.5em;
  border-radius: 12px;
  background-color: rgb(250, 247, 247);
  border: 3px solid rgb(240, 231, 231);
}
.input .flex_box.w_100 {
  width: 100%;
}
.input select.em1,
.input input.em1 {
  max-width: 5.7em !important;
}
.input.type_1 .flex_box, .input.type_4 .flex_box, .input.type_5 .flex_box, .input.type_7 .flex_box, .input.type_8 .flex_box, .input.type_9 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input.type_1 .flex_box.w_100 select, .input.type_4 .flex_box.w_100 select, .input.type_5 .flex_box.w_100 select, .input.type_7 .flex_box.w_100 select, .input.type_8 .flex_box.w_100 select, .input.type_9 .flex_box.w_100 select {
  width: 100%;
  min-width: 15em;
}
.input.type_2 .flex_box .flex .box {
  width: 40%;
}
.input.type_3 .flex_box {
  font-size: 0.9em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0.3em 0.5em;
  margin-bottom: 1%;
}
.input.type_3 .flex_box p {
  position: absolute;
  left: 1.1em;
  top: 0.3em;
  display: block;
  width: auto;
  text-align: right;
  font-size: 0.7em;
}
.input.type_3 .flex_box .flex_box_inner {
  width: 30%;
}
.input.type_3 .flex_box .flex_box_inner:last-child {
  width: 100%;
}
.input.type_3 .flex_box input, .input.type_3 .flex_box select {
  display: inline-block;
  width: calc(100% - 6.5em);
  min-width: 4em;
}
.input.type_6 p + input {
  margin-top: 0;
}
.input.type_10 .flex_box, .input.type_12 .flex_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input.type_10 .flex_box .box, .input.type_12 .flex_box .box {
  width: 48%;
}
.input.type_13 .flex_box {
  display: block;
}
.input.type_20 .flex_box {
  width: 100%;
}
.input.type_20 .flex_box .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.input.type_20 .flex_box .flex .box {
  margin-left: 1%;
  margin-right: 1%;
}
.input.type_20 .flex_box .flex .box:first-child {
  margin-left: 0;
}
.input.type_20 .flex_box .flex .box:last-child {
  margin-right: 0;
}
.input.type_20 .form_26 select,
.input.type_20 .form_26 input,
.input.type_20 .form_38 select,
.input.type_20 .form_38 input,
.input.type_20 .form_48 select,
.input.type_20 .form_48 input {
  width: 32%;
}
.input.type_20 .form_26 .flex,
.input.type_20 .form_38 .flex,
.input.type_20 .form_48 .flex {
  display: block;
}
.input.type_20 .form_26 .flex > .flex_box_inner,
.input.type_20 .form_38 .flex > .flex_box_inner,
.input.type_20 .form_48 .flex > .flex_box_inner {
  width: 100%;
}
.input.type_20 .form_26 .flex2,
.input.type_20 .form_38 .flex2,
.input.type_20 .form_48 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input.type_20 .form_26 .flex2 .box2,
.input.type_20 .form_38 .flex2 .box2,
.input.type_20 .form_48 .flex2 .box2 {
  margin-left: 1%;
  margin-right: 1%;
}
.input.type_20 .form_26 .flex2 .box2:first-child,
.input.type_20 .form_38 .flex2 .box2:first-child,
.input.type_20 .form_48 .flex2 .box2:first-child {
  margin-left: 0;
}
.input.type_20 .form_26 .flex2 .box2:last-child,
.input.type_20 .form_38 .flex2 .box2:last-child,
.input.type_20 .form_48 .flex2 .box2:last-child {
  margin-right: 0;
}
.input.type_20 .form_26 .flex2 .box2 select,
.input.type_20 .form_26 .flex2 .box2 input,
.input.type_20 .form_38 .flex2 .box2 select,
.input.type_20 .form_38 .flex2 .box2 input,
.input.type_20 .form_48 .flex2 .box2 select,
.input.type_20 .form_48 .flex2 .box2 input {
  width: 100%;
}

.scroll {
  overflow-x: auto;
}
.scroll table {
  min-width: 1400px;
}

@media screen and (max-width: 768px) {
  .input .flex_box {
    font-size: 90%;
    padding: 1.2em 0.6em;
  }
  .input .flex_box h4 {
    line-height: 1.3em;
  }
  .input.type_1, .input.type_4, .input.type_5, .input.type_7, .input.type_8, .input.type_9 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .input.type_1 .flex_box, .input.type_4 .flex_box, .input.type_5 .flex_box, .input.type_7 .flex_box, .input.type_8 .flex_box, .input.type_9 .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .input.type_1 .flex_box h4, .input.type_4 .flex_box h4, .input.type_5 .flex_box h4, .input.type_7 .flex_box h4, .input.type_8 .flex_box h4, .input.type_9 .flex_box h4 {
    margin-bottom: 0.5em;
  }
  .input.type_2, .input.type_3, .input.type_6, .input.type_15, .input.type_16 {
    display: block;
  }
  .input.type_2 .flex_box, .input.type_3 .flex_box, .input.type_6 .flex_box, .input.type_15 .flex_box, .input.type_16 .flex_box {
    width: 100%;
  }
  .input.type_10 .flex_box {
    width: 100%;
  }
  .input.type_10 .flex_box, .input.type_12 .flex_box {
    width: 100%;
    display: block;
  }
  .input.type_10 .flex_box .box, .input.type_12 .flex_box .box {
    width: 100%;
  }
  .input.type_20 .flex_box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .input.type_20 .flex_box .flex .box {
    margin-left: 0%;
    margin-right: 0%;
  }
  .input.type_20 .form_26 select,
  .input.type_20 .form_26 input,
  .input.type_20 .form_38 select,
  .input.type_20 .form_38 input,
  .input.type_20 .form_48 select,
  .input.type_20 .form_48 input {
    width: 100%;
  }
  .input.type_20 .form_26 .flex2,
  .input.type_20 .form_38 .flex2,
  .input.type_20 .form_48 .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .input.type_20 .form_26 .flex2 .box2,
  .input.type_20 .form_38 .flex2 .box2,
  .input.type_20 .form_48 .flex2 .box2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}
#help section,
#faq section {
  padding: 2em 0;
}
#help h5,
#faq h5 {
  margin-top: 3em;
  margin-bottom: 1em;
}
#help .link_box,
#faq .link_box {
  padding: 2.5em 1.5em;
  background-color: #f7f7f7;
}
#help .link_box ul,
#faq .link_box ul {
  margin-left: 2em;
}
#help .link_box li,
#faq .link_box li {
  list-style-type: disc;
}
#help h6,
#faq h6 {
  margin-top: 1.5em;
  font-size: 130%;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.7em;
}
#help h6:before,
#faq h6:before {
  font-family: "Font Awesome 5 Free";
  /*忘れずに*/
  content: "\f138";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0.25em;
  /*アイコンの位置*/
  top: 0.1em;
  /*アイコンの位置*/
  color: #db9a3c;
}
#help p,
#faq p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.ss,
.sz {
  margin-left: 0.3em;
  padding: 0.1em 0.4em 0.2em;
  border-radius: 4px;
}

.ss {
  color: #707070;
  background-color: #c9c1b8;
}

.sz {
  color: #fff;
  background-color: #333;
}

#document_browse_m-list-inport.type_12 .scroll-out table {
  width: auto;
}
#document_browse_m-list-inport.type_12 .scroll-out table th,
#document_browse_m-list-inport.type_12 .scroll-out table td {
  min-width: 3em;
}
#document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(3), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(12), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(21), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(30), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(39), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(48), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(57), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(66), #document_browse_m-list-inport.type_12 .scroll-out table tr td:nth-child(75) {
  min-width: 7em;
}
#document_browse_m-list-inport.type_12 .scroll-out table select {
  font-size: 90%;
  margin: 0em 0.2em 0.4em;
  padding: 0.4em 0.5em;
  border: 3px solid #666;
  width: 160px;
}

.f_min {
  font-size: 80%;
}