@charset "UTF-8";
body {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  position: relative;
  letter-spacing: 0.02em;
}
body img {
  width: 100%;
}
body * {
  max-width: 100%;
}

a {
  transition: 0.2s all;
}
a:hover {
  opacity: 0.7;
}

._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

.bg_purple {
  background: linear-gradient(transparent 65%, #E5D2FF 65%);
}

.c-red {
  color: #A51C05;
}

.txt_note {
  font-size: 90%;
}

@media screen and (min-width: 768px) {
  .contents__inner {
    max-width: 100%;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header {
    width: 1024px;
    right: 0;
    margin: 0 auto;
    top: 40px;
    padding: 0 20px;
  }
}
.header__logo {
  width: 120px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 200px;
    margin-left: 0;
  }
}
.header__btn {
  width: 106px;
  top: 3px;
  margin-right: 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 200px;
  }
}

.card_list {
  display: grid;
  gap: 1em;
}
.card_list.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.card_list.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.card_list.grid2_1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .card_list.grid2_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card_list.grid3_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .card_list.grid3_2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*----------------------------
about
----------------------------*/
.about__inner {
  width: 90%;
  margin: auto;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 40px;
  }
}
.about__text01 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about__text01 {
    font-size: 34px;
  }
}
.about__text02 {
  font-size: 16px;
  margin-top: 24px;
  line-height: 2;
}
.about__text02:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .about__text02 {
    font-size: 20px;
  }
}
.about__text02 + .about__text02 {
  margin-top: 16px;
}
.about__attention {
  border: 5px solid #dedede;
  padding: 1.6em;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .about__attention {
    font-size: 16px;
  }
}
.about__attention h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-align: center;
}
.about__attention h2::before, .about__attention h2::after {
  content: "	";
  width: 25px;
  height: 22px;
  background-image: url(../img/icon_attention.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0.3em;
}
.about__attention p {
  margin-bottom: 0.6em;
}

/*----------------------------
reason
----------------------------*/
.reason__inner {
  width: 90%;
  margin: auto;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .reason {
    width: 100%;
    margin: auto;
  }
}
.reason__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .reason__title {
    font-size: 38px;
  }
}
.reason__list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reason__list {
    display: flex;
    justify-content: flex-start;
    align-self: auto;
    flex-wrap: wrap;
  }
}
.reason__item {
  border: 1px solid #828282;
  background: #fff;
}
.reason__item + .reason__item {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reason__item {
    margin-bottom: 5%;
    width: 48%;
    flex-wrap: wrap;
  }
  .reason__item + .reason__item {
    margin-top: 0;
  }
  .reason__item:nth-child(odd) {
    margin-right: 4%;
  }
  .reason__item:last-child {
    margin-bottom: 0;
  }
}
.reason__item-titleBlock {
  position: relative;
  background: #262626;
  padding: 12px 0;
}
.reason__num {
  width: 30%;
  background: transparent linear-gradient(0deg, #E6C248 0%, #BD942F 100%) 0% 0% no-repeat padding-box;
  font-size: 12px;
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -12px;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 6.5em;
}
@media screen and (min-width: 768px) {
  .reason__num {
    font-size: 14px;
  }
}
.reason__item-title {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .reason__item-title {
    font-size: 20px;
    padding-top: 0.8em;
  }
}
.reason__item-textBlock {
  padding: 8px 18px 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reason__item-textBlock {
    font-size: 20px;
  }
}
.reason__text01 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reason__text01 {
    font-size: 16px;
  }
}

