@charset "UTF-8";
/* --------------------------------------------------
   Template by espace（https://espace.monbalcon.net/）
   Copyright: 2020 espace.

   利用規約を遵守の上、ご利用ください。
   二次配布、販売は禁止しています。
   --------------------------------------------------*/
/* ----- ▼ リセット　ここから（基本的には触らない方が良い部分） ▼ ----- */
html {
  font-size: 62.5%;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a, a::after, a::before, button, input, textarea, select {
  transition: background 0.3s, opacity 0.3s;
}

a img, button img {
  transition-duration: 0.3s;
}

a:hover img, button:hover img {
  opacity: 0.7;
}

button {
  outline: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  cursor: hand;
}

input, textarea {
  box-shadow: none;
  -webkit-appearance: none;
}

select {
  appearance: button;
}

p, dl, ul, form {
  margin: 0 0 25px;
  word-wrap: break-word;
}

p:last-child, dl:last-child, ul:last-child, form:last-child {
  margin-bottom: 0;
}

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

@media only screen and (max-width: 720px) {
  p, form {
    margin: 0 0 1.7rem;
  }
  p:last-child, form:last-child {
    margin-bottom: 0;
  }
}

/* ----- ▲ リセット　ここまで（基本的には触らない方が良い部分） ▲ ----- */
/* ----- ▼ レイアウト　ここから ▼ ----- */
/* 基本 */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

body, button, input, textarea, select {
  font: 500 1.6rem/calc(1.6rem + 1.05rem) "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

header {
  position: fixed;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding: 0 15px;
  z-index: 10;
}

footer, main {
  max-width: 720px;
  margin: auto;
}

main {
  padding: 50px 0 100px;
}

article:not(:last-of-type) {
  margin-bottom: 100px;
}

a {
  color: #666;
}


a:not(.image):hover {
  border-bottom: transparent;
}

footer a, h1 a, .menu a, .list-image a {
  border-bottom: 0 !important;
}

/* 見出し */
h1, h2, h3, h4, h5 {
  font-family: "M PLUS Rounded 1c";
}

h1 {
  position: relative;
  width: 90%;
  margin: 30px auto;
  font-size: 140%;
  color: #fff;
  text-align: center;
}

h1:hover {
  background: #282e33;
}

h1 a {
  display: block;
  margin: auto;
  padding: 15px 15px 30px;
  z-index: 100;
  background: #282e33;
  color: #fff;
}

h1 a:hover {
  background: transparent;
  color: #fff;
}

h1 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 95%;
  left: -10px;
  top: -10px;
  border: 1px solid #fff;
}

h2, h3, h4, h5 {
  font-weight: 600;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h2 {
  position: relative;
  margin: 30px auto;
  padding: 0 0 15px;
  font-size: 2.6rem;
  text-align: center;
  color: #000;
}

h3, h4, h5 {
  margin: 50px auto 25px;
  color: #000;
}

h3 {
  font-size: 1.8rem;
}

h3 span {
  display: inline-block;
  padding: 5px 15px 5px 12px;
  background: #999;
  border-left: 3px solid #000;
}

h4 {
  padding: 0 15px 0 12px;
  border-left: 3px solid #000;
  font-size: 1.8rem;
}

h5 {
  font-size: 1.8rem;
}

/* リスト */
ul .description, ol .description {
  margin-left: 10px;
}

ul .description::before, ol .description::before {
  content: "…";
  margin-right: 10px;
}

dl {
  margin: 10px 0;
}

dl dd {
  margin: 0 0 15px;
  padding: 0 0 15px 40px;
  border-bottom: 1px solid #666;
}

dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

dl.inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

dl.inline dt, dl.inline dd {
  margin: 0 0 15px;
  padding: 0 0 15px;
  vertical-align: top;
}

dl.inline dt:last-of-type, dl.inline dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.inline dt {
  width: 200px;
  padding-right: 20px;
  border-bottom: 1px solid #666;
}

dl.inline dt:last-of-type {
  border-bottom: 0;
}

dl.inline dd {
  width: calc(100% - 200px - 20px);
  margin-left: 0;
}

dl.border {
  padding: 15px 20px;
  border: 1px solid #666;
  border-radius: 0.25rem;
}

/* 装飾 */
b, em, strong {
  font-weight: 600;
  font-style: normal;
}

em {
  background: linear-gradient(transparent 80%, #666 80%);
}

strong {
  background: linear-gradient(transparent 60%, #888 60%);
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 85%;
}

hr {
  width: 50%;
  height: 3px;
  margin: 50px auto;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(to right, #000 0%, #555 50%, #fff 100%);
}

.required::after {
  content: "*";
  color: #fff;
}

/* スマホ設定 */
@media only screen and (max-width: 1000px) {
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  main, footer {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
  }
  footer {
    padding: 0 25px 10px;
  }
  main {
    padding: 30px 25px 100px;
  }
  /* 見出し */
  h1 {
    position: relative;
    width: calc(100% - 20px);
    margin: 70px 0 20px 15px;
    font-size: 140%;
    color: #fff;
    text-align: center;
  }
 
  /* リスト */
  ul .description, ol .description {
    display: block;
    margin-left: 10px;
  }
  ul .description::before, ol .description::before {
    content: "└";
    margin-right: 10px;
  }
  dl.border dt, dl.border dd, dl.inline dt, dl.inline dd {
    display: block;
  }
  dl.border dt, dl.inline dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  dl.border dd, dl.inline dd {
    width: calc(100% - 40px);
    padding-left: 40px;
  }
}

/* 展示用カラー */
.smpl_font_color_body {
  color: #4b6d7b;
}

.smpl_back_color_body {
  color: #202529;
}

.smple_deco_color_1 {
  color: #eaf1f8;
}

.smple_deco_color_2 {
  color: #bccad4;
}

.smple_deco_color_3 {
  color: #6c7991;
}

.smple_deco_color_4 {
  color: #4b6d7b;
}

.smple_deco_color_5 {
  color: #eed49b;
}

/* ----- ▲ レイアウト　ここまで ▲ ----- */