@charset "UTF-8";

/* common 
-----------------------------*/
.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap');

#contentsArea {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  width: 94.21%;
  max-width: 960px;
  margin: 0 auto;
}


.pageTtl {
  background: #ED6700;
  font-size: 1.286em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 1.5em;
}

.nav_scene {
  margin: 30px auto;
}

nav .pagenav {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 11px;
}

.pagenav .contents-tab {
  width: 24%;
}

.pagenav .contents-tab a:hover {
  cursor: pointer;
}

.lead-text {
  padding: 40px 20px 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3rem;
}

.content-desc-text {
  padding: 20px 20px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.3rem;
}



#contentsArea .contents-section h3 {
  font-size: 1.125rem;
  margin-bottom: 3%;
  padding: 20px;
  color: #464646;
  background-color: #eee;
  font-weight: bold;
}

#contentsArea .contents-section .contents-section-inner ul li {
  /* display: flex; */
  flex-wrap: nowrap;
  padding: 50px 20px;
  border-bottom: 2px solid #818181;
  border-width: 90%;
}

#contentsArea .contents-section .contents-section-inner ul li:last-child {
  /* display: flex; */
  flex-wrap: nowrap;
  padding: 50px 20px;
  border-bottom: none;
}

#contentsArea .contents-section .contents-section-inner ul {
  margin-bottom: 50px;
}

#contentsArea .contents-section .contents-section-inner ul li .img-area {
  width: 40%;
}

#contentsArea .contents-section .contents-section-inner .img-area img {
  margin-left: 0;
}

#contentsArea .contents-section .contents-section-inner .text-area {
  width: 60%;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5em;
  padding-right: 20px;
  margin-left: 30px;
}

#contentsArea .contents-section .contents-section-inner .text-area p.text-area-ttl {
  font-size: 1.3rem;
  line-height: 1.3em;
}

#contentsArea .contents-section .contents-section-inner .text-area p.text-area-content {
  font-size: 0.9rem;
  line-height: 1.6em;
  color: #000;
  font-weight: normal;
  padding: 1rem 0 1rem;
}

#contentsArea #content .contents-section-inner .text-area p.text-area-content {
  padding: 0 0 3rem;
}

#contentsArea .contents-section .contents-section-inner .text-area .text-area-more-info {
  margin-top: 2.294em;
  display: inline-block;
}

#wrapper #contentsArea .contents-section .contents-section-inner .text-area .text-area-more-info img {
  margin-left: 1em;
}

#wrapper #contentsArea .contents-section .contents-section-inner .text-area .text-area-more-info img:hover {
  opacity: 0.7;
  cursor: pointer;
}

#contentsArea .contents-section .contents-section-inner .text-area .text-area-more-info.left-no-space {
  margin-left: 0;
}



/* atm */

#contentsArea .contents-section .contents-section-inner .text-area .atm-info li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin-left: 0;
  text-indent: 0;
}

span.note {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
}

.atm-info span.bank-name {
  width: 55%;
}

.atm-info span.atm-time {
  width: 45%;
}

.waon-detail {
  padding-top: 1em;
}

.waon-detail a {
  text-decoration: underline;
}

.waon-detail a:hover {
  text-decoration: none;
}

#contentsArea .contents-section .contents-section-inner .text-area .no-dot li {
  list-style: none;
}

.waon-station {
  margin-left: 1em;
  text-indent: -1em;
}

#contentsArea .contents-section .contents-section-inner .text-area .indent-1 li {
  margin-left: 2em;
  text-indent: -1em;
}

#contentsArea .contents-section .contents-section-inner .text-area .indent-3 li {
  margin-left: 3em;
  text-indent: -3em;
}

#contentsArea .contents-section .contents-section-inner .text-area .indent-4 li {
  margin-left: 4em;
  text-indent: -4em;
}

#contentsArea .contents-section .contents-section-inner .text-area .indent-6 li {
  margin-left: 6em;
  text-indent: -6em;
}

.stripe {
  position: relative;
  padding-bottom: 0.3em;
  width: fit-content;
  margin: 0 auto;
}



/* コンテンツによる違い */
#content h2:nth-child(2) {
  margin-top: 5px;
}

#content .text-area-ttl {
  color: #C30E22;
}

#content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#content .contents-item {
  display: flex;
  padding-top: 50px;
}

.shopItem {
  border-top: 2px dotted rgb(127, 127, 127);
}

.shopItem .logo {
  margin-top: 10px;
}

.contents-section .shopInfo .name {
  font-size: 0.9rem;
  margin-left: 0;
}

.shopInfo p {
  font-size: 0.9rem;
  font-weight: normal;
}

.shopItem .shopInfo {
  margin-bottom: 0;
}

.bouai_quiz_area a {
  text-decoration: underline;
  color: #000;
}

.bouai_quiz_area a:hover {
  text-decoration: none;
}

/* 202507 ドライブランページ */

.map-area iframe {
  width: 100%;
  height: 283px;
}

.bnr-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stripe-underline {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.stripe-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
}

.text-area-content a {
  color: #0076bb;
  text-decoration: underline;
}

.text-area-content a:hover {
  opacity: .7;
}

#wrapper .img-area img {
  margin-bottom: 30px;
}

.bnr-area {
  padding: 0 4%;
}

#page-1 .stripe-underline::after {
  background-image: repeating-linear-gradient(-45deg,
  #a71e85 0px,
  #a71e85 2px,
  transparent 2px,
  transparent 4px);
}

#page-1 .text-area-ttl {
  color: #a71e85;
}

#page-1 .text-area hr {
  border: 1px solid #a71e85;
}

#page-2 .stripe-underline::after {
  background-image: repeating-linear-gradient(-45deg,
  #0076bb 0px,
  #0076bb 2px,
  transparent 2px,
  transparent 4px);
}

#page-2 .text-area-ttl {
  color: #0076bb;
}

#page-2 .text-area hr {
  border: 1px solid #0076bb;
}

#page-3 .stripe-underline::after {
  background-image: repeating-linear-gradient(-45deg,
  #0095ad 0px,
  #0095ad 2px,
  transparent 2px,
  transparent 4px);
}

#page-3 .text-area-ttl {
  color: #0095ad;
}

#page-3 .text-area hr {
  border: 1px solid #0095ad;
}

#page-4 .stripe-underline::after {
  background-image: repeating-linear-gradient(-45deg,
  #e87d00 0px,
  #e87d00 2px,
  transparent 2px,
  transparent 4px);
}

#page-4 .text-area-ttl {
  color: #e87d00;
}

#page-4 .text-area hr {
  border: 1px solid #e87d00;
}

#page-5 .stripe-underline::after {
  background-image: repeating-linear-gradient(-45deg,
  #ef164d 0px,
  #ef164d 2px,
  transparent 2px,
  transparent 4px);
}

#page-5 .text-area-ttl {
  color: #ef164d;
}

#page-5 .text-area hr {
  border: 1px solid #ef164d;
}