@charset "UTF-8";

/* =======================
	kv
======================= */
/* pc */
@media screen and (min-width: 769px){
  .kv{
    margin-bottom: 33px;
    position: relative;
  }
  .kv::before{
    content: "";
    border-radius: 0px 0px 144px 144px;
    width: 100%;
    height: 443px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .kv--news::before{
    background-color: #7EAAEB;
  }
  .kv--owners::before{
    background-color: #F98804;
  }
  .kv--lifehack::before{
    background-color: #00C2DD;
  }
  .kv--advice::before{
    background-color: #10C38E;
  }
  .kv-inr{
    max-width: 1078px;
    margin: 0 auto;
    padding-top: 22px;
    position: relative;
  }
  .kv__bread{
    margin-bottom: 23px;
  }
  .kv__bread-list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kv__bread-list-item:not(:last-of-type)::after{
    content: ">";
    padding: 0 0.5em;
    color: #fff;
    font-weight: 700;
    line-height: 1.5625;
  }
  .kv__bread-list-item-link{
    color: #fff;
    font-weight: 700;
    line-height: 1.5625;
    text-decoration: underline;
  }
  .kv__head{
    border: 3px solid #000;
    border-radius: 120px;
    background-color: #fff;
    padding: 55px 115px 57px 69px;
    position: relative;
    z-index: 1;
  }
  .kv__head::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 93px;
    z-index: 0;
    position: absolute;
    right: -15px;
    top: -77px;
  }
  .kv--news .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_news.svg");
    width: 340px;
  }
  .kv--owners .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_voice.svg");
    width: 325px;
  }
  .kv--lifehack .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_lifehack.svg");
    width: 545px;
  }
  .kv--advice .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_advice.svg");
    width: 411px;
  }
  .kv__head::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/kv_common_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 185px;
    height: 137px;
    position: absolute;
    bottom: -3px;
    right: 20px;
    pointer-events: none;
    z-index: 2;
  }
  .kv__head-ttl{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  .kv__head-txt{
    line-height: 1.5625;
  }
}

/* tab */
@media screen and (max-width: 1036px) and (min-width: 769px){
  .kv-inr{
    padding: 22px 10px 0;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .kv{
    margin-bottom: 30px;
    position: relative;
  }
  .kv::before{
    content: "";
    border-radius: 0px 0px 46px 46px;
    width: 100%;
    height: 167px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .kv--news::before{
    background-color: #7EAAEB;
  }
  .kv--owners::before{
    background-color: #F98804;
  }
  .kv--lifehack::before{
    background-color: #00C2DD;
  }
  .kv--advice::before{
    background-color: #10C38E;
  }
  .kv-inr{
    padding: 23px 20px 0;
    position: relative;
  }
  .kv__bread{
    margin-bottom: 20px;
  }
  .kv__bread-list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kv__bread-list-item:not(:last-of-type)::after{
    content: ">";
    padding: 0 0.5em;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78571;
  }
  .kv__bread-list-item-link{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78571;
    text-decoration: underline;
  }
  .kv__head{
    border: 3px solid #000;
    border-radius: 46px;
    background-color: #fff;
    padding: 30px 30px 60px;
    position: relative;
    z-index: 1;
  }
  .kv__head::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 63px;
    z-index: 0;
    position: absolute;
    right: -15px;
    top: -77px;
  }
  .kv--news .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_news.svg");
    width: 223px;
  }
  .kv--owners .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_voice.svg");
    width: 223px;
  }
  .kv--lifehack .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_lifehack.svg");
    width: 374px;
  }
  .kv--advice .kv__head::before{
    background-image: url("/otona/howtoev/_share/img/bg_ttl_advice.svg");
    width: 282px;
  }
  .kv__head::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/kv_common_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 77px;
    position: absolute;
    bottom: -3px;
    right: 9px;
    pointer-events: none;
    z-index: 2;
  }
  .kv__head-ttl{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.52px;
    margin-bottom: -5px;
  }
  .kv__head-txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}




/* =======================
	list-sec
======================= */
/* pc */
@media screen and (min-width: 769px){
  .list-sec{
    margin-bottom: 100px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .list-sec{
    margin-bottom: 65px;
  }
}




/* =======================
	c-pagenation
======================= */
/* pc */
@media screen and (min-width: 769px){
  .c-pagenation{
    margin-top: 25px;
  }
  .c-pagenation .paginationjs-pages ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-pagenation .paginationjs-pages ul li {
    font-weight: 500;
    color: #D1D1D1;
    padding: 4px 0;
    width: 24px;
    text-align: center;
    box-sizing: content-box;
    line-height: 1;
    cursor: pointer;
    font-family: "Rubik", "Noto Sans JP", "Arial", "メイリオ", "Meiryo", sans-serif;;
  }
  .c-pagenation .paginationjs-pages ul li.active {
    background-color: #39E82C;
    border-radius: 50%;
    padding: 9px 0;
    width: 34px;
    color: #000;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .c-pagenation{
    margin-top: 32px;
  }
  .c-pagenation .paginationjs-pages ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-pagenation .paginationjs-pages ul li {
    font-weight: 500;
    color: #D1D1D1;
    padding: 4px 0;
    width: 24px;
    text-align: center;
    box-sizing: content-box;
    line-height: 1;
    cursor: pointer;
    font-family: "Rubik", "Noto Sans JP", "Arial", "メイリオ", "Meiryo", sans-serif;;
  }
  .c-pagenation .paginationjs-pages ul li.active {
    background-color: #39E82C;
    border-radius: 50%;
    padding: 9px 0;
    width: 34px;
    color: #000;
  }
}




/* =======================
	list__txt
======================= */
/* pc */
@media screen and (min-width: 769px){
  .list__txt{
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.32px;
    text-align: center;
    color: #fff;
    margin-top: 66px;
    position: relative;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .list__txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-top: 40px;
  }
}
