@charset "utf-8";

/*==================================================
topic path
==================================================*/
#ins-Area-Contents div#area-topicPath {
margin: 0 auto;
text-align: left;
overflow: hidden;
max-width: 960px;
width: 100%;
position: relative;
padding-bottom: 6px;
}

#ins-Area-Contents div#area-topicPath h1 {
  display: inline-block;
  color: #313333;
}

/* #ins-Area-Contents div#area-topicPath div.topicPath {
position:absolute;
} */

#ins-Area-Contents div#area-topicPath div.topicPath p {
  display: inline-block;
margin-bottom:0;
padding-top:10px;
font-size:85%;
}

@media only screen and (max-width: 768px) {
  #ins-Area-Contents div#area-topicPath h1 {
    top: -99em;
  }
  #ins-Area-Contents div#area-topicPath div.topicPath p,
  #ins-Area-Contents div#area-topicPath div.topicPath h1 {
    font-size: .625em;
  }
}

/*==================================================
h1
==================================================*/
#ins-Area-Contents h1 {
margin-bottom:5px;
padding-top:10px;
font-size:85%;
font-weight:normal;
text-align:right;
}

/*==================================================
h2 h3 h4 h5
==================================================*/
#area-Main h2,
#area-Main h3,
#area-Main h3 span,
#area-Main h4 {
background:none;
border:none;
}

/*==================================================
main visual
==================================================*/
#ins-Area-Contents{
  overflow: hidden;
}

.important_notice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
}
.important_notice .box{
  padding: 15px !important;
  border: 2px solid #ff5a00;
  box-sizing: border-box;
  margin-bottom:10px !important;
}
.important_notice p {
  margin-bottom:0 !important;
}

#main-visual-carusel-wrapper{
  border-top: 10px solid #eaeaea;
}

#main-visual-carusel-wrapper .main-visual-bg {
  background: #FF8200;
/*  background: -moz-linear-gradient(top, #d9620a 0%, #b23411 100%);
  background: -webkit-linear-gradient(top, #d9620a 0%,#b23411 100%);
  background: linear-gradient(to bottom, #d9620a 0%,#b23411 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9620a', endColorstr='#b23411',GradientType=0 );*/
}
#main-visual-carusel{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#main-visual-carusel ._visual{
  opacity: .5;
}
#main-visual-carusel ._visual.slick-current{
  opacity: 1;
}
#main-visual-carusel ._visual.slick-current:focus {
  outline: none;
}
#main-visual-carusel .slick-list{
  overflow: visible;
}
#main-visual-carusel .slick-prev{
  left: 5px;
  z-index: 1;
  width: 19px;
  height: 34px;
}
#main-visual-carusel .slick-next{
  right: 5px;
  width: 19px;
  height: 34px;
}
#main-visual-carusel .slick-prev:before,
#main-visual-carusel .slick-next:before{
  content: '';
  display: block;
  width: 19px;
  height: 34px;
  opacity: 1;
}
#main-visual-carusel .slick-prev:before{
  background: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/carusel-arrow-pre.png?20180731) no-repeat 0 0;
}
#main-visual-carusel .slick-next:before{
  background: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/carusel-arrow-nex.png?20180731) no-repeat 0 0;
}
#main-visual-carusel .dots{
  display: table;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
}
#main-visual-carusel .dots > li{
  display: table-cell;
}
#main-visual-carusel .dots > li button{
  color: transparent;
  font-size: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: none;
  background-color: #CCC;
}
#main-visual-carusel .dots > .slick-active button{
    background-color: #ec9f00;
}

@media only screen and (max-width: 768px) {
  #main-visual-carusel-wrapper {
    border-top: 0;
  }
  #main-visual-carusel-wrapper .main-visual-sp {
    margin-right: -10px;
    margin-left: -10px;
  }
  #main-visual-carusel-wrapper .main-visual-sp > p {
    margin-bottom: 0;
  }
  #main-visual-carusel-wrapper .main-visual-sp > ul {
    display: flex;
    margin-bottom: 0;
  }
  #main-visual-carusel-wrapper .main-visual-sp > ul > li {
    width: 33.3333%;
  }
}

/* .rank-mark-area
--------------------------------------------------*/
#main-visual-carusel-wrapper .rank-mark-area {
  background-color: #efefef;
}
#main-visual-carusel-wrapper .rank-mark-area a.hv01:hover {
  opacity: 0.7;
  display:block;
}
#main-visual-carusel-wrapper .rank-mark-area .rank-mark-list {
  width: 960px;
  height: 120px;
  margin: 0 auto;
  display: table;
}
#main-visual-carusel-wrapper .rank-mark-area li {
  display: table-cell;
  vertical-align: middle;
/*  text-align: right;*/
}
#main-visual-carusel-wrapper .rank-mark-area li:nth-child(1) {
  width: 310px;
  vertical-align: top;
  text-align: left;
}
#main-visual-carusel-wrapper .rank-mark-area li:nth-child(2) {
  width: 250px;
}
#main-visual-carusel-wrapper .rank-mark-area li:nth-child(3) {
  width: 180px;
}
#main-visual-carusel-wrapper .rank-mark-area li:nth-child(4) {
  width: 220px;
}
#main-visual-carusel-wrapper .rank-mark-area li:nth-child(5) {
  width: 196px;
}

@media only screen and (max-width: 1024px) {
  #main-visual-carusel-wrapper .rank-mark-area {
    display: none;
  }
}

/*==================================================
top main contents
==================================================*/
#top-Main-Contents {
  padding-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: left;
}
#top-Main-Contents p,
#top-Main-Contents ul,
#top-Main-Contents ol
#top-Main-Contents dl,
#top-Main-Contents table {
  margin-bottom: 0;
  font-size: 100%;
}
#top-Main-Contents .contents-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#top-Main-Contents a.hv01:hover {
  opacity: 0.7;
}
#top-Main-Contents a.hv02:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .contents-inner {
    display: flex;
    flex-direction: column;
  }
}

