@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #398a3a;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #398a3a;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #398a3a;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #398a3a;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #398a3a;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #398a3a;
  -moz-box-shadow: 0 4px 0 #398a3a;
  box-shadow: 0 4px 0 #398a3a;
  background: #63b264;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 13.75px;
    font-size: 1.375rem;
    text-align: center;
    padding: 20px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #14142b;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #14142b; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #14142b;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.red {
  color: #ff0000; }

.blue {
  color: #6c78b8; }

.yellow {
  color: #fcf7a1; }

.marker {
  background: linear-gradient(transparent 60%, #fcf7a1 60%); }

.large {
  font-size: 120%; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(183, 108, 117, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #eba3ac;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 3px solid #f29600; }
  .header .inner {
    padding: 10px; }
  .header .logo {
    width: 180px; }

.fv_band {
  padding: 1.333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #b76c75; }
  .fv_band .fv_date {
    margin-right: 10px;
    padding: 0.667vw 1.333vw 1.067vw;
    background: #fff;
    border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    font-weight: 700;
    font-size: 2.933vw;
    line-height: 1; }
  .fv_band .fv_txt {
    font-weight: 700;
    font-size: 3.6vw;
    color: #fff; }

.inner {
  padding: 20px 10px 40px;
  background: #fff;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 100%; } }

.box_inner {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

.remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }

.sponsor {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.main_ttl {
  padding: 10px 0 11px;
  background: #b76c75;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3; }
  .main_ttl .medium {
    font-size: 17.5px;
    font-size: 1.75rem; }

.sub_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .sub_ttl .ttl {
    position: relative;
    display: inline-block;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 700;
    color: #6c78b8; }
    .sub_ttl .ttl::before, .sub_ttl .ttl::after {
      content: '';
      position: absolute;
      left: -40px;
      bottom: 0;
      width: 29px;
      height: 41px;
      background: url("../../../funeral-tokyo/assets/img/ico_left.png") no-repeat left top/100% auto; }
    .sub_ttl .ttl::after {
      right: -40px;
      left: auto;
      background-image: url("../../../funeral-tokyo/assets/img/ico_right.png"); }
    .sub_ttl .ttl strong {
      font-size: 20px;
      font-size: 2rem; }

.fukidashi_ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #ff0000; }

.line_ttl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #b76c75;
  font-size: 20.625px;
  font-size: 2.0625rem;
  font-weight: 700;
  color: #b83f4d; }

.line {
  position: relative;
  display: inline-block; }
  .line::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
    width: 55px;
    height: 2px;
    background: #fff; }
  .line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
    width: 55px;
    height: 2px;
    background: #fff; }

.lead {
  text-align: center;
  line-height: 1.875;
  font-size: 16.25px;
  font-size: 1.625rem; }

.cta .txt {
  text-align: center;
  font-weight: 700;
  color: #b83f4d;
  font-size: 16.875px;
  font-size: 1.6875rem; }

.section01 .client_table {
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fefaec;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 2px solid #b76c75;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table tr:first-child td {
      vertical-align: top; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
      .section01 .client_table table th .cta_btn_tel, .section01 .client_table table td .cta_btn_tel {
        margin: 3px auto 4px; }
        .section01 .client_table table th .cta_btn_tel::before, .section01 .client_table table td .cta_btn_tel::before {
          content: none; }
        .section01 .client_table table th .cta_btn_tel a, .section01 .client_table table td .cta_btn_tel a {
          padding: 10px 0; }
    .section01 .client_table table th {
      background: #e7eafc;
      font-weight: 700;
      color: #6c78b8;
      padding: 3px 0;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      font-weight: 500;
      z-index: 6; }
    .section01 .client_table table td {
      padding: 10px 5px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead td .image {
        padding: 45px 2px 0;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: '';
          position: absolute;
          width: 36px;
          height: 45px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -4px;
          pointer-events: none;
          z-index: 10; }
        .section01 .client_table table thead td .image a {
          display: block;
          text-decoration: none; }
          .section01 .client_table table thead td .image a:hover img {
            opacity: 1; }
          .section01 .client_table table thead td .image a p {
            font-weight: 700;
            color: #14142b;
            margin-top: 3px;
            font-size: 13px;
            font-size: 1.3rem; }
          .section01 .client_table table thead td .image a:hover p {
            text-decoration: underline; }
        .section01 .client_table table thead td .image .top_txt {
          font-weight: 700;
          color: #b76c75;
          font-size: 1.5rem;
          padding: 0 0 3px; }
      .section01 .client_table table thead td:nth-child(1) .image::before {
        background-image: url("../../../funeral-tokyo/assets/img/rank_01.png"); }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("../../../funeral-tokyo/assets/img/rank_02.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("../../../funeral-tokyo/assets/img/rank_03.png"); }
      .section01 .client_table table thead td:nth-child(4) .image::before {
        background-image: url("../../../funeral-tokyo/assets/img/rank_04.png"); }
      .section01 .client_table table thead td:nth-child(5) .image::before {
        background-image: url("../../../funeral-tokyo/assets/img/rank_05.png"); }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 95%; }
    .section01 .client_table .cta_btn a {
      font-size: 13.75px;
      font-size: 1.375rem;
      padding: 15px 0; }
  .section01 .client_table .cta_btn_tel {
    margin: 0 auto 10px;
    width: 95%; }
    .section01 .client_table .cta_btn_tel a {
      font-size: 13.75px;
      font-size: 1.375rem;
      padding: 15px 0; }

.section02 {
  padding: 25px 10px 40px;
  background: #fae3e6; }
  .section02 .inner {
    padding: 40px 0 50px;
    border: 2px solid #b76c75;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section02 .inner.worry_box {
      margin-bottom: 20px;
      padding: 20px; }
      .section02 .inner.worry_box h2 {
        margin-bottom: 20px;
        padding: 10px 5px;
        border-top: 2px solid #b76c75;
        border-bottom: 2px solid #b76c75;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #b83f4d;
        text-align: center; }
      .section02 .inner.worry_box ul li {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .section02 .inner.worry_box ul li + li {
          margin-top: 20px; }
        .section02 .inner.worry_box ul li .img {
          width: 65px;
          margin-right: 17px; }
        .section02 .inner.worry_box ul li .txt {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          position: relative;
          width: calc(100% - 82px);
          min-height: 65px;
          padding: 10px;
          background: #fbf1f2;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          font-size: 18px;
          font-size: 1.8rem; }
          .section02 .inner.worry_box ul li .txt::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -16px;
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 18px solid #fbf1f2;
            border-left: 0; }
        .section02 .inner.worry_box ul li:nth-child(even) .img {
          margin-left: 25px; }
        .section02 .inner.worry_box ul li:nth-child(even) .txt::before {
          right: -16px;
          left: auto;
          border-style: solid;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 18px solid #fbf1f2;
          border-right: 0; }
    .section02 .inner.choose_box {
      overflow: hidden;
      padding: 0; }
      .section02 .inner.choose_box h2 {
        padding: 10px 0;
        background: #b76c75;
        font-size: 20.625px;
        font-size: 2.0625rem;
        font-weight: 700;
        color: #fff;
        text-align: center; }
      .section02 .inner.choose_box ul {
        padding: 0 10px; }
        .section02 .inner.choose_box ul li {
          padding: 20px 10px;
          font-size: 18px;
          font-size: 1.8rem; }
          .section02 .inner.choose_box ul li + li {
            border-top: 1px solid #d0d0d0; }
          .section02 .inner.choose_box ul li .flex_box {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex; }
            .section02 .inner.choose_box ul li .flex_box .img {
              width: 138px;
              margin-right: 15px; }
            .section02 .inner.choose_box ul li .flex_box h3 {
              width: calc(100% - 153px);
              margin-bottom: 15px;
              font-size: 20px;
              font-size: 2rem;
              color: #6c78b8;
              font-weight: 500; }
              .section02 .inner.choose_box ul li .flex_box h3 .ico {
                margin-bottom: 5px; }
                .section02 .inner.choose_box ul li .flex_box h3 .ico img {
                  width: 34px; }
          .section02 .inner.choose_box ul li .txt p {
            font-size: 16.875px;
            font-size: 1.6875rem; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 30px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #bababa;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 8px 8px 8px 70px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 63px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 10px;
      top: -10px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eecb3b;
  background: #fefaec; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eecb3b; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../../funeral-tokyo/assets/img/rank_01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../funeral-tokyo/assets/img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../funeral-tokyo/assets/img/rank_03.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../../funeral-tokyo/assets/img/rank_04.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../../funeral-tokyo/assets/img/rank_05.png"); }
.client_archive > ul > li.pickup {
  position: relative;
  padding-top: 60px; }
  .client_archive > ul > li.pickup::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 45px;
    background: url("../../../funeral-tokyo/assets/img/ttl_pickup.png") no-repeat left top/100% auto; }
  .client_archive > ul > li.pickup .client_name::before {
    background-image: url("../../../funeral-tokyo/assets/img/rank_pr.png"); }
.client_archive .top_heading {
  margin-bottom: 10px;
  font-size: 20.625px;
  font-size: 2.0625rem;
  font-weight: 700;
  color: #b76c75;
  text-align: center; }
.client_archive .overview .image {
  width: 180px;
  margin: 0 auto; }
.client_archive .overview .txt {
  margin-top: 10px; }
  .client_archive .overview .txt table {
    width: 100%;
    background: #fff;
    font-size: 12.5px;
    font-size: 1.25rem; }
    .client_archive .overview .txt table th, .client_archive .overview .txt table td {
      vertical-align: middle;
      padding: 5px;
      border: 1px solid #bababa;
      line-height: 1.3; }
    .client_archive .overview .txt table th {
      font-weight: 500;
      color: #6c78b8;
      background: #e7eafc;
      border-color: #fff;
      width: 33%;
      font-weight: 700; }
    .client_archive .overview .txt table .ico_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .client_archive .overview .txt table .ico_wrap .ico {
        width: 24px;
        margin-right: 5px; }
.client_archive .point,
.client_archive .review {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e7eafc; }
  .client_archive .point .ttl,
  .client_archive .review .ttl {
    background: #e7eafc;
    text-align: center;
    color: #6c78b8;
    font-weight: 700;
    padding: 5px;
    font-size: 17.5px;
    font-size: 1.75rem; }
  .client_archive .point .contents,
  .client_archive .review .contents {
    padding: 20px 10px;
    background: #fff; }
    .client_archive .point .contents .slick-dots li,
    .client_archive .review .contents .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .client_archive .point .contents .slick-dots li button,
      .client_archive .review .contents .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border: 1px solid #6c78b8;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .point .contents .slick-dots li button::before,
        .client_archive .review .contents .slick-dots li button::before {
          content: none; }
      .client_archive .point .contents .slick-dots li.slick-active button,
      .client_archive .review .contents .slick-dots li.slick-active button {
        background: #6c78b8; }
      .client_archive .point .contents .slick-dots li:first-child:last-child,
      .client_archive .review .contents .slick-dots li:first-child:last-child {
        display: none; }
    .client_archive .point .contents .slick-dotted.slick-slider,
    .client_archive .review .contents .slick-dotted.slick-slider {
      margin-bottom: 40px; }
    .client_archive .point .contents .quote,
    .client_archive .review .contents .quote {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15.625px;
  font-size: 1.5625rem; }
  .client_archive .point ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 11px;
    background: url("../../../funeral-tokyo/assets/img/ico_check.png") no-repeat left top/100% auto; }
  .client_archive .point ul li + li {
    margin-top: 5px; }
.client_archive .review .contents {
  background: #f7f8fe; }
.client_archive .review .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review .review_slides .review_slide .txt {
    width: 100%;
    align-items: center;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16.25px;
    font-size: 1.625rem;
    line-height: 1.769; }
.client_archive .review2 {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e7eafc; }
  .client_archive .review2 .ttl {
    text-align: center;
    background: #e7eafc;
    text-align: center;
    color: #6c78b8;
    font-weight: 700;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem; }
  .client_archive .review2 .contents {
    padding: 20px 10px; }
    .client_archive .review2 .contents .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .client_archive .review2 .contents .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border: 1px solid #6c78b8;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .review2 .contents .slick-dots li button::before {
          content: none; }
      .client_archive .review2 .contents .slick-dots li.slick-active button {
        background: #6c78b8; }
      .client_archive .review2 .contents .slick-dots li:first-child:last-child {
        display: none; }
    .client_archive .review2 .contents .slick-dotted.slick-slider {
      margin-bottom: 40px; }
    .client_archive .review2 .contents .slick-slider .txt {
      padding: 20px 25px;
      background: #fff;
      box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      font-size: 16.25px;
      font-size: 1.625rem;
      line-height: 1.769; }
  .client_archive .review2 .quote {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
.client_archive .cta {
  margin-top: 10px; }
  .client_archive .cta .cta_btn {
    margin: 5px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }

.section04 .inner {
  padding: 15px 0 50px 10px; }
.section04 .wrap {
  width: 100%;
  overflow: scroll; }
.section04 .scroll_txt {
  background: #f7f8fe;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px;
  text-align: right;
  font-weight: 500;
  color: #6c78b8; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fefaec; }
.section04 table {
  width: 800px;
  border: 1px solid #bababa;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    width: 110px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 8px 5px;
    background: #fff; }
  .section04 table thead th {
    background: #e7eafc;
    color: #6c78b8;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #fff; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100px; }
    .section04 table thead tr th:first-child::after,
    .section04 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #bababa;
      z-index: -1; }
  .section04 table thead tr th:first-child::after {
    border-right-color: #fff; }
  .section04 table tbody tr:first-child td {
    background: #fefaec; }
  .section04 table tbody .image {
    display: block;
    width: 75%;
    margin: 0 auto; }
  .section04 table tbody .ico {
    width: 24px;
    margin: 0 auto 3px; }
  .section04 table tbody td p {
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
  .section04 .cta_btn a {
    line-height: 1.3;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem; }

.section05 .container {
  padding: 20px 10px 30px;
  background: #fae3e6; }
.section05 .box_inner {
  padding: 20px; }
.section05 .img {
  width: 150px;
  margin: 0 auto 10px; }
.section05 h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #b76c75;
  text-align: center;
  color: #b83f4d;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem; }
.section05 .name {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 21.87px;
  font-size: 2.187rem; }
.section05 .lead {
  font-size: 16.875px;
  font-size: 1.6875rem;
  text-align: left; }
  .section05 .lead span {
    color: #ff0000;
    font-weight: 700; }
.section05 .cta {
  margin-top: 20px; }
  .section05 .cta .cta_btn {
    margin: 8px auto 0; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }

.footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .privacy {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .footer .privacy .ico {
    width: 60px; }
  .footer .privacy .txt {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
.footer .txt2 {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
.footer .f_nav {
  margin: 10px auto 0;
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 20px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
.footer .copyright {
  padding: 10px 0;
  background: #b76c75;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 100;
  background: rgba(183, 108, 117, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    position: relative;
    height: 100px;
    padding: 10px 20px;
    background: none; }
  .fixed_cta .wrap {
    width: 89.33%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; }
    .fixed_cta .wrap .img {
      margin: 0 auto -40px; }
  .fixed_cta .cta .cta_btn a {
    font-size: 15.625px;
    font-size: 1.5625rem;
    padding: 6px 0; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .box .img {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 32vw;
        width: 60%; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 3.5vw;
      width: 95%;
      display: inline-flex; }
      .exitProtection .wrap .cta .cta_btn {
        width: 48%;
        margin: 0 auto; }
        .exitProtection .wrap .cta .cta_btn span {
          display: block;
          text-decoration: none;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          text-align: center; }
        .exitProtection .wrap .cta .cta_btn a {
          padding: 8px 5px;
          font-size: 15px;
          font-size: 1.5rem; }
      .exitProtection .wrap .cta .cta_btn_tel {
        width: 48%;
        margin: 0 auto; }
        .exitProtection .wrap .cta .cta_btn_tel::before {
          display: block;
          content: "";
          width: 40px;
          height: 30px;
          /*background: url("../img/comparison/freedial.png") no-repeat;*/
          background: url("https://top-choice.online/sp/funeral-tokyo/assets/img/tel_icon_orange.png") no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: 10px;
          transform: translateY(-50%); }
        .exitProtection .wrap .cta .cta_btn_tel span {
          display: block;
          text-decoration: none;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          text-align: center; }
        .exitProtection .wrap .cta .cta_btn_tel a {
          padding: 3px 5px 5px 40px;
          font-size: 13px;
          font-size: 1.3rem; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 101; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.footer_fixed_cta .shiny {
  display: block;
  position: relative;
  overflow: hidden; }

.footer_fixed_cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #b76c75d6;
  z-index: 100;
  padding: 2px 8px 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; }
  .footer_fixed_cta .footer_fixed_cta_txt {
    margin-bottom: -40px; }
  .footer_fixed_cta.active {
    opacity: 1;
    visibility: visible; }
  .footer_fixed_cta.hide {
    opacity: 0;
    visibility: hidden; }
  .footer_fixed_cta .txt {
    text-align: center;
    color: yellow;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4; }
  .footer_fixed_cta .wrap {
    margin-top: 5px;
    display: flex; }
    .footer_fixed_cta .wrap .image {
      width: 100px; }
    .footer_fixed_cta .wrap .btn {
      width: calc(100% - 100px);
      padding-left: 10px; }
      .footer_fixed_cta .wrap .btn:first-child {
        padding-left: 0 !important;
        margin-left: 0 !important; }
      .footer_fixed_cta .wrap .btn .cta_btn {
        box-shadow: 0 4px 0 #398a3a;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        position: relative;
        overflow: hidden; }
        .footer_fixed_cta .wrap .btn .cta_btn a {
          text-align: center;
          font-size: 10px;
          letter-spacing: -0.05em;
          display: block;
          text-decoration: none;
          color: #fff;
          font-weight: 700;
          padding: 11px 0;
          background: #63b264; }

.cta_btn.tel {
  box-shadow: 0 4px 0 #c42f1a !important;
  border-radius: 5px;
  position: relative; }
  .cta_btn.tel a {
    font-size: 1.8rem;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px 15px 60px;
    background: #f3472f !important;
    text-align: center;
    position: relative; }
    .cta_btn.tel a span {
      display: block;
      font-size: 0.8em; }
    .cta_btn.tel a img {
      width: 40px;
      height: auto;
      margin: 0 15px 0 0; }
    .cta_btn.tel a::after {
      display: block;
      content: "";
      width: 60px;
      height: 40px;
      /*background: url("../img/comparison/freedial.png") no-repeat;*/
      background: url("img/tel_icon_orange.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
  .cta_btn.tel.ft_tel a {
    padding-left: 31px !important; }
    .cta_btn.tel.ft_tel a::after {
      width: 35px !important;
      height: 25px !important;
      top: 50%;
      left: 5px;
      transform: translateY(-50%); }

.mt_10 {
  margin-top: 10px; }

.day_txt {
  color: #FF8F33;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px; }

.day {
  display: none;
  /* 最初は非表示 */ }

.night {
  display: none;
  /* 最初は非表示 */ }

@keyframes telbtn {
  0% {
    box-shadow: 0 4px 0 #c42f1a;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c42f1a;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #c42f1a;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c42f1a;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #c42f1a;
    top: 0px; } }
@keyframes telbtn2 {
  0% {
    box-shadow: 0 4px 0 #054214;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #054214;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #054214;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #054214;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #054214;
    top: 0px; } }
.cta_btn_tel {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #c42f1a;
  -moz-box-shadow: 0 4px 0 #c42f1a;
  box-shadow: 0 4px 0 #c42f1a;
  background: #f3472f;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 5px 0 12px; }
  .cta_btn_tel::before {
    display: block;
    content: "";
    width: 60px;
    height: 40px;
    /*background: url("../img/comparison/freedial.png") no-repeat;*/
    background: url("img/tel_icon_orange.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }

.cta_btn_tel.cbt_grn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #054214;
  -moz-box-shadow: 0 4px 0 #054214;
  box-shadow: 0 4px 0 #054214;
  background: #10B136;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 5px 0 12px; }
  .cta_btn_tel.cbt_grn::before {
    display: block;
    content: "";
    width: 60px;
    height: 40px;
    /*background: url("../img/comparison/freedial.png") no-repeat;*/
    background: url("img/tel_icon_orange.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }

@media only screen and (min-width: 769px) {
  .cta_btn_tel:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.cta_btn_tel.shiny {
  overflow: hidden; }

.cta_btn_tel.shiny::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
  z-index: 10; }

.cta_btn_tel a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  color: #fff !important;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0 20px 20px; }

.cta_btn_tel.animation {
  animation: telbtn 2s infinite; }

.cta_btn_tel.cbt_grn.animation {
  animation: telbtn2 2s infinite; }

.section01 .article_section .cta {
  background: #fff9e3;
  padding: 50px 15px 7px;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px; }

.section01 .article_section .cta .cta_heading {
  position: absolute;
  width: 90%;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  color: #b76c75;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  font-size: 4vw;
  background: #fbf1f2;
  border: solid 2px #b76c75;
  line-height: 1.3;
  font-weight: bold; }

.section01 .article_section .cta .cta_heading span {
  font-size: 5vw;
  color: #cf371f; }

.section01 .article_section .cta .name {
  text-align: center; }

.section01 .article_section .cta .name a {
  color: #31302c;
  font-size: 5vw;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #31302c; }

.section01 .article_section .cta .wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.section01 .article_section .cta .wrap .cta_image {
  width: 40%; }

.section01 .article_section .cta .wrap .cta_txt {
  width: 60%;
  padding-left: 15px;
  text-align: center; }

.section01 .article_section .cta .wrap .cta_txt .txt_01 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 2px 0;
  background: #6c78b8; }

.section01 .article_section .cta .cta_btn_tel_txt {
  text-align: center;
  font-size: 3.4vw;
  color: #ff0000;
  font-weight: 700;
  padding-top: 3px; }

.section01 .article_section .cta .wrap .cta_txt .txt_02 {
  background: #fff;
  border: 1px solid #6c78b8;
  padding: 4px 0 1px;
  font-size: 3vw;
  font-weight: 700;
  color: #31302c;
  font-family: serif;
  font-weight: bold; }

.section01 .article_section .cta .wrap .cta_txt .txt_02 span {
  color: #ff0000;
  font-size: 5vw; }

.section01 .article_section .cta .wrap .cta_txt .btn {
  margin: 0 auto; }

.section01 .article_section .cta .wrap .cta_txt .cta_btn {
  margin-top: 6px;
  box-shadow: 0 4px 0 #398a3a;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }

.section01 .article_section .cta .wrap .cta_txt .cta_btn a {
  font-size: 3vw;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  background: #63b264; }

.accordion {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px; }
  .accordion .accordion-item {
    border: 1px solid #e7eafc;
    border-radius: 5px;
    position: relative; }
    .accordion .accordion-item .accordion-header {
      display: flex;
      justify-content: center;
      background: #e7eafc;
      align-items: center;
      cursor: pointer;
      padding: 10px 20px;
      border-radius: 5px 5px 0 0;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      text-align: center; }
      .accordion .accordion-item .accordion-header span:first-child {
        width: calc(100% - 30px);
        text-align: center; }
      .accordion .accordion-item .accordion-header span:last-child {
        width: 30px; }
      .accordion .accordion-item .accordion-header .accordion-icon {
        font-size: 30px;
        font-weight: bold;
        transition: transform 0.2s ease;
        color: #6c78b8;
        position: absolute;
        right: 3%; }
      .accordion .accordion-item .accordion-header .ttl {
        text-align: center; }
    .accordion .accordion-item .accordion-content {
      display: none;
      background-color: #f7f8fe;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      .accordion .accordion-item .accordion-content p {
        margin: 0; }

.slick-initialized .slick-slide {
  display: contents; }
