@charset "utf-8";
/* ------------------------------------------------------------------------ */

/* 自宅葬プラン

/* ------------------------------------------------------------------------ */
.lead{
	font-family: var(--font-shippori);
}

.course_area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto;
}

.course_area li{
    max-width: 580px;
    width: 44%;
    margin: 40px auto;
}

.course_area li .course_ttl{
	font-family: var(--font-shippori);
    font-size: 3.2rem;
    background: #76c4c4;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin-left: -40px;
    max-width: 440px;
    margin-bottom: -10px;
    position: relative;
}

.course_area li .course_ttl span{
    font-size: 2.8rem;
}
.course_area li > div{
    background: #edfafa;
    padding: 40px 20px;
    border-radius: 5px;
}
.course_area li > div > p{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.0;
}
.course_area li > div > p.detail_txt{
	font-family: var(--font-shippori);
    font-weight: normal;
}

.course_ex .hd03{
    font-size: 2.4rem;
    color: #4d4497;
    background: #efedfa;
    padding: 10px 40px;
}

.course_ex .course_area{
    display: block;
    padding: 0 40px;
    position: relative;
    margin-bottom: 160px;
}

.course_ex .course_area:after{
content: "";
  height: calc(200px / 2);
  width: 200px;
  clip-path: polygon(0 0, 100% 0, 50% 70%);
  background: #edfafa;
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
}

.course_ex .course_area .course_ttl{
	font-family: var(--font-shippori);
    font-size: 3.2rem;
    background: #76c4c4;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    max-width: 990px;
    margin-bottom: -10px;
    position: relative;
}
.course_ex .course_area .course_ttl span{
    font-size: 2.8rem;
    display: inline;
}

.course_ex .course_area .ctn-link{
    justify-content: center;
    background: #edfafa;
    border-radius: 5px;
    margin: 0 40px;
    padding: 40px;
}
.course_ex .course_area .ctn-link .box:first-child{
    border: solid 2px #2fa77f;
    border-radius: 8px;
    overflow: hidden;
    max-width: 484px;
    width: 100%;
    margin-right: 40px;
}

.course_ex .course_area .ctn-link .box:last-child{
    border: solid 2px #4d4497;
    border-radius: 8px;
    overflow: hidden;
    max-width: 428px;
    width: 100%;
}

.course_ex .course_area .ctn-link .box:first-child .ttl{
    background: #2fa77f;
    color: #fff;
    font-size: 2.6rem;
    padding: 4px 10px;
    text-align: center;
}
.course_ex .course_area .ctn-link .box:last-child .ttl{
    background: #4d4497;
    color: #fff;
    font-size: 2.6rem;
    padding: 4px 10px;
    text-align: center;
}

