@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/* -------------------------------------------------

Reset

------------------------------------------------- */
.tt,
.tt5 {
  display: none;
}

@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pconly {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media screen and (max-width: 960px) {
  .tabonly {
    display: block;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .sponly {
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .ta {
    display: block;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  .ta {
    display: none;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
.mb30 {
  margin-bottom: 30px;
}

a.arrow {
  position: relative;
}
a.arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
  height: 100%;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.pageTop a {
  background: #00a4a7 !important;
}

.accordion {
  margin-bottom: 30px;
}
.accordion .title {
  background: #00a4a7;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
}
.accordion .title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/arrow_right.svg) no-repeat center center #00a4a7;
  background-size: 18px auto;
  transition: 0.3s;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .title::before {
    width: 52px;
    background-size: 15px auto;
  }
}
.accordion .title.accLangOn::before {
  background: url(../img/arrow_down.svg) no-repeat center center #333;
  background-size: auto 18px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .title.accLangOn::before {
    background-size: auto 15px;
  }
}
.accordion .accordion_inner {
  display: none;
}
.accordion .accordion_inner .ticket {
  border: 3px solid #F35B5B;
  margin-top: 30px;
}
.accordion .accordion_inner .ticket .list_ticket {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .accordion_inner .ticket .list_ticket {
    margin-bottom: 30px;
  }
}
.accordion .accordion_inner .ticket .list_ticket > li {
  width: 48%;
  display: table;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .accordion_inner .ticket .list_ticket > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.accordion .accordion_inner .ticket .list_ticket > li > a {
  box-sizing: border-box;
  padding: 20px 20px 40px;
  background: #45B035;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  position: relative;
}
.accordion .accordion_inner .ticket .list_ticket > li > a > h2 {
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .accordion .accordion_inner .ticket .list_ticket > li > a > h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .accordion_inner .ticket .list_ticket > li > a {
    padding: 15px 15px 30px;
  }
}
.accordion .accordion_inner .ticket .list_ticket > li > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.5em;
}
.accordion .accordion_inner .ticket .ttl_case {
  box-sizing: border-box;
  padding: 10px 15px;
  background: #45B035;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .accordion .accordion_inner .ticket .ttl_case {
    font-size: 18px;
  }
}
.accordion .accordion_inner .ticket .list_case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion .accordion_inner .ticket .list_case > li {
  width: 47%;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .accordion .accordion_inner .ticket .list_case > li {
    width: 100%;
  }
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background: #fff;
}
header h1 {
  background: #00a4a7;
  font-size: 100%;
}
header h1 p {
  display: block;
  max-width: 1100px;
}
header .area_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .area_nav .block_logo img {
  padding: 10px;
  box-sizing: border-box;
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  header .area_nav .block_logo img {
    max-width: 80px;
  }
}
@media screen and (max-width: 1210px) {
  header .area_nav .pc_menu {
    display: none;
  }
}
header .area_nav .pc_menu ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
header .area_nav .pc_menu ul li a {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #fff;
  background: #00a4a7;
  border: 3px solid #fff;
  font-size: 13px;
}
header .area_nav .pc_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
header .area_nav .sp_menu {
  display: none;
  height: 100%;
}
@media screen and (max-width: 1210px) {
  header .area_nav .sp_menu {
    display: block;
  }
}
header .area_nav .sp_menu .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 102;
}
header .area_nav .sp_menu .menu-trigger.active span {
  background-color: #00a4a7;
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
header .area_nav .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a4a7;
  transition: all 0.5s;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .area_nav .sp_menu nav {
  max-width: 500px;
  width: 100%;
  height: calc(100% - 63px);
  padding: 30px 0 90px 0;
  background: #fff;
  position: fixed;
  top: 63px;
  right: 0;
  z-index: 101;
  transform: translate(500px);
  transition: all 0.5s;
  overflow-x: scroll;
}
header .area_nav .sp_menu nav.open {
  transform: translateZ(0);
}
header .area_nav .sp_menu nav ul {
  margin: 0 20px;
}
header .area_nav .sp_menu nav ul > li {
  width: 100%;
}
header .area_nav .sp_menu nav ul > li:first-child a {
  display: flex;
  justify-content: space-between;
}
header .area_nav .sp_menu nav ul > li:first-child dt.accTitle {
  border-top: 1px solid #00a4a7;
}
header .area_nav .sp_menu nav ul > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #00a4a7;
  color: #00a4a7;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

#main_visual,
#contents {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
  color: #333;
  font-size: 1.1em;
  line-height: 150%;
}
#main_visual img,
#contents img {
  max-width: 100%;
}
#main_visual br,
#contents br {
  font-size: 0px;
}
#main_visual a:link, #main_visual a:visited,
#contents a:link,
#contents a:visited {
  color: #00a4a7;
}

