@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  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 {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ body ------------ */
html,
body {
  font-size: 62.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* ------------ common ------------ */
h2 {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

#note-box {
  max-width: 600px;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  text-align: center;
}

#note-box p {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

#note-box a.button {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1;
  font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  background: #71CAEF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 30px 0 0 0;
}

#note-box a.button:link, #note-box a.button:visited, #note-box a.button:active {
  text-decoration: none;
  color: #fff;
  border: none;
}

#note-box a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

#note-box-02 {
  max-width: 700px;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  text-align: center;
}

#note-box-02 p.title {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 0 0 30px 0;
}

#note-box-02 dl {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  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;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  text-align: left;
}

#note-box-02 dl dt {
  width: 120px;
}

#note-box-02 dl dt:nth-of-type(2) {
  margin: 0 0 0 20px;
}

#note-box-02 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#note-box-02 dl dd input[type='text'] {
  width: 230px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#note-box-02 dl dd input[type='text']:focus {
  outline: none;
}

#note-box-02 dl dd label {
  cursor: pointer;
}

@media (max-width: 768px) {
  #note-box-02 dl dd input[type='text'] {
    width: 100%;
    margin: 5px 0px;
  }
}

#note-box-02 dl dd label.c-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 5px 0 0;
}

#note-box-02 dl dd label.c-box input[type='checkbox'],
#note-box-02 dl dd label.c-box input[type='radio'] {
  margin: 0 15px 0 0;
}

#note-box-02 dl dd label.c-box {
  margin: 5px 5px 0 0;
}

#note-box-02 dl dd select {
  max-width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#note-box-02 dl dd select::-ms-expand {
  display: none;
}

#note-box-02 dl dd select:focus {
  outline: none;
}

#note-box-02 dl dd.wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#note-box-02 dl dd.wrap-row select,
#note-box-02 dl dd.wrap-row input {
  width: 48.5%;
}

#note-box-02 dl dd.area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#note-box-02 dl dd.area-box .wrap-box {
  width: 70%;
}

#note-box-02 dl dd.area-box .wrap-box .summary-box {
  margin: 10px 0 0 0;
}

#note-box-02 dl dd.area-box .wrap-box .summary-box select {
  width: 45%;
  margin: 0 5px 0 0;
}

#note-box-02 dl dd.area-box .wrap-box .summary-box:first-of-type {
  margin: 0;
}

#note-box-02 dl dd.area-box .wrap-box--address {
  flex-grow: 1;
}

#note-box-02 dl dd.area-box .wrap-box .summary-box--address select {
  width: 30%;
  margin-right: 0;
}

#note-box-02 dl dd.area-box button {
  width: 30%;
  border: 1px solid #0088D0;
  background: none;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #0088D0;
  text-align: center;
}

#note-box-02 dl dd.area-box.area-box--address  button {
  width: 20%;
  margin: 0;
}

#note-box-02 dl dd.area-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

#note-box-02 button.submit_button {
  width: 200px;
  padding: 20px 0;
  margin: 35px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #FF8A00;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#note-box-02 button.submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#delete-note-box {
  max-width: 600px;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  text-align: center;
}

#delete-note-box p {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

#delete-note-box a.button {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1;
  font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  background: #71CAEF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 30px 0 0 0;
}

#delete-note-box a.button:link, #delete-note-box a.button:visited, #delete-note-box a.button:active {
  text-decoration: none;
  color: #fff;
  border: none;
}

#delete-note-box a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

#template-box {
  max-width: 700px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  text-align: center;
}

#template-box .remodal-close {
  right: 0;
  left: unset;
}

#template-box .remodal-close:before {
  right: 0;
  left: unset;
}

#template-box .title {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 0 0 30px 0;
}

#template-box dl {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  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;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  text-align: left;
}

#template-box dl dt {
  width: 120px;
}

#template-box dl dt:nth-of-type(2) {
  margin: 0 0 0 20px;
}

#template-box dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#template-box dl dd input[type='text'] {
  width: 70px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#template-box dl dd input[type='text']:focus {
  outline: none;
}

#template-box dl dd label {
  cursor: pointer;
}

#template-box dl dd label.c-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 5px 0 0;
}

#template-box dl dd label.c-box input[type='checkbox'],
#template-box dl dd label.c-box input[type='radio'] {
  margin: 0 15px 0 0;
}

#template-box dl dd label.c-box:nth-of-type(n + 4) {
  margin: 5px 5px 0 0;
}

#template-box dl dd select {
  width: 50%;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#template-box dl dd select::-ms-expand {
  display: none;
}

#template-box dl dd select:focus {
  outline: none;
}

#template-box dl dd textarea {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#template-box dl dd.area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#template-box dl dd.area-box .wrap-box {
  width: 70%;
}

#template-box dl dd.area-box .wrap-box .summary-box {
  margin: 10px 0 0 0;
}

#template-box dl dd.area-box .wrap-box .summary-box select {
  width: 45%;
  margin: 0 5px 0 0;
}

#template-box dl dd.area-box .wrap-box .summary-box:first-of-type {
  margin: 0;
}

#template-box dl dd.area-box button {
  width: 30%;
  border: 1px solid #0088D0;
  background: none;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #0088D0;
  text-align: center;
}

#template-box dl dd.area-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

#template-box button.submit_button {
  width: 200px;
  padding: 20px 0;
  margin: 35px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#template-box button.submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#scout-success {
  max-width: 700px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  text-align: center;
}

#scout-success .remodal-close {
  right: 0;
  left: unset;
}

#scout-success .remodal-close:before {
  right: 0;
  left: unset;
}

#scout-success .title {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 0 0 30px 0;
}

#media-box {
  max-width: 960px;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}

#media-box h3 {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 2.8;
  font: normal 1.8rem/2.8 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 16px;
}

#media-box .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#media-box .image-list .image-item {
  display: block;
  position: relative;
  width: 15.6%;
  overflow: hidden;
  margin-bottom: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#media-box .image-list .image-item figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

#media-box .image-list .image-item.selected figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: solid 3px #71caef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#media-box .image-list .image-item.selected:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  content: '選択済み';
  font-weight: lighter;
  font-size: 12px;
  line-height: 1.6;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #71caef;
  padding: 1px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#media-box .image-list .image-item:before {
  content: '';
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

#media-box .image-list .image-item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#media-box .image-list .image-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

#media-box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}

#media-box .bottom .delete {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 16px 60px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #ed1954;
  text-decoration: unset;
}

#media-box .bottom .delete:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#media-box .bottom .select {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  font-size: 14px;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-weight: 500;
  padding: 16px 60px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #71caef;
  text-decoration: unset;
  margin: 0 auto;
}

#media-box .bottom .select:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#media-box .bottom .pagenation-box {
  margin: 0%;
}

#media-box .bottom .pagenation-box .back {
  margin-left: 0;
}

@media (max-width: 768px) {
  #media-box {
    max-width: 90%;
  }
  #media-box .image-list .image-item {
    width: 28%;
  }
  #media-box .bottom {
    margin-top: 20px;
  }
  .fancybox-content {
    padding: 20px !important;
  }
}

@media (max-width: 375px) {
  #media-box .image-list .image-item {
    width: 26%;
  }
  #media-box .bottom {
    margin-top: 10px;
  }
}

ul.pagenation-box {
  margin: 30px 0 0 0;
  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;
}

ul.pagenation-box li {
  list-style: none;
  margin: 0 15px;
  font-size: 16px;
  line-height: 1;
  font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul.pagenation-box li.back {
  width: 70px;
  height: 40px;
  color: #c7c4bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

ul.pagenation-box li.back a {
  width: 70px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

ul.pagenation-box li.back a:link, ul.pagenation-box li.back a:visited, ul.pagenation-box li.back a:active {
  background: #71CAEF;
  color: #fff;
}

ul.pagenation-box li.back a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

ul.pagenation-box li.next {
  width: 70px;
  height: 40px;
  color: #c7c4bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

ul.pagenation-box li.next a {
  width: 70px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

ul.pagenation-box li.next a:link, ul.pagenation-box li.next a:visited, ul.pagenation-box li.next a:active {
  background: #71CAEF;
  color: #fff;
}

ul.pagenation-box li.next a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

ul.pagenation-box li.active {
  color: #444;
}

ul.pagenation-box li a {
  color: #71CAEF;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

ul.pagenation-box li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (max-width: 768px) {
  ul.pagenation-box li {
    margin: 0 10px;
  }
  ul.pagenation-box li.back a {
    width: 50px;
  }
  ul.pagenation-box li.next a {
    width: 50px;
  }
}

/* ------------ #header-login ------------ */
#header-login {
  background: #444;
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-login h1 {
  display: block;
  position: relative;
  width: 400px;
}

#header-login h1 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  vertical-align: bottom;
  width: 30%;
  padding: 5px;
  height: auto;
}

#header-login h1 img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (max-width: 768px) {
  #header-login h1 img {
    width: 10%;
  }
}

/* ------------ #content-box-login ------------ */
@media (max-width: 768px) {
  #content-box-login {
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    }
}

@media (min-width: 769px) {
  #content-box-login {
    margin: 60px 0 0 0;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    }
}

#content-box-login .form-box {
  max-width: 350px;
  margin: 100px auto 0;
  text-align: center;
}

#content-box-login .form-box form p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  text-align: left;
  margin: 15px 0 0 0;
}

#content-box-login .form-box form .coution {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font: normal 1.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 4px;
}

#content-box-login .form-box form input[type='text'],
#content-box-login .form-box form input[type='password'] {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 5px 0 0 0;
}

#content-box-login .form-box form input[type='text']::-webkit-input-placeholder,
#content-box-login .form-box form input[type='password']::-webkit-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']:-ms-input-placeholder,
#content-box-login .form-box form input[type='password']:-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']::-ms-input-placeholder,
#content-box-login .form-box form input[type='password']::-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']::placeholder,
#content-box-login .form-box form input[type='password']::placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']::-webkit-input-placeholder,
#content-box-login .form-box form input[type='password']::-webkit-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']::-ms-input-placeholder,
#content-box-login .form-box form input[type='password']::-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box form input[type='text']:focus,
#content-box-login .form-box form input[type='password']:focus {
  outline: none;
}

#content-box-login .form-box form .submit_button {
  width: 100%;
  padding: 15px 0;
  margin: 30px 0 0 0;
  font-size: 16px;
  line-height: 1;
  font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  background: #71CAEF;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-appearance: button;
}

#content-box-login .form-box form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#content-box-login .form-box p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  text-align: center;
  margin: 15px 0 0 0;
}

#content-box-login .form-box p a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content-box-login .form-box p a:link, #content-box-login .form-box p a:visited, #content-box-login .form-box p a:active {
  text-decoration: underline;
  color: #0088D0;
}

#content-box-login .form-box p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#content-box-login .form-box a.button {
  width: 200px;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1;
  font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  background: #71CAEF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}

#content-box-login .form-box a.button:link, #content-box-login .form-box a.button:visited, #content-box-login .form-box a.button:active {
  text-decoration: none;
  color: #fff;
  border: none;
}

#content-box-login .form-box a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (max-width: 768px) {
  #content-box-login .form-box-02 {
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}

@media (min-width: 769px) {
  #content-box-login .form-box-02 {
    max-width: 70%;
    margin: 50px auto 0;
    text-align: center;
  }
}

#content-box-login .form-box-02 form textarea {
  width: 100%;
  height: 450px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#content-box-login .form-box-02 form textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea::-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea::placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea::-ms-input-placeholder {
  color: #b9b9b9;
}

#content-box-login .form-box-02 form textarea:focus {
  outline: none;
}

#content-box-login .form-box-02 form .submit_button {
  width: 200px;
  display: block;
  padding: 20px 0;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1;
  font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  background: #71CAEF;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-appearance: button;
}

#content-box-login .form-box-02 form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#content-box-login h2 + p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  text-align: center;
  margin: 30px 0 0 0;
}

/* -----------  - #footer-login ------------ */
#footer-login {
  background: #444;
  width: 100%;
  height: 50px;
  margin: auto 0 0 0;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-login p {
  text-align: right;
  margin: 0 0 0 auto;
  font-size: 12px;
  line-height: 1.5;
  font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #959595;
}

/* ------------ #header ------------ */
#header {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 13px;
  background: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header h1 {
  display: block;
  position: relative;
  width: 430px;
}

#header h1 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  vertical-align: bottom;
  width: 30%;
  padding: 5px;
  height: auto;
}

#header h1 img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#header h1 img.logo-h,
#header-login h1 img.logo-h {
  width: 30%;
}

#header h1 img.logo-e,
#header-login h1 img.logo-e {
  width: 28%;
}

#header h1 img.logo-d,
#header-login h1 img.logo-d {
  width: 34%;
}

#header nav#g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header nav#g-nav ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 30px 0 0;
  position: relative;
}

#header nav#g-nav ul li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header nav#g-nav ul li a:link, #header nav#g-nav ul li a:visited, #header nav#g-nav ul li a:active {
  text-decoration: none;
  color: #fff;
}

#header nav#g-nav ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#header nav#g-nav ul li a i {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#header nav#g-nav ul li:nth-child(5) {
  font-size: 13px;
  line-height: 1;
  font: normal 1.3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

#header nav#g-nav ul li:nth-child(6) {
  font-size: 12px;
  line-height: 1;
  font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  border: 1px solid #fff;
  margin: 0;
}

#header nav#g-nav ul li:nth-child(6) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 5px 10px;
  display: block;
}

#header nav#g-nav ul li:nth-child(6) a:link, #header nav#g-nav ul li:nth-child(6) a:visited, #header nav#g-nav ul li:nth-child(6) a:active {
  text-decoration: none;
  color: #fff;
}

#header nav#g-nav ul li:nth-child(6) a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #fff;
  color: #444;
}

#header nav#g-nav ul li[data-num]::before {
  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;
  content: attr(data-num);
  min-width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  font-size: 10px;
  line-height: 1;
  font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #e30000;
  border-radius: 10px;
  top: 0;
  left: -22px;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  z-index: 1;
}

#header nav#g-nav ul li[data-num='0']::before {
  display: none;
}

/* ------------ #main-wrap-box ------------ */
#main-wrap-box {
  min-width: 1200px;
  max-width: 1440px;
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  /* ------------ #side-nav ------------ */
  /* ------------ #side-nav ------------ */
}

#main-wrap-box #side-nav {
  width: 180px;
  position: relative;
  z-index: 90;
}

#main-wrap-box #side-nav ul {
  width: 180px;
  height: 100%;
  /* min-height: calc(100vh - 60px); */
  margin: 0 0 0 0;
  /* position: fixed; */
  background: #565C5F;
}

