/*****************************************************************************
CSS only for /jp/support/call/
*****************************************************************************/

/* Set
---------------------------------------- */
.Content {
  padding-block: 27px 100px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.Content * {
  box-sizing: border-box;
}
.Content img {
  max-width: 100%;
  height: auto;
}
.Content em,
.Content strong {
  font-weight: bold;
}
.Content a {
  color: #333;
  transition: opacity .3s;
}
.Content a:hover,
.Content a:focus,
.Content a:active  {
  opacity: .8;
}
.Content a:hover span,
.Content a:hover p,
.Content a:hover ul {
  font-family: "Noto Sans JP", sans-serif !important;
}
.Content a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content a[href^="tel:"] {
    color: #336699;
    pointer-events: auto;
  }
}
.Content button {
  display: inline-block;
  color: inherit;
  transition: opacity .3s;
  cursor: pointer;
}

.Content__sec + .Content__sec {
  padding-top: 83px;
}
.Content__wrapper {
  margin-top: 70px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content__wrapper {
    margin-top: 50px;
  }
}

.Container {
  max-width: 976px;
  margin-inline: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Container {
    margin-inline: 10px;
  }
}

/* Title
-----------------------------------------*/
.SecTitle {
  margin-bottom: 1.46666em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SecTitle {
    font-size: 26px;
  }
}

.SubTitle {
  margin-bottom: .90909em;
  border-bottom: 1px solid #cfcfcf;
  font-size: 22px;
  font-weight: bold;
}
.SubTitle span {
  display: inline-block;
  padding-bottom: 14px;
}

/* List
-----------------------------------------*/
.DiscList > li {
  padding-left: 1em;
  text-indent: -1em;
}
.DiscList > li::before {
  content: '・';
}
.NumList > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.NoteList > li {
  padding-left: 1em;
  text-indent: -1em;
}
.NoteList > li::before {
  content: '※';
}

ul[class*="List"] li > * {
  text-indent: 0;
}
ul[class*="List"] li:has( > ul ) {
  margin-bottom: 0.7em;
}
ul[class*="List"] ul > li,
ul[class*="List"] ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* Link
-----------------------------------------*/
.LinkList li:nth-child(n+2) {
  margin-top: 10px;
}

.TextLink {
  display: inline-block;
  position: relative;
  padding-left: 1.21428em;
}
.TextLink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
}
.TextLink:hover   { text-decoration: underline; }
.TextLink:focus   { text-decoration: underline; }
.TextLink:active  { text-decoration: underline; }

/* Filter
-----------------------------------------*/
.Filter {
  margin-block: 40px 50px;
  overflow: hidden;
}
.Filter dl {
  display: flex;
  gap: 0 43px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Filter dl {
    flex-direction: column;
    gap: 20px 0;
  }
}
.Filter dt {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Filter dt {
    font-size: 16px;
  }
}
.Filter dd {
  flex: 1;
}
.Filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.Filter__btn {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background-color: #f1f1f1;
  font-size: 14px;
}
.Filter__btn.js-filterActive {
  border-color: #336699;
  background-color: #336699;
  color: #fff;
}

