@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yuji+Syuku&display=swap');
/*.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}*/
/* 共通
------------------------------------------------------------*/
.h2ttl_c {
    font-size: 5.0rem;
    font-family: 'Noto Serif JP', serif;
    color: #000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .h2ttl_c {
        font-size: 3.5rem;
    }
}
.h2ttlsub_c {
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.read_tx {
    font-size: 1.8rem;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    padding-left: 20px;
    padding-right: 20px;
}


.plpr0{
    padding-left: 0px;
    padding-right: 0px;
}
/* main
------------------------------------------------------------*/
.main_area {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .main_area {
    margin-top: 60px;
  }
}
/* plan
------------------------------------------------------------*/
.plan_area {
    padding-top: 5%;    
    padding-bottom: 5%;
}
@media all and (max-width: 767px) {
.plan_area {
    padding-bottom: 10%;
}
}
.plan_area img {    
    padding-bottom: 30px;
}
.plan_box {
	padding-top: 3%;
	padding-bottom: 3%;
	border-top: 1px solid #595757;
}
@media all and (max-width: 767px) {
.plan_box {
    background-image: url(../img/plan/plan_bg_s.svg);
	background-repeat: repeat;
}
}

.plan_ttl {
    margin-top: 1%;
    margin-bottom: 3%;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 2;
    color: #333;
    letter-spacing: 0.2em;
}
@media all and (max-width: 767px) {
    .plan_ttl {
        font-size: 22px;
        letter-spacing: 0.1em;
    }
}
.plan_read {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 16px;
    line-height: 2.2;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #333;
}
@media all and (max-width: 767px) {
    .plan_read {
        font-size: 14px;
        text-align: left;
        margin-top: 5%;
    }
}

/* コンタクト
---------------------------------*/
.contact_area {
    padding-bottom: 5%;
    padding-top: 6%;
}
.footer_logo {
    text-align: center;
}