/*==================================================
estimate contract
==================================================*/
#top-Main-Contents .estimate-contract {
  margin-top: 47px;
}
#top-Main-Contents .estimate-contract .link-area {
  overflow: hidden;
  margin-bottom: 30px;
}
#top-Main-Contents .estimate-contract .link-area h2 {
  padding-bottom: 3px;
  border-bottom: 1px dashed #000;
  font-size: 169.231%;
  text-align: center;
}
#top-Main-Contents .estimate-contract .link-area .button {
  margin-top: 20px;
  font-size: 108%;
}
#top-Main-Contents .estimate-contract .link-area .link {
  margin-top: 16px;
  font-size: 138.4614%;
  font-weight: bold;
  text-align: center;
}
#top-Main-Contents .estimate-contract .link-area .link.s24 {
  margin-top: 15px;
}
#top-Main-Contents .estimate-contract .link-area .estimate {
  width: 48%;
  float: left;
  border: solid 5px #efefef;
  box-sizing: border-box;
  padding: 10px 15px;
}
#top-Main-Contents .estimate-contract .link-area .estimate .link a {
  color: #000;
}
#top-Main-Contents .estimate-contract .link-area .estimate .btn-arw-fill-01 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
}
#top-Main-Contents .estimate-contract .link-area .estimate .btn-arw-fill-01 span {
  width: 100%;
}
#top-Main-Contents .estimate-contract .link-area .estimate .btn-arw-fill-01 span:last-child {
  padding-top: 10px;
  font-size: 66.6%;
}
#top-Main-Contents .estimate-contract .link-area .estimate .btn-arw-fill-01 span strong {
  color: #ff5a00;
}
#top-Main-Contents .estimate-contract .link-area .contract {
  width: 48%;
  float: right;
  border: solid 5px #efefef;
  box-sizing: border-box;
  padding: 10px 15px;
}
#top-Main-Contents .estimate-contract .link-area .contract .btn-arw-fill-02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
}
#top-Main-Contents .estimate-contract .link-area .contract .btn-arw-fill-02 span {
  width: 100%;
}
#top-Main-Contents .estimate-contract .link-area .contract .btn-arw-fill-02 span:first-child {
  padding-bottom: 10px;
  font-size: 66.6%;
}
#top-Main-Contents .estimate-contract .link-area .contract .link a {
  color: #000;
}
#top-Main-Contents .estimate-contract .link-area .contract .link.s24 a {
  color: #b8183e;
}
#top-Main-Contents .estimate-contract .txt-discount,
#top-Main-Contents .estimate-contract .bnr-line,
#ins-Area-SiteNavi-rwd .txt-discount {
  margin-top: 20px;
  text-align: center;
}
#top-Main-Contents .estimate-contract .txt-discount {
  font-size: 138.4614%;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom:20px;
}
#ins-Area-SiteNavi-rwd .txt-discount {
  font-weight: bold;
  line-height: 1.17;
  margin-bottom:20px;
}
#top-Main-Contents .estimate-contract .txt-discount > span {
  font-size: 135%;
  background: linear-gradient(to bottom, #fff, #fff 50%, #ffe000 50%, #ffe000 100%);
}
#ins-Area-SiteNavi-rwd .txt-discount > span {
  font-size: 116%;
  background: linear-gradient(to bottom, #fff, #fff 50%, #ffe000 50%, #ffe000 100%);
}
#top-Main-Contents .estimate-contract .txt-discount > span > strong,
#ins-Area-SiteNavi-rwd .txt-discount > span > strong {
  font-size: 180%;
  color: #ff5a00;
}
#top-Main-Contents .estimate-contract .txt-discount > span > sub,
#ins-Area-SiteNavi-rwd .txt-discount > span > sub {
  font-size: 60%;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .estimate-contract {
    margin-top: 30px;
  }
  #top-Main-Contents .estimate-contract .link-area {
    order: 1;
  }
  #top-Main-Contents .estimate-contract .link-area .estimate,
  #top-Main-Contents .estimate-contract .link-area .contract {
    width: 100%;
    float: none;
    border-width: 3px;
    padding: 8px 7px;
  }
  #top-Main-Contents .estimate-contract .link-area .contract {
    margin-top: 30px;
  }
  #top-Main-Contents .estimate-contract .link-area a[class^="btn-arw"] {
    font-size: 1rem;
    height: auto;
    padding: .75em 0;
  }
  #top-Main-Contents .estimate-contract .link-area a[class^="btn-arw"].h60 {
    font-size: .875rem;
  }
  #top-Main-Contents .estimate-contract .link-area a[class^="btn-arw"]::after {
    right: 10px;
  }
  #top-Main-Contents .estimate-contract .link-area .button {
    margin-top: 1em;
  }
  #top-Main-Contents .estimate-contract .link-area .link {
    font-size: .75rem;
    margin-top: 14px;
  }
  #top-Main-Contents .estimate-contract .link-area h2 {
    font-size: 1.125rem;
  }
  #top-Main-Contents .estimate-contract .txt-discount {
    order: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: .875rem;
    line-height: 1.12;
  }
  #top-Main-Contents .estimate-contract .txt-discount > span {
    font-size: 1.0625rem;
  }
  #top-Main-Contents .estimate-contract .txt-discount > span > strong {
    font-size: 1.5294em;
  }
}

/*==================================================
important news
==================================================*/
#top-Main-Contents .important-news-outer {
  margin-top: 47px;
  background-color: #fff0be;
}
#top-Main-Contents .important-news {
  margin: 0 auto;
  padding: 27px 0 32px;
  overflow: hidden;
}
#top-Main-Contents .important-news h2 {
  font-size: 153.846%;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dashed #000;
}
#top-Main-Contents .important-news h2 a {
  margin-top: 5px;
  font-size: 62.7589%;
  float: right;
  color: #333;
}
#top-Main-Contents .important-news ul {
  margin-top: 14px;
  font-size: 123.077%;
}
#top-Main-Contents .important-news ul li {
  margin-top: 8px;
  overflow: hidden;
}
#top-Main-Contents .important-news ul li span {
  width: 9em;
  color: #333;
  float: left;
}
#top-Main-Contents .important-news ul li p {
  width: calc(100% - 9em);
  margin-bottom: 0;
  float: left;
}
#top-Main-Contents .important-news .handicap-btn {
  width: 300px;
  float: right;
}
#top-Main-Contents .important-news .handicap-btn .btn-arw-line-03 {
  padding: 0 25px;
  justify-content: left;
  -ms-flex-align: left;
}
#top-Main-Contents .important-news .handicap-btn .btn-arw-line-03:after {
  right: 8px;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .important-news {
    padding: 15px 0 20px;
  }
  #top-Main-Contents .important-news-outer {
    margin: 0 -10px;
    padding: 0 10px;
  }
  #top-Main-Contents .important-news h2 {
    font-size: 1.125rem;
  }
  #top-Main-Contents .important-news h2 a {
    display: inline-block;
    padding-right: 10px;
  }
  #top-Main-Contents .important-news ul {
    padding: 0 10px;
  }
  #top-Main-Contents .important-news ul li {
    font-size: .875rem;
    margin-top: 3px;
  }
  #top-Main-Contents .important-news ul li + li {
    margin-top: 18px;
  }
  #top-Main-Contents .important-news ul li span {
    float: none;
    display: block;
  }
  #top-Main-Contents .important-news ul li p {
    float: none;
    width: auto;
  }
}

