.logo_wrp {
  position: absolute;
  top: 25%;
}
.logo_wrp img {
  width: 500px;
}
.video video {
  width: 100%
}
.top_header_in_wrp {
  min-width: 1200px;
  background-color: #08294d;
  margin-top: -10px;
  padding: 10px 0;
}
.top_pc_nav {
  margin: 0 auto;
  width: 1030px;
}
.top_pc_nav ul li {
  float: left;
  color: #fff;
	font-size: 14px;
}
.top_pc_nav ul li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
.top_pc_nav ul li:not(:first-of-type) {
  margin-left: 15px;
}
/*トップページのコンテンツ内設定*/
.cont_wrp {
  width: 1100px;
  margin: 0 auto;
}
.leed {
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0;
  margin-top: 40px;
}
.sns_wrp {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}
.sns_wrp a {
  display: table-cell;
  padding-right: 30px;
}
.sns_wrp a:last-of-type {
  padding-right: 0px;
}
.sns_wrp img {
  width: 40px;
}
.blog_wrp {
  display: table-cell;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  padding: 0 10px;
}
.blog_wrp p {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}
.blog_wrp img {
  width: 40px;
}
.blog_all_wrp {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
/*NEWS欄*/
section {
  margin: 100px 0;
}
.news_wrp {
  margin-bottom: 40px;
}
.news_box {
  width: 1100px;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
}
.news_box dl {
  display: table-cell;
  vertical-align: top;
}
.news_box dl dt {
  font-size: 16px;
  padding-bottom: 7px;
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
}
.news_box dl dd {
  font-size: 14px;
  line-height: 1.6;
  font-family: "ヒラギノUD角ゴ W4 JIS2004";
}
.news_box:not(first-of-type) {
  border-top: none;
}
.news_box:first-of-type {
  border-top: dotted 2px #000;
}
.date {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  padding-right: 24px;
  width: 80px;
}
.article_wrp {
  display: table-cell;
  margin-left: 18px;
  width: 200px;
  padding-right: 24px;
}
.t_n_link {
  display: inline-block;
}
.t_n_link img:first-child {
  display: block;
  margin-bottom: 5px;
}
.article_wrp dl {
  font-size: 15px;
  margin-top: -3px !important;
}
.article_wrp dl dt {
  color: #b81c22;
  text-indent: -0.5em;
  margin-bottom: 0.3em;
}
.article_wrp:first-child {
  margin-left: 0 !important;
}
.article_wrp a {
  text-decoration: underline;
  color: #1600FF;
}
.channel {
  border: solid #062b48 1px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  margin-bottom: 40px;
}
/*動画*/
.channel img {
  width: 300px;
  margin-top: 10px;
}
.channel img:hover {
  opacity: 0.6;
  zoom: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.channel dt {
  font-size: 21px;
  margin-bottom: 10px;
}
.out_you_tube_wrp {
  width: 350px;
  display: inline-block;
  margin-left: 18px;
}
.out_you_tube_wrp:first-child {
  margin-left: 0 !important;
}
.out_you_tube_wrp:nth-of-type(4) {
  margin-left: 0 !important;
}
.youtube_wrp {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube_wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itemsale {
  border: solid #062b48 1px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  margin-bottom: 40px;
  background-color: #dcdddd;
}
.itemsale p {
  font-size: 16px;
  margin: 20px 0 20px 0;
  color: #062b48;
}
.itemsale p:first-of-type {
  font-size: 28px;
}
.itemsale a {
  font-size: 21px !important;
  text-decoration: underline !important;
  color: #062b48;
}
.itemsale a:hover {
  opacity: 0.6;
  zoom: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.column_wrp {
  text-align: center;
}
.column_wrp img:hover {
  opacity: 0.6;
  zoom: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.column_wrp dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 10px 0;
  /*	text-align: left;
*/
}
.column_wrp dd {
  font-size: 14px;
  letter-spacing: 0.05em;
  /*	text-align: left;
*/
}
.colum_box {
  width: 350px;
  float: left;
  margin-right: 25px;
}
.colum_box:last-of-type {
  margin-right: 0;
}
.colum_box img {
  width: 350px;
}
.column_link_wrp {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width:640px) {
  body {
    min-width: inherit !important;
    width: 100% !important;
  }
  .sp_video {
    display: block;
    width: 100%;
  }
  .pc_video {
    display: none;
  }
  .cont_wrp {
    width: 90%;
  }
  .leed {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05;
    margin-top: 20px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  section {
    margin: 20px 0;
  }
  .news_wrp {
    width: 100%;
  }
  .news_box {
    width: 100%;
  }
  .article_wrp {
    display: inherit;
    margin-left: 0px;
    width: inherit;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .article_wrp img {
    width: 100%;
  }
  .article_wrp dl dt {
    text-indent: inherit;
  }
  .out_you_tube_wrp {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
  }
}