/*----------------------------
voice
----------------------------*/
.voice__inner {
  width: 90%;
  margin: auto;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .voice {
    width: 100%;
  }
}
.voice__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 38px;
  }
}
.voice__image {
  margin-top: 24px;
  padding: 0 18px;
}
.voice__image img {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .voice__image {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.voice__text02 {
  font-size: 16px;
  margin-top: 24px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .voice__text02 {
    font-size: 20px;
  }
}
.voice__text02 + .voice__text02 {
  margin-top: 16px;
}
.voice__box {
  border: 2px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 1em;
  margin-bottom: 1em;
}
.voice__box .voice__img {
  margin-bottom: 1em;
}
.voice__box .voice__img figcaption {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 0.5em;
}
.voice__box .voice__txt .request_wrap {
  margin-bottom: 1em;
  line-height: 1.6;
  padding: 1em;
  background: #eee;
}
.voice__box .voice__txt .request_wrap .request_txt {
  margin-bottom: 0.5em;
}
.voice__box .voice__txt .request_wrap table th {
  padding-right: 1em;
}
.voice__box .voice__txt .txt__title {
  margin-bottom: 0.8em;
  font-size: 1em;
  padding-bottom: 0.2em;
  font-weight: bold;
}
.voice__box .voice__txt .txt__detail {
  line-height: 1.5;
}
.voice__box .voice__txt .txt__detail p {
  margin-top: 0.8em;
}
.voice__box .voice__txt .txt__detail .voice__name {
  display: inline-block;
  margin-top: 0.8em;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .voice__box {
    border: 2px solid #ddd;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 2em;
    margin-bottom: 1em;
    box-sizing: border-box;
  }
  .voice__box .voice__img {
    margin-bottom: 0;
    width: 40%;
    margin-right: 20px;
  }
  .voice__box .voice__img img {
    width: 100%;
  }
  .voice__box .voice__img figcaption {
    text-align: center;
    font-size: 1em;
    line-height: 1.4;
    margin-top: 0.5em;
  }
  .voice__box .voice__txt {
    width: 60%;
  }
  .voice__box .txt__title {
    border-bottom: 1px solid #666;
    margin-bottom: 0.8em;
    font-size: 1.1em;
    padding-bottom: 0.2em;
  }
  .voice__box .txt__detail {
    line-height: 1.5;
  }
  .voice__box .txt__detail p {
    margin-top: 0.8em;
  }
}

/*----------------------------
parts
----------------------------*/
.parts {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.parts .parts__inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .parts {
    padding: 80px 40px;
  }
}
.parts .parts_wrap {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
  border: 2px solid #ddd;
  padding: 1em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .parts .parts_wrap {
    padding: 2em;
  }
}
.parts .parts_wrap h3 {
  color: #A51C05;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .parts .parts_wrap h3 {
    font-size: 24px;
  }
}
.parts__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .parts__title {
    font-size: 40px;
  }
}
.parts__txt {
  max-width: 800px;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.parts__image {
  margin-top: 24px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .parts__image {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.parts .parts_ph_wrap .ph_title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

/*----------------------------------
history  オメガ・ロレックスの歴史
----------------------------------*/
.history__inner {
  line-height: 1.6;
  width: 90%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .history {
    padding: 80px 40px;
  }
}
.history .bg_history {
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 25%;
  background: url(../img/bg_history.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1.5em;
}
.history__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: calc(50% - 1em);
  left: 1em;
}
@media screen and (min-width: 768px) {
  .history__title {
    font-size: 22px;
  }
}
.history .series_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  order: -1;
}

.tab-label {
  color: White;
  background: #999;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 1em 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
}

.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.tabBox .tabArea .one_tab {
  width: 32.5%;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .tabBox .tabArea .one_tab {
    font-size: 14px;
  }
}

.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
}

.tabBox .tabArea .one_tab a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
}

.tabBox .tabArea .one_tab:nth-child(1) .tab_inner,
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner,
.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #666;
  color: #fff;
}

.tabBox .tabArea .one_tab.select .tab_inner {
  background-color: #000;
  color: #fff;
}

.tabBox .tabArea .one_tab.select .tab_inner {
  height: 80px;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
}

.contents .tab_main {
  display: none;
  padding: 50px 25px;
  text-align: center;
  min-height: 280px;
  border: 2px solid #666;
  transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block;
}