/*==================================================
characteristics
==================================================*/
#top-Main-Contents .characteristics {
  margin: 0 auto;
  background-color: #fff;
}
#top-Main-Contents .characteristics h2 {
  font-size: 230.769%;
  font-weight: bold;
  color: #ff5a00;
  text-align: center;
}
#top-Main-Contents .characteristics .txt-normal-c {
  font-size: 123.077%;
  text-align: center;
}
#top-Main-Contents .characteristics .txt-normal-c.is-bold {
  font-weight: bold;
}
#top-Main-Contents .characteristics .characteristics-note {
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  font-size: 92.308%;
}
#top-Main-Contents .characteristics .btn-arw-fill-03 {
  width: 500px;
  margin: 0 auto;
}
#top-Main-Contents .characteristics .tail-voice {
  height: 260px;
  margin-top: 130px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/bg-characteristics.png?20180731);
  position: relative;
}
#top-Main-Contents .characteristics .tail-voice p {
  position: absolute;
  top: -58px;
  left: calc(50% - 382px);
}
#top-Main-Contents .characteristics .characteristics-nemu-outer {
  margin-bottom: 100px;
  padding-top: 52px;
  background-color: #efefef;
}
#top-Main-Contents .characteristics .characteristics-nemu {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0;
  padding-bottom: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-Main-Contents .characteristics .characteristics-nemu li {
  width: 190px;
  height: 200px;
  padding-top: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  font-size: 106%;
  text-align: center;
}
#top-Main-Contents .characteristics .characteristics-detail {
  padding-bottom: 100px;
  background-color: #F8200;
}
#top-Main-Contents .characteristics .characteristics-detail:last-child {
  padding-bottom: 0;
}
#top-Main-Contents .characteristics h3 {
  width: 100%;
  height: 350px;
  background-color: #eb6120;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 323.077%;
  font-weight: normal;
  text-align: center;
  display: table;
}
#top-Main-Contents .characteristics h3 span {
  color: #fff;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .sub {
  margin: 53px 0 0;
  font-size: 215.3848%;
  font-weight: bold;
  text-align: center;
}
#top-Main-Contents .characteristics .sub sup {
  font-size: 60%;
}
#top-Main-Contents .characteristics .characteristics-cont {
  margin-top: 55px;
}
#top-Main-Contents .characteristics .characteristics-cont + .characteristics-cont {
  margin-top: 64px;
}
#top-Main-Contents .characteristics .characteristics-cont h4 {
  font-size: 184.615%;
  text-align: center;
}
#top-Main-Contents .characteristics .characteristics-cont .detail-box {
  margin-top: 10px;
  padding: 30px 30px 40px;
  background-color: #efefef;
}
#top-Main-Contents .characteristics .characteristics-cont .detail-box .movie {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
#top-Main-Contents .characteristics .characteristics-cont .detail-box .movie > .inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#top-Main-Contents .characteristics .characteristics-cont .detail-box .movie > .inner .jstream-eqPlayer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-Main-Contents .characteristics .characteristics-cont .detail-box .movie > .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-Main-Contents .characteristics .characteristics-cont .detail-box .movie > .inner .jstream-eqPlayer .water_mark_square {
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  #top-Main-Contents .characteristics h3 {
    width: calc(100% + 20px);
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    background-position: center bottom;
    background-size: contain;
    display: block;
  }
  #top-Main-Contents .characteristics h3 span img {
    height: 50px;
  }
  #top-Main-Contents .characteristics .characteristics-nemu {
    margin: 14px auto 0;
    padding-bottom: 28px;
  }
  #top-Main-Contents .characteristics .characteristics-nemu li {
    width: 25%;
    height: auto;
    padding: 0 1px;
    background: none;
  }
  #top-Main-Contents .characteristics .characteristics-nemu li > span {
    background: #fff;
    border-radius: 4px;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #top-Main-Contents .characteristics .characteristics-nemu li::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .characteristics .characteristics-nemu li > span img {
    max-height: 70px;
  }
  #top-Main-Contents .characteristics .characteristics-nemu-outer {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding-top: 16px;
  }
  #top-Main-Contents .characteristics h2 {
    font-size: 1.125rem;
  }
  #top-Main-Contents .characteristics .sub {
    font-size: 1.125rem;
    margin: 26px 0 0;
  }
  #top-Main-Contents .characteristics .characteristics-detail {
    padding-bottom: 6px;
  }
  #top-Main-Contents .characteristics .characteristics-cont {
    margin-top: 20px;
  }
  #top-Main-Contents .characteristics .characteristics-cont + .characteristics-cont {
    margin-top: 38px;
  }
  #top-Main-Contents .characteristics .characteristics-cont h4 {
    font-size: 1rem;
  }
  #top-Main-Contents .characteristics .characteristics-cont .detail-box {
    margin-top: 8px;
    padding: 20px 10px;
  }
  #top-Main-Contents .characteristics .txt-normal-c {
    font-size: .875rem;
  }
  #top-Main-Contents .characteristics .btn-arw-fill-03 {
    width: auto;
    font-size: .875rem;
    padding-right: 30px;
  }
  #top-Main-Contents .characteristics .tail-voice {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 47px;
  }
  #top-Main-Contents .characteristics .tail-voice p {
    position: static;
  }
  #top-Main-Contents .characteristics .estimate-contract .link-area .estimate {
    border: 0;
    padding: 0;
  }
  #top-Main-Contents .characteristics .estimate-contract {
    margin-top: 16px;
  }
  #top-Main-Contents .characteristics .estimate-contract .txt-discount {
    margin-bottom: 0;
  }
}

/* .support
--------------------------------------------------*/
#top-Main-Contents .characteristics .support h3 {
  position: relative;
  background-color: #FF8200;
  background-size: cover;
}

#top-Main-Contents .characteristics .support h3 > img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top-Main-Contents .characteristics .support .support-txt-01 {
  color: #ff0000;
  font-size: 153.846%;
  text-align: center;
}
#top-Main-Contents .characteristics .support .support-txt-01 span {
  font-size: 140%;
  font-weight: bold;
}
#top-Main-Contents .characteristics .support .alsok {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
#top-Main-Contents .characteristics .support .alsok li {
  width: calc(33.333% - 9px);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
#top-Main-Contents .characteristics .support .alsok li b {
  display: block;
  color: #ff5a00;
  font-size: 1.25rem;
  margin-bottom: 10px;
  padding: 0 10px;
}
#top-Main-Contents .characteristics .support .alsok li span {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 0 10px;
}
#top-Main-Contents .characteristics .support .support-txt-02 {
  margin-top: 30px;
}
#top-Main-Contents .characteristics .support .alsok-bnr {
  margin: 24px 0 0;
  text-align: center;
}
#top-Main-Contents .characteristics .support .road-assistance {
  margin: 25px 0 38px;
  overflow: hidden;
  display: flex;
  width: 100%;
}
#top-Main-Contents .characteristics .support .road-assistance .box-l {
  width: 292px;
  max-width: 50%;
  flex-shrink: 0;
  margin-right: 28px;
  text-align: center;
}
#top-Main-Contents .characteristics .support .road-assistance .road-assistance-cnt {
  margin-top: 15px;
}
#top-Main-Contents .characteristics .support .road-assistance .box-r {
  padding: 25px;
  border: 2px solid #ff5a00;
  box-sizing: border-box;
  background-color: #fff;
  flex-grow: 1;
}
#top-Main-Contents .characteristics .support .road-assistance .box-r .normal-txt {
  font-size: 107.692%;
}
#top-Main-Contents .characteristics .support .road-assistance .box-r .box-ttl {
  margin: 18px 0 4px;
  color: #ff5a00;
  font-size: 138.4614%;
  font-weight: bold;
}
#top-Main-Contents .characteristics .support .road-assistance .box-r .characteristics-note {
  margin-top: 5px;
}
#top-Main-Contents .characteristics .support .road-assistance-base {
  margin-top: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-Main-Contents .characteristics .support .road-assistance-base li {
  box-sizing: border-box;
  width: calc(33.333% - 10px);
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  font-size: 1rem;
}
#top-Main-Contents .characteristics .support .road-assistance-base li .img {
  flex-shrink: 0;
  margin-right: 20px;
}
#top-Main-Contents .characteristics .support .road-assistance-base li .txt {
  flex-grow: 1;
}
#top-Main-Contents .characteristics .support .road-assistance-base li .txt strong {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff5a00;
}
#top-Main-Contents .characteristics .support .btn-service {
  margin-top: 40px;
}
#top-Main-Contents .characteristics .support .difference {
  margin-top: 35px;
  padding-bottom: 5px;
  overflow: hidden;
}
#top-Main-Contents .characteristics .support .difference .text {
  width: 480px;
  font-size: 123.077%;
  float: left;
}
#top-Main-Contents .characteristics .support .difference .button {
  width: 450px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  #top-Main-Contents .characteristics .support h3 {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    height: auto;
    padding-top: 23px;
}
  #top-Main-Contents .characteristics .support h3 span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
  #top-Main-Contents .characteristics .support h3 span > img {
    height: 28px;
}
  #top-Main-Contents .characteristics .support h3 > img {
    position: static;
    transform: none;
}
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .characteristics .support .support-txt-01 {
    font-size: .875rem;
}
  #top-Main-Contents .characteristics .support .support-txt-02 {
    font-size: .875rem;
    margin-top: 17px;
}
  #top-Main-Contents .characteristics .support .alsok {
    margin-top: 16px;
    display: block;
  }
  #top-Main-Contents .characteristics .support .alsok li {
    width: auto;
    padding: 12px 10px 4px 136px;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
  }
  #top-Main-Contents .characteristics .support .alsok li img {
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    height: 60px;
  }
  #top-Main-Contents .characteristics .support .alsok li b {
    font-size: .875rem;
  }
  #top-Main-Contents .characteristics .support .alsok li span {
    font-size: .6875rem;
  }
  #top-Main-Contents .characteristics .support .alsok-bnr {
    margin: 15px 0 0;
  }
  #top-Main-Contents .characteristics .support .btn-service {
    margin-top: 20px;
  }
  #top-Main-Contents .characteristics .support .difference {
    margin-top: 20px;
  }
  #top-Main-Contents .characteristics .support .difference .text {
    width: auto;
    font-size: .875rem;
    float: none;
    margin-bottom: 34px;
  }
  #top-Main-Contents .characteristics .support .difference .button {
    width: auto;
    float: none;
  }
  #top-Main-Contents .characteristics .support .difference .button a {
    height: auto;
    padding: 10px 0;
  }
  #top-Main-Contents .characteristics .support .difference .button a img {
    height: 70px;
  }
  #top-Main-Contents .characteristics .support .road-assistance {
    display: block;
    margin: 25px 0 18px;
  }
  #top-Main-Contents .characteristics .support .road-assistance .box-l {
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top-Main-Contents .characteristics .support .road-assistance .road-assistance-cnt > img {
    width: 200px;
  }
  #top-Main-Contents .characteristics .support .road-assistance .box-r {
    padding: 18px 10px;
  }
  #top-Main-Contents .characteristics .support .road-assistance .box-r .box-ttl {
    font-size: .875rem;
    margin: 14px 0 4px;
  }
  #top-Main-Contents .characteristics .support .road-assistance .box-r .normal-txt {
    font-size: .8125rem;
  }
  #top-Main-Contents .characteristics .support .road-assistance-base {
    display: block;
    margin-top: 20px;
  }
  #top-Main-Contents .characteristics .support .road-assistance-base li {
    width: auto;
    font-size: .75rem;
    padding: 8px 8px 4px 20px;
    margin-bottom: 10px;
  }
  #top-Main-Contents .characteristics .support .road-assistance-base li .img {
    width: 55px;
  }
  #top-Main-Contents .characteristics .support .road-assistance-base li .txt {
    text-align: center;
    line-height: 1.2;
  }
  #top-Main-Contents .characteristics .support .road-assistance-base li .txt strong {
    font-size: 1.3rem;
  }
}

/* .premium
--------------------------------------------------*/
/*#top-Main-Contents .characteristics .premium h3 {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/bg-ttl-premium.png?20191227);
}*/
#top-Main-Contents .characteristics .premium div.characteristics-cont {
  margin-top: 50px;
}
#top-Main-Contents .characteristics .premium .figure {
  margin-bottom: 42px;
  display: table;
}
#top-Main-Contents .characteristics .premium .figure .figure-age {
  width: 450px;
  max-width: 50%;
  padding-top: 28.2%;
  display: table-cell;
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/img-car-age.gif?20180803);
  background-repeat: no-repeat;
  background-size: contain;
}
#top-Main-Contents .characteristics .premium .figure .figure-age.animation {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/animation-car-age.gif?20180803);
}
#top-Main-Contents .characteristics .premium .figure .figcaption {
  padding-left: 30px;
  font-size: 123.077%;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .premium .sub:nth-of-type(2) {
  margin-bottom: 40px;
}
#top-Main-Contents .characteristics .premium .compensate {
  width: 100%;
  margin-bottom: 35px;
  display: table;
}
#top-Main-Contents .characteristics .premium .compensate .basic {
  width: 381px;
  display: table-cell;
}
#top-Main-Contents .characteristics .premium .compensate .also {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .premium .compensate .selectable {
  width: 381px;
  display: table-cell;
}
#top-Main-Contents .characteristics .premium .btn-compensate {
  margin-top: 25px;
}
#top-Main-Contents .characteristics .premium .example {
  width: 100%;
  margin-top: 30px;
  display: table;
}
#top-Main-Contents .characteristics .premium .example .picup-a {
  width: 50%;
  display: table-cell;
  text-align: left;
}
#top-Main-Contents .characteristics .premium .example .picup-b {
  width: 50%;
  display: table-cell;
  text-align: right;
}
#top-Main-Contents .characteristics .premium .btn-recommend {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .characteristics .premium div.characteristics-cont {
    margin-top: 15px;
  }
  #top-Main-Contents .characteristics .premium .figure {
    display: block;
    margin-bottom: 18px;
  }
  #top-Main-Contents .characteristics .premium .figure .figure-age {
    display: block;
    width: auto;
    max-width: none;
    background-position: top center;
    padding-top: 49.5%;
  }
  #top-Main-Contents .characteristics .premium .figure .figcaption {
    display: block;
    width: auto;
    padding-left: 0;
    font-size: .875rem;
    margin-top: 16px;
  }
  #top-Main-Contents .characteristics .premium .btn-service a[class^="btn-arw"]::after {
    right: 20px;
  }
  #top-Main-Contents .characteristics .premium .btn-compensate {
    margin-top: 18px;
  }
  #top-Main-Contents .characteristics .premium .btn-recommend {
    margin-top: 18px;
  }
  #top-Main-Contents .characteristics .premium .sub:nth-of-type(2) {
    margin-bottom: 20px;
  }
  #top-Main-Contents .characteristics .premium .compensate {
    display: block;
    margin-bottom: 18px;
  }
  #top-Main-Contents .characteristics .premium .compensate .basic {
    width: auto;
    display: block;
    text-align: center;
  }
  #top-Main-Contents .characteristics .premium .compensate .also {
    display: block;
    text-align: center;
  }
  #top-Main-Contents .characteristics .premium .compensate .also > img {
    width: 80px;
    padding: 10px 0;
  }
  #top-Main-Contents .characteristics .premium .compensate .selectable {
    width: auto;
    display: block;
    text-align: center;
  }
  #top-Main-Contents .characteristics .premium .example {
    display: block;
    margin-top: 16px;
  }
  #top-Main-Contents .characteristics .premium .example .picup-a {
    display: block;
    width: auto;
    text-align: center;
  }
  #top-Main-Contents .characteristics .premium .example .picup-b {
    display: block;
    width: auto;
    text-align: center;
    margin-top: 6px;
  }
}

/* .discount
--------------------------------------------------*/
/*#top-Main-Contents .characteristics .discount h3 {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/bg-ttl-discount.png?20191227);
}*/
#top-Main-Contents .characteristics .discount .discount-01 {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  display: table;
}
#top-Main-Contents .characteristics .discount .discount-01 .internet {
  width: 530px;
  display: table-cell;
}
#top-Main-Contents .characteristics .discount .discount-01 .early {
  width: calc(100% - 530px);
  display: table-cell;
}
#top-Main-Contents .characteristics .discount .discount-02 {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 30px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  display: table;
}
#top-Main-Contents .characteristics .discount .discount-02 .img {
  width: 420px;
  display: table-cell;
}
#top-Main-Contents .characteristics .discount .discount-02 .text {
  width: calc(100% - 420px);
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}
#top-Main-Contents .characteristics .discount .discount-02 .text .txt-asv {
  margin-bottom: 25px;
  font-size: 184.615%;
  text-align: center;
}
#top-Main-Contents .characteristics .discount .discount-02 .text .txt-asv span {
  font-size: 130%;
  display: block;
}
#top-Main-Contents .characteristics .discount .discount-02 .text .txt-asv sup {
  font-size: 60%;
}
#top-Main-Contents .characteristics .discount .btn-discount {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .characteristics .discount .discount-01 {
    margin-top: 8px;
    text-align: center;
    display: block;
  }
  #top-Main-Contents .characteristics .discount .discount-01 .internet {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
  #top-Main-Contents .characteristics .discount .discount-01 .early {
    width: auto;
    display: block;
  }
  #top-Main-Contents .characteristics .discount .discount-02 {
    margin: 10px auto 0;
    display: block;
    padding: 8px;
  }
  #top-Main-Contents .characteristics .discount .discount-02 .img {
    width: auto;
    text-align: center;
    display: block;
  }
  #top-Main-Contents .characteristics .discount .discount-02 .text {
    width: auto;
    display: block;
    padding-left: 0;
    margin-top: 8px;
  }
  #top-Main-Contents .characteristics .discount .discount-02 .text .txt-asv {
    font-size: .875rem;
    margin-bottom: 5px;
  }
  #top-Main-Contents .characteristics .discount .btn-discount {
    margin-top: 20px;
  }
  #top-Main-Contents .characteristics .characteristics-note {
    font-size: .625rem;
  }
}

