@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  min-width: 320px;
  max-width: 2000px;
  margin: auto;
}

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

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  color: #2f4e9d;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 993px) {
  a {
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
  }
  a:hover {
    color: #00cf8c;
  }
  a:hover:after {
    color: #00cf8c;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.j-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a[target="_blank"]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "FontAwesome";
  display: inline-block;
  color: #2f4e9d;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

a[target="_blank"]:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".zip"]:hover:after,
a[href$=".txt"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
a[href^="mailto:"]:hover:after {
  color: #00cf8c;
}

/* 外部リンク要素 --- */
a[target="_blank"]:after {
  content: "\f08e";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f003";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f016";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  background-color: #2f4e9d;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}

#page-top a:hover {
  text-decoration: none;
  background-color: #2f4e9d;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}

.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}

.over-tableBox table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}

.over-tableBox table thead th {
  text-align: center;
}

.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}

.list-Style ul > li:before {
  content: "\f111";
  font-family: "FontAwesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #2f4e9d;
}

.number-Style ol {
  counter-reset: my-counter;
}

.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}

.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 3px;
  background-color: #2f4e9d;
}

.inline-Style ul {
  letter-spacing: -.4em;
}

.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}

.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}

.table-Style ul li {
  display: table-cell;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: -webkit-linear-gradient(transparent 60%, #ff0 0%);
  background: -o-linear-gradient(transparent 60%, #ff0 0%);
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 14px;
  line-height: 1.42857rem;
}

/*
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#loader {
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 280px;
  height: 60px;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}
*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #2f4e9d;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

h1:not([class]) {
  font-size: 2.57143rem;
  line-height: 2.92857rem;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  h1:not([class]) {
    font-size: 2.28571rem;
    line-height: 2.64286rem;
  }
}

@media screen and (max-width: 768px) {
  h1:not([class]) {
    font-size: 2rem;
    line-height: 2.35714rem;
  }
}

h2:not([class]) {
  font-size: 1.71429rem;
  line-height: 2.07143rem;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  h2:not([class]) {
    font-size: 1.42857rem;
    line-height: 1.78571rem;
  }
}

@media screen and (max-width: 768px) {
  h2:not([class]) {
    font-size: 1.14286rem;
    line-height: 1.5rem;
  }
}

h3:not([class]) {
  font-size: 1.42857rem;
  line-height: 1.78571rem;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  h3:not([class]) {
    font-size: 1.28571rem;
    line-height: 1.64286rem;
  }
}

@media screen and (max-width: 768px) {
  h3:not([class]) {
    font-size: 1.14286rem;
    line-height: 1.5rem;
  }
}

h4:not([class]) {
  font-size: 1.42857rem;
}

h5:not([class]) {
  font-size: 1.28571rem;
}

#wrapper {
  padding: 20px 10px;
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.precautions {
  padding: 30px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .precautions {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .precautions {
    padding: 15px;
  }
}

.precautions h4 {
  color: #db4c4c;
  font-weight: bold;
  margin-bottom: 5px;
}

.precautions .pre-btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.precautions .pre-btnArea ul li {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .precautions .pre-btnArea ul li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .precautions .pre-btnArea ul li {
    width: 100%;
  }
}

.precautions .pre-btnArea ul li a {
  display: block;
  padding: 5px 10px;
}

@media screen and (min-width: 993px) {
  .precautions .pre-btnArea ul li a:hover {
    background-color: #fff;
  }
}

.precautions .pre-btnArea ul li i {
  margin-right: 5px;
}

.precautions .accordion1 {
  margin-top: 10px;
}

.precautions .accordion1 p.tori {
  display: inline-block !important;
  width: inherit !important;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 993px) {
  .precautions .accordion1 p.tori:hover {
    background-color: #f5f5f5;
  }
}

.precautions .accordion1 .inner {
  display: none;
}

.precautions .accordion1 .accordionbody {
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .precautions .accordion1 .accordionbody {
    padding: 15px;
  }
}

.pre-gray {
  background-color: #f5f5f5;
}

.pre-red {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pre-border {
  border: 1px solid #2f4e9d;
}

.pre-border dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2f4e9d;
}

.pre-border dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pre-border dl dt {
  color: #2f4e9d;
}

.pre-border dl dd span {
  display: inline-block;
  margin-right: 1em;
}

.pre-com {
  width: 700px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .pre-com {
    width: 100%;
  }
}

header {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  header {
    margin-bottom: 20px;
  }
}

header .textArea {
  background-color: #db4c4c;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  header .textArea {
    font-size: 0.85714rem;
    line-height: 1rem;
  }
}

#breadcrumb ul {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 20px 10px 0;
  letter-spacing: -.4em;
}

#breadcrumb ul li {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: normal;
}

#breadcrumb ul li:first-child span:before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 0.2em;
}

#breadcrumb ul li + li:before {
  margin-right: 0.2em;
  content: "/";
  font-family: "FontAwesome";
}

.font-red,
table tbody th span.req::after {
  color: #ff0000;
}

main {
  /*管理画面*/
}

main .sectionBox {
  margin-bottom: 40px;
}

main .sectionBox .font-red {
  font-weight: bold;
}

main .sectionBox .titleArea .note {
  margin-top: 10px;
  margin-bottom: 10px;
}

main .sectionBox h3 {
  background-color: #2f4e9d;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
}

main .sectionBox small {
  font-size: 80%;
  line-height: normal;
}

main .sectionBox .lh-100 {
  line-height: 100%;
}

main .sectionBox table {
  width: 100%;
  border-top: 1px solid #ccc;
}

main .sectionBox table th,
main .sectionBox table td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  main .sectionBox table th,
  main .sectionBox table td {
    padding: 10px 5px;
  }
}

