@charset "UTF-8";
/*!
 * ress.css ? v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*
Theme Name: mobiloan
*/
#floating-banner {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000; /* 他の要素よりも前面に表示 */
}


.phone-reservation img,
.form-reservation img {
  width: 185px; /* 画像のサイズ */
  height: auto;
}

/*ボタンについて*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


/* 電話ボタンフローティング */
a.btn--orange {
  color: #fff;
  background-color: #d20b0b;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #d20b0b;
  border-bottom: 2px solid #b84c00;
}


/* LINEボタンフローティング */
a.btn--green {
  color: #fff;
  background-color: #06C755;
  border-bottom: 5px solid #047232;
}
a.btn--green:hover {
  margin-top: 3px;
  color: #fff;
  background: #06C755;
  border-bottom: 2px solid #047232;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}




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

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

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* # =================================================================
   # General elements
   # ================================================================= */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

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;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto; /* 1 */
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold; /* 1 */
}

button {
  overflow: visible; /* 1 */
}

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

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

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

button,
select {
  text-transform: none; /* 1 */
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -moz-appearance: none; /* 1*/
  -webkit-appearance: none; /* 2 */
}

select::-ms-expand {
  display: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor; /* 1 */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0; /* 1*/
  color: inherit; /* 2 */
  display: table; /* 3 */
  max-width: 100%; /* 4 */
  white-space: normal; /* 5 */
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  border-style: none; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy=true] {
  cursor: progress;
}

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer;
}

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #fff;
  text-shadow: none;
}

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* 1 */
  color: #fff;
  text-shadow: none;
}

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

ol, ul {
  list-style: none;
}

/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  a[rel=bookmark]:link:after,
a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
}
/*# sourceMappingURL=maps/default.css.map */
body {
  line-height: 1.85;
  font-size: 16px;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #131313;
}
body.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body.pkna {
  font-feature-settings: "pkna";
}

a, a:link, a:active, a:visited {
  text-decoration: underline;
  outline: none;
}

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

a, a:visited, a:focus, a:active {
  color: #21759b;
}

a:hover {
  color: #21759b;
}

/*-----------------------------------------------
 __fontfamily
-----------------------------------------------*/
.serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "小塚明朝 ProN", "メイリオ", Meiryo, serif;
}

/*--- google font ---*/
.mobi_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.mobi_noto__serif {
  font-family: "Noto Serif JP", serif;
}

.gf_hind {
  font-family: "Hind", sans-serif;
}

.gf_roboto {
  font-family: "Roboto", sans-serif;
}

.font_yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
}

/*-----------------------------------------------
 __fontweight
-----------------------------------------------*/
.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

/*-----------------------------------------------
 __letterspacing centering
-----------------------------------------------*/
.lt1 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.lt15 {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.lt2 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.lt3 {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

/*-----------------------------------------------
 __fontsize
-----------------------------------------------*/
.mobi_50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .mobi_50 {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_50 {
    font-size: 30px;
  }
}

.mobi_42 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .mobi_42 {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_42 {
    font-size: 24px;
  }
}

.mobi_36 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .mobi_36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_36 {
    font-size: 22px;
  }
}

.mobi_32 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .mobi_32 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_32 {
    font-size: 20px;
  }
}

.mobi_30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .mobi_30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_30 {
    font-size: 20px;
  }
}

.mobi_28 {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .mobi_28 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_28 {
    font-size: 19px;
  }
}

.mobi_26 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .mobi_26 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_26 {
    font-size: 17px;
  }
}

.mobi_24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mobi_24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_24 {
    font-size: 16px;
  }
}

.mobi_22 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .mobi_22 {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_22 {
    font-size: 15px;
  }
}

.mobi_20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mobi_20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_20 {
    font-size: 16px;
  }
}

.mobi_18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mobi_18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_18 {
    font-size: 14px;
  }
}

.mobi_17 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .mobi_17 {
    font-size: 16px;
  }
}

.mobi_16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mobi_16 {
    font-size: 15px;
  }
}

.mobi_15 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mobi_15 {
    font-size: 14px;
  }
}

.mobi_14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mobi_14 {
    font-size: 13px;
  }
}

.mobi_13 {
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .mobi_13 {
    font-size: 12px;
  }
}

.mobi_12 {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .mobi_12 {
    font-size: 10px;
  }
}