.Filter__btn:hover  { border-color: #336699; background-color: #336699; color: #fff; }
.Filter__btn:focus  { border-color: #336699; background-color: #336699; color: #fff; }
.Filter__btn:active { border-color: #336699; background-color: #336699; color: #fff; }

/* Contact
---------------------------------------- */
.Contact__tbl {
  width: 100%;
  line-height: 1.57;
}

.Contact__head th:nth-child(1) {
  width: 45%;
}
.Contact__head th:nth-child(2) {
  width: 23%;
}
.Contact__head th:nth-child(3) {
  width: 32%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__head {
    display: none;
  }
}
.Contact__header {
  padding: 9px 20px;
  border: 1px solid #ccc;
  background-color: #336699;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}

.Contact__group td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__group td {
    display: block;
    width: 100%;
  }
  .Contact__group td:last-child {
    padding-bottom: 22px;
  }
  .Contact__group td:not(:first-child) {
    border-top: none;
  }
  .Contact__group td:not(:last-child) {
    border-bottom: none;
  }
}
.Contact__group td > *:last-child {
  margin-bottom: 0;
}

.Contact__summary {
  padding: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__summary {
    padding: 17px 20px;
  }
  .Contact__tbl tr:nth-child(n+3) .Contact__summary {
    margin-top: 20px;
  }
}
.Contact__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__title {
    font-size: 20px;
  }
}
.Contact__lead {
  margin-bottom: 18px;
}

.Contact__detail {
  padding: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__detail {
    padding: 0 20px;
  }
  .Contact__detail + .Contact__detail {
    padding-top: 14px;
  }
}
.Contact__subTitle {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__subTitle {
    display: block;
    margin-bottom: 6px;
    color: #336699;
    font-size: 16px;
    font-weight: bold;
  }
}
.Contact__item > *:last-child {
  margin-bottom: 0;
}
.Contact__item  + .Contact__item {
  margin-top: 8px;
}
.Contact__define dt {
  font-weight: bold;
  text-transform: uppercase;
}
.Contact__define dd + dt {
  margin-top: 6px;
}
.Contact__define dd > p,
.Contact__define dd > ul,
.Contact__define dd > ol {
  margin-bottom: .8em;
}
.Contact__define dd > *:last-child {
  margin-bottom: 0;
}
.Contact__day {
  font-weight: bold;
}
.Contact__link {
  margin-top: 10px;
}
.Contact__link .TextLink::before {
  border-color: #336699;
}
img.Contact__mail {
  height: 21px;
}

/* CatList
---------------------------------------- */
.CatList {
  display: grid;
  gap: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList {
    gap: 10px 0;
  }
}
.CatList--col2 {
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList--col2 {
    grid-template-columns: 1fr;
  }
}

.CatList + .NoteList {
  margin-top: 32px;
}
.BoxItem + .DiscList {
  margin-top: 40px;
}

/* BoxItem
---------------------------------------- */
.BoxItem {
  border: 1px solid #ddd;
}
.BoxItem:not(:has(a)) {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 0 18px;
  position: relative;
  min-height: 80px;
  padding: 13px 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem:not(:has(a)) {
    grid-template-columns: 60px 1fr;
    gap: 0 10px;
    padding: 10px;
  }
}
.BoxItem__link {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 0 18px;
  position: relative;
  min-height: 80px;
  padding: 13px 39px 13px 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link {
    grid-template-columns: 60px 1fr;
    gap: 0 10px;
    padding: 10px 34px 10px 10px;
  }
}
.BoxItem__link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: transform 0.4s;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link::after {
    right: 19px;
  }
}
.BoxItem__link:not(:has(.BoxItem__icon)) {
  grid-template-columns: 1fr;
  padding: 13px 10px 13px 25px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link:not(:has(.BoxItem__icon)) {
    padding: 10px 34px 10px 15px;
  }
}
.BoxItem__icon {
  text-align: center;
}
.BoxItem__text .BoxItem__category:only-child {
  width: 100%;
}
.BoxItem__category {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__category {
    font-size: 14px;
  }
}
.BoxItem__category > img {
  width: 15px;
  margin-left: 5px;
  vertical-align: baseline;
}
.BoxItem__number {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

/* Survey
-----------------------------------------*/
.Survey {
  margin: 16px 0;
  padding: 16px;
  background-color: #eee;
}
.Survey__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}
.Survey__text > p {
  margin-bottom: 1em;
}
.Survey__text > .TextLink {
  font-weight: bold;
}

/* Modal Content Privacy
---------------------------------------- */
body {
  width: 100%;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}
.ModalArea {
  display: none;
}

.Privacy__inner {
  padding: 50px 25px 40px 30px;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__inner {
    padding: 40px 15px 40px 15px;
    font-size: 12px;
  }
}
.Privacy__title {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__title{
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.Privacy__lead {
  margin: 0 0 20px 0;
}
.Privacy__lead small {
  font-size: 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__lead small {
    font-size: 12px;
  }
}
.Privacy__subTitle {
  font-size: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__subTitle {
    font-size: 14px;
  }
}
#cboxLoadedContent {
  overflow-y:scroll!important;
}
.Privacy__detail dl {
  margin: 0 5px 0 10px;
}
.Privacy__detail dl dt {
  margin: 20px 0 8px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__detail dl dt {
    margin: 10px 0 5px 0;
  }
}
.Privacy__detail dl dd {
  margin: 0 0 0 10px;
}
.Privacy__detail dl dd ol li {
  margin: 5px 0 5px 0;
}
.Privacy__detail dd ul li ul li {
  margin: 5px 0 5px 30px;
}
.Privacy__detail dd .listindent {
  text-indent: -1em;
  padding-left: 1em;
}

/* Modal Content SurveyBox
-----------------------------------------*/
.SurveyBox {
  max-width: 700px;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .SurveyBox {
    width: 90%;
    height: auto;
    margin: 65px auto;
  }
}
.SurveyBox__inner {
  line-height: 1.5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .SurveyBox__inner {
    padding: 0;
  }
}
.SurveyBox__title {
  font-size: 16px;
  font-weight: bold;
}
.SurveyBox__body {
  margin-top: 20px;
}
.SurveyInfo + .SurveyInfo {
  margin-top: 16px;
}
.SurveyInfo__title {
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 6px;
}
.SurveyInfo__title::before {
  content: '■';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}
.SurveyInfo__tbl {
  width: 100%;
  border: 1px solid #707070;
}
.SurveyInfo__tbl th,
.SurveyInfo__tbl td {
  text-align: left;
  width: 50%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 13.5px 10px 13.5px 26px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .SurveyInfo__tbl th,
  .SurveyInfo__tbl td {
    padding: 10px;
  }
}
.SurveyInfo__list {
  margin-top: 10px;
}
.SurveyInfo__list li {
  text-indent: -1em;
  padding-left: 1em;
}
