@charset "UTF-8";
html {
  font-size: 15px;
}

html.l-font-size {
  font-size: calc(15px + 3px) !important;
}

body {
  background-color: #f5f5f5;
  background-image: url("../image/bg000.png");
  color: #212529;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #40566a;
}

h1 {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

#wrap {
  width: 100%;
}

.d-none {
  display: none;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.w100 {
  width: 100% !important;
}

#ad_top,
#ad_bottom {
  text-align: center;
  width: 100%;
}

#ad_top p,
#ad_bottom p {
  margin: 0 auto;
  padding-bottom: 20px;
}

#ad_top p.ad_pc,
#ad_bottom p.ad_pc {
  display: block;
}

#ad_top p.ad_sp,
#ad_bottom p.ad_sp {
  display: none;
}

.adobe_reader {
  background-color: #dedede;
  display: flex;
  padding: 10px;
}

.adobe_reader p:first-child {
  margin-right: 10px;
}

.adobe_reader p:first-child img {
  width: 159px;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* header */
#header {
  background-color: #f9fafb;
  position: relative;
  z-index: 2;
}

#header #head01 {
  align-items: center;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}

#header #head01 > h1 {
  margin-bottom: 0;
  margin-left: 10px;
  width: 120px;
}

#header #head01 #head-right {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-right: 7px;
  position: relative;
}

#header #head01 #head-right .head-free-space p {
  margin-left: 15px;
  display: inline;
}

#header #head01 #head-right .icons {
  white-space: nowrap;
}

#header #head01 #head-right .icons img {
  height: 28px;
  width: auto;
  margin-right: 5px;
}

#header #head01 #head-right .icons a:last-child img {
  margin-right: 0;
}

#header #head01 #head-right ul li {
  margin-left: 5px;
  text-align: right;
}

#header #head01 #head-right ul li #search {
  width: 215px !important;
}

#header #head01 #head-right ul li #default-font-size {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
}

#header #head01 #head-right ul li #default-font-size p, #header #head01 #head-right ul li #default-font-size form {
  display: inline-block;
}

#header #head01 #head-right ul li #default-font-size p {
  margin-right: 5px;
}

#header #head01 #head-right ul li #default-font-size input[type="radio"] {
  display: none;
}

#header #head01 #head-right ul li #default-font-size input[type="radio"] + label {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  transition: none;
  white-space: nowrap;
}

#header #head01 #head-right ul li #default-font-size input[type="radio"]:checked + label {
  background: linear-gradient(to bottom, #f0f0f0, #fff);
  border: 1px solid #1f3b55;
  cursor: default;
  color: #0f2b44;
}

#header #head01 #head-right ul li #default-font-size input[type="radio"] + label {
  padding: 2px 10px;
}

#header #head01 #head-right ul li div {
  padding-top: 5px;
}

#header #head01 #head-right ul li #gsearch {
  font-size: 0.9rem;
  padding-top: 7px;
}

#header #head01 #head-right ul li #gsearch input[type="text"] {
  padding: 2px 5px !important;
  width: 200px !important;
}

#header #head01 #head-right ul li #gsearch button {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  transition: none;
  white-space: nowrap;
}

#header #head01 #head-right-sp {
  display: none;
}

#header #head-navi {
  box-shadow: 0px 4px 4px -3px #aaa;
  background: linear-gradient(to bottom, #f0f0f0 5%, #f5f5f5 10%, #fff 40%, #fff);
  border-top: 1px solid #fff;
  line-height: 1;
}

#header #head-navi ul {
  border-left: 1px dotted #40566a;
  border-right: 1px dotted #40566a;
  display: flex;
}

#header #head-navi ul li {
  border-right: 1px dotted #40566a;
  color: #40566a;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  text-align: center;
  transition: background-color 0.2s;
  width: 16.6%;
}

#header #head-navi ul li:last-child {
  border-right: none;
  width: 17%;
}

#header #head-navi ul li a {
  color: #40566a;
  display: inline-block;
  padding: 17px 0 15px 0;
  text-decoration: none;
  width: 100%;
}

