@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
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 #795010;
  background: #795010;
  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 #795010;
    border-right: solid 2px #795010;
    -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.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700; }

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

.page_totalization .wrap .item {
  margin-top: 30px;
  border: 1px solid #795010;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08); }
  .page_totalization .wrap .item:first-child {
    margin-top: 0; }
.page_totalization h2 {
  font-weight: 700;
  font-size: 4vw;
  padding-bottom: 5px;
  border-bottom: 2px solid #795010; }
.page_totalization .image {
  margin-top: 20px; }

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 #2367cc;
  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; }
  .header .logo {
    width: 200px; }

.header__pr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  z-index: 10;
  right: 10px;
  font-size: 10px;
  background: #fff;
  line-height: 1; }

.page_home .content {
  background: #fff; }
.page_home .main_ttl {
  background: url("../../../buy/brand/img/top/ttl_bg_2.jpg") repeat center top;
  position: relative;
  padding: 20px 0; }
  .page_home .main_ttl h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(63, 49, 3, 0.5); }
    .page_home .main_ttl h2 span {
      display: block;
      font-size: 4vw;
      font-weight: 700; }
.page_home .section01 .main_ttl h2 {
  font-size: 4vw; }
.page_home .section01 .content {
  padding: 20px 20px 20px; }
.page_home .section01 .flex {
  justify-content: center; }
  .page_home .section01 .flex li {
    width: calc((100% - 4%) / 3);
    margin-left: 2%;
    padding-top: 60px;
    position: relative;
    text-align: center;
    margin-top: 20px; }
    .page_home .section01 .flex li:nth-child(3n+1) {
      margin-left: 0; }
    .page_home .section01 .flex li:nth-child(1), .page_home .section01 .flex li:nth-child(2), .page_home .section01 .flex li:nth-child(3) {
      margin-top: 0; }
    .page_home .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_home .section01 .flex li:nth-child(1)::before {
      background-image: url("../../../buy/kimono/img/top/section01_rank1.png"); }
    .page_home .section01 .flex li:nth-child(2)::before {
      background-image: url("../../../buy/kimono/img/top/section01_rank2.png"); }
    .page_home .section01 .flex li:nth-child(3)::before {
      background-image: url("../../../buy/kimono/img/top/section01_rank3.png"); }
    .page_home .section01 .flex li:nth-child(4)::before {
      background-image: url("../../../buy/kimono/img/top/section01_rank4.png"); }
    .page_home .section01 .flex li:nth-child(5)::before {
      background-image: url("../../../buy/kimono/img/top/section01_rank5.png"); }
    .page_home .section01 .flex li a {
      display: block;
      text-decoration: none; }
    .page_home .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_home .section02 .content {
  padding: 30px 20px;
  background: #f1efe8; }
.page_home .section02 ul li {
  background: #fff;
  margin-top: 25px;
  position: relative;
  border: 1px solid #795010;
  -webkit-box-shadow: 3px 3px 6px rgba(107, 78, 16, 0.3);
  -moz-box-shadow: 3px 3px 6px rgba(107, 78, 16, 0.3);
  box-shadow: 3px 3px 6px rgba(107, 78, 16, 0.3);
  padding: 20px; }
  .page_home .section02 ul li:first-child {
    margin-top: 0; }
.page_home .section02 h3 {
  color: #795010;
  text-align: center;
  font-size: 24px;
  font-weight: 700; }
.page_home .section02 .image {
  width: 220px;
  margin: 10px auto 0; }
.page_home .section02 .txt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8; }
  .page_home .section02 .txt strong {
    font-weight: 500;
    color: #cf371f; }
.page_home .section03 {
  margin-top: 30px; }
  .page_home .section03 .content {
    padding: 0px 20px; }
  .page_home .section03 h2 {
    text-align: center; }
.page_home .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_home .section04 .content::before, .page_home .section04 .content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    pointer-events: none; }
  .page_home .section04 .content::before {
    background-image: url("../../../buy/kimono/img/top/section04_before.png");
    background-position: center top;
    top: 0; }
  .page_home .section04 .content::after {
    background-image: url("../../../buy/kimono/img/top/section04_after.png");
    background-position: center bottom;
    bottom: 0; }
