@charset "utf-8";
@import url(./notosansjapanese.css);

html {
  font-size: 62.5%;
}

body,
input,
pre,
textarea {
  font-family: 'Noto Sans Japanese', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #3E4145;
  font-size: 1.5rem;
}

input,
pre,
textarea,
code {
  font-size: 1.0rem;
}

@font-face {
  font-family: FontAwesome;
  src: url('../webfonts/fa-solid-900.woff'), url('../webfonts/fa-solid-900.woff2');
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: middle;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

textarea {
  resize: vertical;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  height: auto;
}

img#mynavi {
  max-width: 200px;
}

iframe {
  width: 100%;
  max-width: 100%;
}

.b {
  font-weight: bold;
}

.red {
  color: #CB1C1D;
}

.center {
  text-align: center;
}

.table.center {
  margin: 10px auto;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}

.left {
  float: left;
}

.right {
  float: right;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

ul.num,
ul.dot,
ul.triangle,
ul.arrow,
ul.rice,
ul.border,
ol.brackets,
ul.circle {
  list-style-position: inside !important;
}

ul.num li,
ul.dot li,
ul.triangle li,
ul.arrow li,
ul.rice li {
  padding-left: 1.0rem;
  text-indent: -1.0rem;
}

ol.brackets li {
  text-indent: -1.3rem;
}

ul.circle li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

ul.num {
  list-style: decimal;
  list-style-type: decimal;
}

ul.maru>li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: #333;
  margin-right: 8px;
}

ul.maru ol {
  padding: 0 1.2rem;
}

li.maru02::before {
  content: "○";
  font-size: 1.2rem;
  margin-right: 8px;
}

ul.dot>li:before {
  color: #868686;
}

ul.arrow>li::before {
  color: #5AA1D8;
}

ul.dot>li:before {
  content: "・";
}

ul.square-mark>li {
  font-weight: 600;
  padding: 4px;
  font-size: 1.2rem;
}

ul.square-mark>li:before {
  color: #5AA1D8;
  content: "◆";
  padding-right: 8px;
}

ul.triangle li::before {
  font-family: FontAwesome;
  content: "\f105";
  color: #5AA1D8;
  font-size: 1.2em;
  padding-right: 0.2rem;
}

ul.arrow a,
ul.triangle a {
  vertical-align: baseline;
  text-decoration: none;
}

ul.arrow a:hover,
ul.triangle a:hover {
  opacity: 0.5;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

ul.arrow>li::before {
  font-family: FontAwesome;
  content: "\f138";
  padding-right: 0.3rem;
  font-size: 1.3rem;
}

ul.rice li::before {
  content: "※";
}

ol.brackets>li {
  counter-increment: cnt;
}

ol.brackets>li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

ul.circle>li::before {
  font-family: FontAwesome;
  content: "\f111";
  color: #acd0eb;
  padding-right: 0.3rem;
}

ol.brackets>li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

a:link,
a:visited,
a:active {
  color: #3E4145;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.6;
}

a img:hover,
.trans {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

@media screen and (max-width:500px) {
  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }
}

h2 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
}

h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background: #CB1C1D;
  border-radius: 4px;
}

.heightMax {
  /* min-height: calc(100vh - 88px); */
  border-bottom: 4px double #CB1C1D;
}

/* .footer{ height: 88px; } */
table.type01,
table.type02,
table.type03,
table.head {
  border-collapse: collapse;
}

table.type01 th,
table.type01 td,
table.type02 th,
table.type02 td {
  border: 1px solid #ccc;
  text-indent: 0;
  padding: 0.5rem;
}

table.type03 th,
table.type03 td {
  text-indent: 0;
  padding: 0.5rem;
}

table.type02 th {
  font-weight: bold;
  color: #5AA1D8;
  background: #eef5fb;
  border-left: 5px solid;
  text-align: left;
}

table.type03 {
  width: 100%;
}

table.type03 th {
  background: #eef5fb;
  text-align: left;
}

table.type03 th {
  border-bottom: 4px solid #fff;
  border-right: 6px solid #fff;
}

table.type03 td {
  border-bottom: 1px dotted #ccc;
}

table.type03 tr:last-child th,
table.type03 tr:last-child td {
  border-bottom: none;
}

.in {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

/* @media screen and (min-width:1000px){.in{ width: 80%; }} */
.big {
  padding-top: 6.0rem;
}

.middle {
  padding-top: 4.0rem;
}

.small {
  padding-top: 2.0rem;
}

.mini {
  padding-top: 1.0rem;
}

.minim {
  padding-top: 0.5rem;
}

@media screen and (max-width:470px) {
  .big {
    padding-top: 5.0rem;
  }

  .middle {
    padding-top: 3.0rem;
  }

  .small {
    padding-top: 1.0rem;
  }

  .mini {
    padding-top: 0.8rem;
  }

  .minim {
    padding-top: 0.3rem;
  }
}

a.iconArrow::before {
  font-family: FontAwesome;
  content: "\f138";
  padding-right: 0.5em;
}

a.moreLink {
  display: inline-block;
  background: #868686;
  border: 1px solid #868686;
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
}

a.moreLink:hover {
  background: #fff;
  color: #868686;
  cursor: pointer;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 999;
}

#pageTop a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #868686;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1.0em 0.5em;
}

#pageTop a:hover {
  background: #868686;
  color: #fff;
}

#pageTop i {
  font-size: 2.0em;
}

#pageTop span {
  display: block;
  font-size: 1.1em;
}

.bread p {
  font-size: 0.9em;
}

.bread p a {
  color: #868686;
  vertical-align: baseline;
}

.bread p::after {
  content: "〉";
  color: #868686;
  padding: 0 0 0 0.6em;
}

.bread p:last-child {
  font-weight: bold;
  color: #3E4145;
}

.bread p:last-child::after {
  content: none;
}