﻿


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/

#group-sites{
  display: none;
}
}








/* --- 以下、基本的に変更しない --- */

@media only screen and (min-width: 641px) {/*PC*/
.header-inner{
  display: none;
}
body header {
    padding-bottom: 0;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  .billboard img{
  width:100%;
  }
#global-nav{
  display: none;
}
#global-list{
  display:none;
}
#category-nav{
  display: none;
}
#extra{
  display: none;
}
}



@media only screen and (min-width: 641px) {/*PC*/
#sp-floating-layer{
  display: none;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
div.social-bookmark {
  display: none;
}
#social-under{
  display: none;
}
}

footer {
    background-color: #fff;
    z-index: 2;
    margin-top: 20px;
}

body * {
    box-sizing: border-box;
}



header>h1 {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 10px;
    display: inline-block;
    padding: 10px;
    background-color: black;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #f3f3f3;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

header>h1>span {
    font-size: 12px;
    margin: 8px auto 0 auto;
    display: block;
    color: white;
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#page-wrap {
    width: auto;
}
}
@media only screen and (min-width: 641px) {
    /*PC*/
    #page {
overflow: hidden;
    }
}

#title {
height:250px;
overflow: hidden;
background-size:cover;
background-position: center;
padding:30px;
text-align: left;
margin:0 auto 20px auto;

}
#title>.title-inner{
  max-width:980px;
  margin:0 auto 0 auto;
}
#title>.title-inner>p{
  display: inline-block;
  padding:2px 10px 0px 10px;
  border-radius: 3px;
  background-color:white;
  color:black;
  font-size:18pt;
}
#title>.title-inner>h1{
    font-size:80pt;
    color:#fff;
    font-weight: normal;
    margin:0;
    padding:0;
    line-height:1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#title>.title-inner>h2{
  font-size:20pt;
  color:#fff;
  font-weight: normal;
  margin:0;
  padding:0;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  #title {
  height:300px;
  }
  #title>.title-inner>p{
    font-size:10pt;
  }
  #title>.title-inner>h1{
      font-size:40pt;
  }
  #title>.title-inner>h2{
    font-size:15pt;
}



.topic-item{
  display: block;
  width:100%;
  background-size: cover;
  background-position: center center;
}
.topic-item:hover{
  text-decoration: none;
}
.topic-item-caption{
  position: relative;
  top:40px;
  text-align: center;
  color:white;
text-shadow: 0px 0px 10px rgba(0, 0, 100, 1);
font-size:24pt;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
.topic-item-caption{
  top:20px;
}
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main {
    width: auto;
}
}
body#top #main h1 {
    font-weight: bold;
    font-size: 16px;
    background-color: #000;
    color:white;
    margin:20px 0 10px 0;
  }
body#top #main h1 span{
    display: block;
    margin:0 0 0 10px;
    padding:8px 0 8px 14px;
    border-left:1px solid white;
    background-color: #333;
}


#main ul.list-02 li {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

#main ul.list-02 li .body {
    vertical-align: top;
}

#main ul.list-02 li .body .image {
    float: left;
    width: 200px;
    max-height: 180px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.list-02 li .body{
  display: block;
}
#main ul.list-02 li .body>div{
  display: block;
}
#main ul.list-02 li .body .image {
    width:100%;
    max-height:auto;
    margin:0;
    float:none;
}
}
#main ul.list-02 li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.list-02 li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.list-02 li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.list-02 li .body .text ul {
    list-style-type: none;
}

#main ul.list-02 li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
}

#main ul.list-02 li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.list-02 li .body .text .subtitle {
    color:#555;
}
#main ul.list-02 li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.list-02 li .body .text .title a {

    text-decoration: none;
}

#main ul.list-02 li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.list-02 li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.list-02 li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next {
    right: 20px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

@media only screen and (min-width: 641px) {/*PC*/
footer>nav>ul.group-sites>li.column.c4 {
    width: 22%;
}
footer>nav>ul.group-sites>li.column.c5 {
    width: 13%;
}
}


.youtube{
    position:relative;
    width:100%;
    margin:0 0 20px 0;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
#extra .pickup ul.list-02 li.item{
    padding:7px 0 7px 0;
}
#extra .pickup ul.list-02 li.item div.body div.text p.title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

.select{
    margin-bottom:20px;
}
.select li{
    display: inline-block;
    width:48%;
    margin:1%;
    box-sizing: border-box;
    vertical-align: top;
}
.select li .body{
    position: relative;
    height:210px;
    overflow: hidden;
    background-color: black;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*sp*/
.select li .body{
    height:180px;
}
}
.select li .image{
    overflow: hidden;
    padding:0;
}
.select li .text{
    position: absolute;
    bottom:0;
background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
min-height:60px;
padding:5px 10px 5px 10px;
width:100%;
}
.select li .text .title,.select li .text .title a{
    color:white!important;
    font-weight: bold;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
.select li img{
    width: 100%;
}
.select li .list-label{
    display: none;
}

article dl.list-01{
    font-size:100%;
    padding:10px 10px 5px 10px;
}

article dl.list-01 dt{
        margin: 10px 0 0 0;
        border-top:1px solid #ddd;
        padding:8px 0 0 0;
        font-size:105%;
}
article dl.list-01 dt:first-child{
        border:0px;
    }
article dl.list-01 dd{
        color:#444;
        font-size:90%;
        margin:5px 0 0 0;
}
nav#breadcrumb{
    display: none;
}

.viewmore-button{
    display: block;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
        text-align: center;
        background-color: white;
        padding:10px;
        cursor: pointer;
        margin-bottom: 10px;
}
.interviewee{
color:#007D7D;
}


.list-02 .list-label{
	display: none;
}

.slick-track{
    height:350px;
}