#main-wrap-box #side-nav ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-bottom: 1px solid #6b777e;
}

#main-wrap-box #side-nav ul li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 15px 0 15px 25px;
}

#main-wrap-box #side-nav ul li a:link, #main-wrap-box #side-nav ul li a:visited, #main-wrap-box #side-nav ul li a:active {
  text-decoration: none;
  color: #fff;
}

#main-wrap-box #side-nav ul li a:hover {
  background: #495256;
}

#main-wrap-box #side-nav ul li a i {
  width: 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#main-wrap-box #side-nav ul li a i img {
  margin: 0 auto;
  display: block;
}

#main-wrap-box #side-nav ul li a.here {
  background: #495256;
}

#main-wrap-box #side-nav ul li a.img_link{
  padding: 0;
}
#main-wrap-box #side-nav ul li a.img_link img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

#main-wrap-box #side-nav ul li:nth-child(n+12) {
  border: none;
  /* margin: 20px 0 0 0; */
}

/* #main-wrap-box #side-nav ul li:nth-child(13) {
  border: none;
  margin: 20px 0 0 0;
} */

#main-wrap-box #side-nav ul li:nth-child(n+12) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 15px 0 15px 25px;
  font-size: 12px;
}

/* #main-wrap-box #side-nav ul li:nth-child(13) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 15px 0 15px 25px;
  font-size: 12px;
} */

#main-wrap-box #side-nav ul li:nth-child(n+12) a:link, #main-wrap-box #side-nav ul li:nth-child(n+12) a:visited, #main-wrap-box #side-nav ul li:nth-child(n+12) a:active {
  text-decoration: none;
  color: #fff;
}

/* #main-wrap-box #side-nav ul li:nth-child(13) a:link, #main-wrap-box #side-nav ul li:nth-child(13) a:visited, #main-wrap-box #side-nav ul li:nth-child(13) a:active {
  text-decoration: none;
  color: #fff;
} */

#main-wrap-box #side-nav ul li:nth-child(n+12) a:hover {
  background: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* #main-wrap-box #side-nav ul li:nth-child(13) a:hover {
  background: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
} */

#main-wrap-box #side-nav ul li:nth-child(n+12) a i {
  width: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

/* #main-wrap-box #side-nav ul li:nth-child(13) a i {
  width: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
} */

#main-wrap-box #side-nav ul li:nth-child(n+12) a i img {
  margin: 0 auto;
  display: block;
}

/* #main-wrap-box #side-nav ul li:nth-child(13) a i img {
  margin: 0 auto;
  display: block;
} */

#main-wrap-box #content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/* ------------ #footer ------------ */
#footer {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  padding: 0 13px;
  background: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0 0 0;
  z-index: 90;
}

#footer p {
  text-align: right;
  margin: 0 0 0 auto;
  font-size: 12px;
  line-height: 1.5;
  font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #959595;
}

/* ------------ 各ページ ------------ */
/* ------------ #inner-box-03 ------------ */
#inner-box-03 .title-wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#inner-box-03 .title-wrap-box a.button-03 {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1;
  font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  background: #71CAEF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#inner-box-03 .title-wrap-box a.button-03:link, #inner-box-03 .title-wrap-box a.button-03:visited, #inner-box-03 .title-wrap-box a.button-03:active {
  text-decoration: none;
  color: #fff;
}

#inner-box-03 .title-wrap-box a.button-03:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-03 ul.group-01 {
  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;
  background: #efefef;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0 0 0;
}

#inner-box-03 ul.group-01 li {
  width: 32.5%;
  list-style: none;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#inner-box-03 ul.group-01 li p {
  font-size: 16px;
  line-height: 1.5;
  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-03 ul.group-01 li p .number {
  font-size: 28px;
  line-height: 1.5;
  font: normal 2.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-03 ul.group-01 li:nth-child(n + 4) {
  margin: 10px 0 0 0;
}

@media (max-width: 768px) {
  #inner-box-03 ul.group-01 {
    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;
    background: #efefef;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0 0;
  }

  #inner-box-03 ul.group-01 li {
    width: 30.5%;
    list-style: none;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }

  #inner-box-03 ul.group-01 li p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.2rem/1.1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-03 ul.group-01 li p .number {
    font-size: 28px;
    line-height: 1.5;
    font: normal 2.3rem/1.1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-03 ul.group-01 li:nth-child(n + 4) {
    margin: 10px 0 0 0;
  }
}

#inner-box-03 ul.group-02 {
  margin: 10px 0 0 0;
}

#inner-box-03 ul.group-02 li {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
}

#inner-box-03 ul.group-02 li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  display: block;
}

#inner-box-03 ul.group-02 li a:link, #inner-box-03 ul.group-02 li a:visited, #inner-box-03 ul.group-02 li a:active {
  text-decoration: none;
  color: #0088D0;
}

#inner-box-03 ul.group-02 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-03 ul + h2 {
  margin: 30px 0 0 0;
}

#inner-box-03 a.button-03-02 {
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 15px 0 0 auto;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #0088D0;
  float: right;
}

#inner-box-03 a.button-03-02:link, #inner-box-03 a.button-03-02:visited, #inner-box-03 a.button-03-02:active {
  text-decoration: none;
  color: #0088D0;
}

#inner-box-03 a.button-03-02:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-03 a.button-03-02 i {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

@media (max-width: 768px) {
  #inner-box-03 .table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    /* height: 400px; */
    margin-top: 10px;
    position: relative;
  }

  #inner-box-03 table {
    width: 100%;
    margin: 0px 0 0 0;
    border: 1px solid #d6d6d6;
    table-layout: fixed;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
  }

  #inner-box-03 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-03 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-03 table tr:nth-child(2) th {
    width: 50px;
  }

  /** Col1 **/
  #inner-box-03 table tr:nth-child(1) th:nth-child(1) {
    width: 547px;
  }

  #inner-box-03 table tr:nth-child(2) th:nth-child(4) {
    width: 120px;
  }

  #inner-box-03 table tr td:nth-child(4) {
    width: 120px;
  }

  /** **/

  /** Col2 **/
  #inner-box-03 table tr:nth-child(1) th:nth-child(2) {
    width: 243px;
    padding: 0;
  }

  #inner-box-03 table tr:nth-child(2) th:nth-child(9),
  #inner-box-03 table tr td:nth-child(9) {
    width: 70px;
  }

  #inner-box-03 table tr:nth-child(2) th:nth-child(10),
  #inner-box-03 table tr td:nth-child(10) {
    width: 50px;
  }

  #inner-box-03 table tr:nth-child(2) th:nth-child(11),
  #inner-box-03 table tr td:nth-child(11) {
    width: 40px;
  }

  #inner-box-03 table tr:nth-child(2) th:nth-child(12),
  #inner-box-03 table tr td:nth-child(12) {
    width: 40px;
  }

  /** Col3 **/
  #inner-box-03 table tr:nth-child(1) th:nth-child(3),
  #inner-box-03 table tr td:nth-child(13) {
    width: 150px;
    padding: 0;
  }

  /** Col4 **/
  #inner-box-03 table tr:nth-child(1) th:nth-child(4),
  #inner-box-03 table tr td:nth-child(14) {
    width: 100px;
    padding: 0;
  }


  #inner-box-03 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    min-height: 30px;
    white-space: normal;
  }

  #inner-box-03 table tr td.col-3 {
    position: relative;
    color: #0000EE;
    text-decoration: underline;
  }


  #inner-box-03 table tr td.col-3 p:first-child {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    cursor: pointer;
  }

  #inner-box-03 table tr td.col-3 p:first-child::-webkit-scrollbar {
    display:none;
  }

  #inner-box-03 table tr td.col-3 p.hover {
    text-overflow: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: initial;
    overflow-y: initial;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    z-index: 1;
    white-space: nowrap;
    opacity:0.0;
    height: 100%;
    width: 100%;
  }

  #inner-box-03 table tr td.col-3 p.hover:hover {
    opacity:1.0;
    height: auto;
    min-height: 80%;
    width: auto;
    min-width: 90%;
    padding: 5% 5%;
  }

  #inner-box-03 table td:last-of-type {
    border: none;
  }

  #inner-box-03 table tr td .scout_button {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 8px;
    margin: 0 auto;
    background: #71CAEF;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
  }

  #inner-box-03 table tr td .scout_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media (min-width: 769px) {
  #inner-box-03 table {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-03 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-03 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-03 table tr th:last-of-type {
    border: none;
  }

  #inner-box-03 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
  }

  #inner-box-03 table tr td.col-3 {
    position: relative;
  }

  #inner-box-03 table tr td.col-3 p:first-child {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    cursor: pointer;
  }

  #inner-box-03 table tr td.col-3 p:first-child::-webkit-scrollbar {
    display:none;
  }

  #inner-box-03 table tr td.col-3 p.hover {
    text-overflow: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: initial;
    overflow-y: initial;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    z-index: 1;
    white-space: nowrap;
    opacity:0.0;
    height: 100%;
    width: 100%;
  }

  #inner-box-03 table tr td.col-3 p.hover:hover {
    opacity:1.0;
    height: auto;
    min-height: 80%;
    width: auto;
    min-width: 90%;
    padding: 5% 5%;
  }

  #inner-box-03 table tr td:last-of-type {
    border: none;
  }

  #inner-box-03 table tr td .scout_button {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 8px;
    margin: 0 auto;
    background: #71CAEF;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
  }

  #inner-box-03 table tr td .scout_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

#inner-box-03 table tr:nth-child(2) th {
  background-color: white !important;
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

/* ------------ #inner-box-04 ------------ */
#inner-box-04 ul.group-01 {
  margin: 20px 0 0 0;
}

#inner-box-04 ul.group-01 li {
  list-style-type: none;
  border-bottom: 1px solid #d9d9d9;
}

#inner-box-04 ul.group-01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#inner-box-04 ul.group-01 li a img {
  width: 44px;
  vertical-align: bottom;
}

#inner-box-04 ul.group-01 li a .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 12px;
}

#inner-box-04 ul.group-01 li a .text-box p.date {
  font-size: 12px;
  line-height: 1.5;
  font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

#inner-box-04 ul.group-01 li a .text-box p.title {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #0088D0;
  margin: 5px 0 0 0;
}

#inner-box-04 ul.group-01 li a:link, #inner-box-04 ul.group-01 li a:visited, #inner-box-04 ul.group-01 li a:active {
  text-decoration: none;
}

#inner-box-04 ul.group-01 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-04 .details-box .button {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 'Noto Sans JP', Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  padding: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #71caef;
  color: #fff;
  width: 200px;
  margin: 60px auto;
}

#inner-box-04 .details-box .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-04 .details-box p {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 30px 0 0 0;
}

#inner-box-04 .details-box p.date {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
}

#inner-box-04 .details-box figure {
  margin: 30px 0 0 0;
}

#inner-box-04 .details-box figure img {
  vertical-align: bottom;
}

#inner-box-04 .details-box img {
  max-width: 100%;
  height: auto !important;
}

/* ------------ #inner-box-06 ------------ */
@media (min-width:769px) {
  #inner-box-06 ul.group-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #71CAEF;
  }

  #inner-box-06 ul.group-01 li {
    list-style: none;
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
  }

  #inner-box-06 ul.group-01 li a {
    display: block;
    padding: 10px 0;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  #inner-box-06 ul.group-01 li a:link, #inner-box-06 ul.group-01 li a:visited, #inner-box-06 ul.group-01 li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  #inner-box-06 ul.group-01 li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-06 ul.group-01 li a.here {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-06 ul.group-01 li:last-child {
    border-right: none;
  }
}

@media (max-width: 768px) {
  #inner-box-06 ul.group-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #71CAEF;
  }

  #inner-box-06 ul.group-01 li {
    list-style: none;
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
  }

  #inner-box-06 ul.group-01 li a {
    display: block;
    padding: 10px 0;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  #inner-box-06 ul.group-01 li a:link, #inner-box-06 ul.group-01 li a:visited, #inner-box-06 ul.group-01 li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  #inner-box-06 ul.group-01 li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-06 ul.group-01 li a.here {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-06 ul.group-01 li:last-child {
    border-right: none;
  }
}

#inner-box-06 ul.group-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 15px 0 0 0;
}

#inner-box-06 ul.group-02 li {
  list-style-type: none;
}

#inner-box-06 ul.group-02 li:nth-child(1) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #FF8A00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-06 ul.group-02 li:nth-child(1) a:link, #inner-box-06 ul.group-02 li:nth-child(1) a:visited, #inner-box-06 ul.group-02 li:nth-child(1) a:active {
  text-decoration: none;
  color: #FF8A00;
}

#inner-box-06 ul.group-02 li:nth-child(1) a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-06 ul.group-02 li:nth-child(1) a i {
  margin: 0 0 0 5px;
}

#inner-box-06 ul.group-02 li:nth-child(2) {
  margin: 0 0 0 5px;
}

#inner-box-06 ul.group-02 li:nth-child(2) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #0088d0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-06 ul.group-02 li:nth-child(2) a:link, #inner-box-06 ul.group-02 li:nth-child(2) a:visited, #inner-box-06 ul.group-02 li:nth-child(2) a:active {
  text-decoration: none;
  color: #0088d0;
}

#inner-box-06 ul.group-02 li:nth-child(2) a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-06 ul.group-02 li:nth-child(2) a i {
  margin: 0 0 0 5px;
}