#mainContents {
  background: #fff;
  margin-top: 78px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #mainContents {
    margin-top: 63px;
  }
}

a.gaibu:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

.pankuzu {
  display: flex;
  padding: 10px 30px !important;
  max-width: 1260px;
  margin: auto;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .pankuzu {
    display: none;
  }
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: ">";
  padding: 0 5px;
  box-sizing: border-box;
}

.line {
  text-decoration: underline;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

#main_visual {
  margin: 50px auto;
}
#main_visual .area_ttl {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main_visual .area_ttl {
    width: auto;
    padding: 0 15px;
  }
}
#main_visual .info {
  border-top: 4px solid #00a4a7;
  border-bottom: 4px solid #00a4a7;
  padding: 40px 10px;
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 2em;
  margin-bottom: 50px;
  color: #000;
}
@media screen and (max-width: 750px) {
  #main_visual .info {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 15px;
  }
}
#main_visual .info a {
  text-decoration: underline;
}
#main_visual .box_ttl_copy {
  margin-top: 50px;
}
#main_visual .box_ttl_copy p {
  color: #00a4a7;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  #main_visual .box_ttl_copy p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 750px) {
  #main_visual .box_ttl_copy p {
    font-size: 1.2em;
  }
}
#main_visual ul.point {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #main_visual ul.point {
    flex-wrap: wrap;
  }
}
#main_visual ul.point li {
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  #main_visual ul.point li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
}
#main_visual ul.point li img {
  margin: 0 auto 10px;
  display: block;
}
#main_visual ul.point li span {
  display: block;
  color: #00a4a7;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  #main_visual ul.point li span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 750px) {
  #main_visual ul.point li span {
    font-size: 0.8em;
  }
}