/* .distance
--------------------------------------------------*/
/*#top-Main-Contents .characteristics .distance h3 {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/bg-ttl-distance.png?20191227);
}*/
#top-Main-Contents .characteristics .distance div.characteristics-cont {
  margin-top: 50px;
}
#top-Main-Contents .characteristics .distance .figure {
  margin-bottom: 30px;
  display: table;
}
#top-Main-Contents .characteristics .distance .figure img {
  width: 450px;
  display: table-cell;
}
#top-Main-Contents .characteristics .distance .figure .figcaption {
  padding-left: 30px;
  font-size: 123.077%;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .distance .btn-distance {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #top-Main-Contents .characteristics .distance div.characteristics-cont {
    margin-top: 15px;
  }
  #top-Main-Contents .characteristics .distance .figure {
    display: block;
    margin-top: 5px;
  }
  #top-Main-Contents .characteristics .distance .figure img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  #top-Main-Contents .characteristics .distance .figure .figcaption {
    display: block;
    width: auto;
    padding-left: 0;
    font-size: .875rem;
    margin-top: 5px;
  }
  #top-Main-Contents .characteristics .distance .btn-distance {
    margin-top: 18px;
  }
}

/* .specialty
--------------------------------------------------*/
#top-Main-Contents .characteristics .specialty h3 {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/bg-ttl-specialty.png?20180731);
}
#top-Main-Contents .characteristics .specialty .specialty-visual {
  margin-bottom: 30px;
}
#top-Main-Contents .characteristics .specialty .ttl-free-service {
  margin: 15px auto 0;
  display: table;
}
#top-Main-Contents .characteristics .specialty .ttl-free-service .icon {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .specialty .ttl-free-service .text {
  padding-left: 20px;
  font-size: 169.231%;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .characteristics .specialty .free-service {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-Main-Contents .characteristics .specialty .free-service li {
  width: 290px;
  padding: 24px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#top-Main-Contents .characteristics .specialty .free-service li .text {
  margin-top: 10px;
  font-size: 115.385%;
}
#top-Main-Contents .characteristics .specialty .free-service li .text span {
  color: #ff5a00;
}
#top-Main-Contents .characteristics .specialty .btn-area {
  width: 100%;
  margin-top: 40px;
  display: table;
}
#top-Main-Contents .characteristics .specialty .btn-area .btn-movie {
  width: 50%;
  display: table-cell;
}
#top-Main-Contents .characteristics .specialty .btn-area .btn-movie .btn-arw-movie-01 {
  width: 430px;
}
#top-Main-Contents .characteristics .specialty .btn-area .btn-movie .btn-arw-movie-01:focus {
  outline: none;
}
#top-Main-Contents .characteristics .specialty .btn-area .btn-tsunagaru {
  width: 50%;
  display: table-cell;
  text-align: right;
}
#top-Main-Contents .characteristics .specialty .btn-area .btn-tsunagaru .btn-arw-fill-03 {
  width: 430px;
}

/*==================================================
voice
==================================================*/
#top-Main-Contents .voice {
  margin-top: 80px;
}
#top-Main-Contents .voice h2 {
  font-size: 246.154%;
  text-align: center;
}
#top-Main-Contents .voice ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#top-Main-Contents .voice ul li {
  margin-top: 70px;
  background-repeat: no-repeat;
}
#top-Main-Contents .voice ul li.left {
  padding-left: 160px;
  background-position: left center;
}
#top-Main-Contents .voice ul li.right {
  padding-right: 160px;
  background-position: right center;
}
#top-Main-Contents .voice ul li.man {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/icon-voice-man.png?20180731);
}
#top-Main-Contents .voice ul li.woman {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/icon-voice-woman.png?20180731);
}
#top-Main-Contents .voice ul li p {
  /* width: 740px; */
  min-height: 120px;
  padding: 45px 30px 30px;
  background-color: #ffc2a2;
  box-sizing: border-box;
  font-size: 123.077%;
  position: relative;
}
#top-Main-Contents .voice ul li p span {
  padding: 10px 18px;
  border-radius: 20px;
  background-color: #fe471a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: -20px;
}
#top-Main-Contents .voice ul li.left p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 28px 16px 0;
  border-color: transparent #ffc3a2 transparent transparent;
  position: absolute;
  left: -28px;
  top: 47px;
}
#top-Main-Contents .voice ul li.right p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #ffc3a2;
  position: absolute;
  right: -28px;
  top: 47px;
}
#top-Main-Contents .voice .btn-voice {
  width: 500px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .voice {
    margin-top: 10px;
  }
  #top-Main-Contents .voice h2 {
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
  #top-Main-Contents .voice ul li {
    margin-top: 30px;
  }
  #top-Main-Contents .voice ul li p {
    font-size: .75rem;
    padding: 23px 8px 10px;
    min-height: 0;
  }
  #top-Main-Contents .voice ul li p span {
    left: 0;
    top: -15px;
    padding: 5px 14px;
  }
  #top-Main-Contents .voice ul li.left p span {
    left: 10px;
  }
  #top-Main-Contents .voice ul li.right {
    padding-right: 54px;
    background-position: right top;
  }
  #top-Main-Contents .voice ul li.right p::after {
    border-width: 5px 0 5px 10px;
    right: -10px;
    top: 12px;
  }
  #top-Main-Contents .voice ul li.left {
    padding-left: 54px;
    background-position: left top;
  }
  #top-Main-Contents .voice ul li.left p::before {
    border-width: 5px 0 5px 10px;
    left: -10px;
    top: 12px;
  }
  #top-Main-Contents .voice ul li.woman {
    background-size: 40px 40px;
  }
  #top-Main-Contents .voice ul li.man {
    background-size: 40px 40px;
  }
  #top-Main-Contents .voice .btn-voice {
    width: auto;
    margin: 30px auto 0;
  }
}