#inner-box-06 ul.pagenation-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 769px) {
  #inner-box-06 .group-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 0 0;
  }

  #inner-box-06 .group-03 .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }

  #inner-box-06 .group-03 .search-box form::before {
    content: '';
    width: 17px;
    height: 16px;
    background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 10px;
  }

  #inner-box-06 .group-03 .search-box form input[type='text'] {
    border: none;
    background: #dfeaf0;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 6px 0 6px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-webkit-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']:-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']:focus {
    outline: none;
  }

  #inner-box-06 .group-03 .search-box form .submit_button {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #71CAEF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
  }

  #inner-box-06 .group-03 .search-box form .submit_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 .group-03 .published-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #e9f0f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 0;
  }

  #inner-box-06 .group-03 .published-box ul li {
    list-style: none;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    margin: 0 10px;
  }

  #inner-box-06 .group-03 .published-box ul li label {
    color: #0088d0;
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    cursor: pointer;
  }

  #inner-box-06 .group-03 .published-box ul li label input[type='radio'] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 768px) {
  #inner-box-06 .group-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0 0;
  }

  #inner-box-06 .group-03 .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }

  #inner-box-06 .group-03 .search-box form::before {
    content: '';
    width: 17px;
    height: 16px;
    background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 10px;
  }

  #inner-box-06 .group-03 .search-box form input[type='text'] {
    border: none;
    background: #dfeaf0;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 6px 0 6px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-webkit-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']:-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']::-ms-input-placeholder {
    color: #82a2b2;
  }

  #inner-box-06 .group-03 .search-box form input[type='text']:focus {
    outline: none;
  }

  #inner-box-06 .group-03 .search-box form .submit_button {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #71CAEF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
  }

  #inner-box-06 .group-03 .search-box form .submit_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 .group-03 .published-box {
    width: 100%;
    display: block;
  }

  #inner-box-06 .group-03 .published-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #e9f0f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 0;
  }

  #inner-box-06 .group-03 .published-box ul li {
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    margin: 0 4px;
  }

  #inner-box-06 .group-03 .published-box ul li label {
    color: #0088d0;
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    cursor: pointer;
  }

  #inner-box-06 .group-03 .published-box ul li label input[type='radio'] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  #inner-box-06 .group-03 .new-create-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 0;
    width: 100%;
    text-align: center;
  }

  #inner-box-06 .group-03 .new-create-box li {
    list-style: none;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    margin: 5px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
  }

  #inner-box-06 .group-03 .new-create-box > li:nth-child(2) {
    width: 100%;
  }

  #inner-box-06 .group-03 .new-create-box > li:nth-child(3) {
    width: 100%;
    text-align: right;
  }

  #inner-box-06 .group-03 .new-create {
    text-decoration: none;
    color: #FF8A00;
    padding: 5px 10px;
    border: 1px solid #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 0;
    float: right;
  }
}

@media (min-width:768px) {
  #inner-box-06 table.table-01 {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-01 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-01 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-06 table.table-01 tr th:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-01 tr th:nth-child(5) {
    width: 6%;
  }

  #inner-box-06 table.table-01 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: left;
    vertical-align: middle;
  }

  #inner-box-06 table.table-01 tr td:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-01 tr td:nth-child(5) {
    text-align: left;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a {
    padding: 3px 7px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a:link, #inner-box-06 table.table-01 tr td:nth-child(12) a:visited, #inner-box-06 table.table-01 tr td:nth-child(12) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a {
    padding: 3px 7px;
    border: 1px solid #e50185;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a:link, #inner-box-06 table.table-01 tr td:nth-child(13) a:visited, #inner-box-06 table.table-01 tr td:nth-child(13) a:active {
    text-decoration: none;
    color: #e50185;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a {
    padding: 3px 7px;
    border: 1px solid #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a:link, #inner-box-06 table.table-01 tr td:nth-child(14) a:visited, #inner-box-06 table.table-01 tr td:nth-child(14) a:active {
    text-decoration: none;
    color: #FF8A00;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(15) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(15) a {
    padding: 3px 7px;
    border: 1px solid #1fc10a;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(15) a:link, #inner-box-06 table.table-01 tr td:nth-child(15) a:visited, #inner-box-06 table.table-01 tr td:nth-child(15) a:active {
    text-decoration: none;
    color: #1fc10a;
  }

  #inner-box-06 table.table-01 tr td:nth-child(16) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(16) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(16) a {
    padding: 3px 7px;
    border: 1px solid #d84412;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(16) a:link, #inner-box-06 table.table-01 tr td:nth-child(16) a:visited, #inner-box-06 table.table-01 tr td:nth-child(16) a:active {
    text-decoration: none;
    color: #d84412;
  }

  #inner-box-06 table.table-01 tr td:nth-child(17) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td img {
    display: block;
    margin: 0 auto;
  }

  #inner-box-06 table.table-01 tr:nth-child(odd) {
    background-color: #f8f6f1;
  }

  #inner-box-06 table.table-02 {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-02 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-02 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-06 table.table-02 tr th:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-02 tr th:nth-child(3) {
    width: 15%;
  }

  #inner-box-06 table.table-02 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: left;
    vertical-align: middle;
  }

  #inner-box-06 table.table-02 tr td:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a {
    padding: 3px 7px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a:link, #inner-box-06 table.table-02 tr td:nth-child(8) a:visited, #inner-box-06 table.table-02 tr td:nth-child(8) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a {
    padding: 3px 7px;
    border: 1px solid #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a:link, #inner-box-06 table.table-02 tr td:nth-child(7) a:visited, #inner-box-06 table.table-02 tr td:nth-child(7) a:active {
    text-decoration: none;
    color: #FF8A00;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-02 tr td img {
    display: block;
    margin: 0 auto;
  }

  #inner-box-06 table.table-02 tr:nth-child(odd) {
    background-color: #f8f6f1;
  }
}

@media (max-width:768px) {
  #inner-box-06 .table-01-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 400px;
    margin-top: 0px;
    position: relative;
  }

  #inner-box-06 table.table-01 {
    margin: 0 0 0 0;
    border: 1px solid #d6d6d6;
    table-layout: fixed;
    width: 345%;
    overflow-x: auto;
    white-space: wrap;
    border-collapse: collapse;
  }

  #inner-box-06 table.table-01 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-01 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-06 table.table-01 tr th:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-01 tr th:nth-child(1) {
    width: 3%;
  }

  #inner-box-06 table.table-01 tr th:nth-child(6) {
    width: 15%;
  }

  #inner-box-06 table.table-01 tr th:nth-child(6) {
    width: 8%;
  }

  #inner-box-06 table.table-01 tr th:nth-child(10) {
    width: 12%;
  }

  #inner-box-06 table.table-01 tr th:nth-child(11) {
    width: 8%;
  }

  #inner-box-06 table.table-01 tr th:nth-child(12) {
    width: 8%;
  }

  #inner-box-06 table.table-01 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
  }

  #inner-box-06 table.table-01 tr td:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-01 tr td:nth-child(5) {
    text-align: left;
  }

  #inner-box-06 table.table-01 tr td:nth-child(10) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(10) a {
    padding: 3px 7px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(10) a:link, #inner-box-06 table.table-01 tr td:nth-child(10) a:visited, #inner-box-06 table.table-01 tr td:nth-child(10) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-06 table.table-01 tr td:nth-child(10) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(11) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(11) a {
    padding: 3px 7px;
    border: 1px solid #e50185;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(11) a:link, #inner-box-06 table.table-01 tr td:nth-child(11) a:visited, #inner-box-06 table.table-01 tr td:nth-child(11) a:active {
    text-decoration: none;
    color: #e50185;
  }

  #inner-box-06 table.table-01 tr td:nth-child(11) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a {
    padding: 3px 7px;
    border: 1px solid #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a:link, #inner-box-06 table.table-01 tr td:nth-child(12) a:visited, #inner-box-06 table.table-01 tr td:nth-child(12) a:active {
    text-decoration: none;
    color: #FF8A00;
  }

  #inner-box-06 table.table-01 tr td:nth-child(12) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a {
    padding: 3px 7px;
    border: 1px solid #1fc10a;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a:link, #inner-box-06 table.table-01 tr td:nth-child(13) a:visited, #inner-box-06 table.table-01 tr td:nth-child(13) a:active {
    text-decoration: none;
    color: #1fc10a;
  }

  #inner-box-06 table.table-01 tr td:nth-child(13) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a {
    padding: 3px 7px;
    border: 1px solid #d84412;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a:link, #inner-box-06 table.table-01 tr td:nth-child(14) a:visited, #inner-box-06 table.table-01 tr td:nth-child(14) a:active {
    text-decoration: none;
    color: #d84412;
  }

  #inner-box-06 table.table-01 tr td:nth-child(14) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-01 tr td img {
    display: block;
    margin: 0 auto;
  }

  #inner-box-06 table.table-01 tr:nth-child(odd) {
    background-color: #f8f6f1;
  }

  #inner-box-06 .table-02-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
    position: relative
  }

  #inner-box-06 table.table-02 {
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
    table-layout: fixed;
    width: 175%;
    overflow-x: auto;
    white-space: wrap;
    border-collapse: collapse;
  }

  #inner-box-06 table.table-02 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-06 table.table-02 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-06 table.table-02 tr th:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-02 tr th:nth-child(2) {
    width: 15%;
  }

  #inner-box-06 table.table-02 tr th:last-child {
    width: 15%;
  }

  #inner-box-06 table.table-02 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
  }

  #inner-box-06 table.table-02 tr td:last-of-type {
    border: none;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a {
    padding: 3px 7px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a:link, #inner-box-06 table.table-02 tr td:nth-child(8) a:visited, #inner-box-06 table.table-02 tr td:nth-child(8) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-06 table.table-02 tr td:nth-child(8) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) {
    white-space: nowrap;
    text-align: center;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a {
    padding: 3px 3px;
    border: 1px solid #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a:link, #inner-box-06 table.table-02 tr td:nth-child(7) a:visited, #inner-box-06 table.table-02 tr td:nth-child(7) a:active {
    text-decoration: none;
    color: #FF8A00;
  }

  #inner-box-06 table.table-02 tr td:nth-child(7) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-06 table.table-02 tr td img {
    display: block;
    margin: 0 auto;
  }

  #inner-box-06 table.table-02 tr:nth-child(odd) {
    background-color: #f8f6f1;
  }
}

/* ------------ #inner-box-08 ------------ */
#inner-box-08 table.table-01 {
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #d6d6d6;
}

#inner-box-08 table.table-01 tr {
  border-bottom: 1px solid #d6d6d6;
}

#inner-box-08 table.table-01 tr th {
  width: 15%;
  background: #f8f6f1;
  font-size: 13px;
  line-height: 1.2;
  font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  text-align: left;
  padding: 15px;
  border-right: 1px solid #d6d6d6;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #inner-box-08 table.table-01 tr th {
    width: 26%;
    background: #f8f6f1;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    text-align: left;
    padding: 6px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }
}

#inner-box-08 table.table-01 tr td {
  font-size: 13px;
  line-height: 2;
  font: normal 1.3rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  padding: 15px;
  border-right: 1px solid #d6d6d6;
  vertical-align: middle;
}

#inner-box-08 table.table-01 tr td:last-of-type {
  border: none;
}

#inner-box-08 table.table-01 tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner-box-08 table.table-01 tr td ul li {
  list-style: none;
  margin: 0 10px 0 0;
}

#inner-box-08 table.table-01 tr td ul li img {
  vertical-align: bottom;
}

#inner-box-08 h2:nth-of-type(2) {
  text-align: center;
  margin: 30px 0 0 0;
}

#inner-box-08 ul.group-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}

#inner-box-08 ul.group-01 li {
  width: 24%;
  list-style: none;
}

#inner-box-08 ul.group-01 li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding: 20px;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  #inner-box-08 ul.group-01 {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    width: 100%;
    text-align: center;
  }

  #inner-box-08 ul.group-01 li {
    width: 45%;
    margin: 2% 0%;
  }

  #inner-box-08 ul.group-01 li a {
    padding: 15px 2px;
  }
}

#inner-box-08 ul.group-01 li a:link, #inner-box-08 ul.group-01 li a:visited, #inner-box-08 ul.group-01 li a:active {
  text-decoration: none;
  background: #71CAEF;
  color: #fff;
}

#inner-box-08 ul.group-01 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-08 ul.group-01 li:nth-child(1) a:link, #inner-box-08 ul.group-01 li:nth-child(1) a:visited, #inner-box-08 ul.group-01 li:nth-child(1) a:active {
  background: #ed1954;
}

/* ------------ #inner-box-09 ------------ */
#inner-box-09 dl {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  color: #444;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #inner-box-09 dl {
    display: block;
    margin: 0 2%;
  }
}

#inner-box-09 dl dt {
  width: 170px;
}

@media (max-width: 768px) {
  #inner-box-09 dl dt {
    margin-bottom: 6px;
  }
}

#inner-box-09 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#inner-box-09 dl dd select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

@media (max-width: 768px) {
  #inner-box-09 dl dd select {
    width: 100%;
  }
}

#inner-box-09 dl dd select::-ms-expand {
  display: none;
}

#inner-box-09 dl dd select:focus {
  outline: none;
}

#inner-box-09 dl dd input[type='text'] {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-09 dl dd input[type='text'].w20 {
  width: 140px;
  margin: 0 5px;
}

#inner-box-09 dl dd input[type='text'].w20:first-of-type {
  margin: 0 5px 0 0;
}

#inner-box-09 dl dd input[type='text']:focus {
  outline: none;
}

#inner-box-09 dl dd input[type='checkbox'] {
  margin: 0 5px 0 0;
}

#inner-box-09 dl dd textarea {
  width: 100%;
  height: 120px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-09 dl dd textarea.h100 {
  height: 250px;
}

#inner-box-09 dl dd textarea.m10 {
  margin: 10px 0 0 0;
}

#inner-box-09 dl dd textarea:focus {
  outline: none;
}

#inner-box-09 dl dd .upload-area {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}

#inner-box-09 dl dd .upload-area p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 15px 0;
}

#inner-box-09 dl dd .upload-area figure img {
  vertical-align: bottom;
}

#inner-box-09 dl dd .upload-area button {
  width: 170px;
  border: 1px solid #0088D0;
  background: none;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #0088D0;
  text-align: center;
}

#inner-box-09 dl dd .upload-area button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

#inner-box-09 dl dd label {
  cursor: pointer;
}

#inner-box-09 dl dd label.c-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}

#inner-box-09 dl dd label.c-box input[type='checkbox'],
#inner-box-09 dl dd label.c-box input[type='radio'] {
  margin: 0 15px 0 0;
}

#inner-box-09 dl dd label.c-box.mb5 {
  margin: 0 5px 10px 0;
}

@media (max-width: 768px) {
  #inner-box-09 dl dd label.c-box {
    display: block;
    margin: 0 0px 10px 0;
  }
}

#inner-box-09 dl dd label.mr20 {
  margin: 0 20px 0 0;
}

#inner-box-09 .submit-box {
  text-align: center;
  margin: 35px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#inner-box-09 .submit-box button {
  width: 200px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
  margin: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#inner-box-09 .submit-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-09 .submit-box button.draft_button {
  background: #ff8a00;
}

#inner-box-09 .submit-box button.preview_button {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
}

#inner-box-09 .submit-box button.preview_button:disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (max-width: 768px) {
  #inner-box-09 .submit-box {
    justify-content: space-around;
  }

  #inner-box-09 .submit-box button {
    width: 130px;
    margin: 10px 5px;
  }

  #inner-box-09 .submit-box button.preview_button {
    width: 80px;
    margin-left: 5px;
    position: relative;
  }
}