#header #head-navi ul li.hover, #header #head-navi ul li.active {
  background-color: #40566a;
  color: #fff;
  font-weight: normal;
}

#header #head-navi ul li.hover a, #header #head-navi ul li.active a {
  background-color: #40566a;
  color: #fff;
  text-decoration: none;
}

/* footer */
#footer #foot-navi {
  background-color: #f9fafb;
  box-shadow: 0px -1px 3px #aaa;
  position: relative;
  z-index: 2;
}

#footer #foot-navi p {
  padding: 15px;
}

#footer #foot-navi a:hover {
  text-decoration: underline;
}

#footer #foot-navi #foot-link {
  padding: 15px 15px 0 15px;
}

#footer #foot-navi #foot-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 13px 0 7px;
}

#footer #foot-navi #foot-link ul li {
  line-height: 1.7;
  padding-right: 20px;
}

.ad-sp {
  display: none;
}

/* main */
#main {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  position: relative;
  /* main scroll-list */
  /* areas_table */
}

#main .ad-pc {
  margin-left: 30px;
  width: 300px;
}

#main .ad-pc div {
  padding-bottom: 30px;
}

#main .ad-pc div p:first-child {
  font-size: 1rem;
  text-align: right;
}

#main section {
  padding-bottom: 35px;
}

#main section.close div:nth-child(2) {
  display: none;
}

#main section.close div.acc-btn h1::after {
  content: '\f078';
}

#main section h1 {
  padding: 2px 20px 0 5px;
  line-height: 100%;
}

#main section div.line {
  border-bottom: 3px solid #acacac;
  margin-bottom: 15px;
  padding-bottom: 3px;
  position: relative;
}

#main section div.line::before {
  content: "";
  bottom: -3px;
  width: 15%;
  border-bottom: 3px solid #40566a;
  position: absolute;
}

#main section div.acc-btn {
  cursor: pointer;
  position: relative;
}

#main section div.acc-btn h1::after {
  bottom: 0;
  content: '\f077';
  font-family: "font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  right: 2px;
}

#main .option .scroll {
  height: 400px;
  overflow-y: scroll;
  padding: 10px;
}

#main .scroll-no {
  padding: 10px;
}

#main nav#breadcrumbs {
  background-color: #f5f5f5;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}

#main nav#breadcrumbs ul li {
  display: inline-block;
}

#main nav#breadcrumbs ul li::after {
  content: ">";
  font-size: 0.9rem;
  margin-left: 5px;
}

#main nav#breadcrumbs ul li:last-child::after {
  content: none;
}

#main #main_title {
  padding-left: 10px;
  width: 100%;
}

#main #main_title h1 {
  font-size: 1.7rem;
}

#main #main_title h1::before {
  background-image: url("../image/harerun.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 38px;
  margin: -7px 5px 4px -16px;
  padding-right: 5px;
  vertical-align: middle;
  width: 37px;
}

#main #areas_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: -50px;
}

#main #areas_table ul {
  font-size: 1.15rem;
  margin: 0 15px 50px 10px;
  width: calc(25% - 25px);
}

#main #areas_table ul li {
  padding: 5px 0 0 15px;
}

#main #areas_table ul li:first-child {
  content: "";
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
}

#main #areas_table ul li:first-child::before {
  display: none;
}

#main #areas_table ul li:first-child h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 2px 7px 3px 7px;
  line-height: 100%;
}

#main #areas_table ul li div {
  border-bottom: 3px solid #acacac;
  display: block;
  margin-bottom: 5px;
  position: relative;
}

#main #areas_table ul li div::before {
  content: "";
  bottom: -3px;
  width: 15%;
  border-bottom: 3px solid #40566a;
  position: absolute;
}

#main #detail-menu {
  background-color: #f5f5f5;
  border: 5px double #40566a;
  border-radius: 10px;
  float: right;
  margin: 0 0 20px 15px;
  width: 45%;
}