/*==================================================
other content
==================================================*/
#top-Main-Contents .other-content .btn-consult {
  margin: 74px auto 0;
  text-align: center;
}
#top-Main-Contents .other-content .estimate-contract {
  margin-top: 40px;
}
#top-Main-Contents .other-content .estimate-contract .link-area .estimate {
  border: 0;
  margin: 0 auto;
  float: none;
  padding: 0;
  width: 100%;
  max-width: 420px;
}
#top-Main-Contents .other-content .list-01 {
  display: flex;
  align-items: center;
  margin: 60px auto 0;
  max-width: 900px;
  width: 100%;
}
#top-Main-Contents .other-content .list-01 li {
  margin-top: 0;
  flex-basis: 100%;
}
#top-Main-Contents .other-content .list-01 li + li {
  margin-left: 10px;
}
#top-Main-Contents .other-content .list-naruhodo-01 {
  display: flex;
  width: 100%;
  max-width: 850px;
  margin: 14px auto 0;
}
#top-Main-Contents .other-content .list-naruhodo-01 li {
  width: 33.3333%;
  box-sizing: border-box;
  background-color: #3daa87;
  border-radius: 8px;
  text-align: center;
  padding: 0 30px 0 20px;
}
#top-Main-Contents .other-content .list-naruhodo-01 li + li {
  margin-left: 20px;
}
#top-Main-Contents .other-content .list-naruhodo-01 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 1em 0;
  position: relative;
}
#top-Main-Contents .other-content .list-naruhodo-01 li a:hover,
#top-Main-Contents .other-content .list-naruhodo-01 li a:focus,
#top-Main-Contents .other-content .list-naruhodo-01 li a:active {
  opacity: .75;
}
#top-Main-Contents .other-content .list-naruhodo-01 li a b {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
#top-Main-Contents .other-content .list-naruhodo-01 li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
#top-Main-Contents .other-content .list-naruhodo-01 li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid #3daa87;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: -14px;
  top: calc(50% - 3px);
}
#top-Main-Contents .other-content .box-naruhodo-01 {
  max-width: 806px;
  padding: 4px 20px 18px;
  margin: 20px auto;
  background: #edf4de;
  border: solid 2px #cee59b;
  border-radius: 4px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01 {
  position: relative;
  font-size: 1rem;
  margin-bottom: 21px;
  padding: 10px 10px 15px 57px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(to right, #3da987 0, #3da987 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01::after {
  content: "";
  display: block;
  width: 56px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 23px);
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01.icn-01::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/img-naruhodo-04.png?20200214);
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01.icn-02::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/img-naruhodo-05.png?20200214);
}
#top-Main-Contents .other-content .box-naruhodo-01 .hdg-01.icn-03::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/images/index/img-naruhodo-06.png?20200214);
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 {
  font-size: 1rem;
  margin-bottom: 15px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 > dt {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 > dd {
  position: relative;
  padding-left: 30px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 > dd > p {
  margin-bottom: 15px;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 > dd > p:last-child {
  margin-bottom: 0;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 .icn-q-01 {
  position: absolute;
  top: 0;
  left: 0;
}
#top-Main-Contents .other-content .box-naruhodo-01 .list-02 .icn-a-01 {
  position: absolute;
  top: 0;
  left: 0;
}
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a {
  display: inline-block;
  font-size: .875rem;
  font-weight: bold;
  width: 250px;
  color: #fff !important;
  background-color: #3da987;
  text-align: center;
  padding: 10px 0;
  border-radius: 100px;
  position: relative;
}
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a:hover,
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a:focus,
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a:active {
  opacity: .8;
}
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
}
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid #3daa87;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: calc(50% - 3px);
}
#top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a > span {
  display: inline-block;
  padding: 0 40px;
}
#top-Main-Contents .other-content .list-oshiete-01 {
  display: flex;
  width: 100%;
  max-width: 850px;
  margin: 20px auto 0;
}
#top-Main-Contents .other-content .list-oshiete-01 li {
  width: 33.3333%;
}
#top-Main-Contents .other-content .list-oshiete-01 li + li {
  margin-left: 2px;
}
#top-Main-Contents .other-content .list-oshiete-01 li a {
  display: block;
  position: relative;
}
#top-Main-Contents .other-content .list-oshiete-01 li a:hover,
#top-Main-Contents .other-content .list-oshiete-01 li a:focus,
#top-Main-Contents .other-content .list-oshiete-01 li a:active {
  opacity: .75;
}
#top-Main-Contents .other-content .list-oshiete-01 li a .label {
  display: inline-block;
  background-color: #347f15;
  color: #fff;
  font-size: .6875rem;
  min-width: 80px;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#top-Main-Contents .other-content .list-oshiete-01 li a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  color: #fff;
  padding: 14px;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 2px 4px #000;
}
#top-Main-Contents .other-content .list-oshiete-01 li a .text .date {
  display: block;
  font-size: .875rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .other-content .estimate-contract {
    margin-top: 13px;
}
  #top-Main-Contents .other-content .estimate-contract .txt-discount {
    margin-bottom: 0;
}
  #top-Main-Contents .other-content .estimate-contract .link-area {
    margin-bottom: 38px;
}
  #top-Main-Contents .other-content .list-01 {
    display: block;
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
  #top-Main-Contents .other-content .list-01 li {
  text-align: center;
}
  #top-Main-Contents .other-content .list-01 li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  #top-Main-Contents .other-content .btn-consult {
    width: auto;
  margin: 0 auto;
}
  #top-Main-Contents .other-content .list-naruhodo-01 {
    margin: 6px 0 30px -10px;
    display: block;
    /* flex-wrap: wrap; */
    width: auto;
  }
  #top-Main-Contents .other-content .list-naruhodo-01 li {
    width: auto;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0 30px 0 8px;
    text-align: left;
  }
  #top-Main-Contents .other-content .list-naruhodo-01 li + li {
    margin-left: 10px;
  }
  #top-Main-Contents .other-content .list-naruhodo-01 li a {
    padding: .6em 0 .4em 65px;
  }
  #top-Main-Contents .other-content .list-naruhodo-01 li a b {
		font-size: .875rem;
}
  #top-Main-Contents .other-content .list-naruhodo-01 li a img {
    height: 30px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}
  #top-Main-Contents .other-content .list-naruhodo-01 li a .detail {
    font-size: .625rem;
    margin-top: 2px;
    padding-top: 4px;
}
  #top-Main-Contents .other-content .list-naruhodo-01 li a .detail span::before {
    width: 12px;
    height: 12px;
}
  #top-Main-Contents .other-content .list-naruhodo-01 li a .detail span::after {
    width: 3px;
    height: 3px;
    border-width: 1px 1px 0 0;
}
  #top-Main-Contents .other-content .list-oshiete-01 {
    display: block;
}
  #top-Main-Contents .other-content .list-oshiete-01 li {
    width: auto;
}
  #top-Main-Contents .other-content .list-oshiete-01 li + li {
    margin-left: 0;
    margin-top: 1px;
  }
  #top-Main-Contents .other-content .list-oshiete-01 li a .label {
    min-width: 76px;
    padding: 2px;
}
  #top-Main-Contents .other-content .list-oshiete-01 li a .text {
    font-size: .875rem;
}
  #top-Main-Contents .other-content .list-oshiete-01 li a img {
    max-width: none;
    width: 100%;
}
  #top-Main-Contents .other-content .box-naruhodo-01 {
    margin: 10px 0;
    padding: 4px 10px 10px;
  }
  #top-Main-Contents .other-content .box-naruhodo-01 .hdg-01 {
    font-size: .875rem;
    padding: 6px 10px 7px 42px;
    margin-bottom: 12px;
  }
  #top-Main-Contents .other-content .box-naruhodo-01 .hdg-01::after {
    width: 35px;
    background-size: 35px auto;
  }
  #top-Main-Contents .other-content .box-naruhodo-01 .list-02 {
    font-size: .875rem;
    margin-bottom: 7px;
  }
  #top-Main-Contents .other-content .box-naruhodo-01 .btn-01 > a {
    width: 100%;
  }
}

/*==================================================
top note
==================================================*/
#top-Main-Contents .top-note {
  margin-top: 80px;
  padding: 30px 0;
  background-color: #efefef;
}
#top-Main-Contents .top-note ul.note-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#top-Main-Contents .top-note ul.note-list li {
  margin-top: 20px;
  padding-left: 3em;
  text-indent: -3em;
  color: #666;
  font-size: 92.308%;
}
#top-Main-Contents .top-note ul.note-list li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .top-note {
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 0;
  }
  #top-Main-Contents .top-note ul.note-list {
    width: auto;
    padding: 0 10px;
  }
  #top-Main-Contents .top-note ul.note-list li {
    margin-top: 10px;
  }
}

/*==================================================
document
==================================================*/
#top-Main-Contents .document {
  width: 100%;
  max-width: 900px;
  margin: 55px auto 0;
  padding-bottom: 40px;
  overflow: hidden;
}
#top-Main-Contents .document dl {
  width: 48%;
  text-align: center;
  font-size: 100%;
}
#top-Main-Contents .document dl:nth-child(1) {
  float: left;
}
#top-Main-Contents .document dl:nth-child(2) {
  float: right;
}
#top-Main-Contents .document dl dt {
  padding-bottom: 4px;
  border-bottom: 1px dashed #000;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
#top-Main-Contents .document dl dd:first-of-type {
  min-height: 60px;
}
#top-Main-Contents .document dl dd div {
  margin: 20px auto 0;
  display: table;
  overflow: hidden;
}
#top-Main-Contents .document dl dd .icon {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
}
#top-Main-Contents .document dl dd .text {
  padding-left: 10px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
#top-Main-Contents .document dl:nth-child(1) dd .text {
  font-size: 14px;
}
#top-Main-Contents .document dl:nth-child(2) dd .text {
  font-size: 22px;
}
#top-Main-Contents .document dl:nth-child(1) dd .text span {
  display: block;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .document {
    margin: 36px auto 0;
    padding-bottom: 20px;
  }
  #top-Main-Contents .document dl,
  #top-Main-Contents .document dl:nth-child(1),
  #top-Main-Contents .document dl:nth-child(2) {
    float: none;
    width: auto;
  }
  #top-Main-Contents .document dl:nth-child(1) {
    margin-bottom: 33px;
  }
  #top-Main-Contents .document dl:nth-child(2) dd .text {
    font-size: 1rem;
  }
  #top-Main-Contents .document dl dd:first-of-type {
    min-height: 0;
    margin-bottom: 14px;
  }
  #top-Main-Contents .document dl dd div {
    margin: 10px auto 0;
  }
}