/* ------------ #inner-box-12 ------------ */
#inner-box-12 .group-01 {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-12 .group-01 select {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #dfeaf0 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#inner-box-12 .group-01 select::-ms-expand {
  display: none;
}

#inner-box-12 .group-01 select:focus {
  outline: none;
}

#inner-box-12 .group-01 label {
  display: inline-block;
  position: relative;
}

#inner-box-12 .group-01 label::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/img/customer/hs_22.png) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  cursor: pointer;
}

#inner-box-12 .group-01 label input[type='text'],
#inner-box-12 .group-01 label input[type='date'] {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  background-color: #dfeaf0;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-12 .group-01 label input[type='text']::-webkit-input-placeholder,
#inner-box-12 .group-01 label input[type='date']::-webkit-input-placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']:-ms-input-placeholder,
#inner-box-12 .group-01 label input[type='date']:-ms-input-placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']::-ms-input-placeholder,
#inner-box-12 .group-01 label input[type='date']::-ms-input-placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']::placeholder,
#inner-box-12 .group-01 label input[type='date']::placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']::-webkit-input-placeholder,
#inner-box-12 .group-01 label input[type='date']::-webkit-input-placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']::-ms-input-placeholder,
#inner-box-12 .group-01 label input[type='date']::-ms-input-placeholder {
  color: #444;
}

#inner-box-12 .group-01 label input[type='text']:focus,
#inner-box-12 .group-01 label input[type='date']:focus {
  outline: none;
}

#inner-box-12 .group-01 button.submit_button {
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-12 .group-01 button.submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (max-width: 768px) {
  #inner-box-12 .groups {
    text-align: center;
    /* margin-top: 20%; */
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #inner-box-12 .group-01 button.submit_button {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    background: #71CAEF;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-appearance: button;
  }

  #inner-box-12 .group-01 {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #inner-box-12 .group-01 select {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #dfeaf0 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
    background-size: 10px auto;
    display: inline-block;
  }

  #inner-box-12 .group-01 label {
    display: inline-block;
    position: relative;
  }

  #inner-box-12 .group-01 label::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/img/customer/hs_22.png) no-repeat center center/auto 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    pointer-events: none;
    cursor: pointer;
  }

  #inner-box-12 .group-01 label input[type='text'],
  #inner-box-12 .group-01 label input[type='date'] {
    width: 140px;
    height: 30px;
    padding: 0 10px;
    background-color: #dfeaf0;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 5px 0;
  }
}

#inner-box-12 .group-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}

#inner-box-12 .group-02 .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner-box-12 .group-02 .search-box form label {
  position: relative;
  width: 230px;
  margin-right: 10px;
}

#inner-box-12 .group-02 .search-box form label::before {
  content: '';
  width: 17px;
  height: 16px;
  background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
}

#inner-box-12 .group-02 .search-box form label input[type='text'] {
  width: 100%;
  border: none;
  background: #dfeaf0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 6px 10px 6px 35px;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inner-box-12 .group-02 .search-box form label input[type='text']::-webkit-input-placeholder {
  color: #82a2b2;
}

#inner-box-12 .group-02 .search-box form label input[type='text']:-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-12 .group-02 .search-box form label input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-12 .group-02 .search-box form label input[type='text']::placeholder {
  color: #82a2b2;
}

#inner-box-12 .group-02 .search-box form label input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-12 .group-02 .search-box form label input[type='text']:focus {
  outline: none;
}

#inner-box-12 .group-02 .search-box form button.submit_button {
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-12 .group-02 .search-box form button.submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-12 .group-02 .csv-box a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #FF8A00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-12 .group-02 .csv-box a:link, #inner-box-12 .group-02 .csv-box a:visited, #inner-box-12 .group-02 .csv-box a:active {
  text-decoration: none;
  color: #FF8A00;
}

#inner-box-12 .group-02 .csv-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-12 .group-02 .csv-box a i {
  margin: 0 0 0 5px;
}

@media (max-width: 768px) {
  #inner-box-12 .group-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 10px;
  }

  #inner-box-12 .group-02 .search-box form label input[type='text'] {
    width: 100%;
    border: none;
    background: #dfeaf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 6px 10px 6px 35px;
    margin: 0 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #inner-box-12 .group-02 .search-box form label::before {
    content: '';
    width: 17px;
    height: 16px;
    background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 10px;
  }
  #inner-box-12 .group-02 .search-box form {
    display: block;
  }

  #inner-box-12 .group-02 .search-box form label {
    margin-right: 0px;
  }

  #inner-box-12 .csv-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #FF8A00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #inner-box-12 .csv-box a:link, #inner-box-12 .group-02 .csv-box a:visited, #inner-box-12 .group-02 .csv-box a:active {
    text-decoration: none;
    color: #FF8A00;
  }

  #inner-box-12 .csv-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 .csv-box a i {
    margin: 0 0 0 5px;
  }

  #inner-box-12 .group-02 .search-box form button.submit_button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
  }

  #inner-box-12 ul.group-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #71CAEF;
    overflow:scroll;
  }

  #inner-box-12 ul.group-03 li {
    list-style: none;
    width:28%;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #inner-box-12 ul.group-03 li a {
    width: 100%;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #inner-box-12 ul.group-03 li a:link, #inner-box-12 ul.group-03 li a:visited, #inner-box-12 ul.group-03 li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  #inner-box-12 ul.group-03 li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-12 ul.group-03 li a.here {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-12 ul.group-03 li[data-num]::after {
    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;
    content: attr(data-num);
    min-width: 17px;
    height: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #e30000;
    color: #fff;
    border-radius: 10px;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
    z-index: 1;
  }

  #inner-box-12 ul.group-03 li[data-num='0']::after {
    display: none;
  }

  #inner-box-12 ul.group-03 li:last-child {
    border-right: none;
  }
}

@media (min-width: 769px) {
  #inner-box-12 ul.group-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #71CAEF;
  }

  #inner-box-12 ul.group-03 li {
    list-style: none;
    width: calc(100% / 8);
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    position: relative;
  }

  #inner-box-12 ul.group-03 li a {
    display: block;
    padding: 10px 0;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  #inner-box-12 ul.group-03 li a:link, #inner-box-12 ul.group-03 li a:visited, #inner-box-12 ul.group-03 li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  #inner-box-12 ul.group-03 li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-12 ul.group-03 li a.here {
    background: #71CAEF;
    color: #fff;
  }

  #inner-box-12 ul.group-03 li[data-num]::after {
    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;
    content: attr(data-num);
    min-width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #e30000;
    color: #fff;
    border-radius: 10px;
    top: 16px;
    right: 15px;
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
    z-index: 1;
  }

  #inner-box-12 ul.group-03 li[data-num='0']::after {
    display: none;
  }

  #inner-box-12 ul.group-03 li:last-child {
    border-right: none;
  }
}

#inner-box-12 ul.pagenation-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width:768px) {
  #inner-box-12 ul.pagenation-box li {
    margin: 0 3.5%;
  }

  #inner-box-12 .table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

  #inner-box-12 table {
    width: 100%;
    /*margin: 10px 0 0 0;*/
    border: 1px solid #d6d6d6;
    border: 1px 0 1px 1px solid #d6d6d6;
    margin: 0px 0 0 0;
    table-layout: fixed;
    /*width: 400%;*/
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
  }

  #inner-box-12 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-12 table thead th {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-12 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: middle;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  #inner-box-12 table thead tr:nth-child(2) td {
    background-color: white;
    z-index: 1;
  }

  #inner-box-12 table tr th:last-of-type {
    border: none;
    /*width: 45%;*/
    width: 415px;
  }

  #inner-box-12 table tr th:nth-child(1) {
    /*width: 30%;*/
    width: 313px;
  }

  #inner-box-12 table tr th:nth-child(2) {
    /*width: 25%;*/
    width: 203px;
  }

  #inner-box-12 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    z-index: 4;
    height: 100%;
    border-bottom: 1px solid #d6d6d6;
    white-space: normal;
  }

  #inner-box-12 table tr td:last-of-type {
    /*border: none;*/
  }

  /*C1*/
  #inner-box-12 table colgroup col:nth-child(1) {
    width: 110px;
  }

  #inner-box-12 table colgroup col:nth-child(2) {
    width: 30px;
  }

  #inner-box-12 table colgroup col:nth-child(3) {
    width: 50px;
  }

  #inner-box-12 table colgroup col:nth-child(4) {
    width: 115px;
  }

  /* C2 */
  #inner-box-12 table colgroup col:nth-child(5) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(6) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(7) {
    width: 80px;
  }

  /* C3 */
  #inner-box-12 table colgroup col:nth-child(8) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(9) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(10) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(11) {
    width: 100px;
  }

  #inner-box-12 table colgroup col:nth-child(12) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(13) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(14) {
    width: 80px;
  }

  #inner-box-12 table colgroup col:nth-child(15) {
    width: 60px;
  }

  #inner-box-12 table tr td:nth-child(4) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(4) a {
    padding: 8px 20px;
    border: 1px solid #ff8a00;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(4) a:link, #inner-box-12 table tr td:nth-child(4) a:visited, #inner-box-12 table tr td:nth-child(4) a:active {
    text-decoration: none;
    color: #ff8a00;
  }

  #inner-box-12 table tr td:nth-child(4) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tr td:nth-child(4) a[data-num]::after {
    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;
    content: attr(data-num);
    min-width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #e30000;
    color: #fff;
    border-radius: 10px;
    top: 12px;
    right: 13px;
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
    z-index: 1;
  }

  #inner-box-12 table tr td:nth-child(4) a[data-num='0']::after {
    display: none;
  }

  #inner-box-12 table tr td:nth-child(11) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(11) a {
    padding: 8px;
    border: 1px solid #ff8a00;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(11) a:link, #inner-box-12 table tr td:nth-child(11) a:visited, #inner-box-12 table tr td:nth-child(11) a:active {
    text-decoration: none;
    color: #ff8a00;
  }

  #inner-box-12 table tr td:nth-child(11) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tr td:nth-child(12) select {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(12) select:focus {
    outline: none;
  }

  #inner-box-12 table tr td:nth-child(13) input {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(14) input {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(15) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(15) a {
    padding: 8px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(15) a:link, #inner-box-12 table tr td:nth-child(15) a:visited, #inner-box-12 table tr td:nth-child(15) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-12 table tr td:nth-child(15) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tbody tr td {
    background: white;
    min-height: 40px;
  }

  #inner-box-12 table tr.c-01, #inner-box-12 table tr.c-01 td {
    background: #eeacb3;
    min-height: 40px;
    white-space: normal;
  }

  #inner-box-12 table tr.c-02, #inner-box-12 table tr.c-02 td {
    background: #d0cece;
  }

  #inner-box-12 table thead tr:nth-child(2) td:nth-child(4) {
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #inner-box-12 table thead tr:nth-child(2) td:nth-child(11) {
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #inner-box-12 table thead tr:nth-child(2) td:nth-child(12) {
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #inner-box-12 table thead tr:nth-child(2) td:nth-child(13) {
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

@media (min-width:769px) {
  #inner-box-12 table {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-12 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-12 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-12 table tr th:last-of-type {
    border: none;
  }

  #inner-box-12 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
  }

  #inner-box-12 table tr td:last-of-type {
    border: none;
  }

  #inner-box-12 table tr td:nth-child(5) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(5) a {
    padding: 8px 20px;
    border: 1px solid #ff8a00;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(5) a:link, #inner-box-12 table tr td:nth-child(5) a:visited, #inner-box-12 table tr td:nth-child(5) a:active {
    text-decoration: none;
    color: #ff8a00;
  }

  #inner-box-12 table tr td:nth-child(5) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tr td:nth-child(5) a[data-num]::after {
    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;
    content: attr(data-num);
    min-width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #e30000;
    color: #fff;
    border-radius: 10px;
    top: 12px;
    right: 13px;
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
    z-index: 1;
  }

  #inner-box-12 table tr td:nth-child(5) a[data-num='0']::after {
    display: none;
  }

  #inner-box-12 table tr td:nth-child(13) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(13) a {
    padding: 8px;
    border: 1px solid #ff8a00;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(13) a:link, #inner-box-12 table tr td:nth-child(13) a:visited, #inner-box-12 table tr td:nth-child(13) a:active {
    text-decoration: none;
    color: #ff8a00;
  }

  #inner-box-12 table tr td:nth-child(13) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tr td:nth-child(13) select {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(14) select:focus {
    outline: none;
  }

  #inner-box-12 table tr td:nth-child(14) input {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(15) input {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    color: #ff8a00;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff8a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
  }

  #inner-box-12 table tr td:nth-child(16) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-12 table tr td:nth-child(16) a {
    padding: 8px;
    background: #FF8A00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-12 table tr td:nth-child(16) a:link, #inner-box-12 table tr td:nth-child(16) a:visited, #inner-box-12 table tr td:nth-child(16) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-12 table tr td:nth-child(16) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-12 table tr.c-01 {
    background: #eeacb3;
  }

  #inner-box-12 table tr.c-02 {
    background: #d0cece;
  }
}

/* ------------ #inner-box-13 ------------ */
#inner-box-13 h3 {
  font-size: 16px;
  line-height: 1.5;
  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 20px 0 0 0;
}

#inner-box-13 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}

#inner-box-13 dl dt {
  width: 180px;
  padding: 8px 0;
}

#inner-box-13 dl dd {
  width: calc(100% - 180px);
  padding: 8px 0;
}

@media (max-width: 768px){
  #inner-box-13 dl dd.full_width {
    width: 100%;
  }
}

#inner-box-13 dl dd select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#inner-box-13 dl dd select::-ms-expand {
  display: none;
}

#inner-box-13 dl dd select:focus {
  outline: none;
}

#inner-box-13 dl dd button.update_button {
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
  margin: 0 0 0 10px;
}

#inner-box-13 dl dd button.update_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-13 dl:nth-of-type(1) dt {
  font-size: 16px;
  line-height: 1.5;
  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-13 dl:nth-of-type(4) dt {
  font-size: 16px;
  line-height: 1.5;
  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-13 .submit-box {
  margin: 35px 0 0 0;
  text-align: center;
  position: relative;
}

#inner-box-13 .submit-box button {
  width: 200px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-13 .submit-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-13 .submit-box button.draft_button {
  margin: 0 0 0 10px;
  background: #ff8a00;
}

#inner-box-13 .submit-box button.preview_button {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
}

#inner-box-13 .submit-box a.button-13 {
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0 0 0 auto;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #0088D0;
  float: right;
}