.tab_main:nth-child(1).is_show {
  background-color: #fff;
  border: 2px solid #666;
}

.tab_main:nth-child(2).is_show {
  background-color: #fff;
  border: 2px solid #666;
}

.tab_main:nth-child(3).is_show {
  background-color: #fff;
  border: 2px solid #666;
}

.timeline {
  list-style: none;
  text-align: left;
}

.timeline > li {
  margin-bottom: 1em;
}

/* for Desktop */
@media (min-width: 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 5em;
    float: left;
    margin-top: 1em;
    font-weight: bold;
  }
  .timeline-content {
    width: calc(100% - 5em);
    float: left;
    border-left: 3px #eeeeee solid;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 1em;
  }
  .timeline-content p {
    text-align: left;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #666;
    position: absolute;
    left: 4.7em;
    top: 24px;
    border-radius: 100%;
  }
  .history_rolex {
    margin: 0.5em 0;
    font-size: 16px;
  }
  .history_fm {
    margin: 0.5em 0;
    text-align: left;
    font-size: 16px;
  }
}
.history_intro {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
  padding: 1em;
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
  background: #eee;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .history_intro {
    font-size: 18px;
  }
}

.grid_child blockquote {
  font-size: 12px;
  color: #555;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.grid_child blockquote img {
  max-height: 300px;
  width: auto;
  margin: auto;
  margin-bottom: 0.5em;
}
.grid_child blockquote .blockquote_txt {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.grid_child blockquote .blockquote_txt::before {
  content: "画像引用元：";
}
.grid_child .serise_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.grid_child .serise_name .lead_copy {
  font-size: 80%;
}
.grid_child .seriase_txt {
  font-size: 14px;
  text-align: left;
}

.overhaul01 {
  background: #ECECEC;
  padding: 40px 38px;
}
.overhaul01__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .overhaul01__title {
    font-size: 40px;
  }
}
.overhaul01__text01 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overhaul01__text01 {
    font-size: 20px;
  }
}
.overhaul01__textBlock {
  background: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(2, 2, 2, 0.15);
  padding: 24px 18px;
  margin-top: 24px;
}
.overhaul01__image {
  margin-top: 16px;
}
.overhaul01__text02 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overhaul01__text02 {
    font-size: 24px;
  }
}
.overhaul01__text03 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .overhaul01__text03 {
    font-size: 20px;
  }
}
.overhaul01__btn {
  display: block;
  margin: 16px auto 0;
  width: 260px;
}

/*----------------------------------
trouble
----------------------------------*/
.trouble {
  padding: 40px 38px;
}
.trouble__title {
  font-size: 18px;
  padding: 0.8em;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .trouble__title {
    font-size: 38px;
  }
}
.trouble__textBlock {
  background: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(2, 2, 2, 0.15);
  padding: 24px;
  margin-top: 24px;
  border: 1px solid #ddd;
}
.trouble__text01 {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .trouble__text01 {
    font-size: 24px;
  }
}
.trouble__list {
  margin-top: 0;
  line-height: 2;
}
.trouble__item {
  font-size: 14px;
  border-bottom: dotted 1px #E5D2FF;
  padding: 4px 0 4px 16px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .trouble__item {
    font-size: 20px;
  }
}
.trouble__item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 8px;
  background: url(./../img/trouble_ico_01.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .trouble__item::before {
    top: 18px;
  }
}
.trouble__text02 {
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .trouble__text02 {
    font-size: 18px;
  }
}

/*----------------------------
payment 保証と決済方法について
----------------------------*/
.payment__inner {
  width: 90%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .payment__inner {
    max-width: 800px;
  }
}
.payment__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .payment__title {
    font-size: 38px;
  }
}
.payment .terms__list {
  border: 2px solid #eee;
  padding: 1.6em;
}
.payment .terms__list .notice {
  color: #A51C05;
  margin-top: 0.5em;
  line-height: 1.4;
}
.payment__select > dd > dt {
  margin-bottom: 1em;
}
.payment .paypay_images img {
  max-width: 80px;
  height: auto;
  background: pink;
}
.payment .card_images img {
  margin-top: 0.5em;
}

