@charset "UTF-8";
/*
Theme Name: M&Jインターナショナル
Theme URI: https://www.mjinter.com/
Author: T2Japan Inc.
Description: M&Jインターナショナル テーマ
Version: 1.0
*/
/* ==========================================================================
Foundation
========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

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

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

button, html[type=button], [type=submit] {
  -webkit-appearance: button;
}

:root {
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  font-size: 16px;
  font-weight: 500;
  vertical-align: text-bottom;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  color: #000000;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: text-bottom;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

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

a, button {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:hover, button:hover {
  opacity: 0.6;
}

p > a {
  text-decoration: underline;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=email],
textarea {
  display: inline-block;
  width: 100%;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

textarea {
  height: 8rem;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  font: inherit;
}

[hidden] {
  display: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* header ----------------- */
.l-header {
  width: 100%;
  background: #e79b36;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9888;
  box-shadow: 0 1px 2px rgba(211, 211, 211, 0.3);
}
@media (min-width: 960px) {
  .l-header {
    background: white;
    height: 3.75rem;
  }
}
@media (max-width: 959px) {
  .l-header {
    height: 3rem;
  }
}

/* footer ----------------- */
.l-footer {
  width: 100%;
  margin-top: 7.5rem;
  font-size: 0.875rem;
  color: white;
  text-align: center;
  background: #4b4b4b;
}
@media (max-width: 599px) {
  .l-footer {
    margin-top: 6.25rem;
  }
}
.l-footer .footer_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 1rem auto auto;
  padding: 2rem 0;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .l-footer .footer_wrap {
    display: block;
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer .footer_wrap {
    padding: 1.5rem 0.5rem;
  }
}
.l-footer .footer_wrap .footer_left {
  padding: 1rem 0;
  border-right: 1px solid white;
}
@media (min-width: 960px) {
  .l-footer .footer_wrap .footer_left {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer .footer_wrap .footer_left {
    width: 35%;
  }
  .l-footer .footer_wrap .footer_left .footer_logo {
    width: 100%;
    margin: auto 0.5rem;
    padding: 0;
  }
  .l-footer .footer_wrap .footer_left .footer_logo img {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_left {
    width: 100%;
    margin: auto;
    border-right: 0;
  }
  .l-footer .footer_wrap .footer_left .footer_logo img {
    width: 86%;
  }
}
.l-footer .footer_wrap .footer_left .f_logo {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_left .f_logo {
    margin: auto auto 2rem;
  }
}
.l-footer .footer_wrap .footer_left .f_logo img {
  width: 100%;
  max-width: 7rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer .footer_wrap .footer_left .f_logo img {
    max-width: 6rem;
  }
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_left .f_logo img {
    max-width: 6.5rem;
  }
}
.l-footer .footer_wrap .footer_left .f_logo .company_name {
  margin: 0.5rem auto auto;
  font-size: 0.7rem;
  text-align: center;
  color: white;
}
.l-footer .footer_wrap .footer_left .f_language {
  display: block;
  width: 100%;
  margin-top: 1.4rem;
  list-style-type: none;
}
.l-footer .footer_wrap .footer_left .f_language li {
  width: 100%;
  padding-left: 1rem;
  text-align: center;
}
.l-footer .footer_wrap .footer_left .f_language li a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: auto;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.l-footer .footer_wrap .footer_left .f_language li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.3rem;
  bottom: 0;
  display: inline-block;
  width: 0.9rem;
  height: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_en.svg) center right/100% no-repeat;
}
.l-footer .footer_wrap .footer_left .f_language li a.ch {
  margin-top: 0.5rem;
}
.l-footer .footer_wrap .footer_left .f_language li a.ch::before {
  background: url(/wp-content/themes/mandjinternational/images/icon_ch.svg) center right/100% no-repeat;
}
.l-footer .footer_wrap .footer_right {
  width: 70%;
}
@media (min-width: 960px) {
  .l-footer .footer_wrap .footer_right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1.5rem 0 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer .footer_wrap .footer_right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_right {
    width: 100%;
    margin: 1rem auto auto;
    border-top: 1px solid #ccc;
    padding-top: 2rem;
  }
  .l-footer .footer_wrap .footer_right > ul {
    width: 100%;
    margin: auto;
  }
  .l-footer .footer_wrap .footer_right > ul li {
    width: 50%;
    margin: auto;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer .footer_wrap .footer_right {
    width: 65%;
    margin: auto;
    font-size: 0.7rem;
  }
  .l-footer .footer_wrap .footer_right > ul {
    width: 100%;
    margin: auto;
  }
  .l-footer .footer_wrap .footer_right > ul li {
    text-align: right;
  }
  .l-footer .footer_wrap .footer_right > ul li.sp_only {
    display: none;
  }
}
.l-footer .footer_wrap .footer_right .f_r_nav {
  display: block;
  width: 49%;
  margin: 0 auto auto;
  padding-left: 8%;
  box-sizing: border-box;
  list-style-type: none;
}
.l-footer .footer_wrap .footer_right .f_r_nav:nth-of-type(2) {
  margin-right: 2%;
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_right .f_r_nav {
    width: 100%;
    padding-left: 0;
  }
}
.l-footer .footer_wrap .footer_right .f_r_nav li {
  width: 100%;
}
.l-footer .footer_wrap .footer_right .f_r_nav li a {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_right .f_r_nav li a {
    text-align: center;
  }
}
.l-footer .footer_wrap .footer_right .f_r_nav li:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .l-footer .footer_wrap .footer_right .f_r_nav li:nth-of-type(n+2) {
    margin-top: 0.4rem;
  }
}
.l-footer .l-footer__copyright {
  width: 100%;
  text-align: center;
  background-color: #000000;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.5rem 0;
}