#inner-box-13 .submit-box a.button-13:link, #inner-box-13 .submit-box a.button-13:visited, #inner-box-13 .submit-box a.button-13:active {
  text-decoration: none;
  color: #0088D0;
}

#inner-box-13 .submit-box a.button-13:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-13 .submit-box a.button-13 i {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/* ------------ #inner-box-14 ------------ */
#inner-box-14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#inner-box-14 .area-1 {
  width: 260px;
  border-right: 1px solid #d6d6d6;
  overflow-y: auto;
  height: calc(100vh - 170px);
}

#inner-box-14 .area-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 20px 0 0 0;
}

#inner-box-14 .area-1 form::before {
  content: '';
  width: 17px;
  height: 16px;
  background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
}

#inner-box-14 .area-1 form input[type='text'] {
  border: none;
  background: #dfeaf0;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 6px 0 6px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
}

#inner-box-14 .area-1 form input[type='text']::-webkit-input-placeholder {
  color: #82a2b2;
}

#inner-box-14 .area-1 form input[type='text']:-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-14 .area-1 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-14 .area-1 form input[type='text']::placeholder {
  color: #82a2b2;
}

#inner-box-14 .area-1 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-14 .area-1 form input[type='text']:focus {
  outline: none;
}

#inner-box-14 .area-1 form .submit_button {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
}

#inner-box-14 .area-1 form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-14 .area-1 ul.group-01 {
  margin: 25px 0 0 0;
}

#inner-box-14 .area-1 ul.group-01 li {
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}

#inner-box-14 .area-1 ul.group-01 li p.name {
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #0088D0;
}

#inner-box-14 .area-1 ul.group-01 li p.date {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  margin: 3px 0 0 0;
}

#inner-box-14 .area-1 ul.group-01 li span.date {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  margin: 3px 0 0 0;
  white-space: nowrap;
}

#inner-box-14 .area-1 ul.group-01 li p.facility {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  margin: 3px 0 0 0;
}

#inner-box-14 .area-1 ul.group-01 li p.last_message {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #888;
    margin: 3px 0 0 0;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#inner-box-14 .area-1 ul.group-01 li a.button {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  font: normal 1.3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  position: relative;
}

#inner-box-14 .area-1 ul.group-01 li a.button:link, #inner-box-14 .area-1 ul.group-01 li a.button:visited, #inner-box-14 .area-1 ul.group-01 li a.button:active {
  text-decoration: none;
  background: #71CAEF;
  color: #fff;
}

#inner-box-14 .area-1 ul.group-01 li a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-14 .area-1 ul.group-01 li a.button[data-num]::after {
  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;
  content: attr(data-num);
  min-width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  font-size: 10px;
  line-height: 1;
  font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #e30000;
  color: #fff;
  border-radius: 10px;
  top: 15px;
  right: 15px;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  z-index: 1;
}

#inner-box-14 .area-1 ul.group-01 li a.button[data-num='0']::after {
  display: none;
}

#inner-box-14 .area-1 ul.group-01 li.unread-box {
  background: #e9f0f4;
}

#inner-box-14 .area-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 25px;
  position: relative;
  height: calc(100vh - 170px);
}

#inner-box-14 .area-2 .text-box {
  overflow-y: auto;
  height: calc(100vh - 340px)
}

#inner-box-14 .area-2 .text-box .group-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 15px 0;
}

#inner-box-14 .area-2 .text-box .group-02 .name-box p.name {
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #0088D0;
}

#inner-box-14 .area-2 .text-box .group-02 .name-box p.date {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  margin: 8px 0 0 0;
}

#inner-box-14 .area-2 .text-box .group-02 .name-box p.facility {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  margin: 8px 0 0 0;
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  font: normal 1.3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding: 10px 30px;
  display: block;
  text-align: center;
  border: 1px solid #0088D0;
  position: relative;
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button:link, #inner-box-14 .area-2 .text-box .group-02 .button-box a.button:visited, #inner-box-14 .area-2 .text-box .group-02 .button-box a.button:active {
  text-decoration: none;
  color: #0088D0;
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button.profile::before {
  content: url(/img/customer/hs_23.png);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button.job {
  margin: 10px 0 0 0;
}

#inner-box-14 .area-2 .text-box .group-02 .button-box a.button.job::before {
  content: url(/img/customer/hs_24.png);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#inner-box-14 .area-2 .text-box ul.group-03 li {
  list-style: none;
  width: 70%;
}

#inner-box-14 .area-2 .text-box ul.group-03 li .box {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  word-break: break-all;
  overflow-wrap: break-word;
}

#inner-box-14 .area-2 .text-box ul.group-03 li p.date {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #909090;
  margin: 10px 0 0 0;
}

#inner-box-14 .area-2 .text-box ul.group-03 li.l-box {
  margin: 20px auto 0 0;
}

#inner-box-14 .area-2 .text-box ul.group-03 li.l-box .box {
  background: #e9f0f4;
}

#inner-box-14 .area-2 .text-box ul.group-03 li.l-box .box a.send_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 25px;
}
#inner-box-14 .area-2 .text-box ul.group-03 li.l-box .box a.send_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 25px;
}
#inner-box-14 .area-2 .text-box ul.group-03 li.l-box .box a.send_file:before {
  background-image: url(/img/user/icon_condition_salary.svg);
}
#inner-box-14 .area-2 .text-box ul.group-03 li.l-box .box a.send_file:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
}

#inner-box-14 .area-2 .text-box ul.group-03 li.r-box {
  margin: 20px 0 0 auto;
}

#inner-box-14 .area-2 .text-box ul.group-03 li.r-box .box {
  background: #c1edff;
}

#inner-box-14 .area-2 .group-04 {
  width: 100%;
  background: #cfd8dd;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px){
  #inner-box-14 .area-2 .group-04 {
    width: 100%;
    background: #cfd8dd;
    padding: 5px 0;
    position:relative;
    left: 0;
    bottom: 0;
    margin: 10px 0;
  }
}

#inner-box-14 .area-2 .group-04 form {
  width: 90%;
  margin: 0 auto;
}

#inner-box-14 .area-2 .group-04 form select {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #dfeaf0 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#inner-box-14 .area-2 .group-04 form select::-ms-expand {
  display: none;
}

#inner-box-14 .area-2 .group-04 form select:focus {
  outline: none;
}

#inner-box-14 .area-2 .group-04 form .message-box {
  position: relative;
  top : 0px !important;
  margin: 10px 0 5px 0;
}

#inner-box-14 .area-2 .group-04 form .message-box textarea {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 8px 90px 8px 20px;
  margin: 0 0 0 0;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 20px;
  min-height: 100px;
}

#inner-box-14 .area-2 .group-04 form .message-box textarea:focus {
  outline: none;
}

#inner-box-14 .area-2 .group-04 form .message-box .submit_button {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1;
  font: normal 1.3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #7d9c9d;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

#inner-box-14 .area-2 .group-04 form .message-box .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------------ #inner-box-15 ------------ */
#inner-box-15 dl {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  color: #444;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-15 dl dt {
  width: 170px;
}

@media (max-width: 768px){
  #inner-box-15 dl dt.full-width {
    width: 100%;
  }
}

#inner-box-15 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#inner-box-15 dl dd select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#inner-box-15 dl dd select::-ms-expand {
  display: none;
}

#inner-box-15 dl dd select:focus {
  outline: none;
}

#inner-box-15 dl dd textarea {
  width: 100%;
  height: 250px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  margin: 10px 0 0 0;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-15 dl dd textarea:focus {
  outline: none;
}

#inner-box-15 dl:first-of-type {
  margin: 40px 0 0 0;
}

#inner-box-15 .submit-box {
  text-align: center;
  margin: 35px 0 0 0;
}

#inner-box-15 .submit-box button {
  width: 200px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-15 .submit-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-15 .submit-box button.application_button {
  background: #71CAEF;
  color: #fff;
}

#inner-box-15 .submit-box button.cancel_button {
  margin: 0 0 0 10px;
  background: #e8f5fc;
  color: #71CAEF;
}

@media (max-width: 768px){
  #inner-box-15 .submit-box button.application_button {
    width: 120px;
  }

  #inner-box-15 .submit-box button.cancel_button {
    width: 120px;
  }
}

/* ------------ #inner-box-16 ------------ */
#inner-box-16 h2 {
  margin: 30px 0 0 0;
}

#inner-box-16 ul.group-01 {
  position: absolute;
  min-width: 985px;
  width: calc(100vw - 215px);
  margin: auto;
  top: 60px;
  left: 180px;
  background: #e9f0f4;
  padding: 5px 5px 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner-box-16 ul.group-01 li {
  list-style: none;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-16 ul.group-01 li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#inner-box-16 ul.group-01 li a:link, #inner-box-16 ul.group-01 li a:visited, #inner-box-16 ul.group-01 li a:active {
  text-decoration: none;
  color: #444;
}

#inner-box-16 ul.group-01 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-16 ul.group-01 li::after {
  content: '>';
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 5px;
}

#inner-box-16 ul.group-01 li:last-child::after {
  content: '';
}

#inner-box-16 ul.group-02 {
  margin: 20px 0 0 0;
}

#inner-box-16 ul.group-02 li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-box-16 ul.group-02 li .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#inner-box-16 ul.group-02 li .title span {
  font-size: 13px;
  line-height: 1.3;
  font: normal 1.3rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 4px;
}

#inner-box-16 ul.group-02 li a.text {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-16 ul.group-02 li a.text:link, #inner-box-16 ul.group-02 li a.text:visited, #inner-box-16 ul.group-02 li a.text:active {
  text-decoration: underline;
  color: #444;
}

#inner-box-16 ul.group-02 li a.text:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-16 ul.group-02 li a.button {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding: 15px 25px;
  display: block;
  text-align: center;
}

#inner-box-16 ul.group-02 li a.button:link, #inner-box-16 ul.group-02 li a.button:visited, #inner-box-16 ul.group-02 li a.button:active {
  text-decoration: none;
  background: #71CAEF;
  color: #fff;
}

#inner-box-16 ul.group-02 li a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-16 ul.pagenation-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  #inner-box-16 form {
    display: inline-block;
    margin: 20px 0 0 10px;
  }

  #inner-box-16 ul.group-02 li {
    display: block;
    padding: 15px;
  }

  #inner-box-16 form input[type='text'] {
    width: 80%;
  }

  #inner-box-16 ul.group-02 li a.button {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 13px;
    line-height: 1;
    font: normal 1.3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 4px 0px;
    position: relative;
  }

  #inner-box-16 ul.group-02 li .title span {
    font-size: 13px;
    line-height: 1.3;
    font: normal 1.3rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 4px;
  }
}

@media (min-width: 769px) {
  #inner-box-16 form {
    display: flex;
    margin: 20px 0 0 0;
  }

  #inner-box-16 form input[type='text'] {
    width: 220px;
  }
}

#inner-box-16 form {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}

#inner-box-16 form::before {
  content: '';
  width: 17px;
  height: 16px;
  background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
}

#inner-box-16 form input[type='text'] {
  border: none;
  background: #dfeaf0;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 6px 0 6px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inner-box-16 form input[type='text']::-webkit-input-placeholder {
  color: #82a2b2;
}

#inner-box-16 form input[type='text']:-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-16 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-16 form input[type='text']::placeholder {
  color: #82a2b2;
}

#inner-box-16 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-16 form input[type='text']:focus {
  outline: none;
}

#inner-box-16 form .submit_button {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
}

#inner-box-16 form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (max-width: 768px) {
  #inner-box-16 form .submit_button {
    padding: 9px 9px 10px 10px;
    vertical-align: middle;
  }

  #inner-box-16 ul.group-01 {
    left: 0px;
  }
}

/* ------------ #inner-box-17 ------------ */
#inner-box-17 h2 {
  margin: 30px 0 0 0;
}

#inner-box-17 h3 {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #0088D0;
  margin: 10px 0 0 0;
}

#inner-box-17 ul.group-01 {
  position: absolute;
  min-width: 985px;
  width: calc(100vw - 215px);
  margin: auto;
  top: 60px;
  left: 180px;
  background: #e9f0f4;
  padding: 5px 5px 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner-box-17 ul.group-01 li {
  list-style: none;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-17 ul.group-01 li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#inner-box-17 ul.group-01 li a:link, #inner-box-17 ul.group-01 li a:visited, #inner-box-17 ul.group-01 li a:active {
  text-decoration: none;
  color: #444;
}

#inner-box-17 ul.group-01 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-17 ul.group-01 li::after {
  content: '>';
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 5px;
}

#inner-box-17 ul.group-01 li:last-child::after {
  content: '';
}

#inner-box-17 ul.pagenation-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#inner-box-17 .group-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 40px 0 0 0;
}

#inner-box-17 .group-02 .bulk-box p {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-left: solid 8px #0088d0;
  padding-left: 8px;
  font-weight: 500;
  color: #444;
}

#inner-box-17 .group-02 .bulk-box .bulk_button {
  width: 160px;
  padding: 6px 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #FF8A00;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
  display: block;
}

#inner-box-17 .group-02 .bulk-box .search_button {
  width: 160px;
  padding: 6px 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #FF8A00;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
  display: block;
}

#inner-box-17 .group-02 .bulk-box .bulk_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-17 .group-02 .bulk-box .bulk_button:nth-of-type(2) {
  margin: 20px 0 0 0;
}

#inner-box-17 .group-02 .bulk-button-box {
  display: flex;
  gap: 20px;
}

#inner-box-17 .group-02 .bulk-button-box .bulk_button {
  margin: 20px 0 0 0;
}


#inner-box-17 .group-02 .scout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
    #inner-box-17 .group-02 .scout-box {
        justify-content: space-between;
    }
}

#inner-box-17 .group-02 .scout-box p {
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 0 30px 0 0;
}

#inner-box-17 .group-02 .scout-box .scoutplus_button {
  width: 160px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
}

