@charset "UTF-8";
.wrap {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0;
  }
}

.fs-pt-column .fs-pt-column__item {
  display: block;
  text-align: center;
  background-color: #fff;
  margin-bottom: 60px;
}
.fs-pt-column .fs-pt-column__image {
  display: block;
  margin-bottom: 7px;
}
.fs-pt-column .fs-pt-column__heading {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .fs-pt-column .fs-pt-column__heading {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.fs-pt-column .fs-pt-column__description {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fs-pt-column .fs-pt-column__description {
    font-size: 1.3rem;
  }
}
.fs-pt-column img {
  width: 100%;
  height: auto;
}

.freepage .fs-c-breadcrumb__list {
  padding: 15px 0;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .freepage .fs-c-breadcrumb__list {
    padding: 15px;
    margin-left: 0;
  }
}

/* =============================================================================
 ###　TOPICS 一覧
============================================================================= */
.fs-body-category-topics h1.ttl3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fs-body-category-topics h1.ttl3 {
    margin-bottom: 80px;
  }
}

.topics-article {
  padding: 0 30px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .topics-article {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .topics-article .fs-pt-column {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
}
.topics-article .fs-pt-column__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topics-article .fs-pt-column__heading {
    margin-bottom: 7px;
  }
}
.topics-article .fs-pt-column__item {
  display: block;
  background-color: #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .topics-article .fs-pt-column__item {
    margin-left: 20px;
    width: calc(25% - 20px);
    margin-bottom: 50px;
  }
}
.topics-article .fs-pt-column__description .btn {
  text-align: right;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .topics-article .fs-pt-column__description .btn {
    margin-top: 7px;
  }
}

/* =============================================================================
 ###　TOPICS 詳細
============================================================================= */
.mainImg + h1.ttl3 {
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mainImg + h1.ttl3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .mainImg {
    margin-bottom: 50px;
  }
}

.topicsTtl {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500；;
}
@media screen and (min-width: 768px) {
  .topicsTtl {
    margin-bottom: 80px;
  }
}

.topics-article.topics-detail {
  padding: 0;
}
.topics-article.topics-detail .text,
.topics-article.topics-detail .detailImg {
  margin-bottom: 50px;
  padding: 0;
}
.topics-article.topics-detail .detailImg {
  text-align: center;
}
.topics-article.topics-detail .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .topics-article.topics-detail .text {
    line-height: 2.6;
  }
}
.topics-article.topics-detail .text p {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.topics-article.topics-detail .text p:last-child {
  margin-bottom: 0;
}
.topics-article .pager {
  border-top: 1px solid #000;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.topics-article .pager a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}
.topics-article .pager a:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  margin-top: -6px;
}
.topics-article .pager .pager_prev a {
  padding-left: 20px;
}
.topics-article .pager .pager_prev a:after {
  left: 5px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.topics-article .pager .pager_next a {
  padding-right: 20px;
}
.topics-article .pager .pager_next a:after {
  right: 5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =============================================================================
 ###　About TIMEX
============================================================================= */
.fs-body-category-about_timex h1.ttl3 {
  text-align: center;
  margin-bottom: 0;
}

.about_timex-section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.about_timex-section h2:before, .about_timex-section h2:after {
  border-top: 1px solid #4d4d4d;
  content: '';
  width: 5em;
  height: 1.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about_timex-section h2:before, .about_timex-section h2:after {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_timex-section h2:before, .about_timex-section h2:after {
    width: 30%;
  }
}
.about_timex-section h2:before {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .about_timex-section h2:before {
    margin-right: 3em;
  }
}
.about_timex-section h2:after {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .about_timex-section h2:after {
    margin-left: 3em;
  }
}
.about_timex-section img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about_timex-section .fParent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-left: -30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .about_timex-section .fParent > div {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about_timex-section .fParent > div img {
    border: 1px solid #e6e6e6;
  }
}

/* =============================================================================
 ###　特定商取引法
============================================================================= */
.businessdeal-content table {
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .businessdeal-content table {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
.businessdeal-content table tr {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .businessdeal-content table tr {
    display: table-row;
  }
}
.businessdeal-content table th {
  text-align: left;
  font-size: 1.3rem;
  background-color: #f6f6f6;
  font-weight: normal;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .businessdeal-content table th {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
  }
}
.businessdeal-content table td {
  text-align: left;
  font-size: 1.3rem;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .businessdeal-content table td {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
  }
}

/* =============================================================================
 ###　プライバシーポリシー
============================================================================= */
.privacy-policy-content > p {
  margin-bottom: 30px;
}
.privacy-policy-content .sign {
  text-align: right;
  font-weight: bold;
  margin-bottom: 30px;
}
.privacy-policy-content h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-policy-content ul {
  margin-bottom: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.privacy-policy-content ul li {
  margin-bottom: 10px;
}
.privacy-policy-content ul li:last-child {
  margin-bottom: 0;
}

/* =============================================================================
 ###　ショップリスト
============================================================================= */
.f-shoplist {
  padding-top: 30px;
}

.shoplist-areasearch {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shoplist-areasearch {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.shoplist-areasearch h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

.shoplistCategory {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shoplistCategory {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.shoplistCategory table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shoplistCategory table {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
.shoplistCategory tr {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shoplistCategory tr {
    display: table-row;
  }
}
.shoplistCategory th {
  padding: 5px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .shoplistCategory th {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    vertical-align: top;
    text-align: center;
    padding: 10px;
  }
}
.shoplistCategory th.box1 {
  background-color: #d1d1d1;
}
@media screen and (min-width: 768px) {
  .shoplistCategory th.box1 {
    width: 8em;
  }
}
.shoplistCategory th.box2 {
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .shoplistCategory th.box2 {
    width: 8em;
  }
}
.shoplistCategory td {
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shoplistCategory td {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    vertical-align: top;
    padding: 10px;
  }
}
.shoplistCategory td.store_name {
  font-weight: bold;
}
.shoplistCategory td.address {
  margin-bottom: 10px;
}
.shoplistCategory span.btn_map {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .shoplistCategory span.btn_map {
    width: 100px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shoplistCategory span.btn_map {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    width: 100%;
  }
}
.shoplistCategory span.btn_map a {
  display: block;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 10px;
}

/* =============================================================================
 ###　サポート＆お問い合わせ
============================================================================= */
.contact-content > p {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact-content > p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .contact-content section {
    margin-bottom: 50px;
  }
}
.contact-content section h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.contact-content section .info-tel {
  width: 100%;
}
.contact-content section .info-tel tr {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-content section .info-tel tr {
    display: table-row;
  }
}
.contact-content section .info-tel th {
  text-align: left;
}
.contact-content .mail-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-content .inputTable {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .contact-content .inputTable {
    margin-bottom: 30px;
  }
}
.contact-content .inputTable tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-content .inputTable tr {
    display: table-row;
  }
}
.contact-content .inputTable th {
  text-align: left;
  font-size: 1.5rem;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .contact-content .inputTable th {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
.contact-content .inputTable td {
  padding: 5px 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact-content .inputTable td {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
.contact-content .inputTable td input[type="text"],
.contact-content .inputTable td input[type="tel"],
.contact-content .inputTable td input[type="password"],
.contact-content .inputTable td select {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 1.5rem;
}
.contact-content .ContactBtn {
  margin-bottom: 30px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