.course_ex .course_area .ctn-link .box .member{
    padding: 20px;
    background: #fff;
    text-align: center;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_ex .course_area .ctn-link .box .general{
    padding: 20px;
    background: #fff;
    text-align: center;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_ex .course_area .ctn-link .box .member p{
    font-size: 6.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
}

.course_ex .course_area .ctn-link .box .member p > .price{
    font-size: 3.6rem;
}

.course_ex .course_area .ctn-link .box .member p > .tax{
    font-size: 2.4rem;
}

.course_ex .course_area .ctn-link .box .general p{
    font-size: 4.8rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
}

.course_ex .course_area .ctn-link .box .general p > .price{
    font-size: 3.6rem;
}

.course_ex .course_area .ctn-link .box .general p > .tax{
    font-size: 2.4rem;
}


.course_ex .planBox .ttl{
    background: #76c4c4;
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
}
.course_ex .planBox .course_item{
    background: #edfafa;
    padding: 40px;
    margin-bottom: 60px;
}
.course_ex .planBox .course_item ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.course_ex .planBox .course_item ul li{
    width: 24%;
    margin-bottom: 10px;
}
.course_ex .planBox .course_item .other_item{
    background: #fff;
    padding: 40px;
    margin-bottom: 10px;
    text-align: left;
}
.course_ex .planBox .course_item .other_item + p{
    font-size: 1.6rem;
    text-align: right;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.course_ex .planBox .indent_center {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin-top: 60px;
}

.course_ex .planBox .course_item + .flex{
    justify-content: center;
}
.course_ex .planBox .course_item + .flex li{
    margin: 0 10px;
}


.course_ex .not_course_item{
    border: 2px solid #928d92;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.course_ex .not_course_item .ttl{
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0 20px;
    background: #928d92;
    color: #fff;
    text-align: center;
}
.course_ex .not_course_item ul{
    background: #e7e7e7;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
    margin: 60px auto;
    line-height: 2.0;
    border-radius: 5px;
}
.course_ex .not_course_item ul li{
    width: 18%;
}
.course_ex .not_course_item ul li:nth-child(1),
.course_ex .not_course_item ul li:nth-child(6),
.course_ex .not_course_item ul li:nth-child(11),
.course_ex .not_course_item ul li:nth-child(16){
    width: 24%;
}

.course_ex .not_course_item .lineup_area{
    margin-bottom: 0 !important;
}

.course_ex .not_course_item .point{
    position: absolute;
    top: -44px;
    left: 17px;
}

.course_ex .not_course_item .lineup_area .ttl{
    background: #76c4c4;
    margin-bottom: 20px;
}
.course_ex .not_course_item .lineup_area .hd02{
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #07818c;
    font-size: 2.4rem;
}
.course_ex .not_course_item .lineup_area .hd02::before{
    background: #07818c;
}
.course_ex .not_course_item .lineup_area ul{
    background: #edfafa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    margin: 0 auto 40px;
    border-radius: 5px;
}
.course_ex .not_course_item .lineup_area ul:last-of-type{
    margin-bottom: 0;
}
.course_ex .not_course_item .lineup_area ul li{
    width: 24%;
    margin-bottom: 10px;
}
.course_ex .not_course_item .lineup_area ul li:last-child{
    margin-bottom: 0;
}

.course_ex .cost_area{
    
}

.course_ex .cost_area .hd04{
    font-family: "Shippori Mincho", serif;
    font-size: 4.0rem;
}

.course_ex .cost_area figure{
    margin: 40px auto;
}

.course_ex .cost_area .flex{
    justify-content: center;
}
.course_ex .cost_area .flex p{
    margin: 20px;
}
.course_ex .cost_area .flex p + p{
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1100px){
    #tab_btn li {
        width: 28%;
    }
    
    .course_ex .course_area .ctn-link .box .member p{
        font-size: 4vw;
    }
    .course_ex .course_area .ctn-link .box .member p > .price{
        font-size: 2.4vw;
    }
    .course_ex .course_area .ctn-link .box .member p > .tax{
        font-size: 2vw;
    }
    
    .course_ex .course_area .ctn-link .box .general p{
        font-size: 3vw;
    }
    .course_ex .course_area .ctn-link .box .general p > .price{
        font-size: 2.2vw;
    }
    .course_ex .course_area .ctn-link .box .general p > .tax{
        font-size: 1.8vw;
    }
    
    .course_ex .planBox .ttl{
        font-size: 3vw;
    }
    .course_ex .planBox .flex li{
        width: 33%;
    }
    .course_ex .not_course_item .ttl,
    .course_ex .not_course_item .lineup_area .ttl{
        font-size: 3vw;
    }
    .course_ex .not_course_item ul li{
        width: 18% !important;
        margin-right: 2%;
        font-size: 2vw;
    }
}

@media screen and (max-width: 768px){
    #contentsBlock section{
        margin-top: 40px; 
    }
    
    .course_area{
        flex-direction: column;
        padding: 0 0 0 40px;
        margin-top: 0;
    }
    .course_area li{
        width: 100%;
        margin: 40px auto 0;
    }
    .course_ex .hd03{
        font-size: 2.0rem;
    }
    .course_ex .course_area .ctn-link{
        flex-direction: column;
        margin: 0 0px 0 40px;
    }
    .course_ex .course_area .ctn-link .box:first-child .ttl,
    .course_ex .course_area .ctn-link .box:last-child .ttl{
        font-size: 2.0rem;
    }
    
    .course_ex .course_area .ctn-link .box .member,
    .course_ex .course_area .ctn-link .box .general{
        min-height: inherit;
    }
    
    .course_ex .course_area .ctn-link .box .member p{
        font-size: 2.8rem;
    }
    .course_ex .course_area .ctn-link .box .member p > .price,
    .course_ex .course_area .ctn-link .box .general p > .price{
        font-size: 1.8rem;
    }
    .course_ex .course_area .ctn-link .box .member p > .tax,
    .course_ex .course_area .ctn-link .box .general p > .tax{
        font-size: 1.6rem;
    }
    .course_ex .course_area .ctn-link .box .general p{
        font-size: 2.4rem;
    }
    
    .course_area li .course_ttl,
    .course_ex .course_area .course_ttl{
        max-width: 360px;
    }
    .course_ex .course_area .ctn-link .box:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .course_ex .course_area .ctn-link .box:first-child,
    .course_ex .course_area .ctn-link .box:last-child{
        max-width: 100%;
    }
    .course_ex .planBox .course_item{
        padding: 20px;
    }
    .course_ex .planBox .course_item ul li{
       width: 48%;
        margin-right: 2%;
    }
    .course_ex .planBox .course_item ul li:nth-child(even){
        margin-right: 0;
    }
    .course_ex .planBox .course_item .other_item{
        text-align: left;
        padding: 20px;
    }
    .course_ex .planBox .course_item .other_item + p{
        text-align: left;
    }
    .course_ex .cost_area .hd04{
        font-size: 2.4rem;
    }
    .course_ex .cost_area .flex p + p{
        font-size: 1.6rem;
        text-align: left;
    }
}
@media screen and (max-width: 478px){
    #contentsBlock > section + section{
        margin-top: 60px;
    }
    
    #tab_btn li a{
        font-size: 1.4rem;
    }
    
    .course_ex .course_area{
        padding: 0 10px;
        margin-bottom: 120px;
    }
    
    .course_area li .course_ttl,
    .course_area li .course_ttl, .course_ex .course_area .course_ttl{
        max-width: 240px;
        padding: 6px 20px;
        font-size: 2.2rem;
    }
    .course_area li .course_ttl span,
    .course_ex .course_area .course_ttl span{
        font-size: 1.8rem;
    }
    
    .course_ex .planBox .flex{
        display: block;
    }
    .course_ex .planBox .course_item + .flex li{
        width: 100%;
        margin: 0 0 20px;
    }
    .course_ex .planBox .indent_center{
        margin-top: 20px;
    }
    .course_ex .course_area .ctn-link {
        margin: 0 0px 0 20px;
        padding: 40px 20px 20px;
    }
    .course_ex .course_area::after{
        height: calc(160px / 2);
        width: 160px;
        bottom: -120px;
    }
    
    .course_ex .planBox .ttl{
        font-size: 1.8rem;
    }
    .course_ex .planBox .course_item ul{
        margin-bottom: 20px;
    }
    .course_ex .not_course_item .point{
        top: -67px;
        left: 0;
    }    
    .course_ex .not_course_item{
        padding: 20px;
    }
    
    .course_ex .not_course_item .ttl,
    .course_ex .not_course_item .lineup_area .ttl{
        font-size: 2.0rem;
        line-height: 1.4;
    }
    .course_ex .not_course_item .lineup_area .hd02{
        margin-bottom: 10px;
    }
    
    .course_ex .not_course_item ul{
        margin: 20px auto;
    }
    .course_ex .not_course_item ul{
        padding: 20px;
        margin: 20px auto;
    }
    .course_ex .not_course_item ul li{
        width: 48% !important;
        margin-right: 0;
        font-size: 1.6rem;
    }
    .course_ex .not_course_item .lineup_area ul{
        padding: 20px;
    }
    .course_ex .cost_area .flex p{
        padding: 0 10px 0 0;
    }
}