@charset "UTF-8";
/*
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
background: -webkit-linear-gradient(top, #000, #fff);
background:    -moz-linear-gradient(top, #000, #fff);
background:      -o-linear-gradient(top, #000, #fff);
background:         linear-gradient(to bottom, #000, #fff);

*/

/*----------------------
global tag
----------------------*/

/* link */
a {
  color: #f27700;
  text-decoration: underline;
}
a:link {
}
a:hover {
  text-decoration: none;
}
a:visited {
}
a:active {
}
nav a {
  text-decoration: none;
}
/*----------------------
header
----------------------*/
header {
  margin-top: -5px;
  padding-top: 7px;
  background: #a6ddf7;
  border-top: 10px solid #0165ab;
}
#logo {
  width: 75%;
  text-align: right;
  float: right;
  padding-right: 7px;
}
#logo img {
  /*width: 100%;*/
  width: auto;
  height: 62px;
}
@media screen and (max-width: 364px) {
  #logo img {
    width: 100%;
    height: auto;
  }
}

/* menu
------------------------*/
#btn_menu {
  width:60px;
  margin-left:8px;
}
#btn_menu img {
  width:100%;
}
@media screen and (max-width: 364px) {
  #btn_menu {
    width: 50px;
  }
}
#menu {
  position: relative;
  padding-bottom:7px;
}
#menu .slide {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #0165ab;
}
#menu .slide > ul > li {
  background:#fff;
  border-top: 1px solid #0165ab;
}
#menu .slide > ul > li > a {
  color: #0165ab;
  display: block;
  text-decoration: none;
  font-size: 220%;
  font-weight: bold;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 2.2;
  background: #fff;
  width: 100%;
}
.sns_link {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.sns_link li {
  margin: 0 10px;
  width: 50px;
}
.sns_link li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------
footer
----------------------*/
footer {
}
.f_nav {
  border-bottom:2px solid #fff;
}
.f_nav li {
  border-top:2px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}
.f_nav li img {
  width: 100%;
}
#credit_wrap img {
  width: 100%;
}
#credit {
  padding: 1px;
  background-color: #0165ab;
  background-image: url(../img/common/fnav03.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  text-align: center;
  padding: 12px 0 8px;
}
/*----------------------
wrapper & content
----------------------*/

