@charset "utf-8";
/** |READ ME| **********************************************************************************************************

"Media CSS"

Cascading Style Sheet Setting File

Ver.20170306

------------------------------------------------------------------------------------------------------------------------

01. HeadContent
02. About
03. Media

********************************************************************************************************** |READ ME| **/
/** |01. HeadContent | >> ********************************************************************************* >> START **/
#HeadContent .pageMainVisual {
  /*background-image:url(../images/media/img_mai_media.jpg);*/
  background-color: #4f355f;
}
/** |01. HeadContent | << ********************************************************************************* << END **/
/** |02. About | >> ********************************************************************************* >> START **/
#About {
  padding: 70px 0 80px;
}
#About .txt {
  font-size: 15px;
  line-height: 2;
}
@media (max-width:640px) {
  #About {
    padding: 20px 15px 30px;
  }
  #About .ttl {
    font-size: 20px;
  }
  #About .txt {
    text-align: left;
    line-height: 1.5;
  }
  #About .txt br {
    display: none;
  }
}
/** |02. About | << ********************************************************************************* << END **/
/** |03. Media | >> ********************************************************************************* >> START **/
#news-and-topics {
  margin: 0 0 140px;
}
#news-and-topics .title {
  position: relative;
  margin: 80px 0 50px 0;
  padding: 0 0 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#news-and-topics .title::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  height: 1px;
  width: 50px;
  background-color: #111;
}
#news-and-topics .news-and-topics .medList {
  margin: 0 0 140px 0;
  padding: 80px 35px 0 35px;
  background-color: #fff;
}
#news-and-topics .news-and-topics .medList:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#news-and-topics .news-and-topics .medList li {
  float: left;
  width: 280px;
  margin: 0 0 60px;
  padding: 0 25px;
  text-align: left;
  font-size: 14px;
}
#news-and-topics .news-and-topics .medList li .ttl b {
  font-size: 16px;
}
#news-and-topics .news-and-topics .medList li .ttl small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
#news-and-topics .news-and-topics .medList .img {
  display: block;
  margin: 20px 0 15px 0;
}
#news-and-topics .news-and-topics .medList .txt {
  display: block;
}
#news-and-topics .news-and-topics .locList {
  margin: 0 0 140px 0;
}
#news-and-topics .news-and-topics .locList:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#news-and-topics .news-and-topics .locList .left {
  float: left;
  padding: 0 50px;
  width: 410px;
  background-color: #fff;
}
#news-and-topics .news-and-topics .locList .right {
  float: right;
  padding: 0 50px;
  width: 410px;
  background-color: #fff;
}
#news-and-topics .news-and-topics .locList .ttl {
  padding: 50px 0 10px 0;
  color: #4f355f;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#news-and-topics .news-and-topics dl.locations {
  padding: 0 0 50px 0;
  text-align: left;
}
#news-and-topics .news-and-topics .locations dt {
  padding: 15px 0 5px 0;
  font-weight: bold;
}
#news-and-topics .news-and-topics .locations dd {
  padding: 0 0 0 0.8rem;
  text-indent: -0.8rem;
  font-size: 14px;
}
#news-and-topics .news-and-topics .locations dd::before {
  content: "・";
}
#news-and-topics .news-and-topics .condition {
  font-size: 15px;
  line-height: 2;
}
@media (max-width:640px) {
  #news-and-topics {
    margin: 0;
    padding: 20px 15px 60px;
  }
  #news-and-topics .title {
    margin: 0 0 10px;
    padding: 0 0 15px;
    font-size: 18px;
  }
  #news-and-topics .news-and-topics {
    margin: 0;
    padding: 0;
  }
  #news-and-topics .news-and-topics .medList {
    margin: 0 0 60px 0;
    padding: 30px 20px;
    background-color: #fff;
  }
  #news-and-topics .news-and-topics .medList:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  #news-and-topics .news-and-topics .medList li {
    float: left;
    width: 48%;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
  }
  #news-and-topics .news-and-topics .medList li:nth-child(2n) {
    float: right;
  }
  #news-and-topics .news-and-topics .medList .img {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 15px 0;
  }
  #news-and-topics .news-and-topics .locList {
    margin: 30px 0 60px 0;
  }
  #news-and-topics .news-and-topics .locList .left {
    float: none;
    margin: 0 0 30px 0;
    padding: 0 20px;
    width: auto;
  }
  #news-and-topics .news-and-topics .locList .right {
    float: none;
    padding: 0 20px;
    width: auto;
  }
  #news-and-topics .news-and-topics .locList .ttl {
    padding: 20px 0 10px 0;
  }
  #news-and-topics .news-and-topics dl.locations {
    padding: 0 0 30px 0;
  }
  #news-and-topics .news-and-topics .locations dt {
    padding: 15px 0 5px 0;
  }
  #news-and-topics .news-and-topics .condition {
    padding: 30px 0 0 0;
    text-align: left;
  }
  #news-and-topics .news-and-topics .condition br {
    display: none;
  }
  #news-and-topics .news-and-topics .condition a {
    display: inline-block;
    line-height: 1;
  }
}
div.news-and-topics-box {
  margin: 0 0 140px 0;
  padding: 80px 35px 80px 35px;
  background-color: #fff;
  text-align: left;
}
.news-and-topics-photobox img {
  display: block;
  max-width: 70%;
  height: auto;
  border: 0px solid #222222;
  margin: 0 auto 30px auto;
  box-shadow: 11px 10px 21px -6px rgba(0,0,0,0.6);
}

#news-and-topics p { padding: 0 120px;}


@media (max-width:640px) {
.news-and-topics-photobox img {
  max-width: 100%;
  height: auto;
}
	
div.news-and-topics-box{
	margin: 0 0 0px 0;
	padding: 40px 35px 40px 35px;
	}	
#news-and-topics p { padding: 0 0px;}
}
.mt20 { margin-top: 20px!important;}
.mb20 { margin-bottom: 20px!important;
}