#main #detail-menu h1 {
  border-bottom: 1px dotted #40566a;
  cursor: pointer;
  font-size: 1.15rem;
  padding: 10px 10px 7px 10px;
  position: relative;
}

#main #detail-menu ul {
  color: #0056b3;
}

#main #detail-menu ul.detail-menu-list {
  padding: 10px;
}

#main #detail-menu ul li {
  text-indent: -22px;
  margin: 0 5px 0 20px;
}

#main #detail-menu ul li li {
  margin-left: 19px;
}

#main #detail-menu.close h1 {
  border-bottom: none;
  margin-bottom: 0;
}

#main #detail-menu.close .detail-menu-list {
  display: none;
}

#main .detail {
  padding: 0 10px 35px 10px;
}

#main .detail div.line {
  margin-bottom: 10px;
  display: flex;
}

#main .detail div.line h1 {
  line-height: 100%;
  padding: 2px 7px 0 7px;
}

#main .detail div.text {
  padding: 0 10px 20px 15px;
}

#main .detail div.image {
  padding: 0 10px 30px 15px;
}

#main .detail div.image p {
  padding-bottom: 10px;
}

#main .detail div.clearfix .f-right {
  margin-left: 10px;
}

#main .detail div.image-multi {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 15px;
}

#main .detail div.image-multi div {
  padding: 0 20px 10px 0;
}

#main .detail div.image-multi p {
  padding-bottom: 5px;
}

#main .detail div.table {
  overflow: auto;
  padding: 0 10px 0 15px;
  margin-bottom: 30px;
}

#main .detail div.table table {
  border-collapse: collapse;
  width: 100%;
}

#main .detail div.table table th {
  background-color: #f5f5f5;
}

#main .detail div.table table th, #main .detail div.table table td {
  border: 1px solid #343434;
  font-size: 1rem;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
}

#main .detail div.list {
  padding: 0 10px 30px 15px;
}

#main .detail div.list li {
  margin-left: 10px;
}

#main .detail div.thumbnail li {
  display: inline-block;
  vertical-align: top;
}

#main .detail div.thumbnail li:first-child {
  margin-left: 0;
  text-align: center;
  width: 25%;
}

#main .detail div.thumbnail li:first-child::before {
  content: none;
}

#main .detail div.thumbnail li:last-child {
  width: 72%;
}

#main .detail div.thumbnail li:last-child span {
  font-size: 0.9rem;
  font-weight: bold;
}

#main .detail div.tw-box-1 {
  display: flex;
  margin: 0 auto 30px auto;
  width: 100%;
}

#main .detail div.movie-wrap {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  /* アスペクト比 16:9の場合の縦幅 */
  padding-bottom: 56.25%;
  position: relative;
}

#main .detail div.movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main .detail div.catalog {
  padding: 0 10px 30px 15px;
}

#main .detail div.catalog ul {
  display: flex;
  flex-wrap: wrap;
}

#main .detail div.catalog ul li {
  border: 1px solid #40566a;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 137px;
}

#main .detail div.catalog ul li p:last-child {
  padding-top: 5px;
}

#main .detail div.catalog ul li p img {
  height: 197px;
  object-fit: contain;
}

#main .detail div.acc02 {
  display: flex;
  flex-wrap: wrap;
}

#main .detail div.acc02 div.acc {
  margin: 0 15px 30px 0;
}

#main .detail div.acc02 div.acc div.line {
  cursor: pointer;
}

#main .detail div.acc02 div.acc div.list {
  padding: 0;
}

#main .detail div.acc02 div.acc.close div.list {
  display: none;
}

#main .detail div.acc02 div.acc {
  width: calc(50% - 15px);
}

#main .detail div.acc04 {
  display: flex;
  flex-wrap: wrap;
}

#main .detail div.acc04 div.acc {
  margin: 0 15px 30px 0;
}

#main .detail div.acc04 div.acc div.line {
  cursor: pointer;
}

#main .detail div.acc04 div.acc div.list {
  padding: 0;
}

#main .detail div.acc04 div.acc.close div.list {
  display: none;
}

#main .detail div.acc04 div.acc {
  width: calc(25% - 15px);
}