/*----------------------------
faq
----------------------------*/
.faq__inner {
  width: 90%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 800px;
  }
}
.faq__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .faq .cp_qa {
    font-size: 17px;
  }
}
.faq .cp_qa dt {
  margin: 0 0 0.5em 0;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.4;
}
.faq .cp_qa dd {
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  line-height: 1.6;
  border-bottom: 1px dotted #666666;
}

/*----------------------------
company 会社概要
----------------------------*/
.company {
  padding: 40px 38px;
}
.company__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 38px;
  }
}
.company table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #dddddd;
  line-height: 1.6;
}
.company table th,
.company table td {
  padding: 1em;
}
.company table th {
  width: 30%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
}
.company table td {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
}

/*----------------------------
manager 店長挨拶
----------------------------*/
.manager {
  padding: 40px 38px;
}
.manager__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .manager__title {
    font-size: 38px;
  }
}
.manager__message__box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  background: #fff;
  padding: 1.6em;
}
@media screen and (min-width: 768px) {
  .manager__message__box {
    flex-direction: row;
    max-width: 800px;
    margin: auto;
  }
}
.manager__message__box .message__col:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .manager__message__box .message__col:first-child {
    width: 60%;
    min-width: 260px;
  }
}
.manager__message__box .message__col:nth-child(2n) {
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
}
.manager__message__box p {
  margin-bottom: 0.6em;
}
.manager__message__box .manager_name {
  text-align: center;
  line-height: 1.6;
  margin-top: 0.6em;
}

/*----------------------------
outro 大切な時計の為に
----------------------------*/
.outro {
  padding: 40px 38px;
}
.outro__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .outro__title {
    font-size: 38px;
  }
}
.outro__text01 {
  font-size: 16px;
  margin-top: 1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .outro__text01 {
    font-size: 18px;
  }
}

.footer {
  padding: 40px 38px;
  background: #000;
  color: #fff;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .footer {
    background: linear-gradient(180deg, #000 0%, #000 60px, #fff 60px, #fff 100%);
    padding: 18px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .footer.footer__contact {
    background: #000;
    padding: 18px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__nav {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    flex-direction: row;
  }
}
.footer__link {
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 12px;
    color: #fff;
  }
  .footer__link + .footer__link {
    margin-left: 30px;
  }
}
.footer__copy {
  margin-top: 24px;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 0;
    font-size: 12px;
    color: #fff;
  }
}
.footer__copy span {
  font-family: "Times";
  font-style: italic;
}

.flow02 {
  padding: 40px 38px;
}
.flow02__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .flow02__title {
    font-size: 38px;
  }
}
.flow02__list {
  margin: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .flow02__list {
    max-width: 500px;
  }
}
.flow02__item {
  border: 1px solid #ECECEC;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 2em;
  background: #fff;
}
.flow02__item + .flow02__item {
  margin-top: 16px;
}
.flow02__item::after {
  content: "▼";
  position: absolute;
  bottom: -1.5em;
  left: calc(50% - 1em);
  color: #666666;
}
.flow02__item.list_end::after {
  content: "";
}
.flow02__icon01 {
  width: 50px;
  margin: 20px auto;
}
.flow02__num {
  text-align: center;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  padding: 0.8em;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flow02__num {
    font-size: 16px;
  }
}
.flow02__text01 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flow02__text01 {
    font-size: 20px;
  }
}
.flow02__text02 {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  line-height: 1.6;
  padding: 0 2em;
}
@media screen and (min-width: 768px) {
  .flow02__text02 {
    font-size: 16px;
    padding: 1em;
    width: 80%;
    margin: auto;
  }
}
.flow02__text03 {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow02__text03 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */