@charset "UTF-8";

.date-2line {
    line-height: 20px!important;}

.border-dot{
    border-top: dotted 2px #393E40;
    padding-top: 20px;
}

.nanjakore-entry{
    width: 250px!important;
}

.u-bnr01{
	height: 114px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
	margin: 45px 0 50px;
}

/*youtube枠設定*/
#youtube{
    box-sizing: border-box !important;
    border: 0.25rem solid #ffc844;
    width: calc( 690px - 0.5rem);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
  }

  #youtube .ttl{
    background: #B80000;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    padding: 10px 0;
  }

  #youtube .ytWrap{
   margin-top: 20px;
}
  #youtube .ytWrap + .ytWrap{
    margin-top: 32px;
  }

  #youtube .yt-ttl{
    font-size: 24px;
    font-weight: bold;
  }

  #youtube .yt{
    margin-top: 16px;
    margin-bottom: 30px;
}

  #youtube .yt iframe{
    vertical-align:bottom;
    width: 560px;
    height: 315px;
  }

  #youtube .btn a{
    width: 640px;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background: #171C61;
    display: block;
    border-radius: 80px;
    text-decoration: none;
    padding: 10px 0;
  }

  #youtube .is-sp{display: none !important;}

.separate {
  border-bottom: dotted 1px #CCC;
}

@media print {
  .protect {
    display: none !important;
  }
}

p.next-info {
  margin-bottom: 20px;
  color: #f00;
}

body.backnumber #wrapper .second-box .backnumber2:not(:last-of-type){
  padding-bottom: 0;
}

#wrapper .api-bnr-c div {
  margin: -5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#wrapper .api-bnr-c div a {
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}

#wrapper .api-bnr-c div a img {
  width: 100%;
  height: auto;
}

#wrapper .api-bnr-d div {
  margin: -5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#wrapper .api-bnr-d div a {
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}

#wrapper .api-bnr-d div a img {
  width: 100%;
  height: auto;
}

.youtube-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

.youtube-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}
body.top #wrapper #watanabe .contents-box {
  border: 3px solid #ffc844;
}