@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 0px;
  margin: 0px;
  background-color: #f2f2f3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 640px, rgba(220, 220, 220, 1) 640px, rgba(250, 250, 250, 1) 100%);
  position: relative;
}
a:link, a:active, a:visited {
  color: #469bc7;
  text-decoration: underline;
}
a:hover {
  color: #469bc7;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ol {
  margin-left: 28px;
  padding: 0;
  line-height: 150%;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
.txt01 {
  margin-bottom: 30px;
}
.txt02 {
  margin-bottom: 20px;
}
.txt03 {
  margin-bottom: 1em;
}
.right {
  text-align: right;
}
.right2 {
  text-align: right;
}
.center {
  text-align: center;
}
.indent01 {
  padding-left: 2px;
  text-indent: 1em;
}
.indent02 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent03 {
  margin-left: 3em;
  text-indent: -1em;
}
.indent_pattern {
  margin-left: 5.65em;
  text-indent: -5.65em;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 15px;
}
.under_line {
  text-decoration: underline;
}
.example {
  font-size: 0.8em;
  vertical-align: top;
  line-height: 150%;
}
.header_bg {
  background-color: #37a0dc;
}
.head_box {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-btn {
  cursor: pointer;
  align-items: center;
  display: flex;
}
.home-btn a {
  width: 60px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-color: #5f5046;
  border-radius: 100vh;
  padding: 10px 25px 10px 25px;
  display: inline-block;
  line-height: 100%;
  font-size: 16px;
  text-align: center;
}
.home-btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.kome {
  padding-left: 1rem;
}
.kome:before {
  content: "※";
  margin-left: -1rem;
}
footer {
  background-color: #5f5046;
  font-size: 15px;
  line-height: 180%;
}
footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #f7debf;
}
.footer_h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.jimukyoku img {
  width: 115px;
}
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1100px以上の場合に適用*/
  .smp-none {
    display: none;
  }
  .br_none {
    display: none;
  }
  #container {}
  .h1_header {
    width: 470px;
    display: flex;
    flex-wrap: wrap; /* 改行許可 */
  }
  .h1_header dt {
    width: 200px;
  }
  .h1_header dd {
    width: 270px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 470px;
    height: 54px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    padding: 18px 0;
  }
  header h1 {
    height: 90px;
  }
  footer {
    height: auto;
    margin-top: 120px;
  }
  .footer_info {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
  }
  /* 親要素(コンテナ) */
  .flex-container {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: flex-start;
    align-items: top;
  }
  .footer_right {
    padding-left: 110px;
  }
  .jimukyoku {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    line-height: 150%;
    margin-right: 50px;
  }
  .jimukyoku dt {
    background-color: #fff;
    text-align: center;
    height: 20px;
    color: #5f5046;
    margin-right: 10px;
    padding: 3px;
    font-weight: bold;
  }
  .jimukyoku dd {
    margin-top: 3px;
  }
}
@media screen and (max-width:1099px) {
  /* 999px以下に適用されるCSS（スマホ用） */
  body {
    background-color: #f2f2f3;
    background: linear-gradient(180deg, rgba(220, 220, 220, 1), rgba(250, 250, 250, 1));
  }
  .pc-none {
    display: none;
  }
  .br_none {
    display: none;
  }
  #container {
    background-image: none;
  }
  .head_box {
    width: 100%;
  }
  .h1_header {
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* 改行許可 */
  }
  .h1_header dt {
    width: 200px;
  }
  .h1_header dd {
    width: 270px;
  }
  header h1 {
    width: 80%;
    height: 70px;
    margin-top: 10px;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 100%;
    height: 62px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
  }
  footer {
    height: auto;
    margin-top: 100px;
  }
  .footer_info {
    display: block;
    padding: 30px;
    font-weight: bold;
    color: #fff;
  }
  /* 親要素(コンテナ) */
  .flex-container {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: flex-start;
    align-items: top;
  }
  .jimukyoku {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    line-height: 150%;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .jimukyoku:last-child {
    margin-bottom: 0;
  }
  .jimukyoku dt {
    background-color: #fff;
    text-align: center;
    height: 20px;
    color: #5f5046;
    margin-right: 10px;
    padding: 3px;
    font-weight: bold;
  }
  .jimukyoku dd {
    margin-top: 3px;
  }
  .footer_right {
    padding-left: 110px;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  .br_none {
    display: block;
  }
  #container {
    background-image: none;
  }
  header h1 {
    width: 80%;
    height: 80px;
    margin-top: 0;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    height: 80px;
    font-size: 100%;
    margin: 8px 0;
  }
  .right2 {
    text-align: left;
  }
  .jimukyoku {
    display: block;
  }
  .jimukyoku dt {
    width: 80px;
  }
  #copyright {
    width: 100%;
    padding: 15px 0 0 0;
  }
}