#inner-box-17 .group-02 .scout-box .scoutplus_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 769px) {
  #inner-box-17 table {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-17 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-17 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-17 table tr th:last-of-type {
    border: none;
  }

  #inner-box-17 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
  }

  #inner-box-17 table tr td.col-3 {
    position: relative;
  }

  #inner-box-17 table tr td.col-3 p:first-child {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    cursor: pointer;
  }

  #inner-box-17 table tr td.col-3 p:first-child::-webkit-scrollbar {
    display:none;
  }

  #inner-box-17 table tr td.col-3 p.hover {
    text-overflow: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: initial;
    overflow-y: initial;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    z-index: 1;
    white-space: nowrap;
    opacity:0.0;
    height: 100%;
    width: 100%;
  }

  #inner-box-17 table tr td.col-3 p.hover:hover {
    opacity:1.0;
    height: auto;
    min-height: 80%;
    width: auto;
    min-width: 90%;
    padding: 5% 5%;
  }

  #inner-box-17 table tr td:last-of-type {
    border: none;
  }

  #inner-box-17 table tr td .scout_button {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 8px;
    margin: 0 auto;
    background: #71CAEF;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
  }

  #inner-box-17 table tr td .scout_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media (max-width: 768px) {
  .tracker {
    left: 0px !important;
    min-width: 100% !important;
    padding: 5px 0px 5px 0px !important;
  }

  .tracker li:first-of-type {
    padding-left: 10px;
  }

  #inner-box-17 .group-02 {
    display: block;
  }

  #inner-box-17 .table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 370px;
    margin-top: 10px;
    position: relative;
  }

  #inner-box-17 table {
    width: 100%;
    margin: 0px 0 0 0;
    border: 1px solid #d6d6d6;
    table-layout: fixed;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
  }

  #inner-box-17 table thead {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  #inner-box-17 table tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-17 table tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-17 table tr:nth-child(1) th:nth-child(1) {
    width: 40px;
  }

  #inner-box-17 table tr:nth-child(1) th:nth-child(2) {
    width: 597px;
    padding: 0;
  }

  /*** th 3  ****/
  #inner-box-17 table tr:nth-child(1) th:nth-child(3) {
    width: 233px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(9) {
    width: 50px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(10) {
    width: 50px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(11) {
    width: 50px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(12) {
    width: 50px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(13) {
    width: 50px;
  }

  #inner-box-17 table td:nth-child(10) {
    width: 70px;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(11) {
    width: 50px;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(12) {
    width: 60px;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(13) {
    width: 50px;
    min-height: 40px;
  }

  /*** 4 COLUMN ****/
  #inner-box-17 table tr:nth-child(1) th:nth-child(3) {
    width: 263px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(9) {
    width: 70px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(10) {
    width: 50px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(11) {
    width: 60px;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(12) {
    width: 50px;
  }

  /*** 5 COLUMN ****/
  #inner-box-17 table tr:nth-child(1) th:nth-child(4) {
    /*width: 283px !important;*/
    width: 36px;
  }

  #inner-box-17 table td:nth-child(14) {
    width: 36px !important;
    min-height: 40px;
  }

  /*** 7 COLUMN ****/
  #inner-box-17 table tr:nth-child(1) th:nth-child(5) {
    width: 36px !important;
  }

  #inner-box-17 table td:nth-child(15) {
    width: 36px !important;
    min-height: 40px;
  }

  /*** 8 COLUMN ****/
  #inner-box-17 table tr:nth-child(1) th:nth-child(6) {
    width: 100px !important;
  }

  #inner-box-17 table td:nth-child(16) {
    width: 100px !important;
    min-height: 40px;
  }

  /*** 9 COLUMN ****/

  #inner-box-17 table tr:nth-child(1) th:nth-child(7) {
    width: 100px !important;
  }

  #inner-box-17 table td:nth-child(17) {
    width: 100px !important;
    min-height: 40px;
  }

  /* td by index */
  #inner-box-17 table tr th:last-of-type {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-17 table td:nth-child(2) {
    width: 40px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(3) {
    width: 40px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(4) {
    width: 40px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(5) {
    width: 110px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(6) {
    width: 70px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(7) {
    width: 70px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(8) {
    width: 70px !important;
    min-height: 40px;
  }

  #inner-box-17 table td:nth-child(9) {
    width: 70px !important;
    min-height: 40px;
  }

  /* tr2 th */
  #inner-box-17 table tr:nth-child(2) th:nth-child(1) {
    width: 40px !important;
  }
  #inner-box-17 table tr:nth-child(2) th:nth-child(2) {
    width: 40px !important;
  }
  #inner-box-17 table tr:nth-child(2) th:nth-child(3) {
    width: 40px !important;
  }
  #inner-box-17 table tr:nth-child(2) th:nth-child(4) {
    width: 110px !important;
  }
  #inner-box-17 table tr:nth-child(2) th:nth-child(5) {
    width: 70px !important;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(6) {
    width: 70px !important;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(7) {
    width: 70px !important;
  }

  #inner-box-17 table tr:nth-child(2) th:nth-child(8) {
    width: 70px !important;
  }

  #inner-box-17 table tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d6d6d6;
    white-space: normal;
  }

  #inner-box-17 table tr td.col-3 {
    position: relative;
    color: #0000EE;
    text-decoration: underline;
  }


  #inner-box-17 table tr td.col-3 p:first-child {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    cursor: pointer;
  }

  #inner-box-17 table tr td.col-3 p:first-child::-webkit-scrollbar {
    display:none;
  }

  #inner-box-17 table tr td.col-3 p.hover {
    text-overflow: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: initial;
    overflow-y: initial;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    z-index: 1;
    white-space: nowrap;
    opacity:0.0;
    height: 100%;
    width: 100%;
  }

  #inner-box-17 table tr td.col-3 p.hover:hover {
    opacity:1.0;
    height: auto;
    min-height: 80%;
    width: auto;
    min-width: 90%;
    padding: 5% 5%;
  }

  #inner-box-17 table td:last-of-type {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-17 table tr td .scout_button {
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 8px;
    margin: 0 auto;
    background: #71CAEF;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
  }

  #inner-box-17 table tr td .scout_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

#inner-box-17 table tr:nth-child(2) th {
  background-color: white !important;
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

/* ------------ #inner-box-18 ------------ */
#inner-box-18 h3 {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 20px 0 0 0;
}

#inner-box-18 ul.group-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0 0;
  border-bottom: 2px solid #71CAEF;
}

#inner-box-18 ul.group-media li {
  list-style: none;
  width: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-right: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#inner-box-18 ul.group-media li a {
  width: 100%;
  background: #e9f0f4;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#inner-box-18 ul.group-media li a:link, #inner-box-18 ul.group-media li a:visited, #inner-box-18 ul.group-media li a:active {
  text-decoration: none;
  color: #b0bdc3;
}

#inner-box-18 ul.group-media li a:hover {
  background: #71CAEF;
  color: #fff;
}

#inner-box-18 ul.group-media li a.here {
  background: #71CAEF;
  color: #fff;
}

#inner-box-18 ul.group-media li:last-child {
  border-right: none;
}

#inner-box-18 table .delete-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #FF0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 14px;
  margin-left: 8px;
  cursor: pointer;
  border: none;
}

#inner-box-18 table .resend-button {
  margin-left: 8px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-18 table .resend-button:disabled {
  background: #d6d6d6;
  color: #444444;
  cursor: not-allowed;
}

@media (min-width: 769px) {
  .scroll_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #71CAEF;
    overflow:hidden;
  }

  .scroll_tabs li {
    list-style: none;
    width: calc(100% / 6);
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .scroll_tabs li a {
    width: 100%;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .scroll_tabs li a:link, .scroll_tabs li a:visited, .scroll_tabs li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  .scroll_tabs li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  .scroll_tabs li a.here {
    background: #71CAEF;
    color: #fff;
  }

  .scroll_tabs li:last-child {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .scroll_tabs  {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 0 0;
    border-bottom: 2px solid #71CAEF;
    overflow-x:scroll;
  }

  .scroll_tabs li {
    list-style: none;
    width:42%;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    font: normal 1.4rem/1.4 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .scroll_tabs li a {
    width: 100%;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .scroll_tabs li a:link, .scroll_tabs li a:visited, .scroll_tabs li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }

  .scroll_tabs li a:hover {
    background: #71CAEF;
    color: #fff;
  }

  .scroll_tabs li a.here {
    background: #71CAEF;
    color: #fff;
  }

  .scroll_tabs li:last-child {
    border-right: none;
  }
}

#inner-box-18 .upload-area {
  display: block;
  position: relative;
  width: 80%;
  margin: 28px auto 0;
  padding: 24px 0;
  border-radius: 8px;
  background-color: #f7f7f7;
  border: solid 1px #e6e6e6;
}

#inner-box-18 .upload-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -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;
}

#inner-box-18 .upload-area h3 {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 16px 0;
  text-align: center;
}

#inner-box-18 .upload-area img {
  display: block;
  position: relative;
  width: 72px;
  height: auto;
}

#inner-box-18 .upload-area span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-18 .upload-area .mgtb-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

#inner-box-18 .upload-area .mgtb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

#inner-box-18 .upload-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #0088d0;
  border: 2px solid #0088d0;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  width: 80%;
  max-width: 164px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 2.2;
  font: normal 1.4rem/2.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#inner-box-18 .upload-area .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-18 .upload-area .btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

#inner-box-18 .upload-area a {
  text-decoration: none;
}

#inner-box-18 .container-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 28px auto 0;
}

#inner-box-18 .container-box .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inner-box-18 .container-box .image-list .image-item {
  display: block;
  position: relative;
  width: 15.6%;
  overflow: hidden;
  margin-bottom: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inner-box-18 .container-box .image-list .image-item figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

#inner-box-18 .container-box .image-list .image-item.selected figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: solid 3px #71caef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inner-box-18 .container-box .image-list .image-item.selected:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  content: '選択済み';
  font-weight: lighter;
  font-size: 12px;
  line-height: 1.6;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #71caef;
  padding: 1px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #inner-box-18 .container-box .image-list .image-item {
    width: 30%;
  }
  #inner-box-18 .container-box .image-list .image-item.selected:after {
    content: '選択\a済み';
    white-space: pre;
    padding: 1px 4px;
  }
}

#inner-box-18 .container-box .image-list .image-item:before {
  content: '';
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

#inner-box-18 .container-box .image-list .image-item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-18 .container-box .image-list .image-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#inner-box-18 .container-box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}

#inner-box-18 .container-box .bottom .delete {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  font-size: 14px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-weight: 500;
  padding: 16px 60px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #ed1954;
  text-decoration: unset;
}

#inner-box-18 .container-box .bottom .delete:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-18 .container-box .bottom .pagenation-box {
  margin: 0%;
}

#inner-box-18 .group-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 20px 0 0 0;
}

#inner-box-18 .group-02 h3 {
  margin: 0;
}

#inner-box-18 .group-02 .tpl_button {
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
}

#inner-box-18 .group-02 .tpl_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-18 table.table-01 {
  width: 100%;
  margin: 10px 0 0 0;
  border: 1px solid #d6d6d6;
}

#inner-box-18 table.table-01 tr {
  border-bottom: 1px solid #d6d6d6;
}

#inner-box-18 table.table-01 tr td {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  padding: 15px;
  border-right: 1px solid #d6d6d6;
  text-align: left;
  vertical-align: middle;
}

#inner-box-18 table.table-01 tr td:last-of-type {
  border: none;
}

@media (max-width: 768px) {
  #inner-box-18 table.table-01 tr td:first-of-type {
    width: 35%;
  }

  #inner-box-18 table.table-01 tr td input[type='text'] {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

@media (min-width: 769px) {
  #inner-box-18 table.table-01 tr td:first-of-type {
    width: 20%;
  }

  #inner-box-18 table.table-01 tr td input[type='text'] {
    width: 30%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

#inner-box-18 table.table-01 tr td input[type='text'].w100 {
  width: 100%;
}

#inner-box-18 table.table-01 tr td input[type='text']:first-of-type {
  margin: 0 10px 0 0;
}

#inner-box-18 table.table-01 tr td input[type='text']:focus {
  outline: none;
}

#inner-box-18 table.table-01 tr td textarea {
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-18 table.table-01 tr td textarea:focus {
  outline: none;
}

#inner-box-18 table.table-01 tr td p.note-text {
  font-size: 10px;
  line-height: 1.5;
  font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 10px 0 0 0;
}

#inner-box-18 table.table-01 tr td label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 20px 0 0;
}

#inner-box-18 table.table-01 tr td label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 769px) {
  #inner-box-18 table.table-02 {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
  }

  #inner-box-18 table.table-02 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-18 table.table-02 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-18 table.table-02 tr th:last-of-type {
    border: none;
  }

  #inner-box-18 table.table-02 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
  }

  #inner-box-18 table.table-02 tr td:last-of-type {
    border: none;
  }

  #inner-box-18 table.table-02 tr td:nth-of-type(1) {
    text-align: left;
  }

  #inner-box-18 table.table-02 tr td:nth-of-type(2) {
    text-align: left;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a {
    padding: 10px;
    background: #ff8a00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a:link, #inner-box-18 table.table-02 tr td:nth-child(4) a:visited, #inner-box-18 table.table-02 tr td:nth-child(4) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a {
    padding: 10px;
    background: #ed1954;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a:link, #inner-box-18 table.table-02 tr td:nth-child(5) a:visited, #inner-box-18 table.table-02 tr td:nth-child(5) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media (max-width: 768px) {
  #inner-box-18 .table-02_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

  #inner-box-18 table.table-02 {
    margin: 0px 0 0 0;
    border: 1px solid #d6d6d6;
    table-layout: fixed;
    width: 200%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
  }

  #inner-box-18 table.table-02 thead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  #inner-box-18 table.table-02 tr {
    border-bottom: 1px solid #d6d6d6;
  }

  #inner-box-18 table.table-02 tr th {
    background: #6f797e;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
  }

  #inner-box-18 table.table-02 tr th:last-of-type {
    border: none;
    width: 8%;
  }

  #inner-box-18 table.table-02 tr th:nth-child(1) {
    width: 20%;
  }

  #inner-box-18 table.table-02 tr th:nth-child(3) {
    width: 10%;
  }

  #inner-box-18 table.table-02 tr th:nth-child(4) {
    width: 8%;
  }

  #inner-box-18 table.table-02 tr td {
    font-size: 13px;
    line-height: 1.5;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 7px 5px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
  }

  #inner-box-18 table.table-02 tr td:last-of-type {
    border: none;
  }

  #inner-box-18 table.table-02 tr td:nth-of-type(1) {
    text-align: left;
    width: 20%;
  }

  #inner-box-18 table.table-02 tr td:nth-of-type(2) {
    text-align: left;
  }

  #inner-box-18 table.table-02 tr td:nth-of-type(3) {
    width: 10%;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 8%;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a {
    padding: 10px;
    background: #ff8a00;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a:link, #inner-box-18 table.table-02 tr td:nth-child(4) a:visited, #inner-box-18 table.table-02 tr td:nth-child(4) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-18 table.table-02 tr td:nth-child(4) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) {
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 8%;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a {
    padding: 10px;
    background: #ed1954;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a:link, #inner-box-18 table.table-02 tr td:nth-child(5) a:visited, #inner-box-18 table.table-02 tr td:nth-child(5) a:active {
    text-decoration: none;
    color: #fff;
  }

  #inner-box-18 table.table-02 tr td:nth-child(5) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

#inner-box-18 button.submit_button {
  width: 150px;
  margin: 35px auto 0;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
  display: block;
}

