@charset "UTF-8";
/* Scss Document */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.bold {
  font-weight: bold; }

.under {
  text-decoration: underline; }

.red {
  color: #E75297; }

.green {
  color: #0DAC67; }

.gray {
  color: #868686; }

.italic {
  font-style: italic; }

a:link,a:active{
    color:#009FE8;
}
a:hover,a:active{
    color:#E75297;
}

/****************************
PC用コード
****************************/
@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  body {
    width: 100%;
    height: 100%;
    background: #FFF; }

  .is-hide {
    display: none !important; }

  #container {
    width: 100%;
    min-width: 900px;
    height: 100%;
    min-height: 700px;
    /*max-width: 1800px;*/
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    }

  #header {
    width: 100%;
    height: 0;
    padding-top: 9.848%;
    background: url("../../images/topics_3rd/header_bg.gif") center no-repeat;
    background-size: cover; }

  #contents {
    width: 90%;
    max-width:1100px;
    margin:0 auto;
    padding: 80px 50px; }
    #contents .category {
      display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px;
            padding: 2px 10px;
            font-size: 12px;
            color: #000;
            font-weight:600;
            background: #FFF000; }
    #contents .news-title {
      display: block;
      font-size: 24px;
      font-weight:600;
      margin:10px 0; }
    #contents .date {
      display: block;
      text-align: right; }
    #contents .date span{
        display:inline-block;
        background:#000;
        color:#FFF;
        font-size:14px;
        padding:2px 10px;
    }
    #contents ul.photos {
      width: 70%;
      margin: 60px auto 100px; }
      #contents ul.photos li.photo {
        width: 100%;
        text-align: center; }
        #contents ul.photos li.photo img {
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 50%;
          margin: 0 auto; }
    #contents .text {
      width:100%;
      line-height: 1.9em;
      margin-bottom: 50px; }

  a.prev {
    display: inline-block;
    width: 20%;
    margin-left:50px;
    margin-bottom: 50px;
    float: left;
    background: #FFF;
    border:solid 1px #000;
    padding:0 15px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s; }
    a.prev:hover {
      background:#000;
      color:#FFF;
      transition: 0.5s; }
    a.prev > img{
        display:inline-block;
        width:10px;
        vertical-align: middle;
        margin-bottom:3px;
        transition: 0.5s; 
    }
    a.prev:hover > img{
        filter: invert();
    }

  a.next {
    display: inline-block;
    width: 20%;
    margin-right:50px;
    margin-bottom: 50px;
    float: right;
    background: #FFF;
    border:solid 1px #000;
    padding:0 15px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s; }
    a.next:hover {
      background:#000;
      color:#FFF;
      transition: 0.5s; }
    a.next > img{
        display:inline-block;
        width:10px;
        vertical-align: middle;
        margin-bottom:3px;
        transition: 0.5s; 
    }
    a.next:hover > img{
        filter: invert();
    }

  #footer {
    width: 100%;
    clear: both;
    padding: 30px 0 10px;
    background-size: auto auto;
    background-color: rgba(249, 219, 232, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px ); }
    #footer a.top {
      display: block;
      width: 250px;
      padding: 5px 10px;
      text-align: center;
      color: #000;
      font-weight:600;
      background:#FFF000;
      text-decoration: none;
      margin: 0 auto 50px;
      transition: 0.3s; }
      #footer a.top:hover {
        background: #E75297;
        color:#FFF; }
    #footer .tw {
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 40px; }
      #footer .tw a.twitter-share-button {
        display: inline-block;
        width: 250px;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #1da1f2; }
    #footer #copyright {
      width: 100%;
      background:#009FE8;
      display: block;
      position: absolute;
      padding: 5px 0; }
      #footer #copyright p {
        display: block;
        color: #fff;
        font-size: 10px;
        text-align: center; } }

/*動画埋込設定*/
div.videoArea{
    width:90%;
    max-width:850px;
    margin:0 auto;
    position:relative;
}

.iframe-wrapper {
	position: relative;
      width: 100%;
	margin:0px auto;
    background: rgba(255,255,255,0.8);
  /*padding: calc(360 / 640 * 100%) 0 0;*/
    padding: calc(352 / 640 * 100%) 0 0;
}

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