@charset "utf-8";
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#panlist{
	padding:5px;
	width: 960px;
	margin: 10px auto;
	}
#panlist li{
	display:inline-block;
	}
#insurance {
  color: #333;
  line-height: 1.5;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#insurance * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#insurance img {
  max-width: 100%;
  height: auto;
}
#insurance .bold {
  font-weight: bold;
}
#insurance .right {
  text-align: right;
}
#insurance ul li {
  list-style-type: none;
}

/*----------------------
 メイン画像
----------------------*/
#insurance a:hover {
  opacity: 0.8;
}
#insurance .read {
  background-color: #ff829a;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}
#insurance .read span {
  color: #ff829a;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  margin: 0 5px;
}
#insurance .main {
position: relative;
}
#insurance .main .sp_none{
background-color: #c8f4e7;
  height: 360px;
  background-image: url(../img/insurance/2024/bg-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
#insurance .read-text{
position: absolute;
  bottom: 60px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

#insurance .main h2{
position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}


/*----------------------
 コンテンツ
----------------------*/

#insurance .box{
max-width: 1100px;
margin: 0 auto 50px;
}
#insurance .box h3{
text-align: center;
  font-size: 30px;
  padding: 50px 0 50px;
  position: relative;
}
#insurance .box h3 img{
display: block;
  margin: 0 auto 15px;
}
#insurance .box h3::after{
content: "";
display: block;
height: 5px;
width: 110px;
background-color: #90d0ce;
border-radius: 5px;
margin: 15px auto 0;
}
#insurance .gray .box h3{
padding-bottom: 20px;
}
#insurance .gray{
background-color: #f2f2f2;
padding-bottom: 50px;
}
#insurance .box .text.center{
text-align: center;
padding-bottom: 30px;
}
#insurance .box .text .bold{
font-weight: bold;
}
#insurance .box .case-box{
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
#insurance .box .case-box li{
background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-right: 20px;
  width: 49%;
}
#insurance .box .case-box li .case-img{
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
#insurance .box .case-box li .item span {
  display: inline-block;
  padding: 7px;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  vertical-align: bottom;
 min-width: 140px;
  text-align: center;
  font-size: 14px;
}
#insurance .box .case-box li .item{
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#insurance .box .case-box li .item.red span {
  background-color: #bf0d37;
}
#insurance .box .case-box li .item.green span {
  background-color: #29721b;
}
#insurance .box .case-box .case-text {
  font-size: 15px;
}

/*フローティング*/
#insurance .floating-bottom {
  display: block;
  bottom: 0;
  position: sticky;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 1000;
  border-top: 2px solid #c02;
}
#insurance .floating-bottom.m_fixed{
position: static;
}
#insurance .floating-bottom .inner {
  margin: 20px auto;
  position: relative;
  max-width: 1500px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#insurance .floating-bottom .inner a.link {
  margin: 0 auto;
}
#insurance .floating-bottom .inner a.link{
display: block;
  width: 750px;
  text-decoration: none;
  position: relative;
  background-color: #f58323;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
  border-radius: 15px;
  border-bottom: 8px solid #c96b1d;
}
#insurance .floating-bottom .inner a.link span{
display: flex;
  justify-content: center;
  align-items: center;
}
#insurance .floating-bottom .inner a.link span img{
margin-right: 10px;
  margin-top: -3px;
}
#insurance .floating-bottom .inner a.link::after {
  position: absolute;
  content: "";
  width: 15px;
  height:15px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  top: 38%;
  right: 5%;
  transform: rotate(45deg);
}

#insurance .floating-bottom.unfixed{
position: static;
}

#insurance .floating-bottom.red .inner a.bn span img{
border: 1px solid #fff;
}

/*リード文下のリンク*/
  #insurance .top_bn{
padding: 10px;
    margin-top: 0;
    text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  }
#insurance .top_bn .bn_text {
    font-size: 28px;
    font-weight: bold;
    background-image: url(../img/insurance/2024/bn-arrow.png?);
    background-repeat: no-repeat;
    padding-right: 70px;
    background-position: right center;
    margin-right: 20px;
  }

