@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese');*/
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; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #a3853a;
  background: #a3853a;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  width: 100%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #a3853a;
    border-right: solid 2px #a3853a;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

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

body {
  background: #fff;
  font-size: 1.7rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

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

footer .ft_menu .p_mark p {
  display: inline-block; }
footer .ft_menu .p_mark {
  width: 100%;
  padding: 20px; }
footer .ft_menu .p_mark p {
  font-size: 10px; }
footer .ft_menu .p_mark .pra_txt {
  width: 65%; }
footer .ft_menu .ft_nav {
  width: 100%;
  border: none;
  background-color: #2367CC;
  padding: 0; }
footer .ft_menu .ft_nav li {
  display: inline-block;
  text-align: center;
  width: 50%;
  float: left;
  background-color: #2367CC;
  padding: 15px 0;
  border-right: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  border-top: solid 0.5px #fff; }
footer .ft_menu .ft_nav li a {
  color: #fff;
  text-decoration: none; }
footer .ft_menu .ft_nav ul {
  overflow: hidden; }
footer .ft_menu .ft_nav li.contact {
  width: 50%; }
footer .ft_menu .ft_nav li.pri_pol {
  width: 50%; }
footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      margin-top: 0;
      font-size: 2vw; } }

.header {
  border-top: 3px solid #f00;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    padding: 10px;
    text-align: right; }
  .header .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px; }
    .header .logo img:first-child {
      width: 180px;
      height: 30px; }
    .header .logo img:last-child {
      width: 130px;
      height: 35px; }
    .header .logo .txt {
      font-size: 9px;
      position: absolute;
      left: 58vw;
      top: 4.5vw; }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: relative; }
    .fv .fv_txt .txt {
      position: absolute;
      right: 5vw;
      top: 17vw;
      font-weight: 800;
      font-size: 27px;
      color: #fff;
      background: linear-gradient(0deg, #a3853a 0%, #a37f25 40%, #7f5e0b 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      z-index: 99; }

.page_comparison .content {
  background: #fff; }
.page_comparison .main_ttl {
  background: url("../img/comparison/ttl_bg.png") repeat center top;
  position: relative;
  padding: 17px 0 20px; }
  .page_comparison .main_ttl::after, .page_comparison .main_ttl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0; }
  .page_comparison .main_ttl::after {
    top: 8px; }
  .page_comparison .main_ttl::before {
    bottom: 8px; }
  .page_comparison .main_ttl h2 {
    text-align: center;
    color: #fff001;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5); }
    .page_comparison .main_ttl h2 span {
      display: block;
      color: #fff;
      font-size: 1.7rem;
      font-weight: 700; }
  .page_comparison .main_ttl p {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
    font-weight: bold; }
.page_comparison .section01 {
  background-color: #ffffff; }
  .page_comparison .section01 .main_ttl h2 {
    font-size: 4.8vw; }
  .page_comparison .section01 .section_ttl {
    background: url("../img/comparison/ttl_bg.png") repeat center top;
    position: relative;
    padding: 17px 0 20px; }
    .page_comparison .section01 .section_ttl::after, .page_comparison .section01 .section_ttl:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #fff;
      left: 0; }
    .page_comparison .section01 .section_ttl::after {
      top: 8px; }
    .page_comparison .section01 .section_ttl::before {
      bottom: 8px; }
    .page_comparison .section01 .section_ttl h2 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 2.3rem;
      line-height: 1.3;
      text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5); }
      .page_comparison .section01 .section_ttl h2 span {
        display: block;
        font-size: 1.7rem;
        font-weight: 700; }
    .page_comparison .section01 .section_ttl p {
      text-align: center;
      color: #fff;
      font-size: 1.7rem;
      text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
      font-weight: bold; }
  .page_comparison .section01 .cta {
    margin: 25px 0;
    background: #fdf5e5;
    padding: 35px 20px 20px;
    position: relative; }
    .page_comparison .section01 .cta .cta_heading {
      position: absolute;
      width: 90%;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      left: 0;
      right: 0;
      top: -10px;
      margin: 0 auto;
      color: #ae0002;
      font-weight: 800;
      text-align: center;
      padding: 2px 0 4px;
      font-size: 2rem;
      background: #ffffff;
      border: solid 2px #ae0002; }
    .page_comparison .section01 .cta .name {
      text-align: center; }
      .page_comparison .section01 .cta .name a {
        color: #00abff;
        font-size: 2.2rem;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid #00abff; }
    .page_comparison .section01 .cta .wrap {
      margin-top: 10px;
      -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; }
      .page_comparison .section01 .cta .wrap .cta_image {
        width: 40%; }
      .page_comparison .section01 .cta .wrap .cta_txt {
        width: 60%;
        padding-left: 8px;
        text-align: center; }
        .page_comparison .section01 .cta .wrap .cta_txt .txt_01 {
          text-align: center;
          font-size: 1.5rem;
          color: #fff;
          font-weight: 800;
          padding: 2px 0;
          background: #a3853a; }
        .page_comparison .section01 .cta .wrap .cta_txt .txt_02 {
          background: #fff;
          border: 1px solid #a3853a;
          padding: 5px 0;
          font-size: 1.8rem;
          line-height: 1.2;
          font-weight: 800;
          color: #ae0002; }
          .page_comparison .section01 .cta .wrap .cta_txt .txt_02 span {
            font-size: 5vw;
            color: #333;
            background: linear-gradient(transparent 60%, #ffed32 60%); }
        .page_comparison .section01 .cta .wrap .cta_txt .cta_btn {
          margin-top: 6px;
          box-shadow: 0 4px 0 #569d03;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          position: relative;
          overflow: hidden; }
          .page_comparison .section01 .cta .wrap .cta_txt .cta_btn a {
            font-size: 1.7rem;
            display: block;
            text-decoration: none;
            color: #fff;
            font-weight: 700;
            padding: 10px 0;
            background: #60b200; }
    .page_comparison .section01 .cta .shiny {
      overflow: hidden; }
      .page_comparison .section01 .cta .shiny::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny-btn 5s ease-in-out infinite;
        z-index: 10;
        pointer-events: none; }
  .page_comparison .section01 .content {
    padding: 20px 20px 20px; }
  .page_comparison .section01 .flex {
    justify-content: center; }
    .page_comparison .section01 .flex li {
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      padding-top: 60px;
      position: relative;
      text-align: center;
      margin-top: 20px; }
      .page_comparison .section01 .flex li:nth-child(3n+1) {
        margin-left: 0; }
      .page_comparison .section01 .flex li:nth-child(1), .page_comparison .section01 .flex li:nth-child(2), .page_comparison .section01 .flex li:nth-child(3) {
        margin-top: 0; }
      .page_comparison .section01 .flex li::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        pointer-events: none; }
      .page_comparison .section01 .flex li:nth-child(1)::before {
        background-image: url("../../../buy/kimono/img/top/section01_rank1.png"); }
      .page_comparison .section01 .flex li:nth-child(2)::before {
        background-image: url("../../../buy/kimono/img/top/section01_rank2.png"); }
      .page_comparison .section01 .flex li:nth-child(3)::before {
        background-image: url("../../../buy/kimono/img/top/section01_rank3.png"); }
      .page_comparison .section01 .flex li:nth-child(4)::before {
        background-image: url("../../../buy/kimono/img/top/section01_rank4.png"); }
      .page_comparison .section01 .flex li:nth-child(5)::before {
        background-image: url("../../../buy/kimono/img/top/section01_rank5.png"); }
      .page_comparison .section01 .flex li a {
        display: block;
        text-decoration: none; }
      .page_comparison .section01 .flex li .txt {
        margin-top: 10px;
        border: 1px solid #3d3d3d;
        font-weight: 500;
        padding: 6px 0;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        font-size: 11px; }
  .page_comparison .section01 .compare__table .heading {
    padding: 0 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.6rem;
    display: block;
    position: relative;
    width: 95%;
    margin: 15px auto -7px;
    font-weight: 800; }
    .page_comparison .section01 .compare__table .heading::before {
      position: absolute;
      top: 35px;
      left: 20px;
      content: "";
      background-image: url("../img/comparison/left.png");
      background-size: cover;
      width: 23px;
      height: 28px; }
    .page_comparison .section01 .compare__table .heading::after {
      position: absolute;
      top: 35px;
      right: 20px;
      content: "";
      background-image: url("../img/comparison/right.png");
      background-size: cover;
      width: 23px;
      height: 28px; }
    .page_comparison .section01 .compare__table .heading span {
      text-align: center;
      line-height: 1.2;
      font-size: 2.4rem;
      color: #ae0002;
      font-weight: 800; }
  .page_comparison .section01 .compare__table_inner {
    padding: 10px 10px; }
    .page_comparison .section01 .compare__table_inner .rank::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: calc(100% / 3);
      height: 100%;
      background: transparent;
      pointer-events: none;
      border: 2px solid #ae0002; }
    .page_comparison .section01 .compare__table_inner .rank td:first-child {
      background-color: #fdf5e5; }
    .page_comparison .section01 .compare__table_inner .rank thead td:nth-child(1) {
      background: transparent url("../img/comparison/section01_rank01.png") top center no-repeat;
      background-size: 35px;
      background-position-y: 7px;
      background-color: #fdf5e5; }
    .page_comparison .section01 .compare__table_inner .rank thead td:nth-child(2) {
      background: transparent url("../img/comparison/section01_rank02.png") top center no-repeat;
      background-size: 35px;
      background-position-y: 7px; }
    .page_comparison .section01 .compare__table_inner .rank thead td:nth-child(3) {
      background: transparent url("../img/comparison/section01_rank03.png") top center no-repeat;
      background-size: 35px;
      background-position-y: 7px; }
    .page_comparison .section01 .compare__table_inner .rank thead td .image {
      margin-top: 30px; }
    .page_comparison .section01 .compare__table_inner .client__table {
      margin-top: 25px;
      position: relative; }
      .page_comparison .section01 .compare__table_inner .client__table table {
        width: 100%;
        border: 1px solid #d6d0c3; }
        .page_comparison .section01 .compare__table_inner .client__table table td {
          padding: 7px 5px;
          border-left: 1px solid #d6d0c3;
          border-right: 1px solid #d6d0c3;
          font-size: 1.5rem;
          line-height: 1.2;
          width: calc(100% / 3);
          text-align: center; }
          .page_comparison .section01 .compare__table_inner .client__table table td:first-child {
            color: #ae0002;
            font-weight: 700; }
        .page_comparison .section01 .compare__table_inner .client__table table th {
          background: #a3853a;
          font-weight: 700;
          color: #fff;
          padding: 3px 0;
          font-size: 1.5rem;
          position: relative;
          z-index: 3;
          width: calc(100% / 3);
          text-align: center; }
      .page_comparison .section01 .compare__table_inner .client__table .image {
        position: relative;
        /*padding-top: 26px;*/ }
        .page_comparison .section01 .compare__table_inner .client__table .image a {
          display: block; }
          .page_comparison .section01 .compare__table_inner .client__table .image a p {
            color: #00abff;
            text-decoration: underline;
            font-size: 10px;
            padding-top: 3px;
            font-weight: 800; }
      .page_comparison .section01 .compare__table_inner .client__table .ico {
        width: 100px;
        margin: 0 auto; }
        .page_comparison .section01 .compare__table_inner .client__table .ico img {
          width: 35px; }
        .page_comparison .section01 .compare__table_inner .client__table .ico p {
          margin-top: 3px; }
      .page_comparison .section01 .compare__table_inner .client__table .cta_btn {
        box-shadow: 0 4px 0 #569d03;
        border-radius: 5px;
        position: relative; }
        .page_comparison .section01 .compare__table_inner .client__table .cta_btn a {
          font-size: 1.7rem;
          display: block;
          text-decoration: none;
          color: #fff;
          font-weight: 700;
          padding: 15px 0;
          background: #60b200; }
      .page_comparison .section01 .compare__table_inner .client__table .shiny {
        overflow: hidden; }
        .page_comparison .section01 .compare__table_inner .client__table .shiny::before {
          position: absolute;
          content: '';
          display: inline-block;
          top: -180px;
          left: 0;
          width: 30px;
          height: 100%;
          background-color: #fff;
          animation: shiny-btn 5s ease-in-out infinite;
          z-index: 10;
          pointer-events: none; }
    .page_comparison .section01 .compare__table_inner .tx {
      font-size: 1rem;
      line-height: 1.3;
      margin-top: 5px; }
  .page_comparison .section01 .article__section_inner {
    padding: 20px 15px; }
    .page_comparison .section01 .article__section_inner .heading {
      line-height: 1.4;
      border-top: 2px dashed #a3853a;
      border-bottom: 2px dashed #a3853a;
      padding: 10px 0;
      font-size: 2rem;
      text-align: center;
      font-weight: 700; }
      .page_comparison .section01 .article__section_inner .heading span {
        font-weight: 700;
        font-size: 2.6rem;
        color: #a3853a; }
    .page_comparison .section01 .article__section_inner .image_01 {
      padding: 0;
      margin-top: 20px; }
    .page_comparison .section01 .article__section_inner .txt {
      margin-top: 25px;
      font-size: 1.7rem;
      line-height: 1.6; }
      .page_comparison .section01 .article__section_inner .txt span {
        color: #ae0002;
        font-weight: 700; }
    .page_comparison .section01 .article__section_inner .txt2 {
      font-size: 2rem;
      line-height: 1.6;
      font-weight: 700;
      text-align: center;
      padding-top: 15px; }
      .page_comparison .section01 .article__section_inner .txt2 span {
        color: #a3853a;
        font-size: 2.4rem; }
      .page_comparison .section01 .article__section_inner .txt2 strong {
        color: #ae0002; }
@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.page_comparison .section02 .section_ttl {
  background: url("../img/comparison/ttl_bg.png") repeat center top;
  position: relative;
  padding: 17px 0 20px; }
  .page_comparison .section02 .section_ttl::after, .page_comparison .section02 .section_ttl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0; }
  .page_comparison .section02 .section_ttl::after {
    top: 8px; }
  .page_comparison .section02 .section_ttl::before {
    bottom: 8px; }
  .page_comparison .section02 .section_ttl h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5); }
    .page_comparison .section02 .section_ttl h2 span {
      display: block;
      font-size: 1.7rem;
      font-weight: 700; }
  .page_comparison .section02 .section_ttl p {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
    font-weight: bold; }
.page_comparison .section02 .content {
  padding: 70px 20px 30px;
  background: #f1efe8; }
.page_comparison .section02 .content_kaitori {
  padding: 25px 15px; }
  .page_comparison .section02 .content_kaitori .satei_ttl {
    margin-bottom: 20px; }
  .page_comparison .section02 .content_kaitori .description span {
    color: #c61d30;
    font-weight: 700; }
  .page_comparison .section02 .content_kaitori .comparison_img {
    text-align: center;
    margin: 30px auto; }
.page_comparison .section02 .image {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px; }
.page_comparison .section02 .txt {
  font-size: 14px;
  line-height: 1.8; }
  .page_comparison .section02 .txt strong {
    font-weight: 500;
    color: #c61d30; }
.page_comparison .section02 .block {
  margin-bottom: 25px; }
  .page_comparison .section02 .block h3 {
    background: #fbe3e4;
    padding: 15px 0;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700; }
    .page_comparison .section02 .block h3 strong {
      font-size: 2.8rem;
      color: #ae0002; }
  .page_comparison .section02 .block .article__section_inner {
    padding: 20px 15px; }
    .page_comparison .section02 .block .article__section_inner .items .item {
      margin-top: 40px; }
      .page_comparison .section02 .block .article__section_inner .items .item .headline {
        font-size: 2.3rem;
        font-weight: 700;
        text-align: center;
        color: #a3853a; }
      .page_comparison .section02 .block .article__section_inner .items .item:first-child {
        margin-top: 0; }
      .page_comparison .section02 .block .article__section_inner .items .item .image_02 {
        margin-top: 10px; }
    .page_comparison .section02 .block .article__section_inner .txt {
      margin-top: 15px;
      font-size: 1.7rem;
      line-height: 1.6; }
      .page_comparison .section02 .block .article__section_inner .txt span {
        color: #ae0002;
        font-weight: 700; }
      .page_comparison .section02 .block .article__section_inner .txt strong {
        font-weight: 700; }
      .page_comparison .section02 .block .article__section_inner .txt .gold {
        color: #a3853a;
        font-weight: 700; }
  .page_comparison .section02 .block .card {
    margin-top: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 15px;
    background: #f9f8f4;
    border: 1px solid #e9e5da;
    position: relative; }
    .page_comparison .section02 .block .card ul {
      list-style: none; }
      .page_comparison .section02 .block .card ul li {
        position: relative;
        padding-left: 1.2em;
        font-size: 1.6rem; }
        .page_comparison .section02 .block .card ul li:nth-child(1)::before {
          content: "①"; }
        .page_comparison .section02 .block .card ul li:nth-child(2)::before {
          content: "②"; }
        .page_comparison .section02 .block .card ul li:nth-child(3)::before {
          content: "③"; }
        .page_comparison .section02 .block .card ul li:nth-child(4)::before {
          content: "④"; }
        .page_comparison .section02 .block .card ul li:nth-child(5)::before {
          content: "⑤"; }
        .page_comparison .section02 .block .card ul li span {
          color: #ae0002;
          font-weight: 700; }
        .page_comparison .section02 .block .card ul li strong {
          font-weight: 700; }
        .page_comparison .section02 .block .card ul li::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
.page_comparison .section02 .cta {
  margin: 25px 0 30px;
  background: #fdf5e5;
  padding: 35px 20px 20px;
  position: relative; }
  .page_comparison .section02 .cta .cta_heading {
    position: absolute;
    width: 90%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    color: #ae0002;
    font-weight: 800;
    text-align: center;
    padding: 2px 0 4px;
    font-size: 2rem;
    background: #ffffff;
    border: solid 2px #ae0002; }
  .page_comparison .section02 .cta .name {
    text-align: center; }
    .page_comparison .section02 .cta .name a {
      color: #00abff;
      font-size: 2.2rem;
      text-decoration: none;
      font-weight: 700;
      border-bottom: 1px solid #00abff; }
  .page_comparison .section02 .cta .wrap {
    margin-top: 10px;
    -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; }
    .page_comparison .section02 .cta .wrap .cta_image {
      width: 40%; }
    .page_comparison .section02 .cta .wrap .cta_txt {
      width: 60%;
      padding-left: 8px;
      text-align: center; }
      .page_comparison .section02 .cta .wrap .cta_txt .txt_01 {
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        font-weight: 800;
        padding: 2px 0;
        background: #a3853a; }
      .page_comparison .section02 .cta .wrap .cta_txt .txt_02 {
        background: #fff;
        border: 1px solid #a3853a;
        padding: 5px 0;
        font-size: 1.9rem;
        font-weight: 800;
        color: #ae0002; }
        .page_comparison .section02 .cta .wrap .cta_txt .txt_02 span {
          font-size: 5vw;
          color: #333;
          background: linear-gradient(transparent 60%, #ffed32 60%); }
      .page_comparison .section02 .cta .wrap .cta_txt .cta_btn {
        margin-top: 6px;
        box-shadow: 0 4px 0 #569d03;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        position: relative;
        overflow: hidden; }
        .page_comparison .section02 .cta .wrap .cta_txt .cta_btn a {
          font-size: 1.7rem;
          display: block;
          text-decoration: none;
          color: #fff;
          font-weight: 700;
          padding: 10px 0;
          background: #60b200; }
  .page_comparison .section02 .cta .shiny {
    overflow: hidden; }
    .page_comparison .section02 .cta .shiny::before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shiny-btn 5s ease-in-out infinite;
      z-index: 10;
      pointer-events: none; }
.page_comparison .section03 .content {
  padding: 10px 10px 30px; }
.page_comparison .section03 h2 {
  text-align: center; }
.page_comparison .section03 .section_ttl {
  background: url("../img/comparison/ttl_bg.png") repeat center top;
  position: relative;
  padding: 17px 0 20px; }
  .page_comparison .section03 .section_ttl::after, .page_comparison .section03 .section_ttl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0; }
  .page_comparison .section03 .section_ttl::after {
    top: 8px; }
  .page_comparison .section03 .section_ttl::before {
    bottom: 8px; }
  .page_comparison .section03 .section_ttl h2 {
    text-align: center;
    color: #fff001;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5); }
    .page_comparison .section03 .section_ttl h2 span {
      display: block;
      font-size: 1.7rem;
      font-weight: 700;
      color: #fff; }
  .page_comparison .section03 .section_ttl p {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
    font-weight: bold; }
.page_comparison .section03 .client_archive ul li {
  margin-top: 10px;
  border: 1px solid #a3853a; }
.page_comparison .section03 .client_archive .client_name {
  background: none;
  background-color: #a3853a;
  padding: 4px 0 5px 10px; }
.page_comparison .section03 .client_archive .client_inner {
  padding: 10px 10px 15px; }
  .page_comparison .section03 .client_archive .client_inner .heading {
    font-size: 2.2rem;
    color: #ae0002;
    font-weight: 700;
    text-align: center;
    line-height: 1.3; }
  .page_comparison .section03 .client_archive .client_inner .overview {
    margin-top: 10px; }
    .page_comparison .section03 .client_archive .client_inner .overview .txt table {
      border: 1px solid #a3853a; }
      .page_comparison .section03 .client_archive .client_inner .overview .txt table th {
        background: #bea25d;
        border-left: 1px solid #a3853a;
        border-bottom: 1px solid #a3853a; }
      .page_comparison .section03 .client_archive .client_inner .overview .txt table td {
        border-left: 1px solid #a3853a;
        border-bottom: 1px solid #a3853a;
        background-color: #FFF; }
  .page_comparison .section03 .client_archive .client_inner .point {
    background-color: #FFF; }
    .page_comparison .section03 .client_archive .client_inner .point ul li {
      margin-top: 0;
      border: none; }
  .page_comparison .section03 .client_archive .client_inner .tel_btn p {
    color: #87650f;
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }
  .page_comparison .section03 .client_archive .client_inner .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "tbcgothic-std", "sans-serif";
    background: #60b200;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding-left: 0;
    padding-right: 0; }
.page_comparison .section04 .content {
  padding: 70px 20px;
  position: relative;
  background-image: url("../../../buy/kimono/img/top/section04_bg1.png"), url("../../../buy/kimono/img/top/section04_bg2.png");
  background-repeat: no-repeat,no-repeat;
  background-position: right 0,left bottom;
  background-size: 50% auto; }
  .page_comparison .section04 .content::before, .page_comparison .section04 .content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    pointer-events: none; }
  .page_comparison .section04 .content::before {
    background-image: url("../../../buy/kimono/img/top/section04_before.png");
    background-position: center top;
    top: 0; }
  .page_comparison .section04 .content::after {
    background-image: url("../../../buy/kimono/img/top/section04_after.png");
    background-position: center bottom;
    bottom: 0; }
.page_comparison .section04 .ttl_wrap {
  margin: 0 auto; }
  .page_comparison .section04 .ttl_wrap .ttl_image {
    padding: 0 10px; }
  .page_comparison .section04 .ttl_wrap .ttl_txt {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px;
    color: #555;
    border: solid 3px #ae0002;
    box-sizing: border-box;
    background: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4; }
    .page_comparison .section04 .ttl_wrap .ttl_txt span {
      display: block;
      font-size: 4.5vw;
      font-weight: 700;
      color: #23831e; }
    .page_comparison .section04 .ttl_wrap .ttl_txt::before {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2; }
    .page_comparison .section04 .ttl_wrap .ttl_txt::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #cf371f;
      z-index: 1; }
.page_comparison .section04 .client_section {
  margin-left: -20px;
  margin-right: -20px; }
  .page_comparison .section04 .client_section .heading {
    text-align: center;
    padding: 0 20px; }
  .page_comparison .section04 .client_section ul {
    margin-top: 20px; }
    .page_comparison .section04 .client_section ul li {
      background: #fff; }
      .page_comparison .section04 .client_section ul li:first-child {
        margin-top: 0; }
  .page_comparison .section04 .client_section .name {
    padding: 10px 0 10px 20px;
    background: url("../../loan/mobit_article/img/client_name_bg1.png") repeat center top;
    position: relative; }
    .page_comparison .section04 .client_section .name a {
      color: #fff;
      font-size: 5vw;
      font-weight: 700;
      text-decoration: underline; }
  .page_comparison .section04 .client_section .client_section_inner {
    padding: 15px 20px 20px; }
  .page_comparison .section04 .client_section .read {
    font-size: 4.5vw;
    font-weight: 900;
    color: #f89219;
    text-align: center; }
  .page_comparison .section04 .client_section .overview {
    margin-top: 15px;
    width: 100%;
    display: table;
    table-layout: fixed; }
    .page_comparison .section04 .client_section .overview .image, .page_comparison .section04 .client_section .overview .txt {
      display: table-cell;
      vertical-align: top; }
    .page_comparison .section04 .client_section .overview .image {
      width: 100%; }
    .page_comparison .section04 .client_section .overview .txt {
      padding-left: 10px; }
    .page_comparison .section04 .client_section .overview table {
      width: 100%;
      border: 1px solid #7d7d7d; }
      .page_comparison .section04 .client_section .overview table th, .page_comparison .section04 .client_section .overview table td {
        vertical-align: middle;
        font-size: 2.8vw;
        border-bottom: 1px solid #7d7d7d;
        padding: 5px; }
      .page_comparison .section04 .client_section .overview table th {
        background: #7d7d7d;
        color: #fff;
        width: 45%;
        border-bottom: 1px solid #c2c2c2; }
  .page_comparison .section04 .client_section .table2 {
    margin-top: 10px; }
    .page_comparison .section04 .client_section .table2 table {
      width: 100%;
      border: 1px solid #7d7d7d; }
      .page_comparison .section04 .client_section .table2 table th, .page_comparison .section04 .client_section .table2 table td {
        width: 25%;
        vertical-align: middle;
        font-size: 2.8vw;
        border-bottom: 1px solid #7d7d7d;
        padding: 5px;
        text-align: center; }
      .page_comparison .section04 .client_section .table2 table th {
        background: #7d7d7d;
        color: #fff;
        border-left: 1px solid #c2c2c2; }
      .page_comparison .section04 .client_section .table2 table td {
        border-left: 1px solid #7d7d7d; }
      .page_comparison .section04 .client_section .table2 table tr th:nth-child(1) {
        border-left: none; }
      .page_comparison .section04 .client_section .table2 table tr td:nth-child(1) {
        border-left: none; }
  .page_comparison .section04 .client_section .note {
    margin-top: 10px;
    font-size: 3.5vw;
    line-height: 1.8; }
    .page_comparison .section04 .client_section .note strong {
      font-weight: 700;
      color: #e51d37; }
  .page_comparison .section04 .client_section .btn {
    margin-top: 20px;
    text-align: center; }
  .page_comparison .section04 .client_section .remarks {
    margin-top: 10px;
    background: #ababab;
    padding: 15px; }
    .page_comparison .section04 .client_section .remarks .item {
      font-size: 3vw;
      color: #fff;
      margin-top: 5px; }
      .page_comparison .section04 .client_section .remarks .item:first-child {
        margin-top: 0; }
.page_comparison .section05 {
  margin-top: 20px; }
  .page_comparison .section05 .section_ttl {
    background: url("../img/comparison/ttl_bg.png") repeat center top;
    position: relative;
    padding: 17px 0 20px; }
    .page_comparison .section05 .section_ttl::after, .page_comparison .section05 .section_ttl:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #fff;
      left: 0; }
    .page_comparison .section05 .section_ttl::after {
      top: 8px; }
    .page_comparison .section05 .section_ttl::before {
      bottom: 8px; }
    .page_comparison .section05 .section_ttl h2 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 2.3rem;
      line-height: 1.3;
      text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5); }
      .page_comparison .section05 .section_ttl h2 span {
        display: block;
        font-size: 1.7rem;
        font-weight: 700; }
    .page_comparison .section05 .section_ttl p {
      text-align: center;
      color: #fff;
      font-size: 1.7rem;
      text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
      font-weight: bold; }
  .page_comparison .section05 .main_ttl {
    padding: 30px 0; }
    .page_comparison .section05 .main_ttl h2 {
      font-size: 5vw; }
  .page_comparison .section05 .content {
    padding: 20px 10px; }
  .page_comparison .section05 .totalization_btn {
    margin-top: 30px;
    text-align: center; }
    .page_comparison .section05 .totalization_btn a {
      display: inline-block;
      text-decoration: none;
      background: #000;
      color: #fff;
      padding: 10px 50px; }
.page_comparison .section06 {
  margin-top: 20px; }
  .page_comparison .section06 .solution_area {
    padding: 10px 15px 0px; }
    .page_comparison .section06 .solution_area .content {
      background-color: #fff; }
      .page_comparison .section06 .solution_area .content .solution_img {
        text-align: center;
        margin: 15px auto; }
  .page_comparison .section06 h2 {
    text-align: center; }
  .page_comparison .section06 .section_ttl {
    background-color: #008479;
    position: relative;
    padding: 13px 0 17px; }
    .page_comparison .section06 .section_ttl::after, .page_comparison .section06 .section_ttl:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #fff;
      left: 0; }
    .page_comparison .section06 .section_ttl::after {
      top: 8px; }
    .page_comparison .section06 .section_ttl::before {
      bottom: 8px; }
    .page_comparison .section06 .section_ttl h2 {
      text-align: center;
      color: #fff001;
      font-weight: 700;
      font-size: 3.5rem;
      text-shadow: 1px 1px 1px rgba(0, 132, 121, 0.5); }
      .page_comparison .section06 .section_ttl h2 span {
        font-size: 2.3rem;
        font-weight: 700;
        color: #fff; }
    .page_comparison .section06 .section_ttl p {
      text-align: center;
      color: #fff;
      font-size: 1.7rem;
      text-shadow: 1px 1px 1px rgba(160, 16, 17, 0.5);
      font-weight: 700; }
  .page_comparison .section06 .solution01 .solution_ttl {
    background-image: url("../img/comparison/solution01_bg.png");
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-size: cover; }
    .page_comparison .section06 .solution01 .solution_ttl span {
      color: #ae0002;
      font-size: 2.5rem; }
  .page_comparison .section06 .solution02 .solution_ttl {
    background-image: url("../img/comparison/solution02_bg.png");
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-size: cover; }
    .page_comparison .section06 .solution02 .solution_ttl span {
      color: #ae0002;
      font-size: 2.5rem; }
  .page_comparison .section06 .solution03 .solution_ttl {
    background-image: url("../img/comparison/solution03_bg.png");
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-size: cover; }
    .page_comparison .section06 .solution03 .solution_ttl span {
      color: #ae0002;
      font-size: 2.5rem; }
  .page_comparison .section06 .solution04 .solution_ttl {
    background-image: url("../img/comparison/solution04_bg.png");
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-size: cover; }
    .page_comparison .section06 .solution04 .solution_ttl span {
      color: #ae0002;
      font-size: 2.5rem; }
  .page_comparison .section06 .solution05 .solution_ttl {
    background-image: url("../img/comparison/solution05_bg.png");
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-size: cover; }
    .page_comparison .section06 .solution05 .solution_ttl span {
      color: #ae0002;
      font-size: 2.5rem; }
  .page_comparison .section06 .btn {
    margin: 35px auto 40px;
    animation: btn 2s infinite;
    box-shadow: 0 6px 0 #569d03;
    border-radius: 5px;
    position: relative; }
    .page_comparison .section06 .btn a {
      background: #60b200;
      color: #fff;
      text-decoration: none;
      font-size: 2.5rem;
      font-weight: bold;
      font-family: "tbcgothic-std", "sans-serif";
      padding: 23px 0 12px;
      border-radius: 4px;
      display: block;
      text-align: center; }
    .page_comparison .section06 .btn .biztime__btn::after {
      position: absolute;
      content: '電話受付 9時～20時 年中無休';
      top: -15px;
      left: 30px;
      right: 30px;
      margin: auto;
      border-radius: 25px;
      border: solid 1px #60b200;
      background-color: #008479;
      background: #fff url(../img/comparison/ico_tel.png) 18px 0 no-repeat;
      background-size: 22px;
      padding: 6px 0px 3px 25px;
      color: #60b200;
      font-weight: 700;
      background-position-x: 35px;
      background-position-y: 2px;
      font-size: .6em;
      font-weight: 700; }
  .page_comparison .section06 .solution_txt span {
    font-weight: 700;
    color: #ae0002; }
.page_comparison .section07 .main_ttl h2,
.page_comparison .section08 .main_ttl h2 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem; }
.page_comparison .section07 .inner,
.page_comparison .section08 .inner {
  padding: 20px 10px; }
.page_comparison .section07 .img,
.page_comparison .section08 .img {
  margin-bottom: 10px; }
.page_comparison .section07 p strong,
.page_comparison .section08 p strong {
  color: #a3853a;
  font-weight: 700; }
.page_comparison .section07 .item + .item,
.page_comparison .section08 .item + .item {
  margin-top: 30px; }
.page_comparison .section07 .item h3,
.page_comparison .section08 .item h3 {
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 2px solid #a3853a;
  border-bottom: 2px solid #a3853a;
  text-align: center;
  color: #a3853a;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem; }
.page_comparison .section07 .item ul li + li,
.page_comparison .section08 .item ul li + li {
  margin-top: 15px; }
.page_comparison .section07 .item ul li h4,
.page_comparison .section08 .item ul li h4 {
  margin-bottom: 5px;
  color: #5e8caf;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem; }

.client_archive {
  margin-top: 10px; }
  .client_archive .anchor {
    margin-top: -20px;
    padding-top: 20px; }
  .client_archive > ul > li {
    margin-top: 30px;
    border: 1px solid #a3853a; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
    .client_archive > ul > li .client_name {
      background: url("../../../buy/kimono/img/top/client_ttl_bg.png") no-repeat center top;
      background-color: #cf371f;
      padding: 10px 10px 10px 82px;
      position: relative; }
      .client_archive > ul > li .client_name::before {
        content: "";
        position: absolute;
        width: 76px;
        height: 200%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: -5px;
        pointer-events: none; }
      .client_archive > ul > li .client_name a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 2.7rem; }
        .client_archive > ul > li .client_name a:hover {
          text-decoration: underline; }
    .client_archive > ul > li:nth-child(1) .client_name::before {
      background-image: url("../../../buy/kimono/img/top/client_rank_ico1.png"); }
    .client_archive > ul > li:nth-child(2) .client_name::before {
      background-image: url("../../../buy/kimono/img/top/client_rank_ico2.png"); }
    .client_archive > ul > li:nth-child(3) .client_name::before {
      background-image: url("../../../buy/kimono/img/top/client_rank_ico3.png"); }
    .client_archive > ul > li:nth-child(4) .client_name::before {
      background-image: url("../../../buy/kimono/img/top/client_rank_ico4.png"); }
    .client_archive > ul > li:nth-child(5) .client_name::before {
      background-image: url("../../../buy/kimono/img/top/client_rank_ico5.png"); }
  .client_archive .client_inner {
    padding: 15px; }
    .client_archive .client_inner .heading {
      font-size: 5vw;
      color: #cf371f;
      font-weight: 700;
      text-align: center; }
    .client_archive .client_inner .overview {
      margin-top: 10px; }
      .client_archive .client_inner .overview .image {
        width: 120px; }
      .client_archive .client_inner .overview .txt {
        width: calc( 100% - 120px );
        padding-left: 10px; }
        .client_archive .client_inner .overview .txt table {
          width: 100%;
          border: 1px solid #cf371f; }
          .client_archive .client_inner .overview .txt table th, .client_archive .client_inner .overview .txt table td {
            text-align: center;
            border-left: 1px solid #cf371f;
            border-bottom: 1px solid #cf371f;
            font-size: 10px;
            padding: 2px 5px; }
          .client_archive .client_inner .overview .txt table th {
            background: #e65d47;
            color: #fff;
            width: 45%; }
          .client_archive .client_inner .overview .txt table td {
            padding: 2px;
            width: 55%;
            /*white-space: nowrap;*/ }
            .client_archive .client_inner .overview .txt table td span {
              display: block; }
            .client_archive .client_inner .overview .txt table td .image {
              display: inline-block;
              width: 50px; }
              .client_archive .client_inner .overview .txt table td .image img {
                width: 16px; }
            .client_archive .client_inner .overview .txt table td .txt {
              width: 100%;
              padding-left: 0; }
    .client_archive .client_inner .point {
      margin-top: 10px;
      border: 1px solid #cf371f;
      padding: 20px 15px 10px;
      position: relative; }
      .client_archive .client_inner .point .ico {
        position: absolute;
        left: 10px;
        top: -10px;
        width: 110px; }
      .client_archive .client_inner .point ul li {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 5px;
        position: relative;
        padding-left: 15px;
        line-height: 1.5; }
        .client_archive .client_inner .point ul li:first-child {
          margin-top: 0; }
        .client_archive .client_inner .point ul li::before {
          content: "";
          position: absolute;
          width: 12px;
          height: 100%;
          background-image: url("../../../../buy/kimono/img/top/client_point_ico.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 3px;
          background-position-y: 1px;
          pointer-events: none; }
    .client_archive .client_inner .staff {
      margin-top: 10px;
      border: 1px solid #a3853a; }
      .client_archive .client_inner .staff .midashi {
        font-size: 1.8rem;
        font-weight: 800;
        color: #fff;
        background-color: #b59841;
        padding: 2px 0 5px;
        margin-bottom: 10px;
        text-align: center; }
      .client_archive .client_inner .staff .info {
        position: relative;
        padding: 0 15px;
        margin-bottom: 10px; }
        .client_archive .client_inner .staff .info .name {
          display: inline-flex;
          justify-content: left;
          align-items: center; }
          .client_archive .client_inner .staff .info .name .staff_ico {
            width: 25%; }
          .client_archive .client_inner .staff .info .name .txt {
            text-align: left;
            font-size: 1.3rem;
            margin-left: 10px;
            width: 80%; }
            .client_archive .client_inner .staff .info .name .txt span {
              font-weight: 800; }
        .client_archive .client_inner .staff .info .txt {
          text-align: justify;
          font-size: 1.3rem;
          margin-top: 10px; }
    .client_archive .client_inner .comment {
      margin-top: 15px;
      line-height: 1.7; }
      .client_archive .client_inner .comment strong {
        font-weight: 700;
        color: #ae0002; }
    .client_archive .client_inner .review {
      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 #dfdfdf;
      background: #fff; }
      .client_archive .client_inner .review .midashi {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 800;
        color: #fff;
        background-color: #b59841;
        padding: 2px 0 5px;
        margin-bottom: 10px;
        text-align: center; }
      .client_archive .client_inner .review .review_inner {
        padding: 15px 30px 20px; }
        .client_archive .client_inner .review .review_inner .review_slide {
          border: 1px solid #b59841;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          padding: 20px; }
      .client_archive .client_inner .review .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .client_archive .client_inner .review .wrap .ico {
          width: 72px; }
        .client_archive .client_inner .review .wrap .name {
          margin-left: 20px;
          font-size: 18px;
          font-size: 1.8rem; }
      .client_archive .client_inner .review .txt {
        margin-top: 10px; }
      .client_archive .client_inner .review .quote {
        margin-top: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: right; }
      .client_archive .client_inner .review .review_slides {
        opacity: 0;
        transition: opacity .3s linear; }
        .client_archive .client_inner .review .review_slides.slick-initialized {
          opacity: 1; }
      .client_archive .client_inner .review .slide_arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 13px; }
        .client_archive .client_inner .review .slide_arrow.prev_arrow {
          left: -25px; }
        .client_archive .client_inner .review .slide_arrow.next_arrow {
          right: -25px; }
      .client_archive .client_inner .review .slick-dots {
        bottom: -38px; }
        .client_archive .client_inner .review .slick-dots li {
          margin: 0;
          border: none; }
          .client_archive .client_inner .review .slick-dots li button::before {
            content: "";
            width: 11px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            height: 11px;
            background: #fff;
            border: 1px solid #b59841;
            opacity: 1; }
          .client_archive .client_inner .review .slick-dots li.slick-active button:before {
            opacity: 1;
            background: #b59841; }
    .client_archive .client_inner .btn {
      margin: 15px auto 0;
      animation: btn 2s infinite;
      box-shadow: 0 6px 0 #569d03;
      border-radius: 5px;
      position: relative; }
      .client_archive .client_inner .btn a {
        background: #60b200;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding-left: 60px;
        padding-right: 60px; }
  .client_archive.result .client_name {
    padding: 10px 15px; }
    .client_archive.result .client_name::before {
      display: none; }

.client_archive2 table {
  width: 100%;
  border: 1px solid #ddd; }
  .client_archive2 table th, .client_archive2 table td {
    text-align: center;
    padding: 5px;
    font-size: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .client_archive2 table thead th {
    background: #a3853a;
    color: #fff; }
    .client_archive2 table thead th.sub {
      background: rgba(163, 133, 58, 0.8); }
  .client_archive2 table tbody tr:first-child {
    background: #fefced; }
  .client_archive2 table tbody td.image {
    width: 75px; }
    .client_archive2 table tbody td.image a {
      display: block;
      text-decoration: none; }
      .client_archive2 table tbody td.image a .name {
        font-size: 10px;
        font-weight: 700;
        color: #00abff;
        text-decoration: none; }
  .client_archive2 table tbody td .ico img {
    width: 12px; }
  .client_archive2 table tbody td .btn {
    animation: btn 2s infinite;
    box-shadow: 0 6px 0 #569d03;
    border-radius: 5px;
    position: relative; }
    .client_archive2 table tbody td .btn a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 15px 0;
      font-weight: 700;
      background: #60b200;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-size: 1rem; }

.section03 .content .rank > ul > li {
  margin-top: 30px;
  border: 1px solid #a3853a; }
  .section03 .content .rank > ul > li .client_name {
    padding: 4px 0 5px 75px; }
  .section03 .content .rank > ul > li:first-child {
    margin-top: 0; }
  .section03 .content .rank > ul > li:nth-child(1) .client_name::before {
    background-image: url("../img/comparison/client_rank_ico1.png");
    background-repeat: no-repeat;
    background-size: 55px; }
  .section03 .content .rank > ul > li:nth-child(2) .client_name::before {
    background-image: url("../img/comparison/client_rank_ico2.png");
    background-repeat: no-repeat;
    background-size: 55px; }
  .section03 .content .rank > ul > li:nth-child(3) .client_name::before {
    background-image: url("../img/comparison/client_rank_ico3.png");
    background-repeat: no-repeat;
    background-size: 55px; }
  .section03 .content .rank > ul > li:nth-child(4) .client_name::before {
    background-image: url("../img/comparison/client_rank_ico4.png");
    background-repeat: no-repeat;
    background-size: 55px; }
  .section03 .content .rank > ul > li:nth-child(5) .client_name::before {
    background-image: url("../img/comparison/client_rank_ico5.png");
    background-repeat: no-repeat;
    background-size: 55px; }

.section05 .table_content .scrollguide {
  background: #dad7d0;
  color: #87650f;
  line-height: 1;
  padding: 0.5em;
  font-size: .8em;
  text-align: right; }
.section05 .table_content .client_archive2 {
  position: relative; }
  .section05 .table_content .client_archive2 table tbody td .ico img {
    width: 20px; }
.section05 .table_content .comparisonBlc_inner {
  width: 100%;
  overflow: scroll; }
  .section05 .table_content .comparisonBlc_inner table {
    width: 650px;
    border-collapse: collapse;
    border-spacing: 0; }

.comparisonBlc_inner table tbody tr:first-child td:first-child {
  background-image: url("../img/comparison/section01_rank01.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }

.comparisonBlc_inner table tbody tr:nth-child(2) td:first-child {
  background-image: url("../img/comparison/section01_rank02.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }

.comparisonBlc_inner table tbody tr:nth-child(3) td:first-child {
  background-image: url("../img/comparison/section01_rank03.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }

.shiny__btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px 0; }
  .shiny__btn:hover {
    text-decoration: none;
    color: #fff; }
  .shiny__btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny__btn 4s ease-in-out infinite; }

@-webkit-keyframes shiny__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes btn {
  0% {
    box-shadow: 0 3px 0 #569d03;
    top: 0px;
    border-radius: 5px; }
  10% {
    box-shadow: 0 0 0 #569d03;
    top: 6px;
    border-radius: 5px; }
  20% {
    box-shadow: 0 6px 0 #569d03;
    top: 0px;
    border-radius: 5px; }
  30% {
    box-shadow: 0 0 0 #569d03;
    top: 6px;
    border-radius: 5px; }
  40% {
    box-shadow: 0 6px 0 #569d03;
    top: 0px;
    border-radius: 5px; } }
.search_section {
  margin-top: 30px;
  border: 2px solid #a3853a;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
  .search_section .search_section_ttl {
    background: #a3853a;
    text-align: center;
    padding: 10px; }
    .search_section .search_section_ttl span {
      color: #fff;
      font-size: 4vw;
      font-weight: 700;
      display: inline-block;
      padding-left: 20px;
      position: relative; }
      .search_section .search_section_ttl span::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 100%;
        background-image: url("../../../buy/kimono/img/common/search_section_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: -10px;
        top: 0;
        pointer-events: none; }
  .search_section .form_section {
    padding: 20px;
    padding-top: 10px; }
  .search_section .item {
    margin-top: 10px; }
    .search_section .item .heading {
      font-weight: 700;
      color: #a3853a;
      margin-bottom: 5px;
      font-size: 15px; }
  .search_section [type=submit] {
    padding: 12px 0;
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }

.page_resultpage .result_header .ttl {
  background: url("../../../buy/kimono/img/resultpage/ttl.png") no-repeat left top;
  background-size: auto 35px;
  line-height: 30px;
  min-height: 30px;
  padding-top: 4px;
  padding-left: 120px;
  font-size: 22px;
  font-weight: bold; }
.page_resultpage .result_header .result_table {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #ddd; }
  .page_resultpage .result_header .result_table th, .page_resultpage .result_header .result_table td {
    width: calc(100% / 4);
    padding: 6px;
    font-size: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center; }
  .page_resultpage .result_header .result_table th {
    background: #a3853a;
    color: #fff; }
.page_resultpage .client_archive2 {
  margin-top: 50px; }

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

.exitProtection {
  width: 90% !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  border: none;
  z-index: 1000; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px; }
  .exitProtection .modal_close {
    background: #8d8d8d;
    color: #fff !important;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 100; }
  .exitProtection a {
    outline: none; }
  .exitProtection .content {
    background: url("img/top/modal_bg.png") no-repeat center top;
    padding-top: calc(761 / 750 * 100%);
    background-size: cover;
    position: relative; }
    .exitProtection .content .flex {
      position: absolute;
      width: 85%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 30vw; }
      .exitProtection .content .flex .item {
        width: 50%;
        text-align: center; }
        .exitProtection .content .flex .item:nth-child(1) {
          padding-right: 10px; }
        .exitProtection .content .flex .item:nth-child(2) {
          padding-left: 10px; }
    .exitProtection .content .image {
      border: 3px solid #a3853a;
      margin: 0 auto; }
    .exitProtection .content .name {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 700; }
    .exitProtection .content .btn {
      width: 100%;
      margin: 5px auto 0;
      animation: btn 2s infinite;
      box-shadow: 0 6px 0 #569d03;
      border-radius: 5px;
      position: relative; }
      .exitProtection .content .btn a {
        background: #60b200;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 15px 0;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }

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

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

/*離脱防止が1案件の際のCSS*/
.exitProtection .content {
  background: url("img/top/modal_bg2.png") no-repeat center top;
  padding-top: calc(961 / 750 * 100%);
  background-size: cover;
  position: relative; }

.exitProtection .content .flex {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 44vw; }

.exitProtection .content .flex .item {
  width: 50%;
  text-align: center;
  margin: 0 auto; }

.exitProtection .content .flex .item:nth-child(1) {
  padding-right: 0; }

/*離脱防止が1案件の際のCSSここまで*/
.tel_btn {
  width: 100%;
  /* border: solid #02AA22; */
  border-width: 2px 0px 2px 0px;
  /* height: 78px; */
  margin: 15px 0 -10px; }

.tel_btn p {
  color: #02AA22;
  text-align: center;
  font-size: 16px;
  font-weight: 700; }

	/*
    .tel_btn p .time {
        color:#f00;
    }
    */
.tel_btn .icon_txt {
  font-size: 23px; }

.tel_img img {
  width: 33px; }

.ft_btn {
  background-color: #000000db;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  display: none; }

.ft_btn .inner {
  margin: 0 auto;
  padding: 10px 15px 0 0;
  width: 100%; }

.ft_btn .inner .content {
  display: flex;
  justify-content: center; }

.ft_btn .inner .content img {
  width: 110px;
  bottom: 0;
  padding: 0px 10px; }

.ft_btn .inner p {
  color: #fbff15;
  font-size: 11px; }

.ft_btn .btn a {
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px; }

.ft_btn .shiny__btn {
  padding: 10px 0;
  margin-bottom: 10px; }

.ft_btn .btn {
  margin: 5px auto 0; }

/*footer{
    margin-bottom: 90px;
}*/
.exitProtection .shiny {
  overflow: hidden; }
  .exitProtection .shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 5s ease-in-out infinite;
    z-index: 10;
    pointer-events: none; }

.footer_fixed_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  padding: 8px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; }
  .footer_fixed_btn.active {
    opacity: 1;
    visibility: visible; }
    .footer_fixed_btn.active .fr_btn {
      display: flex; }
      .footer_fixed_btn.active .fr_btn .client img {
        width: 90%;
        margin-top: 2px; }
  .footer_fixed_btn.hide {
    opacity: 0;
    visibility: hidden; }
  .footer_fixed_btn .ft_cvnumber {
    z-index: 10;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 300px;
    height: 35px;
    margin: auto;
    padding: 5px;
    background: #fff001;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #333;
    pointer-events: none; }
    .footer_fixed_btn .ft_cvnumber::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -11px;
      transform: translateX(-50%);
      border: 7px solid transparent;
      border-top: 7px solid #fff001; }
    .footer_fixed_btn .ft_cvnumber p span {
      font-size: 16px;
      font-weight: bold; }
  .footer_fixed_btn .txt {
    text-align: center;
    color: yellow;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4; }
  .footer_fixed_btn .wrap {
    margin-top: 5px;
    display: flex; }
    .footer_fixed_btn .wrap .image {
      width: 100px; }
    .footer_fixed_btn .wrap .btn {
      width: calc(100% - 100px);
      padding-left: 10px; }
      .footer_fixed_btn .wrap .btn:first-child {
        padding-left: 0; }
      .footer_fixed_btn .wrap .btn .cta_btn {
        box-shadow: 0 4px 0 #ff6c00;
        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_btn .wrap .btn .cta_btn a {
          text-align: center;
          font-size: 13px;
          letter-spacing: -0.05em;
          display: block;
          text-decoration: none;
          color: #fff;
          font-weight: 700;
          padding: 11px 0;
          background: #ffa000; }

.cta_btn.tel {
  box-shadow: 0 4px 0 #C55A11 !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: #ffa000 !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("https://naviiit.info/sp/buy/kimono/img/top/tel_icon_or.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
  .cta_btn.tel.ft_tel a {
    padding-left: 40px !important; }
    .cta_btn.tel.ft_tel a::after {
      width: 45px !important;
      height: 30px !important;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }

.cta_btn.orange {
  box-shadow: 0 4px 0 #C55A11 !important;
  border-radius: 5px;
  position: relative; }
  .cta_btn.orange a {
    font-size: 1.8rem;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px 15px 60px;
    background: #ffa000 !important;
    text-align: center;
    position: relative; }
    .cta_btn.orange a span {
      display: block;
      font-size: 0.8em; }

.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;
  /* 最初は非表示 */ }

.item_pickup {
  margin-top: 30px;
  padding-bottom: 30px; }

.item_pickup .inner {
  position: relative;
  padding: 0 20px; }

.item_pickup .top_ttl {
  background: #d26546;
  padding: 15px 20px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px; }

.item_pickup .top_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 22.5px 0 22.5px;
  border-color: #d26546 transparent transparent transparent; }

.item_pickup .top_ttl h2 {
  color: #fff;
  font-family: serif;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.3;
  position: relative; }

.item_pickup .top_ttl h2 span {
  display: block;
  font-size: 3.8vw; }

.item_pickup .top_ttl h2 strong {
  color: #ffea00; }

.item_pickup .top_ttl .ico {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 10;
  width: 100px; }

.item_pickup .pickup_section01 .wrap .image {
  width: 200px;
  margin: 0 auto; }

.item_pickup .pickup_section01 .wrap .txt {
  padding-top: 10px;
  text-align: center; }

.item_pickup .pickup_section01 .wrap .txt .heading {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #60b200; }

.item_pickup .pickup_section01 .wrap .txt .btn {
  animation: btn 2s infinite;
  position: relative;
  box-shadow: 0 6px 0 #176b0e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

.item_pickup .pickup_section01 .wrap .txt .btn a {
  display: block;
  background: #60b200;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

.item_pickup .pickup_section02 {
  background: #f7f7f6;
  margin-top: 30px;
  padding: 20px 15px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

.item_pickup .pickup_section02 ul li {
  margin-top: 3px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  font-size: 15px; }

.item_pickup .pickup_section02 ul li:first-child {
  margin-top: 0; }

.item_pickup .pickup_section02 ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background-image: url("../../kimono/img/comparison/pickup_section02_ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none; }

.item_pickup .pickup_section02 .image {
  margin: 20px auto 0;
  text-align: center;
  width: 160px; }

.item_pickup .read {
  margin: 30px 0;
  font-size: 14px;
  text-align: justify;
  line-height: 1.7; }

.item_pickup .read strong {
  font-weight: 700;
  color: #cf371f; }

.item_pickup .read .marker {
  background: linear-gradient(transparent 60%, #ffed32 60%);
  font-weight: 700; }

.item_pickup .pickup_section03 {
  margin: 25px auto;
  border: 1px solid #b59841;
  border-top: none;
  position: relative; }

.item_pickup .pickup_section03 .heading {
  background: #b59841;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700; }

.item_pickup .pickup_section03 .contents {
  padding: 20px 10px;
  position: relative;
  background-color: #fffef9; }

.item_pickup .pickup_section03 ul li {
  padding-left: 22px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-top: 2px;
  z-index: 1; }

.item_pickup .pickup_section03 h2.ttl {
  padding-left: 22px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-top: 2px;
  z-index: 1; }

.item_pickup .pickup_section03 h2.ttl::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background-image: url("../../kimono/img/comparison/pickup_section03_ico.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  left: 0;
  top: 4px;
  pointer-events: none; }

.item_pickup .pickup_section03 ul li:first-child {
  margin-top: 0; }

.item_pickup .pickup_section03 ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background-image: url("../../kimono/img/comparison/pickup_section03_ico.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  left: 0;
  top: 4px;
  pointer-events: none; }

.item_pickup .pickup_section03 .image {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 90px; }

.item_pickup .pickup_section01 .wrap .txt .btn {
  margin: 0 auto; }

.note {
  margin-top: 10px;
  padding: 10px;
  background: #fffef2;
  border: 1px solid #cf371f;
  display: none;
  font-size: 12px;
  font-size: 1.2rem; }
  .note p + p {
    margin-top: 5px; }

.toggle-note {
  cursor: pointer;
  margin-top: 10px;
  text-align: center; }

.cap {
  padding: 0px 10px 10px;
  font-size: 80%; }

.red {
  font-weight: 700;
  color: #ae0002; }
