<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*********************
color 色設定
*********************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
header,
main,
section,
footer,
h1,
h2,
h3,
ul,
li,
dl,
dt,
dd,
p,
img {
  margin: 0 auto;
  padding: 0; }

li {
  list-style-type: none; }

img {
  border: none;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  a:hover {
    opacity: .8; }

h1 {
  font-size: 14px; }

body #petit{
  width: 100%;
  background-image: url(/lp/img/bg.png);
  font-family: Helvetica, "メイリオ", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #66615c; }

/*********************
共通設定
*********************/
.wrap {
  width: 1200px;
  margin: 0 auto; }

 #petit .inner {
  margin: 0 auto; }
  .innerBox {
    width: 970px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .innerBox .inner {
      width: 770px;
      margin: 0 auto; }

.txt {
  text-align: justify;
  text-justify: inter-ideograph; }
  .txt.note {
    padding-left: 1em;
    text-indent: -1em; }

.green {
  color: #00743f; }

ul.note li {
  padding-left: 1em;
  text-indent: -1em; }

.tar {
  text-align: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.hidden {
  width: 100%;
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .flex.direcCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex.direcReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex.alignCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex.alignEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex.justBetween {
    -moz-justify-content: space-evenly;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly; }
  .flex.justCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex.justEnd {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex .selfCenter {
    -ms-flex-item-align: center;
    align-self: center; }
  .flex .col {
    width: 370px; }

.fz10 {
  font-size: 10px; }

.fz11 {
  font-size: 11px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz15 {
  font-size: 15px; }

.fz16 {
  font-size: 16px; }

.fz17 {
  font-size: 17px; }

.fz18 {
  font-size: 18px; }

.fz19 {
  font-size: 19px; }

.fz20 {
  font-size: 20px; }

.fz21 {
  font-size: 21px; }

.fz22 {
  font-size: 22px; }

.fz23 {
  font-size: 23px; }

.fz24 {
  font-size: 24px; }

.fz16 {
  line-height: 2; }

/*********************
マージン
*********************/
.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pt25 {
  padding-top: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pt35 {
  padding-top: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pt45 {
  padding-top: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pt55 {
  padding-top: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pt65 {
  padding-top: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pt75 {
  padding-top: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pt80 {
  padding-top: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pt85 {
  padding-top: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pt95 {
  padding-top: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pt105 {
  padding-top: 105px; }

.pb105 {
  padding-bottom: 105px; }

.pt110 {
  padding-top: 110px; }

.pb110 {
  padding-bottom: 110px; }

.pt115 {
  padding-top: 115px; }

.pb115 {
  padding-bottom: 115px; }

.pt120 {
  padding-top: 120px; }

.pb120 {
  padding-bottom: 120px; }

.pt125 {
  padding-top: 125px; }

.pb125 {
  padding-bottom: 125px; }

.pt130 {
  padding-top: 130px; }

.pb130 {
  padding-bottom: 130px; }

.pt135 {
  padding-top: 135px; }

.pb135 {
  padding-bottom: 135px; }

.pt140 {
  padding-top: 140px; }

.pb140 {
  padding-bottom: 140px; }

.pt145 {
  padding-top: 145px; }

.pb145 {
  padding-bottom: 145px; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.pt155 {
  padding-top: 155px; }

.pb155 {
  padding-bottom: 155px; }

.pt160 {
  padding-top: 160px; }

.pb160 {
  padding-bottom: 160px; }

.pt165 {
  padding-top: 165px; }

.pb165 {
  padding-bottom: 165px; }

.pt170 {
  padding-top: 170px; }

.pb170 {
  padding-bottom: 170px; }

.pt175 {
  padding-top: 175px; }

.pb175 {
  padding-bottom: 175px; }

.pt180 {
  padding-top: 180px; }

.pb180 {
  padding-bottom: 180px; }

.pt185 {
  padding-top: 185px; }

.pb185 {
  padding-bottom: 185px; }

.pt190 {
  padding-top: 190px; }

.pb190 {
  padding-bottom: 190px; }

.pt195 {
  padding-top: 195px; }

.pb195 {
  padding-bottom: 195px; }

.pt200 {
  padding-top: 200px; }

.pb200 {
  padding-bottom: 200px; }

header {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  header .wrap {
    height: 60px; }

/*********************
fv
*********************/
.fv {
  margin-bottom: -50px;
  position: relative;
  z-index: 2; }
  .fv p.poa {
    top: 0;
    right: 0; }

/*********************
cv
*********************/
.cv {
  border: solid 5px #f39800;
  background-image: url(/lp/img/cv_bg01.png); }
  .cvArea {
    border: none; }
  .cv .inner {
    background-image: url(/lp/img/cv_bg02.png);
    border-radius: 10px; }
    .cvArea .inner {
      padding-top: 210px;
      padding-bottom: 60px;
      background: none; }
    .cv .inner .flex {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .cv .inner .flex .col p {
        margin-bottom: -50px;
        position: relative;
        top: -50px; }
  .cvArea {
    padding: 50px 0; }
    .cvAreaTtl {
      width: 100%;
      margin-top: 50px;
      margin-bottom: -170px;
      padding: 10px 0;
      background-color: rgba(243, 152, 0, 0.3);
      position: relative;
      z-index: 2; }
      .cvAreaTtl h2 {
        width: 100%;
        height: 100px;
        border-top: solid 10px #f39800;
        border-bottom: solid 10px #f39800;
        background-color: #fff; }

/*********************
sec01
*********************/
.sec01 h2 {
  margin-bottom: -50px;
  position: relative;
  z-index: 2; }

/*********************
sec02
*********************/
.sec02 .mainTtl {
  background-image: url(/lp/img/sec02_bg01.png); }

.sec02Slides {
  width: 570px;
  margin: 0 auto; }

.sec02Slide .slick-prev,
.sec02Slide .slick-next {
  z-index: 2;
  width: 30px;
  height: 150px; }
  .sec02Slide .slick-prev:before,
  .sec02Slide .slick-next:before {
    content: '';
    display: block;
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 150px; }

.sec02Slide .slick-prev {
  left: -60px; }
  .sec02Slide .slick-prev:before {
    background-image: url(/lp/img/slide_arw_prev.png); }

.sec02Slide .slick-next {
  right: -60px; }
  .sec02Slide .slick-next:before {
    background-image: url(/lp/img/slide_arw_next.png); }

.sec02Slide .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .sec02Slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .sec02Slide .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .sec02Slide .slick-dots li button:hover, .sec02Slide .slick-dots li button:focus {
        outline: none; }
        .sec02Slide .slick-dots li button:hover:before, .sec02Slide .slick-dots li button:focus:before {
          opacity: 1; }
      .sec02Slide .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .sec02Slide .slick-dots li.slick-active button:before {
      color: #f39800;
      opacity: 0.75; }

.sec02_01 .note {
  width: 570px;
  margin: 0 auto; }

.sec02_04 .flex .mr30 {
  margin-right: 30px; }

.pc.sec02_04 .maigo_service{
  position: relative;
  }
.pc.sec02_04 .maigo_service .txt03{ 
    bottom: 25px;
    left: 100px;
  }
  
.recommend {
  width: 784px;
  height: 671px;
  margin: 0 auto;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/lp/img/recommend_bg.png); }
  .recommend p.txt {
    width: 570px;
    margin: 0 auto; }

/* --------------------------------------------------------
footer
-------------------------------------------------------- */
footer {
  background-color: #fff; }

/*  代理店情報
-------------------------------------------------------- */
footer #info {
  max-width: 980px;
  margin: auto;
  padding: 40px 0 20px; }

/*---------- 代理店情報詳細 ----------*/
footer #info .shop {
  border: solid 2px #8EC31E;
  border-radius: 7px;
  font-size: 16px;
  padding: 18px; }

footer #info .shop dt {
  font-weight: bold;
  margin-bottom: 10px; }

/*---------- あんしんサービスセンター ----------*/
footer #info .svCenter {
  background-color: #F1F5F6;
  padding: 25px 0;
  margin: 40px 0 20px; }

footer #info .svCenter &gt; p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px; }

footer #info .svCenter &gt; p span {
  margin-left: 0.5em; }

footer #info .svCenter .svDetail {
  width: 100%;
  max-width: 480px;
  margin: -8px auto 0;
  text-align: center;
  background: url("/lp/img/footer_svCenter_bg.png") right top no-repeat; }

footer #info .svCenter .telNum {
  display: inline-block;
  font-size: 28px;
  color: #00743F;
  background: url("/lp/img/footer_tel.png") left top no-repeat;
  padding-left: 50px;
  margin-left: -40px;
  letter-spacing: 0.05em; }

footer #info .svCenter .ttlCir {
  width: 200px;
  font-size: 13px;
  line-height: 24px;
  background-color: #53A933;
  margin: 8px auto 10px; }

footer #info .svCenter .ttlCir + p {
  font-weight: bold; }

/* 営業時間 */
footer #info .svCenter dl {
  max-width: 260px;
  margin: 5px auto 10px;
  overflow: hidden;
  border-top: solid 1px #CCCFD4;
  text-align: left; }

footer #info .svCenter dl &gt; * {
  width: 50%;
  float: left;
  padding: 5px 0 3px;
  border-bottom: solid 1px #CCCFD4; }

footer #info .svCenter dt {
  padding-left: 30px; }

footer #info .svCenter aside {
  max-width: 470px;
  margin: auto; }

footer #info .svCenter aside p {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  position: relative;
  padding-left: 20px; }

footer #info .svCenter aside p:before {
  content: "※";
  position: absolute;
  left: 0; }

/*---------- 引受保険会社 ----------*/
footer #info .company {
  font-size: 12px;
  position: relative; }

footer #info .company dt {
  font-weight: bold; }

footer #info .company dd + dd {
  position: absolute;
  right: 0;
  bottom: 0; }

/*  ページトップ
-------------------------------------------------------- */
footer #pageTop {
  background-color: #F1F5F6;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px; }

footer #pageTop:hover {
  opacity: 0.5;
  cursor: pointer; }

footer #pageTop:before,
footer #pageTop:after,
footer #pageTop p:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }

footer #pageTop:before {
  width: 36px;
  height: 36px;
  border-radius: 5px 0 0 0;
  top: -16px;
  left: 50%;
  margin-left: -18px;
  background-color: #F1F5F6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

footer #pageTop:after {
  width: 10px;
  height: 6px;
  background-image: url("/lp/img/pageTop_arrow.png");
  top: -7px;
  left: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: -5px; }