#insurance .top_bn .bn{
line-height: 0;
}
/*推奨販売方針*/
.houshin {
  max-width: 1100px;
  margin: 30px auto;
}
.houshin h3 {
  font-size: 25px;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  letter-spacing: 0.2em;
}
.houshin h4 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 10px;
  letter-spacing: 0.1em;
}
.houshin p.center {
  text-align: center;
  font-size: 20px;
  margin: 5px 0 10px;
}
.houshin h5 {
  font-size: 20px;
  font-weight: bold;
}
.houshin h5 span {
  border: 1px solid;
  padding: 5px 11px;
  margin-right: 10px;
  font-size: 18px;
}
.houshin .text span {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0 10px;
  margin-bottom: 5px;
  display: inline-block;
}
#insurance .houshin div.text {
  font-size: 16px;
  margin: 15px auto;
}
#insurance .houshin .right {
  font-size: 16px;
}
#insurance .houshin .houshin-box {
  border: 1px solid #b5b5b5;
  margin: 30px 0;
  padding: 20px;
  font-size: 14px;
}
#insurance .houshin .houshin-box .bold {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
#insurance .houshin .houshin-box .bold.dot-line {
  border-top: 2px dotted #b5b5b5;
  margin-top: 14px;
  padding-top: 10px;
}
#insurance .houshin .houshin-box p span {
  font-size: 16px;
}
#insurance .houshin .houshin-box ul {
  margin-top: 5px;
}
#insurance .houshin .houshin-box ul li {
  margin-bottom: 5px;
}
#insurance .houshin .houshin-box ul li span.shiten {
  padding: 4px 0;
  border: 1px solid;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
#insurance .houshin .houshin-box ul li span.zipcode {
  margin: 0 10px;
}
#insurance .trouble .case:nth-of-type(n+4) {
  margin-top: 40px;
}
#insurance .hoken {
  background-color: #fff5e3;
  padding: 25px 0;
}
#insurance .houshin .center.text{
font-size: 16px;
}
#insurance .houshin .houshin-box p span.big {
  font-size: 20px;

}






/* PCレイアウト */
@media (min-width: 640px) {
  /*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
  .pc_none {
    display: none !important;
  }
  #insurance .more-box{
display: none;
}
#insurance .floating-bottom .inner {
  padding: 20px;
  margin-top: 0;
}

#insurance .floating-bottom .inner .bn_text{
font-size: 28px;
  color: #c02;
  font-weight: bold;
background-image: url(../img/insurance/2024/bn-arrow.png?);
background-repeat: no-repeat;
padding-right: 70px;
    background-position: right center;
    margin-right: 20px;
}
/*赤*/
#insurance .floating-bottom.red{
background-color: #c02;
}
#insurance .floating-bottom.red .inner .bn_text{
color: #fff;
background-image: url(../img/insurance/2024/bn-arrow-w.png);
}




}
/* スマホレイアウト */
@media (max-width: 639px) {
  /*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
   body{
margin-bottom: 40px;
  }
  .sp_none {
    display: none !important;
  }
  #insurance * {
    line-height: 1.5;
    box-sizing: border-box;
  }
  #insurance a {
    word-wrap: break-word;
    font-size: 3.5vw;
  }
  #insurance .read {
    font-size: 3.5vw;
    padding: 5px 0 10px;
   line-height: 2;
  }
  #insurance * {
    font-size: 3.8vw;
  }
  
/*----------------------
 メイン画像
----------------------*/
#insurance .read-text{
position: static;
  font-size: 4vw;
  text-align: left;
  margin: 10px;
  width: auto;
}
#insurance .read span{
padding: 5px 10px;
}
  
  
/*----------------------
 コンテンツ
----------------------*/
#insurance .box .case-box{
display: block;
  margin:20px 10px;
}
#insurance .box .case-box li{
margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}


