@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  color: #282828; }

html {scroll-behavior:smooth;}

#wrap-hotline {
  font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; 
}

a {
  color: #282828;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    opacity: .7; }

ul, ol, li {
  list-style: none; }

main {
  min-width: 1000px; }

iframe {
  border: none; }

.disp-pc {  display: block;  }
.disp-sp {  display: none!important;  }

@media only screen and (max-width: 768px) {
	.disp-pc {  display: none!important;  }
	.disp-sp {  display: block!important;  }
}



/* header
------------------------------------*/
.hl-header {
  min-width: 1280px;
}

.hl-header__inner {
    padding: 5px 15px 32px;
    position: relative;
}

.hl-header__logo {
    display: block;
    position: absolute;
}
.hl-header__logo img {
      display: block;
}

.hl-header__title {
    padding-top: 45px;
}

.hl-header__title img {
      display: block;
      margin: 0 auto; 
      height: 28px;
}

.hl-autoImg {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    #container{
        min-width: 100%;
        background: #fff;
    }
    
    #contents{
        width: 94%;
        margin: 0 auto;
    }
    
    .hl-header {
      min-width: 100%;
    }
    
    .hl-header__inner {
        padding: 0 5px 15px;
    }
    
    .hl-header__logo img {
      width: 50%;
      height: auto;
    }
    
    .hl-header__title {
        padding-top: 15px;
    }
    
    .hl-header__title img {
      margin: 0 auto; 
      height: 16px;
    }
}



/* common
------------------------------------*/
.hotline .hl-autoImg {
    width: 100%;
    height: auto;
}

.hotline .hl-lyt-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hotline .hl-mainContent{
    font-size: 18px;
    line-height: 1.8888;
}

.tellink{
    pointer-events: none;
    color: #003058;
}

@media screen and (max-width: 768px) {
    .hotline .hl-lyt-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hotline .hl-mainContent{
        font-size: calc(30/750 * 100vw);
        line-height: 1.4;
    }

    .tellink{
        pointer-events: auto;
        color: #003058;
    }    
}

/* kv-top
------------------------------------*/
.hotline .hl-kv {
    width: 100%;
    height: 265px;
    background: #2871C0;
    position: relative;
}

.hotline .hl-kv:before {
    content: '';
    display: block;
    width: 1300px;
    height: 265px;
    background: url("/purchase/insurance2/hotline/img/anshin_kv-pc.webp") no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: calc(50% - 382px);
    left:0;
    right: 0;
    margin: 0 auto;
}

