@charset "utf-8";
body {
  color: #22100D;
  font-size: 18px;
  line-height: 1.8;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
}
th, td {
  line-height: 160%;
}
a {
  color: #006EB4;
}
a:hover {
  color: #006EB4;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
a img:hover {
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #22100D;
  font-weight: bold;
}
p {
  margin-bottom: 20px;
}
p:last-child, p:only-child {
  margin-bottom: 0;
}
/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}
.center {
  text-align: center;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.sp {
  display: none;
}
.is-vertical {
  transition: opacity 1.4s, transform 0.8s;
  opacity: 0;
  transform: translateY(20px);
}
.is-vertical.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*	layout */
.container {
  max-width: 960px;
  margin: 0 auto;
}
section {
  padding: 0 0 50px;
}
header {
  max-width: 1200px;
  margin: 0 auto;
}
header h1 img {
  max-width: 100%;
}
.ttl_area {
  background-color: #FF9A2C;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.ttl_area h2 {
  margin-left: -25px;
  margin-bottom: 20px;
}
/*	check1 */
.budget {
  width: 670px;
  margin: 0 auto 30px;
  font-weight: bold;
}
.budget h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 32px;
  border-bottom: 3px solid #000;
  text-align: center;
}
.budget h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  margin-left: -14px;
  border-style: solid;
  border-width: 25px 14px 0 14px;
  border-color: #FFF transparent transparent;
  z-index: 2;
}
.budget h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0;
  height: 0;
  margin-left: -14px;
  border-style: solid;
  border-width: 25px 14px 0 14px;
  border-color: #000 transparent transparent;
  z-index: 1;
}
.budget .wrap {
  padding: 0 20px;
  margin-bottom: 30px;
}
.budget .wrap::after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.budget dl {
  width: 290px;
  float: left;
  line-height: 1;
}
.budget dl::after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.budget dl:last-child {
  float: right;
}
.budget dl dt {
  float: left;
  padding-top: 5px;
  font-size: 20px;
}
.budget dl dt span {
  display: block;
  background-color: #22100D;
  color: #FFBA89;
  padding: 5px 10px;
}
.budget dl dd {
  float: right;
  font-size: 28px;
  display: inline-block;
}
.budget dl dd span {
  font-size: 38px;
  margin-right: 5px;
}
.cost_area {
  text-align: center;
}
.budget .cost {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 26px;
  color: #FF7500;
  border: 3px solid #FF7500;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.budget .cost span {
  font-size: 34px;
  padding: 0 5px;
}
/*	check4 */
.voice_area dl {
  position: relative;
  width: 48%;
  float: left;
  margin-bottom: 50px;
  font-size: 17px;
}
.voice_area dl::after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.voice_area dl:nth-child(3) {
  left: 52%;
}
.voice_area dl:nth-child(4) {
  left: -52%;
  float: none;
}
.voice_area dl:nth-child(even) {
  float: right;
}
.voice_area dl:nth-child(even) dd {
  background-color: #FFE1C4;
}
.voice_area dl dt {
  float: left;
  width: 110px;
}
.voice_area dl dd {
  position: relative;
  background-color: #FFF9B8;
  padding: 15px;
  margin-left: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.voice_area dl dd::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 40px;
  width: 25px;
  height: 30px;
  background: url(../images/voice-arrow-l1.png) no-repeat left top;
  background-size: 25px 30px;
}
.voice_area dl:nth-child(even) dd::before {
  background: url(../images/voice-arrow-l2.png) no-repeat left top;
}
.voice_area dl dd strong {
  color: #FF7500;
  text-decoration: underline;
}
.link_area {
  padding-top: 40px;
}
.link_area::after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.link_area li {
  float: left;
  width: 48%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.link_area li:nth-child(even) {
  float: right;
}
.link_area li a {
  display: block;
  background-color: #FF9A2C;
  color: #303030;
  padding: 10px;
  border: 3px solid #22100D;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.link_area li a:hover {
  background-color: rgba(255, 154, 44, 0.8);
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1020px) {
  .container {
    padding: 0 20px;
    margin: 0;
  }
  .ttl_area .inner {
    padding: 0 30px;
  }
  .ttl_area .inner h2 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .budget {
    width: 80%;
    margin: 0 auto 30px;
  }
  .budget dl {
    width: 320px;
    float: none;
    margin: 0 auto 20px;
  }
  .budget dl:last-child {
    float: none;
  }
  .voice_area dl {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .voice_area dl:nth-child(even) {
    float: none;
  }
  .voice_area dl:nth-child(3), .voice_area dl:nth-child(4) {
    left: 0;
  }
  .voice_area dl:nth-child(odd) dt {
    float: right;
    text-align: right;
  }
  .voice_area dl:nth-child(odd) dd {
    margin-left: 0;
    margin-right: 110px;
  }
  .voice_area dl:nth-child(odd) dd::before {
    left: inherit;
    right: -25px;
    background: url(../images/voice-arrow-r.png) no-repeat left top;
    background-size: 25px 30px;
  }
  .link_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .check4 {
    padding: 0 0 140px;
  }
  #page_top {
    position: fixed;
    bottom: 120px;
    right: 10px;
  }
}
@media screen and (max-width: 488px) {
  .budget {
    width: 100%;
    margin: 0 0 30px;
  }
  .budget h3 {
    font-size: 28px;
  }
  .budget dl {
    width: 280px;
    float: none;
    margin: 0 auto 20px;
  }
  .budget dl dt {
    padding-top: 3px;
    font-size: 16px;
  }
  .budget dl dt span {
    margin-right: 10px;
  }
  .budget dl dd {
    font-size: 18px;
  }
  .budget dl dd span {
    font-size: 30px;
    margin-right: 5px;
  }
  .budget .cost {
    width: 70%;
    font-size: 20px;
    display: block;
    margin: 0 auto;
  }
  .budget .cost span {
    font-size: 30px;
  }
  .link_area li {
    font-size: 16px;
    width: 49%;
  }
  .link_area li a {
    padding: 5px 0;
  }
  #page_top {
    position: fixed;
    bottom: 100px;
    right: 10px;
  }
}
/*# sourceMappingURL=./style.css.map */