@charset "UTF-8";

/* 改行
-----------------------------------------------------------------------*/
  .br-pc{
   display: block;
}
  .br-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc{
   display: none;
  }
  .br-sp{
  display: block;
}

}



/*　キャッチ文
-----------------------------------------------------------------------*/
.jp-cmp-box-001 h3{
  margin-top: 50px !important;
  margin-bottom: 20px;
    padding-left: 15px;
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
    border-left: 5px solid #d90d18;
}


.jp-cmp-box-001 h4{
    text-align: center;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top:20px !important;
  }


  @media screen and (max-width: 767px) {
   .jp-cmp-box-001 h3{
      margin-top: 50px !important;
        font-size: 20px;
    }
    
    
   .jp-cmp-box-001 h4{
        font-size: 14px;
      }
  }



/*　chara_section
-----------------------------------------------------------------------*/
.chara_section{
}

.chara-container{
  margin-bottom: 30px;
}

.chara-box{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}

.chara-img{
  padding-bottom: 10px;
  width: 40%;
}

.chara-box .chara-img img{
  width: 300px;
}

.chara-box .chara-img .copyright{
  font-size: 10px;
  color: #919191;
  margin-bottom: 8px;
}

.chara-box .chara-profile{
  width: 40%;
  padding:20px 10px 20px 30px; 
}


.chara-name{
  font-weight: bold;
  font-size:24px;
}

.chara-area{
  color:coral;
  font-size:16px;
}
.chara-txt{
  font-size:14px;
}



@media screen and (max-width: 767px) {

.chara-box{
  display: block;
}

.chara-img{
  width: 100%;
}
.chara-box .chara-profile{
  width: 100%;
  padding:20px 0;
}

}


/*　動画枠
-----------------------------------------------------------------------*/

/* chara-video */
.chara-video{
  display: flex;
  justify-content: center;
}

.chara-video iframe{
  width: auto;
  padding:20px 10px;
}




@media screen and (max-width: 767px) {
  .chara-video{
  display: block;
}

.chara-video iframe{
  width: auto;
  margin-bottom:30px;
}


}





/*　リンク枠
-----------------------------------------------------------------------*/


/* オンプーボタン */
.jp-cmptemp-btn-wrap{
  text-align: center;
  margin-bottom: 30px;
}

.jp-cmptemp-btn-wrap p{
  font-weight: bold;
  padding-bottom: 8px;
  font-size:18px;
}


/*色*/

.jp-cmptemp-btn02 {
  background: #ef270d;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}


.jp-cmptemp-btn02:hover,
.jp-cmptemp-btn02:active,
{ color: #FFF; text-decoration: none; }

@media screen and (max-width: 767px) {
.jp-cmptemp-btn-wrap a{
  margin: 10px 0 30px;
}

  .jp-cmptemp-btn02 {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
  }



}



/* プロモバナー */

.pr_bnr{
  margin:0 auto;
  text-align: center;
}

.pr_bnr img{
  width: 80%;
}


@media screen and (max-width: 767px) {
  .pr_bnr img{
    width: 100%;
  }
  
}