main .sectionBox table.input tbody th {
  width: 31%;
  background-color: #f5f5f5;
  text-align: left;
}

main .sectionBox table.input tbody th span {
  display: inline-block;
  margin-right: 0.5em;
}

main .sectionBox table.input tbody th span.req:after {
  content: "※";
  font-weight: bold;
  margin-left: 5px;
}

main .sectionBox table.input tbody th small {
  display: block;
}

@media screen and (max-width: 768px) {
  main .sectionBox table.input tbody th small {
    display: inline-block;
  }
}

main .sectionBox table.input tbody td {
  width: 69%;
}

@media screen and (max-width: 768px) {
  main .sectionBox table.input tbody th,
  main .sectionBox table.input tbody td {
    display: block;
    width: 100%;
  }
}

main .radio-tate ul li {
  margin-bottom: 5px;
}

main .radio-tate ul li:last-child {
  margin-bottom: 0;
}

main .inputUL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .inputUL li {
  padding: 0 10px;
}

main .name {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .name li {
  width: 250px;
}

@media screen and (max-width: 768px) {
  main .name li {
    width: 100%;
  }
  main .name li:nth-child(2) {
    margin-top: 10px;
  }
}

main .number li {
  width: 90px;
}

@media screen and (max-width: 768px) {
  main .number li {
    width: 33.33333%;
    max-width: 140px;
  }
}

main .number li.underbar, main .number li.tilde {
  width: 20px !important;
  margin: 0 -10px;
  text-align: center;
  padding: 0 5px !important;
}

main .number li.tilde {
  width: 24px !important;
}

main .yuubin li:last-child {
  width: 150px;
}

@media screen and (max-width: 768px) {
  main .yuubin li:last-child {
    width: 120px;
  }
}

main .day li {
  width: 5em !important;
}

main .day li:first-child {
  width: 6em !important;
}

@media screen and (max-width: 768px) {
  main .day li {
    width: 32% !important;
  }
  main .day li:first-child {
    width: 36% !important;
  }
}

main .day li input {
  text-align: center;
}

main .yen li.yen-icon {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  main .yen li.yen-icon {
    width: 1em !important;
  }
}

@media screen and (max-width: 768px) {
  main .yen li {
    width: 100%;
  }
}

main .year li {
  width: 5em;
}

main .year li:first-child {
  width: 6em !important;
}

@media screen and (max-width: 768px) {
  main .year li {
    width: 28% !important;
  }
  main .year li:first-child {
    width: 35% !important;
  }
}

main .year li input {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .reception li {
    width: 50% !important;
  }
}

main .reception li input {
  text-align: center;
}

main .btnArea-add {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  background-color: #f5f5f5;
}

@media screen and (min-width: 993px) {
  main .btnArea-add:hover {
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 768px) {
  main .btnArea-add {
    font-size: 0.71429rem;
    height: calc(1.65em + .95rem + 2px);
    padding: .375rem .45rem;
  }
}

@media screen and (min-width: 993px) {
  main .btnArea-add:hover {
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
  }
}

main .btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -5px 0;
}

@media screen and (min-width: 993px) {
  main .btnArea ul {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  main .btnArea ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

main .btnArea ul li {
  padding: 0 10px;
  min-width: 180px;
}

@media screen and (min-width: 993px) {
  main .btnArea ul li {
    min-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  main .btnArea ul li {
    margin: 5px 0;
    width: 80%;
  }
}

main .btnArea ul li a {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.14286rem;
}

@media screen and (min-width: 993px) {
  main .btnArea ul li a:hover {
    background-color: #f5f5f5;
  }
}

main .btnArea ul li a.next {
  background-color: #2f4e9d;
  color: #fff;
}

main .btnArea ul li a.next::after {
  color: #fff;
}

@media screen and (min-width: 993px) {
  main .btnArea ul li a.next:hover {
    background-color: #fff;
    color: #2f4e9d;
  }
  main .btnArea ul li a.next:hover::after {
    color: #2f4e9d;
  }
}

main .btnArea ul li a.prev {
  background-color: #f5f5f5;
}

@media screen and (min-width: 993px) {
  main .btnArea ul li a.prev:hover {
    background-color: #fff;
  }
}

main .btn-arrows ul {
  margin: 0 -5px;
}

main .btn-arrows ul li {
  padding: 0 5px;
  min-width: 70px;
}

main .btn-arrows ul li a {
  font-weight: bold;
  padding: 5px;
}

main dl.completeText dt.comtitle {
  font-size: 1.57143rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #2f4e9d;
}

@media screen and (max-width: 768px) {
  main dl.completeText dt.comtitle {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 768px) {
  main .com-btnArea li {
    width: 100% !important;
  }
}

main .com-btnArea a {
  margin-top: 15px;
}

main .com-btnArea a.next {
  background-color: #2f4e9d;
  color: #fff;
}

main .com-btnArea a.next::after {
  color: #fff;
}

@media screen and (min-width: 993px) {
  main .com-btnArea a.next:hover {
    background-color: #fff;
    color: #2f4e9d;
  }
  main .com-btnArea a.next:hover::after {
    color: #2f4e9d;
  }
}

main .com-btnArea a span {
  display: inline-block;
}

main table.management thead th {
  background-color: rgba(0, 130, 88, 0.15);
  border-left: 1px solid #ccc;
}

main table.management thead th:first-child {
  border-left: none;
}

main table.management tbody th,
main table.management tbody td {
  padding: 10px;
}

main table.management tbody th {
  width: 40%;
  background-color: #f5f5f5;
}

main table.management tbody td {
  width: 30%;
  text-align: right;
  border-left: 1px solid #ccc;
}

main table.management tbody td input.form-control {
  text-align: right;
  width: 60px !important;
  margin-right: 10px;
}

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

main .edit-h-control .itembox {
  width: 50%;
}

@media screen and (max-width: 768px) {
  main .edit-h-control .itembox {
    width: 100%;
  }
  main .edit-h-control .itembox.item01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  main .edit-h-control .itembox.item02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

main .edit-h-control dl.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

main .edit-h-control dl.member dt,
main .edit-h-control dl.member dd {
  padding: 10px;
  width: 33.33333%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .edit-h-control dl.member dt {
  background-color: rgba(0, 130, 88, 0.15);
}

@media screen and (max-width: 768px) {
  main .edit-h-control dl.member dt {
    width: 100% !important;
  }
  main .edit-h-control dl.member dd {
    width: 60%;
  }
  main .edit-h-control dl.member dd:last-child {
    width: 40%;
    font-size: 0.85714rem;
  }
}

main .edit-h-control th,
main .edit-h-control td {
  border: 1px solid #ccc;
}

main .edit-h-control .btn-arrows ul {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media screen and (max-width: 768px) {
  main .edit-h-control .btn-arrows ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

main .edit-h-control label input[type="checkbox"]:checked + span {
  color: #ff0000;
}

main .edit-h-control label input[type="checkbox"]:checked + span::before {
  background-color: #ff0000;
  border-color: #ff0000;
}

main table.edit th {
  width: 25%;
  background-color: #f5f5f5;
}

main table.edit td {
  width: 25%;
  text-align: center;
}

main table.edit td .checkboxArea .label_list_item label {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  main table.edit th,
  main table.edit td {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  main table.edit tbody th,
  main table.edit tbody td,
  main table.edit tfoot th,
  main table.edit tfoot td {
    width: 100% !important;
    display: block;
  }
}

main .lookArea {
  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;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  main .lookArea {
    margin: 0;
  }
}

main .lookArea .itemBox {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  main .lookArea .itemBox {
    padding: 0 5px;
  }
}

main .lookArea .itemBox.item02 {
  min-width: 70px;
}

footer .foodArea {
  padding: 10px;
  text-align: right;
  background-color: #2f4e9d;
}

footer .foodArea a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 993px) {
  footer .foodArea a:hover {
    opacity: 0.7;
  }
}
