@charset "UTF-8";

.news-box {
  padding: 20px;
  border: 2px solid #d8d8d8;
}
.ttl-02 {
  font-size: 24px;
}
.anchor-link {
  margin-top: 30px;
  justify-content: space-between;
}
.anchor-link li {
  width: calc((100% - 50px) / 5);
}
.anchor-link a {
  display: block;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  border: 2px solid #ed7d31;
  border-radius: 5px;
  color: #333;
  background-color: #fff;
  text-decoration: none;
}
.anchor-link a:after {
  position: absolute;
  content: '';
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-color: #ed7d31;
  border-style: solid;
  border-width: 5px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.anchor-link a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ed7d31;
  border: 2px solid #ed7d31;
}
.anchor-link a:hover:after {
  position: absolute;
  content: '';
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

/*link*/
#setsuzoku-box {
  margin-top: 50px;
}
.link-box dd,
.link-box li {
  position: relative;
  margin: 15px 0 0 10px;
  padding-left: 15px;
}
.link-box dd:before,
.link-box li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background-size: contain;
  background: url(/policy/images/arrow_orange.gif) no-repeat;
}
.link-box a {
  position: relative;
}
.link-box a:before {
  position: absolute;
}
.link-box ul {
  margin-top: 30px;
}
.large-title {
  margin-top: 60px;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #ed7d31;
}
.middle-title {
  margin-top: 30px;
  padding: 5px 0 5px 15px;
  border-left: 10px solid #ed7d31;
  font-size: 20px;
  background-color: #fffff0;
}
.small-title {
  margin: 30px 0 0 10px;
  border-bottom: 2px dotted #ed7d31;
  font-size: 18px;
}
.small-txt {
  margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ttl-02 {
    font-size: 20px;
  }
  .link-box dd,
  .link-box li {
    margin: 15px 0 0 0;
  }
  .middle-title {
    font-size: 16px;
  }
  .small-title {
    margin: 30px 0 0 0;
    font-size: 15px;
  }
  .small-txt {
    margin-left: 0 !important;
  }
  #contentsBtm {
    right: 10px;
    bottom: 40px;
  }
}

/* Astro化にあたって追加 */
/* 共通 */
.dispNone,
.skipNav {
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
}

.mainTtl .ttl {
  white-space: nowrap;
  overflow-x: auto;
}

/* tls_support */
#tls-support .red {
  color: #ff0000;
}

#tls-support .blue {
  color: blue;
}

#tls-support .fontW {
  font-weight: bold;
}

#tls-support .module p {
  margin-bottom: 10px;
}

#tls-support .module {
  margin-bottom: 20px;
}

#tls-support .moduleInner {
  margin-bottom: 30px;
}

#tls-support div#supportInfo {
  background-color: #f9f9f9;
  padding: 10px 20px;
  width: 60%;
}

#tls-support div#supportInfo .inlineBlock {
  column-count: 2;
}

#tls-support div#supportInfo ul {
  break-inside: avoid;
}

#tls-support .headline {
  margin-bottom: 10px;
  border-bottom: dotted medium #999;
  font-size: 1.6em;
}

#tls-support div#resultArea {
  max-width: 450px;
  margin-bottom: 10px;
}

#tls-support a.learnMore {
  padding: 10px 20px;
  background: #ee6d09;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

/* 規約改定 */

#terms-revision ul {
  list-style: disc;
  margin-left: 20px;
}

#terms-revision ol {
  list-style: number;
  margin-left: 20px;
}

#terms-revision h2 {
  margin: 2em 0;
}

#terms-revision h3 {
  margin-top: 1.5em;
}

#terms-revision table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#terms-revision th {
  font-size: 15px;
  text-align: center;
}

#terms-revision th:first-child:nth-last-child(2) {
  width: 50%;
}

#terms-revision th:first-child:nth-last-child(2) + th {
  width: 50%;
}

/* 【2列】改定前-改定後・新-旧 */
#terms-revision.two-col-before-after th:first-child:nth-last-child(2) {
  width: 50%;
}

#terms-revision.two-col-before-after th:first-child:nth-last-child(2) + th {
  width: 50%;
}

/* 【2列】該当箇所-改定ポイント */
#terms-revision.two-col-revision-point th:first-child:nth-last-child(2) {
  width: 35%;
}

#terms-revision.two-col-revision-point th:first-child:nth-last-child(2) + th {
  width: 65%;
}

#terms-revision th:first-child:nth-last-child(3) {
  width: 40%;
}

#terms-revision table th:first-child:nth-last-child(3) + th {
  width: 40%;
}

#terms-revision th:first-child:nth-last-child(3) ~ th {
  width: 20%;
}

/* 【3列】4:3:3 */
#terms-revision.three-col-4-3-3 th:first-child:nth-last-child(3) {
  width: 40%;
}

#terms-revision.three-col-4-3-3 th:first-child:nth-last-child(3) ~ th {
  width: 30%;
}

/* 【3列】改定前-改定後-備考 */
#terms-revision.three-col-before-after th:first-child:nth-last-child(3) {
  width: 40%;
}

#terms-revision.three-col-before-after table th:first-child:nth-last-child(3) + th {
  width: 40%;
}

#terms-revision.three-col-before-after th:first-child:nth-last-child(3) ~ th {
  width: 20%;
}

/* 【3列】該当箇所-改定前-改定後 */
#terms-revision.three-col-point-before-after th:first-child:nth-last-child(3) {
  width: 20%;
}

#terms-revision.three-col-point-before-after th:first-child:nth-last-child(3) ~ th {
  width: 40%;
}

#terms-revision td {
  vertical-align: top;
}

#terms-revision img {
  max-width: 100%;
  height: auto;
}

/* 規約ページの規約改定概要 */
.news-box {
  margin-bottom: 1em;
}