#insurance .gray{
padding-bottom: 20px;
}
#insurance .box{
width: auto;
  margin: 10px;
}
#insurance .box h3{
padding: 30px 0 20px;
}
#insurance .box h3 span{
font-size: 4.5vw;
display: block;
    font-weight: bold;
}
#insurance .box h3 img {
  margin: 0 auto 10px;
  width: 50px;
}
#insurance .box .text.center{
padding-bottom: 0;
text-align: left;
}
#insurance .box .case-box li .case-img{
margin-top: 0;
}
#insurance .box .case-box li .case-img img{
width: 70%;
}
#insurance .box .case-box li .item span{
font-size: 3.5vw;
}
#insurance .box .case-box li .item{
font-size: 4vw;
}
#insurance .box .case-box .case-text {
  font-size: 3.8vw;
  margin-top: 10px;
}
#insurance .floating-bottom .inner a.link span img{
width: 25px;
}
#insurance .floating-bottom .inner a.link::after {
width: 8px;
height: 8px;
border-top: solid 3px #fff;
right: 7%;
border-right: solid 3px #fff;
}
#insurance .floating-bottom .inner a.link{
width: 80%;
margin:0;
border-bottom: 5px solid #c96b1d;
padding: 10px;
}
#page_s_top{
display:none !important;
}
#insurance .floating-bottom .inner{
display: flex;
align-items: flex-start;
margin: 10px;
padding: 10px 0 5px;
justify-content: space-around;
}
#insurance .floating-bottom.bn_img .inner{
padding-top: 0;
    margin-top: 0;
}
#insurance .floating-bottom .inner .bt_pagetop_bn{
width: 50px;
margin-left: 5px;
}
/*バナー装飾*/
#insurance .floating-bottom.bn_img .bn_text {
font-weight: bold;
    font-size: 3.8vw;
    color: #c02;
    width: 84vw;
    text-align: center;
    padding: 5px 0;
}
#insurance .floating-bottom.bn_img .bn_text span{position: relative;}
#insurance .floating-bottom.bn_img .bn_text span::before,
#insurance .floating-bottom.bn_img .bn_text span::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #213557;
    display: block;
    position: absolute;

}
#insurance .floating-bottom.bn_img .bn_text span::before {
    transform: rotate(-35deg);
    left: -12px;
    top: 0;
}
#insurance .floating-bottom.bn_img .bn_text span::after {
    transform: rotate(35deg);
    right: -12px;
        top: 0;
}
/*赤*/
#insurance .floating-bottom.red{
background-color:#c02;
}
#insurance .floating-bottom.red.bn_img .bn_text{
color: #fff;
}
#insurance .floating-bottom.red.bn_img .bn_text span::before,
#insurance .floating-bottom.red.bn_img .bn_text span::after{
    background-color: #fff;
}
/*推奨販売方針*/
 #insurance .houshin{
 margin: 20px 10px 0;
 }
 #insurance .houshin h3 {
    padding: 5px;
    margin: 0;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1;
  }
  #insurance .houshin h4 {
    padding: 10px 0 5px;
    font-size: 4vw;
    font-weight: bold;
  }
  #insurance .houshin p.center {
    text-align: left;
    margin: 0 0 15px;
  }
  #insurance .houshin h5 {
    margin: 0 10px;
    margin-left: 35px;
  }
  #insurance .houshin h5 span {
    padding: 1vw 2vw;
    margin-right: 5px;
    font-size: 3vw;
    margin-left: -30px;
  }
  #insurance .houshin div.text {
    font-size: 3.7vw;
  }
  #insurance .houshin .right {
    font-size: 3.5vw;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #insurance .houshin .houshin-box {
    margin: 10px 0;
    padding: 10px;
    font-size: 3.5vw;
  }
  #insurance .houshin .houshin-box .bold {
    font-size: 3.8vw;
  }
  #insurance .houshin .houshin-box p {
    font-size: 3.3vw;
  }
  #insurance .houshin .houshin-box p span {
    font-size: 4vw;
  }
  #insurance .houshin .houshin-box ul li span.shiten {
    display: block;
    width: 26vw;
    font-size: 3.5vw;
  }
  #insurance .houshin .houshin-box ul li span.zipcode {
    margin: 0;
    display: block;
  }
  #insurance .houshin .houshin-box ul li {
    font-size: 3.3vw;
  }
#insurance .houshin .center.text {
font-size: 3.7vw;
  margin: 10px 0;
}
#insurance .houshin .houshin-box p span.big {
  font-size: 4.5vw;
}

#floating{
display: none !important;
}
#panlist{
width: auto;
}






  }