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

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

*******************************************
*/
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
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: #ff0000;
  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 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  a:hover {
    color: #ff9999;
  }
  a:hover:after {
    color: #ff9999;
  }
}

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 -10px;
}
@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: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #ff0000;
  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: #ff9999;
}

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

/* 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: "\f0e0";
}

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

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

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-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: #003d79;
  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: #003d79;
}

.fontred {
  color: #ff0000;
}

.tableBox table {
  border-collapse: collapse;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1rem;
}
@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;
  }
}

.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: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -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: #003d79;
}

.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: #003d79;
}

.inline-Style ul {
  letter-spacing: -0.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: -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: 16px;
  line-height: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

/*
#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: #003d79;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.5625rem;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#wrapper #breadcrumb ul {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 15px 10px;
  letter-spacing: -0.4em;
}
#wrapper #breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: normal;
}
#wrapper #breadcrumb ul li:first-child a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
}
#wrapper #breadcrumb ul li + li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  margin-left: 0.5em;
}

.mainimg {
  width: 100%;
  height: 300px;
  background-color: #dddddd;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerArea {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 20px 10px 15px;
  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;
}
.headerArea p {
  margin-top: -5px;
}
@media screen and (min-width: 993px) {
  .headerArea p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.headerArea a {
  color: #003d79;
}
@media screen and (min-width: 993px) {
  .headerArea a {
    text-align: center;
  }
  .headerArea a:hover {
    color: #ff0000;
  }
}
.headerArea a span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 993px) {
  .headerArea a:nth-child(2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .headerArea a:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerArea {
    padding: 15px 10px;
  }
  .headerArea p {
    margin-top: 0px;
  }
  .headerArea a {
    font-size: 80%;
    display: block;
    background-color: #003d79;
    color: #fff;
    border-radius: 0.25rem;
    padding: 6px 12px;
  }
  .headerArea a > span {
    display: none;
  }
}
.headerArea h1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .headerArea h1 {
    width: 150px;
  }
}

header {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #003d79;
}

.titleArea {
  margin-bottom: 30px;
}
.titleArea span {
  display: inline-block;
  margin-right: 0.5em;
}
.titleArea .online-text {
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  main .main-header #top-head {
    position: relative;
  }
  main .main-header #top-head.open .menuBox {
    display: block;
    max-height: 100vh;
    height: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  main .main-header #top-head .menuBox {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    -webkit-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    transition: all, 0.25s;
    max-height: 0px;
    height: auto;
  }
}
main .main-header .menuArea {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea {
    margin-top: 20px;
  }
}
main .main-header .menuArea .menuBox {
  background-color: #f5f5f5;
}
main .main-header .menuArea #nav-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea #nav-toggle {
    display: block;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #999999;
  }
  main .main-header .menuArea #nav-toggle i {
    margin-right: 0.5em;
  }
}
main .main-header .menuArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea ul {
    display: block;
  }
}
main .main-header .menuArea ul li {
  border-left: 1px solid #aaa;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea ul li {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #999999;
  }
}
main .main-header .menuArea ul a {
  color: #000;
}
main .main-header .menuArea ul a.active {
  background-color: #003d79;
}
@media screen and (min-width: 993px) {
  main .main-header .menuArea ul a:hover {
    background-color: #003d79;
  }
}
main .main-header .menuArea .mainmenu li {
  text-align: center;
  width: calc(100% / 4);
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea .mainmenu li {
    width: 100%;
  }
  main .main-header .menuArea .mainmenu li:first-child {
    border-top: none;
  }
}
main .main-header .menuArea .mainmenu li:last-child {
  border-right: 1px solid #aaa;
}
main .main-header .menuArea .mainmenu a {
  display: block;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea .mainmenu a {
    padding: 10px;
  }
}
main .main-header .menuArea .submenu {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea .submenu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    text-align: center;
  }
}
main .main-header .menuArea .submenu a {
  padding: 3px 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea .submenu a {
    font-size: 1rem;
    display: block;
    padding: 10px;
  }
}
main .main-header .menuArea .submenu li:first-child {
  border-left: none !important;
}
@media screen and (max-width: 768px) {
  main .main-header .menuArea .submenu li:first-child {
    border-left: none;
  }
}
main .main-header,
main .main-body {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  margin: 40px auto;
}
main .leadArea {
  padding: 10px 20px;
  background-color: #f5f5f5;
  margin: 10px auto;
}
main .leadArea strong {
  font-weight: bold;
}
main .leadArea .red {
  color: #ff0000;
}
main .main-body {
  margin-top: 20px;
}
main .main-body .sectionBox {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  main .main-body .sectionBox {
    margin: 30px 0;
  }
}
main h2 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  background-color: #003d79;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  main h2 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 768px) {
  main h2 {
    padding: 8px 15px;
  }
}
main h2 label {
  display: inline-block;
  margin-right: 1em;
}
main h2 span {
  display: inline-block;
}
main h3 {
  border-bottom: solid 3px #ddd;
  position: relative;
  font-size: 1.25rem;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 20px;
}
main h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #003d79;
  bottom: -3px;
  left: 0;
  width: 20%;
}
main h4 {
  margin-bottom: 15px;
  border-left: 6px solid #003d79;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 1.125rem;
}
main h5 {
  background-color: #f5f5f5;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
main h6 {
  border-left: 6px solid #003d79;
  border-bottom: 1px solid #003d79;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
main .tableBox table {
  border-bottom: 1px solid #999999;
}
main .tableBox th,
main .tableBox td {
  padding: 20px 15px;
}
main .tableBox th {
  background-color: #f5f5f5;
  border-top: 1px solid #999999;
  width: 250px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .tableBox th {
    width: 100%;
  }
}
main .tableBox td {
  border-top: 1px solid #999999;
}
main .colorBox .textArea {
  padding: 20px;
  border: 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  main .colorBox .textArea::after {
    position: absolute;
    color: #fff;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.8125rem;
    width: 50px;
    height: 100%;
    margin: auto;
    top: 0;
    right: 10px;
    opacity: 0.9;
    z-index: -10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .colorBox .textArea.color01 {
  background-color: #fff9fa;
  border-color: #ff799a;
}
main .colorBox .textArea.color02 {
  background-color: #fffdee;
  border-color: #ffea46;
}
main .colorBox .textArea.color03 {
  background-color: #eef7ff;
  border-color: #46a3ff;
}
main .colorBox .textArea .not-completed {
  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;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  main .colorBox .textArea .not-completed {
    margin: 0;
  }
}
main .colorBox .textArea .not-completed .iconBox,
main .colorBox .textArea .not-completed .textBox {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  main .colorBox .textArea .not-completed .iconBox,
main .colorBox .textArea .not-completed .textBox {
    padding: 0;
    width: 100% !important;
  }
}
main .colorBox .textArea .not-completed .textBox {
  width: calc(100% - 160px);
}
main .colorBox .textArea .not-completed .iconBox {
  width: 160px;
}
@media screen and (max-width: 768px) {
  main .colorBox .textArea .not-completed .iconBox {
    margin-bottom: 10px;
  }
}
main .colorBox .textArea .not-completed .iconBox p {
  margin-top: 0;
  text-align: center;
  background-color: #f00;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 100%;
  color: #fff;
  padding: 15px 20px;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  main .colorBox .textArea .not-completed .iconBox p {
    padding: 10px 20px;
  }
}
main .colorBox .textArea .not-completed .iconBox p span {
  display: block;
  font-size: 0.75rem;
  line-height: initial;
}
main .colorBox .color-table table {
  margin: 15px 0;
}
main .colorBox .color-table th {
  text-align: left;
}
main .colorBox .color-table th,
main .colorBox .color-table td {
  padding: 3px 10px;
}
@media screen and (max-width: 768px) {
  main .colorBox .color-table th,
main .colorBox .color-table td {
    width: 100%;
    display: block;
  }
}
main .menuBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .menuBox {
    height: 50px;
  }
}
main .menuBox nav {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .menuBox nav {
    position: absolute;
    top: 0;
  }
}
main .menuBox nav > ul {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
main .menuBox nav > ul > li {
  display: inline-block;
  width: calc(100% / 5);
  font-size: 0.875rem;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 100;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .menuBox nav > ul > li {
    width: 20%;
  }
}
@media screen and (min-width: 993px) {
  main .menuBox nav > ul > li:hover {
    background-color: #003d79;
  }
  main .menuBox nav > ul > li:hover > a {
    color: #fff;
    border-bottom: 1px solid #fff !important;
  }
}
@media screen and (max-width: 768px) {
  main .menuBox nav > ul > li {
    width: 100% !important;
    display: block;
  }
}
main .menuBox nav > ul > li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #003d79;
  border-bottom: 1px solid #003d79;
  color: #003d79;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .menuBox nav > ul > li > a {
    border-top: none;
  }
}
main .menuBox nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .menuBox nav > ul > li > ul {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
  }
}
main .menuBox nav > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 5%;
  border-bottom: 1px solid #ccc;
  background-color: #003d79;
  color: #fff;
}
@media screen and (min-width: 993px) {
  main .menuBox nav > ul > li li > a:hover {
    background-color: #fff;
    color: #003d79;
  }
}
main .text-Box {
  margin-top: 15px;
}
main .accArea dt {
  margin-bottom: 10px;
}
main .accArea .accordion span {
  color: #ff0000;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 993px) {
  main .accArea .accordion span:hover {
    color: #ff9999;
  }
}
main .accArea dd {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .accArea dd {
    padding: 10px;
  }
}
main .accArea .close {
  margin-top: 15px;
}
main .accArea .close span {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #003d79;
  background-color: #003d79;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 993px) {
  main .accArea .close span:hover {
    background-color: #fff;
    color: #003d79;
  }
}
main .tagArea sup {
  vertical-align: super;
  font-size: smaller;
  top: 0;
}
main .tagArea sub {
  vertical-align: sub;
  font-size: smaller;
  bottom: 0;
}
main .tagArea b {
  font-weight: bold;
}
main .tagArea u {
  text-decoration: underline;
}
main .tag-list .over-tableBox th,
main .tag-list .over-tableBox td {
  border: 1px solid #999;
}
main .tag-list .over-tableBox th {
  background-color: #f5f5f5;
}
main .tag-list .list-item {
  margin-top: 20px;
}
main .tag-list .etcUl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  main .tag-list .etcUl ul {
    margin: 0 -10px;
  }
}
main .tag-list .etcUl ul li {
  width: calc(100% / 9);
  padding: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .tag-list .etcUl ul li {
    width: 11.1111111111%;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main .tag-list .etcUl ul li {
    width: calc(100% / 7);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .tag-list .etcUl ul li {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 768px) {
  main .tag-list .etcUl ul li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .tag-list .etcUl ul li {
    width: 33.3333333333%;
  }
}
main .tag-list .etcUl ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
main .layoutArea {
  width: 100%;
  border: 1px solid #999;
  margin: auto;
  padding: 10px;
}
@media screen and (min-width: 993px) {
  main .layoutArea {
    width: 80%;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main .layoutArea {
    padding: 30px;
  }
}
main .layoutArea .layout-title {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
main .layoutArea .layout-item {
  margin-top: 20px;
}
main .timeicon::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 10px;
}
main .maillist-table thead th:nth-child(1) {
  width: 10%;
}
main .maillist-table thead th:nth-child(3) {
  width: 40%;
}

footer {
  background-color: #003d79;
  color: #fff;
  display: block;
  width: 100%;
}

.footerArea {
  margin-top: 20px;
}
.footerArea ul {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footerArea ul li:first-child {
  font-size: 0.625rem;
}
.footerArea ul li:last-child {
  font-size: 0.625rem;
}
.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2; }