footer #pageTop:hover:after {
  top: -10px; }

footer #pageTop p {
  width: 78px;
  height: 60px;
  padding-top: 23px;
  display: inline-block;
  position: relative; }

footer #pageTop p:before {
  width: 58px;
  height: 55px;
  background-image: url("/lp/img/pageTop_bg.png");
  bottom: 0;
  right: -77px; }

footer #pageTop2 {
  background-color: #F1F5F6;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px; }

footer #pageTop2:hover {
  opacity: 0.5;
  cursor: pointer; }

footer #pageTop2:before,
footer #pageTop2:after,
footer #pageTop2 p:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }

footer #pageTop2:before {
  width: 36px;
  height: 36px;
  border-radius: 5px 0 0 0;
  top: -16px;
  left: 50%;
  margin-left: -18px;
  background-color: #F1F5F6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

footer #pageTop2:after {
  width: 10px;
  height: 6px;
  background-image: url("/lp/img/pageTop_arrow.png");
  top: -7px;
  left: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: -5px; }

footer #pageTop2:hover:after {
  top: -10px; }

footer #pageTop2 p {
  width: 78px;
  height: 60px;
  padding-top: 23px;
  display: inline-block;
  position: relative; }

footer #pageTop2 p:before {
  width: 58px;
  height: 55px;
  background-image: url("/lp/img/pageTop_bg.png");
  bottom: 0;
  right: -77px; }

/*  緑背景部分
-------------------------------------------------------- */
footer .cpWrap {
  min-height: 96px;
  background: #156A3C;
  text-align: center;
  padding-top: 25px; }

footer .cpWrap li {
  display: inline-block;
  padding: 0 12px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  border-right: solid 1px #FFF; }

footer .cpWrap li:first-of-type {
  padding-left: 0; }

footer .cpWrap li:last-of-type {
  padding-right: 0;
  border-right: none; }

footer .cpWrap li a {
  color: #FFF;
  font-size: 12px; }

footer .cpWrap li a:hover {
  text-decoration: underline; }

/* コピーライト */
footer .cpWrap .copy {
  margin-top: 12px; }

footer .cpWrap .copy img {
  width: 206px; }

.kmtg {
  max-width: 1060px;
  margin: 40px auto; }


/* add by ancom */
.fix-1{
  width:400px;
}

.top_official_name{
  font-size:larger;
  font-weight:bold;
}
.right-text{
  text-align:right;
  margin:3px;
}
.mainTtl{
  position:relative;
}
.family-link.family-link-top{
  position:absolute;
  top:100px;
  left:10%;
  z-index:100;
}
.family-link{
  display:none;
}
.family-link .family-inner{
  background-color:white;
  padding:20px;
}
.show-family-link-true .family-link{
  display:block;
}
.rec-family-title{
  font-size:20px;
}

.sp{
  display:none;
}
.annotation{
  text-align:center;
  margin:5% auto;
  width:75%;
  min-width:800px;
  padding:25px;
  border:solid 2px #C2CDCF;
  background-color:#F1F5F6;
  border-radius:7px;
  margin-bottom:25px;
  color:#555555;
}
.annotation .attention{
  vertical-align: bottom;
  display:inline-block;
  width:30px;
  height:30px;
  margin-right:10px;
  color:white;
  font-size:20px;
  text-align:center;
  background-color:#8ec31e;
  border-radius:100%;
}
.olkanyu-false{
  display:none !important;
}

h3.mr0{
  margin: 0
}
@media screen and (max-width: 768px){
  .annotation{
    min-width:100%;
  }
}
.ann_title{
  vertical-align: bottom;
  font-weight:bold;
  font-size:larger;
  margin-bottom:20px;
}
.ann_body{
  font-size:15px;
  white-space:pre-wrap;
  word-break:break-all;
  text-align:left;
  line-height:180%;
  padding:10px 30px;
}

.seikyuBtn{
  display:none;
}
.showSeikyuButton .seikyuBtn{
  display:block;
}</pre></body></html>