/* font awesome */
#footer p span,
.detail div.list li,
.option li {
  padding-left: 13px;
  text-indent: -7px;
}

#areas_table li::before,
#footer #foot-link li::before,
#footer p span::before,
#head-right .head-free-space p::before,
.detail div.list li::before,
.option li::before {
  color: #40566a;
  content: '\f105';
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  margin-left: -5px;
  padding-right: 5px;
}

#areas_table li::before {
  content: '\f152';
  padding-right: 5px;
}

#main #areas_table li:first-child h2 h1::before,
#main .detail h1::before {
  color: #40566a;
  content: '\f192';
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  margin-left: -5px;
  padding-right: 3px;
}

#main #areas_table li:first-child h2 div.acc02 div.acc div.line h1::after,
#main .detail div.acc02 div.acc div.line h1::after {
  color: #40566a;
  content: '\f105';
  font-family: "font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  content: '\f106';
  margin-top: 4px;
  padding: 0.1rem 3px 0 0;
}

#main #areas_table li:first-child h2 div.acc02 div.acc.close div.line h1::after,
#main .detail div.acc02 div.acc.close div.line h1::after {
  content: '\f107';
}

#main #areas_table li:first-child h2 div.acc04 div.acc div.line h1::after,
#main .detail div.acc04 div.acc div.line h1::after {
  color: #40566a;
  content: '\f105';
  font-family: "font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  content: '\f106';
  margin-top: 4px;
  padding: 0.1rem 3px 0 0;
}

#main #areas_table li:first-child h2 div.acc04 div.acc.close div.line h1::after,
#main .detail div.acc04 div.acc.close div.line h1::after {
  content: '\f107';
}

#main #areas_table li:first-child h2 div.acc04 div.line h1,
#main .detail div.acc04 div.line h1 {
  font-size: 1.15rem;
}

#main #detail-menu h1::after {
  color: #40566a;
  content: '\f105';
  font-family: "font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  content: '\f106';
  margin-top: 8px;
  padding: 0.1rem 10px 0 0;
}

#main #detail-menu li::before {
  color: #40566a;
  content: '\f152';
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  margin-left: 10px;
  padding-right: 5px;
  margin-left: 5px;
}

#main #detail-menu.close h1::after {
  content: '\f107';
}

#main #areas_table li:first-child h2::before {
  content: '\f058';
}

#main #head-right .head-free-space p::before,
#main .detail div.list li::before {
  color: #40566a;
}

#footer #foot-link li {
  padding-left: 5px;
  text-indent: -7px;
}

#footer #foot-link li::before,
#footer p span::before {
  color: #40566a;
}

@media screen and (max-width: 768px) {
  #head-navi li a::before {
    color: #40566a;
    content: '\f152';
    font-family: "font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
    padding-right: 5px;
    margin-left: 0;
  }
  #head-navi li:first-child a::before {
    content: '\f015';
    margin-left: -1px;
  }
  #head-navi li.active a::before,
  #head-navi li.hover a::before {
    color: #fff;
  }
  #footer #foot-link h2::after {
    content: '\f13a';
    font-family: "font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 17px;
  }
  #footer #foot-link .done::after {
    content: "" !important;
  }
}