#wrapper {
  width: 100%;
  margin: 0 auto;
  border-top: 5px solid #666666;
}
#content {
  line-height: 1.5;
  clear: both;
  padding: 0;
}
#mainimg {
  /*padding-top: 1px;*/
}
#mainimg img {
  width: 100%;
}
/*----------------------
common
----------------------*/

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  zoom: 1;
}
.clear {
  clear: both;
}
/* global title */
.title {
  margin-top: 20px;
}
.title img {
  width: 100%;
}
.title2 {
  margin-top: 30px;
}
.title2 img {
  width: 100%;
}
/*table*/
.table_style {
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.table_style th {
  padding: 1px 0;
  border: none;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
.table_style td {
  padding: 1px 5px 1px 0;
  border: none;
  vertical-align: top;
}
.table_style2 {
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.table_style2 th {
  padding: 1px 0;
  border: none;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 31%;
}
.table_style2 td {
  padding: 1px 0;
  border: none;
  vertical-align: top;
}
.table_style3 {
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.table_style3 th {
  padding: 1px 0;
  border: none;
  font-weight: normal;
  text-align: left;
  width: 45%;
  vertical-align: bottom;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 160%;
}
.table_style3 td {
  padding: 1px 0;
  border: none;
  vertical-align: bottom;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 140%;
}
.table_style4 {
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.table_style4 th {
  padding: 4px 0;
  border: none;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 36%;
}
.table_style4 td {
  padding: 4px 0;
  border: none;
  vertical-align: top;
}

.table_style4 a { color:#0165ab; }
.table_style4 a:hover { opacity:0.6; }
/* img area */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.left_space {
  float: left;
  padding: 5px 10px 5px 0;
}
.right_space {
  float: right;
  padding: 5px 0 5px 10px;
}
.small {
  font-size: 85%;
}
.big {
  font-weight: bold;
}
.bigbold {
  font-size: 110%;
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.red {
  color: #F03;
}
.blue {
  color: #3f73ca;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w99 {
  width: 99%;
}

.img_w100p img {
  width: 100%;
}

/*----------------------
top
----------------------*/

.top_news {
  padding: 15px 10px;
  border-bottom: 1px solid #c2c2c2;
}
.top_news dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.top_news dt .data {
  color: #1a9cf7;
  font-size: 92%!important;
}
.top_news dd .news_img {
  margin-bottom: 10px;
}
.top_news dd .news_img img {
  width: 100%;
}
.top_news dd .news_txt {
  line-height: 1.2;
}
.top_news p {
  padding: 7px 0 0 3px;
  line-height: 1.2;
}
.top_news a {
  text-decoration: none;
  color: #0165ab;
}
.top_news a:hover {
  text-decoration: underline;
}

.top_news iframe.sp_youtube {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/*----------------------
production
----------------------*/

.production_dl {
  padding: 15px 10px;
  border-bottom: 1px solid #c2c2c2;
}
.production_dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 180%;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.production_dl dd .production_img {
  margin-bottom: 10px;
}
.production_dl dd .production_img img {
  width: 100%;
}
.production_dl dd .production_txt {
  line-height: 1.2;
}

.bb1 { border-bottom:1px solid #c2c2c2; margin:0 10px;}
.cd_img { display:block; padding-top:30px;}
.cb { clear:both; }
.product p { line-height:1.6;   overflow: auto;  /* for modern browser */  zoom: 1;  /* for ie6 */ }
.product h2 { color:#0165ab; font-weight:bold; font-size:18px; padding-bottom:10px;}
.product .kind { font-weight:bold; margin:0;}
.product .explanation { padding-bottom:20px; color:#4BADDB; }
.product .summary { padding:20px 0;}
.product .buy { padding-bottom:50px;}

.bb2 { margin:0 10px;}

/* ====================================================================================================
  profile
---------------------------------------------------------------------------------------------------- */

.profile {
  padding: 10px;
}
.profile2 {
  padding: 10px 0px 15px;
  border-bottom: 1px solid #c2c2c2;
}
.profile3 {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #c2c2c2;
}
.profile_img {
  margin-bottom: 8px;
}
.profile_img img {
  width: 100%;
}
.profile_ttl {
  margin: 0 30px 5px;
  text-align: center;
}
.profile_ttl img {
  width: 100%;
}
.profile_txt_wrap {
  color: #000;
  padding: 10px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f3f4));
  background: -webkit-linear-gradient(top, #ffffff, #f5f3f4);
  background: -moz-linear-gradient(top, #ffffff, #f5f3f4);
  background: -o-linear-gradient(top, #ffffff, #f5f3f4);
  background: linear-gradient(to bottom, #ffffff, #f5f3f4);
  border: 1px solid #c2c2c2;
}
.profile_txt {
  margin-top: 5px;
  line-height: 1.7;
  padding-bottom: 20px;
  border-bottom:1px solid #c2c2c2;
}
.profile_txt2 {
  line-height: 1.5;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555555;
  letter-spacing: 0.8px;
}
.profile_txt3 {
  padding: 0 10px;
}
.ttl_fm .profile_txt4 { font-size:16px; line-height:1.9; margin-bottom:30px; }
.ttl_fm { text-align: center; margin-top:30px; }

.profile_txt a { color:#0165ab; }
.profile_txt a:hover { opacity:0.6; }

.pf_ttl {
  padding:0; font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 21px;
  text-align:left;
}
.pt30 { padding-top:20px; }
.pt15 { padding-top:15px; }
.top_news p span.sttl { color:#1a9cf7; font-weight:bold; }
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
}

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

.btn_more_news {
  margin: 15px auto;
  width: 80%;
}
.btn_more_news span {
  position: relative;
  border: 1px solid #1a9cf7;
  display: block;
  line-height: 40px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", serif;
  font-size: 18px;
  color: #1a9cf7;
  letter-spacing: .06em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity .3s;
}
.btn_more_news span:hover {
  opacity: .7;
}
.btn_more_news span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -9px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #1a9cf7;
  border-left: 1px solid #1a9cf7;
  transform: rotate(-45deg) skew(-10deg,-10deg);
}
.btn_more_news span.up::after {
  margin-top: -3px;
  transform: rotate(135deg) skew(-10deg,-10deg);
}
.top_news:nth-child(n+4) {
  display: none;
}