/*==================================================
cm
==================================================*/
#top-Main-Contents .cm {
  margin-top: 0;
  padding: 35px 0 40px;
  background-color: #FF8200;
}
#top-Main-Contents .cm h2 {
  color: #fff;
  font-size: 184.615%;
  text-align: center;
}
#top-Main-Contents .cm .cm-list {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-Main-Contents .cm .cm-list li {
  width: 208px;
}
#top-Main-Contents .cm .cm-list li img {
  width: 100%;
  padding:2px;
  background-color:#fff;
}
#top-Main-Contents .cm .btn-cm {
  width: 100%;
  max-width: 500px;
  margin: 36px auto 0;
}
#top-Main-Contents .cm .btn-cm a.btn-arw-fill-05 {
  -webkit-box-shadow: 0px 4px 7px -1px rgba(172,52,9,0.7);
  -moz-box-shadow: 0px 4px 7px -1px rgba(172,52,9,0.7);
  box-shadow: 0px 4px 7px -1px rgba(172,52,9,0.7);
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .cm {
    margin-left: -10px;
    margin-right: -10px;
    padding: 16px 0 20px;
  }
  #top-Main-Contents .cm h2 {
    font-size: 1.125rem;
  }
  #top-Main-Contents .cm .cm-list {
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 13px auto 0;
    padding: 0 4px;
  }
  #top-Main-Contents .cm .cm-list li {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 4px;
  }
  #top-Main-Contents .cm .btn-cm {
    margin: 12px auto 0;
    width: auto;
    padding: 0 10px;
  }
}

/*==================================================
cm
==================================================*/
#top-Main-Contents .info .box-info-01 {
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0;
  background-color: #fffce7;
  border: solid 3px #f2c036;
  padding: 16px 10px 13px;
  box-sizing: border-box;
}
#top-Main-Contents .info .txt-balloon-01 {
  padding-left: 68px;
  color: #1d3a98;
  position: relative;
  font-size: .875rem;
}
#top-Main-Contents .info .txt-balloon-01 strong {
  color: #e24911;
  font-size: 1rem;
}
#top-Main-Contents .info .txt-balloon-01 .balloon {
  display: inline-block;
  color: #fff;
  background-color: #e24911;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  border-radius: 4px;
  padding: 2px 10px;
}
#top-Main-Contents .info .txt-balloon-01 .balloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e24911;
  position: absolute;
  top: calc(50% - 5px);
  right: -8px;
}

@media only screen and (max-width: 768px) {
  #top-Main-Contents .info .box-info-01 {
    margin: 40px auto 0;
    font-size: .875rem;
    padding: 16px 15px 13px;
  }
  #top-Main-Contents .info .txt-balloon-01 {
    padding-left: 0;
  }
  #top-Main-Contents .info .txt-balloon-01 .balloon {
    font-size: .875rem;
    top: -30px;
  }
  #top-Main-Contents .info .txt-balloon-01 .balloon::before {
    border-width: 5px 5px 0 5px;
    border-color: #e24911 transparent transparent transparent;
    top: auto;
    right: calc(50% - 5px);
    bottom: -5px;
  }
}

/*==================================================
layer contents
==================================================*/
/* .cf-List-04（関連会社・提携会社）
--------------------------------------------------*/
#area-Main .cf-List-04 h4.h4-A{
border:0 none;
background:none;
margin:0;
padding-bottom:5px;
margin-top:33px;
border-bottom:1px solid #ACB0C0;
}
#area-Main .cf-List-04 h4.h4-A img {
float:left;
}
#area-Main .cf-List-04 h4.h4-A a {
background:url(https://d18f657670wm8u.cloudfront.net/ins_common/images/blt-r-04.gif?20101216) 0 0.35em no-repeat;
padding-left:12px;
float:right;
font-size:87%;
font-weight:normal;
}
#area-Main .cf-List-04 ul.ul-A{
margin-top:15px;
width:706px;
height:150px;
position:relative;
background:url(https://d18f657670wm8u.cloudfront.net/ins_common/images/flag-group-01.png?20240910) left top no-repeat;
}
#area-Main .cf-List-04 ul.ul-A li{
position:absolute;
z-index:1;
outline:none;
}
#area-Main .cf-List-04 ul.ul-A li a{
display:block;
cursor:pointer;
font-size:0;
line-height:0;
color:transparent !important;
}
* html #area-Main .cf-List-04 ul.ul-A li a{
text-indent:-9999px;
}
#area-Main .cf-List-04 ul.ul-A li.li01{
top:0;
left:3px;
width:125px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li01 a{
width:125px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li02{
top:0;
left:130px;
width:93px;
height:26px;
z-index:4;
}
#area-Main .cf-List-04 ul.ul-A li.li02 a{
width:93px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li03{
top:0;
left:235px;
width:116px;
height:26px;
z-index:4;
}
#area-Main .cf-List-04 ul.ul-A li.li03 a{
width:116px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li04{
top:0;
left:410px;
width:70px;
height:26px;
z-index:4;
}
#area-Main .cf-List-04 ul.ul-A li.li04 a{
width:70px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li05{
top:30px;
left:3px;
width:155px;
height:26px;
z-index:3;
}
#area-Main .cf-List-04 ul.ul-A li.li05 a{
width:155px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li06{
top:32px;
left:165px;
width:104px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li06 a{
width:104px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li07 {
top:32px;
left:280px;
width:100px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li07 a {
width:100px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li08 {
top:32px;
left:391px;
width:118px;
height:26px;
z-index:2;
}
#area-Main .cf-List-04 ul.ul-A li.li08 a {
top:32px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li09 {
top:61px;
left:3px;
width:147px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li09 a {
width:147px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li10 {
top:61px;
left:163px;
width:132px;
height:26px;
z-index:2;
}
#area-Main .cf-List-04 ul.ul-A li.li10 a {
top:61px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li11 {
top:61px;
left:309px;
width:90px;
height:26px;
z-index:2;
}
#area-Main .cf-List-04 ul.ul-A li.li11 a {
width:90px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li12 {
top:61px;
left:410px;
width:116px;
height:30px;
z-index:2;
}
#area-Main .cf-List-04 ul.ul-A li.li12 a {
width:116px;
height:30px;
}
#area-Main .cf-List-04 ul.ul-A li.li13 {
top:94px;
left:3px;
width:112px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li13 a {
width:112px;
height:26px;
}
#area-Main .cf-List-04 ul.ul-A li.li14 {
top:94px;
left:123px;
width:130px;
height:29px;
}
#area-Main .cf-List-04 ul.ul-A li.li14 a {
width:130px;
height:29px;
}
#area-Main .cf-List-04 ul.ul-A li.li15 {
top:128px;
left:4px;
width:33px;
height:23px;
}
#area-Main .cf-List-04 ul.ul-A li.li15 a {
width:33px;
height:23px;
}
#area-Main .cf-List-04 ul.ul-A li ul{
position:absolute;
display:none;
border-top:1px solid #333333;
border-right:1px solid #333333;
border-bottom:1px solid #333333;
border-left:1px solid #333333;
background-color:#FFFFFF;
width:111px;
z-index:10;
}
#area-Main .cf-List-04 ul.ul-A li ul li{
text-indent:0;
position:static;
z-index:1;
}
#area-Main .cf-List-04 ul.ul-A li ul li a{
padding:0.15em 0 0.15em 13px;
display:block;
background:url(https://d18f657670wm8u.cloudfront.net/ins_common/images/blt-r-05.gif?20101216) 5px 7px no-repeat;
width:auto !important;
height:auto !important;
color:#0C6699 !important;
zoom:1;
font-size:100%;
line-height:1.231;
text-indent:0;
}
#area-Main .cf-List-04 ul.ul-A li.li01 ul,
#area-Main .cf-List-04 ul.ul-A li.li02 ul,
#area-Main .cf-List-04 ul.ul-A li.li03 ul,
#area-Main .cf-List-04 ul.ul-A li.li04 ul,
#area-Main .cf-List-04 ul.ul-A li.li05 ul,
#area-Main .cf-List-04 ul.ul-A li.li06 ul,
#area-Main .cf-List-04 ul.ul-A li.li07 ul{
top:26px;
left:0;
}