/* flexible width */
@media screen and (min-width: 960px) {
  #header #head-navi li {
    font-size: 1rem;
  }
  #main .double-c {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #main .double-c section {
    width: calc(50% - 10px);
  }
  #main .double-c section:nth-child(even) {
    margin-left: 20px;
  }
  #main section {
    width: 100%;
  }
  #main section h1 {
    font-size: 1.4rem;
  }
  #main section .slides img {
    height: 216px !important;
  }
  .contents-w {
    width: 960px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  #main .double-c {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #main .double-c section {
    width: calc(50% - 10px);
  }
  #main .double-c section:nth-child(even) {
    margin-left: 20px;
  }
  #main section {
    width: 100%;
  }
  #main section h1 {
    font-size: 1.4rem;
  }
  #main section .slides img {
    height: 216px !important;
  }
  .contents-w {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #ad_top p.ad_pc,
  #ad_bottom p.ad_pc {
    display: none;
  }
  #ad_top p.ad_sp,
  #ad_bottom p.ad_sp {
    display: block;
  }
  .adobe_reader {
    flex-direction: column;
  }
  .adobe_reader p:first-child img {
    margin-bottom: 10px;
  }
  #header {
    box-shadow: 0 1px 3px #aaa;
    padding-top: 70px;
  }
  #header .sp-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  #header .sp-slide #head01 {
    padding: 0 !important;
  }
  #header .sp-slide #head01 h1 {
    position: absolute;
    left: 0;
    margin-left: 0;
    text-align: center;
    top: 10px;
    width: 100%;
  }
  #header .sp-slide #head01 h1 a {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  #header .sp-slide #head01 #head-right {
    background-color: #f9fafb;
    display: none;
    animation: show 0.2s linear 0s;
    padding: 10px;
    margin-right: 0;
    text-align: right;
    width: 100%;
  }
  #header .sp-slide #head01 #head-right ul li {
    margin-left: 0;
  }
  #header .sp-slide #head01 #head-right ul li div {
    padding-bottom: 15px !important;
  }
  #header .sp-slide #head01 #head-right-sp {
    cursor: pointer;
    display: block;
    left: 10px;
    margin: 22px 10px 0 0;
    position: absolute;
    top: 0;
  }
  #header .sp-slide #head01 #head-right-sp i {
    padding: 0 8px !important;
  }
  #header .sp-slide #head-navi {
    background: linear-gradient(to bottom, #f0f0f0 1%, #f5f5f5 2%, #fff 5%, #fff);
    box-shadow: none;
    display: none;
    animation: show 0.2s linear 0s;
  }
  #header .sp-slide #head-navi ul {
    border-left: none;
    border-right: none;
    display: block;
  }
  #header .sp-slide #head-navi ul li {
    border-bottom: 1px dotted #40566a;
    border-right: none;
    display: block;
    font-size: 1rem;
    text-align: left;
    width: 100%;
  }
  #header .sp-slide #head-navi ul li a {
    padding: 17px 0 15px 34px;
    text-indent: -19px;
  }
  #main .double-c {
    display: block;
    width: 100%;
  }
  #main .double-c section {
    width: 100%;
  }
  #main .double-c section:nth-child(even) {
    margin-left: 0;
  }
  #main section.option .scroll {
    height: 300px;
  }
  #main section#areas_table ul {
    width: calc(50% - 25px);
  }
  #main section .slides img {
    height: 160px !important;
  }
  #main #detail-menu {
    width: 100%;
  }
  #main .detail div.clearfix {
    display: flex;
    flex-direction: column-reverse;
  }
  #main .detail div.clearfix .f-right {
    float: none;
    margin-left: 0;
    width: 100% !important;
  }
  #main .detail div.image-multi {
    display: block;
  }
  #main .detail div.image-multi div {
    padding-bottom: 30px;
    width: 100% !important;
  }
  #main .detail div.thumbnail li {
    display: block;
  }
  #main .detail div.thumbnail li:first-child {
    padding-bottom: 10px;
    text-align: left;
    width: 50%;
  }
  #main .detail div.thumbnail li:last-child {
    width: 100%;
  }
  #main .detail div.catalog ul li {
    width: 160px;
  }
  #main .detail div.acc02 div.acc {
    margin-right: 0;
    width: 100%;
  }
  #main .detail div.acc04 div.acc {
    margin-right: 0;
    width: 100%;
  }
  #main .detail div.acc04 div.acc h1 {
    font-size: 1.4rem;
  }
  #footer #foot-navi #foot-link {
    display: block;
    padding: 5px 15px 0 15px;
  }
  #footer #foot-navi #foot-link div {
    width: 100%;
  }
  #footer #foot-navi #foot-link ul {
    padding: 10px 20px 10px 15px;
  }
}

@media screen and (max-width: 414px) {
  #main .detail div.catalog ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=common.css.map */