#contents {
  /** faq **/
  /** end **/
}
#contents .block_box {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #contents .block_box {
    width: auto;
    padding: 0 15px;
  }
}
#contents .block_box p {
  font-size: 1.1em;
}
@media screen and (max-width: 750px) {
  #contents .block_box p {
    font-size: 0.9em;
  }
}
#contents .block_box p.tc-m {
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: center;
  font-weight: 700;
  color: #00a4a7;
}
#contents .block_box p.tl-m {
  font-size: 1.3em;
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  color: #00a4a7;
}
#contents .block_box p.t_scroll {
  display: none;
}
@media screen and (max-width: 960px) {
  #contents .block_box p.t_scroll {
    display: block;
    font-size: 0.9em;
    margin: 10px auto;
    text-align: center;
    color: #00a4a7;
  }
}
#contents .block_box p.kome {
  font-size: 80%;
  line-height: 1.6em;
  text-align: left;
}
#contents .block_box p.tr-img {
  text-align: right;
}
#contents .block_box p.tr-img img {
  max-width: 172px;
}
@media screen and (max-width: 750px) {
  #contents .block_box p.tr-img img {
    margin-top: 10px;
    max-width: 122px;
  }
}
#contents .block_box p.small {
  font-size: 80%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #contents .block_box p.small {
    text-align: left;
  }
}
#contents .block_box small {
  font-size: 80%;
}
#contents .ttl {
  position: relative;
  width: 100%;
  font-size: 1.6em;
  letter-spacing: 2px;
  color: #00a4a7;
  font-weight: 700;
  background-color: #d7edf5;
  padding: 10px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
  #contents .ttl {
    font-size: 1.4em;
    letter-spacing: 1px;
  }
}
#contents .ttl .gentei {
  position: absolute;
  top: -60px;
  right: 10px;
}
#contents .ttl .gentei img {
  width: 140px;
}
@media screen and (max-width: 960px) {
  #contents .ttl .gentei img {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  #contents .ttl .gentei img {
    width: 80px;
  }
}
#contents .tablebox {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #contents .tablebox {
    overflow-x: scroll;
  }
}
#contents .tablebox table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  #contents .tablebox table {
    white-space: nowrap;
  }
}
#contents .tablebox table th, #contents .tablebox table td {
  padding: 8px;
  border: 1px solid #00a4a7;
  color: #00a4a7;
  text-align: center;
  vertical-align: middle;
}
#contents .tablebox table th.ttl1, #contents .tablebox table td.ttl1 {
  font-size: 1.3em;
  font-weight: 700;
  vertical-align: center;
}
#contents .tablebox table th.ttl2, #contents .tablebox table td.ttl2 {
  font-size: 1.1em;
  font-weight: 700;
  vertical-align: center;
}
#contents .tablebox table th.bg_b, #contents .tablebox table td.bg_b {
  width: 20%;
  background-color: #d7edf5;
  white-space: nowrap;
}
#contents .tablebox table th.bg_w, #contents .tablebox table td.bg_w {
  width: 24%;
  background-color: #fff;
  white-space: nowrap;
}
#contents .tablebox table th p.txt, #contents .tablebox table td p.txt {
  color: #000;
  text-align: left;
  font-size: 0.9em;
}
#contents .tablebox table th a, #contents .tablebox table td a {
  display: inline-block;
  background-color: #00a4a7;
  color: #fff;
  padding: 8px;
  margin-top: 10px;
  border-radius: 5px;
}
#contents ul.calendar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents ul.calendar::before {
  content: "";
  display: block;
  width: calc(25% - 20px);
  order: 1;
}
@media screen and (max-width: 750px) {
  #contents ul.calendar::before {
    width: calc(50% - 20px);
  }
}
#contents ul.calendar::after {
  content: "";
  display: block;
  width: calc(25% - 20px);
}
@media screen and (max-width: 750px) {
  #contents ul.calendar::after {
    width: calc(50% - 20px);
  }
}
#contents ul.calendar li {
  width: calc(25% - 20px);
  margin: 10px 10px;
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  #contents ul.calendar li {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
}
#contents ul.calendar li img {
  margin: 0 auto;
  max-width: 100%;
}
#contents .calendar_kome {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#contents .calendar_kome li {
  width: calc(25% - 10px);
  margin: 0 0 0 10px;
  padding-left: 10px;
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  #contents .calendar_kome li {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin: 10px;
  }
}
#contents .calendar_kome li p {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6em;
}
#contents ul.kome_green {
  text-align: left;
  padding: 10px 0 4px 1em;
}
#contents ul.kome_green li {
  font-size: 1em;
  list-style-type: none;
  margin-bottom: 6px;
  text-indent: -1em;
}
#contents ul.kome_green li:before {
  display: inline;
  content: "■";
  color: #00a4a7;
}
#contents ul.kome_green li a {
  color: #00a4a7;
}
#contents .rental {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #contents .rental {
    display: block;
  }
}
#contents .rental .txt {
  width: 60%;
}
@media screen and (max-width: 750px) {
  #contents .rental .txt {
    width: 100%;
  }
}
#contents .rental .txt h3 {
  font-size: 2em;
  line-height: 1.6em;
  text-align: left;
  font-weight: 700;
  color: #00a4a7;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #contents .rental .txt h3 {
    font-size: 1.8em;
  }
}
#contents .rental .txt p {
  font-size: 1.4em;
  line-height: 1.8em;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  #contents .rental .txt p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 960px) {
  #contents .rental .txt p {
    font-size: 1.1em;
  }
}
#contents .rental .txt p span {
  color: #00a4a7;
}
#contents .rental .img {
  width: 40%;
}
@media screen and (max-width: 750px) {
  #contents .rental .img {
    width: 100%;
    margin: 10px auto 10px;
  }
}
#contents .hachibox {
  width: 100%;
  border: 2px solid #00a4a7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #contents .hachibox {
    display: block;
  }
}
#contents .hachibox > div:nth-child(1) {
  width: 36%;
}
@media screen and (max-width: 750px) {
  #contents .hachibox > div:nth-child(1) {
    width: 100%;
  }
}
#contents .hachibox > div:nth-child(2) {
  flex-basis: auto;
  padding: 15px;
  text-align: left;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #contents .hachibox > div:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