/*-----------------------------------------------
 __layout
-----------------------------------------------*/
.mobi {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.mobi.mobi_1366 {
  max-width: 1366px;
}
.mobi.mobi_1200 {
  max-width: 1200px;
}

.mobi.mobi_side8 {
  padding: 0 8%;
}

.mobi.mobi_side5 {
  padding: 0 5%;
}
.mobi_side5 {
  padding: 0 5%;
}
.mobi-main{
/*   padding-top: 60px; */
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.l_pt40, .l_ptb40 {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .l_pt40, .l_ptb40 {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pt40, .l_ptb40 {
    padding-top: 6.5vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pt40, .l_ptb40 {
    padding-top: 26.6666666667px;
  }
}

.l_pb40, .l_ptb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .l_pb40, .l_ptb40 {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pb40, .l_ptb40 {
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pb40, .l_ptb40 {
    padding-bottom: 26.6666666667px;
  }
}
.l_mt15{
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .l_mt15{
    margin-top: 2vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mt15{
    margin-top: 2.75vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mt15{
    margin-top: 10px;
  }
}
.l_mt15{
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .l_mt40, .l_mtb40 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mt40, .l_mtb40 {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mt40, .l_mtb40 {
    margin-top: 26.6666666667px;
  }
}

.l_mb40, .l_mtb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .l_mb40, .l_mtb40 {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mb40, .l_mtb40 {
    margin-bottom: 6.5vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mb40, .l_mtb40 {
    margin-bottom: 26.6666666667px;
  }
}

.l_pt60, .l_ptb60 {
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  .l_pt60, .l_ptb60 {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pt60, .l_ptb60 {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pt60, .l_ptb60 {
    padding-top: 40px;
  }
}

.l_pb60, .l_ptb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .l_pb60, .l_ptb60 {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pb60, .l_ptb60 {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pb60, .l_ptb60 {
    padding-bottom: 40px;
  }
}

.l_mt60, .l_mtb60 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .l_mt60, .l_mtb60 {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mt60, .l_mtb60 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mt60, .l_mtb60 {
    margin-top: 40px;
  }
}

.l_mb60, .l_mtb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .l_mb60, .l_mtb60 {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mb60, .l_mtb60 {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mb60, .l_mtb60 {
    margin-bottom: 40px;
  }
}

.l_pt80, .l_ptb80 {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .l_pt80, .l_ptb80 {
    padding-top: 9vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pt80, .l_ptb80 {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pt80, .l_ptb80 {
    padding-top: 53.3333333333px;
  }
}

.l_pb80, .l_ptb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l_pb80, .l_ptb80 {
    padding-bottom: 9vw;
  }
}
@media screen and (max-width: 660px) {
  .l_pb80, .l_ptb80 {
    padding-bottom: 11vw;
  }
}
@media screen and (max-width: 500px) {
  .l_pb80, .l_ptb80 {
    padding-bottom: 53.3333333333px;
  }
}

.l_mt80, .l_mtb80 {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .l_mt80, .l_mtb80 {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mt80, .l_mtb80 {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mt80, .l_mtb80 {
    margin-top: 53.3333333333px;
  }
}

.l_mb80, .l_mtb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l_mb80, .l_mtb80 {
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 660px) {
  .l_mb80, .l_mtb80 {
    margin-bottom: 11vw;
  }
}
@media screen and (max-width: 500px) {
  .l_mb80, .l_mtb80 {
    margin-bottom: 53.3333333333px;
  }
}

.mobi_header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.mobi_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
}

.mobi_header__wrap {
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 60px;
}

a.mobi_header__headLogo {
  text-decoration: none;
  color: #d20b0b;
  margin-left: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  a.mobi_header__headLogo {
    margin-left: 3%;
  }
}

.mobi_header__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .mobi_header__logo {
    width: 160px;
  }
}

.mobi_header__heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding-top: 0.2em;

}
@media screen and (max-width: 767px) {
  .mobi_header__heading {
    font-size: 10px;
    padding-top: 0.4em;
  }
}
.mobi_header__heading .title {
  padding:0.25em 0 0 0.4em;
  font-weight: 700;
  color:#000;
  font-size:90%;
}
.mobi_header__nav {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .mobi_header__nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_header__nav {
    display: none;
  }
}
.mobi_header__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.mobi_header__nav ul > li {
  padding-right: 0.2em;
  position: relative;

}
.mobi_header__nav ul > li a.headNav_link, .mobi_header__nav ul > li .headNav_link {
  display: block;
  line-height: 60px;
  text-decoration: none;
  color: #131313;
  white-space: nowrap;
  cursor: pointer;
  font-size:2.25rem;
}
@media screen and (max-width: 1240px) {
  .mobi_header__nav ul > li a.headNav_link .flex, .mobi_header__nav ul > li .headNav_link .flex {
    display: block;
  }
}
@media screen and (max-width: 1480px) {
  .mobi_header__nav ul > li.pri3 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .mobi_header__nav ul > li.pri2 {
    display: none;
  }
}
/*@media screen and (max-width: 720px) {
  .mobi_header__nav ul > li.pri5 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .mobi_header__nav ul > li.pri6 {
    font-size:80%;
	display: block;
  }
}*/
@media screen and (max-width: 480px) {
  .mobi_header__nav ul > li.cartype {
    padding-right: 0;
  }
}
.mobi_header__nav ul > li:last-child {
  padding-right: 0;
}
.mobi_header__nav ul > li:hover > .headNav_term > li {
  overflow: visible;
  height: 52px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.mobi_header__nav ul > li:hover > .headNav_term > li:last-child {
  padding-bottom: 0.5em;
}
.mobi_header__nav ul > li > .headNav_term {
  position: absolute;
  left: 0;
  top: 60px;
}
.mobi_header__nav ul > li > .headNav_term > li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  box-sizing: border-box;
  min-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
}
.mobi_header__nav ul > li > .headNav_term > li .headNav_submit {
  display: none;
}
.mobi_header__nav ul > li > .headNav_term > li label {
  padding: 0.5em 1em 0.5em 1.5em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.mobi_header__nav ul > li > .headNav_term > li label i {
  color: #d20b0b;
  padding-right: 0.5em;
}
.mobi_header__trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mobi_header__trigger span {
  display: block;
  width: 100%;
  position: relative;
}
.mobi_header__trigger span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 20px;
  height: 3px;
  background: #E50012;
  border-radius: 3px;
}
.mobi_header__trigger span:first-child::before {
  top: -7px;
}
.mobi_header__trigger span:last-child::before {
  top: 7px;
}
.md_footer {
  background: #F5F1E1;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .md_footer {
    padding-top: 30px;
  }
}

.md_footer__wrap {
  display: grid;
  grid-template: "column1 column2 column_twitter" auto "column_company column_company column_company" auto/1fr 1fr 500px;
  grid-gap: 0 20px;
}
@media screen and (max-width: 980px) {
  .md_footer__wrap {
    grid-template: "column1 column_twitter" auto "column2 column_twitter" auto "column2 column_company" auto/1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .md_footer__wrap {
    grid-template: "column_twitter column_twitter" auto "column1 column2" auto "column_company column_company" auto/1fr 1fr;
  }
}

.md_footer__column {
  padding: 0 3%;
}
.md_footer__column.column1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: column1;
}
.md_footer__column.column2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: column2;
}
.md_footer__column.column3 {
  grid-area: column3;
}
.md_footer__column.column_twitter {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: column_twitter;
}
.md_footer__column.column_company {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: column_company;
}
@media screen and (max-width: 980px){
  .md_footer__column.column1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .md_footer__column.column2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .md_footer__column.column_twitter {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .md_footer__column.column_company {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 600px){
  .md_footer__column.column1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .md_footer__column.column2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .md_footer__column.column_twitter {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .md_footer__column.column_company {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 600px) {
  .md_footer__column {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .md_footer__column {
    width: inherit;
    padding: 0;
    flex: 0 1 auto;
    font-size: 11px;
  }
}

.md_footer__navItem {
  padding-top: 0.5em;
}
.md_footer__navItem a {
  text-decoration: none;
  color: #131313;
  white-space: nowrap;
}
.md_footer__navItem a i {
  font-size: 0.8em;
  padding-left: 0.75em;
  color: #d20b0b;
}

.md_footer__navTerm {
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .md_footer__navTerm {
    padding-left: 0.5em;
  }
}
.md_footer__navTerm > li {
  padding: 0.2em 0;
}
.md_footer__navTerm > li .navTerm_label {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .md_footer__navTerm > li .navTerm_label {
    font-size: 12px;
  }
}

.md_footer__company .mobi_group {
  line-height: 1.5;
}
.md_footer__company .company_address {
  white-space: nowrap;
}
.md_footer__company .company_address i {
  color: #C53727;
  margin-left: 0.5em;
  padding: 0 0.25em;
}
.md_footer__company .company_phone a {
  text-decoration: none;
  color: #131313;
}
.md_footer__company .company_carsencor a {
  display: inline-block;
  box-sizing: border-box;
}
.md_footer__company .company_carsencor a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.md_footer__company .other_portal {
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.md_footer__company .other_portal a {
  display: block;
  transition: all 0.25s ease;
}
.md_footer__company .other_portal a:hover {
  transform: scale(1.05);
}
.md_footer__company .other_portal a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.md_footer__company .company_line {
  padding-top: 10px;
}
.md_footer__company .company_line a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 2em;
  color: #fff;
  background: #00b900;
  border-radius: 2em;
}

.mobi_footer__cr {
  margin-top: 30px;
  background: #000;
  color:#fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .mobi_footer__cr {
    padding-bottom: 80px;
  }
}
.mobi_footer__cr .copyright {
  padding: 0 1em;
  border-right: 1px solid #999;
}
@media screen and (max-width: 540px) {
  .mobi_footer__cr .copyright {
    font-size: 11px;
  }
}
.mobi_footer__cr .privacy {
  padding: 0 1em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .mobi_footer__cr .privacy {
    font-size: 11px;
  }
}


/* overwrite wpcf7 */
div.wpcf7 {
  position: relative;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin: 0.5em auto 0 auto !important;
}

div.wpcf7-response-output {
  position: relative;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  text-align: center;
  width: 100%;
  margin: 0 auto !important;
  color: #131313 !important;
  box-sizing: border-box;
  background: #131313;
  font-weight: 500;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  div.wpcf7-response-output {
    font-size: 11px;
  }
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border: none !important;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  bottom: auto;
  padding: 5vh 0;
  background: rgba(238, 238, 238, 0.85);
  z-index: 20;
  width: 60%;
  border-radius: 20px;
  color: #131313;
  display: none;
}

input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid {
  border-color: red !important;
  border-width: 2px !important;
  background: #ddd !important;
}

select.wpcf7-not-valid {
  border-color: red !important;
  border-width: 2px !important;
  background: #ddd !important;
}

.radio_wrapper .wpcf7-not-valid {
  background: #eee;
  z-index: -1;
}

.chkbox_nochk__wrapper .wpcf7-not-valid {
  background: #eee;
  z-index: -1;
}

textarea.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  background: transparent !important;
  border: none !important;
  color: red !important;
  box-sizing: border-box !important;
  padding: 0 10px !important;
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  display: block;
}

.mobinr_toggle {
  margin-top: 10px;
  padding: 20px;
  background: #f6f6f6;
}
.mobinr_toggle .mobinr_toggle__section {
  padding-bottom: 1em;
}

.deliver_note {
  padding-bottom: 1em;
  color: #000;
}

.wpcf7-spinner {
  display: none !important;
}

.mobiEntry {
  word-break: break-all;
  line-height: 2.25;
  text-align: left;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
  /* Block: Separator -------------------------- */
}
.mobiEntry p {
  margin-bottom: 2.5em;
  text-align: justify;
}
.mobiEntry p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .mobiEntry p.has-background {
    padding: 1em 1.5em;
  }
}
.mobiEntry p.has-small-font-size {
  font-size: 0.842em;
}
.mobiEntry p.has-normal-font-size, .mobiEntry p.has-regular-font-size {
  font-size: 1em;
}
.mobiEntry p.has-medium-font-size {
  font-size: 1.2em;
  line-height: 1.65;
}
.mobiEntry p.has-large-font-size {
  font-size: 1.4em;
  line-height: 1.5;
}
.mobiEntry p.has-huge-font-size {
  font-size: 1em;
}
.mobiEntry ol, .mobiEntry ul {
  list-style-type: disc;
  padding-left: 1.5em;
  padding-bottom: 1em;
  line-height: 1.6;
}
.mobiEntry ol.blocks-gallery-grid, .mobiEntry ul.blocks-gallery-grid {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  line-height: inherit;
}
.mobiEntry ol li, .mobiEntry ul li {
  padding: 0.2em 0;
}
.mobiEntry ol {
  list-style-type: decimal;
}
.mobiEntry h1, .mobiEntry h2, .mobiEntry h3, .mobiEntry h4 {
  margin: 2em 0 1em 0;
}
@media screen and (max-width: 600px) {
  .mobiEntry h1, .mobiEntry h2, .mobiEntry h3, .mobiEntry h4 {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .mobiEntry h1 br, .mobiEntry h2 br, .mobiEntry h3 br, .mobiEntry h4 br {
    display: none;
  }
}
.mobiEntry h1 {
  font-size: 2em;
}
.mobiEntry h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mobiEntry h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .mobiEntry h2 {
    font-size: 16px;
  }
}
.mobiEntry h3 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mobiEntry h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .mobiEntry h3 {
    font-size: 14px;
  }
}
.mobiEntry h4 {
  font-size: 1em;
}
.mobiEntry h5 {
  font-size: 1em;
}
.mobiEntry h6 {
  font-size: 1em;
}
.mobiEntry strong {
  font-weight: bold;
}
.mobiEntry img,
.mobiEntry video,
.mobiEntry embed,
.mobiEntry object,
.mobiEntry iframe {
  max-width: 100%;
  box-sizing: border-box;
}
.mobiEntry .has-drop-cap:not(:focus)::first-letter {
  font-size: 2.5em;
  margin: 0.15em 0.1em 0 0;
}
.mobiEntry .wp-block-image {
  margin: 0 auto;
  margin-left: -10%;
  padding-top: 3em;
  padding-bottom: 3em;
  width: 120%;
}
@media screen and (max-width: 660px) {
  .mobiEntry .wp-block-image {
    width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .mobiEntry .wp-block-image {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.mobiEntry .wp-block-image img {
  display: block;
  height: auto;
}
.mobiEntry .wp-block-image.margin_none {
  margin: 0;
}
.mobiEntry .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding-right: 5%;
  padding-left: 5%;
  color: #666;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .mobiEntry .wp-block-image figcaption {
    font-size: 10px;
    text-align: left;
  }
}
.mobiEntry .wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding-right: 5%;
  padding-left: 5%;
  color: #666;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .mobiEntry .wp-block-embed figcaption {
    font-size: 10px;
    text-align: left;
  }
}
.mobiEntry .wpview-type-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.mobiEntry .wp-block-code {
  background: #f6f6f6;
  padding: 1em;
  margin: 1.5em 0;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
}
@media screen and (max-width: 767px) {
  .mobiEntry .wp-block-code {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .mobiEntry .wp-block-code {
    font-size: 12px;
  }
}
.mobiEntry .wp-block-spacer {
  height: 2em !important;
}
.mobiEntry hr.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
}
.mobiEntry hr.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
  width: 100%;
}
.mobiEntry hr.wp-block-separator.is-style-dots {
  border: none;
}
.mobiEntry hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/*-----------------------------------------------
 __Drawer_menu
-----------------------------------------------*/
.mobi_drawer__cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
}

.mobi_drawer__menu {
  display: none;
  position: relative;
  z-index: 1;
}

.sidr-inner {
  overflow-y: auto;
}

#drawer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.md_drawer__contents {
  padding-top: 8vw;
  padding-bottom: 10vw;
}
@media screen and (max-width: 600px) {
  .md_drawer__contents {
    padding-top: 20vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .md_drawer__contents .fw500 {
    font-weight: 600;
  }
}

/*--------- sidr --------*/
.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999999999;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .sidr {
    width: 90%;
  }
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -90%;
  right: auto;
}

.sidr_slide__close {
  position: absolute;
  display: none;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 999999;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.1s linear;
}
@media screen and (max-width: 700px) {
  .sidr_slide__close {
    right: 20px;
    top: 20px;
  }
}
.sidr_slide__close:hover {
  transform: scale(1.2);
}
.sidr_slide__close::before, .sidr_slide__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #d20b0b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: left top;
}
.sidr_slide__close::before {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.sidr_slide__close::after {
  transform: rotate(45deg) translate(-50%, -50%);
}

.mobi_column__wrap {
  padding: 0 10%;
}

.mobi_column {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .mobi_column.top {
    margin-bottom: 0;
  }
}
.mobi_column.border {
  border-bottom: 1px solid #eee;
}

.mobi_column__ttl {
  padding-bottom: 1em;
  line-height: 1;
  white-space: nowrap;
}
.mobi_column__ttl.top {
  padding-bottom: 0;
}
.mobi_column__ttl a {
  text-decoration: none;
  color: #131313;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.mobi_column__ttl a i {
  font-size: 12px;
  padding-left: 1em;
  color: #d20b0b;
}

.mobi_nav.secondary > li {
  padding: 0.5em 0;
}
@media screen and (max-width: 480px) {
  .mobi_nav.secondary > li {
    padding: 0.75em 0;
  }
}
.mobi_nav.thirdry > li {
  padding: 0.25em 0;
  border-left: solid 6px #d20b0b;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mobi_nav.thirdry > li {
    padding: 0.5em 0;
  }
}
.mobi_nav.thirdry > li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.mobi_nav.thirdry > li a i {
  padding-right: 0.5em;
  font-size: 10px;
  color: #d20b0b;
}
.mobi_nav > li {
  padding: 0.75em 0;
}
.mobi_nav > li a {
  text-decoration: none;
  color: #131313;
  display: block;
}
.mobi_nav .mobi_nav__child {
  padding: 0.5em 0 0 1em;
}
.mobi_nav .mobi_nav__child > li label {
  padding: 0.35em 0;
  display: block;
  cursor: pointer;
}
.mobi_nav .mobi_nav__child > li label i {
  padding-right: 0.75em;
  color: #d20b0b;
}
.mobi_nav .mobi_nav__child > li .sidrNav_submit {
  display: none;
}

.mobi_company .mobi_group {
  line-height: 1.5;
}
.mobi_company .company_address i {
  color: #C53727;
  margin-left: 0.5em;
  padding: 0 0.25em;
}
.mobi_company .contact_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right:0.5em;
}
@media screen and (max-width: 600px) {
  .mobi_company .contact_wrap {
    display: block;
  }
}
.mobi_company .company_phone {
  padding: 0.5em;
}
@media screen and (max-width: 600px) {
  .mobi_company .company_phone {
    padding: 1em 0;
  }
}
.mobi_company .company_phone a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1.5em;
  color: #fff;
  background: #d20b0b;
  border-radius: 2em;
}
@media screen and (max-width: 600px) {
  .mobi_company .company_phone a {
    display: block;
    text-align: center;
    max-width: 240px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.mobi_company .company_line {
  padding: 0.5em;
}
@media screen and (max-width: 600px) {
  .mobi_company .company_line {
    padding: 1em 0;
  }
}
.mobi_company .company_line a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1.5em;
  color: #fff;
  background: #00b900;
  border-radius: 2em;
}
@media screen and (max-width: 600px) {
  .mobi_company .company_line a {
    display: block;
    text-align: center;
    max-width: 240px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.mobi_company .policy_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
}
.mobi_company .policy_wrap p {
  margin: 0.5em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
  line-height: 1.5;
}
.mobi_company .policy_wrap p:last-child {
  border-right: none;
}
.mobi_company .policy_wrap p a {
  text-decoration:underline;
  color: #131313;
}

.sidr_term__nav {
  padding-left: 1em;
}
.sidr_term__nav > li {
  line-height: 1;
  white-space: nowrap;
  padding: 0.25em 0;
}
.sidr_term__nav > li a {
  text-decoration: none;
  color: #131313;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25em 0;
}
.sidr_term__nav > li a::before {
  content: "-";
  padding-right: 0.5em;
}
.sidr_link__nav {
  padding-bottom: 30px;
}
.sidr_link__nav:last-child {
  padding-bottom: 0;
}
.sidr_link__nav > li {
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 0.5em;
}
.sidr_link__nav > li:last-child {
  padding-bottom: 0;
}
.sidr_link__nav > li a {
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #131313;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25em 0;
}
.sidr_link__nav > li a i {
  font-size: 12px;
  padding-left: 1em;
}

.sidr_sns__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sidr_sns__nav > li {
  padding-right: 0.5em;
}
.sidr_sns__nav > li a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  color: #131313;
  padding: 0 0.5em;
}

/*--------
__pTop
-----------------------------------------------*/
.mobi_hero {
  padding: 40px 3% 60px;
}
@media screen and (max-width: 960px) {
  .mobi_hero {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mobi_hero {
    padding-top: 30px;
	padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_hero {
    padding-top: 20px;
	padding-bottom: 10px;
  }
}

.mobi_hero__wrap {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .mobi_hero__wrap {
/*     padding-top: 33vw; */
  }
}

.mobi_hero__image {
  position: relative;
  padding-top: 60%;
  width: 90%;
  height:auto;
  display: block;
  border-radius: 12vw 0;
  overflow: hidden;
  margin-left: auto;
  background-image: url(https://lp01.mobiloan.jp/wp-content/uploads/2023/04/tt.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 960px) {
  .mobi_hero__image {
    width: 90%;
    border-radius: 20px 0; 
    padding-top: 80vw;
	margin-top:20vw;
    background-image: url(https://lp01.mobiloan.jp/wp-content/uploads/2023/06/tt-sp.png);
  }
}
@media screen and (max-width: 600px) {
  .mobi_hero__image {
	margin-top:15px ; 
  }
}
.mobi_hero__copy {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .mobi_hero__copy {
    left: 1em;
  }
}
.mobi_hero__copy em {
  color:#d02424;
  font-style: normal;
  line-height: 1.5;
  font-size: 60px;
  letter-spacing: 0.15em;
  font-weight:900;
 text-shadow: 3px 3px 0 #fff,
               -1.5px 1.5px 0 #fff,
               1.5px -1.5px 0 #fff,
               -1.5px -1.5px 0 #fff;
}

@media screen and (max-width: 960px) {
  .mobi_hero__copy em {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .mobi_hero__copy em {
/*     font-size: 7vw; */
  }
}
.mobi_hero__copy p {
  display:inline-block;
  background:#d20b0b;
  color:#fff;
  margin-top:10px;
  padding:0 3%;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .mobi_hero__copy p {
    font-size: 2.7rem; /* ここで希望のフォントサイズに調整 */
  }
}


.pTop_info {
  background: #eee;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .pTop_info {
    padding: 5px 0 10px;
  }
}

.pTop_info__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pTop_published {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .pTop_published {
    width: 100%;
  }
}
.pTop_published dt {
  line-height: 1;
}
.pTop_published dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pTop_published .count {
  font-size: 1.5em;
  padding: 0 0.25em;
}
.pTop_published .date {
  display: inline-block;
  box-sizing: border-box;
}
.pTop_published .unit {
  display: inline-block;
  box-sizing: border-box;
}

.published_count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1em;
}

.pickup_news__ticker {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2em;
}
@media screen and (max-width: 600px) {
  .pickup_news__ticker .pickup_news {
    font-size: 11px;
  }
}
.pickup_news__ticker .pickup_news > li {
  display: none;
  width: 100%;
}
.pickup_news__ticker .pickup_news > li a {
  text-decoration: none;
  color: #131313;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 2em;
  overflow: hidden;
  padding: 0.25em 0;
}

.pTop_newsPickup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .pTop_newsPickup {
    flex: 0 1 100%;
  }
}
.pTop_newsPickup .pickup_ttl {
  padding-right: 1em;
}
@media screen and (max-width: 600px) {
  .pTop_newsPickup .pickup_ttl {
    font-size: 11px;
  }
}
.pTop_newsPickup .pickup_ttl a {
  text-decoration: none;
  color: #d20b0b;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pTop_newsPickup .pickup_ttl a i {
  font-size: 0.8em;
  padding-left: 1em;
}

.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 600px;
  text-align: left;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}

.pTop_banner__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.pTop_banner__wrap > li {
  width: 23%;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .pTop_banner__wrap > li {
    width: 48%;
    margin-top: 4%;
  }
}
.pTop_banner__wrap > li a {
  display: block;
}
.pTop_banner__wrap > li a:hover img {
  transform: scale(1.02);
}
.pTop_banner__wrap > li a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s ease;
}

.pTop_banner__label label {
  cursor: pointer;
  display: block;
}
.pTop_banner__label button {
  display: none;
}
.pTop_banner__label:hover img {
  transform: scale(1.02);
}
.pTop_banner__label img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s ease;
}

.pTop_searchTerms {
  padding-top: 30px;
}

.md_searchTerms__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.md_searchTerms {
  width: 100%;
  margin-bottom: 3%;
}
@media screen and (max-width: 980px) {
  .md_searchTerms {
    padding-bottom: 15px;
  }
}
.md_searchTerms:last-child {
  margin-bottom: 0;
}
.md_searchTerms > li {
  background: #eee;
  border-radius: 15px;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .md_searchTerms > li {
    padding: 15px 20px;
  }
}

.searchTerm_summary {
  padding-top: 0.5em;
}

.searchTerm_list {
  padding-top: 20px;
  display: grid;
}
.pSearchType .searchTerm_list {
  padding-top: 0;
}
.searchTerm_list.loan {
  display: grid;
  grid-template: "loan_1 loan_2 loan_3 loan_4 loan_5" auto/2fr 3fr 3fr 3fr 2fr;
  grid-gap: 15px 15px;
}
.searchTerm_list.loan > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: loan_1;
}
.searchTerm_list.loan > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: loan_2;
}
.searchTerm_list.loan > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: loan_3;
}
.searchTerm_list.loan > li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: loan_4;
}
.searchTerm_list.loan > li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: loan_5;
}
.searchTerm_list.loan > li:nth-child(6) {
  grid-area: loan_6;
}
@media screen and (max-width: 980px) {
  .searchTerm_list.loan {
    grid-template: "loan_1 loan_2 loan_3" auto "loan_4 loan_5 loan_6" auto/1fr 1fr 1fr;
  }
  .searchTerm_list.loan > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .searchTerm_list.loan > li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .searchTerm_list.loan > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .searchTerm_list.loan > li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 767px) {
  .searchTerm_list.loan {
    grid-template: "loan_1 loan_2" auto "loan_3 loan_4" auto "loan_5 loan_6" auto/1fr 1fr;
  }
  .searchTerm_list.loan > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .searchTerm_list.loan > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .searchTerm_list.loan > li:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 540px) {
  .searchTerm_list.loan {
    grid-template: "loan_1" auto "loan_2" auto "loan_3" auto "loan_4" auto "loan_5" auto "loan_6" auto/70vw;
    justify-content: center;
    grid-gap: 12px 0;
  }
  .searchTerm_list.loan > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .searchTerm_list.loan > li:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
.searchTerm_list.car {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "type_1 type_2 type_3 type_4 type_5" "type_6 type_7 type_8 type_9 type_10" "type_11 type_12 type_13 type_14 type_15";
  grid-gap: 15px 15px;
}
.searchTerm_list.car > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: type_1;
}
.searchTerm_list.car > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: type_2;
}
.searchTerm_list.car > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: type_3;
}
.searchTerm_list.car > li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: type_4;
}
.searchTerm_list.car > li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: type_5;
}
.searchTerm_list.car > li:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: type_6;
}
.searchTerm_list.car > li:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: type_7;
}
.searchTerm_list.car > li:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: type_8;
}
.searchTerm_list.car > li:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: type_9;
}
.searchTerm_list.car > li:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  grid-area: type_10;
}
.searchTerm_list.car > li:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: type_11;
}
.searchTerm_list.car > li:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: type_12;
}
.searchTerm_list.car > li:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: type_13;
}
.searchTerm_list.car > li:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: type_14;
}
.searchTerm_list.car > li:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  grid-area: type_15;
}
.searchTerm_list.car > li:nth-child(16) {
  grid-area: type_16;
}
@media screen and (max-width: 1100px) {
  .searchTerm_list.car {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "type_1 type_2 type_3 type_4" "type_5 type_6 type_7 type_8" "type_9 type_10 type_11 type_12" "type_13 type_14 type_15 type_16";
  }
  .searchTerm_list.car > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .searchTerm_list.car > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .searchTerm_list.car > li:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .searchTerm_list.car > li:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
}
@media screen and (max-width: 860px) {
  .searchTerm_list.car {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "type_1 type_2 type_3" "type_4 type_5 type_6" "type_7 type_8 type_9" "type_10 type_11 type_12" "type_13 type_14 type_15";
  }
  .searchTerm_list.car > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .searchTerm_list.car > li:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 660px) {
  .searchTerm_list.car {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "type_1 type_2" "type_3 type_4" "type_5 type_6" "type_7 type_8" "type_9 type_10" "type_11 type_12" "type_13 type_14" "type_15 type_16";
  }
  .searchTerm_list.car .searchTerm_submit__label {
    font-size: 12px;
  }
  .searchTerm_list.car > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(14) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .searchTerm_list.car > li:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .searchTerm_list.car > li:nth-child(16) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
}
.searchTerm_list > li a {
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: #131313;
  min-height: 50px;
  transition: all 0.1s ease;
}
.searchTerm_list > li a:hover {
  transform: scale(1.05);
}
.searchTerm_list > li form {
  display: block;
}
.searchTerm_list > li .searchTerm_submit__label {
  min-height: 50px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: #131313;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.1s ease;
}
@media screen and (max-width: 980px) {
  .searchTerm_list > li .searchTerm_submit__label {
    font-size: 16px;
    min-height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .searchTerm_list > li .searchTerm_submit__label {
    font-size: 14px;
  }
}
.searchTerm_list > li .searchTerm_submit__label:hover {
  transform: scale(1.05);
}
.searchTerm_list > li .searchTerm_submit__label.car {
  padding-top: 4.25em;
  position: relative;
}
.searchTerm_list > li .searchTerm_submit__label.car::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 50%;
  width: 100%;
  height: 3.25em;
  background-image: url(../images/md_caricon__truck.svg);
  transform: translateX(-50%);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.searchTerm_list > li .searchTerm_submit__label.car.import::before {
  background-image: url(../images/md_caricon__import.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.kei::before {
  background-image: url(../images/md_caricon__kei.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.minivan::before {
  background-image: url(../images/md_caricon__minivan.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.sedan::before {
  background-image: url(../images/md_caricon__sedan.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.compact::before {
  background-image: url(../images/md_caricon__compact.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.hybrid::before {
  background-image: url(../images/md_caricon__hybrid.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.suv::before {
  background-image: url(../images/md_caricon__suv.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.sport::before {
  background-image: url(../images/md_caricon__sport.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.stwagon::before {
  background-image: url(../images/md_caricon__stwagon.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.fourwd::before {
  background-image: url(../images/md_caricon__fourwd.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.truck::before {
  background-image: url(../images/md_caricon__truck.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.fukushi::before {
  background-image: url(../images/md_caricon__fukushi.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.ev::before {
  background-image: url(../images/md_caricon__ev.svg);
}
.searchTerm_list > li .searchTerm_submit__label.car.recommend {
  padding-top: 6.1em;
  background-image: url(../images/pTop_recBg.jpg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center center;
}
.searchTerm_list > li .searchTerm_submit__label.car.recommend::before {
  top: 50%;
  height: 4.6em;
  background-image: url(../images/pTop_recTxt.svg);
  transform: translate(-50%, -50%);
}
.searchTerm_list > li .searchTerm_submit__label.car.recommend span {
  display: none;
}
.searchTerm_list > li .searchTerm_submit {
  display: none;
}

.pTop_innovation__block {
  background: #d20b0b;
  color: #fffaf0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  border-radius: 20px;
  margin: 0 3%;
}
@media screen and (max-width: 1100px) {
  .pTop_innovation__block {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .pTop_innovation__block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 660px) {
  .pTop_innovation__block {
    border-radius: 0;
  }
}
@media screen and (max-width: 540px) {
  .pTop_innovation__block {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.pTop_innovation__block .innovation_copy {
  flex: 1;
  min-width: 0;
  padding-right: 5%;
}
@media screen and (max-width: 960px) {
  .pTop_innovation__block .innovation_copy {
    flex: 1 0 100%;
    padding-right: 0;
  }
}
.pTop_innovation__block .innovation_copy img {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.pTop_innovation__block .innovation_read {
  flex: 0 1 auto;
}
@media screen and (max-width: 960px) {
  .pTop_innovation__block .innovation_read {
    flex: 0 1 100%;
    text-align: center;
    padding-top: 40px;
  }
  .pTop_innovation__block .innovation_read .mobinr {
    display: inline-block;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 540px) {
  .pTop_innovation__block .innovation_read {
    text-align: left;
  }
}
.pTop_innovation__block .innovation_read p {
  line-height: 1.6;
  padding-bottom: 1em;
  white-space: nowrap;
  text-align: left;
}
.pTop_innovation__block .innovation_read p .stretch {
  display: none;
}
@media screen and (max-width: 540px) {
  .pTop_innovation__block .innovation_read p .stretch {
    display: block;
  }
}
.pTop_innovation__block .innovation_read p:last-child {
  padding-bottom: 0;
}

.pTop_strength {
  border-bottom: 5px solid #fa5246;
}
@media screen and (max-width: 660px) {
  .pTop_strength .pd_side3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.pTop_strength__block {
  padding-top: 30px;
  margin: 0 3%;
}
@media screen and (max-width: 1100px) {
  .pTop_strength__block {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .pTop_strength__block {
    padding-top: 2%;
  }
}
@media screen and (max-width: 660px) {
  .pTop_strength__block {
    padding-top: 20px;
    padding-right: 8%;
    padding-left: 8%;
  }
}

.pTop_strength__ttl {
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .pTop_strength__ttl {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .pTop_strength__ttl {
    padding-bottom: 1em;
  }
}

.pTop_strength__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.pTop_strength__list > li {
  width: 31%;
  border: 5px solid #ddd;
  border-radius: 12px;
  padding: 30px 30px 20px 30px;
}
@media screen and (max-width: 960px) {
  .pTop_strength__list > li {
    width: 48.5%;
    margin: 1.25% 0;
  }
}
@media screen and (max-width: 660px) {
  .pTop_strength__list > li {
    width: 100%;
    margin: 0 0 5% 0;
  }
}
.pTop_strength__list > li:first-child {
  padding: 0;
  border: none;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .pTop_strength__list > li:first-child {
    width: 48%;
    align-self: center;
  }
}
@media screen and (max-width: 660px) {
  .pTop_strength__list > li:first-child {
    width: 100%;
    margin: 0;
  }
}
.pTop_strength__list .title {
  text-align: center;
  line-height: 1.5;
}
.pTop_strength__list .icon {
  padding: 10px 0;
}
.pTop_strength__list .icon img {
  max-width: 100%;
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.pTop_strength__list .summary {
  line-height: 1.5;
}
.pTop_strength__list .link_button {
  padding-top: 1em;
  text-align: center;
}
.pTop_strength__list .link_button a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  color: #fff;
  background-color: #d20b0b;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 2em;
}

.pTop_article {
  background: #eee;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .pTop_article .mobi_side8 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 660px) {
  .pTop_article .mobi_side8 {
    padding-right: 0;
    padding-left: 0;
  }
}

.aArticle {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee;
}
@media screen and (max-width: 960px) {
  .aArticle .mobi_side8 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .aArticle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.aArticle_pagenav {
  padding-top: 30px;
}

.md_article__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 660px) {
  .md_article__list.home {
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    padding-left: 5%;
  }
}
.md_article__list::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 660px) {
  .home .md_article__list::after {
    display: none;
  }
}
.md_article__list > li {
  width: 32%;
  background-color: #fff;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .archive .md_article__list > li {
    width: 47%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 600px) {
  .archive .md_article__list > li {
    width: 100%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 660px) {
  .home .md_article__list > li {
    width: 65vw;
    min-width: 65vw;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.md_article__list > li a {
  display: block;
  color: #131313;
  text-decoration: none;
}
.md_article__list > li .article_thumb {
  position: relative;
  padding-top: 60%;
  display: block;
  overflow: hidden;
}
.md_article__list > li .article_thumb img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50%);
}
.md_article__list > li .article_thumb.substitute {
  background: #ddd;
  display: block;
}
.md_article__list > li .article_thumb.substitute::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f03e";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  color: #ccc;
  font-size: 30px;
  transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .md_article__list > li .article_thumb *::-ms-backdrop, .md_article__list > li .article_thumb img {
    height: auto;
  }
}
.md_article__list > li .article_ttl {
  line-height: 1.5;
  padding: 1em 1.25em;
}

.md_article__more {
  text-align: right;
  padding-right: 1em;
  padding-top: 2em;
}
.md_article__more a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #d20b0b;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d20b0b;
  transition: all 0.1s ease;
}
.md_article__more a:hover {
  transform: scale(1.05);
}
.md_article__more a i {
  padding-left: 0.5em;
}

.pTop_faq__ttl a {
  text-decoration: none;
  color: #131313;
}

.pTop_faq__wrap {
  padding-top: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.mObi_list .md_faq {
  padding-left: 2em;
}
.md_faq .block {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 660px) {
  .md_faq .block {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.md_faq .block dt {
  cursor: pointer;
}
.md_faq .block dd {
  display: none;
  padding-left: 2em;
}
@media screen and (max-width: 660px) {
  .md_faq .block dd {
    padding-left: 0;
  }
}

.mobi_faq__question {
  position: relative;
  padding-left: 0.75em;
  line-height: 1.65;
  padding-right: 2.5em;
}
.mobi_faq__question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  color: #d20b0b;
}
@media screen and (max-width: 660px) {
  .mobi_faq__question::before {
    font-size: 1.2em;
    top: 0.2em;
  }
}
.mobi_faq__question::after {
  position: absolute;
  top: 0.25em;
  right: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 2;
  color: #d20b0b;
  transition: all 0.1s ease;
}
.active .mobi_faq__question::after {
  transform: rotate(180deg);
}

.mobi_faq__answer {
  position: relative;
  margin-top: 2em;
  padding-left: 1.75em;
  line-height: 1.65;
}
@media screen and (max-width: 660px) {
  .mobi_faq__answer {
    margin-top: 1.5em;
  }
}
.mobi_faq__answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  color: #d20b0b;
}
@media screen and (max-width: 660px) {
  .mobi_faq__answer::before {
    font-size: 1.2em;
    top: 0.2em;
  }
}

.mobi_cv__wrap2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.mobi_cv__wrap2> li {
  width: 100%;
  margin-bottom: 3%;
  border-radius: 10px;
  background: #fffffa;
  border:solid 5px #e2e2cf;
}
@media screen and (max-width: 660px) {
  .mobi_cv__wrap2> li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.mobi_cv__wrap2> li .mobinr2{
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 660px) {
  .mobi_cv__wrap2> li .mobinr2{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}





.mobi_cv__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.mobi_cv__wrap > li {
  width: 48.5%;
  margin-bottom: 3%;
  border-radius: 10px;
  background: #fffffa;
  border:solid 5px #e2e2cf;
}
@media screen and (max-width: 660px) {
  .mobi_cv__wrap > li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.mobi_cv__wrap > li .mobinr {
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 660px) {
  .mobi_cv__wrap > li .mobinr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mobi_cv__wrap > li .summary {
  padding-top: 1em;
  line-height: 1.5;
}
.mobi_cv__wrap > li .note {
  padding-top: 0.5em;
}
.mobi_cv__wrap > li .note.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 1em;
}
.mobi_cv__wrap > li .note span.address {
  flex: 100%;
  min-width: 0;
}

.mobi_cv__btn {
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
}
.mobi_cv__btn.line a {
  background: #00b900;
}
.mobi_cv__btn a {
  text-decoration: none;
  color: #fff;
  background: #d20b0b;
  line-height: 54px;
  padding: 0 1em;
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 2em;
}
@media screen and (max-width: 860px) {
  .mobi_cv__btn a {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .mobi_cv__btn a {
    line-height: 40px;
  }
}


/*--------
__page
-----------------------------------------------*/
/*---- page common -----*/
.mobi_page {
  padding-bottom: 60px;
}
.mobi_page.mobi_loan {
  padding-bottom: 0;
}

.mobi_page__head {
  padding: 60px 0;
}

.mobi_page__ttl {
  text-align: center;
}
.mobi_page__ttl a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #131313;
}


.mObi_list > li {
  padding-bottom: 40px;
}
.mObi_list > li:last-child {
  padding-bottom: 0;
}

.mobi_list__ttl {
  margin-bottom: 1.5em;
}
.mobi_list__ttl span {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: thick double #d20b0b;
}


.mobiLoan_strength__list > li {
  border: 3px solid #d20b0b;
  padding: 20px 40px 30px 40px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .mobiLoan_strength__list > li {
    padding: 10px 8% 5% 8%;
  }
}
.mobiLoan_strength__list > li:nth-child(1) {
  md: 600px;
  padding-right: 5%;
  padding-left: 5%;
}
.mobiLoan_strength__list > li:nth-child(1) .strength_ttl::before {
  content: "1.";
}
.mobiLoan_strength__list > li:nth-child(2) .strength_ttl::before {
  content: "2.";
}
.mobiLoan_strength__list > li:nth-child(3) .strength_ttl::before {
  content: "3.";
}
.mobiLoan_strength__list .strength_ttl {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 0.75em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mobiLoan_strength__list .strength_ttl {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl {
    font-size: 6.5vw;
    padding-left: 1.5em;
    padding-top: 0.5em;
  }
}
.mobiLoan_strength__list .strength_ttl br {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl br {
    display: block;
  }
}
.mobiLoan_strength__list .strength_ttl br.desktop {
  display: block;
}
.mobiLoan_strength__list .strength_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  color: #d20b0b;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl::before {
    font-size: 1.5em;
  }
}
.mobiLoan_strength__list .strength_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_image img {
    width: 90%;
    margin: 0 auto;
  }
}
.mobiLoan_strength__list .strength_cont {
  border: 3px solid #ddd;
  padding: 5% 8%;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont {
    border: none;
    background-color: #eee;
  }
}

.mobiLoan_strength__list .strength_cont__list > li {
  position: relative;
  line-height: 1.5;
  padding-left: 2em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont__list > li {
    padding-left: 1.5em;
  }
}
.mobiLoan_strength__list .strength_cont__list > li:last-child {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_cont__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  line-height: 32px;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  text-rendering: auto;
  font-weight: bold;
  color: #d20b0b;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont__list > li::before {
    font-size: 16px;
    line-height: 22px;
  }
}
.mobiLoan_strength__list .strength_note {
  padding-top: 1em;
}
.mobiLoan_strength__list .strength_summary {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_summary {
    margin-top: 20px;
  }
}
.mobiLoan_strength__list .strength_summary .mobinr {
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_summary .mobinr {
    display: block;
  }
}
.mobiLoan_strength__list .strength_summary p {
  padding-bottom: 1em;
  text-align: left;
}
.mobiLoan_strength__list .strength_summary p:last-child {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_summary p strong {
  color: #d20b0b;
}
.mobiLoan_strength__list .strength_annotaiton {
  padding-top: 1.5em;
  line-height: 1.5;
  color: #999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mobiLoan_strength__list .strength_annotaiton p {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_assurance {
  position: relative;
}
.mobiLoan_strength__list .strength_assurance::after {
  content: "Assurance";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-weight: 700;
  font-size: 160px;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -60%) rotate(-10deg);
  transform-origin: center center;
}
@media screen and (max-width: 960px) {
  .mobiLoan_strength__list .strength_assurance::after {
    font-size: 15vw;
  }
}
.mobiLoan_strength__list .strength_assurance img {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mobiLoan_strength__list .strength_assurance img {
    width: 50%;
  }
}
.mobiLoan_strength__list .strength_cars {
  height: 80px;
  position: relative;
}
@keyframes car_loop__before {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes car_loop__after {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.mobiLoan_strength__list .strength_cars::before, .mobiLoan_strength__list .strength_cars::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 80px;
  background-image: url(../images/mobiLoan_14.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: calc(100% + 80px);
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cars::before, .mobiLoan_strength__list .strength_cars::after {
    height: 70px;
    width: 180%;
    left: 0;
  }
}
.mobiLoan_strength__list .strength_cars::before {
  transform: translateX(0%);
  animation: car_loop__before 20s linear infinite;
}
.mobiLoan_strength__list .strength_cars::after {
  transform: translateX(100%);
  animation: car_loop__after 20s linear infinite;
}
.mobiLoan_strength__list .strength_link {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_link {
    padding-bottom: 10px;
  }
}


/*--------
__mobiStore
-----------------------------------------------*/

.mobiStore_image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mobiStore_image > li {
  width: 24%;
}
@media screen and (max-width: 600px) {
  .mobiStore_image > li {
    width: 48.5%;
    padding-bottom: 3%;
  }
}
.mobiStore_image > li img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mobiStore_info {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 40px;
}
.mobiStore_info .dl_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.mobiStore_info .dl_wrap.col {
  flex-wrap: wrap;
  border-bottom: none;
}
.mobiStore_info .dl_wrap.col dt {
  padding-bottom: 0;
}
.mobiStore_info .dl_wrap.col dd {
  padding-bottom: 0;
}
.mobiStore_info .dl_wrap dt, .mobiStore_info .dl_wrap dd {
  padding: 1em 0.5em;
  line-height: 1.5;
}
.mobiStore_info .dl_wrap dt {
  font-weight: 700;
  width: 10em;
}
.mobiStore_info .dl_wrap dd {
  flex: 1;
  min-width: 0;
}
.mobiStore_info .dl_wrap dd p {
  padding-bottom: 0.25em;
}
.mobiStore_info .dl_wrap dd p:last-child {
  padding-bottom: 0;
}
.mobiStore_info .dl_wrap dd .fa-map-marker-alt {
  color: #C53727;
  padding-left: 0.5em;
}
.mobiStore_info .dl_wrap dd a.phone {
  color: #d20b0b;
  font-weight: 700;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
.mobiStore_info .dl_wrap dd .list.inline > li {
  display: inline-block;
  box-sizing: border-box;
}
.mobiStore_info .dl_wrap dd .list.inline > li::after {
  content: " / ";
}
.mobiStore_info .dl_wrap dd .list.inline > li:last-child::after {
  display: none;
}

.mobiStore_gmap {
  position: relative;
  padding-top: 56.25%;
  margin-top: 60px;
}
.mobiStore_gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mobiStore_mutualLink {
  text-align: center;
  padding-top: 40px;
}
.mobiStore_mutualLink a {
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #fa5246;
  text-decoration: none;
  color: #fa5246;
  line-height: 1;
  white-space: nowrap;
  padding: 0.75em 2em;
}
.mobiStore_mutualLink a:hover i {
  transform: translateX(0.25em);
}
.mobiStore_mutualLink a i {
  padding-left: 1em;
  transition: all 0.1s ease;
}


.mobiLoan_feature__head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__head {
    flex-wrap: wrap;
  }
}

.mobiLoan_feature__ttl {
  flex: 1;
  min-width: 0;
  line-height: 1.6;
  padding-right: 5%;
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__ttl {
    flex: 0 1 100%;
    padding-right: 0;
  }
}

.mobiLoan_feature__image {
  width: 30%;
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__image {
    margin: 0 auto;
    width: 60%;
  }
}
.mobiLoan_feature__image img {
  width: 100%;
  height: auto;
  display: block;
}

.mobiLoan_feature__summary {
  background-color: #feebea;
  border-radius: 30px;
  padding: 40px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__summary {
    padding: 20px;
    border-radius: 15px;
  }
}
.mobiLoan_feature__summary p {
  line-height: 1.6;
  padding-bottom: 0.75em;
}
.mobiLoan_feature__summary p:last-child {
  padding-bottom: 0;
}
.mobiLoan_feature__summary p strong {
  color: #d20b0b;
  font-weight: 500;
}

.mobiLoan_feature__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.mobiLoan_feature__list > li {
  width: 30%;
  padding: 30px 15px 15px 15px;
  border: 3px solid #d20b0b;
  margin-bottom: 5%;
  border-radius:5%;
}
.mobiLoan_feature__list .b-none{
  border:none;
  width:1%;
  padding:180px 0 0;
  display:block;
}
.mobiLoan_feature__list .a-none{
  display:none;
  border:none;
  width:1%;
  padding:0;
}
.mobiLoan_feature__list .li ul li{
  padding-left:4%;
}
@media screen and (max-width: 960px) {
  .mobiLoan_feature__list > .li {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobiLoan_feature__list > .b-none{
    display:none;
  }
.mobiLoan_feature__list .a-none{
    display:block;
	text-align:center;
}
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__list > .li {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mobiLoan_feature__list > li .ttl {
  padding: 1em 0;
  color: #d20b0b;
  text-align: center;
  line-height: 1.3;
}
.mobiLoan_feature__list > li p {
  line-height: 1.6;
  text-align: justify;
}

.mobiLoan_feature__list > li .icon {
  width: 100%;
}
.mobiLoan_feature__list > li .icon img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .mobiLoan_feature__list > li .icon img {
    width: 90%;
  }
}
.mobiLoan_feature__list > li .link_btn {
  text-align: center;
  padding-top: 0.5em;
}
.mobiLoan_feature__list > li .link_btn a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background-color: #d20b0b;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  transition: all 0.1s ease;
}
.mobiLoan_feature__list > li .link_btn a:hover {
  transform: scale(1.05);
}

.mobiLoan_service__copy {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 660px) {
  .mobiLoan_service__copy {
    font-size: 18px;
  }
}
.mobiLoan_service__copy .ttl {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 0.5em 1.5em 0.25em 1.5em;
  line-height: 1;
  white-space: nowrap;
}
.mobiLoan_service__copy .ttl::before, .mobiLoan_service__copy .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #d20b0b;
}
.mobiLoan_service__copy .ttl::before {
  transform: rotate(-30deg);
  left: 0;
}
.mobiLoan_service__copy .ttl::after {
  transform: rotate(30deg);
  right: 0;
}

.mobiLoan_service__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .mobiLoan_service__list {
    max-width: 700px;
    margin: 0 auto;
  }
  .mobiLoan_service__list::after {
    content: "";
    display: block;
    width: 31%;
  }
}
.mobiLoan_service__list > li {
  width: 14%;
  padding-top: 14%;
  position: relative;
  background-color: #d20b0b;
  border-radius: 50%;
  margin: 2% 0;
  -webkit-box-shadow: 0 7px 0 #7f0018;
  box-shadow: 0 7px 0 #7f0018;
}

@media screen and (max-width: 960px) {
  .mobiLoan_service__list > li {
    width: 31%;
    padding-top: 31%;
  }
}
.mobiLoan_service__list > li .mobinr {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mobiLoan_service__list > li .icon {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .mobiLoan_service__list > li .icon {
    padding-bottom: 5px;
  }
}
.mobiLoan_service__list > li .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .mobiLoan_service__list > li .ttl {
    font-size: 2.5vw;
  }
}
.mobiLoan_service__list > li .ttl {
  display: block;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  color:#fff;
	    text-shadow:2px 2px 0 #d20b0b, -2px -2px 0 #d20b0b,
              -2px 2px 0 #d20b0b, 2px -2px 0 #d20b0b,
              0px 2px 0 #d20b0b,  0-2px 0 #d20b0b,
              -2px 0 0 #d20b0b, 2px 0 0 #d20b0b;
}

.mobi_part__details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .mobi_part__details {
    padding-top: 5px;
  }
}
.mobi_part__details > li {
  width: 47%;
}
@media screen and (max-width: 600px) {
  .mobi_part__details > li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.mobi_part__details > li img {
  display: block;
  text-align: center;
  overflow: hidden;
}
.mobi_part__details > li img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s ease;
}

/*--------
__mobiLoan
-----------------------------------------------*/
.mobi_Hero__ttl em {
  display: block;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  background: #8e8e8e;
  color: #fff;
  line-height: 1.2;
  padding: 0.7em 0.5em;
  box-shadow: 0.15em 0.15em 0 #dddddd;
}
@media screen and (max-width: 960px) {
  .mobi_Hero__ttl em {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 660px) {
  .mobi_Hero__ttl em {
    font-size: 20px;
  }
}
.mobi_Hero__ttl em span {
  display: inline-block;
  box-sizing: border-box;
}
.mobi_Hero__ttl em span::after {
  content: "・";
}
.mobi_Hero__ttl em span:last-child::after {
  display: none;
}

.mobi_Hero__copy {
  font-size: 54px;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 1100px) {
  .mobi_Hero__copy {
    font-size: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .mobi_Hero__copy {
    line-height: 1.4;
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 660px) {
  .mobi_Hero__copy .block {
    display: block;
  }
}
.mobi_Hero__copy strong {
  display: inline-block;
  box-sizing: border-box;
  color: #d20b0b;
}
.mobi_Hero__copy .title {
  display: block;
  padding-top: 0.25em;
}

.mobi_Hero__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .mobi_Hero__contents {
    padding-top: 0;
  }
}
.mobi_Hero__contents .l_txt {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .mobi_Hero__contents .l_txt {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.mobi_Hero__contents .l_image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .mobi_Hero__contents .l_image {
    width: 100%;
    order: 1;
  }
}
.mobi_Hero__contents .l_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .mobi_Hero__contents .l_image img {
    width: 65%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.mobiLoan_intro__ttl {
  background: #d20b0b;
  color: #fff;
  padding: 1em 5% 0.75em 5%;
  position: relative;
  line-height: 1.5;
}
.mobiLoan_intro__ttl br {
  display: none;
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__ttl br {
    display: block;
  }
}

.mobiLoan_intro__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.mobiLoan_intro__list li {
  margin-bottom: 2%;
  padding: 0 40px;
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list li {
    padding-right: 10%;
    padding-left: 10%;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list li {
    margin-bottom: 15px;
  }
}
.mobiLoan_intro__list li:nth-child(1) {
  background-color: #d20b0b;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list li:nth-child(1) {
    padding-top: 40px;
  }
}
.mobiLoan_intro__list li:nth-child(1) .intro_title::before {
  content: "1.";
}
.mobiLoan_intro__list li:nth-child(2) {
  width: 49%;
  background: #FFE5E6;
  border: 3px solid #d20b0b;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list li:nth-child(2) {
    padding-right: 10%;
    padding-left: 10%;
    text-align: justify;
  }
}
.mobiLoan_intro__list li:nth-child(2) .intro_title::before {
  content: "2.";
}
.mobiLoan_intro__list li:nth-child(3) {
  width: 49%;
  border: 3px solid #d20b0b;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list li:nth-child(3) {
    padding-right: 10%;
    padding-left: 10%;
    text-align: justify;
  }
}
.mobiLoan_intro__list li:nth-child(3) .intro_title::before {
  content: "3.";
}
.mobiLoan_intro__list .intro_list__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list .intro_list__wrap {
    padding-bottom: 40px;
  }
}
.mobiLoan_intro__list .intro_list__wrap .intro_txt {
  flex: 1;
  min-width: 0;
  padding-right: 10%;
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list .intro_list__wrap .intro_txt {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
.mobiLoan_intro__list .intro_list__wrap .intro_title {
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 0.5em;
}
.mobiLoan_intro__list .intro_list__wrap .intro_summary {
  color: #fff;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .mobiLoan_intro__list .intro_list__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mobiLoan_intro__list .intro_list__column .intro_txt {
    flex: 1;
    min-width: 0;
    padding-right: 10%;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list .intro_list__column .intro_txt {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
.mobiLoan_intro__list .intro_title {
  color: #d20b0b;
  position: relative;
  padding-left: 1.25em;
  line-height: 1.3;
  padding-bottom: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .mobiLoan_intro__list .intro_title {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list .intro_title {
    font-size: 28px;
  }
}
.mobiLoan_intro__list .intro_title::before {
  position: absolute;
  top: 0;
  left: 0;
}
.mobiLoan_intro__list .intro_summary {
  line-height: 1.6;
  color: #d20b0b;
  max-width: 320px;
  margin: 0 auto;
}
.mobiLoan_intro__list .intro_infograf {
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .mobiLoan_intro__list .intro_infograf {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mobiLoan_intro__list .intro_infograf {
    width: 30%;
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list .intro_infograf {
    width: 100%;
    padding-top: 20px;
  }
}
.mobiLoan_intro__list .intro_infograf img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 540px) {
  .mobiLoan_intro__list .intro_infograf img {
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.mobiLoan_sec__ttl{
  position: relative;
  padding: 0.1em 0.2rem;
  background: #d20b0b;
  color:#fff;
  border-bottom:solid 6px #91001c;
}


.mobiLoan_issue {
  position: relative;
}
.mobiLoan_issue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}

.mobiLoan_issue__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.mobiLoan_issue__list > li {
  width: 30%;
}
@media screen and (max-width: 540px) {
  .mobiLoan_issue__list > li {
    width: 47%;
  }
}
.mobiLoan_issue__list .mobi_image {
  max-width: 240px;
  margin: 0 auto;
  padding-top: 40px;
}
.mobiLoan_issue__list .mobi_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.mobiLoan_issue__list .mobi_ttl {
  line-height: 1.6;
  text-align: center;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .mobiLoan_issue__list .mobi_ttl br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_issue__list .mobi_ttl br {
    display: block;
  }
}
.mobiLoan_issue__list .issue_note {
  line-height: 1.5;
  padding: 1em 1em 0 1em;
}

.mobiLoan_issue__copy {
  position: relative;
  z-index: 2;
  text-align: center;
}
.mobiLoan_issue__copy p.ttl {
  font-size: 0.5em;
  display: block;
  overflow-wrap: break-word;
}
.mobiLoan_issue__copy span.copy {
  background: #ddd;
  color: #d20b0b;
  font-size:70%;
  padding:0 2%;
}
@media screen and (max-width: 540px) {
  .mobiLoan_issue__copy span.copy {
    background: #ddd;
    font-size:4vw;
	overflow-wrap: break-word;
  }
}
.mobiLoan_issue__copy span.copy br {
  display: none;
}
@media screen and (max-width: 540px) {
  .mobiLoan_issue__copy span.copy br {
    display: block;
  }
}

.mobiLoan_about__infograf {
  display: block;
  max-width: 860px;
  margin: 0 auto;
}
.mobiLoan_about__infograf img {
  width: 100%;
  height: auto;
  display: block;
}

.mobiLoan_about__copy {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 660px) {
  .mobiLoan_about__copy {
    font-size: 20px;
  }
}
.mobiLoan_about__copy .copy {
  display: block;
  font-size: 1.65em;
  line-height: 1.2;
}

.mobiLoan_about__copy .ttl{
  position: relative;
  padding: 0.4em;
  background-color: #d20b0b;
  border-radius: 7px;
  color:#fff;	
}

.mobiLoan_about__copy .ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d20b0b;
  
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .mobiLoan_about__copy .copy {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mobiLoan_about__copy .copy {
    font-size: 6vw;
    border-width: 5px;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_about__copy .copy {
    font-size: 7vw;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
}
@media screen and (max-width: 540px) {
  .mobiLoan_about__copy .copy > span {
    display: block;
  }
}
.mobiLoan_about__copy .copy strong {
  color: #d20b0b;
}
.mobiLoan_a
bout__copy .copy br {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobiLoan_about__copy .copy br {
    display: block;
  }
}

.mobiLoan_about__ttl {
  color: #d20b0b;
  line-height: 1.6;
}

.mobiLoan_about__summary {
  padding-top: 1.5em;
}

.mobiLoan_strength__list > li {
  border: 3px solid #d20b0b;
  padding: 20px 40px 30px 40px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list > li {
    padding: 10px 8% 5% 8%;
  }
}
.mobiLoan_strength__list > li:nth-child(1) {
  md: 600px;
  padding-right: 5%;
  padding-left: 5%;
}
.mobiLoan_strength__list > li:nth-child(1) .strength_ttl::before {
  content: "1.";
}
.mobiLoan_strength__list > li:nth-child(2) .strength_ttl::before {
  content: "2.";
}
.mobiLoan_strength__list > li:nth-child(3) .strength_ttl::before {
  content: "3.";
}
.mobiLoan_strength__list .strength_ttl {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 0.75em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mobiLoan_strength__list .strength_ttl {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl {
    font-size: 6.5vw;
    padding-left: 1.5em;
    padding-top: 0.5em;
  }
}
.mobiLoan_strength__list .strength_ttl br {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl br {
    display: block;
  }
}
.mobiLoan_strength__list .strength_ttl br.desktop {
  display: block;
}
.mobiLoan_strength__list .strength_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  color: #d20b0b;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_ttl::before {
    font-size: 1.5em;
  }
}
.mobiLoan_strength__list .strength_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_image img {
    width: 90%;
    margin: 0 auto;
  }
}
.mobiLoan_strength__list .strength_cont {
  border: 3px solid #ddd;
  padding: 5% 8%;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont {
    border: none;
    background-color: #eee;
  }
}
.mobiLoan_strength__list .strength_cont__list > li {
  position: relative;
  line-height: 1.8;
  padding-left: 3em;
  padding-bottom: 0.75em;
  font-size:1.3rem;
  font-weight:bold;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont__list > li {
    padding-left: 2.5em;
  }
}
.mobiLoan_strength__list .strength_cont__list > li:last-child {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_cont__list > li::before {
  content: "";
  position: absolute;
  top: 0;

  left: 0;
  height: 24px;
  width: 24px;
  line-height: 32px;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  text-rendering: auto;
  font-weight: bold;
  color: #d20b0b;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cont__list > li::before {
    font-size: 16px;
    line-height: 22px;
  }
}
.mobiLoan_strength__list .strength_note {
  padding-top: 1em;
}
.mobiLoan_strength__list .strength_summary {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_summary {
    margin-top: 20px;
  }
}
.mobiLoan_strength__list .strength_summary .mobinr {
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_summary .mobinr {
    display: block;
  }
}
.mobiLoan_strength__list .strength_summary p {
  padding-bottom: 1em;
  text-align: left;
}
.mobiLoan_strength__list .strength_summary p:last-child {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_summary p strong {
  color: #d20b0b;
}
.mobiLoan_strength__list .strength_annotaiton {
  padding-top: 1.5em;
  line-height: 1.5;
  color: #999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mobiLoan_strength__list .strength_annotaiton p {
  padding-bottom: 0;
}
.mobiLoan_strength__list .strength_assurance {
  position: relative;
}
.mobiLoan_strength__list .strength_assurance::after {
  content: "Assurance";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-weight: 700;
  font-size: 160px;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -60%) rotate(-10deg);
  transform-origin: center center;
}
@media screen and (max-width: 960px) {
  .mobiLoan_strength__list .strength_assurance::after {
    font-size: 15vw;
  }
}
.mobiLoan_strength__list .strength_assurance img {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mobiLoan_strength__list .strength_assurance img {
    width: 50%;
  }
}
.mobiLoan_strength__list .strength_cars {
  height: 80px;
  position: relative;
}
@keyframes car_loop__before {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes car_loop__after {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.mobiLoan_strength__list .strength_cars::before, .mobiLoan_strength__list .strength_cars::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 80px;
  background-image: url(../images/mobiLoan_14.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: calc(100% + 80px);
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_cars::before, .mobiLoan_strength__list .strength_cars::after {
    height: 70px;
    width: 180%;
    left: 0;
  }
}
.mobiLoan_strength__list .strength_cars::before {
  transform: translateX(0%);
  animation: car_loop__before 20s linear infinite;
}
.mobiLoan_strength__list .strength_cars::after {
  transform: translateX(100%);
  animation: car_loop__after 20s linear infinite;
}
.mobiLoan_strength__list .strength_link {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .mobiLoan_strength__list .strength_link {
    padding-bottom: 10px;
  }
}



.mobiLoan_link__diagnosis {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mobiLoan_link__diagnosis {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.mobiLoan_link__diagnosis::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: 150vw;
  background: #eee;
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobiLoan_link__diagnosis::after {
    display: block;
  }
}
.mobiLoan_link__diagnosis a {
  display: inline-block;
  box-sizing: border-box;
  max-width: 660px;
  position: relative;
  z-index: 2;
}
.mobiLoan_link__diagnosis a:hover img {
  transform: scale(1.02);
}
.mobiLoan_link__diagnosis a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s ease;
}

.youtube {
  width: 53%;
  aspect-ratio: 16 / 9;
}
.youtube video{
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 1480px) {
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.youtube video{
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 1080px) {
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.youtube video{
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 720px) {
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.youtube video {
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 480px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube video {
  width: 100%;
  height: 100%;
}
}



.flow {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.flow video{
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 1480px) {
.flow {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.flow video{
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 1080px) {
.flow {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.flow video{
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 720px) {
.flow {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.flow video {
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 480px) {
.flow {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.flow video {
  width: 100%;
  height: 100%;
}
}

.mobi_feature .mobiLoan_feature__list	.list-style li{
   list-style-type: circle;
	}
.inner_bfb .bfb_closed{
	display:none;align-content
}