

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p{
  line-height: 1.6;
}

.explain{
  color: red;
}

.post-item a{
  display: block;
}

.touhyou-btn{
  width: 80%;
  max-width: 450px;
  margin: 50px auto 20px !important;
  border: none !important;
  color: #333333 !important;
  background: #fff69a !important;
  font-size: 20px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 2.4%);
  cursor: pointer;
}

.touhyou-num{
  font-size: 14px;
}

.btn--more{
  margin-top: 8%;
}

.btn--more a{
  width: 86%;
  max-width: 300px;
  margin: 0 auto;
  background: #555555;
  padding: 18px 26px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
}

/* hover系ここから */
#block-11 a,
.single .sns-item,
.btn--more a,
.about-section a,
.link-section img,
form .wpcf7-submit,
.touhyou-btn
{
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* 「もっと読むボタン」ニュース、タレント・アカデミー生のhover */
#block-11 a:hover,
.single .sns-item:hover,
.btn--more a:hover,
.about-section a:hover,
.link-section img:hover,
form .wpcf7-submit:hover
{
  opacity: .7;
}

/* 投票ボタンのhover */
.touhyou-btn:hover{
  box-shadow: none;
}


/* hover系ここまで */

/* 非表示系ここから */
#block-2,
#block-4,
#block-5,
#block-6,
#comments,
.skip-link,
.powered-by,
.entry-footer,
.post-navigation,
.single-post .entry-header
{
  display: none;
}
/*非表示系ここまで*/

body{
  margin: 0;
  color: #3a3a3a;
  background: #ffffff;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}

ul, li{
  list-style: none;
}

.site-header{
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
}

.site-logo, .site-branding{
  display: inline-block;
  vertical-align: middle;
}

.site-branding h1{
  font-size: 18px;
}

section{
  padding: 55px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

section p{
  margin-bottom: 20px;
}

section h1{
  margin: 0 0 17.5px;
  font-size: 20px;
}

.common-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 55px 0;
}

.common-inner--mg30{
  margin: 0 30px;
}

.center{
  text-align: center;
}

.post-item a{
  text-decoration: none;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.post-item a:hover{
  opacity: .8;
}


/* ヘッダー関連ここから */
  .custom-logo-link img{
    width: 50px;
    height: auto;
  }

  .site-branding a{
    color: #3a3a3a;
    text-decoration: none;
    font-weight: bold;
  }

/* ヘッダー関連ここまで */


/* フッター関連ここから */
  #block-11{
    background: #f6f6f6;
    border: none;
  }

  #block-11>div{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px;
  }

  #block-11 .widgettitle{
    margin-bottom: 6px;
    font-size: 17px;
  }

  #block-11 .wp-block-group__inner-container{

  }

  #block-11 .widget.widget_nav_menu a{
    color: #333232;
    text-decoration: none;
  }

  #block-11 .widget.widget_nav_menu ul li{
    padding: 0 30px 5px 0;
  }

  #block-11>div>div>div>div{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer{
    padding: 30px 0 6px;
  }

  .copyright{
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 45px;
    text-align: center;
  }
/* フッター関連ここまで */

