@charset "UTF-8";

/*
========================================
common
========================================
*/
/* pc */
@media(min-width:741px){
  body{
    min-width: 1114px;
    overflow-x: auto;
  }
  #main{
    width: 100%;
    padding-bottom: 0;
  }
  #contents{
    width: 100%;
    float: none;
  }
  .breadcrumb{
    width: 960px;
    margin: auto;
  }
}
/* sp */
@media(max-width:740px){
  #main{
    width: 100%;
    padding-top: 0px;
  }
  #contents{
    padding: 0px;
  }
}
/*
========================================
original common
========================================
*/
.advice a{
  color: inherit !important;
  text-decoration: none;
}
.advice a:hover,
.advice a:active,
.advice a:focus{
  opacity: 0.8;
}
.advice *{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advice img{
  max-width: 100%;
}
/* pc */
@media(min-width:741px){
  .advice{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #87583C;
    margin-bottom:48px;
    width: 100%;
  }
  .advice--child{
    margin-top:48px;
  }
  .g-pc-hidden{
    display: none !important;
  }
  .g-design-line{
    position: relative;
    display: inline-block;
  }
  .g-design-line::before,
  .g-design-line::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height:10px;
    position: absolute;
    bottom: 8px;
  }
  .g-design-line::before{
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-line-left.svg);
    left: -13px;
  }
  .g-design-line::after{
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-line-right.svg);
    right: -13px;
  }
  .g-underline{
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .g-underline::before{
    content: "";
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-underline-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    min-width: 248px;
    width: 100%;
    height: 17px;
    z-index: -1;
    background-position:center bottom;
  }
}
/* sp */
@media(max-width:740px){
  .advice{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #87583C;

    max-width: 960px;
    width: 100%;
    margin:0px auto 50px;
  }
  .advice--child{
    margin-top: 25px;
  }
  .g-sp-hidden{
    display: none !important;
  }
  .g-design-line{
    position: relative;
    display: inline-block;
  }
  .g-design-line::before,
  .g-design-line::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height:10px;
    position: absolute;
    bottom: 8px;
  }
  .g-design-line::before{
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-line-left.svg);
    left: -13px;
  }
  .g-design-line::after{
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-line-right.svg);
    right: -13px;
  }
  .g-underline{
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .g-underline::before{
    content: "";
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-underline-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    min-width: 248px;
    width: 100%;
    height: 17px;
    z-index: -1;
    background-position:center bottom;
  }
}

