@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* =============================================================================
Basic style
========================================================================== */
/* body InitialStyle */
body {
  background: #fff;
  -webkit-text-size-adjust: none;
}

/* Wrapper InitialStyle */
#wrapper {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* Inner InitialStyle */
.inner {
  position: relative;
  width: 604px;
  margin: 0 auto;
  padding: 0;
}

/* =============================================================================
Image
========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Image center */
.img-center {
  display: block;
  margin: 0 auto;
}

/* =============================================================================
Common Style
========================================================================== */
table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 150%;
  *font-size: 100%;
  font: 115% monospace;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

ul,
li {
  list-style: none;
}

input[type='text'],
input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
}

button {
  padding: 0;
  border: none;
  background-color: white;
}

/* box-sizing */
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
table,
tr,
th,
td,
article,
aside,
header,
footer,
section,
nav {
  box-sizing: border-box;
}

/* =============================================================================
Typography
========================================================================== */
body {
  color: #333;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo,
    'MS P Gothic', 'ＭＳ Ｐゴシック', Osaka, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

p {
  line-height: 1.6;
  text-align: left;
}

dt,
dd {
  line-height: 1.6;
}

.gothic {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ',
    Meiryo, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

.minchou {
  font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.yumin {
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho',
    'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'MS Mincho', 'HiraMinProN-W3',
    serif;
}

.yugo {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic';
}

.din {
  font-family: 'DIN Alternate', Arial, Helvetica, sans-serif;
}

.century {
  font-family: 'Century Gothic', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  　tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='text'],
input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
}

button {
  padding: 0;
  border: none;
  background-color: white;
}

/* convenient styles */
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* color */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #3254ad;
}

.darkred {
  color: #d6000a;
}

.red {
  color: #f00;
}

/* line-height */
.line10 {
  line-height: 1;
}

.line13 {
  line-height: 1.3;
}

.line14 {
  line-height: 1.4;
}

.line16 {
  line-height: 1.6;
}

.line17 {
  line-height: 1.7;
}

.line18 {
  line-height: 1.8;
}

.line19 {
  line-height: 1.9;
}

.line20 {
  line-height: 2;
}

/* font-size */
.fs-0 {
  font-size: 0;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 30px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-56 {
  font-size: 56px;
}

.fs-58 {
  font-size: 58px;
}

.fs-60 {
  font-size: 60px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-73 {
  font-size: 73px;
}

.fs-75 {
  font-size: 75px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-90 {
  font-size: 90px;
}

.fs-93 {
  font-size: 93px;
}

.fs-100 {
  font-size: 100px;
}

/* =============================================================================
Layout style
========================================================================== */
/* Header */
.header {
  width: 100%;
}

/* Footer */
.footer {
  width: 100%;
}

/* Container */
#container {
  width: 100%;
}

/* display */
.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/* position styles */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* flex box */
.flex {
  display: flex;
  display: -webkit-flex;
}

.f-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}

.radio_flex01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.radio_item01 {
  width: 50%;
  border: solid 2px #4c4c4c;
}

.radio_item02 {
  width: 33.33333%;
  border: solid 2px #4c4c4c;
  letter-spacing: -0.01em;
}

.radio_item03 {
  width: 66.66666%;
  border: solid 2px #4c4c4c;
  letter-spacing: -0.01em;
}

.align-ac {
  display: inline-flex;
  display: flex;
  align-items: center;
}

/* =============================================================================
Others
========================================================================== */
/* Header fix */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* hover effect */
.u-target,
.btn {
  transition: opacity 0.3s;
}

/*NOTE: 選択しましたなどのボタンのhover時のスタイル*/
.u-target:hover,
.btn:hover,
.contact-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
}

/*NOTE: ヘッダーのバックグラウンド*/
.header_bg01 {
  padding: 8px 0 10px;
}

/*NOTE: ヘッダーのインナーのスタイル*/
.header_inner {
  width: 960px;
  margin: 0 auto;
}

/*NOTE: ヘッダーのflexのスタイル*/
.header_flex01 {
  display: flex;
  align-items: center;
}

/*NOTE: ヘッダー内のマンションナビのロゴ*/
.header_logo01 {
  width: 310px;
  margin: 0 229px 0 0;
  padding-top: 2px;
}

/*NOTE: ヘッダー内の完全無料の画像*/
.header_img01 {
  width: 142px;
  margin: 0 25px 0 0;
}

/*NOTE: ご利用者様500万人突破の画像*/
.header_img02 {
  width: 257px;
  padding: 9px 0 0 0;
}

/*NOTE: 2022年自社調べのテキスト*/
.header_text01 {
  padding: 6px 0 0 0;
  font-size: 12px;
  text-align: right;
}

/* basic add style */
html,
body {
  height: 100%;
}

body:before {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/pc/main_bg01.jpg) repeat center;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*NOTE: フォーム要素がサイドよりもしなになる為のスタイル*/
.front {
  position: relative;
  z-index: 10;
}

.em {
  color: #ff2f00;
}

/* main style */
.main {
  display: block;
  position: relative;
}

.main_inner {
  width: 900px;
  margin: 0 auto;
}

/*NOTE: メインの背景画像スタイル*/
.main_bg01 {
  position: relative;
  height: 100%;
  margin: -30px 0 0 0;
  padding: 30px 0 260px 0;
  background: url(../images/pc/main_bg01.jpg) repeat center;
}

/*NOTE: activeはいるのか不明*/
.main_bg01.active {
  padding: 30px 0 0 0;
}

/*NOTE: 「隙間時間に! 一括査定で徹底比較！」*/
/*TODO:画像のクラス名になっている為変更が必要*/
.main_title01 {
  position: relative;
  z-index: 2;
  width: 2000px;
  margin: 0 0 0 -550px;
}

/* text style */
/*TODO: 使ってないので削除*/
.text_pos01 {
  position: absolute;
  top: 33px;
  right: 0;
}

/*TODO: 使ってないので削除*/
.text_pos02 {
  position: absolute;
  top: 0;
  right: 0;
}

/*NOTE: コンシェルジュ山口の文言のスタイル*/
.text_wrap {
  padding: 12px 12px 12px 14px;
  font-size: 0.26rem;
  font-weight: bold;
  border-radius: 3px;
}

/*TODO: HTMLとjsでは使われていないので削除*/
.visit_bg {
  background-color: #85e249;
  font-size: 18px;
  font-weight: bold;
  min-width: 206px;
}

/*TODO: visit_bgが使われていないので削除*/
.visit_bg::after {
  position: absolute;
  top: 40%;
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #85e249;
  content: '';
}

/*TODO: visit_bgが使われていないので削除*/
.visit_bg[data-load='active']::before,
.visit_bg[data-action='active']::before {
  position: absolute;
  top: 33px;
  left: -35px;
  font-size: 14px;
  content: '既読';
  -webkit-animation: fadeIn forwards;
  animation: fadeIn forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  opacity: 0;
}

/*NOTE: コンシェルジュ山口のバックグラウンドスタイル*/
.guide_bg {
  position: relative;
  z-index: 10;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.guide_bg.min {
  width: 370px;
}

.guide_bg.max {
  width: 430px;
}

/*NOTE: コンシェルジュ山口の吹き出しスタイル*/
.guide_bg::after {
  position: absolute;
  top: 44%;
  left: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  content: '';
}

/*NOTE: コンシェルジュ山口の名前のスタイル*/
.guide_name {
  position: absolute;
  top: -28px;
  left: 85px;
  font-size: 16px;
  font-weight: bold;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

/*NOTE: コンシェルジュ山口の画像についてのスタイル*/
.guide_img {
  width: 80px;
  margin: 0 20px 0 0;
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

/**NOTE: 各コンシェルジュ山口のコンテンツのフレックスにつくマージンのスタイル*!*/
.flex_content01 {
  margin: 50px 0 0 0;
}

/*NOTE: 各コンテンツのフレックスにつくマージンのスタイル*/
.flex_content02 {
  margin: 0 0 10px 0;
}

/*NOTE: フォームの最初（コンシェルジュ山口の吹き出し）のスタイル*/
.form_topcontent {
  position: relative;
  z-index: 1;
  padding: 40px 0 0 0;
}

/*NOTE: 住所回答後の2つのコンシェルジュ山口のコンテンツのスタイル
   ・ありがとうございます！パークシティ 1014号室ですね。それでは、おわかりになる範囲で物件情報について教えてください。
   ・以下の表を参考に専有面積を選択してください。正確じゃなくても大丈夫です！
   */
.form_topcontent02 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 74px 0 0  0;
  /*↑番地との間が空いていた為調整してコンシェルジュ山口の上にマージンを設定する用に修正*/
}

/*NOTE: 各コンテンツのマージンスタイルの違い*/
/*TODO: クラス名の変更が必要*/
.form_content01 {
  position: relative;
  z-index: 0;
  margin: 0 0 40px 0;
}

/*NOTE: 各コンテンツのマージンスタイルの違い*/
/*TODO: クラス名の変更が必要*/
.form_content02 {
  position: relative;
  margin: 0 0 30px 0;
}

/*TODO: 上記と同じなので統一で良いか確認*/
.form_content03 {
  position: relative;
  z-index: 1;
  margin: 0 0 30px 0;
}

/*NOTE: 各コンテンツのマージンスタイルの違い*/
/*TODO: クラス名の変更が必要*/
.form_content04 {
  position: relative;
  z-index: 1;
  margin: 0 0 50px 0;
}

/*NOTE: 各コンテンツのマージンスタイルの違い*/
/*TODO: クラス名の変更が必要*/
.form_content05 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px 0;
}

/*NOTE: 各コンテンツのマージンスタイルの違い*/
/*TODO: クラス名の変更が必要*/
.form_text01 {
  font-size: 18px;
  font-weight: bold;
}

/*NOTE: 必須の場合のラベル*/
.form_label-01 {
  padding: 1px 4px;
  background-color: #ff2f00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/*NOTE: 任意の場合ラベル*/
.form_label-02 {
  padding: 1px 4px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/*NOTE: だいたいでOKです。などの注意書きのスタイル*/
.form_note {
  position: relative;
  width: 640px;
  padding: 0 0 0 28px;
  color: #3498db;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.form_note::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../images/pc/note_item01.png) no-repeat center/cover;
  content: '';
}

/*NOTE: テキストエリアとして使いたい場合のスタイル*/
.form_textarea {
  width: 100%;
  height: 146px;
  padding: 10px 8px;
  border: solid 2px #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}

/*NOTE: テキストエリアのプレースホルダー（古いバージョンのChromeやSafariでの互換性を考慮）*/
.form_textarea::-webkit-input-placeholder {
  font-size: 17px;
  letter-spacing: -0.04em;
}

/*NOTE: テキストエリアのプレースホルダー（Internet Explorer 10 および 11対応）*/
.form_textarea:-ms-input-placeholder {
  font-size: 17px;
  letter-spacing: -0.04em;
}

/*NOTE: TODO: 上記と同様の為削除対象か*/
.form_textarea::-ms-input-placeholder {
  font-size: 17px;
  letter-spacing: -0.04em;
}

/*NOTE: テキストエリアのプレースホルダー*/
.form_textarea::placeholder {
  font-size: 17px;
  letter-spacing: -0.04em;
}

/*NOTE: 分岐時の背景の設定*/
.form_branch_bg01 {
  padding: 30px 27px;
  background-color: #fff;
  border-radius: 5px;
}

/*NOTE: あなたと物件の関係で「その他」選択時などのスタイル*/
.form_branch_bg01.js-branch-other-hope {
  border-radius: 5px 5px 0 0;
}

/*TODO: 設定がない為削除*/
.form_branch_bg01.scrollbranch-bottom {
  padding: 0 27px 30px;
  border-radius: 0 0 5px 5px;
}

/*TODO: 設定がない為削除*/
.form_branch_bg01.scrollbranch04 {
  margin: -60px 0 0 0;
}

/*NOTE: inputに円/月額がつく箇所の設定*/
.form_branch_flex01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/*NOTE: 分岐時のタイトルの設定 */
.form_branch_text01 {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-weight: bold;
}

/*NOTE: 分岐時のタイトルの前のアイコンなどの設定 */
.form_branch_text01::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/pc/form_branch_item01.png) no-repeat center/cover;
  content: '';
}

/*TODO: 使われていない為削除で良い*/
.form_branch_text02 {
  display: block;
  margin: 0 0 5px 0;
}

/*NOTE: 円/月額に対するスタイル*/
.form_branch_money01 {
  font-size: 18px;
  font-weight: bold;
}

/*TODO: 使われていない為削除*/
.form_branch_textarea {
  width: 508px;
  height: 72px;
  margin: 0 0 0 -19px;
  padding: 10px 8px;
  border: solid 2px #3498db;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}

/*TODO: 使われていない為削除*/
.form_branch_note01 {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

/*NOTE: selectに関するスタイル*/
.select {
  display: block;
  padding: 0 0 0 10px;
  border: solid 3px #4c4c4c;
  background: linear-gradient(to bottom, #f9f9f9 40%, #cecece);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
}

/*NOTE: 都道府県選択などのselectでのスタイル*/
.select-area {
  width: 295px;
  height: 48px;
}

/*NOTE: 築年数などのselectでのスタイル*/
.select-area02 {
  width: 100%;
  height: 48px;
}

/*NOTE: select boxのwrap*/
.select_wrap {
  position: relative;
}

.select_wrap:nth-of-type(1),
.select_wrap:nth-of-type(2) {
  margin: 0 0 20px 0;
}

.select_wrap::before {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 99;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  pointer-events: none;
  pointer-events: none;
}

.select_wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 33px;
  height: 48px;
  background-color: #4c4c4c;
  content: '';
  border-radius: 0 3px 3px 0;
  pointer-events: none;
}

.select_wrap.error::after {
  background-color: #db0000;
}

/*NOTE: 必須項目が埋まってなかった場合の赤枠の表示などについて*/
.select_wrap.error .select {
  border: solid 3px #db0000;
  background: linear-gradient(to bottom, #feecec 40%, #fdd0d0);
}

/*NOTE: 必須項目が問題なく埋まっている際のチェックマークのスタイル*/
.select_wrap.clear::before {
  top: 16px;
  width: 18px;
  height: 18px;
  border: none;
  background: url(../images/pc/select_clear.png) no-repeat center/cover;
}

/*NOTE: 必須項目が問題なく埋まっている際の矢印のカラーを透明にするスタイル*/
.select_wrap.clear::after {
  background-color: transparent;
}

/*NOTE: 必須項目が問題なく埋まっている際のselect boxの枠のカラーのスタイル*/
.select_wrap.clear .select {
  border: solid 3px #3498db;
}

/*NOTE: 選択しましたボタンのスタイル*/
/*TODO: finish_btnクラスは使われていない為削除でも良いか*/
.middle_btn,
.finish_btn {
  width: 463px;
  margin: 0 auto;
  cursor: pointer;
}

/*TODO: 使われていない為削除*/
.top_btn {
  display: block;
  width: 326px;
  margin: 25px 0 0 auto;
}

/*NOTE: はい、いいえなどのボタンのスタイル*/
.same_btn {
  width: 302px;
  margin: 0 0 20px 0;
  cursor: pointer;
}

/*TODO: 使われていない為削除*/
.error_btn01 {
  display: block;
  width: 463px;
  margin: 0 auto 30px;
}

/*TODO: 使われていない為削除*/
.error_btn02 {
  display: block;
  width: 463px;
  margin: 0 auto 40px;
}

/*NOTE: 価格のチェックボタン*/
.check_btn {
  display: block;
  width: 463px;
  margin: 0 auto 10px;
}

/*TODO: 使われていない為削除*/
.banner {
  display: block;
  width: 463px;
  margin: 0 auto 40px;
}

/*NOTE: 必須項目のエラーテキストのスタイル*/
.error_text {
  margin: 8px 0 0 0;
  padding: 1px 8px;
  background-color: #ff2f00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/*NOTE: footerのテキストのスタイル*/
/*TODO: クラス名の変更が必要*/
.footer_text01 {
  margin: 0 0 5px 0;
  font-size: 13px;
  text-align: center;
}

/*NOTE: footerテキストのアンカーのスタイル*/
.footer_text01 a {
  color: #004eff;
  text-decoration: underline;
}

/*NOTE: footerのコピーライトのスタイル*/
.footer_copyright {
  display: block;
  padding: 20px 0 110px 0;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}

/*NOTE: したにある画像のスタイル*/
.bottom_img {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 2000px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bottom_img.active {
  position: absolute;
  bottom: 198px !important;
}

/*NOTE:ラジオボタンのスタイル*/
.radio_item01 {
  width: 50%;
  border: solid 2px #4c4c4c;
}

/*TODO: 上記との違いが半分かどうかしかないのでクラス名の変更*/
.radio_textarea {
  border: solid 2px #4c4c4c;
}

/*NOTE: ラジオボタン欄が連続で続いた時にボーダーを二重で出さない為のスタイル*/
.radio_textarea + .radio_textarea {
  border-top: none;
}

/*NOTE: 半分のラジオボタンエリアの偶数の左のボーダーが二重に出さない為のスタイル*/
.radio_textarea02:nth-of-type(2n) {
  border-left: none;
}

/*NOTE: 半分のラジオボタンエリアの上下のボーダーがかさならないようにするスタイル*/
.radio_textarea02:not(:nth-of-type(-n + 2)) {
  border-top: none;
}

.radio_textarea03:nth-of-type(3n + 2),
.radio_textarea03:nth-of-type(3n) {
  border-left: none;
}

.radio_textarea03:not(:nth-of-type(-n + 3)) {
  border-top: none;
}

/*NOTE: チェックボックスの幅のスタイル*/
/*TODO: クラス名の変更が必要*/
.check_item01 {
  width: 50%;
  border: solid 2px #4c4c4c;
}

/*NOTE: チェックボックスエリアの左のボーダーが重ならない為のスタイル*/
/*TODO: クラス名の変更が必要*/
.check_textarea:nth-of-type(2n) {
  border-left: none;
}
/*NOTE: チェックボックスエリアの上のボーダーが重ならない為のスタイル*/
/*TODO: クラス名の変更が必要*/
.check_textarea:not(:nth-of-type(-n + 2)) {
  border-top: none;
}

/*NOTE: チェックボックスの幅のスタイル 100% */
/*TODO: クラスの名の変更が必要*/
.check_textarea_full {
  width: 100%;
}

/*NOTE: チェックボックスのフルの場合の上と左のボーダーが重ならない為の処理*/
.check_textarea_full:nth-of-type(2n) {
  border-top: none;
  border-left: solid 2px #4c4c4c;
}

/*NOTE: 一般的なテキストエリアのスタイル*/
.input_text,
.input_email,
.input_num {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 0 0 10px;
  border: solid 2px #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}

/*NOTE: 分割されているテキストエリアのスタイル*/
/*TODO: input_num-nameは使われてないので削除*/
.input_text-name,
.input_email-name,
.input_num-name {
  display: inline-block;
  width: 295px;
  height: 48px;
  padding: 0 0 0 10px;
  border: solid 2px #4c4c4c;
  font-size: 18px;
  border-radius: 3px;
}

/*NOTE: 上記のプレイスホルダーのスタイル*/
.input_text-name::-webkit-input-placeholder,
.input_email-name::-webkit-input-placeholder,
.input_num-name::-webkit-input-placeholder {
  font-size: 18px;
}

/*NOTE: 上記のプレースホルダーのスタイル（Internet Explorer対応）*/
.input_text-name:-ms-input-placeholder,
.input_email-name:-ms-input-placeholder,
.input_num-name:-ms-input-placeholder {
  font-size: 18px;
}

/*NOTE: 上記のプレースホルダーのスタイル（Internet Explorer 11以降やMicrosoft Edge対応）*/
.input_text-name::-ms-input-placeholder,
.input_email-name::-ms-input-placeholder,
.input_num-name::-ms-input-placeholder {
  font-size: 18px;
}

/*NOTE: 上記のプレースホルダーのスタイル（モダンブラウザ対応）*/
.input_text-name::placeholder,
.input_email-name::placeholder,
.input_num-name::placeholder {
  font-size: 18px;
}

/*NOTE: 名前入力のフレックスのスタイル*/
.name-flex-wrap {
  width: 296px;
  align-items: center;
}

/*NOTE: 名前入力のテキストのスタイル*/
.name-flex-wrap .name-flex-text {
  width: 36px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

/*NOTE: 名前入力のインプットのスタイル*/
.name-flex-wrap .name-flex-input {
  width: 259px;
}

/*NOTE: 分岐時のテキスト、Eメールのスタイル*/
/*TODO: input_num-branch01は使用していないので削除*/
.input_text-branch01,
.input_email-branch01,
.input_num-branch01 {
  display: inline-block;
  width: 470px;
  height: 48px;
  padding: 0 0 0 10px;
  border: solid 2px #4c4c4c;
  font-size: 18px;
  border-radius: 3px;
}

/*NOTE: 分岐時のエラースタイル*/
.input_text.error,
.input_email.error,
.input_num.error,
.input_radio-label.error,
.input_checkbox-label.error,
.input_text-name.error,
.input_tell.error {
  background-color: #fdd2d2;
}

/*NOTE: 電話番号入力のスタイル*/
/*TODO: 電話番号入力を1つの列にするため変更が必要。他の項目を表示する必要がある*/
.input_tell {
  display: inline-block;
  height: 48px;
  padding: 0 0 0 10px;
  border: solid 2px #4c4c4c;
  font-size: 18px;
  border-radius: 3px;
}

/*NOTE: ラジオボタンのインプットのスタイル*/
.input_radio {
  display: none;
  position: relative;
  margin: 0;
  vertical-align: middle;
}

/*NOTE: ラジオボタンのラベルのスタイル*/
.input_radio-label {
  display: block;
  position: relative;
  padding: 9px 36px 7px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

/*NOTE:画面上に見えているラジオボタンの枠のスタイル*/
.input_radio-label::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #cbcccd;
  background: #fff;
  content: '';
  border-radius: 10px;
  box-sizing: border-box;
}

/*NOTE: ラジオボタンがチェックされた場合ののスタイル*/
.input_radio:checked + .input_radio-label {
  background-color: #9cd5fb;
}

/*NOTE: ラジオボタンがチェックされた場合のチェックのスタイル*/
.input_radio:checked + .input_radio-label::after {
  display: block;
  position: absolute;
  top: 18.5px;
  left: 15.6px;
  width: 8.5px;
  height: 8.5px;
  background: #3498db;
  content: '';
  border-radius: 10px;
  box-sizing: border-box;
}

/*NOTE: チェックボックスの実態のスタイル*/
.input_checkbox {
  display: none;
  position: relative;
  margin: 0;
  vertical-align: middle;
}

/*NOTE: チェックボックスのラベルのスタイル*/
.input_checkbox-label {
  display: block;
  position: relative;
  padding: 9px 36px 7px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

/*NOTE: 画面上に表示されているチェックボックスの枠のスタイル*/
.input_checkbox-label::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #cbcccd;
  background: #fff;
  content: '';
  box-sizing: border-box;
}

/*NOTE: チェックされているチェックボックスの背景のスタイル*/
.input_checkbox:checked + .input_checkbox-label {
  background-color: #9cd5fb;
}

/*NOTE: 画面上に出ているチェックされたチェックボックスのスタイル*/
.input_checkbox:checked + .input_checkbox-label::after {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 15.5px;
  height: 9.5px;
  border-bottom: 3px solid #3498db;
  border-left: 3px solid #3498db;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/*NOTE: インプットのプレースホルダー（ChromeやSafari対応）*/
input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: bold;
}

/*NOTE: インプットのプレースホルダー（Internet Explorer 10およびそれ以前のバージョン対応）*/
input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: bold;
}

/*NOTE: インプットのプレースホルダー（Internet Explorer 11およびMicrosoft Edge（旧バージョン）対応）*/
input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: bold;
}

/*NOTE: インプットのプレースホルダー対応（モダンなブラウザをサポート）*/
input::placeholder {
  font-size: 18px;
  font-weight: bold;
}

/* aniamtion style */
/* デバッグ時はここからコメントアウト */

/*NOTE: アニメによって表示されるものは最初は非表示*/
/*TODO: コメントアウトを解除*/
.anime {
  display: none;
  opacity: 0;
}

/*NOTE: フォームに対するアニメーション時間*/
.anime_form {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

/* .anime[data-load="active"]{display:block;-webkit-animation:chat .38s ease-in-out .5s forwards;animation:chat .38s ease-in-out .5s forwards;} */
.anime[data-load='active'] {
  display: block;
  -webkit-animation: chat 0.25s ease-in-out 0.2s forwards;
  animation: chat 0.25s ease-in-out 0.2s forwards;
}

.anime[data-action='active'] {
  display: block;
  -webkit-animation: chat 0.35s ease-in-out 0.75s forwards;
  animation: chat 0.35s ease-in-out 0.75s forwards;
}
/* .anime[data-action="active"]{display:block;-webkit-animation:chat .48s ease-in-out 2.2s forwards;animation:chat .48s ease-in-out 2.2s forwards;} */

.anime[data-opacity='active'] {
  display: block;
  -webkit-animation: fadeIn ease-in-out 0.75s forwards;
  animation: fadeIn ease-in-out 0.75s forwards;
}

/*NOTE: マンションナビは簡単3STEPで査定額の比較ができるサービスです！ のスタイル*/
.js-note01 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

@-webkit-keyframes chat {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes chat {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loader[data-action='active'] {
  display: flex;
  position: absolute;
  top: 50%;
  left: 80px;
  width: 44px;
  height: 50px;
  padding: 0 15px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  box-sizing: content-box;
  border-radius: 5px;
}

.loader[data-action='active'] div {
  width: 9px;
  height: 9px;
  background-color: #333;
  border-radius: 50%;
}

.loader[data-action='active'] div:nth-child(1) {
  -webkit-animation: scale 0.9s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.9s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loader[data-action='active'] div:nth-child(2) {
  -webkit-animation: scale 0.9s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.9s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loader[data-action='active'] div:nth-child(3) {
  -webkit-animation: scale 0.9s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.9s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

@-webkit-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* デバッグ時はここまでコメントアウト */
/*NOTE: 査定会社周りのスタイル*/
.company {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*NOTE: 査定会社の選択のパディングのスタイル*/
.company_bg01 {
  padding: 30px 0 50px;
}

/*NOTE: 査定会社のインナーのスタイル*/
.company_inner {
  width: 880px;
  margin: 0 auto;
}

/*NOTE: 査定会社のフレックスのスタイル*/
.company_flex01 {
  display: flex;
  margin: 0 -4px 0 0;
  justify-content: center;
  flex-wrap: wrap;
}

/*NOTE: 査定会社のチェックのフレックスのスタイル*/
.company_flex02 {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 0 5px 0;
  justify-content: center;
  align-items: center;
}

/*NOTE: 査定会社の選択のアイコン*/
.company_ico01 {
  width: 38px;
  margin: 0 18px 0 0;
}

/*NOTE: 査定会社の選択テキストのスタイル*/
.company_title01 {
  font-size: 26px;
  font-weight: bold;
}

/*NOTE: 売却・買収査定 のテキストのマージンのスタイル*/
.company_title02 {
  margin: -40px 0 20px 0;
}

/*NOTE: 賃貸査定 のテキストのマージンのスタイル*/
.company_title03 {
  margin: 0 0 20px 0;
}

/*NOTE: 賃貸査定もご希望の場合にはチェックをつけてください のスタイル*/
.company_note {
  position: relative;
  z-index: 1;
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*TODO: 使われていない為削除が必要*/
.company_note02 {
  position: relative;
  z-index: 1;
  margin: 0 0 40px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*NOTE: 査定会社の1つのグリッドのスタイル*/
/*
.company_list {
  width: 142px;
  margin: 0 4px 20px 0;
  padding: 12px 6px 20px 6px;
  border: 2px solid #4c4c4c;
  background-color: #ffffea;
  position: relative;
}

.company_list::after {
  display: block;
  height: 0;
  line-height: 0;
  content: '.';
  clear: both;
  visibility: hidden;
}
*/
/*NOTE: 査定会社の名前に対するスタイル*/
.company_name {
  display: block;
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

/*NOTE: 会社の画面上のチェック*/
.company_item {
  width: 37px;
  height: 37px;
  margin: 10px 12px 6px 0;
}


.company_input {
  visibility: hidden;
}

.company_input + .company_label {
  display: block;
  position: relative;
  width: 37px;
  height: 37px;
  margin: -19px 0 5px 0;
  cursor: pointer;
}

.company_input + .company_label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  border: solid 3px #ccc;
  background: #fff;
  content: '';
  border-radius: 30px;
  box-sizing: border-box;
}

.company_input:checked + .company_label::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30.5px;
  height: 16.5px;
  border-bottom: 5px solid #3498db;
  border-left: 5px solid #3498db;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/*NOTE: 会社のロゴのスタイル*/
.company_logo {
  width: 100%;
  margin: 0 0 17px 0;
  border: solid 2px #e1e1e1;
  height: 62px;
}

/*NOTE: 査定会社の詳細を見るボタンのスタイル*/
.company_btn {
  width: 100%;
  margin: 0 auto;
}

/*NOTE: チェックの矢印と文言の幅*/
.company_arrow01 {
  width: 68px;
}


.modaal-container {
  width: 670px;
}
.modal_agent_detail_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.modal_agent_detail_header_logo {
  width: 220px;
  margin-right: 30px;
}
.modal_agent_detail_header_info {
  width: 300px;
}
.modal_agent_detail_header_info .corporate_name {
  margin-bottom: 10px;
}
.modal_close {
  text-align: center;
  margin-top: 15px;
}
.modal_close button,
.modal_close a {
  padding: 6px 12px;
  background-color: #efefef;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
}

/*TODO: 使われていない為削除*/
.recycle_guide {
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
  margin: 30px 0;
}

/*TODO: 使われていない為削除*/
.recycle_guide_header {
  border-bottom: 1px solid #fb6a23;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

/*TODO: 使われていない為削除*/
.recycle_guide_img {
  text-align: center;
  margin-bottom: 15px;
}

/*TODO: 使われていない為削除*/
.recycle_guide_img img {
  width: 300px;
}

/*TODO: 使われていない為削除*/
.recycle_guide_about {
  border: 3px dotted #333;
  padding: 20px 10px 20px 30px;
  margin-bottom: 15px;
}

/*TODO: 使われていない為削除*/
.recycle_guide_about ul li {
  list-style: initial !important;
  line-height: 32px;
}

/*TODO: 使われていない為削除*/
.recycle_guide_alert {
  font-weight: bold;
  color: red;
  text-align: center;
  line-height: 22px;
}

/*TODO: 使われていない為削除*/
.recycle_regist {
  display: none;
}
.modal_duplicate .modal_close {
  margin-top: 50px;
}

/*モーダル用ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.modaal-container {
  width: 500px;
  margin: auto;
}
.modaal-inner-wrapper {
  display: block;
  padding: 0;
  top: 80px;
  height: auto;
}

.modaal-close {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.slick-list {
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 63%;
  left: -20px;
  -webkit-transform: translateY(-63%);
  transform: translateY(-63%);
  z-index: 1;
}

.next-arrow {
  left: inherit;
  right: -20px;
}

.btn-red::before {
  content: '';
  display: inline-block;
  background-image: url('../images/sp/next_btn_red.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 63%;
  right: -20px;
  -webkit-transform: translateY(-63%);
  transform: translateY(-63%);
  z-index: 2;
  pointer-events: none;
}

.modaal-close {
  position: absolute;
  top: -15px;
  right: -3%;
  width: 30px;
  height: 30px;
  border: 1px solid #717071 !important;
  background-color: white !important;
}

.modaal-close::before,
.modaal-close::after {
  display: block;
  content: '';
  top: 3px;
  left: 13px;
  width: 2px;
  background: #717071;
}

.modaal-close-btn-wrap {
  text-align: center;
  margin: -12px 0 38px 0;
}

.modaal-close-btn {
  pointer-events: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #d6d6d6;
  color: white;
  padding: 8px 20px 5px 20px;
  border-radius: 25px;
}

.modaal-close-btn.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #e50012;
  color: white;
  padding: 8px 20px 5px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 0 #a70012;
  box-shadow: 0 3px 0 #a70012;
}

.slick-dots {
  bottom: -72px;
  pointer-events: none;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.slick-dots button {
  pointer-events: none;
}

.slick-dots button::before {
  font-size: 12px !important;
}

.slick-active button::before {
  color: #8dc21f !important;
}

.slick-disabled {
  display: none !important;
}

.slick-num .inner {
  width: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px 3px 10px;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#bfbfbf),
    color-stop(44%, white),
    to(#c8c8c8)
  );
  background: linear-gradient(0deg, #bfbfbf 0%, white 44%, #c8c8c8 100%);
  border-radius: 0 4px 0 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

/* スライド01 move*/
.slide-top {
  position: relative;
}
.float-hand {
  width: 42px;
  position: absolute;
  bottom: 5px;
  right: 65px;
  animation: flick 1.5s infinite;
}
@keyframes flick {
  0% {
    transform: translateX(0px) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: translateX(-60px) rotate(5deg);
    opacity: 0;
  }
}

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

/* 4冠達成 */
.crown4 {
  width: 172px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 20;
}
.crown4-text {
  width: 172px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 20;
}
.crown4-text ul {
  margin-bottom: 15px;
}
.crown4-text ul li a {
  color: gray;
  font-size: 9px;
  line-height: 16px;
  text-decoration: underline;
}
.crown4-text ul li a:hover {
  color: black;
}
.crown4-text p {
  color: gray;
  font-size: 9px;
  line-height: 16px;
}

/* 一括査定のかんたんステップ */
.navi-step-wrap {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
  margin: 40px 0 0 0;
}
.navi-step-wrap .navi-step-title,
.navi-step-wrap .navi-step-image {
  text-align: center;
}
.navi-step-wrap .navi-step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.js-form-current-state,
.js-form-relationship,
.js-form04 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

/* フッターCVボタン */
.form-disabled-btn {
  width: 463px;
  margin: 0 auto;
  cursor: auto;
  pointer-events: none;
}
.form-disabled-btn.active {
  pointer-events: all;
}
.footer-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 15px 0 3px 0;
  z-index: 1;
}
.footer-fix.bg-color {
  background-color: #ffff89 !important;
}
.anime-visible {
  visibility: hidden;
}
.anime-visible.active {
  visibility: visible;
}
.bottom_img.move {
  bottom: 144px;
  transition: 0s;
}
.bottom_img.move.transition {
  bottom: 144px;
  transition: 1s;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
  right: 0;
  top: 90px;
}

/* ナビ誘導用ガイダンス */
.navi-guidance {
  width: 100%;
  max-width: 960px;
  margin: 45px auto 0 auto;
}
.navi-guidance .guidance-flex {
  padding-top: 13px;
  content: '';
  display: inline-block;
  width: 90%;
  height: 145px;
  margin: 0 auto -40px auto;
  background-image: url('../images/pc/arrow_frame.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navi-guidance .guidance-flex .guidance-flex-left .guidance-title {
  font-size: 21px;
  font-weight: 600;
  color: #444444;
}
.navi-guidance .guidance-flex .guidance-flex-left .guidance-title .font-red {
  font-size: 29px;
  color: #14aa9b;
}
.navi-guidance .guidance-flex .guidance-flex-left .guidance-sub-title {
  background-color: #14aa9b;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 3px 0 3px 6px;
}
.navi-guidance .guidance-flex .guidance-flex-right {
  width: 250px;
  margin: 15px 0 0 20px;
}
.navi-guidance .guidance-flex .guidance-flex-right .navi-logo img {
  width: 100%;
}
.navi-guidance .switch-btn button:before {
  display: none;
}
.navi-guidance .switch-btn button:after {
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .navi-guidance {
    width: calc(100% - 30px);
    margin: 20px auto 40px auto;
    text-align: center;
    border: 2px solid #14aa9b;
  }
  .navi-guidance .guidance-flex {
    height: 220px;
    padding-top: 20px;
    background-image: none;
    display: block;
  }
  .navi-guidance .guidance-flex .guidance-flex-left .guidance-title {
    font-size: 4.3vw;
    line-height: 24px;
    font-weight: 600;
    color: #444444;
  }
  .navi-guidance .guidance-flex .guidance-flex-left .guidance-title .font-red {
    font-size: 5.8vw;
    color: #14aa9b;
  }
  .navi-guidance .guidance-flex .guidance-flex-left .guidance-sub-title {
    background-color: #14aa9b;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 2px 0;
  }
  .navi-guidance .guidance-flex .guidance-flex-right {
    width: 220px;
    margin: 15px auto 0 auto;
  }
  .navi-guidance .guidance-flex .guidance-flex-right .navi-logo img {
    width: 100%;
  }
  .navi-guidance .switch-btn {
    margin-bottom: 5px;
  }
  .navi-guidance .switch-btn button {
    height: 18vw;
    padding-bottom: 13px;
    font-size: 3.9vw;
    padding-right: 0px;
    line-height: 17vw;
  }
  .navi-guidance .switch-btn button:before {
    display: none;
  }
  .navi-guidance .switch-btn button:after {
    margin-right: 0px;
    margin-left: 5px;
  }
}
/* ナビ誘導用CTAボタン */
.switch-btn {
  max-width: 635px;
  margin: 40px auto 200px auto;
}
.switch-btn a {
  content: '';
  display: inline-block;
  width: 100%;
  height: 86px;
  background-image: url('../images/pc/blue_btn_thick.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 600;
  color: white;
  position: relative;
  text-align: center;
  line-height: 86px;
}
.switch-btn a::after {
  content: '';
  display: inline-block;
  background-image: url('../images/pc/click_marker_w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 46px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

/* ナビ誘導用コピーライト */
.js-navi-on p .footer_copyright {
  padding: 20px 0 20px 0;
}

/* ナビ誘導用フッター街並 */
.bottom_img_navi.js-navi-on {
  display: block;
  position: absolute;
  bottom: 200px;
  left: 50%;
  z-index: 1;
  width: 2000px;
  transform: translate(-50%, 0);
}

/* 画像（プレゼント） */
.pdf_present {
  width: 445px;
  margin: -25px auto -50px auto;
  position: relative;
  z-index: 10;
}

.pdf_present.inner {
  width: 600px;
  margin: -10px auto 40px auto;
}

.pdf_present_view {
  width: 320px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 123%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.pdf_present_view.active {
  opacity: 1;
}

.form_content_submit {
  text-align: center;
  margin: 50px 0 60px 0;
}
.form_content_submit .check_btn {
  width: 400px;
  margin: auto;
}

/* フォームのモーダル */
#select-lists-modal {
  position: fixed;
  visibility: hidden;
  transition: 0.6s;
  z-index: 200;
  opacity: 0;
}
#select-lists-modal .md-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#select-lists-modal .md-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 700px;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#select-lists-modal.is_show {
  visibility: visible;
  opacity: 1;
}

.select-list-item {
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  border-top: 1px dotted #999;
  padding: 10px 10px 8px 10px;
  transition: 0.1s;
}
.select-list-item:last-child {
  border-bottom: 1px dotted #999;
}
.select-list-item:hover {
  color: #348edd;
  background-color: #daecfc;
}

#prefecture-list,
#municipality-list,
#town-list,
#chome-list {
  display: none;
  padding: 40px 25px 20px 25px;
  background: #fff;
  width: 360px;
  height: 600px;
  margin: auto;
  border-radius: 12px;
  border: 6px solid #348edd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-scroll {
  overflow: scroll;
  height: 535px;
}
#chome-list {
  padding: 76px 25px 20px 25px;
}
.select-lists__header {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: white;
  background-color: #348edd;
  position: absolute;
  width: 360px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px 12px 0 0;
}
.return-btn {
  position: absolute;
  top: 2px;
  right: 4px;
  border: 1px solid white;
  border-radius: 4px;
  padding: 6px 10px 4px 12px;
  font-size: 15px;
  line-height: 20px;
  color: white;
  background-color: transparent;
  transition: 0.2s;
  letter-spacing: 1px;
  cursor: pointer;
}
.return-btn:hover {
  background-color: white;
  color: #348edd;
}
.select-list-title {
  margin: 15px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #348edd;
}
#address_list_wrapper {
  width: 100%;
  height: 255px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#address_list_wrapper.height {
  height: auto;
}
.is_hide {
  display: none;
}
.button-list {
  background-color: #348edd;
  padding: 20px 20px 5px 20px;
  border-radius: 6px;
  text-align: center;
}
.button-list__header {
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.button-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.button-list-items::after {
  content: '';
  display: block;
  width: 31%;
}
.button-list-item {
  white-space: nowrap;
  padding: 12px 0;
  background-color: white;
  cursor: pointer;
  border-radius: 100px;
  width: 31%;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  border: 2px solid white;
  transition: 0.2s;
}
.button-list-item:hover {
  background-color: #f39806;
  color: white;
}
#region-button-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#region-button-list.is_hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
  height: 0;
}
#pref-button-list {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#pref-button-list.is_hide {
  display: block;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
  height: 0;
}
#select-pref,
#select-muni,
#select-town,
#select-chome {
  line-height: 43px;
}

#modal_on {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#modal_on .modal-inner {
  max-width: 460px;
  width: 93%;
  padding: 20px;
  text-align: center;
  border: 6px solid #348edd;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#modal_on .modal-image {
  width: 100%;
}
#modal_on #return_btn {
  max-width: 400px;
  width: 80%;
  margin: 15px auto 5px auto;
  background: rgb(0, 185, 194);
  background: linear-gradient(
    138deg,
    rgba(0, 185, 194, 1) 0%,
    rgba(255, 219, 0, 1) 100%
  );
  border-radius: 100px;
  color: white;
  height: 55px;
  font-size: 22px;
  font-weight: bold;
  line-height: 57px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
#modal_on #return_btn:hover {
  transform: scale(1.1);
}
#modal_on #black_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.same_btn_no,
.same_btn {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 50px;
  border: 2px solid #ff7500;
  background-color: #ff7500;
  color: white;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
  margin: 0px 0 25px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.same_btn.off {
  background-color: white;
  color: #ff7500;
}
.same_btn_no {
  background-color: white;
  color: #ff7500;
  margin-left: 15px;
}
.same_btn_no.on {
  background-color: #ff7500;
  color: white;
  margin-left: 15px;
}
.same_btn_no:hover,
.same_btn:hover {
  opacity: 0.7;
}
.position_address {
  top: 52px;
}
.form_content_submit.under_company {
  margin: 0 0 30px 0;
}
.center_text {
  text-align: center;
}
.center_text .form_note {
  display: inline-block;
  width: auto;
}
.guide_area_img {
  width: 73%;
  padding-right: 8%;
  margin: 25px auto 0 auto;
}

#address.now_address {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: 0.2s;
}
#address.now_address.answer_btn {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  height: 48px;
}
.now_address_title {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 8px;
  height: 0;
  transition: 0.2s;
}
.now_address_title.answer_btn {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.trick-text {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: -6px 0 12px 0;
  font-weight: bold;
}
.trick-text .font-l {
  font-size: 30px;
  color: #ff2f00;
  text-decoration: underline;
}
/* speee仕様（デザイン） */
.title-side-line {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 6px 0;
  letter-spacing: 2px;
  color: #348edd;
}
.title-side-line:before,
.title-side-line:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #348edd;
}
.title-side-line:before {
  margin-right: 1rem;
}
.title-side-line:after {
  margin-left: 1rem;
}
.company_flex01{
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.speee_company_list.company_flex01 {
  border-top: 1px solid #348edd;
  padding-top: 20px;
}
.company_list{
  width: 48.5%;
  height: 132px;
  padding: 14px 8px;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #b3b3b3;
  background-color: #ffffea;
}
.company_list.open {
  height: auto;
}
.company_list.close {
  visibility: hidden;
}
.company_flex02{
  display: block;
  margin: 0;
  width: 18%;
}
.company_item{
  margin: 16px auto;
}
.company_arrow01{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: initial;
  font-size: 10px;
  color: #808080;
  text-decoration: underline;
  transition: 0.2s;
}
.company_arrow01:hover{
  opacity: 0.7;
}
.sumai_step_logo{
  display: none;
  width: 95%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.speee_company_list .sumai_step_logo.speee_company{
  display: block;
}
.speee_link {
  display: none;
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding: 0;
}
.speee_link p {
  color: #3cb371;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: center;
}
.speee_link p a {
  font-weight: bold;
  text-decoration:underline;
}
.speee_link_label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.speee_link_description{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 12px;
  box-sizing: border-box;
  height: 70px;
  overflow-y: auto;
  background-color: #fff;
  outline: none;
  resize: vertical;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  line-height: 1.8;
  margin-bottom: 50px;
}

.agent_header {
  margin-left: 45%;
}

.comapny_block_wrap{
  width: 78%;
}
.company_name_wrap{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
}
.company_logo{
  width: 37%;
  height: 62px;
  padding: 6px;
  margin: 0 2% 0 0;
  border: solid 1px #e1e1e1;
  background-color: white;
}
.company_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company_name{
  width: 60%;
  height: auto !important;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 6px;
}
.company_text{
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.company_text.open{
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  overflow: initial;
}

#modal_agents_on_black_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒で背景を薄暗く */
  z-index: 1000; /* モーダルの背面に配置 */
  display: none; /* 初期状態は非表示 */
}

/* モーダル */
#modal_agents_on {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001; /* オーバーレイの上に表示 */
  background-color: #348edd;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: none; /* 初期状態は非表示 */
}
.modal_agents_inner {
  padding: 100px 50px 100px 50px;
  background-color: #348edd;
}
.modal_agents_inner p{
  font-size: 20px;
  color: white;
}

.hope-period-required {
  margin-bottom: 10px;
  justify-content: flex-end;
}
.hope-period-wrap {
  background-color: #FFF;
}
.hope-period-wrap .hope-period-list {
  margin: -2px 0 0 0;
  border: 2px solid #000;
  padding-bottom: 6px;
  background: #fff;
}
.hope-period-wrap .hope-period-list .description {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  left: 10px;
  top: 6px;
}
.hope-period-wrap .hope-period-list .description.yellow {
  background-color: #ffff00;
  display: inline-block;
  padding-bottom: 4px;
}
.hope-period-wrap .hope-period-list .input_radio-label {
  padding: 13px 36px 7px;
}

/* SNS追加 */
.sms-wrap {
  margin: 15px auto 40px auto;
}

@media screen and (max-width: 760px) {
  .sms-wrap {
    margin: 15px auto 40px auto;
  }
}

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

.sms-wrap .tel-wrap {
  margin-bottom: 20px;
}

.sms-wrap .tel-wrap .tel-text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.sms-wrap .tel-wrap .input_tell {
  width: 100%;
  height: 50px;
  padding: 0 10px;
}

.sms-wrap .sms-item .title {
  color: white;
  background-color: #3498db;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.sms-wrap .sms-item .title span {
  position: relative;
  padding-left: 20px;
}

.sms-wrap .sms-item .title span:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 27px;
  background-image: url(../images/pc/sms_icon.png);
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}

.sms-wrap .sms-item .sms-item-inner {
  background-color: white;
  padding: 10px 20px 15px 20px;
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner {
    padding: 10px 15px 15px 15px;
  }
}

.sms-wrap .sms-item .sms-item-inner .text {
  text-align: justify;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner .text {
    font-size: 15px;
  }
}

.sms-wrap .sms-item .sms-item-inner .sms-btn {
  display: block;
  font-size: 18px;
  text-align: center;
  width: 360px;
  height: 40px;
  line-height: 42px;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 4px 0 #c9c9c9;
          box-shadow: 0 4px 0 #c9c9c9;
  color: #9c9c9c;
  pointer-events: none;
  border-radius: 100px;
  margin: 2px auto 15px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sms-wrap .sms-item .sms-item-inner .sms-btn.active {
  background-color: #ff7500;
  -webkit-box-shadow: 0 4px 0 #cf6100;
          box-shadow: 0 4px 0 #cf6100;
  color: white;
  pointer-events: all;
}

.sms-wrap .sms-item .sms-item-inner .sms-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner .sms-btn {
    width: 100%;
    font-size: 16px;
    margin: 10px auto 18px auto;
  }
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap {
  text-align: center;
  border: 1px solid gray;
  padding: 10px 10px 5px 10px;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .not-sms-btn {
  font-size: 16px;
  color: red;
  text-decoration: underline;
  margin-bottom: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .not-sms-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner .not-sms-wrap .not-sms-btn {
    line-height: 1.3;
    font-size: 15px;
  }
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .not-sms-btn .sp-only {
  display: none;
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner .not-sms-wrap .not-sms-btn .sp-only {
    display: block;
  }
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-text {
  font-size: 16px;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn {
  display: block;
  font-size: 18px;
  text-align: center;
  width: 360px;
  height: 40px;
  line-height: 42px;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 4px 0 #c9c9c9;
          box-shadow: 0 4px 0 #c9c9c9;
  color: #9c9c9c;
  pointer-events: none;
  border-radius: 100px;
  margin: 2px auto 15px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn span {
  position: relative;
  padding-left: 22px;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn span:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 19px;
  background-image: url(../images/pc/call_icon.png);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn.active {
  background-color: #3498db;
  -webkit-box-shadow: 0 4px 0 #1582ca;
          box-shadow: 0 4px 0 #1582ca;
  color: white;
  pointer-events: all;
}

.sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 760px) {
  .sms-wrap .sms-item .sms-item-inner .not-sms-wrap .sound-btn-wrap .sound-btn {
    width: 100%;
    font-size: 16px;
  }
}

.sms-wrap .number::-webkit-inner-spin-button,
.sms-wrap .number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.sms-back-ground {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.sms-back-ground .modal-inner {
  background-color: white;
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
}

.sms-back-ground .modal-inner .title {
  background-color: #1582ca;
  color: white;
  width: 100%;
  height: 50px;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
  border-radius: 6px 6px 0 0;
}

.sms-back-ground .modal-inner .password-wrap {
  text-align: center;
  padding: 20px 0;
  background-color: #e8e8e1;
}

.sms-back-ground .modal-inner .password-wrap .number {
  width: 45px;
  height: 55px;
  margin: 0 4px;
  text-align: center;
  font-size: 30px;
}

.sms-back-ground .modal-inner .password-wrap .number::-webkit-inner-spin-button, .sms-back-ground .modal-inner .password-wrap .number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.sms-back-ground .modal-inner .text {
  font-size: 16px;
  padding: 10px 20px 8px 20px;
}

.sms-back-ground .modal-inner .close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.sms-back-ground .modal-inner .close-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sms-back-ground .modal-inner .sms_error {
  text-align: center;
  color: red;
  font-weight: bold;
}

.suggestion_apartments {
    position: absolute;
    width: 100%;
    top: 87px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 10;
    list-style-type: none;
}

.suggestion_apartment.loading_item {
  pointer-events: none;
  color: gray;
  font-style: italic;
}

.suggestion_apartments li {
    margin: 5px 15px 0 15px;
    font-size: 19px;
}

.suggestion_apartments li:last-child {
    margin-bottom: 15px;
}

.suggestion_apartments li:hover {
    color: #0077cc;
    text-decoration: underline;
    cursor: pointer;
}

.suggestion_apartments li.active,
.suggestion_apartments li:focus {
    background-color: #dcdcdc;
    outline: none;
}

@media screen and (max-width: 760px) {
    .suggestion_apartments li {
        margin: 12px 15px 0 15px;
        font-size: 16px;
    }

    .suggestion_apartments li:first-child {
        margin-top: 10px;
    }

    .suggestion_apartments li:last-child {
        margin-bottom: 20px;
    }
}

.suggestion_apartments::-webkit-scrollbar {
  width: 10px; /* ← 太さ */
}

.suggestion_apartments::-webkit-scrollbar-thumb {
  background: #aaa;         /* スクロールポインタの色 */
  border-radius: 5px;
}

.suggestion_apartments::-webkit-scrollbar-track {
  background: #f0f0f0;      /* スクロールバーの背景 */
}

#page_reload {
  display: none;
}

.page_reload_link {
  margin: 0 0 0 180px;
}

.page_reload_link a {
  font-size: large;
  text-decoration: underline;
  color: red;
  cursor: pointer;
}