@charset "utf-8";
/*-----共通-----*/
html {
  scroll-behavior: smooth;
}
.inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
#outer {
  margin-bottom: 0;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a,
button {
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6;
}
.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*----- コンテンツ -----*/
.other-ttl {
  color: #a31475;
  font-weight: 500;
}
.news-wrap {
  width: 75%;
  margin: auto;
}
.bg-gray {
  background: #e6e6e6;
}
/* ガイドコンテンツ */
.guide-detail-wrap {
  padding: 20px;
}
.guide-content {
  width: 75%;
  margin: 5% auto;
}
.guide-content ul {
  display: flex;
  flex-wrap: wrap;
}
.guide-content li {
  width: 25%;
  margin: auto;
  padding: 10px;
}
.guide-list-flex-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 3% 3%;
  justify-content: center;
}
.guide-list-flex-box ul li {
  margin-bottom: 10px;
  margin-left: 18px;
  /*padding-left: 15px;
  text-indent: -18px;*/
}
.guide-list-flex-box ul {
  margin-top: 5%;
}
.guide-list-flex-box li {
  position: relative;
  padding-left: 5px;
  margin-top: 5px;
}
.guide-list-flex-box li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #a36890;
}
.guide-list-wrap {
  background: #fff;
  width: 31%;
  padding: 1.5%;
  margin: 1%;
}
.guide-page-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 5% 0 3% 0;
  text-align: center;
}
.guide-list-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 0 5px 5px;
  border-left: solid 10px #a31475;
  /*border-bottom: solid 1px #a31475;*/
}
@media screen and (max-width: 767px) {
  .guide-content,
  .news-wrap {
    width: 100%;
  }
  .guide-content li {
    width: 50%;
    margin: auto;
    padding: 5px;
  }
  .guide-list-wrap {
    width: 100%;
    padding: 1.5%;
    margin: 1%;
  }
  .guide-footer ul li {
    width: 65%;
  }
}
/* ガイドフッター */
.bg-white {
  background: #fff;
}
.guide-footer {
  padding: 3%;
}
.guide-footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.guide-footer li {
  width: 35%;
  padding: 2%;
  margin: auto;
}
/*共通ご利用ガイドページ*/
/* Content
    ----------------------------------------------------------------- */
.other-content {
  max-width: 960px;
  margin: 20px auto 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
/* Table
    ----------------------------------------------------------------- */
.other-table-ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  border-bottom: 1px solid #a31475;
}
.other-table-main table,
.kankyo-table-main table {
  width: 100%;
  margin-bottom: 20px;
}
.other-table-main table:last-child {
  margin-bottom: 0;
}
.other-table-main th,
.kankyo-table-main th,
.other-table-main td,
.kankyo-table-main td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8em;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #c2c1c1;
}
.other-table-main th,
.kankyo-table-main th {
  min-width: 150px;
  width: 200px;
  font-weight: 500;
  background: #efeeed;
}
.kankyo-table-main th {
  text-align: center;
}
.kankyo-table-main th.background-none {
  background: inherit;
  border: 0;
}
.kankyo-btm {
  margin-top: 60px !important;
}
/* Text
  ----------------------------------------------------------------- */
.other-text-section {
  margin-bottom: 60px;
}
.other-text-section:last-child {
  margin-bottom: 0;
}
.other-text-ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  border-left: solid 10px #a31475;
  border-bottom: 1px solid #a31475;
  letter-spacing: 0.1em;
}
.other-text-main h4,
.other-text-main dt {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
}
.other-text-main p,
.other-text-main dd {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.8em;
}
.other-text-main p a {
  color: #009bc0;
}
.other-text-main dd {
  margin-bottom: 30px;
}
.other-text-main ol li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
  list-style: auto;
  margin-left: 20px;
}
.other-text-main ol.red li {
  color: #bc1c21;
}
.other-text-main ol.padding-none li {
  margin-left: 20px;
}
.other-list-child {
  margin-left: 20px;
}
.other-text-main ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
  margin-left: 0;
  padding-left: 14px;
  text-indent: -18px;
}
.other-text-main .other-list-child li {
  padding-left: 27px !important;
  text-indent: -40px !important;
}
.other-text-main ul li strong {
  font-size: 16px;
}
.other-text-main ul li a {
  color: #009bc0;
}
.other-text-main .special p {
  padding-left: 28px;
  text-indent: -28px;
}
.other-text-main ol li:last-child {
  margin-bottom: 0;
}
.other-text-red {
  color: #bc1c21;
}
.other-text-right {
  text-align: right;
}
.other-text-border {
  padding: 15px;
  border: 1px dotted #c2c1c1;
}
.other-text-ttl {
  border-left: solid 10px #a31475;
}
