/* ================================================================================

  [sp] 共通

================================================================================ */

/* 基本設定
-------------------------------------------------------------------- */
* {
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
}
p {
  padding: 0px;
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt40 {
  margin-top: 40px;
}

.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb40 {
  margin-bottom: 40px;
}

.left {
  float: left;
}
.right {
  float: right;
}


/* レイアウト
-------------------------------------------------------------------- */
html {
  touch-action: manipulation;
}
body {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 25px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
#wrap {
  position: relative;
  background-color: #ffffff;
  width: 640px;
  margin: 0 auto;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}


/* ヘッダー
-------------------------------------------------------------------- */
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 96;
  max-width: 640px;
  width: 100%;
  height: 78px;
  background: #fff;
  box-shadow: 0 1px 0 #cccccc;
  margin: 0 auto;
}
#site_index header {
  position: sticky;
}

header h1 {
  padding: 13px 0 13px 8px;
}
header h1 a {
  display: inline-block;
}
.header_right {
  position: absolute;
  top: 6px;
  right: 10px;
}
.header_right li:nth-of-type(1) {
  display: inline-block;
  vertical-align: middle;
}


/* フッター
-------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  padding: 40px 0;
  margin: 40px auto 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}

.footerLink {
  margin-bottom: 2px;
}
.footerLink ul li {
  display: block;
  border-bottom: 3px solid #fff;
  text-align: left;
}
.footerLink ul li a {
  position: relative;
  display: block;
  background: #f5f5f5;
  color: #222222;
  padding: 15px 20px 14px 50px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}
.footerLink ul li a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0,0,0,0.1);
  z-index: 2;
  pointer-events: none;
}

.footer_bosyu {
  margin-top: 20px;
  padding: 0 20px;
}
.footer_bosyu a {
  display: block;
}
.footer_bosyu a img {
  width: 100%;
}
.footer_bosyu span {
  display: block;
  font-size: 22px;
  color:#999;
  margin-top: 5px;
}

.footer_logo {
  position: relative;
  margin: 40px auto;
}

.footer_copy {
  text-align: center;
  background: #fff;
  font-size: 20px;
  color: #666;
  margin: 10px 0;
}


/* ページトップボタン
-------------------------------------------------------------------- */
#pageTop {
  background: #000;
  border-radius: 5px;
  color: #FFF;
  opacity: .5;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px
}
#pageTop:hover {
  background: #333;
  text-decoration: none
}



/* ================================================================================

  [pc] トップページ

================================================================================ */
#site_index a.top_link {
  pointer-events: none;
}


main {
  position: relative;
  width: 640px;
  padding: 0;
  margin: 0 auto;
}

.hl_b {
  color: #1878bf;
  font-weight: bold;
}
.hl_r {
  color: #dd0000;
  font-weight: bold;
}
.hl_g {
  color: #0e6f0b;
  font-weight: bold;
}
.hl_o {
  color: #f94a22;
  font-weight: bold;
}
.em_up {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}


/* firstview
-------------------------------------------------------------------- */
.firstview {
  position: relative;
  overflow: hidden;
}
.top_area {
  position: absolute;
  top: 16px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
  color: #0e6f0b;
  font-weight: bold;
  font-size: 34px;
  transform: skewX(-10deg);
  text-shadow: 1px 2px 0px #ffffff,1px -2px 0px #ffffff,2px 1px 0px #ffffff,-2px 1px 0px #ffffff,-1px 2px 0px #ffffff,-1px -2px 0px #ffffff,2px -1px 0px #ffffff,-2px -1px 0px #ffffff, 0px 2px 0px #ffffff,0 -2px 0px #ffffff,2px 0px 0px #ffffff,-2px 0px 0px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff;
}
.top_area > span {
  font-size: 0.8em;
  color: #222222;
}


/* CV
-------------------------------------------------------------------- */
.cv_area {
  position: relative;
  height: 556px;
  background:
    url(../img/sp/cv_banner_sp_end.jpg) center bottom / 100% auto no-repeat,
    url(../img/sp/cv_banner_sp_middle.jpg) center top / 100% auto repeat-y;
  margin: 0 auto;
}
.cv_area_form {
  position: absolute;
  top: 366px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.a8_btn {
  position: relative;
  margin: 40px auto 0;
  text-align: center;
}
.a8_btn p {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}


/* お任せ
-------------------------------------------------------------------- */
.omakase {
  position: relative;
  font-size: 22px;
  margin: 40px auto;
}
.omakase_txt {
  font-size: 28px;
  font-weight: 700;
}
.omakase h3 {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}
.omakase ul {
  position: relative;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.omakase li {
  position: relative;
  margin: 10px auto;
}


/* 見積無料
-------------------------------------------------------------------- */
.mitumori_zero {
  position: relative;
  margin-bottom: 40px;
}
.mitumori_zero .no_4 > div {
  float: left;
  width: 236px;
}
.mitumori_zero .no_4 p {
  float: left;
  width: 404px;
  padding-left: 10px;
  line-height: 1.5;
}
.mitumori_zero .no_4 p u {
  font-weight: 700;
  color: #dd0000;
}
.mitumori_zero p {
  font-size: 22px;
  line-height: 38px;
}
.mitumori_zero .caution {
  position: relative;
  text-align: center;
  border: solid 5px #c9c9c9;
  box-shadow: 0 0 10px #ececec inset;
  padding: 10px 0;
  margin: 20px auto 0;
}
.mitumori_zero .caution p.em_up {
  font-size: 32px;
  font-weight: 700;
  color: #dd0000;
}
.mitumori_zero .caution p u {
  font-weight: 700;
}


/* サービス比較
-------------------------------------------------------------------- */
.hikaku {
  position: relative;
  margin: 40px auto 0;
}


/* 業界トップクラス
-------------------------------------------------------------------- */
.top_class {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
}
.top_class p {
  padding: 0 15px;
}
.top_class .no_4 p {
  float: left;
  width: 65%;
}
.top_class .no_4 img {
  float: left;
  width: 30%;
  margin-top: 20px;
}


/* 利用者レビュー
-------------------------------------------------------------------- */
.review {
  position: relative;
  margin: 10px auto 10px;
}
.review .jisseki {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 2px 0px #ffffff,1px -2px 0px #ffffff,2px 1px 0px #ffffff,-2px 1px 0px #ffffff,-1px 2px 0px #ffffff,-1px -2px 0px #ffffff,2px -1px 0px #ffffff,-2px -1px 0px #ffffff, 0px 2px 0px #ffffff,0 -2px 0px #ffffff,2px 0px 0px #ffffff,-2px 0px 0px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff;
  margin-top: 20px;
}


/* お申し込みの流れ
-------------------------------------------------------------------- */
.step {
  position: relative;
  margin-top: 40px;
}


/* よくある質問
-------------------------------------------------------------------- */
.faq {
  position: relative;
  margin-top: 40px;
}
.panel {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-info {
  border-color: #bce8f1;
}
.panel-heading {
  background: url(../img/sp/q.png) left 5px top 13px no-repeat;
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 15px 15px 15px 54px;
}
.panel-body {
  padding: 15px 15px 15px 54px;
  background: url(../img/sp/a.png) left 5px top 13px no-repeat;
}


/* 宣言
-------------------------------------------------------------------- */
.sengen {
  position: relative;
  border: 5px solid #1a741b;
  margin: 40px auto;
}
.sengen_inner {
  padding: 20px;
  text-align: justify;
  word-break: break-all;
}
.sengen_inner p:not(:first-of-type) {
  margin-top: 20px;
}