#inner-box-18 button.submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------------ #inner-box-24 ------------ */
#inner-box-24 .group-01 {
  max-width: 450px;
  padding: 30px;
  margin: 45px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  text-align: center;
}

#inner-box-24 .group-01 p {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
}

#inner-box-24 .group-01 p.line-box {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 15px 0;
  padding: 15px 0;
}

#inner-box-24 .group-01 p .tel {
  font-size: 18px;
  line-height: 1.5;
  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

/* ------------ #inner-box-32 ------------ */
#inner-box-32 h2 + p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 40px 0 0 0;
}

#inner-box-32 form .number-box {
  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;
  margin: 40px 0 0 0;
}

#inner-box-32 form .number-box select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#inner-box-32 form .number-box select::-ms-expand {
  display: none;
}

#inner-box-32 form .number-box select:focus {
  outline: none;
}

#inner-box-32 form .number-box p {
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 0 0 0 20px;
}

#inner-box-32 form p.total {
  font-size: 18px;
  line-height: 2;
  font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  font-weight: 700;
  margin: 30px 0 0 0;
  text-align: center;
}

#inner-box-32 form .submit_button {
  width: 200px;
  display: block;
  padding: 20px 0;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 1;
  font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  background: #71CAEF;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-appearance: button;
}

#inner-box-32 form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------------ #inner-box-35 ------------ */
#inner-box-35 ul.group-02 {
  margin: 20px 0 0 0;
}

#inner-box-35 ul.group-02 li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
  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;
}

#inner-box-35 ul.group-02 li .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  line-height: 2.2;
  font: normal 1.5rem/2.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 75%;
}

#inner-box-35 ul.group-02 li a.text {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 15px;
  line-height: 1.5;
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-35 ul.group-02 li a.text:link, #inner-box-35 ul.group-02 li a.text:visited, #inner-box-35 ul.group-02 li a.text:active {
  text-decoration: none;
  color: #444;
}

#inner-box-35 ul.group-02 li a.text:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-35 ul.group-02 li a.button {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding: 15px 25px;
  display: block;
  text-align: center;
}

#inner-box-35 ul.group-02 li a.button:link, #inner-box-35 ul.group-02 li a.button:visited, #inner-box-35 ul.group-02 li a.button:active {
  text-decoration: none;
  background: #71CAEF;
  color: #fff;
  width: 12%;
}

#inner-box-35 ul.group-02 li a.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-35 ul.pagenation-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#inner-box-35 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 20px 0 0 0;
}

#inner-box-35 form::before {
  content: '';
  width: 17px;
  height: 16px;
  background: url(/img/customer/hs_17.png) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
}

#inner-box-35 form input[type='text'] {
  border: none;
  background: #dfeaf0;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 6px 0 6px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
}

#inner-box-35 form input[type='text']::-webkit-input-placeholder {
  color: #82a2b2;
}

#inner-box-35 form input[type='text']:-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-35 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-35 form input[type='text']::placeholder {
  color: #82a2b2;
}

#inner-box-35 form input[type='text']::-ms-input-placeholder {
  color: #82a2b2;
}

#inner-box-35 form input[type='text']:focus {
  outline: none;
}

#inner-box-35 form .submit_button {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
}

#inner-box-35 form .submit_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------------ #inner-box-36 ------------ */
#inner-box-36 dl {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  color: #444;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #inner-box-36 dl {
    display: block;
    margin: 0 2%;
  }
}

#inner-box-36 dl.fl-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#inner-box-36 dl dt {
  width: 170px;
}

#inner-box-36 dl dt.require:after {
  display: inline-block;
  position: relative;
  content: "※";
  color: #FF0000;
  font-size: 10px;
  vertical-align: top;
}

#inner-box-36 dl dt.pdt-24 {
  padding-top: 24px;
}

#inner-box-36 dl dt .delete-button {
  font-size: 11px;
  line-height: 1;
  font: normal 1.1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  background-color: #FF0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 4px 8px;
  margin-left: 8px;
  cursor: pointer;
}

#inner-box-36 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#inner-box-36 dl dd .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner-box-36 dl dd .inner dl dt {
  width: 120px;
}

#inner-box-36 dl dd .inner dl dd select {
  width: 280px;
}

@media (max-width: 768px) {
  #inner-box-36 dl dd .inner dl {
    display: block;
  }

  #inner-box-36 dl dd .inner dl dd select {
    width: 100%;
  }
}

#inner-box-36 dl dd select {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

@media (max-width: 768px) {
  #inner-box-36 dl dd select {
    width: 100%;
  }
}

#inner-box-36 dl dd select::-ms-expand {
  display: none;
}

#inner-box-36 dl dd select:focus {
  outline: none;
}

#inner-box-36 dl dd input[type='text'],
#inner-box-36 dl dd input[type='number'],
#inner-box-36 dl dd input[type='date'] {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-36 dl dd input[type='text'].w20,
#inner-box-36 dl dd input[type='number'].w20,
#inner-box-36 dl dd input[type='date'].w20 {
  width: 140px;
  margin: 0 5px;
}

#inner-box-36 dl dd input[type='text'].w20:first-of-type,
#inner-box-36 dl dd input[type='number'].w20:first-of-type,
#inner-box-36 dl dd input[type='date'].w20:first-of-type {
  margin: 0 5px 0 0;
}

#inner-box-36 dl dd input[type='text']:focus,
#inner-box-36 dl dd input[type='number']:focus,
#inner-box-36 dl dd input[type='date']:focus {
  outline: none;
}

#inner-box-36 dl dd input[type='text'].disable,
#inner-box-36 dl dd input[type='number'].disable,
#inner-box-36 dl dd input[type='date'].disable {
  background-color: #D3D3D3;
}

#inner-box-36 dl dd input[type="number"] {
  -moz-appearance: textfield;
}

#inner-box-36 dl dd input[type="number"]::-webkit-inner-spin-button, #inner-box-36 dl dd input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#inner-box-36 dl dd input[type='checkbox'] {
  margin: 0 5px 0 0;
}

#inner-box-36 dl dd label.c-box input[type='checkbox'], #inner-box-36 dl dd label.c-box input[type='radio'] {
  margin: 0 15px 0 0;
}

#inner-box-36 dl dd label.c-box.mb5 {
  margin: 0 5px 10px 0;
}

#inner-box-36 dl dd label.c-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}

#inner-box-36 dl dd .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#inner-box-36 dl dd .date:before {
  content: "";
  background-image: url(/img/customer/hs_32.png);
  margin: 0;
  position: absolute;
  background-origin: content-box;
  background-size: contain;
  height: 1.2em;
  opacity: 1;
  width: 1.2em;
  background-repeat: no-repeat;
  outline: none;
  display: inline-block;
  cursor: default;
  pointer-events: none;
  -webkit-user-modify: read-only !important;
  pointer-events: none;
  cursor: pointer;
  left: 8%;
}

#inner-box-36 dl dd input[type='date'] {
  width: 160px;
  padding-left: 40px;
}

#inner-box-36 dl dd input[type='date']::-webkit-calendar-picker-indicator {
  margin: 0;
  position: absolute;
  opacity: 0;
}

#inner-box-36 dl dd textarea {
  width: 100%;
  height: 120px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-36 dl dd textarea.h100 {
  height: 250px;
}

#inner-box-36 dl dd textarea.m10 {
  margin: 10px 0 0 0;
}

#inner-box-36 dl dd textarea.remarks {
  height: 78px;
}

#inner-box-36 dl dd textarea:focus {
  outline: none;
}

#inner-box-36 dl dd label {
  cursor: pointer;
}

#inner-box-36 dl dd label.button__radio {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px 10px 0;
  display: inline-block;
  margin: 0 5px 0 0;
}

#inner-box-36 dl dd label.button__radio input[type='checkbox'],
#inner-box-36 dl dd label.button__radio input[type='radio'] {
  margin: 0 15px 0 0;
}

#inner-box-36 dl dd label.button__radio.mb5 {
  margin: 0 5px 10px 0;
}

#inner-box-36 dl dd label.mr20 {
  margin: 0 20px 0 0;
}

#inner-box-36 dl .button__add-access a,
#inner-box-36 dl .button__toggle a {
  display: block;
  position: relative;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #fff;
  color: #0088D0 !important;
  text-align: center;
  border: solid 1px #0088D0;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#inner-box-36 dl .button__add-access a:after,
#inner-box-36 dl .button__toggle a:after {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(/img/customer/hs_30.png);
  background-size: contain;
  background-position: center;
}

#inner-box-36 dl .button__add-access a:hover,
#inner-box-36 dl .button__toggle a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-36 dl .button__add-access a {
  width: 240px;
}

#inner-box-36 dl .button__toggle a {
  width: 350px;
}

#inner-box-36 dl .button__toggle a.open:after {
  background-image: url(/img/customer/hs_31.png);
}

#inner-box-36 .submit-box {
  text-align: center;
  margin: 35px 0 0 0;
  position: relative;
}

#inner-box-36 .submit-box button {
  width: 200px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#inner-box-36 .submit-box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#inner-box-36 .submit-box button.draft_button {
  margin: 0 0 0 10px;
  background: #ff8a00;
}

#inner-box-36 .submit-box button.preview_button {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
}

#inner-box-36 dl dd label.c-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#inner-box-36 dl dd label.c-box input[type='checkbox'],
#inner-box-36 dl dd label.c-box input[type='radio'] {
  margin: 0 15px 0 0;
}
#inner-box-36 dl dd label.c-box.mb5 {
  margin: 0 5px 10px 0;
}
@media (max-width: 768px) {
  #inner-box-36 dl dd label.c-box {
    display: block;
    margin: 0 0px 10px 0;
  }
}
#inner-box-36 dl dd .search_button {
  width: 200px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

@media (max-width: 768px) {
  #inner-box-36 dl .button__toggle a {
    width: 100%;
  }
}

.scout_alldisp_button {
  text-align: center;
  width: 500px;
  line-height: 1;
  font: normal 20px "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 8px;
  margin: 20px auto 0 auto;
  background: #FF8A00;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 768px) {
  .scout_alldisp_button {
    width: 90%;
  }
}

.reply_require_text {
  position: relative;
  top: 3px;
  font-size: 15px;
  padding: 8px 0px 0px 10px;
  display: inline-block;
  font: normal 1.4rem "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.customer-message-reply-require:before {
  content: "要返信";
  display: block;
  position: relative;
  width: 100%;
  background-color: #71CAEF;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font: normal 1.4rem "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}



@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #header {
    height: unset;
  }
}
@media (max-width: 768px) {
  #header h1 img {
    width: 20%;
    height: auto;
  }
  #header nav#g-nav ul {
    margin-left: 5px;
  }
  #header nav#g-nav ul li {
    font-size: 10px;
    text-align: center;
    margin: 0 0 0 0;
    width: 50px;
  }

  #header nav#g-nav ul li a i {
    margin: 0 0 0 0;
  }
}
@media (max-width: 768px) {

  #header {
    min-width: 0px;
    height: 60px;
    position: relative;
  }
  #header h1 {
    display: block;
    position: relative;
    width: 200px;
  }
  #main-wrap-box {
    min-width: 0px;
  }
  #footer {
    min-width: 0px;
    margin: 0 0 0 0;
  }
}

@media (max-width: 768px) {
  #header nav#g-nav ul li[data-num]::before {
    left: -10px;
  }
}


#humberger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100vw;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  background-color: rgba(248, 246, 241, 0.7);
  opacity: 0;
}

#humberger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100vw;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  background-color: rgba(248, 246, 241, 0.7);
  opacity: 0;
}

#humberger-menu.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#humberger-close {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  filter: grayscale(100%);
}

#humberger-menu .menus-area {
  display: block;
  position: relative;
  width: 100%;
  overflow: scroll;
  height: calc(100vh - 6.4vw - 21.33333vw);
  background-color: #565C5F;
  padding: 6.4vw 6.4vw 21.33333vw 0vw;
}



#humberger-menu .menus-area ul {
  width: 100%;
  /* height: 100%; */
  margin: 0 0 0 0;
  /* position: fixed; */
  background: #565C5F;
}

#humberger-menu .menus-area ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-bottom: 1px solid #6b777e;
}

#humberger-menu .menus-area ul li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 15px 0 15px 25px;
}

#humberger-menu .menus-area ul li p {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 15px 55px 25px 25px;
  color: #fff;
  font-size: 13px;
}

#humberger-menu .menus-area ul li a:link, #humberger-menu .menus-area ul li a:visited, #humberger-menu .menus-area ul li a:active {
  text-decoration: none;
  color: #fff;
}

#humberger-menu .menus-area ul li a:hover {
  background: #495256;
}

#humberger-menu .menus-area ul li a i {
  width: 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#humberger-menu .menus-area ul li a i img {
  margin: 0 auto;
  display: block;
}

#humberger-menu .menus-area ul li a.here {
  background: #495256;
}

#humberger-menu .menus-area ul li:nth-child(n+12) {
  border: none;
  margin: 20px 0 0 0;
}

#humberger-menu .menus-area ul li a.img_link{
    padding: 0;
    }
#humberger-menu .menus-area ul li a.img_link img{
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 0 0 0 25px;
}

#humberger-menu .menus-area ul li:nth-child(n+12) a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  padding: 5px 0 5px 25px;
}

#humberger-menu .menus-area ul li:nth-child(12) a:link, #main-wrap-box #side-nav ul li:nth-child(12) a:visited, #main-wrap-box #side-nav ul li:nth-child(12) a:active {
  text-decoration: none;
  color: #fff;
}

#humberger-menu .menus-area ul li:nth-child(12) a:hover {
  background: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#humberger-menu .menus-area ul li:nth-child(12) a i {
  width: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

#humberger-menu .menus-area ul li:nth-child(12) a i img {
  margin: 0 auto;
  display: block;
}

#humberger-menu .menus-area__small-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #444444;
  font-size: 1.3rem;
}