/* single個別ページ関連ここから */
  .single #content{
    margin-top: 40px;
  }

  .single .article__title+div,
  .single .entry-content>p+div,
  .single .entry-content>h1+div
  {
    display: none;
  }

  .single .long-catch p{
    margin-bottom: 20px;
  }

  .single article{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px;
  }

  .single .entry-content{
    margin: 60px 0;
    padding-bottom: 130px;
    font-size: 20px;
    text-align: center;
    position: relative;
  }

  .single .entry-content a{
    color: #000000;
  }

  .sinlge .article__title{
    margin: 40px 0;
    font-size: 34px;
  }

  .single .navigation{
    max-width: 1200px;
    margin: 70px auto 50px;
    padding: 0 55px;
    text-align: center;
  }

  .single .screen-reader-text{
    display: none;
  }

  .single .navigation .nav-links a{
    color: #333333;
    text-decoration: none;
  }

  .single .meta-nav{
    font-size: 14px;
  }

  .single .post-title{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
  }

  .single .navigation .meta-nav,
  .single .navigation .post-title
  {
    display: inline-block;
    vertical-align: super;
  }

  .single .navigation svg{
    width: 16px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  .single .sns-link{
    margin-top: 46px;
  }

  .single .addtoany_content .sns-share{
    margin: 10px 0 16px;
    font-size: 15px;
    font-weight: bold;
  }

  .sns-item--youtube span{
    width: 100px;
  }

  .single .sns-item{
    display: inline-block;
    margin-left: 20px;
  }

  .single .sns-item:first-of-type{
    margin-left: 0;
  }

  .single .sns-item__img{
    display: block;
    width: 50px;
    height: 50px;
  }

  .single .entry-header{
    text-align: center;
  }

  .single .entry-header h1{
    margin-bottom: 30px;
    font-size: 36px;
  }

  .single-post .entry-content>p{
    font-size: 30px;
    font-weight: bold;
  }

  .single .post-thumbnail{
    margin: 30px 0;
  }

  .single-new-post .entry-title{
    font-size: 20px;
  }

  .single-new-post .entry-content p{
    font-size: 16px;
  }

  .single .addtoany_content{
    position: absolute;
    bottom: -2%;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #f7f7f7;
    padding-top: 16px;
  }

  .single .addtoany_list a,
  .single .widget .addtoany_list a
  {
    padding: 0 10px !important;
  }


/* single個別ページ関連ここまで */

/* 個別ページのスタイルここから */
  .page main>article{
    width: 90%;
    max-width: 900px;
    margin: 60px auto 150px;
  }

  .page .entry-header h1{
    margin-bottom: 50px;
    font-size: 36px;
    text-align: center;
  }

  .page-id-31 iframe{
    width: 100%;
    margin-top: 50px;
  }

  .page table td
  {
    /* padding: 20px 0; */
    line-height: 1.8;
  }

  .page table td:first-of-type{
    font-weight: bold;
  }

  .page .entry-content p{
    margin-bottom: 20px;
    line-height: 2;
  }

  /*
  .page table tr:first-of-type td{
    padding: 0 !important;
  }
  */

  form .item{
    margin-bottom: 30px;
  }

  form br{
    display: none;
  }

  form label{
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
  }

  form input,
  form textarea
  {
    width: 100%;
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
  }

  form .wpcf7-submit{
    display: block;
    max-width: 270px;
    margin: 0 auto;
    padding: 16px 30px;
    background: #333333;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
  }

  .page ol{
    margin-left: 30px;
  }

  .page li{
    list-style: auto;
  }

  .page ol li{
    margin-top: 20px;
  }

  .page ol li li{
    margin-top: 8px;
  }

  .page h2{
    margin: 46px 0 10px;
  }

  .page h2:first-of-type{
    margin-top: 0;
  }

  .page-id-37 h2{
    font-size: 20px;
    font-weight: lighter;
  }

  .page-id-40 ul,
  .page-id-43 ul
  {
    margin: 20px 0 20px 50px;
  }

  .page-id-40 li,
  .page-id-43 li
  {
    list-style: disc;
  }

  .page li a{
    color: #333333;
  }

  /* ここから上に追記していくこと */
  .widget-area li{
    list-style: none;
  }

  .page img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-page-news main .content{
    margin: 60px auto 150px;
  }

  .page-template-page-news main article{
    max-width: 900px;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cdcdcd;
  }

  .page-template-page-news .news-item__title,
  .page-template-page-news .news-item__date
  {
    color: #000000;
  }

  .page-template-page-news .news-item__date{
    text-align: right;
  }

  .page-template-page-news main article{
    max-width: 900px;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cdcdcd;
  }

  .wp-pagenavi{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .wp-pagenavi .pages{
    display: none;
  }

  .wp-pagenavi a,
  .wp-pagenavi span
  {
    border: none !important;
    padding: 3px 5px;
    margin: 8px !important;
    font-size: 20px;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    border-radius: 4px;
    text-decoration: underline !important;
    color: #5c5c5c;
  }

  .wp-pagenavi .current{
    color: #000000 !important;
    text-decoration: none !important;
  }

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink
  {
    display: none;
    line-height: 30px;
    border: none;
  }

  .page table tr{
    display: flex;
    height: auto !important;
    margin: 40px 0;
  }

  .page table tr:first-of-type{
    margin-top: 0;
  }

  .page table td{
    display: block;
    width: 100% !important;
    height: auto !important;
    font-size: 15px;
  }

/*
  .page table td:first-of-type{
    padding-top: 0;
  }
*/

  .page .entry-header h1{
    margin-bottom: 30px;
    font-size: 32px;
  }

  /* 個別ページのスタイルここまで */

.site-name{
  text-align: center;
}

@media screen and (min-width: 980px){

  #block-11 .widget.widget_nav_menu{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  #block-11{
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

  .common-inner{
    padding: 0 20px 0;
  }

  .single #content{
    padding: 0 20px;
  }

  .single article{
    padding: 0;
  }

  #block-11>div{
    padding: 0;
  }

  #block-11 .widget.widget_nav_menu{
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  #block-11 .widget.widget_nav_menu:last-of-type{
    margin-bottom: 0;
  }

  .single .entry-header h1{
    font-size: 30px;
  }

  footer{
    padding: 30px 0 10px;
  }

  .custom-logo-link img{
    width: 34px;
  }

  section h1{
    margin-right: 30px;
    margin-left: 30px;
  }

  #block-11>div>div{
    padding-left: 30px;
  }

  /* 個別ページのスタイルここから */

  .page table tr{
    display: block;
  }

  .page table td:first-of-type{
    margin-bottom: 2px;
  }

  form .wpcf7-submit{
    margin-top: 80px;
  }

  /* 個別ページのスタイルまで */
}
