.c-center_txt_box{
  font-family:'Noto Sans JP', sans-serif;
  text-align: center;
}

.c-center_txt_box p{
  margin-bottom: 2.8em;
  line-height: 2;
}
.c-center_txt_box p:last-child{
  margin-bottom: 0;
}

.c-imgbox{
  font-size: 0;
  text-align: center;
}


.c-sp_block{
  display: none;
}
@media screen and (max-width:768px){
  .c-sp_block{
    display: block;
  }

  .c-sp_inline{
    display: none;
  }
}
.c-pcline{

}

.c-point_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:960px){
  .c-point_container{
    justify-content: center;
  }

}

/*------------------------------------

           c-key_container

-------------------------------------*/
.c-key_container{
  width: 100%;
  padding: 2%;
  display: flex;
  align-items: center;
  background: #FFDC00;
}

@media screen and (max-width:600px){
  .c-key_container{
    padding: 0;
  }

}






/*------------------------------------

           imageBox

-------------------------------------*/
.c-imageBox figure{
  text-align:center;
  text-align: -webkit-center;
}


/*------------------------------------------

            button中央配置

-----------------------------------------*/
.c-btn_pc{
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F40505;
  position: fixed;
  top:0;
  right: 0;
  z-index: 9999;
}
.contact_txt_pc{
  text-align: center;
}
.contact_txt_pc span{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  /* text-align: center; */
  font-size: 1.6rem;
}
.c-btn{
  display: none;
}
@media screen and (max-width:960px){
  .c-btn_pc{
    display: none;
  }
  .c-btn{
    width: 550px;
    max-width:100%;
    display: inline-block;
    transition: all 0.5s;
    margin: auto;
    position: fixed;
    bottom: 10px;
    left:50%;
    margin-left: -275px;
    z-index: 9999;
  }
}


@media screen and (max-width:550px){
  .c-btn{
    left:0;
    margin-left: 0;
  }
}


/*----------------------------------------------


                  見出し

-----------------------------------------------*/
/* sectionのタイトル */
.c-secTit{
  max-width: 1160px;
  width: 100%;
  margin: auto;
  line-height: 1.5;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 1.2em;
  font-weight: bold;
  padding: 24px 0;
  background: #FFFFFF;
}

.c-secTit.bg_none{
  background: transparent;
}

@media screen and (max-width:768px){
  .c-secTit{
    font-size: 2.0rem;
    padding: 16px 0;
  }
}




/*-------------------------

   c-txt_box

-------------------------*/
.c-txt_box p{
  text-align: center;
  font-size: 2.0rem;
  line-height: 2;
  /* font-weight: bold; */
}
@media screen and (max-width:600px){
  .c-txt_box p{
    font-size: 1.8rem;
  }

}
/*-------------------------

   c-card_container

-------------------------*/

.c-card_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-bottom: 64px; */
}
.c-card_three .c-card{
  width: 32%;
  max-width: 100%;
  text-align: center;
  padding: 40px 20px 40px;
  background: #FFFFFF;
  border-radius: 17px;
}
.c-card_three.c-card_merit  .c-card{
  padding:0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 48px;
}
.c-card_five .c-card{
  width: 18%;
  max-width: 100%;
  text-align: center;
  background: #FFFFFF;
}
.c-card_three .c-card figure{
  margin-bottom: 16px;
}
.c-card_txt p{
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-card_txt.c-card_txt_left{
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-card_three .c-card{
    width: 100%;
    margin: 0 auto 24px;
  }

  .c-card_three.c-card_merit .c-card{
    width: 32%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width:767px){
  .c-card_five .c-card{
    width: 100%;
    margin: 0 auto 24px;
  }
  .c-card_five .c-card:last-child{
    margin: 0 auto;
  }

}
/* .c-card{
  width: calc(40% - 64px);
  margin: 0 12px 24px;
  display: block;
} */

@media screen and (max-width: 650px) {
  .c-card__container{
    padding-bottom: 40px;
  }
  .c-card{
    width: calc(50% - 12px);
    margin: 0 6px 16px;
    display: block;
  }

}

@media screen and (max-width: 500px) {
  .c-card{
    width:85%;
    margin: 0 auto 24px;
  }

}


/*-------------------------------------------

        画面一杯にはみ出す設定

----------------------------------------------*/
.c-full_tie{
  padding: 40px 0;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  background: #223A70;
}
.c-full_tie p{
  text-align: center;
  font-size: 30px;
  font-weight:500;
  line-height: 1.83;
  color:#FFFFFF;
  margin-bottom: 32px;
  /* margin-bottom: 0.92em; */
}

@media screen and (max-width:959px){
  .c-full_tie p{
    font-size: 16px;
  }
}

.c-campaign{
  text-align: center;
}