/* content ----------------- */
.l-content {
  padding-top: 8.75rem;
}
@media (max-width: 959px) {
  .l-content {
    padding-top: 3.75rem;
  }
}
.l-content .common_wrap {
  margin: 6rem auto auto;
}
@media (min-width: 960px) {
  .l-content .common_wrap {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 599px) {
  .l-content .common_wrap {
    width: 98%;
  }
}
.l-content .full_wrap {
  width: 100%;
  margin-top: 6rem;
}
.l-content .full_wrap.bg_ml {
  background-color: #fff2e3;
}
.l-content .full_wrap .inner_wrap {
  width: 1200px;
  margin: auto;
  padding: 3rem 0;
}

.postcost_table {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .postcost_table {
    margin-top: 0.2rem;
    border: 0;
  }
}
.postcost_table .region {
  width: 20%;
  padding: 1rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff2e3;
}
@media (max-width: 599px) {
  .postcost_table .region {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: left;
  }
}
.postcost_table .pref {
  width: 45%;
  padding: 1rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff2e3;
}
@media (max-width: 599px) {
  .postcost_table .pref {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    border: 0;
  }
}
.postcost_table .cost {
  width: 35%;
  padding: 1rem 0.5rem;
  border: 1px solid #ccc;
  border-bottom: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .postcost_table .cost {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
    font-size: 0.9rem;
    border: 0;
  }
}
.postcost_table + .attention {
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.cv_box {
  width: 100%;
  max-width: 1200px;
  margin: 8rem auto 6rem;
  padding: 1.5rem 2rem 3rem;
  box-sizing: border-box;
  border: 1px solid #efb84d;
}
@media (max-width: 959px) {
  .cv_box {
    width: 98%;
    margin: 5rem auto 2rem;
    padding: 1rem 2%;
  }
}
.cv_box > h3 {
  position: relative;
  z-index: 10;
  display: block;
  margin: auto auto 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #e79b36;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
  .cv_box > h3 {
    padding: 0 0 1rem;
    font-size: 1.5rem;
  }
}
.cv_box > h3::after {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 25%;
  z-index: 11;
  display: inline-block;
  margin: auto;
  width: 10rem;
  height: 10rem;
  background-image: url(/wp-content/themes/mandjinternational/images/icon_tenten_jump.png);
  background-size: cover;
  vertical-align: middle;
  animation: fluffy 2s ease infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
@media (max-width: 959px) {
  .cv_box > h3::after {
    width: 5rem;
    height: 5rem;
    right: 2%;
    bottom: 0.6rem;
  }
}
.cv_box .cv_btns_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap {
    display: block;
  }
}
.cv_box .cv_btns_wrap a {
  display: block;
  width: 31.5%;
  padding: 2rem 1rem 2rem;
  box-sizing: border-box;
  border: 1px solid #e79b36;
  box-shadow: 1px 5px 0px -1px #cc862b;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 2rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .cv_box .cv_btns_wrap a {
    padding: 2rem 0.6rem 2rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap a {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem 1rem 1rem;
  }
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap a:nth-of-type(n+2) {
    margin-top: 1.5rem;
  }
}
.cv_box .cv_btns_wrap a img {
  width: auto;
  height: 3.7rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .cv_box .cv_btns_wrap a img {
    height: 2rem;
  }
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap a img {
    height: 2rem;
    margin-bottom: 0.5rem;
  }
}
.cv_box .cv_btns_wrap a .text {
  font-weight: bold;
}
.cv_box .cv_btns_wrap a .text .tel_text {
  display: block;
  font-size: 2rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .cv_box .cv_btns_wrap a .text .tel_text {
    font-size: 1.3rem;
  }
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap a .text .tel_text {
    font-size: 1.5rem;
  }
}
.cv_box .cv_btns_wrap a .text .businesstime {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 600px) and (max-width: 959px) {
  .cv_box .cv_btns_wrap a .text .businesstime {
    font-size: 0.8rem;
  }
}
@media (max-width: 599px) {
  .cv_box .cv_btns_wrap a .text .businesstime {
    font-size: 0.85rem;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simply-scroll-list img {
  border: none;
  display: block;
}

.simply-scroll {
  width: 100%;
  height: auto;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}
.simply-scroll .simply-scroll-list img {
  float: left;
  width: 290px;
  height: 200px;
}
.simply-scroll .simply-scroll-list img.b_filter {
  filter: brightness(0.4);
}

/* glonav ----------------- */
.header__fix--wrap {
  position: relative;
  z-index: 9992;
}
@media (min-width: 960px) {
  .header__fix--wrap {
    z-index: 9991;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background-color: white;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    transition: all 0.2s linear;
  }
}

header {
  width: 100%;
  position: relative;
}
@media (max-width: 959px) {
  header {
    position: fixed;
    z-index: 10000;
    top: 0;
    height: 60px;
    padding: 0;
    background-color: white;
    border-bottom: 1px solid #e79b36;
  }
}
@media (max-width: 959px) {
  header .openbtn1 {
    position: fixed;
    z-index: 100004;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  header .openbtn1.active span:nth-of-type(1) {
    top: 24px;
    left: 15px;
    transform: translateY(6px) rotate(-315deg);
    width: 50%;
  }
  header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn1.active span:nth-of-type(3) {
    top: 36px;
    left: 15px;
    transform: translateY(-6px) rotate(315deg);
    width: 50%;
  }
}
@media (max-width: 959px) {
  header .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
    background-color: #e79b36;
  }
}
header .openbtn1 span:nth-of-type(1) {
  top: 20px;
}
header .openbtn1 span:nth-of-type(2) {
  top: 30px;
}
header .openbtn1 span:nth-of-type(3) {
  top: 40px;
}
header .header__inner--wrap {
  width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap {
    margin: auto;
  }
}
header .header__inner--wrap .upper_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 80px;
}
@media (max-width: 959px) {
  header .header__inner--wrap .upper_wrap {
    display: block;
    height: 60px;
  }
}
header .header__inner--wrap .upper_wrap .head__logo--wrap {
  width: auto;
  max-width: 300px;
  height: 60px;
  position: relative;
  z-index: 10003;
  margin: auto auto auto 0;
}
@media (max-width: 959px) {
  header .header__inner--wrap .upper_wrap .head__logo--wrap {
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 5px 0;
    margin: auto;
    text-align: center;
  }
}
header .header__inner--wrap .upper_wrap .head__logo--wrap a {
  display: block;
}
header .header__inner--wrap .upper_wrap .head__logo--wrap a img {
  width: 100%;
}
@media (max-width: 959px) {
  header .header__inner--wrap .upper_wrap .head__logo--wrap a img {
    width: auto;
    height: 50px;
  }
}
header .header__inner--wrap .upper_wrap .nav_upper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 50%;
  min-width: 645px;
  list-style-type: none;
  font-size: 0.9rem;
}
@media (max-width: 959px) {
  header .header__inner--wrap .upper_wrap .nav_upper {
    display: none;
  }
}
header .header__inner--wrap .upper_wrap .nav_upper > li.one {
  min-width: 180px;
  width: 32%;
  max-width: 220px;
  height: 46px;
  margin: 17px 2% auto auto;
  line-height: 42px;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.one a {
  position: relative;
  border: 2px solid #e79b36;
  box-shadow: 1px 5px 0px -1px #e79b36;
  border-radius: 50vh;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1rem;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.one a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/mandjinternational/images/icon_mail.svg) center right/100% no-repeat;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.two {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: none;
  max-width: 67%;
  height: 46px;
  padding: 0 0 0 2.1rem;
  box-sizing: border-box;
  margin: 17px 0 auto auto;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.two a {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-top: 0.45rem;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.two a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 1.65rem;
  height: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_tel.svg) center right/100% no-repeat;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.two a .tel_text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.6px;
}
header .header__inner--wrap .upper_wrap .nav_upper > li.two a .businesstime {
  display: block;
  min-width: 135px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  padding-left: 0.4rem;
}
header .header__inner--wrap .upper_wrap .nav_upper > li:hover {
  transition: opacity 0.2s ease-in;
}
header .header__inner--wrap .upper_wrap .nav_upper > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
header .header__inner--wrap .head__nav--wrap {
  width: 100vw;
  margin: auto;
  background-color: #e79b36;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: white;
    transition: all 0.6s;
    margin: auto;
  }
  header .header__inner--wrap .head__nav--wrap.panelactive {
    right: 0;
  }
  header .header__inner--wrap .head__nav--wrap.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 3.75rem;
  margin: auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul {
    position: relative;
    z-index: 999;
    top: 60px;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    display: block;
    border-top: 1px solid #e79b36;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li {
  position: relative;
  display: block;
}
@media (min-width: 960px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(1) {
    width: 8%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(1) a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    height: 1rem;
    border-left: 1px solid white;
  }
}
@media (min-width: 960px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(2) {
    width: 8%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(3) {
    width: 20%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(4) {
    width: 20%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(5) {
    width: 17.9%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(6) {
    width: 12%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li:nth-of-type(7) {
    width: 12%;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li {
    position: relative;
    width: 96%;
    margin: auto;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #efb84d;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 3.75rem;
  text-align: center;
}
@media (min-width: 960px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 1rem;
    border-right: 1px solid white;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li a {
    position: relative;
    text-decoration: none;
    padding: 1rem 2%;
    display: block;
    text-transform: uppercase;
    line-height: 0.9rem;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #000000;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li a::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.8rem;
    height: auto;
    background: url(/wp-content/themes/mandjinternational/images/glnav_r_main.svg) center right/100% no-repeat;
    color: #000000;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp {
  position: relative;
  top: 60px;
  width: 100%;
  margin: auto;
}
@media (min-width: 960px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp {
    display: block;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.one {
  min-width: 180px;
  width: 37%;
  max-width: 220px;
  height: 46px;
  margin: 17px 2% auto auto;
  line-height: 42px;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.one {
    min-width: unset;
    max-width: unset;
    width: 60%;
    height: 46px;
    margin: 2rem auto auto;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.one a {
  position: relative;
  border: 2px solid #e79b36;
  box-shadow: 1px 5px 0px -1px #e79b36;
  border-radius: 50vh;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1rem;
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.one a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/mandjinternational/images/icon_mail.svg) center right/100% no-repeat;
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two {
  position: relative;
  width: 55%;
  height: 46px;
  padding: 0 0 0 2.2rem;
  box-sizing: border-box;
  margin: 17px 4% auto auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two {
    width: 60%;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 46px;
    margin: 1.5rem auto auto;
    padding: 0;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 0.45rem;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a {
    display: block;
    padding: 4px 0;
    position: relative;
    border: 2px solid #e79b36;
    box-shadow: 1px 5px 0px -1px #e79b36;
    border-radius: 50vh;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  display: inline-block;
  width: 1.65rem;
  height: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_tel.svg) center right/100% no-repeat;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a::before {
    width: 1.4rem;
    left: 1.4rem;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a .tel_text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.6px;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a .tel_text {
    width: 100%;
    padding: 0 0 0.2rem 1.4rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a .businesstime {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  padding-left: 0.4rem;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.two a .businesstime {
    width: 100%;
    font-size: 0.8rem;
    padding-left: 1.4rem;
    text-align: center;
  }
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.thr {
  position: relative;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3rem;
  margin: 2rem auto auto;
  padding-left: 1.5rem;
  text-align: center;
  font-weight: bold;
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li.thr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3rem;
  bottom: 0;
  display: inline-block;
  width: 1.7rem;
  height: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_fax.svg) center right/100% no-repeat;
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li:hover {
  transition: opacity 0.2s ease-in;
}
header .header__inner--wrap .head__nav--wrap .nav_upper_sp > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.l-glonav {
  width: 100%;
  height: 100%;
  margin: auto;
  line-height: 59px;
}
.l-glonav > h1 {
  display: inline-block;
  height: 100%;
  font-size: 1.25rem;
}
.l-glonav > h1 > a {
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  color: white;
}
.l-glonav > h1 > a > img {
  width: 5rem;
  vertical-align: middle;
}
@media (max-width: 959px) {
  .l-glonav > h1 > a > img.pc_only {
    display: none;
  }
}
@media (min-width: 960px) {
  .l-glonav > h1 > a > img.sp_only {
    display: none;
  }
}
.l-glonav > ul {
  font-size: 1rem;
  overflow: hidden;
  color: #000000;
}
.l-glonav li {
  height: 3rem;
  line-height: 59px;
}
.l-glonav li > a {
  text-align: center;
  transition: opacity 0.2s ease-in;
}
.l-glonav li > a:hover {
  opacity: 0.6;
}
@media (max-width: 959px) {
  .l-glonav li {
    line-height: 47px;
  }
}
@media (max-width: 959px) {
  .l-glonav {
    height: auto;
    line-height: 47px;
  }
  .l-glonav > h1 {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .l-glonav > h1 > a {
    opacity: 1;
    text-align: center;
  }
  .l-glonav > h1 > a > img {
    width: auto;
    height: 1.5rem;
  }
  .l-glonav > ul {
    height: 336px;
    transition: height 0.4s;
  }
  .l-glonav li {
    display: block;
    background: #e79b36;
    overflow: hidden;
    border-top: 1px solid #ccc;
  }
  .l-glonav li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
    color: white;
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  .l-glonav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .l-glonav > h1 {
    width: 20rem;
  }
  .l-glonav > h1 > a > img {
    width: auto;
    height: 2.5rem;
  }
  .l-glonav > ul {
    display: block;
    width: 55%;
    max-width: calc(100% - 20rem);
  }
  .l-glonav li {
    display: inline-block;
    width: 20%;
    height: 100%;
    vertical-align: top;
  }
  .l-glonav li > a {
    display: inline-block;
    width: 99%;
    width: calc(100% - 1px);
  }
}

.l-glonav__icon {
  display: none;
}
@media (max-width: 959px) {
  .l-glonav__icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.4s;
    cursor: pointer;
  }
  .l-glonav__icon div {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }
  .l-glonav__icon span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .l-glonav__icon span:nth-of-type(1) {
    top: 0;
  }
  .l-glonav__icon span:nth-of-type(2) {
    top: 11px;
  }
  .l-glonav__icon span:nth-of-type(3) {
    bottom: 0;
  }
}

[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(1) {
  transform: translateY(11px) rotate(-315deg);
}
[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(2) {
  opacity: 0;
}
[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg);
}

[id=glonav_flg] {
  display: none !important;
}
@media (max-width: 959px) {
  [id=glonav_flg]:not(:checked) ~ .l-glonav ul {
    height: 0;
    transition: height 0.4s;
  }
}

/* sidebar ----------------- */
@media (max-width: 599px) {
  .l-sidebar {
    margin: 0 0.5rem 2rem;
  }
}
@media (min-width: 600px) {
  .l-sidebar {
    float: right;
    width: 25%;
  }
}

.l-sidebar__content {
  padding: 1rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #e79b36;
}
.l-sidebar__content:first-child {
  border-top: 1px solid #e79b36;
}
.l-sidebar__content .c-title {
  margin: 0 0 0.5rem;
  padding: 0;
  text-align: left;
  font-size: inherit;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.serach_wrap {
  width: 100%;
  margin: 1rem auto auto;
}
.serach_wrap > .c-title {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: inherit;
  font-weight: bolder;
}
.serach_wrap input[type=text], .serach_wrap select {
  width: 100%;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.serach_wrap .search_select {
  display: block;
}
.serach_wrap .search_select select {
  background: url(/wp-content/themes/mandjinternational/images/form_arrow.svg) right center/2rem 2rem no-repeat;
  padding-right: 2.5rem;
}
.serach_wrap .search_text {
  margin-top: 1rem;
}
.serach_wrap .search_text .searchform > div {
  position: relative;
  display: flex;
}
.serach_wrap .search_text .searchform > div .screen-reader-text {
  display: none;
}
.serach_wrap .search_text .searchform > div input[type=text] {
  display: block;
  width: 100%;
  padding-right: 10px;
}
.serach_wrap .search_text .searchform > div input[type=submit] {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10%;
  height: 100%;
  margin: auto;
  cursor: pointer;
  text-indent: -9999px;
  background: url(/wp-content/themes/mandjinternational/images/icn_glass.svg) right center/1.1rem 1.1rem no-repeat;
}

/* ==========================================================================
Object
========================================================================== */
/* ----------------------------------------
Component
---------------------------------------- */
/* title ----------------- */
.block_center {
  display: block;
  margin: auto;
  text-align: center;
}

.c-title {
  margin: auto auto 2.5rem;
  align-items: center;
  text-align: center;
  color: #e79b36;
  background-color: white;
}

.c-title--underline {
  margin: 1rem 0 2rem;
  font-size: 1.2rem;
  text-align: center;
}
.c-title--underline span {
  display: inline-block;
}
.c-title--underline span::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: white;
  margin: 0.5rem auto 0;
}
@media (max-width: 599px) {
  .c-title--underline {
    padding: 0 0.5rem;
  }
}

.line_title {
  display: flex;
  margin: auto auto 1.25rem;
  font-size: 1.5rem;
  align-items: center;
  white-space: nowrap;
  color: #e79b36;
  background-color: white;
}
.line_title:after {
  border-top: 1px solid #e79b36;
  content: "";
  width: 100%;
  margin-left: 0.8rem;
}

.head_icon {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.head_icon::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.8rem;
  background-color: #ff7b00;
  box-shadow: 0.2rem 0.2rem #e4e6ff;
  vertical-align: middle;
}

.title_normal_wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 45%;
  min-width: 22rem;
  height: 9.25rem;
  margin: auto auto 4.5rem 0;
  padding: 2rem 1.5rem 2.5rem 4.375rem;
  box-sizing: border-box;
  font-size: 2rem;
  border-radius: 0 1rem 1rem 0;
  color: white;
  background-color: #e79b36;
}
.title_normal_wrap > span {
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .title_normal_wrap {
    width: 18.125rem;
    min-width: unset;
    height: auto;
    padding: 1rem 1rem 1em 0.4rem;
    font-size: 1.5rem;
  }
  .title_normal_wrap > span {
    font-size: 1rem;
  }
}

.common_header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-align: center;
  border-bottom: 1px solid #74aeff;
}
@media (max-width: 599px) {
  .common_header {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0.5rem;
  }
}
.common_header.planfee {
  border-bottom: 1px solid #efb84d;
}
.common_header.icon_tenten {
  position: relative;
  z-index: 10;
  display: block;
}
@media (max-width: 959px) {
  .common_header.icon_tenten {
    padding-right: 3.5rem;
  }
}
.common_header.icon_tenten::after {
  content: "";
  position: relative;
  bottom: 0.8rem;
  right: -1rem;
  z-index: 11;
  display: inline-block;
  margin: auto;
  width: 4rem;
  height: 5.2rem;
  vertical-align: middle;
  animation: pyon 3s ease infinite;
}
@keyframes pyon {
  100%, 60%, 35%, 25%, 0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(-4px);
  }
}
@media (max-width: 599px) {
  .common_header.icon_tenten::after {
    position: absolute;
    width: 2.5rem;
    height: 3.2rem;
    right: 1%;
    bottom: 0.2rem;
  }
}
.common_header.icon_tenten.check::after {
  background-image: url(/wp-content/themes/mandjinternational/images/tenten_check.svg);
  background-size: contain;
}
.common_header.icon_tenten.planfee {
  padding-bottom: 0;
}
.common_header.icon_tenten.planfee::after {
  width: 3.6rem;
  height: 4rem;
  background-image: url(/wp-content/themes/mandjinternational/images/tenten_teacher.svg);
  background-size: contain;
  animation: none;
}
.common_header.icon_tenten.compare {
  padding-bottom: 0;
}
.common_header.icon_tenten.compare::after {
  width: 4rem;
  height: 4rem;
  background-image: url(/wp-content/themes/mandjinternational/images/tenten_glass.svg);
  background-size: contain;
  animation: none;
}
.common_header.icon_tenten.chokotto {
  padding-bottom: 0;
}
.common_header.icon_tenten.chokotto::after {
  width: 3.6rem;
  height: 4rem;
  background-image: url(/wp-content/themes/mandjinternational/images/tenten_bikkuri.svg);
  background-size: contain;
}
.common_header .emphasis {
  font-size: 1.8em;
  font-weight: bold;
  color: #e79b36;
}
@media (min-width: 600px) and (max-width: 959px) {
  .common_header .emphasis {
    font-size: 1.4em;
  }
}
@media (max-width: 599px) {
  .common_header .emphasis {
    font-size: 1.3em;
  }
}

.common__fv--wrap.wide {
  position: relative;
  z-index: 904;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .common__fv--wrap.wide {
    margin-bottom: 3rem;
  }
}
.common__fv--wrap.wide .header_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 599px) {
  .common__fv--wrap.wide .header_wrap {
    height: 10rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .common__fv--wrap.wide .header_wrap {
    height: 16rem;
  }
}
.common__fv--wrap.wide .header_wrap.purchase {
  background: center center no-repeat url(/wp-content/themes/mandjinternational/images/page_kv_purchase.png);
  background-size: cover;
}
.common__fv--wrap.wide .header_wrap.used {
  background: center center no-repeat url(/wp-content/themes/mandjinternational/images/page_kv_used.png);
  background-size: cover;
}
.common__fv--wrap.wide .header_wrap.lineup {
  background: center center no-repeat url(/wp-content/themes/mandjinternational/images/page_kv_lineup.png);
  background-size: cover;
}
.common__fv--wrap.wide .header_wrap .header_text {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: #e79b36 2px 2px 0px;
}
@media (max-width: 599px) {
  .common__fv--wrap.wide .header_wrap .header_text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.common__fv--wrap.wide .header_wrap .header_text .head_t_s {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #efb84d;
  text-shadow: white 1px 1px 0px;
}

/* button ----------------- */
.btn_wrap {
  position: relative;
  margin: 2rem auto auto;
  text-align: center;
}

.btn_wrap_rb {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn_more {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 0.5rem 2.6rem 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.btn_more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/angle_r_main.svg) center/2rem no-repeat;
}
.btn_more.white::after {
  background: url(/wp-content/themes/mandjinternational/images/angle_r_white.svg) center/2rem no-repeat;
}

.btn_choice {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 1rem 5rem 1rem 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background-color: #e79b36;
  border-radius: 50vh;
}
@media (max-width: 599px) {
  .btn_choice {
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.9rem;
  }
}
.btn_choice::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/angle_r_white.svg) center/1.5rem no-repeat;
}
@media (max-width: 599px) {
  .btn_choice::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}

.cvbtn_middle_position a {
  position: relative;
  display: block;
  width: 55%;
  margin: 3rem auto auto;
  padding: 0.8rem 5%;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 1rem;
  text-align: center;
  background-color: #ff7b00;
  color: white;
}
@media (min-width: 600px) and (max-width: 959px) {
  .cvbtn_middle_position a {
    width: 85%;
  }
}
@media (max-width: 599px) {
  .cvbtn_middle_position a {
    width: 95%;
    padding: 0.8rem 3%;
    font-size: 1.05rem;
  }
}
.cvbtn_middle_position a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/form_arrow_down_white.svg) center/3rem no-repeat;
}
@media (max-width: 599px) {
  .cvbtn_middle_position a::after {
    right: 1%;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}
.cvbtn_middle_position.for_rental a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e79b36;
}
@media (max-width: 599px) {
  .cvbtn_middle_position.for_rental a {
    padding: 0.8rem 12% 0.8rem 5%;
    font-size: 1.05rem;
  }
}
.cvbtn_middle_position.for_rental a::after {
  right: 2%;
  background: url(/wp-content/themes/mandjinternational/images/angle_r_white.svg) center/1.5rem no-repeat;
}

/* list ----------------- */
ul {
  list-style: none;
}

ul.c-list--default > li {
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.c-list--default > li::before {
  display: inline;
  content: "・";
}

ul.c-list--attention > li {
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.c-list--attention > li::before {
  display: inline;
  content: "※";
}

ul.c-list--keywords > .c-list__item {
  display: inline-block;
  margin: 0 0.2rem 0.5rem 0;
  padding: 0.1rem 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.75rem;
}
ul.c-list--keywords > .c-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

ol.c-list--default {
  list-style: none;
  counter-reset: number 0;
}
ol.c-list--default > li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
ol.c-list--default > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ") ";
}

@media (min-width: 600px) {
  dl.c-list--horizontal > dt {
    clear: both;
    float: left;
  }
}

/* icon ----------------- */
.icon_ten_sell {
  width: 7.5rem;
  height: 7.5rem;
  margin: auto;
}

.c-icon {
  display: inline-block;
  line-height: 1;
}
.c-icon img {
  width: 1em;
  height: auto;
  margin-top: -2px;
}

.lead_text {
  position: relative;
}
.lead_text .l_c {
  padding-right: 140px;
}
@media (max-width: 599px) {
  .lead_text .l_c {
    padding: 5.75rem 0 0;
  }
}
.lead_text .tenten {
  position: absolute;
  top: -20px;
  right: 0;
  width: 140px;
}
@media (max-width: 599px) {
  .lead_text .tenten {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.75rem;
  }
}

/* form ----------------- */
.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #000000;
}
.c-form::-moz-placeholder {
  color: #b3b3b3;
}
.c-form::placeholder {
  color: #b3b3b3;
}
.c-form:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

.form_lead {
  width: 100%;
  margin: auto auto 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 599px) {
  .form_lead {
    width: 96%;
    margin: 2rem auto;
  }
}

select.c-form {
  background: url(/wp-content/themes/mandjinternational/images/form_arrow.svg) right center/2rem 2rem no-repeat;
  padding-right: 2.5rem;
}

/* loading ----------------- */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff2e3;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.animation_logo {
  display: inline-block;
  position: absolute;
  width: 340px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  transition: 0.5s ease-in-out;
  animation: updown 5s linear infinite;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/loading_logo.svg) no-repeat center center/320px auto;
}
@media (max-width: 599px) {
  .animation_logo {
    animation: updown-sp 3s linear infinite;
  }
}

@keyframes updown {
  0% {
    transform: translate(100vw, 0);
  }
  20% {
    transform: translate(80vw, 0);
  }
  21% {
    transform: translate(79vw, -8px);
  }
  22% {
    transform: translate(78vw, 0);
  }
  40% {
    transform: translate(60vw, 0);
  }
  41% {
    transform: translate(59vw, -8px);
  }
  42% {
    transform: translate(58vw, 0);
  }
  60% {
    transform: translate(40vw, 0);
  }
  61% {
    transform: translate(39vw, -8px);
  }
  62% {
    transform: translate(38vw, 0);
  }
  80% {
    transform: translate(20vw, 0);
  }
  81% {
    transform: translate(19vw, -8px);
  }
  82% {
    transform: translate(18vw, 0);
  }
  100% {
    transform: translate(-1vw, 0);
  }
}
@keyframes updown-sp {
  0% {
    transform: translate(100vw, 0);
  }
  24% {
    transform: translate(76vw, 0);
  }
  25% {
    transform: translate(75vw, -4px);
  }
  26% {
    transform: translate(74vw, 0);
  }
  49% {
    transform: translate(51vw, 0);
  }
  50% {
    transform: translate(50vw, -4px);
  }
  51% {
    transform: translate(49vw, 0);
  }
  74% {
    transform: translate(26vw, 0);
  }
  75% {
    transform: translate(25vw, -4px);
  }
  76% {
    transform: translate(24vw, 0);
  }
  100% {
    transform: translate(-5vw, 0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ----------------------------------------
Project
---------------------------------------- */
/* index contents ----------------- */
.top__scroll--wrap {
  width: 100%;
  margin: 3rem auto 6rem;
}
@media (max-width: 599px) {
  .top__scroll--wrap {
    margin: 1.2rem auto 3rem;
  }
}
.top__scroll--wrap nav {
  width: 98%;
  max-width: 1200px;
  margin: auto;
}
.top__scroll--wrap nav .scroll_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .top__scroll--wrap nav .scroll_list {
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) {
  .top__scroll--wrap nav .scroll_list {
    flex-wrap: nowrap;
  }
}
.top__scroll--wrap nav .scroll_list li {
  width: 15%;
}
@media (max-width: 599px) {
  .top__scroll--wrap nav .scroll_list li {
    width: 28%;
  }
  .top__scroll--wrap nav .scroll_list li:nth-of-type(n+4) {
    margin-top: 1rem;
  }
}
.top__scroll--wrap nav .scroll_list li a {
  display: block;
}
.top__scroll--wrap nav .scroll_list li a img {
  width: 100%;
}

.top_content_wrap {
  width: 100%;
}
.top_content_wrap:nth-of-type(n+2) {
  margin-top: 8rem;
}
@media (max-width: 599px) {
  .top_content_wrap:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}
.top_content_wrap .top_content_inner {
  display: flex;
}
@media (min-width: 600px) {
  .top_content_wrap .top_content_inner {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner {
    flex-wrap: wrap;
  }
}
.top_content_wrap .top_content_inner .text_wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 2rem 0;
  background-color: #efb84d;
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap {
    order: 2;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0.5rem;
  }
}
@media (min-width: 600px) {
  .top_content_wrap .top_content_inner .text_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #efb84d;
    -webkit-clip-path: polygon(0 0, 0% 100%, 14% 50%);
            clip-path: polygon(0 0, 0% 100%, 14% 50%);
    z-index: 1;
  }
}
.top_content_wrap .top_content_inner .text_wrap.right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -99.8%;
  width: 100%;
  height: 100%;
  background: #efb84d;
  -webkit-clip-path: polygon(100% 0, 86% 45%, 100% 100%);
          clip-path: polygon(100% 0, 86% 45%, 100% 100%);
  z-index: 1;
}
@media (min-width: 960px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner {
    margin-left: calc(50vw - 600px);
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner {
    margin-left: 2vw;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .header {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .header {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .header {
    padding-right: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .header .eng {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  color: white;
  font-weight: bold;
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .header .eng {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .lead {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0.8rem auto auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .lead {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .lead {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0.8rem auto auto;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .icon_ten_sell {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .icon_ten_sell {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .icon_ten_sell {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
    width: 4rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  text-align: center;
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 5rem 1rem 4rem;
  margin: 2rem auto auto;
  background: white;
  border-radius: 50vh;
  color: #e79b36;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a {
    margin-top: 1rem;
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a {
    margin: 1rem auto auto;
    padding: 0.4rem 3rem 0.4rem 2rem;
    font-size: 0.9rem;
  }
}
.top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a::after {
  right: 1.5rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .text_wrap .text_inner .btn_wrap_rb a::after {
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}
.top_content_wrap .top_content_inner .img_wrap {
  position: relative;
  width: 50%;
  height: auto;
}
@media (max-width: 599px) {
  .top_content_wrap .top_content_inner .img_wrap {
    order: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top_content_wrap .top_content_inner .img_wrap img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_usedlist_type {
  margin-top: 8rem;
}
.top_usedlist_type .header {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}
.top_usedlist_type .header .block_center {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.2rem;
  color: #e79b36;
}
.top_usedlist_type .car_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 2rem auto auto;
  list-style-type: none;
}
.top_usedlist_type .car_list li {
  width: 32%;
}
.top_usedlist_type .car_list li a {
  display: block;
}
.top_usedlist_type .car_list li a img {
  width: 100%;
  aspect-ratio: 4/3;
}
.top_usedlist_type .car_list li a h5 {
  margin: 0.5rem auto auto;
  font-size: 1.3rem;
  font-weight: bold;
}
.top_usedlist_type .car_list li a .price, .top_usedlist_type .car_list li a .time {
  font-size: 0.8rem;
}
.top_usedlist_type .car_list li a .price > span, .top_usedlist_type .car_list li a .time > span {
  font-size: 1.2rem;
  font-weight: bold;
}

.top_rental .header {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 2rem;
}
.top_rental .header.rental img {
  display: block;
  width: 6.25rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0.2rem auto;
  text-align: center;
}
.top_rental .lead_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.top_rental .plan_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 2rem auto 3rem;
}
.top_rental .plan_list li {
  width: 32%;
  padding: 1rem 2% 2rem;
  box-sizing: border-box;
  border: 1px solid #e79b36;
  background-color: white;
  border-radius: 1rem;
}
.top_rental .plan_list li h5 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e79b36;
}
.top_rental .plan_list li .description {
  text-align: center;
  font-size: 1.1rem;
}

.top_choice .header {
  position: relative;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 2rem;
}
@media (max-width: 599px) {
  .top_choice .header {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.top_choice .header::after {
  content: "";
  z-index: 11;
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_tenten_fork.png) center/110px no-repeat;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .header::after {
    right: 10%;
  }
}
@media (max-width: 599px) {
  .top_choice .header::after {
    right: 1%;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }
}
.top_choice .lead_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .lead_text {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  .top_choice .lead_text {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.top_choice .choice_popup_list {
  position: relative;
  display: block;
  width: 100%;
  height: 27rem;
  margin: 2rem auto auto;
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top_choice .choice_popup_list li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  padding: 1.5rem;
  box-sizing: border-box;
  list-style-type: none;
  border-radius: 50vh;
  font-size: 1.1rem;
  color: white;
  background-color: #74aeff;
  border: 1px solid #74aeff;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li {
    position: relative;
    z-index: 1;
    width: 84%;
    margin: auto auto 1rem;
    padding: 1rem 0.8rem;
    font-size: 1.1rem;
  }
  .top_choice .choice_popup_list li:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .top_choice .choice_popup_list li {
    position: relative;
    z-index: 1;
    width: 84%;
    margin: auto auto 1rem;
    padding: 0.8rem 0.4rem;
    border-radius: 1rem;
    font-size: 0.9rem;
  }
}
.top_choice .choice_popup_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #74aeff transparent transparent;
  translate: -50% 100%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li::after {
    left: 20%;
  }
}
@media (max-width: 599px) {
  .top_choice .choice_popup_list li::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    translate: -50% 100%;
    -webkit-clip-path: polygon(65% 50%, 100% 100%, 100% 0);
            clip-path: polygon(65% 50%, 100% 100%, 100% 0);
    width: 2rem;
    height: 1rem;
    background: #74aeff;
    border: 1px solid #74aeff;
    border-style: unset;
    border-width: unset;
    border-color: unset;
  }
}
.top_choice .choice_popup_list li:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 11;
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(1) {
    top: unset;
    left: unset;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(1)::after {
    left: 10%;
  }
}
.top_choice .choice_popup_list li:nth-of-type(2) {
  top: 30px;
  left: 40%;
  z-index: 12;
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(2) {
    top: unset;
    left: unset;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(2)::after {
    left: 80%;
  }
}
@media (max-width: 599px) {
  .top_choice .choice_popup_list li:nth-of-type(2)::after {
    left: unset;
    right: -3rem;
    translate: -50% 100%;
    -webkit-clip-path: polygon(35% 50%, 0 100%, 0 0);
            clip-path: polygon(35% 50%, 0 100%, 0 0);
  }
}
.top_choice .choice_popup_list li:nth-of-type(3) {
  top: 120px;
  left: 70%;
  z-index: 13;
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(3) {
    top: unset;
    left: unset;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(3)::after {
    left: 40%;
  }
}
.top_choice .choice_popup_list li:nth-of-type(4) {
  top: 160px;
  left: 20%;
  z-index: 14;
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(4) {
    top: unset;
    left: unset;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(4)::after {
    left: 70%;
  }
}
@media (max-width: 599px) {
  .top_choice .choice_popup_list li:nth-of-type(4)::after {
    left: unset;
    right: -3rem;
    translate: -50% 100%;
    -webkit-clip-path: polygon(35% 50%, 0 100%, 0 0);
            clip-path: polygon(35% 50%, 0 100%, 0 0);
  }
}
.top_choice .choice_popup_list li:nth-of-type(5) {
  top: 270px;
  left: 43%;
  z-index: 15;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(5)::after {
    left: 50%;
  }
}
@media (max-width: 959px) {
  .top_choice .choice_popup_list li:nth-of-type(5) {
    top: unset;
    left: unset;
  }
}

.top_faq .header {
  position: relative;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 2rem;
}
@media (max-width: 599px) {
  .top_faq .header {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.top_faq .header::after {
  content: "";
  z-index: 11;
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin: auto;
  background: url(/wp-content/themes/mandjinternational/images/icon_tenten_question.png) center/110px no-repeat;
}
@media (max-width: 599px) {
  .top_faq .header::after {
    right: 15%;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }
}
.top_faq .lead_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .top_faq .lead_text {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.top_faq .acrdn {
  margin: 3rem auto 4rem;
  position: relative;
  cursor: pointer;
  list-style-type: none;
}
@media (max-width: 599px) {
  .top_faq .acrdn {
    margin: 1rem auto auto;
  }
}
.top_faq .acrdn li {
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .top_faq .acrdn li {
    font-size: 0.9rem;
  }
}
.top_faq .acrdn li:nth-of-type(n+2) {
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .top_faq .acrdn li:nth-of-type(n+2) {
    margin-top: 1.4rem;
  }
}
.top_faq .acrdn li .faq_q {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 6rem;
  background-color: #fff2e3;
  border-bottom: 1px solid #e79b36;
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .top_faq .acrdn li .faq_q {
    padding: 0.8rem 2.6rem;
  }
}
.top_faq .acrdn li .faq_q::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/icon_qanda_q.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .top_faq .acrdn li .faq_q::before {
    left: 3%;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.top_faq .acrdn li .faq_q::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2%;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/angle_r_main.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .top_faq .acrdn li .faq_q::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.top_rec_wrap {
  position: relative;
  margin-top: 6.25rem;
  height: 20rem;
  color: white;
  background-color: #e79b36;
}
@media (max-width: 599px) {
  .top_rec_wrap {
    height: auto;
    margin-top: 3.75rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_rec_wrap {
    height: auto;
    margin-top: 9rem;
  }
}
.top_rec_wrap .top_rec_c {
  width: 75rem;
  margin: auto;
}
@media (max-width: 599px) {
  .top_rec_wrap .top_rec_c {
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_rec_wrap .top_rec_c {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.top_rec_wrap .top_rec_c > h2 {
  position: absolute;
  top: -2rem;
  font-size: 4.5rem;
}
@media (max-width: 599px) {
  .top_rec_wrap .top_rec_c > h2 {
    position: relative;
    top: initial;
    width: 98%;
    margin: auto;
    line-height: 2.6rem;
    font-size: 3.75rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_rec_wrap .top_rec_c > h2 {
    position: relative;
    top: initial;
    line-height: 2.6rem;
    font-size: 3.75rem;
    margin: -3rem auto auto 0.2rem;
  }
}
.top_rec_wrap .top_rec_c .top_rec_lead {
  position: absolute;
  top: 5.25rem;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .top_rec_wrap .top_rec_c .top_rec_lead {
    position: relative;
    top: initial;
    width: 98%;
    margin: 1.875rem auto auto;
    font-size: 1.125rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_rec_wrap .top_rec_c .top_rec_lead {
    position: relative;
    top: initial;
    margin: 1.875rem auto auto 0.2rem;
    font-size: 1.125rem;
    line-height: 2.4rem;
  }
}
.top_rec_wrap .top_rec_c .top_rec_list {
  position: absolute;
  top: 9.5rem;
  width: 75rem;
  margin: auto;
  display: flex;
  justify-content: center;
}
.top_rec_wrap .top_rec_c .top_rec_list > a {
  display: block;
  width: 50%;
}
.top_rec_wrap .top_rec_c .top_rec_list > a img {
  width: 100%;
}
.top_rec_wrap .top_rec_c .top_rec_list > a div {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1.25rem 0 1.25rem 2rem;
  font-size: 1.25rem;
  color: #000000;
  background-color: white;
  border: 1px solid #ccc;
}
.top_rec_wrap .top_rec_c .top_rec_list > a div:before {
  width: 0.8rem;
  margin-right: 0.5rem;
  content: "";
  border-top: 2px solid #000000;
}
@media (max-width: 599px) {
  .top_rec_wrap .top_rec_c .top_rec_list {
    position: relative;
    top: initial;
    width: 96%;
    margin: 1.875rem auto auto;
    display: block;
    justify-content: unset;
  }
  .top_rec_wrap .top_rec_c .top_rec_list > a {
    width: 100%;
  }
  .top_rec_wrap .top_rec_c .top_rec_list > a div {
    padding: 1rem 0 1rem 0.5rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top_rec_wrap .top_rec_c .top_rec_list {
    position: relative;
    top: initial;
    width: 98%;
    margin: 1.875rem auto auto;
  }
}

.list_4_container {
  background-color: #fff2e3;
}
.list_4_container .list_4_wrap {
  position: relative;
  width: 75rem;
  margin: auto;
  padding: 3.75rem 0;
}
.list_4_container .list_4_wrap.top {
  margin-top: 21rem;
}
@media (max-width: 599px) {
  .list_4_container .list_4_wrap.top {
    margin-top: 3.75rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .list_4_container .list_4_wrap.top {
    margin-top: 5rem;
  }
}
.list_4_container .list_4_wrap h2 {
  font-size: 2rem;
  color: #4b4b4b;
}
@media (max-width: 599px) {
  .list_4_container .list_4_wrap h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.list_4_container .list_4_wrap .btn_posi_a {
  position: absolute;
  top: 4.1rem;
  right: 0;
}
@media (max-width: 599px) {
  .list_4_container .list_4_wrap .btn_posi_a {
    top: 2.1rem;
  }
  .list_4_container .list_4_wrap .btn_posi_a .c-btn--arrow {
    padding: 0.5rem 1.8rem 0.5rem 1rem;
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .list_4_container .list_4_wrap .btn_posi_a .c-btn {
    min-width: unset;
    max-width: unset;
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .list_4_container .list_4_wrap .btn_posi_a {
    top: 2.5rem;
  }
}
@media (max-width: 599px) {
  .list_4_container .list_4_wrap {
    width: 98%;
    padding: 1.875rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .list_4_container .list_4_wrap {
    width: 98%;
    padding: 1.875rem 0;
  }
}

.list_4_ul {
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin: 2.5rem auto 0;
  padding: 3.75rem;
  box-sizing: border-box;
  list-style-type: none;
  color: #4b4b4b;
  background-color: white;
}
.list_4_ul > li {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}
.list_4_ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list_4_ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_4_ul > li > a > .flt-l {
  width: 13%;
}
@media (max-width: 599px) {
  .list_4_ul > li > a > .flt-l {
    width: 100%;
    float: none;
  }
}
.list_4_ul > li > a > .flt-r {
  width: 87%;
}
@media (max-width: 599px) {
  .list_4_ul > li > a > .flt-r {
    width: 100%;
    float: none;
    height: auto;
    max-height: 4.6rem;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .list_4_ul > li > a > .flt-r {
    max-height: 3.25rem;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .list_4_ul {
    margin: 1.875rem auto 0;
    padding: 1.25rem 0.625rem;
  }
  .list_4_ul > li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .list_4_ul {
    margin: 1.875rem auto 0;
    padding: 2rem;
  }
  .list_4_ul > li {
    width: 100%;
    height: auto;
    max-height: 3.25rem;
    overflow: hidden;
  }
  .list_4_ul + .btn_all {
    padding-bottom: 0;
  }
}

/* firstview ----------------- */
.top__fv--wrap {
  width: 100vw;
  margin: auto;
}
.top__fv--wrap .fv__content--wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .top__fv--wrap .fv__content--wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.top__fv--wrap .news {
  position: relative;
  width: 100%;
  height: 3.75rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .news {
    border-bottom: 1px solid #efb84d;
  }
}
@media (max-width: 599px) {
  .top__fv--wrap .news {
    height: auto;
  }
}
.top__fv--wrap .news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .top__fv--wrap .news .inner {
    display: block;
    position: relative;
    flex-wrap: nowrap;
    justify-content: normal;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top__fv--wrap .news .inner h2 {
  width: 10%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.75rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 599px) {
  .top__fv--wrap .news .inner h2 {
    width: 100%;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: left;
  }
}
.top__fv--wrap .news .inner .ticker {
  width: 75%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .top__fv--wrap .news .inner .ticker {
    width: 100%;
    height: 2.875rem !important;
    border-top: 1px solid #efb84d;
  }
}
.top__fv--wrap .news .inner .ticker ul {
  width: 100%;
  position: relative;
}
.top__fv--wrap .news .inner .ticker ul li {
  width: 100%;
  display: none;
  line-height: 2.875rem;
  height: 2.875rem;
}
@media (min-width: 600px) {
  .top__fv--wrap .news .inner .ticker ul li {
    line-height: 3.75rem;
    height: 3.75rem;
  }
}
.top__fv--wrap .news .inner .news_more {
  display: block;
  width: 10%;
  font-size: 1rem;
  line-height: 3.75rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 599px) {
  .top__fv--wrap .news .inner .news_more {
    display: block;
    position: absolute;
    top: 0;
    right: 3%;
    width: auto;
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: 0.9rem;
  }
}

/* breadcrumb ----------------- */
.p-breadcrumb {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.75rem;
  z-index: 850;
}
.p-breadcrumb .c-list {
  display: block;
}
.p-breadcrumb .c-list__item {
  display: inline;
}
.p-breadcrumb .c-list__item ~ .c-list__item::before {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
@media (max-width: 599px) {
  .p-breadcrumb {
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-breadcrumb {
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .p-breadcrumb {
    padding: 2rem 0;
  }
}

/* performance ----------------- */
.page__common--wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page__common--wrap .common__fv--wrap {
  padding: 0 1rem;
}
@media (max-width: 599px) {
  .page__common--wrap .common__fv--wrap {
    padding: 0 1%;
  }
}
.page__common--wrap .common__fv--wrap .header_wrap {
  margin: auto auto 2rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .page__common--wrap .common__fv--wrap .header_wrap {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page__common--wrap .common__fv--wrap .header_wrap .head_t_s {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #efb84d;
}
.page__common--wrap .common__fv--wrap .lead_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap .common__fv--wrap .lead_text {
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .page__common--wrap .common__fv--wrap .lead_text {
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: left;
  }
}
.page__common--wrap .common__content--wrap {
  margin: 6rem auto auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap .common__content--wrap {
    margin: 4rem auto auto;
  }
}
@media (max-width: 599px) {
  .page__common--wrap .common__content--wrap:nth-of-type(1) {
    margin-top: 3rem;
  }
}
.page__common--wrap .common__content--wrap .lead_text {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .page__common--wrap .common__content--wrap .lead_text {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
.page__common--wrap .common__content--wrap .lead_text.matome {
  padding-bottom: 2rem;
  text-align: center;
  border-bottom: 1px solid #74aeff;
}
@media (max-width: 599px) {
  .page__common--wrap .common__content--wrap .lead_text.matome {
    text-align: left;
  }
}
@media (max-width: 959px) {
  .page__common--wrap.howtochoice {
    width: 98%;
  }
}
.page__common--wrap.howtochoice .choice_table {
  width: 100%;
  margin: 2rem auto auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.page__common--wrap.howtochoice .choice_table th {
  width: 30%;
  border: 1px solid #ccc;
  padding: 1rem 2%;
  background-color: #fff2e3;
}
.page__common--wrap.howtochoice .choice_table td {
  width: 70%;
  border: 1px solid #ccc;
  padding: 1rem 2%;
}
@media (max-width: 599px) {
  .page__common--wrap.howtochoice .choice_table.type {
    font-size: 0.85rem;
  }
}
.page__common--wrap.howtochoice .choice_table.type .one {
  width: 25%;
}
.page__common--wrap.howtochoice .choice_table.type .txt {
  width: 50%;
}
.page__common--wrap.howtochoice .choice_table.type .img {
  width: 25%;
  text-align: center;
}
.page__common--wrap.howtochoice .choice_table.type .img img {
  max-height: 8.75rem;
}
@media (max-width: 599px) {
  .page__common--wrap.howtochoice .choice_table.energy {
    font-size: 0.85rem;
  }
}
.page__common--wrap.howtochoice .choice_table.energy th {
  width: auto;
}
.page__common--wrap.howtochoice .choice_table.energy td {
  width: auto;
}
.page__common--wrap.howtochoice .choice_point {
  margin: 2rem auto auto;
  list-style-type: none;
}
.page__common--wrap.howtochoice .choice_point li {
  position: relative;
  background: #ebf4f8;
  padding: 0.5em 0.5em 0.5em 2.2rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #74aeff;
}
@media (max-width: 599px) {
  .page__common--wrap.howtochoice .choice_point li {
    font-size: 1rem;
  }
}
.page__common--wrap.howtochoice .choice_point li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background: url(/wp-content/themes/mandjinternational/images/download_blue.png) center/cover no-repeat;
}
.page__common--wrap.howtochoice .choice_point li:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
.page__common--wrap.howtochoice .img_wrap_w100 {
  width: 60%;
  margin: 1rem auto auto;
}
@media (max-width: 959px) {
  .page__common--wrap.howtochoice .img_wrap_w100 {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .page__common--wrap.plan {
    width: 98%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .common__content--wrap:nth-of-type(1) {
    margin-top: 3rem;
  }
}
.page__common--wrap.plan .plan_list_ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul {
    display: block;
  }
}
.page__common--wrap.plan .plan_list_ul li {
  width: 32%;
  border: 1px solid #efb84d;
  background: linear-gradient(0deg, rgb(255, 244, 232) 35%, rgb(255, 249, 242) 100%);
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.plan .plan_list_ul li {
    width: 32.8%;
    padding: 1.5rem 1% 1rem 2%;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li {
    width: 100%;
  }
  .page__common--wrap.plan .plan_list_ul li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.page__common--wrap.plan .plan_list_ul li h3 {
  padding-bottom: 0.1rem;
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #efb84d;
}
@media (min-width: 600px) {
  .page__common--wrap.plan .plan_list_ul li h3 {
    height: 4rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li h3 {
    font-size: 1.3rem;
  }
}
.page__common--wrap.plan .plan_list_ul li h3 .cap_komikomi {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: #ff7b00;
}
@media (min-width: 600px) {
  .page__common--wrap.plan .plan_list_ul li h3:not(:has(.cap_komikomi)) {
    line-height: 4rem;
  }
}
.page__common--wrap.plan .plan_list_ul li h3 .f_s {
  font-size: 0.9rem;
  padding-left: 0.2rem;
}
.page__common--wrap.plan .plan_list_ul li .contents_detail + .contents_detail {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dotted #efb84d;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li .contents_detail + .contents_detail {
    margin-top: 1rem;
  }
}
.page__common--wrap.plan .plan_list_ul li .contents_detail.fee_wrap h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li .contents_detail.fee_wrap h4 {
    margin-bottom: auto;
    font-size: 1.1rem;
  }
}
.page__common--wrap.plan .plan_list_ul li .contents_detail.fee_wrap a {
  color: #ff7b00;
  text-decoration: underline;
}
.page__common--wrap.plan .plan_list_ul li .contents_detail h4 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li .contents_detail h4 {
    margin-bottom: auto;
    font-size: 1rem;
  }
}
.page__common--wrap.plan .plan_list_ul li .contents_detail .b {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}
.page__common--wrap.plan .plan_list_ul li .contents_detail .fee {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .plan_list_ul li .contents_detail .fee {
    font-size: 1.1rem;
  }
}
.page__common--wrap.plan .plan_list_ul li .contents_detail .aten {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 0.5rem;
}
.page__common--wrap.plan .plan_list_ul li .different_content .textwrap {
  font-size: 1.1rem;
  line-height: 2rem;
}
.page__common--wrap.plan .plan_list_ul li .different_content .textwrap .aten_chokotto {
  color: #ff7b00;
}
.page__common--wrap.plan .plan_list_ul li .different_content .textwrap .aten_chokotto a {
  text-decoration: underline;
}
.page__common--wrap.plan .chokotto_content_wrap {
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .chokotto_content_wrap {
    text-align: left;
  }
}
.page__common--wrap.plan .chokotto_content_wrap b {
  font-weight: bold;
}
.page__common--wrap.plan .chokotto_content_wrap .aten_chokotto {
  font-size: 1.4em;
  font-weight: bold;
  color: #d32c25;
}
.page__common--wrap.plan .chokotto_content_wrap .attenion_ul {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto auto;
  padding: 1rem 3rem 0;
  text-align: left;
  border-top: 1px solid #ccc;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .chokotto_content_wrap .attenion_ul {
    padding: 1rem 2% 0;
  }
}
.page__common--wrap.plan .chokotto_content_wrap .attenion_ul li {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.page__common--wrap.plan .plus_plan {
  width: 100%;
  margin: 2rem auto auto;
  padding: 1rem 2%;
  box-sizing: border-box;
  border: 1px solid #efb84d;
}
.page__common--wrap.plan .plus_plan + .plus_plan {
  margin-top: 2rem;
}
.page__common--wrap.plan .plus_plan h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #efb84d;
  font-size: 1.1rem;
  font-weight: bold;
}
.page__common--wrap.plan .plan_attention {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.page__common--wrap.plan .rentalfee_content_wrap .rental_header {
  font-size: 1.4rem;
  font-weight: bold;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap {
  width: 100%;
  overflow-x: auto;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table th {
  width: 8rem;
  padding: 1rem 0.5rem;
  border: 1px #ccc solid;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table th {
    width: 6rem;
  }
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table td {
  width: 7rem;
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px #ccc solid;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table .sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table .sticky:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #fff2e3;
  box-sizing: content-box;
}
.page__common--wrap.plan .rentalfee_content_wrap .rentalfee_table_wrap .rentalfee_table .first td {
  font-weight: bold;
  background-color: #fff2e3;
}
.page__common--wrap.plan .rentalfee_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 2rem auto auto;
}
@media (max-width: 959px) {
  .page__common--wrap.plan .rentalfee_flex_wrap {
    display: block;
  }
}
.page__common--wrap.plan .rentalfee_flex_wrap .rental_header {
  font-size: 1.4rem;
  font-weight: bold;
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap {
  width: 48%;
}
@media (max-width: 959px) {
  .page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap {
    width: 100%;
  }
  .page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap + .rentalfee_content_halfwrap {
    margin-top: 1rem;
  }
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table th {
  width: 7rem;
  padding: 1rem 0.5rem;
  border: 1px #ccc solid;
  background-color: #fff2e3;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table th {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 0.5rem;
  }
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table td {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px #ccc solid;
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table _::-webkit-full-page-media, .page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table _:future, :root .page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table {
  width: auto;
}
.page__common--wrap.plan .rentalfee_flex_wrap .rentalfee_content_halfwrap .rentalfee_table .first td {
  font-weight: bold;
  background-color: #fff2e3;
}
.page__common--wrap.plan .rentalfee_attention {
  margin: 1rem auto auto;
}
.page__common--wrap.plan .rentalfee_attention .rental_header {
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: underline;
}
.page__common--wrap.plan .rentalfee_attention .attenion_ul li {
  font-size: 0.85rem;
}
.page__common--wrap.plan .rentalfee_attention .attenion_ul li.header h5 {
  font-weight: bold;
  font-size: 0.85rem;
}
.page__common--wrap.plan .flow_ul {
  margin-bottom: 6rem;
  list-style-type: none;
  counter-reset: circle 0;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul {
    margin-bottom: 3rem;
  }
}
.page__common--wrap.plan .flow_ul li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem 1.5rem 1.5rem 2rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 1px solid #74aeff;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li {
    display: block;
    padding: 2rem 4%;
  }
}
.page__common--wrap.plan .flow_ul li::before {
  content: counter(circle) "";
  counter-increment: circle 1;
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: white;
  text-align: center;
  background-color: #2c60b4;
  border-radius: 50vh;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.plan .flow_ul li::before {
    top: -1.5rem;
    left: 0;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li::before {
    left: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
.page__common--wrap.plan .flow_ul li:nth-of-type(n+2) {
  margin-top: 2rem;
}
.page__common--wrap.plan .flow_ul li .flow_thumnail {
  display: block;
  width: 25%;
  max-width: 20rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li .flow_thumnail {
    width: 100%;
    max-width: 100%;
  }
}
.page__common--wrap.plan .flow_ul li .text_content {
  width: 72%;
  margin-left: 3%;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li .text_content {
    width: 100%;
    margin: auto;
  }
}
.page__common--wrap.plan .flow_ul li .text_content .flow_header {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.plan .flow_ul li .text_content .flow_header {
    margin-bottom: auto;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li .text_content .flow_header {
    margin: 0.5rem auto;
    font-size: 1.1rem;
  }
}
.page__common--wrap.plan .flow_ul li .text_content .flow_description {
  margin: 0.8rem auto;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .flow_ul li .text_content .flow_description {
    margin: auto;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.page__common--wrap.plan .flow_ul li .text_content .flow_attention {
  font-size: 0.8rem;
}
.page__common--wrap.plan .newcar_wrap {
  margin: 6rem auto auto;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .newcar_wrap {
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.plan .newcar_wrap .flex_wrap {
    display: block;
  }
}
.page__common--wrap.plan .newcar_wrap .flex_wrap img {
  width: 27%;
  margin-right: 3%;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .newcar_wrap .flex_wrap img {
    width: 100%;
    margin: 0.5rem auto auto;
  }
}
.page__common--wrap.plan .newcar_wrap .flex_wrap .description {
  width: 70%;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .newcar_wrap .flex_wrap .description {
    width: 100%;
  }
}
.page__common--wrap.plan .car_list.rental {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 2rem auto auto;
  list-style-type: none;
}
.page__common--wrap.plan .car_list.rental li {
  width: 23.5%;
}
@media (max-width: 599px) {
  .page__common--wrap.plan .car_list.rental li {
    width: 48.5%;
  }
  .page__common--wrap.plan .car_list.rental li:nth-of-type(n+3) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dotted #efb84d;
  }
}
@media (min-width: 600px) {
  .page__common--wrap.plan .car_list.rental li:nth-of-type(4) {
    margin-top: auto;
  }
}
@media (min-width: 600px) {
  .page__common--wrap.plan .car_list.rental li:nth-of-type(n+5) {
    margin-top: 3rem;
  }
}
.page__common--wrap.plan .car_list.rental li img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.4rem;
}
.page__common--wrap.plan .car_list.rental li .type, .page__common--wrap.plan .car_list.rental li .weight {
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (max-width: 959px) {
  .page__common--wrap.company {
    width: 98%;
  }
}
.page__common--wrap.company .lead_text .tenten {
  top: 0;
  margin: auto;
}
.page__common--wrap.company .comapny__contens--list {
  flex-wrap: wrap;
  gap: 5rem 0;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.company .comapny__contens--list {
    gap: 2rem 0 0;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.company .comapny__contens--list {
    display: block;
  }
}
.page__common--wrap.company .comapny__contens--list a {
  display: block;
  position: relative;
  width: 45%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.company .comapny__contens--list a {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.company .comapny__contens--list a {
    width: 100%;
  }
  .page__common--wrap.company .comapny__contens--list a:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}
.page__common--wrap.company .comapny__contens--list a h2 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0 2.5rem;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: bold;
  border: 1px solid #e79b36;
  background-color: white;
  border-radius: 50vh;
  text-align: center;
}
@media (max-width: 959px) {
  .page__common--wrap.company .comapny__contens--list a h2 {
    top: 0.5rem;
    left: 0.5rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 0.5rem;
  }
}
.page__common--wrap.company .comapny__contens--list a img {
  width: 100%;
  aspect-ratio: 18/13;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 959px) {
  .page__common--wrap.company .comapny__contens--list a img {
    border-radius: 0.5rem;
  }
}
.page__common--wrap.message .message_wrap {
  margin: 10rem auto;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1px solid #efb84d;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.message .message_wrap {
    width: 98%;
    margin: 4rem auto;
    padding: 2rem 2%;
    border-radius: 0.5rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.message .message_wrap {
    width: 98%;
    margin: 3rem auto;
    padding: 2rem 4%;
    border-radius: 0.5rem;
  }
}
.page__common--wrap.message .message_wrap .lead_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto auto 40%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  background: linear-gradient(90deg, #efb84d 0%, #e79b36 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.message .message_wrap .lead_text {
    margin: 1rem auto auto 42%;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.message .message_wrap .lead_text {
    margin: auto;
  }
}
.page__common--wrap.message .message_wrap .ceo_img {
  display: block;
  width: 30%;
  margin: -11rem auto auto 5%;
  border-radius: 2rem;
  border: 1px solid #efb84d;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.message .message_wrap .ceo_img {
    width: 40%;
    margin: -10rem auto auto 0%;
    border-radius: 0.5rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.message .message_wrap .ceo_img {
    width: 100%;
    margin: 1rem auto;
    border-radius: 0.5rem;
  }
}
.page__common--wrap.message .message_wrap .message_text {
  font-size: 1.2rem;
  line-height: 2.6rem;
  margin: 2rem 0% auto 5%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.message .message_wrap .message_text {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 2rem auto auto;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.message .message_wrap .message_text {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 2rem auto auto;
  }
}
.page__common--wrap.message .message_wrap .message_text .ceo_name {
  margin-top: 1rem;
  text-align: right;
  font-weight: bold;
}
.page__common--wrap.overview .common__content--wrap {
  margin-top: 3rem;
}
.page__common--wrap.overview .common__content--wrap .overview_table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: separate;
  font-size: 1.1rem;
}
.page__common--wrap.overview .common__content--wrap .overview_table th {
  width: 24%;
  padding: 1.4rem 2%;
  vertical-align: middle;
  background-color: #efb84d;
  border-bottom: 4px solid #e79b36;
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .page__common--wrap.overview .common__content--wrap .overview_table th {
    display: block;
    width: 100%;
    padding: 0.5rem 2%;
    border-radius: 0.5rem;
  }
}
.page__common--wrap.overview .common__content--wrap .overview_table td {
  width: 68%;
  padding: 1.4rem 4%;
  text-align: left;
}
@media (max-width: 599px) {
  .page__common--wrap.overview .common__content--wrap .overview_table td {
    display: block;
    width: 100%;
    padding: 1rem 2%;
    border-radius: 0.5rem;
  }
}
@media (max-width: 959px) {
  .page__common--wrap.office {
    width: 98%;
  }
}
.page__common--wrap.office .office_contents_wrap + .office_contents_wrap {
  margin-top: 1rem;
}
@media (max-width: 959px) {
  .page__common--wrap.office .office_contents_wrap {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page__common--wrap.office .office_contents_wrap .office_header {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #74aeff;
}
@media (max-width: 959px) {
  .page__common--wrap.office .office_contents_wrap .office_content.iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
  .page__common--wrap.office .office_contents_wrap .office_content.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 959px) {
  .page__common--wrap.recruit {
    width: 98%;
  }
}
.page__common--wrap.recruit .recruit_lead_wrap {
  margin-top: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  border-top: 1px solid #2c60b4;
  border-bottom: 1px solid #2c60b4;
}
@media (max-width: 959px) {
  .page__common--wrap.recruit .recruit_lead_wrap {
    padding: 1.5rem 2%;
  }
}
.page__common--wrap.recruit .recruit_lead_wrap .recruit_img {
  display: block;
  width: 35%;
  max-width: 420px;
  height: auto;
  float: right;
  margin: auto 0 2rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_lead_wrap .recruit_img {
    width: 100%;
    float: none;
    margin: auto;
    border-radius: 1rem;
  }
}
.page__common--wrap.recruit .recruit_lead_wrap .text_wrap {
  width: 100%;
  margin: auto;
}
.page__common--wrap.recruit .recruit_lead_wrap .text_wrap .lead_text {
  padding: 0 0 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_lead_wrap .text_wrap .lead_text {
    margin-top: 1rem;
    padding: 0 0 0.2rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
.page__common--wrap.recruit .recruit_lead_wrap .text_wrap .text_content {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.page__common--wrap.recruit .recruit_table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: separate;
  font-size: 1.1rem;
}
.page__common--wrap.recruit .recruit_table tr {
  margin-bottom: 1rem;
}
.page__common--wrap.recruit .recruit_table tr th {
  width: 24%;
  padding: 1.4rem 2%;
  vertical-align: middle;
  background-color: #2c60b4;
  border-radius: 1rem;
  color: white;
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_table tr th {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 0.5rem;
  }
}
.page__common--wrap.recruit .recruit_table tr td {
  width: 68%;
  padding: 1.4rem 4%;
  text-align: left;
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_table tr td {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box {
  margin: 5rem auto auto;
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_tel_box {
    margin-top: 2rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.page__common--wrap.recruit .recruit_tel_box .btn_tel {
  position: relative;
  display: block;
  width: 55%;
  margin: auto;
  padding: 2rem 5%;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2rem;
  text-align: center;
  background-color: #2c60b4;
  border-bottom: 4px solid #74aeff;
  color: white;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel {
    width: 70%;
    padding: 1rem 2%;
    font-size: 1.2rem;
    border-radius: 50vh;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel {
    width: 100%;
    padding: 1.2rem 2%;
    font-size: 1.2rem;
    border-radius: 1rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box .btn_tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  bottom: 0;
  display: inline-block;
  width: 3rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1.5rem 3rem;
  background: url(/wp-content/themes/mandjinternational/images/icon_tel_white.svg) center/3rem no-repeat;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel::before {
    left: 5%;
    width: 2.5rem;
    padding: 2.5rem;
    background-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel::before {
    left: 0%;
    width: 2rem;
    padding: 2rem;
    background-size: 2rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_text {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_text {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 0.3rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_number {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media (max-width: 959px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_number {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_number .businesstime {
  font-size: 1rem;
  padding-left: 1rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_number .businesstime {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.recruit .recruit_tel_box .btn_tel .tel_number .businesstime {
    display: block;
    padding-left: 0;
    font-size: 0.9rem;
  }
}
.page__common--wrap.purchase {
  max-width: 100%;
}
.page__common--wrap.purchase .purchase_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap {
    width: 98%;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .common_header .sub_title {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0.3rem;
  color: #e79b36;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap {
  margin: auto;
  padding: 0 0 6rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap {
    width: 96%;
    padding: 0;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}
@media (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki {
    justify-content: space-between;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li {
  width: 24%;
  background-color: #e79b36;
}
@media (min-width: 960px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li:nth-of-type(n+2) {
    margin-left: 1.2%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li:nth-of-type(5) {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li {
    width: 48%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li:nth-of-type(n+3) {
    margin-top: 1rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li img {
  aspect-ratio: 47/30;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li .carspec {
  text-align: center;
  padding: 10px 4px;
  box-sizing: border-box;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li .carspec h3 {
  font-size: 1.125rem;
  font-weight: normal;
  color: white;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li .carspec h3 {
    font-size: 0.95rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_jisseki li .carspec h3 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li:nth-of-type(3) {
  margin-left: 0;
}
@media (min-width: 960px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li:nth-of-type(2n) {
    margin-left: 3%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li {
    width: 100%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li {
    width: 49%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li img {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  aspect-ratio: 19/12;
  border: 1px solid #e79b36;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text {
  flex-grow: 1;
  position: relative;
  z-index: 11;
  width: 90%;
  margin: -90px auto auto;
  padding: 3rem 1.6rem 2rem;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #e79b36;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text {
    margin: -3rem auto auto;
    padding: 2.5rem 5% 1.5rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text .reason {
  position: relative;
  font-size: clamp(12px, 0.4vw, 14px);
  text-align: center;
  font-weight: bold;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text .reason::before {
  content: "";
  position: absolute;
  top: -120%;
  right: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 25px;
  background: url(/wp-content/themes/mandjinternational/images/icon_forklift.png) center/cover no-repeat;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text .pnt_header {
  margin-bottom: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #d32c25;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text .pnt_description {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_fourpoint li .fourpoint_text .pnt_description {
    line-height: 1.4rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: flex-start;
  list-style: none;
}
@media (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise {
    margin: 3rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 96%;
    margin: auto;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li {
  position: relative;
  width: 32%;
  border: 1px solid #4b4b4b;
  border-radius: 4px;
  padding: 2rem 0.8rem;
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li {
    padding: 2rem 0.4rem 0.8rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li {
    width: 100%;
    padding: 1.5rem 5% 1rem;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li::before {
  content: "";
  position: absolute;
  top: -15%;
  right: 0;
  left: 0;
  margin: auto;
  width: 82px;
  height: 60px;
  background: url(/wp-content/themes/mandjinternational/images/icon_check.png) center/cover no-repeat;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li::before {
    top: -10%;
    width: 62px;
    height: 34px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li::before {
    top: -14%;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e79b36;
  text-align: center;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li h3 {
    font-size: 1.3rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li .promise_header {
  margin: 0.8rem auto;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li .promise_header {
    margin: 0.5rem auto auto;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_promise li .attention {
  font-size: 0.8rem;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow {
  list-style: none;
  counter-reset: number 0;
}
@media (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow {
    margin: 1rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: auto;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li {
  width: 100%;
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li:nth-of-type(n+2) {
  margin-top: 3rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li {
    width: 100%;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content {
    display: block;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content img {
  width: 25%;
  aspect-ratio: 47/30;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content img {
    width: 100%;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content .flow_description {
  margin-left: 2%;
  width: 72.9%;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content .flow_description {
    width: 100%;
    margin: 0.5rem auto auto;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content .flow_description h4 {
  width: 100%;
  margin-bottom: 1rem;
  color: #e79b36;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content .flow_description h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_flow li .flow_content .flow_description h4:before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment {
    justify-content: space-between;
    width: 98%;
    margin: auto;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li {
  width: 22.75%;
  background-color: white;
}
@media (min-width: 600px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li {
    margin-right: 3%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li {
    width: 48%;
  }
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li .assessment_text {
  text-align: center;
  padding: 1rem 0.4rem;
  font-size: 1.125rem;
}
@media (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .ul_assessment li .assessment_text {
    padding: 0.2rem 2%;
    font-size: 0.9rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .attention_text {
  width: 100%;
  margin: 2rem auto auto;
}
@media (max-width: 959px) {
  .page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .attention_text {
    width: 96%;
    font-size: 0.9rem;
  }
}
.page__common--wrap.purchase .purchase_wrap .common__content--wrap .inner_wrap .attention_text p:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
.page__common--wrap.notfound {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* article ----------------- */
.p-article__list {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.p-article__list .c-list__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-article__list .c-list__item:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.p-article__list .c-list__item > a {
  display: block;
}
.p-article__list .c-title {
  font-size: 1rem;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-article__list {
    padding: 0 0.5rem;
  }
  .p-article__list section > span {
    display: block;
    margin: 0.25rem 0;
    font-size: 0.875rem;
  }
  .p-article__list section > p {
    font-size: 0.875rem;
  }
}
@media (min-width: 600px) {
  .p-article__list .c-list__item {
    overflow: hidden;
  }
  .p-article__list img {
    width: 12.5rem;
    height: auto;
    margin-right: 1rem;
    float: left;
  }
  .p-article__list section {
    overflow: hidden;
  }
}

.p-article--single {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 959px) {
  .p-article--single {
    width: 98%;
  }
}
.p-article--single .p-article__header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: auto auto 2rem;
  padding: 1rem 0;
}
@media (max-width: 599px) {
  .p-article--single .p-article__header {
    margin: 0 0.5rem 2rem;
    padding: 0.5rem 0;
  }
}
.p-article--single .p-article__header .c-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0.5rem;
}
.p-article--single .p-article__eyecatch {
  max-width: 860px;
  margin: auto auto 2rem;
}
.p-article--single .p-article__eyecatch > img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-article--single .p-article__eyecatch > img {
    width: 96%;
  }
}
@media (max-width: 599px) {
  .p-article--single .p-article__eyecatch {
    margin: 0 0.5rem 2rem;
  }
}
.p-article--single .p-article__body {
  padding: 0 0.5rem;
  line-height: 2rem;
}
.p-article--single .p-article__body h3 {
  margin: 1rem -0.5rem;
  padding: 1rem 0.5rem;
  border: solid #ccc;
  border-width: 1px 0;
  font-size: 1rem;
  font-weight: bolder;
}
.p-article--single .p-article__body h4 {
  padding: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
}
.p-article--single .p-article__body img {
  display: block;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-article--single .p-article__body img {
    width: 96%;
  }
}
.p-article--single .p-article__body iframe {
  width: 100%;
  padding-bottom: 0%;
}
@media (min-width: 960px) {
  .p-article--single .p-article__body iframe {
    height: 500px;
    min-height: 460px;
  }
}
.p-article--single .p-article__body p {
  margin-bottom: 1rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .p-article--single .p-article__body h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .p-article--single .p-article__body iframe {
    margin-bottom: -25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 600px) {
  .p-article--single .p-article__body img {
    max-width: 90%;
  }
}

.footer_lead_text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 2rem auto auto;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (max-width: 959px) {
  .footer_lead_text {
    padding: 2% 0;
  }
}
.footer_lead_text .footer_header {
  width: 100%;
  font-size: 1.6rem;
  border-bottom: 1px solid #74aeff;
  padding-right: 5.2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 959px) {
  .footer_lead_text .footer_header {
    font-size: 1.4rem;
  }
}
.footer_lead_text .l_c {
  width: calc(100% - 10.2rem);
}
@media (max-width: 959px) {
  .footer_lead_text .l_c {
    width: 100%;
    font-size: 1.1rem;
  }
}
.footer_lead_text .tenten {
  width: 10rem;
}
@media (max-width: 959px) {
  .footer_lead_text .tenten {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: auto;
  }
}

.used__article--archive {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 959px) {
  .used__article--archive {
    width: 98%;
  }
}
.used__article--archive .header {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
  border-bottom: 1px solid #e79b36;
}
.used__article--archive .header .block_center {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.2rem;
  color: #e79b36;
}
.used__article--archive .car_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 2rem auto auto;
  list-style-type: none;
}
@media (max-width: 599px) {
  .used__article--archive .car_list {
    display: block;
  }
}
.used__article--archive .car_list + .header {
  margin-top: 6rem;
}
.used__article--archive .car_list li {
  width: 32%;
}
@media (max-width: 599px) {
  .used__article--archive .car_list li {
    width: 100%;
  }
  .used__article--archive .car_list li:nth-of-type(n+2) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dotted #efb84d;
  }
}
@media (min-width: 600px) {
  .used__article--archive .car_list li:nth-of-type(n+4) {
    margin-top: 3rem;
  }
}
.used__article--archive .car_list li a {
  display: block;
}
.used__article--archive .car_list li a img {
  width: 100%;
  aspect-ratio: 4/3;
}
.used__article--archive .car_list li a h5 {
  margin: 0.5rem auto auto;
  font-size: 1.3rem;
  font-weight: bold;
}
.used__article--archive .car_list li a .price, .used__article--archive .car_list li a .time {
  font-size: 0.8rem;
}
.used__article--archive .car_list li a .price > span, .used__article--archive .car_list li a .time > span {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 959px) {
  .used__article--archive .car_list.rental {
    display: flex;
  }
}
.used__article--archive .car_list.rental li {
  width: 23.5%;
}
.used__article--archive .car_list.rental li:nth-of-type(4) {
  margin-top: auto;
}
.used__article--archive .car_list.rental li:nth-of-type(n+5) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .used__article--archive .car_list.rental li {
    width: 49%;
  }
  .used__article--archive .car_list.rental li:nth-of-type(n+2) {
    margin-top: auto;
    padding-top: 0;
    border-top: 0;
  }
  .used__article--archive .car_list.rental li:nth-of-type(n+3) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dotted #efb84d;
  }
  .used__article--archive .car_list.rental li:nth-of-type(4) {
    margin-top: auto;
  }
  .used__article--archive .car_list.rental li:nth-of-type(n+5) {
    margin-top: 3rem;
  }
}
.used__article--archive .car_list.rental li img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.4rem;
}
.used__article--archive .car_list.rental li .type, .used__article--archive .car_list.rental li .weight {
  font-size: 1rem;
  line-height: 1.4rem;
}

.used__article--single {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 959px) {
  .used__article--single {
    width: 98%;
  }
}
.used__article--single .header_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.used__article--single .header_wrap h1 {
  width: 55%;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  border-bottom: 4px solid #ff7b00;
}
@media (min-width: 600px) and (max-width: 959px) {
  .used__article--single .header_wrap h1 {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .used__article--single .header_wrap h1 {
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.used__article--single .header_wrap h1 .s_dt {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
  margin: auto;
  font-weight: normal;
}
@media (max-width: 599px) {
  .used__article--single .header_wrap h1 .s_dt {
    line-height: 1.2rem;
  }
}
.used__article--single .header_wrap .price_wrap {
  width: 45%;
  border-bottom: 4px solid #74aeff;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (min-width: 600px) and (max-width: 959px) {
  .used__article--single .header_wrap .price_wrap {
    width: 30%;
  }
}
@media (max-width: 599px) {
  .used__article--single .header_wrap .price_wrap {
    width: 35%;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.used__article--single .header_wrap .price_wrap .price_text {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
  margin: auto;
  font-weight: normal;
}
@media (max-width: 599px) {
  .used__article--single .header_wrap .price_wrap .price_text {
    line-height: 1.2rem;
  }
}
.used__article--single .header_wrap .price_wrap .price_text_after {
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  .used__article--single .header_wrap .price_wrap .price_text_after {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}
.used__article--single .thum_galley {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 2rem auto auto;
}
@media (max-width: 599px) {
  .used__article--single .thum_galley {
    display: block;
    margin: 1rem auto auto;
  }
}
.used__article--single .thum_galley .img_main {
  position: relative;
  width: 55%;
  height: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .used__article--single .thum_galley .img_main {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .used__article--single .thum_galley .img_main {
    width: 100%;
  }
}
.used__article--single .thum_galley .img_main img {
  width: 100%;
}
.used__article--single .thum_galley .imgGallerys img {
  width: 100%;
}
.used__article--single .thum_galley .imgGallerys {
  width: 42%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .used__article--single .thum_galley .imgGallerys {
    width: 29%;
  }
}
@media (max-width: 599px) {
  .used__article--single .thum_galley .imgGallerys {
    margin-top: 1rem;
    width: 100%;
  }
}
.used__article--single .thum_galley .imgGallerys .status {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.used__article--single .thum_galley .imgGallerys .status.selling {
  border: 1px solid #e79b36;
  color: #e79b36;
}
.used__article--single .thum_galley .imgGallerys .status.negotiating {
  border: 1px solid #74aeff;
  color: #74aeff;
}
.used__article--single .thum_galley .imgGallerys .status.souldout {
  color: white;
  background-color: #4b4b4b;
}
.used__article--single .thum_galley .imgGallerys ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  gap: 10px 3%;
}
.used__article--single .thum_galley .imgGallerys ul li {
  width: 17.6%;
  height: auto;
  border: 1px solid rgba(220, 220, 220, 0.85);
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 959px) {
  .used__article--single .thum_galley .imgGallerys ul li {
    width: 47.5%;
  }
}
.used__article--single .thum_galley .imgGallerys ul li img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.used__article--single .used_info_wrap {
  margin-top: 6rem;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap {
    margin-top: 3rem;
  }
}
.used__article--single .used_info_wrap .header_info {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e79b36;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .header_info {
    font-size: 1.4rem;
  }
}
.used__article--single .used_info_wrap .header_info img {
  width: 6rem;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .header_info img {
    width: 4rem;
    margin-right: -2rem;
  }
}
.used__article--single .used_info_wrap .basic_info {
  width: 100%;
  margin: 3rem auto auto;
  text-align: center;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.used__article--single .used_info_wrap .basic_info + .basic_info {
  margin-top: 0;
  border-top: 0;
}
.used__article--single .used_info_wrap .basic_info + .basic_info th {
  border-top: 0;
}
.used__article--single .used_info_wrap .basic_info + .basic_info td {
  padding: 1rem 0.5rem;
  border-top: 0;
}
.used__article--single .used_info_wrap .basic_info th {
  width: 15%;
  height: 60px;
  padding: 0 4px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff2e3;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .basic_info th {
    font-size: 0.8rem;
  }
}
.used__article--single .used_info_wrap .basic_info th.wide {
  width: 30%;
}
.used__article--single .used_info_wrap .basic_info td {
  width: 35%;
  height: 60px;
  padding: 0 4px 0 1rem;
  border: 1px solid #ccc;
  border-bottom: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .basic_info td {
    font-size: 0.8rem;
    padding: 0 2%;
  }
}
.used__article--single .used_info_wrap .basic_info td.wide {
  width: 70%;
}
.used__article--single .used_info_wrap .comment_wrap {
  margin: 2rem auto auto;
}
.used__article--single .used_info_wrap .comment_wrap h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #efb84d;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .comment_wrap h4 {
    font-size: 1.4rem;
  }
}
.used__article--single .used_info_wrap .comment_wrap .comment_text {
  margin: 0.8rem auto 1.5rem;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  border: 1px solid #4b4b4b;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .comment_wrap .comment_text {
    margin-top: 0.2rem;
    padding: 0.8rem 3%;
  }
}
.used__article--single .used_info_wrap .comment_wrap .postcost_text {
  margin: 0.8rem auto 1.5rem;
}
@media (max-width: 599px) {
  .used__article--single .used_info_wrap .comment_wrap .postcost_text {
    margin-top: auto;
  }
}
.used__article--single .used_info_wrap .comment_wrap .postcost_text .attention {
  list-style-type: none;
  margin-top: 0.6rem;
}
.used__article--single .used_info_wrap .comment_wrap .postcost_text .attention li {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.used__article--single .used_info_wrap .comment_wrap .postcost_text .attention li::before {
  content: " ・";
}

.faqlist__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 6rem auto auto;
}
@media (max-width: 599px) {
  .faqlist__wrap {
    width: 98%;
    margin: 2rem auto auto;
  }
}
.faqlist__wrap h2 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  color: #74aeff;
  border-bottom: 1px solid #74aeff;
}
.faqlist__wrap .faqlist__ul--wrap {
  position: relative;
  cursor: pointer;
  list-style-type: none;
}
.faqlist__wrap .faqlist__ul--wrap li {
  font-size: 1.2rem;
}
.faqlist__wrap .faqlist__ul--wrap li:nth-of-type(n+2) {
  margin-top: 2rem;
}
.faqlist__wrap .faqlist__ul--wrap li .faq_q {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 6rem;
  background-color: #fff2e3;
  border-bottom: 1px solid #e79b36;
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .faqlist__wrap .faqlist__ul--wrap li .faq_q {
    padding: 0.8rem 2.4rem;
    font-size: 1rem;
  }
}
.faqlist__wrap .faqlist__ul--wrap li .faq_q::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/icon_qanda_q.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .faqlist__wrap .faqlist__ul--wrap li .faq_q::before {
    left: 2%;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.faqlist__wrap .faqlist__ul--wrap li .faq_q::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2%;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/angle_r_main.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .faqlist__wrap .faqlist__ul--wrap li .faq_q::after {
    right: 1%;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.faq__single--wrap {
  width: 100%;
  max-width: 1000px;
  margin: 6rem auto auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .faq__single--wrap {
    width: 98%;
    margin: 3rem auto auto;
  }
}
@media (max-width: 599px) {
  .faq__single--wrap {
    margin: auto;
  }
}
.faq__single--wrap .faq_title {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 6rem;
  background-color: #fff2e3;
  border-radius: 1rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .faq__single--wrap .faq_title {
    padding: 1rem 2% 1rem 3.5rem;
  }
}
@media (max-width: 599px) {
  .faq__single--wrap .faq_title {
    padding: 1rem 2% 1rem 2.5rem;
  }
}
.faq__single--wrap .faq_title::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/icon_qanda_q.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 600px) and (max-width: 959px) {
  .faq__single--wrap .faq_title::before {
    left: 2%;
    width: 2em;
    height: 2rem;
  }
}
@media (max-width: 599px) {
  .faq__single--wrap .faq_title::before {
    left: 2%;
    width: 1.6em;
    height: 1.6rem;
  }
}
@media (max-width: 959px) {
  .faq__single--wrap .faq_title .single__title--sub {
    display: block;
    font-size: 0.8rem;
  }
}
@media (max-width: 959px) {
  .faq__single--wrap .faq_title .single__title--main {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.faq__single--wrap .faq__single--content {
  position: relative;
  padding: 2rem 6rem 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.faq__single--wrap .faq__single--content::before {
  position: absolute;
  margin: auto;
  top: 1.5rem;
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/themes/mandjinternational/images/icon_qanda_a.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 959px) {
  .faq__single--wrap .faq__single--content::before {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .faq__single--wrap .faq__single--content {
    width: 96%;
    margin: 1rem auto auto;
    padding: 0;
  }
}
.faq__single--wrap .faq__single--content img {
  width: 100%;
  max-width: 840px;
  display: block;
  text-align: center;
  margin: 1.875rem auto 2.5rem;
}
@media (max-width: 959px) {
  .faq__single--wrap .faq__single--content img {
    margin: 1rem auto 1.5rem;
  }
}

/* pager ----------------- */
.p-pager {
  margin: 1rem auto;
  line-height: 2;
}
.p-pager a {
  display: block;
  color: white;
  background: #e79b36;
}
.p-pager .p-pager__prev,
.p-pager .p-pager__next {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.5rem;
}

.p-pager__list {
  display: inline-block;
}
.p-pager__list .c-list__item {
  display: inline-block;
  width: 2rem;
  text-align: center;
  margin: 0 0.25rem 0.5rem;
}
.p-pager__list .c-list__item.is-current {
  border: 1px solid #ff7b00;
}

.p-pager--single .c-title {
  margin-bottom: 0.25rem;
  font-size: inherit;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-pager--single {
    padding: 0.5rem;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    padding: 0.5rem 0;
  }
  .p-pager--single .p-pager__next {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .p-pager--single {
    display: flex;
    margin: 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    width: 50%;
    padding: 0 0.5rem 0 0;
  }
  .p-pager--single .p-pager__next {
    order: 1;
    padding: 0 0 0 0.5rem;
    border-left: 1px solid #ccc;
  }
}

/* inquiry ----------------- */
.p-inquiry {
  width: 62.5rem;
  max-width: 100%;
  margin: 40px auto 80px;
}
@media (max-width: 599px) {
  .p-inquiry .mw_wp_form {
    position: relative;
    z-index: 7;
  }
  .p-inquiry .mw_wp_form .error {
    font-size: 0.9rem !important;
    font-weight: bold !important;
  }
}
.p-inquiry .c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .c-title {
    margin: 1rem auto 0.5rem;
  }
}
.p-inquiry em.u-red {
  display: block;
  height: 1rem;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
}
.p-inquiry .esse {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 2px 6px;
  font-size: 0.7rem;
  color: white;
  background-color: #d32c25;
}
.p-inquiry .form_lead {
  margin: 3rem auto 2rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .p-inquiry .form_lead {
    padding: 0 0.5rem 1rem;
  }
}
.p-inquiry .contact_hdln {
  width: 100%;
  margin: 1rem auto 2.5rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media (max-width: 599px) {
  .p-inquiry .contact_hdln {
    width: 98%;
  }
}
.p-inquiry .contact_hdln h2 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.p-inquiry .contact_hdln h3 {
  padding-bottom: 0.3rem;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
@media (max-width: 599px) {
  .p-inquiry .contact_hdln h3 {
    border-bottom: 2px solid #e79b36;
  }
}
.p-inquiry table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 959px) {
  .p-inquiry table {
    width: 98%;
  }
}
.p-inquiry table tr.nonborder th, .p-inquiry table tr.nonborder td {
  border-bottom: 0;
}
.p-inquiry table th, .p-inquiry table td {
  box-sizing: border-box;
  padding: 30px 20px;
  font-weight: normal;
  border-bottom: 1px solid #ff7b00;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .p-inquiry table th, .p-inquiry table td {
    padding: 1rem 0.5rem;
    border: 0;
  }
}
.p-inquiry table th {
  width: 25%;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .p-inquiry table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.p-inquiry table td {
  width: 75%;
  text-align: left;
}
@media (max-width: 599px) {
  .p-inquiry table td {
    display: block;
    width: 100%;
    padding: 0.2rem 0.5rem 1rem;
    border-bottom: 1px solid #ff7b00;
  }
}
.p-inquiry table td label {
  display: block;
}
.p-inquiry table td + label {
  margin-top: 14px;
}
.p-inquiry input, .p-inquiry textarea {
  font-size: 1rem;
  border: 1px solid rgba(220, 220, 220, 0.85);
  padding: 8px 10px;
  background-color: white;
}
.p-inquiry [type=number] {
  width: auto;
  margin-left: 20px;
  padding: 4px 10px;
  text-align: center;
  background-color: white;
}
.p-inquiry [type=text], .p-inquiry [type=email] {
  width: 80%;
}
@media (max-width: 599px) {
  .p-inquiry [type=text], .p-inquiry [type=email] {
    width: 100%;
    background-color: white;
  }
}
.p-inquiry textarea {
  width: 80%;
  height: 80px;
}
@media (max-width: 599px) {
  .p-inquiry textarea {
    width: 100%;
  }
}
.p-inquiry.inq textarea {
  height: 120px;
}
.p-inquiry .btn_set {
  margin: 30px auto 0;
  text-align: center;
}
.p-inquiry .submit_text {
  width: 800px;
  margin: 2rem auto 1rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .submit_text {
    width: 100%;
  }
}
.p-inquiry .privacy_wrap {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}
.p-inquiry .privacy_wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
.p-inquiry .privacy_wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.p-inquiry .privacy_wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .p-inquiry .privacy_wrap {
    width: 96%;
  }
  .p-inquiry .privacy_wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .p-inquiry .privacy_wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
.p-inquiry .privacy_bdr {
  width: 100%;
  margin: 2rem auto;
}
.p-inquiry .privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.p-inquiry .privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (max-width: 959px) {
  .p-inquiry .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .p-inquiry .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .p-inquiry .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .p-inquiry .form_btn_wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-inquiry .c-btn {
  display: inline-block;
  margin: 2rem auto 0;
  min-width: 8rem;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

input.btn__cv {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.75rem;
  line-height: 1.125rem;
  margin-top: 2rem;
  padding: 1.25rem 8%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #e79b36;
}

.send_check {
  margin: 15px auto;
  padding: 15px 1%;
  font-size: 0.8rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.send_check a {
  text-decoration: underline;
}

.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #ccc;
}
.c-form::-moz-placeholder {
  color: #b3b3b3;
}
.c-form::placeholder {
  color: #b3b3b3;
}
.c-form:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

.form_lead {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .form_lead {
    width: 96%;
    margin: 2rem auto;
  }
}

.btn_back {
  position: relative;
  padding-left: 1rem;
  margin-left: 2rem;
  text-align: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_back::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: -30px;
  background-image: url(/wp-content/themes/mandjinternational/images/angle_back_main.svg);
  background-size: contain;
  vertical-align: middle;
}

select.c-form {
  padding-right: 2.5rem;
  background: url(/wp-content/themes/mandjinternational/images/icon_formarrow.svg) right center/3rem 10px no-repeat;
  background-color: white;
}

.privacy__content--wrap {
  display: block;
  width: 80%;
  max-width: 62.5rem;
  margin: 5% auto 0;
}
@media (min-width: 600px) and (max-width: 959px) {
  .privacy__content--wrap {
    width: 96%;
  }
}
@media (max-width: 599px) {
  .privacy__content--wrap .privacy_wrap {
    width: 96%;
    margin: 1rem auto auto;
  }
}
.privacy__content--wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
@media (max-width: 599px) {
  .privacy__content--wrap li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.privacy__content--wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy__content--wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .privacy__content--wrap {
    width: 96%;
  }
  .privacy__content--wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy__content--wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

.privacy_bdr {
  border-top: 1px solid #efb84d;
  border-bottom: 1px solid #efb84d;
  width: 100%;
  margin: 1rem auto;
  padding: 20px 0;
}
.privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (min-width: 600px) and (max-width: 959px) {
  .privacy_bdr {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

/* ----------------------------------------
Utility
---------------------------------------- */
.u-small {
  font-size: 0.75rem;
}

.u-red {
  color: #d32c25;
}

.u-lato {
  font-family: Lato;
}

.u-w25 {
  width: 25%;
}

.u-w50 {
  width: 50%;
}

.u-w75 {
  width: 75%;
}

.u-w100 {
  width: 100%;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

.u-mt1 {
  margin-top: 16px;
}

.u-mb1 {
  margin-bottom: 16px;
}

.u-ml1 {
  margin-left: 16px;
}

.u-mr1 {
  margin-right: 16px;
}

.u-my1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mx1 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-pt1 {
  padding-top: 16px;
}

.u-pb1 {
  padding-bottom: 16px;
}

.u-pl1 {
  padding-left: 16px;
}

.u-pr1 {
  padding-right: 16px;
}

.u-py1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-px1 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-mt2 {
  margin-top: 32px;
}

.u-mb2 {
  margin-bottom: 32px;
}

.u-ml2 {
  margin-left: 32px;
}

.u-mr2 {
  margin-right: 32px;
}

.u-my2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mx2 {
  margin-left: 32px;
  margin-right: 32px;
}

.u-pt2 {
  padding-top: 32px;
}

.u-pb2 {
  padding-bottom: 32px;
}

.u-pl2 {
  padding-left: 32px;
}

.u-pr2 {
  padding-right: 32px;
}

.u-py2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-px2 {
  padding-left: 32px;
  padding-right: 32px;
}

.u-mt3 {
  margin-top: 48px;
}

.u-mb3 {
  margin-bottom: 48px;
}

.u-ml3 {
  margin-left: 48px;
}

.u-mr3 {
  margin-right: 48px;
}

.u-my3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.u-mx3 {
  margin-left: 48px;
  margin-right: 48px;
}

.u-pt3 {
  padding-top: 48px;
}

.u-pb3 {
  padding-bottom: 48px;
}

.u-pl3 {
  padding-left: 48px;
}

.u-pr3 {
  padding-right: 48px;
}

.u-py3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.u-px3 {
  padding-left: 48px;
  padding-right: 48px;
}

.u-mt4 {
  margin-top: 64px;
}

.u-mb4 {
  margin-bottom: 64px;
}

.u-ml4 {
  margin-left: 64px;
}

.u-mr4 {
  margin-right: 64px;
}

.u-my4 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.u-mx4 {
  margin-left: 64px;
  margin-right: 64px;
}

.u-pt4 {
  padding-top: 64px;
}

.u-pb4 {
  padding-bottom: 64px;
}

.u-pl4 {
  padding-left: 64px;
}

.u-pr4 {
  padding-right: 64px;
}

.u-py4 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.u-px4 {
  padding-left: 64px;
  padding-right: 64px;
}

.u-mt5 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 80px;
}

.u-ml5 {
  margin-left: 80px;
}

.u-mr5 {
  margin-right: 80px;
}

.u-my5 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-mx5 {
  margin-left: 80px;
  margin-right: 80px;
}

.u-pt5 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 80px;
}

.u-pl5 {
  padding-left: 80px;
}

.u-pr5 {
  padding-right: 80px;
}

.u-py5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-px5 {
  padding-left: 80px;
  padding-right: 80px;
}

.fontbold {
  line-height: 1.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.u-bg--lightgray {
  background: rgba(220, 220, 220, 0.85);
}

.posi-r {
  position: relative;
}

@media (max-width: 599px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-show--sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide--pc {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-show--pc {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .u-hide--tab {
    display: none;
  }
}
@media (max-width: 959px) {
  .pc_only {
    display: none;
  }
}
@media (min-width: 960px) {
  .sp_only {
    display: none;
  }
}
.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}/*# sourceMappingURL=style.css.map */