/*==================================================
area local nav
==================================================*/
#area-LocalNav {
padding-top:0;
}

/* .noteList01
--------------------------------------------------*/
#area-LocalNav .noteList01 li {
position:relative;
padding-left:1.0em;
font-size:87%;
}
#area-LocalNav .noteList01 li span {
position:absolute;
top:0;
left:0;
}
#area-LocalNav .reset_mb00 {
margin-bottom:0 !important;
}

/* .bnr
--------------------------------------------------*/
#area-LocalNav .bnr {
margin-bottom:20px;
}
#area-LocalNav .bnr li.glossary,
#area-LocalNav .bnr li.blog {
margin-bottom:12px;
}

/* .facebook
--------------------------------------------------*/
#area-LocalNav .facebook {
margin: 0 0 40px;
}
#area-LocalNav .facebook iframe {
  height: 200px !important;
}

/*==================================================px
foot cv area
==================================================*/
#foot-cv-area {
  height: 180px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#foot-cv-area.js-enable {
  opacity: 0;
}
#foot-cv-area a[class^="btn-arw"] {
  width: 100%;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 7px -1px rgba(170,170,170,0.7);
  -moz-box-shadow: 0px 4px 7px -1px rgba(170,170,170,0.7);
  box-shadow: 0px 4px 7px -1px rgba(170,170,170,0.7);
  box-sizing: border-box;
  font-size: 123.077%;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#foot-cv-area a[class^="btn-arw"]:hover {
  opacity: 0.8;
}
#foot-cv-area a[class^="btn-arw"]:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
#foot-cv-area a[class^="btn-arw"].h60 {
  height: 60px;
}
#foot-cv-area a.btn-arw-fill-01 {
  background-color: #0046ae;
  font-size: 184.615%;
}
#foot-cv-area a.btn-arw-fill-02 {
  background-color: #397ddb;
  font-size: 184.615%;
}
#foot-cv-area a.btn-arw-line-01 {
  border: 2px solid #0046ae;
  background-color: #fff;
  color: #0046ae;
}
#foot-cv-area a.btn-arw-line-01:after {
  border-color: transparent transparent transparent #0046ae;
}
#foot-cv-area .go-top {
  display: inline-block;
  position: fixed;
  bottom: 135px;
  right: calc((100vw - 960px) / 2);
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s, opacity .2s;
}
#foot-cv-area .go-top.view {
  visibility: visible;
  opacity: 1;
}
#foot-cv-area .btn-go-top {
  width: 65px;
  height: 65px;
  padding-top: 25px;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
}
#foot-cv-area .btn-go-top:before {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: calc(50% - 8px);
}
#foot-cv-area .btn-go-top:hover {
  opacity: 0.8;
}
#foot-cv-area .cv-box {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}
#foot-cv-area .cv-box-inner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
  overflow: hidden;
}
#foot-cv-area .cv-box-inner .no-contractor > :last-child {
  margin-bottom: 0;
}
#foot-cv-area .cv-box .no-contractor {
  width: 510px;
  float: left;
}
#foot-cv-area .cv-box .contractor {
  width: 430px;
  float: right;
}
#foot-cv-area .cv-box .cv-title {
  margin: 10px 0 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
#foot-cv-area .cv-box .cv-title:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#foot-cv-area .cv-box .cv-title a {
  margin-left: 20px;
  color: #ff5a00;
  font-size: 13px;
  font-weight: normal;
  float: right;
}
#foot-cv-area .cv-box .cv-detail {
  width: 100%;
}
#foot-cv-area .cv-box .cv-detail p {
  display: table-cell;
  vertical-align: top;
}
#foot-cv-area .cv-box .cv-detail p a[class^="btn-arw"]:after {
  border-width: 5px 0 5px 8px;
  top: calc(50% - 5px);
  right: 5px;
}
#foot-cv-area .cv-box .cv-detail .tel-no span {
  line-height: 1.4;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .tel-no span:nth-child(1) {
  font-size: 14px;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .tel-no span:nth-child(2) {
  font-size: 18px;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .tel-no span:nth-child(3) {
  font-size: 10px;
}
#foot-cv-area .cv-box .contractor .cv-detail .tel-no span:nth-child(1) {
  font-size: 14px;
}
#foot-cv-area .cv-box .contractor .cv-detail .tel-no span:nth-child(2) {
  font-size: 10px;
}
#foot-cv-area .cv-box .cv-detail .tel-no a[href^="tel"]{
  color: #1d3a98;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .tel-no {
  display: block;
  width: auto;
  margin: 5px 0;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .estimate {
  width: 60%;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .estimate .btn-arw-fill-01 {
  font-size: 16px;
  letter-spacing: -1px;
  padding: 7px 0;
}
#foot-cv-area .cv-box .cv-detail .area-btn {
  display: table;
  width: 100%;
}
#foot-cv-area .cv-box .cv-detail .area-btn > p {
  vertical-align: middle;
  font-size: 18px;
  width: 40%;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .reference {
  padding-left: 10px;
  width: 40%;
}
#foot-cv-area .cv-box .no-contractor .cv-detail .reference .btn-arw-line-01 {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 6px 0;
}
#foot-cv-area .cv-box .contractor .cv-detail .tel-no {
  display: block;
  width: auto;
  margin: 5px 0;
}
#foot-cv-area .cv-box .contractor .cv-detail .mypage {
  width: 60%;
  padding-right: 0;
  padding-left: 10px;
}
#foot-cv-area .cv-box .contractor .cv-detail .mypage .btn-arw-fill-02 {
  font-size: 15px;
  letter-spacing: -1px;
  padding: 8px 0;
}

#ins-Area-Contents .cf-AlertBox-01 {
  border: solid 1px #f39b33;
  box-sizing: border-box;
  font-size: .81rem;
  padding: 16px 20px;
  width: 100%;
  max-width: 960px;
  margin: 5px auto 10px;
  text-align: left;
}

#ins-Area-Contents .cf-AlertBox-01 .ul-A {
  margin-bottom: 0;
}

#ins-Area-Contents .cf-AlertBox-01 .ul-A > li {
  margin-bottom: 6px;
}

#ins-Area-Contents .cf-AlertBox-01 .ul-A > li:last-child {
  margin-bottom: 0;
}

#ins-Area-Contents .cf-AlertBox-01 .ul-A > li > a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color: #010101;
  text-decoration-color: #d6d9db;
}

#ins-Area-Contents .cf-AlertBox-01 .ul-A > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #f39b33;
  position: absolute;
  top: .3em;
  left: 0;
}

@media only screen and (max-width: 980px) {
  body.rwd #area-Main .linkList01_03 li {
    padding-left: 10px;
  }
  body.rwd #area-Main .linkList01_03 li span {
    position: static;
  }
  body.rwd #area-Main .cf-List-04 h4.h4-A {
    padding: 0;
    margin-top: 16px;
    border-bottom: 0;
  }
  body.rwd #area-Main .cf-List-04 h4.h4-A img {
    float: none;
  }
  body.rwd #area-Main .cf-List-04 h4.h4-A a {
    float: none;
    display: block;
    margin-top: 16px;
  }
  body.rwd #area-Main .cf-List-04 ul.ul-A {
    display: none;
  }
  body.rwd #area-LocalNav {
    width: auto;
    float: none;
  }
  body.rwd #area-LocalNav {
    display: block;
  }
  body.rwd #area-LocalNav .facebook {
    margin: 42px auto;
    position: relative;
    max-width: 220px;
  }
  body.rwd #area-LocalNav .menu04 {
    display: none;
  }
  body.rwd #foot-cv-area {
    display: none;
  }
}
/*=================================================
animation
==================================================*/
.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/*==================================================
adjust
==================================================*/
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.alignC {
  text-align: center;
}