@media (max-width: 768px) {
  #main-wrap-box {
    margin: 0px 0 0 0;
  }
  #main-wrap-box #content-box {
    padding: 10px;
  }
  #inner-box-14 .area-1 {
    width: 100%;
    border-right: 0px solid #d6d6d6;
    height: 100vh;
  }
  #inner-box-14 .area-1 ul.group-01 li p.last_message {
    width: 80vw;
  }
  #inner-box-14 .area-2 {
    height: calc(100vh - 80px)
  }
  #inner-box-14 .area-2 {
    padding: 0 0 0 0px;
  }
  #inner-box-14 .area-2 .text-box {
    height: auto;
  }
  #inner-box-14 .area-2 .group-04 form .message-box .submit_button {
    display: none;
  }
  #inner-box-14 .area-2 .group-04 form .message-box textarea {
    height: 150px;
  }
  #inner-box-14 .area-2 .text-box ul.group-03 li {
    width: 90%;
  }
  #inner-box-14 .area-2 .group-04 form {
    width: 96%;
  }
  #inner-box-14 .area-2 .group-04 form .message-box textarea {
    margin: 5px 0 0 0;
    padding: 4px 10px 4px 10px;
  }
  .reply_require_text {
    top: 3px;
    padding: 0px 0px 0px 10px;
  }
}

#message-back {
  position: fixed;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate( -90deg );
  filter: grayscale(100%);
  display: inline-block;
  margin: 0px 10px 0 0;
  bottom: 70px;
  left: 10px;
  z-index: 999;
}

#message-back img {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.messageGroup_background_coler{
  background-color: #e4fad8;
}
.message-select{
  background-color: #ffc8c8;
}

.is_entry {
  font-size: 14px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0px 0px 0px;
  display: inline-block;
}

.is_entry input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 1px;
}

.is_unread {
  font-size: 14px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0px 0px 0px;
  display: inline-block;
}

.is_unread input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 1px;
}

.is_reply {
  font-size: 14px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0px 0px 0px;
  display: inline-block;
}

.is_reply input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 1px;
}

.is_keeped {
  font-size: 14px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0px 0px 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .is_keeped {
    padding: 4px 0px 0px 0px;
  }
}

.is_keeped input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 1px;
}

.only_keep_button {
  width: 300px;
  padding: 10px;
  margin: 10px 10px 20px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #71CAEF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-appearance: button;
  display: block;
}

.only_keep_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-resizable-n {
  height: 15px !important;
}

.ui-resizable-n:after {
  top: 14px;
  content: "";
  width: 15px;
  height: 1px;
  background: #aaa;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.ui-resizable-n:before {
  top: 9px;
  content: "";
  width: 15px;
  height: 1px;
  background: #aaa;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.chat-send-sp {
  font-family: "Noto Sans JP", Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 90%;
  margin: 40px auto 0px;
  background-color: #7d9c9d;
  color: #ffffff;
  padding: 2.13333vw 4.26667vw 2.13333vw 4.26667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 20px;
  text-decoration: none;
}

.chat-recive-sp {
  font-family: "Noto Sans JP", Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  background-color: #FF8A00;
  color: #ffffff;
  padding: 2.13333vw 4.26667vw 2.13333vw 4.26667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

#floating.view {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

#floating {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  -webkit-box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 2.13333vw 5.33333vw 2.13333vw 5.33333vw;
}

.search_input {
  font-size: 12px;
}

.more_scout_btn {
  background: #71CAEF;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}

.more_filter_content {
  display: none;
}

@media (max-width:768px) {
  #note-box-02 {
    max-width: 100%;
  }

  .more_filter_content dl:nth-child(1) dt {
    max-width: 35px;
  }

  .more_filter_content dl:nth-child(1) dd:nth-child(1) {
    max-height: 43px;
    max-width: 40px;
  }

  .more_filter_content dl:nth-child(1) dd input:nth-child(1) {
    max-width: 40px;
  }

  .more_filter_content dl:nth-child(2) dd select {
    min-width: 90px !important;
  }

  .more_filter_content dl:nth-child(4) dd select {
    width: 100% !important;
    margin-top: 4px !important;
  }

  .more_filter_content dl:nth-child(4) dt {
    width: 25% !important;
  }

  #note-box-02 dl dd.area-box button {
    margin: 4px 0 0 4px;
  }
}

.more_filter {
  width: 300px;
  padding: 10px 0;
  margin: 15px auto 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

.keyboard-active {
  height: 400px;
}

.new-create-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 0;
}
.new-create-box li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: auto 5px;
}
.new-create {
  text-decoration: none;
  color: #FF8A00;
  padding: 5px 10px;
  border: 1px solid #FF8A00;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.copy_offer_list{
  padding-left: 0;
}

.copy_offer_list li {
  margin: 10px 0;
  list-style: none;
}

#cropper-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,70%);
	/* padding: 40px 20px; */
	overflow: auto;
	transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}

.cropper-div {
  width: 80%;
  height: 80%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

#cropper-box a.button {
  padding: 10px 30px;
  font-size: 15px;
  font: normal 1.2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  background: #71CAEF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  border: none;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#cropper-box a.button:link, #cropper-box a.button:visited, #cropper-box a.button:active {
  text-decoration: none;
  color: #fff;
  border: none;
}
.pickup-message {
  font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #444;
  margin: 0 30px 0 0;
}

#gotop {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 2%;
  width: 3.6vw;
  height: 3.6vw;
  z-index: 999;
  cursor: pointer;
}

#gotop img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #gotop {
    width: 35px;
    height: 35px;
    bottom: 65px;
    right: 8px;
  }

  #scrollable {
    position: absolute;
    left: 40vw;
    top: 15vw;
    width: 20.6vw;
    height: 20.6vw;
    z-index: 1000;
    align-items: center;
    text-align: center;
    align-content: center;
  }

  #scrollable img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #gotop.detail {
    bottom: 84px;
  }
}

@media (max-width: 768px) {
  .front #search .modals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .front #search .modals.open {
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    z-index: 300;
  }

  .front #search .modals .field {
    display: block;
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border-radius: 8px;
    height: 70%;
  }

  .front #search .modals .field {
    width: 90%;
  }

  .front #search .modals .field {
    height: 90%;
  }

  .front #search .modals .field .modal-close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(25%, -25%);
            transform: translate(25%, -25%);
    z-index: 200;
    width: 44px;
    height: 44px;
  }

  .front #search .modals .field .modal-close-button img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }

  .front #search .modals .field .content {
    display: block;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    text-align: center;
  }

  .front #search .modals .field .content {
    padding: 10% 0;
  }

  .front #search .modals .field .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 80%;
  }

  .front #search .modals .field .content .title {
    margin: 0vw auto 0 auto;
  }

  .front #search .modals .field .content .title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 2.2rem;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .front #search .modals .field .content .title h4 {
    font-size: 5.86667vw;
  }

  .front #search .modals .field .content .title h4 {
    line-height: 9.6vw;
  }


  .front #search .modals .field .content .title h4:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-image: url(/img/user/icon_search.png);
    margin-right: 8px;
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }

  .front #search ul {
    width: 100%;
    display: flex;
  }

  .front #search .modals .field .content .title h4:before {
    line-height: 9.6vw;
  }
  .front #search .modals .field .content ul li a {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }

  .front #search .modals .field .content ul li a {
    font-size: 3.2vw;
  }

  .front #search .modals .field .content .buttons ul li {
    width: 48.2%;
  }

  .front #search .modals .field .content .buttons ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 60px;
  }

  .front #search .modals .field .content .buttons ul li a {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }

  .front #search .modals .field .content .buttons ul li a {
    font-size: 3.2vw;
  }

  .front #search .container .condition {
    width: 50%;
  }

  .front #search .container .condition {
    margin-bottom: 2.13333vw;
  }

  .front #search .container .condition {
    padding: 1.73333vw 1.73333vw 1.73333vw 1.73333vw;
  }

  .front #search .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .front #search .container .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    height: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    cursor: pointer;
  }

  .front #search .container .condition .selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #0088D0;
    font-size: 1.4rem;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .front #search .container .condition .selector:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
  }

  .front #search .container .condition .selector.selection:before {
    background-image: url(/img/user/icon_search.png);
  }

  .front #search .container .condition .selector {
    font-size: 3.73333vw;
  }

  .front #search .container .condition .selector {
    line-height: 4.26667vw;
  }

}

#inner-box-18 table.table-03 {
  width: 100%;
  margin: 10px 0 0 0;
  border: 1px solid #d6d6d6;
}

#inner-box-18 table.table-03 tr {
  border-bottom: 1px solid #d6d6d6;
}

#inner-box-18 table.table-03 tr td {
  font-size: 13px;
  line-height: 1.5;
  font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  padding: 15px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
}

#inner-box-18 table.table-03 tr td:last-of-type {
  border: none;
  padding: 0;
}

@media (max-width: 768px) {
  #inner-box-18 table.table-03 tr td:first-of-type {
    width: 80%;
  }

  #inner-box-18 table.table-03 tr td input[type='text'] {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

@media (min-width: 769px) {
  #inner-box-18 table.table-03 tr td:first-of-type {
    width: 90%;
  }

  #inner-box-18 table.table-03 tr td input[type='text'] {
    width: 30%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

#inner-box-18 table.table-03 tr td input[type='text'].w100 {
  width: 100%;
}

#inner-box-18 table.table-03 tr td input[type='text']:first-of-type {
  margin: 0 10px 0 0;
}

#inner-box-18 table.table-03 tr td input[type='text']:focus {
  outline: none;
}

#inner-box-18 table.table-03 tr td textarea {
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 13px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #444;
  font-size: 14px;
  line-height: 2;
  font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#inner-box-18 table.table-03 tr td textarea:focus {
  outline: none;
}

#inner-box-18 table.table-03 tr td p.note-text {
  font-size: 10px;
  line-height: 1.5;
  font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 10px 0 0 0;
}

#inner-box-18 table.table-03 tr td label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 20px 0 0;
}

#inner-box-18 table.table-03 tr td label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#inner-box-18 table.table-03 tr td .delete-button {
  font-size: 11px;
  line-height: 1;
  font: normal 1.1rem / 1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  background-color: #FF0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

#note-box-02 button.scount_search_button {
  width: 200px;
  padding: 20px 0;
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  background: #FF8A00;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#note-box-02 button.scount_search_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#note-box-02 button.last_criteria_button {
  width: 200px;
  padding: 20px 0;
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#note-box-02 button.last_criteria_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#note-box-02 button.delete_saved_search_button {
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px auto 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#note-box-02 button.delete_saved_search_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#note-box-02 button.save_search_btn {
  width: 140px;
  height: 50px;
  padding: 10px 0;
  margin: 10px auto 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #71CAEF;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: button;
}

#note-box-02 button.save_search_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#note-box-02 button.save_search_btn:disabled {
  background-color: #D3D3D3;
}

#note-box-02 .saved_search_select {
  width: 360px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem / 1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 30px 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
  background-size: 10px auto;
}

#note-box-02 .search_conditions_name {
  width: 260px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 10px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: top;
}

@media (max-width: 768px) {
  #note-box-02 .saved_search_select {
    width: 70%;
  }
  #note-box-02 .search_conditions_name {
    width: 90%;
  }
  #note-box-02 button.save_search_btn {
    width: 50%;
  }
}

.table-of-contents {
  margin: 0 0 40px;
  padding: 18px 3%;
  background-color: #f8f8f8;
  font-size: 14px;
}

.table-of-contents ul li {
  padding-bottom: 15px;
}

.answer {
  font-size: 14px;
  padding-bottom: 10px;
}

.back-to-top-section{
  text-align: right;
}

h1.bdr {
  border-bottom: 1px solid #333;
  margin: 0 0 20px;
  padding: 0 2px 5px 0;
  font-size: 18px;
}

h2.question-title {
  font-size: 18px;
  border-bottom: 1px solid #333;
  margin: 0 0 20px;
  padding: 0 2px 5px 0;
}

p.answer samp {
  font-size: 18px;
  font-weight: bold;
}

.guide-wysiwyg-section {
  margin-bottom: 40px;
}

.question-anker {
  position: relative;
  top: -60px;
}

.select-site-type {
  margin: 30px 0 0 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .select-site-type {
    padding: 0 30px;
  }

  .select-site-type label:nth-of-type(1) {
    margin: 0!important;
  }

  .select-site-type .form-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .select-site-type .label {
    width: 120px;
  }

  .select-site-type .input {
    flex: 1;
  }

  .select-site-type .checkbox-group {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

.select-site-type label:nth-of-type(1) {
  margin: 0 0 0 20px;
}

.select-site-type input {
  margin: 5px;
}

#inner-box-36 dl dd .upload-area {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}

#inner-box-36 dl dd .upload-area p {
  font-size: 14px;
  line-height: 1.5;
  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  margin: 15px 0;
}

#inner-box-36 dl dd .upload-area figure img {
  vertical-align: bottom;
}

#inner-box-36 dl dd .upload-area button {
  width: 170px;
  border: 1px solid #0088D0;
  background: none;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #0088D0;
  text-align: center;
}

#inner-box-36 dl dd .upload-area button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.edit_diff {
  color: #E30000 !important;
  font-weight: bold;
}

#offer_detail_btn {
  background: #FF8A00 !important;
}

.order_edit_annotation {
  font-size: 12px;
  color: #ff4400;
}

@media (min-width: 769px) {
  .auto_send_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #71CAEF;
    overflow:hidden;
  }
  .auto_send_tabs li {
    list-style: none;
    width: 400px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auto_send_tabs li a {
    width: 100%;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auto_send_tabs li a:link, .auto_send_tabs li a:visited, .auto_send_tabs li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }
  .auto_send_tabs li a:hover {
    background: #71CAEF;
    color: #fff;
  }
  .auto_send_tabs li a.here {
    background: #71CAEF;
    color: #fff;
  }
  .auto_send_tabs li:last-child {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .auto_send_tabs  {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    margin: 20px 0 0 0;
    border-bottom: 2px solid #71CAEF;
    overflow-x:scroll;
  }
  .auto_send_tabs li {
    list-style: none;
    width:42%;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    font: normal 1.4rem/1.4 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-right: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auto_send_tabs li a {
    width: 100%;
    background: #e9f0f4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auto_send_tabs li a:link, .auto_send_tabs li a:visited, .auto_send_tabs li a:active {
    text-decoration: none;
    color: #b0bdc3;
  }
  .auto_send_tabs li a:hover {
    background: #71CAEF;
    color: #fff;
  }
  .auto_send_tabs li a.here {
    background: #71CAEF;
    color: #fff;
  }
  .auto_send_tabs li:last-child {
    border-right: none;
  }
}
#apply_mail_send_body:disabled {
  background-color: #f5f5f5;
  color: #999999;
  border-color: #dddddd;
  opacity: 1;
  cursor: not-allowed;
}
#apply_message_send_body:disabled {
  background-color: #f5f5f5;
  color: #999999;
  border-color: #dddddd;
  opacity: 1;
  cursor: not-allowed;
}