#contents .hachibox > div:nth-child(2) h4 {
  font-size: 1.2em;
  color: #00a4a7;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #contents .hachibox > div:nth-child(2) h4 {
    font-size: 1em;
  }
}
#contents .hachibox > div:nth-child(2) p {
  font-size: 1em;
}
@media screen and (max-width: 960px) {
  #contents .hachibox > div:nth-child(2) p {
    font-size: 0.8em;
  }
}
#contents .ekilab {
  width: 280px;
  display: inline-block;
  background-color: #d7edf5;
  font-size: 0.8em;
  padding: 8px;
  color: #000;
  border-radius: 10px;
}
#contents #faq_area {
  background: #eaf6fa;
  padding: 60px 0;
}
#contents #faq_area .ttl_faq {
  background-color: #00a4a7;
  padding: 20px;
  font-size: 2rem;
  color: #fff;
  margin: 50px 0 15px;
}
@media screen and (max-width: 750px) {
  #contents #faq_area .ttl_faq {
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
}
#contents #faq_area > div {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  #contents #faq_area > div {
    width: auto;
    padding: 0 15px;
  }
}
#contents #faq_area > div > section {
  margin: 0 0 15px;
}
#contents #faq_area > div > section > h3 {
  cursor: pointer;
  background-color: #fff;
  font-weight: 700;
  padding: 20px 20px 20px 80px;
  position: relative;
  font-size: 1.3em;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section > h3 {
    padding: 15px 15px 15px 70px;
    font-size: 1.1em;
  }
}
#contents #faq_area > div > section > h3::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/arrow_right.svg) no-repeat center center #00a4a7;
  background-size: 18px auto;
  transition: 0.3s;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section > h3::before {
    width: 52px;
    background-size: 15px auto;
  }
}
#contents #faq_area > div > section > h3.accLangOn::before {
  background: url(../img/arrow_down.svg) no-repeat center center #333;
  background-size: auto 18px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section > h3.accLangOn::before {
    background-size: auto 15px;
  }
}
#contents #faq_area > div > section > div {
  display: none;
  padding: 20px 20px 10px 110px;
  font-size: 1.3em;
  line-height: 170%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section > div {
    padding: 20px 0 10px;
    font-size: 1.2em;
  }
}
@media print {
  #contents #faq_area > div > section > div {
    display: block;
  }
}
#contents #faq_area > div > section > div p a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
#contents #faq_area > div > section > div p a.none {
  font-weight: 400;
  text-decoration: underline;
}
#contents #faq_area > div > section > div p a.none:after {
  display: none;
}
#contents #faq_area > div > section > div.indent p {
  padding-left: 1em;
  text-indent: -1em;
}
#contents #faq_area > div > section > div.indent p span {
  font-size: 0.8em;
}
#contents #faq_area > div > section > div .link {
  margin-top: 5px;
  font-size: 0.85em;
}
#contents #faq_area > div > section > div .link a {
  position: relative;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section > div .link a {
    margin-top: 10px;
  }
}
#contents #faq_area > div > section > div .link a::before {
  content: "";
  display: block;
  background: url(/material/img/ico_blank_g.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#contents #faq_area > div > section table {
  width: 100%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents #faq_area > div > section table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
#contents #faq_area > div > section table tr:nth-child(odd) {
  background: #fff;
}
#contents #faq_area > div > section table tr th {
  background: #00a4a7;
  vertical-align: middle;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
}
#contents #faq_area > div > section table tr td {
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
#contents .works {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: dotted 3px #00a4a7;
  border-bottom: dotted 3px #00a4a7;
}
#contents .works .work {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #contents .works .work {
    display: block;
  }
}
#contents .works .work .txt {
  width: calc(60% + 30px);
}
@media screen and (max-width: 750px) {
  #contents .works .work .txt {
    width: 100%;
  }
}
#contents .works .work .txt h2 {
  text-align: left;
  margin-bottom: 20px;
}
#contents .works .work .txt h2 img {
  width: 90%;
}
#contents .works .work .txt p {
  font-size: 1.4em;
  line-height: 1.8em;
  text-align: left;
  font-weight: 700;
  color: #00a4a7;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  #contents .works .work .txt p {
    font-size: 1.2em;
  }
}
#contents .works .img {
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  #contents .works .img {
    width: 100%;
    margin: 10px 0;
  }
}
#contents .linklogo .sec_work {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .linklogo .sec_work li {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .sec_work li {
    width: 100%;
  }
}
#contents .linklogo .sec_work li .logo {
  height: 150px;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .sec_work li .logo {
    height: 100px;
  }
}
#contents .linklogo .sec_work li p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .sec_work li p {
    font-size: 16px;
  }
}
#contents .linklogo .sec_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .sec_sub {
    margin: 0 -5px;
  }
}
#contents .linklogo .sec_sub li {
  width: calc(25% - 20px);
  margin: 10px;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .sec_sub li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
#contents .linklogo .logo {
  border: 1px solid #ddd;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #contents .linklogo .logo {
    height: 60px;
  }
}
#contents .linklogo .logo span {
  height: 100%;
  display: flex;
  align-items: center;
}
#contents .linklogo .logo span img {
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
  width: 100%;
  height: 100%;
}
#contents .linklogo p {
  margin: 10px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #contents .linklogo p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.3em;
  }
}
#contents .linklogo p:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin: 0 0 0 5px;
}
#contents .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em;
  margin-top: 50px;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #contents .link {
    display: block;
    font-size: 1em;
    margin-top: 10px;
  }
}
#contents .link a {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  #contents .link a {
    margin-top: 10px;
    padding: 0 20px 0 0;
  }
}
#contents .link a::before {
  background: none;
}
#contents .link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  margin: auto;
}
#contents .share {
  display: flex;
  justify-content: center;
}
#contents .share li {
  width: 38px;
  margin: 10px;
}