/*
========================================
sec
========================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    max-width: 800px;
    width: 96%;
    margin:0 auto 48px;
  }
  .sec__title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .sec__title-sub{
    font-size:18px;
  }
  .sec__title-main{
    font-size: 24px;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    max-width: 375px;
    width: 92%;
    margin:0px auto 55px;
  }
  .sec__title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .sec__title-sub{
    font-size:18px;
  }
  .sec__title-main{
    font-size: 24px;
  }
}
/*
========================================
advice index page only ↓
========================================
*/
/*
========================================
kv and about
========================================
*/
/* pc */
@media(min-width:741px){
  .kv{
    width: 100%;
    background-color: #FFE3D6;
    position: relative;
  }
  .about{
    background-color: #FFF7F4;
    padding: 18px 0px;
    margin-bottom: 40px;
  }
  .kv__ttl,
  .about-textarea{
    max-width: 960px;
    width: 95%;
    margin:auto;
  }
  .about-textarea{
    font-size: 16px;
    padding: 1em 0px;
    border-top: 4px dotted #FFCDB6;
    border-bottom: 4px dotted #FFCDB6;
  }
  .about-weak,
  .about-text{
    display: block;
    max-width: 744px;
    width: 77.5%;
    margin:auto;
  }
  .about-text:not(:last-of-type){
    margin-bottom: 1em;
  }
  .about-weak{
    font-size: 12px;
  }
  .about-weak:not(:last-of-type){
    margin-bottom: 0.3em;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    width: 100%;
    background-color: #FFE3D6;
    position: relative;
  }
  .about{
    background-color: #FFF7F4;
    padding: 18px 0px;
    margin-bottom: 35px;
  }
  .about-inner{
    border-top: 4px dotted #FFCDB6;
    border-bottom: 4px dotted #FFCDB6;
  }
  .kv__ttl,
  .about-textarea{
    width: 100%;
    margin:auto;
  }
  .about-textarea{
    font-size: 16px;
    padding: 1em 0px;
  }
  .about-weak,
  .about-text{
    display: block;
    max-width: 320px;
    width: 74.7%;
    margin:auto;
  }
  .about-text:not(:last-of-type){
    margin-bottom: 1em;
  }
  .about-weak{
    font-size: 12px;
  }
  .about-weak:not(:last-of-type){
    margin-bottom: 0.3em;
  }
}
/*
========================================
index
========================================
*/
/* pc */
@media(min-width:741px){
  .index{
    max-width: 780px;
    width: 95%;
    margin:50px auto 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .index__item{
    max-width: 345px;
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .index__item:nth-of-type(odd){
    margin-right: 5%;
  }
  .index__item:nth-of-type(n+3){
    margin-top: 16px;
  }
  .index__item-imagearea{
    max-width: 80px;
    width: 33%;
    margin-right: 12px;
  }
  .index__item-thumb{
    border-radius: 8px;
  }
  .index__item-text{
    max-width: 70%;
    margin-top: 12px;
  }
}
/* sp */
@media(max-width:740px){
  .index{
    max-width: 375px;
    width: 92%;
    margin: auto;
  }
  .index__item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .index__item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .index__item-imagearea{
    max-width: 80px;
    width: 33%;
    margin-right: 12px;
  }
  .index__item-thumb{
    border-radius: 8px;
  }
  .index__item-text{
    max-width: 70%;
    margin-top: 0.4em;
  }
}
/*
========================================
more-content
========================================
*/
/* pc */
@media(min-width:741px){
  .more-content-wrap{
    max-width: 780px;
    width: 95%;
    margin:50px auto 0px;
  }
  .more-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .more-content:not(:last-of-type){
    margin-bottom: 30px;
  }
  .more-content:last-of-type{
    margin-bottom: 66px;
  }
  .more-content__imagearea{
    width: 378px;
    margin-right: 7.2%;
  }
  .more-content__textarea-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .more-content__textarea-text:not(:last-of-type){
    margin-bottom: 0.3em;
  }
  .more-content__textarea-btnarea{
    text-align: right;
    margin-top: 24px;
    color: #fff;
  }
  .more-content__textarea-btn{
    font-size: 16px;
    font-weight: 600;
    background-color: #FB941D;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-width: 220px;
    padding: 10px 20px;
  }
  .more-content__textarea-btn::after{
    content: "";
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 8px;
  }
}
/* sp */
@media(max-width:740px){
  .more-content-wrap{
    margin: auto;
    max-width: 375px;
    width: 92%;
  }
  .more-content:not(:last-of-type){
    margin-bottom: 20px;
  }
  .more-content__imagearea{
    width: 100%;
    max-width: 344px;
    margin-bottom: 17px;
  }
  .more-content__textarea-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .more-content__textarea-text:not(:last-of-type){
    margin-bottom: 0.3em;
  }
  .more-content__textarea-btnarea{
    text-align: right;
    margin-top: 12px;
    color: #fff;
  }
  .more-content__textarea-btn{
    font-size: 16px;
    font-weight: 600;
    background-color: #FB941D;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-width: 220px;
    padding: 10px 20px;
  }
  .more-content__textarea-btn::after{
    content: "";
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 8px;
  }
}
/*
========================================
advice child page only ↓
========================================
*/

/*
========================================
title h1
========================================
*/
/* pc */
@media(min-width:741px){
  .title-area{
    max-width: 800px;
    width: 96%;
    margin:0 auto 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title-area__image{
    width: 12.5%;
    margin-right: 2.125%;
  }
  .title-area__image-content{
    border-radius: 8px;
  }
  .title-area__name{
    font-size: 24px;
    font-weight: 600;
  }
}
/* sp */
@media(max-width:740px){
  .title-area{
    max-width: 375px;
    width: 92%;
    margin:0 auto 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title-area__image{
    width: 17.5%;
    margin-right: 2.125%;
  }
  .title-area__image-content{
    border-radius: 8px;
  }
  .title-area__name{
    max-width: 80%;
    font-size: 20px;
    font-weight: 600;
  }
}

/*
========================================
from-elder
========================================
*/
/* pc */
@media(min-width:741px){
  .from-elder{
    max-width: 800px;
    width: 96%;
    margin:0 auto 48px;
  }
  .from-elder__balloon{
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 3px solid #87583C;
    padding: 38px 46px 24px;
    margin-bottom: 28px;
  }
  .from-elder__balloon-title{
    position: absolute;
    top: -34px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    padding: 0px 15px;
    width: 334px;
    height: 46px;
    background-color: inherit;
  }
  .from-elder__balloon-text{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  .from-elder__balloon-name{
    margin-top: 18px;
    text-align: right;
  }

  .from-elder__contents{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .from-elder__contents-imagearea{
    width: 61.25%;
  }
  .from-elder__contents-image{
    border-radius: 8px;
  }
  .from-elder__contents-textarea{
    width: 33%;
  }
   .advice--02 .from-elder__contents-text{
    letter-spacing: 1px;
    /* word-break 効かないので */
  }
  .from-elder__contents-text--strong {
    font-weight: bold;
  }
  .from-elder__contents-text--underline {
    display: inline;
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-underline-yellow.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position-y: 10px;
  }
}
/* sp */
@media(max-width:740px){
  .from-elder{
    max-width: 375px;
    width: 92%;
    margin:0 auto 55px;
  }
  .from-elder__balloon{
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 3px solid #87583C;
    padding: 34px 32px 23px;
    margin-bottom: 25px;
  }
  .from-elder__balloon-title{
    position: absolute;
    top: -34px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    padding: 0px 15px;
    max-width: 334px;
    width: 98%;
    height: 46px;
    background-color: inherit;
  }
  .from-elder__balloon-text{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  .from-elder__balloon-name{
    text-align: right;
  }

  .from-elder__contents{
    width: 100%;
  }
  .from-elder__contents-imagearea{
    width: 100%;
    margin-bottom: 16px;
  }
  .from-elder__contents-image{
    border-radius: 8px;
  }
  .from-elder__contents-text--strong {
    font-weight: bold;
  }
  .from-elder__contents-text--underline {
    display: inline;
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-underline-yellow.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position-y: 10px;
  }
}

/*
========================================
comments
========================================
*/
/* pc */
@media(min-width:741px){
  .comments{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comments__item{
    width: 48%;
  }
  .comments__item:nth-of-type(n+3){
    margin-top: 15px;
  }
  .comments__item-person{
    margin-bottom: 14px;
  }
  .comments__item-name{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 0.5em;
  }
  .comments__item-info{
    font-size: 12px;
    font-weight: 400;
  }
  .comments__item-content{
    position: relative;
    width: 100%;
    background-color: #FFF7F4;
    border: 1px solid #FFCDB6;
    border-radius: 8px;
    padding: 16px 18px 16px 21px;
  }
  .comments__item-content::before,
  .comments__item-content::after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .comments__item-content::before{
    left: 1px;
    top: -11px;
    z-index: -1;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #FFCDB6;
  }
  .comments__item-content::after{
    left: 2px;
    top: -9px;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #FFF7F4;
  }
}
/* sp */
@media(max-width:740px){
  .comments__item{
    width: 100%;
  }
  .comments__item:not(:last-of-type){
    margin-bottom: 30px;
  }
  .comments__item-person{
    margin-bottom: 12px;
  }
  .comments__item-name{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 0.5em;
  }
  .comments__item-info{
    font-size: 12px;
    font-weight: 400;
  }
  .comments__item-content{
    position: relative;
    width: 100%;
    background-color: #FFF7F4;
    border: 1px solid #FFCDB6;
    border-radius: 8px;
    padding: 16px 16px 16px 20px;
  }
  .comments__item-content::before,
  .comments__item-content::after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .comments__item-content::before{
    left: 1px;
    top: -11px;
    z-index: -1;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #FFCDB6;
  }
  .comments__item-content::after{
    left: 2px;
    top: -9px;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #FFF7F4;
  }
}

/*
========================================
relational
========================================
*/
/* pc */
@media(min-width:741px){
  .relational{
    /* max-width: 420px; */
    margin:auto;
  }
  .relational__item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .relational__item-link{
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    display: block;
  }
  .relational__item-link::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-arrow-circle-right.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .relational{
    max-width: 375px;
    width: 92%;
    margin:auto;
  }
  .relational__item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .relational__item-link{
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .relational__item-link::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/contents/junbi/chu/advice/_shared/img/ico-arrow-circle-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    margin-top: 4px;
    display: block;
  }
  .relational__item-text{
    max-width: 90%;
  }
}