@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* サービスの特徴 */
/* -------------------------------------------- */
.feature-area .f-box {
  margin-bottom: 5em;
  background: #fff;
  border: 1px solid #23221f;
  padding: 2em 2em 2em 7.5em;
  position: relative;
  min-height: 180px;
}
.feature-area .f-box .num {
  position: absolute;
  top: -1.5em;
  left: 1.5em;
  background: #23221f;
  padding: 13px 5px;
  width: 5%;
  min-width: 60px;
}
.feature-area .f-box .num::before, .feature-area .f-box .num:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
}
.feature-area .f-box .num::before {
  border-bottom: 22px solid #23221f;
}
.feature-area .f-box .num::after {
  top: -19px; /* 縁の太さ分だけ下げる */
  border-left-width: 19px;
  border-right-width: 19px;
  border-bottom: 19px solid #f4f3f1; /* 中抜きの色と大きさ */
}
.feature-area .f-box .num p {
  width: 100%;
  background: #fff;
  padding: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.feature-area .f-box .num p::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #23221f;
  z-index: 1;
  border-radius: 50%;
}
.feature-area .f-box .num p span {
  font-size: 1.2em;
}
.feature-area .f-box .num p em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-area .f-box .num p em b {
  font-size: 1.6em;
  color: #b74329;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.feature-area .f-box .text h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  color: #b74329;
}
.feature-area .f-box .text p a {
  text-decoration: underline;
}
.feature-area .f-box .text p a:hover {
  text-decoration: none;
}
.feature-area .f-box .text p.bg-area {
  background: #fcefed;
  margin: 1em 0;
  padding: 1em 1em 1em 2em;
  text-indent: -1em;
}
.feature-area .f-box .text .caution {
  background: #f4f3f1;
  margin-top: 1.5em;
  padding: 2em;
}
.feature-area .f-box .text .caution dl dt {
  margin-bottom: 1em;
  border-bottom: 1px dashed #ccc;
  font-size: 1.1em;
  padding-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -0.75em;
}
.feature-area .f-box .text .caution dl dt i {
  color: #b74329;
}
.feature-area .f-box .text .caution dl dd ul {
  padding-left: 1.5em;
}
.feature-area .f-box .text .caution dl dd ul li {
  list-style: disc;
  margin-bottom: 8px;
  line-height: 1.7;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .feature-area .f-box {
    padding: 1.5em 1.5em 1.5em 6em;
  }
  .feature-area .f-box .text h2 {
    font-size: 1.3em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .feature-area .f-box {
    margin-bottom: 3.5em;
    padding: 3em 1.5em 1.5em;
  }
  .feature-area .f-box .num {
    width: auto;
    min-width: auto;
    top: -1em;
    padding: 3px 5px;
  }
  .feature-area .f-box .num::before {
    width: 10px;
    height: 100%;
    background: #23221f;
    top: -1px;
    left: -7px;
    -webkit-transform: none;
    transform: none;
    border: 1px solid #fff;
  }
  .feature-area .f-box .num::after {
    display: none;
  }
  .feature-area .f-box .num p {
    padding: 0.5em 1em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .feature-area .f-box .num p::before, .feature-area .f-box .num p::after {
    height: 4px;
    border-radius: 0;
  }
  .feature-area .f-box .num p::before {
    top: -8px;
    left: -6px;
  }
  .feature-area .f-box .num p::after {
    position: absolute;
    width: 6px;
    content: "";
    background: #23221f;
    bottom: -8px;
    left: -9px;
  }
  .feature-area .f-box .text .caution {
    padding: 1.5em 1em;
  }
}