.page_home .section04 .ttl_wrap {
  margin: 0 auto; }
  .page_home .section04 .ttl_wrap .ttl_image {
    padding: 0 10px; }
  .page_home .section04 .ttl_wrap .ttl_txt {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px;
    color: #555;
    border: solid 3px #cf371f;
    box-sizing: border-box;
    background: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4; }
    .page_home .section04 .ttl_wrap .ttl_txt span {
      display: block;
      font-size: 4.5vw;
      font-weight: 700;
      color: #23831e; }
    .page_home .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_home .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_home .section04 .client_section {
  margin-left: -20px;
  margin-right: -20px; }
  .page_home .section04 .client_section .heading {
    text-align: center;
    padding: 0 20px; }
  .page_home .section04 .client_section ul {
    margin-top: 20px; }
    .page_home .section04 .client_section ul li {
      margin-top: 30px;
      background: #fff; }
      .page_home .section04 .client_section ul li:first-child {
        margin-top: 0; }
  .page_home .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_home .section04 .client_section .name a {
      color: #fff;
      font-size: 5vw;
      font-weight: 700;
      text-decoration: underline; }
  .page_home .section04 .client_section .client_section_inner {
    padding: 15px 20px 20px; }
  .page_home .section04 .client_section .read {
    font-size: 4.5vw;
    font-weight: 900;
    color: #f89219;
    text-align: center; }
  .page_home .section04 .client_section .overview {
    margin-top: 15px;
    width: 100%;
    display: table;
    table-layout: fixed; }
    .page_home .section04 .client_section .overview .image, .page_home .section04 .client_section .overview .txt {
      display: table-cell;
      vertical-align: top; }
    .page_home .section04 .client_section .overview .image {
      width: 120px; }
    .page_home .section04 .client_section .overview .txt {
      padding-left: 10px; }
    .page_home .section04 .client_section .overview table {
      width: 100%;
      border: 1px solid #7d7d7d; }
      .page_home .section04 .client_section .overview table th, .page_home .section04 .client_section .overview table td {
        vertical-align: middle;
        font-size: 2.8vw;
        border-bottom: 1px solid #7d7d7d;
        padding: 5px; }
      .page_home .section04 .client_section .overview table th {
        background: #7d7d7d;
        color: #fff;
        width: 45%;
        border-bottom: 1px solid #c2c2c2; }
  .page_home .section04 .client_section .table2 {
    margin-top: 10px; }
    .page_home .section04 .client_section .table2 table {
      width: 100%;
      border: 1px solid #7d7d7d; }
      .page_home .section04 .client_section .table2 table th, .page_home .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_home .section04 .client_section .table2 table th {
        background: #7d7d7d;
        color: #fff;
        border-left: 1px solid #c2c2c2; }
      .page_home .section04 .client_section .table2 table td {
        border-left: 1px solid #7d7d7d; }
      .page_home .section04 .client_section .table2 table tr th:nth-child(1) {
        border-left: none; }
      .page_home .section04 .client_section .table2 table tr td:nth-child(1) {
        border-left: none; }
  .page_home .section04 .client_section .note {
    margin-top: 10px;
    font-size: 3.5vw;
    line-height: 1.8; }
    .page_home .section04 .client_section .note strong {
      font-weight: 700;
      color: #e51d37; }
  .page_home .section04 .client_section .btn {
    margin-top: 20px;
    text-align: center; }
  .page_home .section04 .client_section .remarks {
    margin-top: 10px;
    background: #ababab;
    padding: 15px; }
    .page_home .section04 .client_section .remarks .item {
      font-size: 3vw;
      color: #fff;
      margin-top: 5px; }
      .page_home .section04 .client_section .remarks .item:first-child {
        margin-top: 0; }
.page_home .section05 {
  margin-top: 20px; }
  .page_home .section05 .main_ttl {
    padding: 30px 0; }
    .page_home .section05 .main_ttl h2 {
      font-size: 5vw; }
  .page_home .section05 .content {
    padding: 20px 0; }
  .page_home .section05 .totalization_btn {
    margin-top: 30px;
    text-align: center; }
    .page_home .section05 .totalization_btn a {
      display: inline-block;
      text-decoration: none;
      background: #000;
      color: #fff;
      padding: 10px 50px; }
.page_home .section06 .content {
  padding: 0px 20px; }
.page_home .section06 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #795010;
  border-top: 2px solid #795010;
  border-bottom: 2px solid #795010;
  padding: 15px 0;
  line-height: 1.4;
  margin: 20px 0 0 0; }
.page_home .section06 .txt {
  margin: 20px auto;
  font-size: 14px; }
  .page_home .section06 .txt strong {
    font-weight: 700;
    color: #cf371f; }
.page_home .section06 .txt_info {
  border: 1px solid #a78700;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0 0 0;
  position: relative; }
.page_home .section06 .comparison_img img {
  width: 100%; }

.client_archive {
  margin-top: 20px; }
  .client_archive .anchor {
    margin-top: -20px;
    padding-top: 20px; }
  .client_archive > ul > li {
    margin-top: 30px;
    border: 1px solid #ce361f; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
    .client_archive > ul > li .client_name {
      background: url("../../../buy/brand/img/top/client_ttl_bg.png") repeat center top;
      background-size: 8px;
      background-color: #ee7731;
      padding: 10px 10px 10px 82px;
      position: relative; }
      .client_archive > ul > li .client_name::before {
        content: "";
        position: absolute;
        width: 55px;
        height: 200%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 5px;
        top: -1px;
        pointer-events: none; }
      .client_archive > ul > li .client_name a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 6vw; }
        .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/brand/img/top/client_rank_ico1.png"); }
    .client_archive > ul > li:nth-child(2) .client_name::before {
      background-image: url("../../../buy/brand/img/top/client_rank_ico2.png"); }
    .client_archive > ul > li:nth-child(3) .client_name::before {
      background-image: url("../../../buy/brand/img/top/client_rank_ico3.png"); }
    .client_archive > ul > li:nth-child(4) .client_name::before {
      background-image: url("../../../buy/brand/img/top/client_rank_ico4.png"); }
    .client_archive > ul > li:nth-child(5) .client_name::before {
      background-image: url("../../../buy/brand/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 #f4a171; }
          .client_archive .client_inner .overview .txt table th, .client_archive .client_inner .overview .txt table td {
            text-align: center;
            border-left: 1px solid #f4a171;
            border-bottom: 1px solid #f4a171;
            font-size: 10px;
            padding: 2px 5px; }
          .client_archive .client_inner .overview .txt table th {
            background: #ee7731;
            color: #fff;
            width: 45%; }
          .client_archive .client_inner .overview .txt table td {
            padding: 2px 0;
            width: 55%; }
            .client_archive .client_inner .overview .txt table td span {
              display: block; }
            .client_archive .client_inner .overview .txt table td .image {
              display: inline-block; }
              .client_archive .client_inner .overview .txt table td .image img {
                width: 16px; }
    .client_archive .client_inner .point {
      margin-top: 10px;
      border: 1px solid #ee7731;
      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: 14px;
        font-weight: 700;
        margin-top: 5px;
        position: relative;
        padding-left: 15px; }
        .client_archive .client_inner .point ul li:first-child {
          margin-top: 0;
          color: #cf371f; }
        .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: 1px;
          pointer-events: none; }
    .client_archive .client_inner .comment {
      margin-top: 15px;
      line-height: 1.7; }
      .client_archive .client_inner .comment strong {
        font-weight: 500;
        color: #cf371f; }
    .client_archive .client_inner .tel_btn {
      margin: 15px 0 8px; }
      .client_archive .client_inner .tel_btn p {
        color: #02AA22;
        text-align: center;
        font-size: 16px; }
    .client_archive .client_inner .btn {
      margin: 5px auto 0;
      animation: btn 2s infinite;
      box-shadow: 0 6px 0 #176b0e;
      border-radius: 5px;
      position: relative; }
      .client_archive .client_inner .btn a {
        background: #2ca120;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700; }
  .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: #795010;
    color: #fff; }
    .client_archive2 table thead th.sub {
      background: rgba(121, 80, 16, 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: #185693;
        text-decoration: none; }
  .client_archive2 table tbody td .ico img {
    width: 12px; }
  .client_archive2 table tbody td .btn {
    width: 65px;
    animation: btn 2s infinite;
    box-shadow: 0 6px 0 #176b0e;
    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: #2ca120;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }

.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 #176b0e;
    top: 0px;
    border-radius: 5px; }
  10% {
    box-shadow: 0 0 0 #176b0e;
    top: 6px;
    border-radius: 5px; }
  20% {
    box-shadow: 0 6px 0 #176b0e;
    top: 0px;
    border-radius: 5px; }
  30% {
    box-shadow: 0 0 0 #176b0e;
    top: 6px;
    border-radius: 5px; }
  40% {
    box-shadow: 0 6px 0 #176b0e;
    top: 0px;
    border-radius: 5px; } }
.search_section {
  margin-top: 50px;
  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;
    background: #a3853a;
    border: 1px solid #a3853a;
    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: #795010;
    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 #795010;
      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 #176b0e;
      border-radius: 5px;
      position: relative; }
      .exitProtection .content .btn a {
        background: #2ca120;
        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; }

.page_home .compare__table .shiny, .page_home .article__section .shiny {
  display: block;
  position: relative;
  overflow: hidden; }

.page_home .compare__table .shiny::before, .page_home .article__section .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; }

@-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_home .main_ttl h2 {
  font-size: 4.7vw; }

.page_home .main_ttl h2 span {
  font-size: 4.7vw; }

.page_home .compare__table .heading {
  padding: 0 10px; }

.page_home .compare__table .compare__table_inner {
  padding: 5px; }

.page_home .compare__table .client__table {
  margin-top: 25px;
  position: relative; }

.page_home .compare__table .client__table::before, .page_home .compare__table .client__table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  pointer-events: none; }

.page_home .compare__table .client__table::before {
  background: #fefaec;
  width: calc(100% / 3);
  height: 100%;
  z-index: -1; }

.page_home .compare__table .client__table::after {
  width: calc(100% / 3);
  height: 100%;
  border: 3px solid #f30000;
  z-index: 5; }

.page_home .compare__table .client__table table {
  width: 100%;
  border: 1px solid #c4c4c4; }

.page_home .compare__table .client__table table th, .page_home .compare__table .client__table table td {
  width: calc(100% / 3);
  text-align: center; }

.page_home .compare__table .client__table table th {
  background: #C69E6F;
  font-weight: 700;
  color: #fff;
  padding: 3px 0;
  font-size: 13px;
  position: relative;
  z-index: 3; }

.page_home .compare__table .client__table table td {
  padding: 2px 2px 6px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  font-size: 11px;
  line-height: 1.3; }

.page_home .compare__table .client__table table td small {
  font-weight: 700; }

.page_home .compare__table .client__table table td .red {
  color: red;
  font-weight: 700; }

.page_home .compare__table .client__table .image {
  position: relative;
  padding-top: 36px; }

.page_home .compare__table .client__table .image::before {
  content: "";
  position: absolute;
  width: 36px;
  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_home .compare__table .client__table .image a {
  display: block; }

.page_home .compare__table .client__table .image a p {
  color: #006FFF;
  text-decoration: underline;
  font-size: 10px;
  font-weight: 700; }

.page_home .compare__table .client__table .ico img {
  width: 24px;
  margin: 0 auto; }

.page_home .compare__table .client__table thead td:nth-child(1) .image::before {
  background-image: url("../../../buy/kimono/img/top/section01_rank1.png"); }

.page_home .compare__table .client__table thead td:nth-child(2) .image::before {
  background-image: url("../../../buy/kimono/img/top/section01_rank2.png"); }

.page_home .compare__table .client__table thead td:nth-child(3) .image::before {
  background-image: url("../../../buy/kimono/img/top/section01_rank3.png"); }

.page_home .compare__table .client__table .inline 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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }

.page_home .compare__table .client__table .inline ul.single {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.page_home .compare__table .client__table .inline ul li {
  width: calc((100% - 1%) / 2);
  margin-left: 1%; }

.page_home .compare__table .client__table .inline ul li:first-child {
  margin-left: 0; }

.page_home .compare__table .client__table .cta_btn {
  box-shadow: 0 4px 0 #176b0e;
  border-radius: 5px;
  position: relative; }

.page_home .compare__table .client__table .cta_btn a {
  font-size: 2.8vw;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  background: #2ca120; }

.page_home .article__section .main_ttl h2 {
  font-size: 4.7vw; }

.page_home .article__section .article__section_inner {
  padding: 20px; }

.page_home .article__section .heading {
  line-height: 1.4;
  border-top: 2px dashed #a3853a;
  border-bottom: 2px dashed #a3853a;
  padding: 10px 0;
  font-size: 4.5vw;
  text-align: center;
  font-weight: 700; }

.page_home .article__section .heading span {
  font-weight: 700;
  display: block;
  font-size: 5.2vw;
  color: #a3853a; }

.page_home .article__section .image_01 {
  padding: 0 20px;
  margin-top: 20px; }

.page_home .article__section .red {
  color: #cf371f;
  font-weight: 700; }

.page_home .article__section .gold {
  color: #a3853a;
  font-weight: 700; }

.page_home .article__section .strong {
  font-weight: 700; }

.page_home .article__section .txt {
  margin-top: 15px;
  font-size: 14px; }

.page_home .article__section .cta {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff7df;
  padding: 38px 20px 20px;
  position: relative; }

.page_home .article__section .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: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  font-size: 3.7vw;
  background: #cf371f; }

.page_home .article__section .cta .name {
  text-align: center; }

.page_home .article__section .cta .name a {
  color: #185693;
  font-size: 5vw;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #185693; }

.page_home .article__section .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_home .article__section .cta .wrap .cta_image {
  width: 40%; }

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

.page_home .article__section .cta .wrap .cta_txt .txt_01 {
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  padding: 2px 0;
  background: #a3853a; }

.page_home .article__section .cta .wrap .cta_txt .txt_02 {
  background: #fff;
  border: 1px solid #a3853a;
  padding: 5px 0;
  font-size: 4.5vw;
  font-weight: 700;
  color: #cf371f; }

.page_home .article__section .cta .wrap .cta_txt .cta_btn {
  margin-top: 6px;
  box-shadow: 0 4px 0 #176b0e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  position: relative;
  overflow: hidden; }

.page_home .article__section .cta .wrap .cta_txt .cta_btn a {
  font-size: 3.5vw;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  background: #2ca120; }

.page_home .article__section .block {
  margin-top: 20px; }

.page_home .article__section .block h3 {
  background: #ece4cf;
  padding: 15px 0;
  font-size: 4.5vw;
  text-align: center;
  font-weight: 700; }

.page_home .article__section .block h3 strong {
  font-size: 5.5vw;
  color: #a3853a; }

.page_home .article__section .block .items .item {
  margin-top: 25px; }

.page_home .article__section .block .items .item:first-child {
  margin-top: 0; }

.page_home .article__section .block .items .item .headline {
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  color: #a3853a; }

.page_home .article__section .block .items .item .image_02 {
  margin-top: 10px; }

.page_home .article__section .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: #fcf8ee;
  border: 1px solid #d3c49f; }

.page_home .article__section .block .card ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px; }

.page_home .article__section .block .card ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

.page_home .article__section .block .card ul li:nth-child(1)::before {
  content: "①"; }

.page_home .article__section .block .card ul li:nth-child(2)::before {
  content: "②"; }

.page_home .article__section .block .card ul li:nth-child(3)::before {
  content: "③"; }

.page_home .article__section .block .card ul li:nth-child(4)::before {
  content: "④"; }

.page_home .article__section .block .card ul li:nth-child(5)::before {
  content: "⑤"; }

.page_home .article__section .compare__table {
  padding: 0 20px; }

.page_home .article__section .compare__table .client__table {
  margin-top: 0; }

/*離脱防止が1案件の際のCSS*/
.exitProtection .content {
  background: url("https://naviiit.info/sp/buy/brand/img/top/modal_bg4.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_btnorange {
  color: #fc8822;
  width: 100%;
  margin: 20px 0 -15px 0px;
  font-size: 16px;
  text-align: center;
  font-weight: 700; }

.orangeBtn a {
  line-height: 1.2;
  background-color: #fc8822;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding-left: 60px;
  padding-right: 10px; }

.orangeBtn {
  animation: btn_orange 2s infinite;
  box-shadow: 0 6px 0 #d36e15;
  margin: 15px auto 15px;
  border-radius: 5px;
  position: relative;
  width: 100%; }

.orangeBtn a::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  left: 13px;
  top: 13px;
  background-image: url(https://item-comparison.com/sp/buy/kimono/type_d/img/tel_icon_orange.png);
  background-size: contain;
  background-repeat: no-repeat; }

.orangeBtn a span {
  font-size: 13px; }

@keyframes btn_orange {
  0% {
    box-shadow: 0 3px 0 #d36e15;
    top: 0px;
    border-radius: 5px; }
  10% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px;
    border-radius: 5px; }
  20% {
    box-shadow: 0 6px 0 #d36e15;
    top: 0px;
    border-radius: 5px; }
  30% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px;
    border-radius: 5px; }
  40% {
    box-shadow: 0 6px 0 #d36e15;
    top: 0px;
    border-radius: 5px; } }
.tel_btnorange {
  color: #fc8822;
  width: 100%;
  margin: 20px 0 -15px 0px;
  font-size: 16px;
  text-align: center;
  font-weight: 700; }

.greenBtn a {
  line-height: 1.2;
  background-color: #2ca120;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding-left: 60px;
  padding-right: 10px; }

.greenBtn {
  animation: btn_green 2s infinite;
  box-shadow: 0 6px 0 #176b0e;
  margin: 0px auto 0;
  border-radius: 5px;
  position: relative;
  width: 100%; }

.greenBtn a::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 5px;
  top: 3px;
  background-image: url("img/top/icon_line.png");
  background-size: contain;
  background-repeat: no-repeat; }

.orangeBtn a span {
  font-size: 13px; }

@keyframes btn_green {
  0% {
    box-shadow: 0 3px 0 #176b0e;
    top: 0px;
    border-radius: 5px; }
  10% {
    box-shadow: 0 0 0 #176b0e;
    top: 6px;
    border-radius: 5px; }
  20% {
    box-shadow: 0 6px 0 #176b0e;
    top: 0px;
    border-radius: 5px; }
  30% {
    box-shadow: 0 0 0 #176b0e;
    top: 6px;
    border-radius: 5px; }
  40% {
    box-shadow: 0 6px 0 #176b0e;
    top: 0px;
    border-radius: 5px; } }
.client_archive .cv2 {
  background-color: #fff0cc; }

.client_archive .cv2 .inner {
  padding: 15px; }

.client_archive .cv2 .inner .time_inner {
  display: inline-flex;
  width: 100%;
  margin: 0 auto; }

.client_archive .cv2 .inner .time_inner .time_txt1 {
  width: 18%;
  margin: 0 auto;
  background-color: #333333;
  color: #fff;
  padding: 5px 2px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  text-align: center; }

.client_archive .cv2 .inner .time_inner .time_txt2 {
  width: 90%;
  margin: 0 auto;
  padding: 6px 5px;
  font-size: 12px;
  font-weight: 800;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  text-align: center; }

.client_archive .cv2 .inner .tel_inner {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  margin: 12px 0 auto; }

.client_archive .cv2 .inner .tel_inner .img {
  width: 40%;
  margin: 0 15px 0 0; }

.client_archive .cv2 .inner .tel_inner .btn_inner {
  width: 90%;
  margin: 0 auto; }

.client_archive .cv2 .inner .tel_inner .btn_inner .cv_tel {
  font-size: 21px;
  font-weight: 800;
  color: #a3853a;
  text-align: center;
  line-height: .8; }

.client_archive .cv2 .inner .tel_inner .btn_inner .cv_tel span {
  font-size: 11px; }

.client_archive .cv2 .inner .tel_inner .btn_inner .cv_btn {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #2ca120; }

.client_archive .cv2 .inner .tel_inner .btn_inner .btn {
  width: 100%;
  margin: 10px 0;
  animation: btn 2s infinite;
  box-shadow: 0 6px 0 #176b0e;
  border-radius: 5px;
  position: relative; }

.client_archive .cv2 .inner .tel_inner .btn_inner .cv_btnorange {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #fc8822; }

.client_archive .cv2 .inner .tel_inner .btn_inner .orBtn {
  width: 100%;
  margin: 2px 0 5px;
  animation: btn_orange 2s infinite;
  box-shadow: 0 6px 0 #d36e15;
  border-radius: 5px;
  position: relative; }

.client_archive .cv2 .inner .tel_inner .btn_inner .orBtn a {
  color: #fff;
  text-decoration: none;
  font-size: 18px; }

.client_archive .cv2 .inner .tel_inner .btn_inner .orBtn a span {
  font-size: 11px;
  font-weight: 200; }

.client_archive .cv2 .inner .tel_inner .btn_inner .shiny__btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px 10px; }

.client_archive .cv2 .inner .tel_inner .btn_inner .cv_btn a {
  color: #fff;
  text-decoration: none;
  display: block; }

.compare__table .article__section {
  margin-top: -40px;
  background-color: #fff7df; }

.footer_fixed_cta {
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  left: 0;
  bottom: 0;
  padding: 6px 10px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  color: #000 !important; }

.footer_fixed_cta .fr_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 2%; }

.footer_fixed_cta.active {
  opacity: 1;
  visibility: visible; }

.footer_fixed_cta.hide {
  opacity: 0;
  visibility: hidden; }

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

.footer_fixed_cta.active .btn a {
  display: block;
  background: #2ca120;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 13px 0;
  font-weight: 700;
  text-decoration: none;
  color: #fff; }

.client_pr {
  margin: 20px auto 0; }

.cta_tel_wrap {
  margin-bottom: 20px; }

.cta_tel_wrap_head {
  margin: auto;
  text-align: center;
  color: #fb8a04;
  font-weight: bold;
  font-size: 1.3vw; }
  @media only screen and (max-width: 768px) {
    .cta_tel_wrap_head {
      font-size: 18px; } }

.cta_tel_wrap_head_line {
  color: #19ac4b; }

.cta_btn.tel_line a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-image: url("img/icon_line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 20px;
  pointer-events: none;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .cta_btn.tel_line a::before {
      width: 60px;
      height: 60px;
      left: 10px; } }

.cta_btn.tel a::before {
  width: 60px;
  height: 60px;
  left: 45px; }
  @media only screen and (max-width: 768px) {
    .cta_btn.tel a::before {
      width: 40px;
      height: 40px;
      left: 21px; } }