.hotline .hl-kv .hl-title {
    width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    left:0;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .hotline .hl-kv {
      width: 100%;
      height: 115px;
      background: #444c8b;
      position: relative;
    }
    
   .hotline .hl-kv:before {
      content: '';
      display: block;
      width: 100%;
      height: 115px;
      background: url("/purchase/insurance2/hotline/img/anshin_kv-sp.webp") no-repeat center center / contain;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .hotline .hl-kv .hl-title{
      width: 190px;
      position: absolute;
      top: 31px;
      left: 50%;
      transform: translateX(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
     .hotline .hl-kv {
      height: 150px;
    }
    
   .hotline .hl-kv:before {
      height: 150px;
      background: url("/purchase/insurance2/hotline/img/anshin_kv-sp.webp") no-repeat center center / cover;
    }
    
    .hotline .hl-kv .hl-title{
      width: 250px;
      position: absolute;
      top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

/* contents
------------------------------------*/
.hotline .hl-leadtext{
    margin: 50px 0;
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.hl-note{
    font-size: 12px;
    line-height: 1.6;
    padding-left:1em;
    text-indent:-0.5em;
    margin-top: 10px;
}

.hl-sectitle{
    background: #003058;
    color: #fff;
    padding: 3px;
    border-bottom:5px solid #cab37a;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.17em;
}

div[class^="hl-contain"] + div[class^="hl-contain"] {
    margin: 100px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .hotline .hl-leadtext{
        margin: 20px 0 30px 0;
        font-size: calc(35/750 * 100vw);
        line-height: 1.6;
        font-weight: normal;
    }

    .hl-sectitle{
        padding: 5px 0 3px 0;
        border-bottom:3px solid #cab37a;
        margin: 0 0 20px 0;
    }

    div[class^="hl-contain"] + div[class^="hl-contain"] {
        margin: 50px 0 0 0;
    }
}


/* hl-container01
------------------------------------*/
.hl-container01{
    text-align: center;   
}

.hl-container01 .hl-contents_inner{
    width: calc(800/1000 * 100%);
    margin: 0 auto;
}

.hl-seclead{
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

.hl-hoshou{
    margin: 50px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.hl-hoshou li{
    width: 30%;
}

.hl-contents{
    margin: 50px 0 30px 0;
    border: 3px solid #003058;
    border-radius: 20px;
    background: #003058;
} 

.hl-contents .hl-img_title{
    color: #fff;
    border-bottom:5px solid #71a0cb;
    padding: 15px 0 12px 0;
}

.hl-contents .hl-img_title img{
    height: 35px;
    width: auto;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.hl-contents .hl-trabul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: url("/purchase/insurance2/hotline/img/contents_bg.webp") repeat 0 0;
    background-size: cover;
    border-radius: 0 0 17px 17px;
}

.hl-contents .hl-trabul li{
    width: 33.3%;
    padding: 25px 20px 25px 20px;
}

.hl-contents .hl-trabul li:nth-child(2){
    border-left: 2px solid #003058;
    border-right: 2px solid #003058; 
}

.hl-plus{
    font-size: 22px;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-weight: 400;
}

.hl-plus span{
    font-size: 75%;
    line-height:2.1;
    display:inline-block;
    vertical-align: top;
    color: #1b5489;
    font-family: 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

.hl-plus a{
    color: #1b5489;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .hl-container01 .hl-contents_inner{
        width: 95%;
        margin: 0 auto;
    }
    .hl-contents_inner_tel {
        width: calc(980 / 1000* 100%) !important;
    }

    .hl-seclead{
        font-size: calc(30/750 * 100vw);
        text-align: left;
        font-weight: normal;
    }

    .hl-hoshou{
        margin: 10px 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .hl-hoshou li{
        width: 45%;
        padding: 0 5px;
    }
    
    .hl-hoshou li:first-of-type{
        width: 100%;
    }
    
    .hl-hoshou li:first-of-type img{
        width: 45%;
    }

    .hl-contents{
        margin: 30px 0;
        border-radius: 10px;
    } 

    .hl-contents .hl-img_title{
        padding: 10px 0 6px 0;
        font-size: calc(32/750 * 100vw);
        line-height: 1.4;
    }

    .hl-contents .hl-img_title img{
        height: 23px;
        display: block;
        margin: 0 auto 10px auto;
    }

    .hl-contents .hl-trabul{
        display: flex;
        flex-flow: column;
        justify-content: center;
        background-size: cover;
        border-radius: 0 0 8px 8px;
    }

    .hl-contents .hl-trabul li{
        width: 100%;
        padding: 20px 0 15px 0;
    }
    
    .hl-contents .hl-trabul li img{
        width: 70%;
    }

    .hl-contents .hl-trabul li:nth-child(2){
        border-left: none;
        border-right: none;
        border-top: 2px solid #003058; 
        border-bottom: 2px solid #003058; 
    }

    .hl-plus{
        font-size: calc(30/750 * 100vw);
        line-height: 1.6;
        padding: 0 0 0 20px;
    }

    .hl-plus span{
        font-size: 90%;
        line-height: 1;
        display: inline-block;
        margin: 0 3px 0 0;
        vertical-align: text-top;
    }

    .hl-plus a{
        color: #1b5489;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
     .hl-plus:before{
        left: -1px;
        top:-4px;
    }    
}



/* hl-container02
------------------------------------*/
.hl-container02 .hl-contents_inner{
    width: calc(700/1000 * 100%);
    margin:0 auto;
}

@media only screen and (max-width: 768px) {
    .hl-container02 .hl-contents_inner{
        width: 95%;
        margin: 0 auto;
    }
    
    .hl-container02 figure{
        margin: 0 0 10px 0;
    }
}


/* hl-container03
------------------------------------*/
.hl-container03 .hl-contents_inner{
    width: calc(900/1000 * 100%);
    margin:0 auto;
    background: #f2f2f2;
    padding: 15px 30px;
    text-align: center;
}
@media only screen and (min-width: 769px) {
    .hl-contents_inner_tel{
        width: calc(950/1000 * 100%) !important;
    }
}
.hl-contact li{
    background: #d1e3f0;
    border:3px solid #185790;
    margin: 20px 0;
    padding: 3px 10px 0 10px;
    color: #003058;
    font-weight: bold;
    font-size: 28px;
    line-break: 1.4;
}

.hl-contact li:first-of-type{
    background: #185790;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    padding: 25px 10px 12px 10px;
}

.hl-contact li span{
    color: #fff;
    font-size: 22px;
}


.hl-contact .hl-icon{
    width: 40px;
    height: auto;
    vertical-align: baseline;
}


@media only screen and (max-width: 768px) {
    .hl-container03 .hl-contents_inner{
        width: 90%;
        margin:0 auto;
        padding: 5px 15px;
    }
    
    .hl-contact li{
        border:2px solid #185790;
        margin: 15px 0;
        padding: 5px 5px 3px 5px;
        font-size: calc(30/750 * 100vw);
        line-break: 1.4;
    }

    .hl-contact li:first-of-type{
        font-size: calc(30/750 * 100vw);
        line-height: 1.6;
        padding: 8px 10px 3px 10px;
    }

    .hl-contact li span{
        font-size: calc(25/750 * 100vw);
    }


    .hl-contact .hl-icon{
        width: 25px;
        height: auto;
        vertical-align: text-top;
    }
}



/* hl-container04
------------------------------------*/
.hl-container04{
    font-size: 16px;
    line-height: 2;
}

.hl-container04 .hl-list{
    padding: 20px 0 0 22px;
}

.hl-container04 .hl-list li{
    position: relative;
    padding-left:1em;
    text-indent: -0.45em; 
}

.hl-container04 .hl-list li span{
    color: #1b5489;
    font-size: 90%;
    line-height:2;
    display:inline-block;
    vertical-align: top;
    font-family: 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

.hl-container04 dt.hl-riyou_title{
    font-size: 22px;
    line-height: 1.8;
    border-bottom:2px solid #f0f0f0;
    padding: 0 0 0 13px;
    margin: 30px 0 20px 0;
    position: relative;
}

.hl-container04 dt.hl-riyou_title:before{
    content: "";
    position: absolute;
    border-left:5px solid #003058;
    width: 5px;
    height: 80%;
    left: 0;
    top: 0;
}

.hl-container04 dd {
   padding: 0 0 0 22px;
}

.hl-container04 dd .hl-numlist{
   padding-left:1em;
   text-indent:-1em; 
}



@media only screen and (max-width: 768px) {
    .hl-container04{
        font-size: calc(30/750 * 100vw);
        line-height: 1.6;
    }
    
    .hl-container04 dd{
        padding: 0 0 0 16px;
    }
    
    .hl-container04 .hl-list{
        padding: 20px 0 0 10px;
    }
    
    .hl-container04 .hl-list li{
        margin: 0 0 15px 0;
    }

    .hl-container04 .hl-list li span{
        line-height: 1.6;    
    }

    .hl-container04 dt.hl-riyou_title{
        font-size: calc(34/750 * 100vw);
        line-height: 1.6;
        padding: 0 0 0 13px;
        margin: 30px 0 20px 0;
    }
    
    .hl-container04 .hl-numlist li{
        margin: 0 0 15px 0;
    }
    
    .hl-container04 dd .hl-numlist span{
        font-size: 102%;
        line-height:1.5;
        display:inline-block;
        vertical-align: top;
        margin: 0 3px 0 0;
        font-family: 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
    }
    
    .hl-container04 dd .hl-numlist{
       padding-left:1em;
       text-indent:-0.6em; 
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px){
    .hl-container04 .hl-list li:before{
        top:-8px;
        left: -37px;
    }
    
    .hl-container04 .hl-list li{
        margin: 0 0 15px 20px;
    }
    
}



/* footer
------------------------------------*/
.footerWrap{
    background: #000;
    text-align: center;
    margin: 150px 0 0 0;
    padding: 20px;
}

.hl-copyright{
    color: #fff;
    font-size: 12px;
    line-height: 2.1666;
    letter-spacing: 1px;
}

.hl-pagetop {
    background-color: #354f80;
    bottom: calc(66/1000 * 100%);
    display: block;
    height: 62px;
    opacity: 1;
    position: fixed;
    right: 86px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 62px;
    z-index: 12;
}

.hl-pagetop::before {
  background-color: #354f80;
  content: '';
  height: 19px;
  left: 22px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 19px;
  z-index: 2; 
}

.hl-pagetop::after {
  background-color: #fff;
  content: '';
  left: 22px;
  height: 19px;
  margin-top: -4px;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  width: 19px;
  z-index: 1;
}


@media only screen and (max-width: 768px) {
     .footerWrap{
        margin: 50px 0 0 0;
        padding: 20px;
    }
    
    .hl-pagetop{
        display: none!important;
    }
    
    .hl-copyright{
        color: #fff;
        font-size: calc(17/750 * 100vw);
    }    
}













