@charset "UTF-8";
/*
# master
# 全てのscssファイルを読み込み実際にサイトで仕様するmaster.cssを出力する
*/
/*setting*/
/*
* 使用するカラーを定義する
*/
/*
* 使用するフォントを記入する
*/
/*
# utility
*/
/*
aタグをタッチした習慣につけられる .hoverクラスのスタイル
*/
@media (max-width: 767px) {
  .u-hover {
    transition: all  0.3s ease;
    opacity: 1;
    cursor: normal; } }

/*サイズ*/
.u-w100 {
  width: 100%; }

.u-mw100 {
  max-width: 100%; }

/*フロート*/
.u-f-left {
  float: left; }

.u-f-right {
  float: right; }

.u-f-none {
  float: none; }

/*クリアフィックス（IE対応選択可）*/
.u-clearfix {
  *zoom: 1; }
  .u-clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* tooltip*/
a.u-comming-soon,
a.u-comming-soon-b,
a.u-comming-soon-r,
a.u-comming-soon-n {
  pointer-events: none;
  cursor: not-allowed; }
  a.u-comming-soon:hover,
  a.u-comming-soon-b:hover,
  a.u-comming-soon-r:hover,
  a.u-comming-soon-n:hover {
    background-color: none !important;
    text-decoration: line-through !important; }

.u-comming-soon a,
.u-comming-soon-b a,
.u-comming-soon-r a,
.u-comming-soon-n a {
  pointer-events: none;
  cursor: not-allowed; }
  .u-comming-soon a:hover,
  .u-comming-soon-b a:hover,
  .u-comming-soon-r a:hover,
  .u-comming-soon-n a:hover {
    background-color: none !important;
    text-decoration: line-through !important; }

.u-comming-soon:hover,
.u-comming-soon-b:hover,
.u-comming-soon-r:hover,
.u-comming-soon-n:hover {
  background-color: none !important;
  text-decoration: line-through !important; }

/*ポジション*/
.u-p-absl {
  position: absolute; }

.u-p-rel {
  position: relative; }

.u-p-absl-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.u-p-absl-right {
  position: absolute;
  top: 20px;
  right: 40px; }

.u-p-fixed {
  position: fixed;
  z-index: 5555; }

/*typography*/
.u-txt-center {
  text-align: center; }

.u-txt-right {
  text-align: right; }

.u-txt-left {
  text-align: left; }

/* マージン */
.u-mt-small {
  margin-top: 20px; }

.u-mb-small {
  margin-bottom: 20px; }

.u-mr-small {
  margin-right: 20px; }

.u-ml-small {
  margin-left: 20px; }

/*マージン:medium*/
.u-mt-medium {
  margin-top: 50px; }

.u-mb-medium {
  margin-bottom: 50px; }

.u-mr-medium {
  margin-right: 50px; }

.u-ml-medium {
  margin-left: 50px; }

/*マージン:large*/
.u-mt-large {
  margin-top: 100px; }

.u-mb-large {
  margin-bottom: 100px; }

.u-mr-large {
  margin-right: 100px; }

.u-ml-large {
  margin-left: 100px; }

/*マージン：centering*/
.u-m-center {
  margin-right: auto;
  margin-left: auto; }

.u-bg_setting {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* パディング */
.u-p-0 {
  padding: 0 !important; }

.u-pt-small {
  padding-top: 10px; }

.u-pb-small {
  padding-bottom: 10px; }

.u-pr-small {
  padding-right: 10px; }

.u-pl-small {
  padding-left: 10px; }

/*マージン:medium*/
.u-pt-medium {
  padding-top: 20px; }

.u-pb-medium {
  padding-bottom: 20px; }

.u-pr-medium {
  padding-right: 20px; }

.u-pl-medium {
  padding-left: 20px; }

/*マージン:large*/
.u-pt-large {
  padding-top: 50px; }

.u-pb-large {
  padding-bottom: 50px; }

.u-pr-large {
  padding-right: 50px; }

.u-pl-large {
  padding-left: 50px; }

.u-pt-xlarge {
  padding-top: 100px; }

/* レイアウトルール */
/*======================================
=        ガター溝なしスタイリング          =
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* 画像を反転させる */
.u-refrect {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

/*tool*/
/* ==========================
# 該当ファイル名：無し
# 詳細：使用するmixinを定義
-----
# box-siging
# opacity：IE8以下に対応
# circle：円形にする
# border-radius：ブラウザ対応する
# mixin：IE8以下はpx,モダンブラウザはrem
# box-shadow：ベンダープレフィックスおw省略
# vertical-align：天地中央
# gradient：全ブラウザに最低限で対応
# ghost-button：ホバー時のアニメーション追加
# bg-img：背景画像のスタイリング
 ========================== */
/*
* keyframeを記入するファイル
* 主にモバイルサイト向けアニメーションで使用
*/
.caption {
  display: table;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear; }

.captionContent {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }

.captionTitle {
  opacity: 0;
  font-size: 14px;
  color: #ffffff;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: .2s linear;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-outr;
  -ms-transition: .2s ease-in-out; }

.captionLine {
  display: block;
  background-color: #ffffff;
  width: 0%;
  height: 1px;
  margin: 6px auto 10px;
  transition: .2s ease-in-put;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out; }

.captionDescription {
  opacity: 0;
  font-size: 12px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: .2s linear;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-outr;
  -ms-transition: .2s ease-in-out; }

.captionDescription {
  color: #dddddd; }

@media (min-width: 600px) {
  .captionImg:hover .caption {
    background-color: rgba(0, 0, 0, 0.6); }
  .captionImg:hover .captionTitle {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%); }
  .captionImg:hover .captionLine {
    width: 60%; }
  .captionImg:hover .captionDescription {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%); } }

/* #########
# モバイル時の処理
###########*/
@media (max-width: 599px) {
  .caption {
    height: 110px;
    text-align: left;
    position: absolute;
    bottom: 0; }
  .captionContent {
    padding: 20px 20px; }
  .captionTitle {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }
  .captionLine {
    width: 100%;
    height: 1px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }
  .captionDescription {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }
  .caption {
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5) 20%, black 90%); }
  .captionImg:hover .captionLine {
    width: 100%; } }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* Components */
.cbp_tmtimeline {
  margin: 50px 0 0;
  padding: 0;
  padding-bottom: 80px;
  list-style: none;
  position: relative; }
  .cbp_tmtimeline > li {
    position: relative; }

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 75%;
  background: #11b7da;
  left: 45px;
  margin-left: -10px; }

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 37px 12%;
  padding-bottom: 20px;
  border-bottom: 1px dotted #a6a6a6; }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    content: "";
    display: block;
    clear: both; }

/* STEP */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  float: left; }

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  width: 250px;
  text-align: left; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #a6a6a6;
  letter-spacing: 2px; }

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #ffffff; }

/* TEXT */
.cbp_txt {
  float: none;
  width: auto;
  margin-left: 280px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #a6a6a6;
  line-height: 1.5; }

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 30px;
  top: -14px;
  margin: 0 0 0 -25px; }

.cbp_tmicon-map {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: 0px 0px;
  width: 70px;
  height: 70px; }

.cbp_tmicon-dev {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -210px -70px;
  width: 70px;
  height: 70px; }

.cbp_tmicon-15 {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -210px -140px;
  width: 70px;
  height: 70px; }

.cbp_tmicon-presen {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: 0px -210px;
  width: 70px;
  height: 70px; }

.cbp_tmicon-inovator {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -140px -140px;
  width: 70px;
  height: 70px; }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 40px 15%; }
  .cbp_tmtimeline > li .cbp_tmtime {
    float: none; }
  .cbp_txt {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px; } }

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none; }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0; }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-size: 95%; }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    top: 0;
    margin: 0; } }

img {
  border: 0;
  max-width: 100%; }

.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000; }

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #11b7da;
  left: 50%;
  margin-left: -1.5px; }

.tldate {
  display: block;
  width: 200px;
  background-color: #101c2e;
  border: 4px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center; }

.timeline li {
  margin-bottom: 25px;
  position: relative; }

.timeline li:before, .timeline li:after {
  content: " ";
  display: table; }

.timeline li:after {
  clear: both; }

.timeline li:before, .timeline li:after {
  content: " ";
  display: table; }

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative; }

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0; }

.timeline li.timeline-inverted .timeline-panel {
  float: right; }

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background-color: #101c2e;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 35px;
  margin-left: -12px;
  border: 2px solid #11b7da;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99999; }

/** timeline content **/
.tl-heading h4 {
  margin: 0;
  color: #333; }

.tl-heading a {
  transition: all  0.3s ease;
  text-decoration: none; }
  .tl-heading a:hover {
    opacity: 0.6; }

.tl-body p, .tl-body ul {
  margin-bottom: 0; }

.tl-body > p {
  margin-top: 15px; }

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%; } }

@media (max-width: 700px) {
  .page-header h1 {
    font-size: 1.8em; }
  ul.timeline:before {
    left: 40px; }
  .tldate {
    width: 140px; }
  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline li .tl-circ {
    top: 22px;
    left: 29px;
    margin-left: 0; }
  ul.timeline > li > .tldate {
    margin: 0; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding-top: 70px; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 100px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: url("../images/top/left-arrow.png");
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a:before {
  content: url("../images/top/right-arrow.png"); }

.flex-direction-nav .flex-prev {
  left: -150px; }

.flex-direction-nav .flex-next {
  right: -150px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav a {
    width: auto;
    height: 60px; } }

/*base*/
/*charset default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, dl {
  list-style: none; }

@media (max-width: 764px) {
  p {
    line-height: 1.7; } }

/*layout*/
/* ==========================
# 該当ファイル名：All
# 詳細：細かく各ファイルで設定する必要のない共通のレイアウトに対するスタイリングはここで行う
# 備考：クラスにはプレフィックス[l-xxxxx]をつける
 ========================== */
.l-wrapper-static {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.l-wrapper-static--sponsor {
  width: 90%;
  margin: 0 auto;
  padding: 0; }
  .l-wrapper-static--sponsor .article-wrapper {
    padding: 0 !important; }

.l-wrapper-static--report {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.l-wrapper-full {
  width: 100%;
  margin: 0 auto;
  padding: 0px; }

.l-container-full {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 980px) {
  .l-wrapper-static {
    width: 950px;
    margin: 0 auto;
    padding: 0; }
  .l-wrapper-static--sponsor {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
  .l-wrapper-static--report {
    width: 700px;
    margin: 0 auto;
    padding: 0; } }

/*module*/
/* ##########################
# ページで共通して使用する
########################### */
/* ==========================
# 該当ファイル名：All
 ========================== */
.header {
  padding-bottom: 20px; }

.header_menu {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none; }
  .header_menu:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .header_menu .header_logo {
    display: inline-block;
    background-image: url("../images/top/logo-hzn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 22px;
    margin-left: 50px;
    margin-top: 17px;
    transition: all  0.3s ease; }
    .header_menu .header_logo:hover, .header_menu .header_logo:focus {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .header_menu .header_list {
    border: none; }
    .header_menu .header_list li {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; }
    .header_menu .header_list a {
      padding-top: 20px;
      padding-bottom: 20px;
      text-decoration: none;
      color: #ffffff !important;
      transition: all  0.3s ease; }
      .header_menu .header_list a:hover, .header_menu .header_list a:focus {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .header_menu .header_right {
    margin-right: 30px; }

.js-static-fixed {
  background-color: white; }
  .js-static-fixed:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .js-static-fixed .header_logo {
    display: inline-block;
    background-image: url("../images/top/logo-hzn-black.png"); }
  .js-static-fixed .header_list a {
    color: #333 !important; }
  .js-static-fixed .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8); }

.js-fixed {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
  .js-fixed:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .js-fixed .header_logo {
    display: inline-block;
    background-image: url("../images/top/logo-hzn-black.png"); }
  .js-fixed .header_list a {
    color: #333 !important; }
  .js-fixed .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8); }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(231, 231, 231, 0); }

.navbar-default .navbar-nav > .open > a {
  background-color: rgba(231, 231, 231, 0.1); }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  box-shadow: none;
  padding: 0; }

.dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 991px) {
  .navbar-nav {
    margin: 0; }
  .navbar-default .navbar-collapse {
    box-shadow: none;
    margin-top: 10px;
    background-color: rgba(71, 164, 220, 0.9); }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 0) !important; }
  .navbar-default .navbar-toggle {
    border: none; }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px; }
  .dropdown-menu > li > a {
    padding: 10px 40px !important; } }

@media (max-width: 991px) {
  .header_menu .header_logo {
    margin-left: 10px; }
  .header_menu .header_right {
    margin-right: 0; }
  .js-fixed, .js-static-fixed {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .js-fixed:not(:target), .js-static-fixed:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }
    .js-fixed .header_logo, .js-static-fixed .header_logo {
      display: inline-block;
      background-image: url("../images/top/logo-hzn-black.png"); }
    .js-fixed .header_list a, .js-static-fixed .header_list a {
      color: #ffffff !important; } }

/* ==========================
# 該当ファイル名：All
 ========================== */
.heading {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 23px;
  font-style: italic;
  border-bottom: 1px solid #828282; }

/* ==========================
# 該当ファイル名：ALL
# 詳細：wp_nav();で出力するメニューのスタイリング・モバイル時の挙動管理
 ========================== */
.mainmenu li {
  line-height: 2; }

#navbtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px; }

.menu-sp-btn {
  background-color: #ffffff !important;
  border: none; }

#grayLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.95;
  filter: alpha(opacity=95); }

#overLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  #overLayer:before {
    content: url("../images/common/close.png");
    position: fixed;
    top: 20px;
    right: 20px; }
  #overLayer ul {
    margin: 0;
    padding: 0;
    margin-top: 100px; }
  #overLayer .menu-item {
    display: block;
    padding: 0;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ffffff; }
    #overLayer .menu-item a {
      padding-left: 20px;
      color: #828282;
      text-decoration: none;
      transition: all  0.3s ease; }
      #overLayer .menu-item a:hover, #overLayer .menu-item a:focus {
        opacity: 0.6; }

@media (max-width: 764px) {
  .mainmenu {
    display: none; }
  #navbtn {
    display: block; } }

/* ==========================
# 該当ファイル名：footer.php
# 詳細：
 ========================== */
.footer-bg {
  background-color: #101c2e;
  height: auto; }

.footer-contents {
  padding-top: 40px; }
  .footer-contents .footer_logo {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    background-image: url("../images/top/logo-hzn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 22px;
    transition: all  0.3s ease; }
    .footer-contents .footer_logo:hover, .footer-contents .footer_logo:focus {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .footer-contents .footer-contents_title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #11b7da;
    letter-spacing: 2px; }
  .footer-contents ul.menu {
    padding-left: 30px; }
    .footer-contents ul.menu > li > a {
      display: inline-block;
      margin-top: 5px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal;
      color: #a6a6a6;
      letter-spacing: 1px;
      text-decoration: none;
      transition: all  0.3s ease; }
      .footer-contents ul.menu > li > a:hover, .footer-contents ul.menu > li > a:focus {
        opacity: 0.6;
        filter: alpha(opacity=60); }
      .footer-contents ul.menu > li > a:before {
        content: " - ";
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal;
        color: #a6a6a6; }

.footer-sns li {
  padding-top: 5px; }

.footer-sns .footer-sns_tw > a {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -114px -250px;
  width: 22px;
  height: 22px;
  display: inline-block; }

.footer-sns .footer-sns_fb > a {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -70px -250px;
  width: 22px;
  height: 22px;
  display: inline-block; }

.footer-sns .footer-sns_gt > a {
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -92px -250px;
  width: 22px;
  height: 22px;
  display: inline-block; }

.footer-adress {
  margin-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #a6a6a6; }

@media (max-width: 599px) {
  .footer-contents .footer-contents_title {
    padding-left: 0; }
  .footer-contents ul.menu {
    padding-left: 5px; }
  .footer-sns ul {
    padding-left: 0;
    margin-top: 10px; }
    .footer-sns ul > li {
      display: inline; } }

/* ==========================
# 該当ファイル名：header.php
# 詳細：ハンバーガーメニュー
# 備考：ストラクチャーとスキンを分ける
 ========================== */
@media (max-width: 991px) {
  .navbar-nav .opin .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }

.navbar-default .navbar-nav > .active > a {
  background-color: rgba(255, 255, 255, 0); }
  .navbar-default .navbar-nav > .active > a:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
    .navbar-default .navbar-nav > .active > a:hover:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: rgba(255, 255, 255, 0); }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      background-color: rgba(255, 255, 255, 0.1); }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover:not(:target) {
        -webkit-filter: none;
                filter: none;
        -ms-filter: none; } }

.dropdown-menu > .active > a {
  background-color: rgba(255, 255, 255, 0.1); }
  .dropdown-menu > .active > a:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .dropdown-menu > .active > a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
    .dropdown-menu > .active > a:hover:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 20px;
  z-index: 999; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 4px; }

.menu-trigger span:nth-of-type(2) {
  top: 13px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.navbar-fixed-top .navbar-collapse {
  max-height: 99999px; }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

@media (max-width: 991px) {
  .js-fixed .menu-trigger span, .js-static-fixed .menu-trigger span {
    background-color: #333; } }

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

/* ==========================
# 該当ファイル名：front以外すべて
# 詳細：パンくず
# 備考：
 ========================== */
.breadcrumb {
  position: relative;
  margin-bottom: 0; }
  .breadcrumb--top {
    margin-bottom: 50px; }
  .breadcrumb a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    transition: all  0.3s ease; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .breadcrumb .breadcrumb_entry {
    position: absolute;
    top: 11px;
    right: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #47a4dc; }

@media (max-width: 768px) {
  .breadcrumb {
    position: relative;
    margin-bottom: 0; }
    .breadcrumb--top {
      margin-bottom: 20px; } }

@media (max-width: 599px) {
  .breadcrumb {
    margin-bottom: 0; } }

/* ==========================
# 該当ファイル名：single.php,page.php
# 詳細：記事内のクラスに対して使用
 ========================== */
/*
article-content
============================================================================== */
.article-content {
  margin-bottom: 60px;
  /* 番号無しリストの場合 */
  /* 引用する場合 */
  /* 補足情報 */
  /*注意書き*/
  /*強制中央寄せ*/
  /*  Internet Explorer用の設定 */
  /* 画像のキャプション */
  /* 画像の配置 */
  /*iframeの埋め込み*/
  /* Youtube and Vimeo */
  /* リンク */
  /* 強制周り込み解除 */ }
  .article-content h2 {
    padding: 10px;
    margin: 20px auto 10px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    background-color: #f3fdff;
    border-left: 7px solid #11b7da; }
  .article-content h3 {
    margin: 20px auto 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #47a4dc;
    line-height: 1.5; }
  .article-content h4 {
    margin: 20px auto 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #11b7da;
    line-height: 1.5; }
  .article-content h5 {
    margin: 10px auto 2px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #101c2e;
    line-height: 1.5; }
  .article-content p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .article-content ul {
    list-style: none;
    padding: 10px; }
    .article-content ul li {
      font-size: 14px;
      color: #333;
      line-height: 1.5;
      /* レイアウト用 */
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px; }
    .article-content ul li:before {
      position: absolute;
      left: 10px;
      top: 0px;
      content: '\f105';
      color: #47a4dc;
      font-family: 'FontAwesome';
      line-height: 1.3; }
  .article-content blockquote {
    position: relative;
    margin: 30px auto;
    padding: 20px 40px 1px 50px;
    width: 460px;
    border: none !important;
    text-align: center; }
  .article-content blockquote > p {
    color: #333;
    font-size: 14px;
    font-style: oblique;
    line-height: 1.5; }
  .article-content blockquote:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: '\f10d';
    color: #47a4dc;
    font-size: 30px;
    font-family: 'FontAwesome';
    line-height: 1; }
  .article-content blockquote:after {
    position: absolute;
    right: 10px;
    bottom: 6px;
    content: '\f10e';
    color: #47a4dc;
    font-size: 30px;
    font-family: 'FontAwesome';
    line-height: 1; }
  .article-content .point {
    position: relative;
    margin: 40px 0 30px;
    padding: 25px 20px 20px;
    background-color: #47a4dc;
    font-size: 14px;
    line-height: 1.5;
    color: #47a4dc;
    clear: both; }
  .article-content .point:before {
    position: absolute;
    left: 15px;
    top: -15px;
    content: '\f0eb';
    z-index: 2;
    width: 32px;
    height: 32px;
    padding-top: 3px;
    border-radius: 16px;
    background-color: #47a4dc;
    color: #47a4dc;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 1;
    text-align: center; }
  .article-content .point:after {
    position: absolute;
    left: 32px;
    top: -8px;
    z-index: 1;
    content: 'POINT';
    padding: 3px 10px 3px 20px;
    border-radius: 5px;
    background-color: #47a4dc;
    color: #47a4dc;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 1; }
  .article-content .attention {
    position: relative;
    margin: 40px 0 30px;
    padding: 20px;
    border: dotted 2px red;
    font-size: 14px;
    clear: both; }
  .article-content .attention:before {
    position: absolute;
    left: 20px;
    top: -15px;
    content: '\f071';
    background-color: #ffffff;
    color: red;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 1; }
  .article-content .highlight {
    background-color: #47a4dc;
    color: #47a4dc;
    padding: 0 3px; }
  .article-content .div__align-center {
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
  .article-content img, .article-content .wp-caption {
    max-width: 100%;
    height: auto; }
  .article-content a img {
    border: none; }
  .article-content .wp-caption-text {
    margin: 0;
    color: #47a4dc;
    font-size: 10px;
    text-align: center; }
  .article-content .wp-captino-text > a {
    color: #47a4dc; }
  .article-content .aligncenter {
    display: block;
    margin: 30px auto 30px; }
  .article-content .alignleft {
    float: left;
    margin: 10px 30px 0 0; }
  .article-content .alignright {
    float: right;
    margin: 10px 0 0 30px; }
  .article-content iframe {
    max-width: 100%; }
  .article-content .ytvideo, .article-content .vimeo {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 30px auto; }
  .article-content .ytvideo iframe, .article-content .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article-content table {
    border: 1px solid #ddd; }
  .article-content thead th {
    text-align: center;
    border-right: 1px solid #ddd; }
  .article-content tr > td {
    border-right: 1px solid #ddd; }
  .article-content a {
    text-decoration: none;
    transition: all  0.3s ease; }
    .article-content a:hover {
      opacity: 0.6; }
  .article-content .clearfix-important {
    width: 100% !important;
    display: block !important;
    padding-top: 20px;
    clear: both !important; }

@media (max-width: 599px) {
  .article-content {
    margin-top: 30px;
    margin-bottom: 50px; }
    .article-content h2 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.3; }
    .article-content thead th:last-child {
      text-align: left; } }

.innovator {
  margin-bottom: 40px !important;
  padding: 15px;
  border: 1px solid #ededed;
  /*iframeの埋め込み*/
  /* Youtube and Vimeo */ }
  .innovator .innovator_inner {
    position: relative;
    padding: 50px 0;
    border: 4px solid #ededed; }
  .innovator .innovator_label {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
    height: auto; }
  .innovator .innovator_year {
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: auto;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center; }
  .innovator .innovator_header {
    margin: 50px 30px 0; }
    .innovator .innovator_header .innovator_prize {
      margin-bottom: 10px;
      font-size: 48px;
      font-size: 4.8rem;
      font-weight: normal;
      color: #47a4dc;
      font-style: italic; }
    .innovator .innovator_header .innovator_prize-desc {
      color: #828282; }
  .innovator .innovator_body {
    padding: 0 70px; }
    .innovator .innovator_body .innovator_heading {
      line-height: 1.6;
      font-style: italic;
      text-decoration: none; }
    .innovator .innovator_body .innovator_title {
      padding-bottom: 5px;
      max-width: 100%;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #333;
      border-bottom: 4px solid #ededed;
      transition: all  0.3s ease;
      text-decoration: none; }
      .innovator .innovator_body .innovator_title:hover, .innovator .innovator_body .innovator_title:focus {
        opacity: 0.6;
        filter: alpha(opacity=60);
        text-decoration: none; }
    .innovator .innovator_body .innovator_location {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      color: #47a4dc; }
    .innovator .innovator_body .innovator_desc {
      margin-bottom: 20px; }
    .innovator .innovator_body .innovator_list > li {
      display: inline-block;
      width: auto;
      height: 20px;
      padding: 0px 20px;
      margin-right: 5px;
      border-radius: 20px;
      background-color: #101c2e;
      color: #ffffff;
      text-align: center; }
  .innovator .innovator_footer {
    position: relative;
    margin: 50px 30px 0;
    padding-top: 20px;
    border-top: 4px solid #f5f5f5; }
    .innovator .innovator_footer p {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      font-family: "Kaushan Script", cursive;
      color: #828282; }
  .innovator .innovator_prize-label {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: auto; }
  .innovator iframe {
    max-width: 100%; }
  .innovator .ytvideo, .innovator .vimeo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 30px auto; }
  .innovator .ytvideo iframe, .innovator .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
mobile
============================================================================== */
@media (max-width: 599px) {
  .innovator {
    padding: 10px;
    border: 1px solid #ededed; }
    .innovator .innovator_inner {
      padding: 50px 0 0; }
    .innovator .innovator_header {
      margin: 50px 10px 0; }
      .innovator .innovator_header .innovator_prize {
        margin-bottom: 10px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal; }
      .innovator .innovator_header .innovator_prize-desc {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
    .innovator .innovator_body {
      padding: 0 20px; }
      .innovator .innovator_body .innovator_title {
        padding-bottom: 5px;
        width: 100%;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
      .innovator .innovator_body .innovator_list > li {
        display: inline-block;
        width: auto;
        height: 20px;
        padding: 0px 15px;
        margin-right: 5px; }
    .innovator .innovator_footer {
      margin: 50px 15px; }
      .innovator .innovator_footer p {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; }
      .innovator .innovator_footer .innovator_prize-label {
        width: 80px;
        height: auto;
        top: -30px; }
      .innovator .innovator_footer .innovator_date {
        text-align: left; }
      .innovator .innovator_footer .innovator_name {
        text-align: right; } }

.product {
  height: auto;
  padding: 20px 15px;
  border-bottom: 1px solid #f5f5f5; }

.product_title-wrapper {
  position: relative;
  padding-left: 50px; }

.product_prize-icon {
  position: absolute;
  top: 0px;
  left: -60px;
  width: 55px; }

.product_title {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  font-style: italic; }

.product_title-sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #828282;
  line-height: 1.3; }

.product_body {
  position: relative;
  margin-top: 30px; }

.product_link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 20px;
  transition: all  0.3s ease;
  text-decoration: none; }
  .product_link:hover, .product_link:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none; }

.product_thumb {
  background-image: url("../images/common/default.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 155px; }

.product_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 93.5%;
  height: auto;
  padding: 10px 20px;
  background-color: rgba(16, 28, 46, 0.6);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  text-align: center; }
  .product_label:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }

.product_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #47a4dc;
  transition: all  0.3s ease;
  text-decoration: none; }
  .product_heading:hover, .product_heading:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none; }

.product_desc {
  overflow: hidden; }

.product_list {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px dotted #828282;
  background-color: #ededed; }
  .product_list dt {
    width: 18%;
    text-align: left;
    line-height: 1.7; }
  .product_list dd {
    margin-left: 18%;
    color: #47a4dc;
    line-height: 1.7; }
    .product_list dd ul {
      margin: 0; }

.product_link-icon {
  position: absolute;
  right: 0;
  top: 80px;
  background-image: url(../images/sprite/after/sprite.png);
  background-position: -70px -210px;
  width: 40px;
  height: 40px;
  transition: all  0.3s ease; }
  .product_link-icon:hover, .product_link-icon:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none; }

@media (max-width: 768px) {
  .product_link {
    padding-right: 0; }
  .product_label {
    width: 100%; } }

@media (max-width: 599px) {
  .product {
    height: auto;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #828282; }
  .product_thumb {
    background-image: url("../images/common/default.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px; }
  .product_link {
    padding-right: 0; }
  .product_label {
    width: 100%; }
  .product_time {
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .product_title-wrapper {
    padding-left: 50px; }
  .product_prize-icon {
    top: -5px;
    left: -53px;
    width: 40px; }
  .product_title {
    height: 30px;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .product_title > a {
      color: #333;
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .product_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .product_title-sub {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .product_desc {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .product_list dt {
    float: left;
    width: 23%; }
  .product_list dd {
    margin-left: 23%; } }

/*
product-report
============================================================================== */
.product--report {
  position: relative;
  height: auto;
  padding: 15px 15px;
  margin: 100px auto 0;
  border: 1px dotted #828282;
  background-color: #f5f5f5; }
  .product--report .product_label {
    position: absolute;
    top: -30px;
    left: -1px;
    width: 200px;
    height: auto;
    padding: 5px 20px;
    background-color: #47a4dc;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    font-style: italic;
    text-align: center; }
  .product--report .product_body {
    margin-top: 0px; }
  .product--report .product_thumb {
    background-image: url("../images/common/default.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px; }
  .product--report .product_desc {
    overflow: hidden; }
  .product--report .product_list {
    margin-bottom: 0; }
    .product--report .product_list dt {
      float: left;
      width: 30%; }
    .product--report .product_list dd {
      margin-left: 30%; }

@media (max-width: 599px) {
  .product--report {
    margin: 50px auto; } }

.prize-list {
  padding: 10px 0; }
  .prize-list .prize-list_link {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 0 0 140px;
    transition: all  0.3s ease;
    text-decoration: none; }
    .prize-list .prize-list_link:hover, .prize-list .prize-list_link:focus {
      opacity: 0.6;
      filter: alpha(opacity=60);
      text-decoration: none; }
  .prize-list .prize-list_img {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .prize-list .prize-list_heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #47a4dc; }
  .prize-list .prize-list_desc {
    padding-right: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #333; }

.final-list {
  padding: 10px 0; }
  .final-list .final-list_link {
    display: block;
    padding: 0 15px;
    height: 60px;
    overflow: hidden; }
  .final-list .final-list_heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
    text-decoration: underline;
    transition: all  0.3s ease; }
    .final-list .final-list_heading:hover, .final-list .final-list_heading:focus {
      opacity: 0.6;
      filter: alpha(opacity=60);
      text-decoration: none; }

@media (max-width: 599px) {
  .final-list {
    padding: 10px 0; }
    .final-list .final-list_link {
      display: block;
      padding: 0 15px;
      height: 60px;
      overflow: hidden; }
    .final-list .final-list_heading {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; } }

/*
company-sponsors
============================================================================== */
.sponsors {
  text-align: center; }
  .sponsors .sponsors-heading {
    margin-bottom: 30px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .sponsors .sponsors-heading .sponsors-heading_title {
      margin-bottom: 0px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
  .sponsors .sponsors-list .row div {
    margin: 20px 0 50px; }
  .sponsors .sponsors-list img {
    width: auto;
    height: auto; }
  .sponsors .sponsors-list.platinum img {
    max-height: 90px; }
  .sponsors .sponsors-list.gold img {
    max-height: 80px; }
  .sponsors .sponsors-list.silver img {
    max-height: 70px; }
  .sponsors .sponsors-list.p-partner img {
    max-height: 70px; }
  .sponsors .sponsors-list.t-partner img {
    max-height: 70px;
    max-width: 140px; }
  @media (min-width: 768px) {
    .sponsors .row div {
      padding: 0 20px; } }
  .sponsors .sponsors-list .row div {
    margin-bottom: 20px; }
  @media (min-width: 1440px) {
    .sponsors .sponsors-list img {
      height: auto; }
    .sponsors .sponsors-list img.partner-1,
    .sponsors .sponsors-list img.partner-2 {
      width: 450px; } }
  @media (min-width: 1200px) {
    .sponsors .l-wrapper-static {
      width: 1170px; } }

@media (max-width: 768px) {
  .sponsors .row div {
    height: 130px; }
  .sponsors-list.t-partner img {
    max-width: 100% !important; }
  .sponsors-list.platinum img {
    max-height: 50px !important; } }

@media (max-width: 599px) {
  .sponsors .l-wrapper-static {
    width: 100%; }
  .sponsors .sponsors-heading {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center; }
    .sponsors .sponsors-heading .sponsors-heading_title {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      margin: 0; }
  .sponsors .row div {
    height: 100px; }
  .sponsors--silver .row div,
  .sponsors--p-program .row div {
    height: 50px; } }

/* ##########################
# 各ページごとのモジュール
########################### */
/*TOPページ*/
/* ==========================
# 該当ファイル名：TOPページ（今回はfront-page.php）
# 詳細：top-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -top-header：ヘッダー画像
# -top-about：イベント概要（テキスト+地図）
# -top-events：HACK DAYS
 ========================== */
/*
top-header
============================================================================== */
.top-header video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  z-index: -1; }

.top-header .header-bg {
  backgorund-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh; }

.top-header .header-contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 440px;
  margin: auto;
  text-align: center; }

.top-header .header-contents_logo {
  max-width: 100%;
  height: auto; }

.top-header .header-contents_title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  letter-spacing: 1.3px; }
  .top-header .header-contents_title > span {
    display: block;
    padding-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.7px; }

.top-header .header-contents_info .header-contents_info-A,
.top-header .header-contents_info .header-contents_info-B {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: left; }
  .top-header .header-contents_info .header-contents_info-A:before,
  .top-header .header-contents_info .header-contents_info-B:before {
    position: absolute;
    color: #ffffff;
    border: 1px solid white;
    border-radius: 100%; }

.top-header .header-contents_info .header-contents_info-A {
  padding-left: 30px; }
  .top-header .header-contents_info .header-contents_info-A:before {
    content: "A";
    padding: 3px 6px 3px 7px;
    top: 4px;
    left: 0; }
  .top-header .header-contents_info .header-contents_info-A:after {
    content: url("../images/top/separate.png");
    width: 15px;
    height: 40px;
    position: absolute;
    top: -2px;
    right: -5px; }

.top-header .header-contents_info .header-contents_info-B {
  padding-left: 58px; }
  .top-header .header-contents_info .header-contents_info-B:before {
    content: "B";
    padding: 3px 7px 3px 8px;
    top: 4px;
    left: 26px; }

.top-header .header-contents_link {
  margin-top: 40px; }

@media (max-width: 1000px) {
  .top-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    z-index: -1; } }

@media (max-width: 768px) {
  .top-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    z-index: -1; }
  .top-header .header-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 350px;
    margin: auto;
    text-align: center; }
  .top-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.3px; }
    .top-header .header-contents_title > span {
      padding-top: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.3; }
  .top-header .header-contents_info {
    position: relative;
    right: -10px; }
    .top-header .header-contents_info .header-contents_info-A,
    .top-header .header-contents_info .header-contents_info-B {
      margin-top: 20px;
      padding-left: 15px;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal; }
      .top-header .header-contents_info .header-contents_info-A:before,
      .top-header .header-contents_info .header-contents_info-B:before {
        position: absolute;
        border: 1px solid white;
        border-radius: 100%;
        top: 16px;
        left: -20px; }
      .top-header .header-contents_info .header-contents_info-A:after,
      .top-header .header-contents_info .header-contents_info-B:after {
        display: none; } }

@media (max-width: 350px) {
  .top-header .header-contents {
    width: 90%; } }

@media (max-width: 599px) {
  .top-header video {
    display: none; }
  .top-header .header-bg {
    background-image: url("../images/top/header-img-sp.jpg"); }
  .top-header .header-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    text-align: center; } }

/*
top-about
============================================================================== */
.top-about {
  background-color: #FFF;
  padding-top: 30px; }
  .top-about .overview {
    margin-bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .top-about .overview .overview_title {
      margin-bottom: 20px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
    .top-about .overview .overview_sub-title {
      margin-bottom: 30px;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: bold;
      color: #333; }
    .top-about .overview .overview_txt {
      text-align: left; }
  .top-about .map {
    position: relative; }
    .top-about .map .map_wrapper {
      position: relative;
      width: auto;
      height: 550px;
      background-size: contain;
      background-position: 32% 50%;
      background-repeat: no-repeat;
      width: 100%;
      height: 550px; }
    .top-about .map .map_img {
      position: absolute;
      left: 190px; }
    .top-about .map .map_icon {
      position: absolute; }
      .top-about .map .map_icon:before {
        content: "";
        display: block;
        position: absolute; }
      .top-about .map .map_icon--hokkaido {
        top: 20px;
        left: 180px; }
        .top-about .map .map_icon--hokkaido:before {
          left: 3px;
          top: 70px;
          width: 250px;
          height: 50px;
          border-top: 1px solid #a0a4aa; }
      .top-about .map .map_icon--tohoku {
        top: 130px;
        left: 610px; }
        .top-about .map .map_icon--tohoku:before {
          left: -80px;
          top: 110px;
          width: 180px;
          height: 50px;
          border-top: 1px solid #a0a4aa; }
      .top-about .map .map_icon--tokyo {
        top: 310px;
        left: 570px; }
        .top-about .map .map_icon--tokyo:before {
          left: -50px;
          top: 50px;
          width: 260px;
          height: 50px;
          border-top: 1px solid #a0a4aa; }
      .top-about .map .map_icon--meijo {
        top: 420px;
        left: 480px; }
        .top-about .map .map_icon--meijo:before {
          left: -30px;
          top: 0px;
          width: 220px;
          height: 60px;
          border-bottom: 1px solid #a0a4aa;
          border-left: 1px solid #a0a4aa; }
      .top-about .map .map_icon--kobe {
        top: 200px;
        left: 180px; }
        .top-about .map .map_icon--kobe:before {
          left: 3px;
          top: 60px;
          width: 180px;
          height: 80px;
          border-top: 1px solid #a0a4aa;
          border-right: 1px solid #a0a4aa; }
      .top-about .map .map_icon--fukuoka {
        top: 310px;
        left: 50px; }
        .top-about .map .map_icon--fukuoka:before {
          left: 3px;
          top: 60px;
          width: 170px;
          height: 50px;
          border-top: 1px solid #a0a4aa;
          border-right: 1px solid #a0a4aa; }
    .top-about .map .map_number {
      position: absolute;
      bottom: -60px;
      right: -30px; }
      .top-about .map .map_number:before {
        content: url("../images/top/num-wrapper.png");
        position: relative;
        top: 200px;
        left: -50px; }
    .top-about .map .map_item {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #47a4dc;
      margin-bottom: 5px; }
      .top-about .map .map_item span {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        color: #47a4dc;
        letter-spacing: 1.3px; }
    .top-about .map .map-sp > img {
      width: 100%; }

@media (max-width: 1000px) {
  .top-about {
    padding-top: 0; } }

@media (max-width: 599px) {
  .top-about .overview {
    padding: 0px; } }

/*
top-prize
============================================================================== */
.top-prize .prize-heading {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-prize .prize-heading .prize-heading_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }
  .top-prize .prize-heading .prize-heading_sub-title {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }

.top-prize .faq .faq_contents {
  position: relative;
  margin-top: 50px; }
  .top-prize .faq .faq_contents > i {
    position: absolute; }
  .top-prize .faq .faq_contents > h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #47a4dc; }
  .top-prize .faq .faq_contents > p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #828282; }
  .top-prize .faq .faq_contents span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #828282; }
  .top-prize .faq .faq_contents--due {
    padding-left: 65px;
    padding-right: 60px; }
    .top-prize .faq .faq_contents--due > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -210px 0px;
      width: 70px;
      height: 70px;
      display: block;
      top: 0;
      left: -20px; }
    .top-prize .faq .faq_contents--due:after {
      content: "";
      position: absolute;
      padding: 40px;
      top: -9px;
      right: 25px;
      border-right: 1px solid #ededed; }
  .top-prize .faq .faq_contents--qualify {
    padding-left: 100px; }
    .top-prize .faq .faq_contents--qualify > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -70px -140px;
      width: 70px;
      height: 70px;
      display: block;
      top: 0;
      left: 15px; }
  .top-prize .faq .faq_contents--hard {
    padding-left: 65px;
    padding-right: 60px; }
    .top-prize .faq .faq_contents--hard > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -140px -70px;
      width: 70px;
      height: 70px;
      display: block;
      top: 10px;
      left: -20px; }
    .top-prize .faq .faq_contents--hard:after {
      content: "";
      position: absolute;
      padding: 60px;
      top: -9px;
      right: 25px;
      border-right: 1px solid #ededed; }
  .top-prize .faq .faq_contents--fee {
    padding-left: 100px; }
    .top-prize .faq .faq_contents--fee > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -70px -70px;
      width: 70px;
      height: 70px;
      display: block;
      top: 10px;
      left: 15px; }

.top-prize .entry-btn {
  margin-top: 60px;
  text-align: center; }

@media (max-width: 768px) {
  .top-prize .day .day_location {
    height: 200px; }
  .top-prize .day .day_contents {
    padding-top: 100px; }
  .top-prize .day .day-contents_wrapper {
    padding: 10px; }
  .top-prize .day .day-contents_title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .top-prize .day .day-contents_title > span {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
  .top-prize .day .day-contents_sub-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
  .top-prize .day .day-contents_txt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .top-prize .day .day-contents_link {
    margin: 5px auto 0; }
  .top-prize .faq .faq_contents {
    padding-right: 0; }
    .top-prize .faq .faq_contents:after {
      display: none; }
    .top-prize .faq .faq_contents > i {
      position: absolute;
      top: -5px;
      left: -10px; }
    .top-prize .faq .faq_contents > h4 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #47a4dc; }
    .top-prize .faq .faq_contents > p {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #828282; }
    .top-prize .faq .faq_contents span {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal;
      color: #828282; } }

@media (max-width: 599px) {
  .top-prize .day .day-contents_link {
    margin: 30px auto 0; } }

/*
top-events
============================================================================== */
.top-events .events-heading {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-events .events-heading .events-heading_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  .top-events .events-heading .events-heading_sub-title {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }

.top-events .day {
  text-align: center; }
  .top-events .day .day_title {
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #47a4dc;
    letter-spacing: 1px; }
    .top-events .day .day_title > span {
      display: inline-block;
      padding-left: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0; }
    .top-events .day .day_title > img {
      margin-right: 5px;
      margin-left: -5px;
      width: 27px;
      height: 27px;
      vertical-align: -35%; }
  .top-events .day .day_date {
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #828282; }
  .top-events .day .day_location {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .top-events .day .day_contents {
    padding-top: 150px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center; }
  .top-events .day .day-contents_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all  0.3s ease; }
    .top-events .day .day-contents_wrapper:hover, .top-events .day .day-contents_wrapper:focus {
      opacity: 1;
      filter: alpha(opacity=100);
      cursor: normal; }
  .top-events .day .day-contents_title {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    border-bottom: 1px solid #a6a6a6; }
    .top-events .day .day-contents_title > span {
      display: inline-block;
      padding-left: 12px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      color: #ffffff; }
  .top-events .day .day-contents_sub-title {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #47a4dc; }
  .top-events .day .day-contents_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #ffffff; }
  .top-events .day .day-contents_link {
    display: block;
    width: 50%;
    margin: 30px auto 0;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .top-events .day .day-contents_link:hover {
      background-color: #ffffff;
      color: #333; }

.top-events .faq .faq_contents {
  position: relative;
  margin-top: 50px; }
  .top-events .faq .faq_contents > i {
    position: absolute; }
  .top-events .faq .faq_contents > h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #47a4dc; }
  .top-events .faq .faq_contents > p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #828282; }
  .top-events .faq .faq_contents span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #828282; }
  .top-events .faq .faq_contents--due {
    padding-left: 65px;
    padding-right: 60px; }
    .top-events .faq .faq_contents--due > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -210px 0px;
      width: 70px;
      height: 70px;
      display: block;
      top: 0;
      left: -20px; }
    .top-events .faq .faq_contents--due:after {
      content: "";
      position: absolute;
      padding: 40px;
      top: -9px;
      right: 25px;
      border-right: 1px solid #ededed; }
  .top-events .faq .faq_contents--qualify {
    padding-left: 100px; }
    .top-events .faq .faq_contents--qualify > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -70px -140px;
      width: 70px;
      height: 70px;
      display: block;
      top: 0;
      left: 15px; }
  .top-events .faq .faq_contents--hard {
    padding-left: 65px;
    padding-right: 60px; }
    .top-events .faq .faq_contents--hard > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -140px -70px;
      width: 70px;
      height: 70px;
      display: block;
      top: 10px;
      left: -20px; }
    .top-events .faq .faq_contents--hard:after {
      content: "";
      position: absolute;
      padding: 60px;
      top: -9px;
      right: 25px;
      border-right: 1px solid #ededed; }
  .top-events .faq .faq_contents--fee {
    padding-left: 100px; }
    .top-events .faq .faq_contents--fee > i {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -70px -70px;
      width: 70px;
      height: 70px;
      display: block;
      top: 10px;
      left: 15px; }

.top-events .entry-btn {
  margin-top: 60px;
  text-align: center; }

@media (max-width: 768px) {
  .top-events .day .day_location {
    height: 200px; }
  .top-events .day .day_contents {
    padding-top: 100px; }
  .top-events .day .day-contents_wrapper {
    padding: 10px; }
  .top-events .day .day-contents_title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .top-events .day .day-contents_title > span {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
  .top-events .day .day-contents_sub-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
  .top-events .day .day-contents_txt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .top-events .day .day-contents_link {
    margin: 5px auto 0; }
  .top-events .faq .faq_contents {
    padding-left: 70px;
    padding-right: 0; }
    .top-events .faq .faq_contents:after {
      display: none; }
    .top-events .faq .faq_contents > i {
      position: absolute;
      top: -5px;
      left: -10px; }
    .top-events .faq .faq_contents > h4 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #47a4dc; }
    .top-events .faq .faq_contents > p {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #828282; }
    .top-events .faq .faq_contents span {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal;
      color: #828282; } }

@media (max-width: 599px) {
  .top-events .day .day-contents_link {
    margin: 30px auto 0; } }

/*
top-gallery
============================================================================== */
.top-gallery .gallery-images {
  margin: 60px 0; }

.top-gallery .gallery-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 200px;
  margin: 5px; }

@media (max-width: 599px) {
  .top-gallery .gallery-images > div {
    height: 600px !important;
    overflow: scroll; }
  .top-gallery .gallery-img {
    height: 170px; } }

/*
top-news
============================================================================== */
.top-news .news-heading {
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-news .news-heading .news-heading_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }

.top-news .news-contents .news-contents_wrapper {
  height: 260px;
  padding: 20px 30px;
  background-color: #ededed; }
  .top-news .news-contents .news-contents_wrapper--middle {
    background-color: #e6e6e6; }

.top-news .news-contents .news-contents_time {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px dotted #828282; }

.top-news .news-contents .news-contents_title {
  height: 75px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  font-style: italic; }
  .top-news .news-contents .news-contents_title > a {
    color: #333;
    text-decoration: none; }

.top-news .news-contents .news-contents_link {
  margin-top: 40px;
  text-align: center; }

@media (max-width: 599px) {
  .top-news .news-contents .news-contents_wrapper {
    height: 140px;
    padding: 10px 20px; }
    .top-news .news-contents .news-contents_wrapper--normal {
      background-color: #ededed; }
    .top-news .news-contents .news-contents_wrapper--middle {
      background-color: #e6e6e6; }
  .top-news .news-contents .news-contents_time {
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .top-news .news-contents .news-contents_title {
    height: 30px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .top-news .news-contents .news-contents_title > a {
      color: #333;
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .top-news .news-contents .news-contents_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .top-news .news-contents .news-contents_link {
    display: none; } }

/*
top-flow
============================================================================== */
.top-flow {
  background-color: #101c2e;
  height: auto; }
  .top-flow .flow-heading {
    margin: 0;
    padding-top: 75px;
    padding-bottom: 25px;
    text-align: center; }
    .top-flow .flow-heading .flow-heading_title {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: bold;
      color: #ffffff; }

/*
top-comittee
============================================================================== */
.top-comittee .comittee-heading {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-comittee .comittee-heading .comittee-heading_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }

.top-comittee .organize {
  margin-bottom: 50px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center; }
  .top-comittee .organize_title {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    color: #47a4dc;
    letter-spacing: 2px; }
  .top-comittee .organize p {
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    transition: all  0.3s ease; }

.top-comittee .coop {
  margin-bottom: 50px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center; }
  .top-comittee .coop_title {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    color: #47a4dc;
    letter-spacing: 2px; }
  .top-comittee .coop .row > div {
    display: table; }
  .top-comittee .coop span, .top-comittee .coop .coop-img-wrapper {
    height: 120px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: middle; }
  .top-comittee .coop img {
    max-width: 200px;
    max-height: 100px; }

@media (max-width: 980px) {
  .top-comittee .organize {
    padding: 0px; }
  .top-comittee .coop {
    padding: 0px; }
    .top-comittee .coop span {
      font-size: 14px !important; }
    .top-comittee .coop img {
      max-width: 100%; } }

/*
top-message
============================================================================== */
.top-message .message-heading {
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-message .message-heading .message-heading_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }

.top-message .message-contents {
  margin-top: 30px; }
  .top-message .message-contents .message-contents_img {
    text-align: center; }
    .top-message .message-contents .message-contents_img img {
      margin: 0 auto; }
  .top-message .message-contents .message-contents_wrapper {
    padding-left: 40px; }
  .top-message .message-contents .message-contents_title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #47a4dc;
    letter-spacing: 2px; }
  .top-message .message-contents .message-contents_txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7; }
  .top-message .message-contents .message-contents_position {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }

@media (max-width: 768px) {
  .top-message .message-contents .message-contents_wrapper {
    padding-left: 0; } }

/*
top-products
============================================================================== */
.top-products .products-heading {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .top-products .products-heading .products-heading_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }

.top-products .products-contents {
  overflow: hidden;
  background: #0b4b92;
  background: linear-gradient(to right, #0b4b92 0%, #45a1d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  height: 400px; }
  .top-products .products-contents .pc.flexslider .slides > li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 200px; }
  .top-products .products-contents .sp.flexslider .slides > li > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px; }
  .top-products .products-contents .products-contents_wrapper {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all  0.3s ease; }
    .top-products .products-contents .products-contents_wrapper:hover, .top-products .products-contents .products-contents_wrapper:focus {
      opacity: 1;
      filter: alpha(opacity=100);
      cursor: pointer; }
  .top-products .products-contents .products-contents_title {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    border-bottom: 1px solid #a6a6a6; }
    .top-products .products-contents .products-contents_title > span {
      display: inline-block;
      padding-left: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #ffffff; }
  .top-products .products-contents .products-contents_title--sp {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px; }
    .top-products .products-contents .products-contents_title--sp > span {
      display: inline-block;
      padding-left: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #ffffff; }
  .top-products .products-contents .products-contents_sub-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #47a4dc; }
  .top-products .products-contents .products-contents_txt {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    color: #ffffff; }
  .top-products .products-contents .products-contents_link {
    text-align: center; }
  .top-products .products-contents .products-contents_link-txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 2px; }
    .top-products .products-contents .products-contents_link-txt .torophy {
      background-image: url(../images/sprite/after/sprite.png);
      background-position: -110px -210px;
      width: 25px;
      height: 20px;
      display: inline-block;
      vertical-align: -24%;
      margin-right: 10px; }
    .top-products .products-contents .products-contents_link-txt a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #ffffff;
      text-decoration: underline; }

@media (max-width: 599px) {
  .top-products .products-contents {
    height: 450px; }
    .top-products .products-contents .sp.flexslider {
      padding-top: 20px; }
      .top-products .products-contents .sp.flexslider .flex-direction-nav .flex-prev {
        opacity: 1;
        left: -17px;
        top: 190px; }
        .top-products .products-contents .sp.flexslider .flex-direction-nav .flex-prev:before {
          content: "\f104";
          font-family: FontAwesome;
          color: #ffffff; }
      .top-products .products-contents .sp.flexslider .flex-direction-nav .flex-next {
        opacity: 1;
        right: -17px;
        top: 190px; }
        .top-products .products-contents .sp.flexslider .flex-direction-nav .flex-next:before {
          content: "\f105";
          font-family: FontAwesome;
          color: #ffffff; } }

/*
top-entry
============================================================================== */
.top-entry .entry-txt {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #47a4dc;
  letter-spacing: 2.5px;
  text-align: center; }

.top-entry .entry-btn {
  margin-bottom: 50px;
  text-align: center; }

@media (max-width: 599px) {
  .top-entry .entry-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal; } }

/*ABOTUページ*/
/* ==========================
# 該当ファイル名：Aboutページ（今回はpage-about.php）
# 詳細：about-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -about-header：ヘッダー画像
# -about-timline：沿革
# -top-events：HACK DAYS
 ========================== */
/*
about-header
============================================================================== */
.about-header .header-bg {
  background-image: url("../images/about/header-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.about-header .header-contents {
  width: 700px;
  height: 440px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center; }

.about-header .header-contents_logo {
  max-width: 100%;
  height: auto; }

.about-header .header-contents_title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  color: white;
  letter-spacing: 1.3px; }
  .about-header .header-contents_title > span {
    display: block;
    padding-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.7px; }

.about-header .header-contents_desc {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.7; }

@media (max-width: 768px) {
  .about-header .header-contents {
    width: 90%;
    height: 300px;
    padding-top: 100px; }
  .about-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.3px; }
    .about-header .header-contents_title > span {
      padding-top: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.3; }
  .about-header .header-contents_desc {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; } }

@media (max-width: 599px) {
  .about-header .header-bg {
    background-image: url("../images/top/header-img-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px; } }

@media (max-width: 350px) {
  .about-header .header-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px; }
  .about-header .header-contents {
    width: 90%; } }

/*
about-timeline timelineの詳細部分は _timline--about.scss に記述あり
============================================================================== */
.about-timline .heading-box {
  width: 100%;
  height: 70px;
  margin: 0px auto 20px;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  background-color: #fbfbfb; }

.about-innovator .innovator-heading {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .about-innovator .innovator-heading .innovator-heading_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.about-innovator .innovator-bg-container {
  padding: 15px;
  background-image: url("../images/about/idea-tech-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  text-align: center; }
  .about-innovator .innovator-bg-container_title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: white; }
  .about-innovator .innovator-bg-container_small {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal; }
  .about-innovator .innovator-bg-container_img {
    margin-top: 30px; }

.about-innovator .innnovator-overview {
  margin: 40px auto;
  padding: 0 50px; }

.about-innovator .innnovator-tab {
  margin-bottom: 100px;
  padding: 0 50px; }
  .about-innovator .innnovator-tab .innnovator-tab_pill-list > li a {
    padding: 20px;
    font-size: 18px;
    color: #828282;
    background-color: #f5f5f5;
    border-radius: 0;
    transition: all  0.3s ease; }
  .about-innovator .innnovator-tab .innnovator-tab_pill-list > li.active > a {
    font-size: 18px;
    color: #ffffff;
    background-color: #0a3950; }
  .about-innovator .innnovator-tab .innnovator-tab_pill-list > li:not(.active):hover {
    opacity: 0.6; }
  .about-innovator .innnovator-tab .innnovator-tab_table {
    padding: 20px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5; }
  .about-innovator .innnovator-tab .innnovator-tab_table-item h4 {
    margin: 10px auto 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #47a4dc;
    line-height: 1.5; }
  .about-innovator .innnovator-tab .innnovator-tab_table-item dl dt {
    display: inline-block;
    width: 20%;
    float: left; }
  .about-innovator .innnovator-tab .innnovator-tab_table-item dl dd {
    display: inline-block;
    width: 80%;
    clear: both; }
  .about-innovator .innnovator-tab .innnovator-tab_table-item ul {
    margin: 0;
    padding: 0; }

@media (max-width: 599px) {
  .about-innovator .innovator-heading {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #f5f5f5; }
    .about-innovator .innovator-heading .innovator-heading_title {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
  .about-innovator .innovator-bg-container {
    padding: 15px 15px 30px;
    background-image: url("../images/about/idea-tech-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; }
    .about-innovator .innovator-bg-container_title {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
  .about-innovator .innnovator-overview {
    margin: 40px auto;
    padding: 0 10px; }
  .about-innovator .innnovator-tab {
    margin-bottom: 50px;
    padding: 0 10px; }
    .about-innovator .innnovator-tab .innnovator-tab_pill-list > li a {
      padding: 20px;
      font-size: 18px;
      color: #828282;
      background-color: #f5f5f5;
      border-radius: 0;
      transition: all  0.3s ease; }
    .about-innovator .innnovator-tab .innnovator-tab_pill-list > li.active > a {
      font-size: 18px;
      color: #ffffff;
      background-color: #0a3950; }
    .about-innovator .innnovator-tab .innnovator-tab_pill-list > li:not(.active):hover {
      opacity: 0.6; }
    .about-innovator .innnovator-tab .innnovator-tab_table {
      padding: 20px;
      border-right: 1px solid #f5f5f5;
      border-bottom: 1px solid #f5f5f5;
      border-left: 1px solid #f5f5f5; }
      .about-innovator .innnovator-tab .innnovator-tab_table .innnovator-tab_table-item dl dt {
        width: 100%; }
      .about-innovator .innnovator-tab .innnovator-tab_table .innnovator-tab_table-item dl dd {
        width: 100%;
        margin-bottom: 20px; }
      .about-innovator .innnovator-tab .innnovator-tab_table .innnovator-tab_table-item ul > li {
        margin-bottom: 10px; } }

/*Hackdaysページ*/
/* ==========================
# 該当ファイル名：HackDaysページ（今回はpage-about.php）
# 詳細：hackdays-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -hackdays-header：ヘッダー画像
# -hackdays-timline：沿革
# -top-events：HACK DAYS
 ========================== */
/*
hackdays-header
============================================================================== */
.hackdays-header .header-bg {
  background-image: url("../images/hackdays/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.hackdays-header .header-contents {
  width: 700px;
  height: 440px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center; }

.hackdays-header .header-contents_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  letter-spacing: 1.3px; }
  .hackdays-header .header-contents_title > span {
    display: inline-block;
    padding-left: 10px;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.7px; }

@media (max-width: 768px) {
  .hackdays-header .header-bg {
    background-image: url("../images/common/default.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .hackdays-header .header-contents {
    width: 320px;
    height: auto;
    padding-top: 120px; }
  .hackdays-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.3px; }
    .hackdays-header .header-contents_title > span {
      padding-top: 20px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: normal;
      line-height: 1.3; }
  .hackdays-header .header-contents_desc {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal; } }

@media (max-width: 350px) {
  .hackdays-header .header-contents {
    width: 90%; } }

@media (max-width: 599px) {
  .hackdays-header .header-bg {
    background-image: url("../images/top/header-img-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px; }
  .hackdays-header .header-contents {
    padding-top: 80px; } }

/*
hackdays-location
============================================================================== */
.hackdays-location .location-day {
  text-align: center; }
  .hackdays-location .location-day .location-day_title {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #47a4dc;
    letter-spacing: 1px; }
    .hackdays-location .location-day .location-day_title > span {
      display: inline-block;
      padding-left: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0; }
    .hackdays-location .location-day .location-day_title > img {
      margin-right: 5px;
      margin-left: -5px;
      width: 27px;
      height: 27px;
      vertical-align: -35%; }
  .hackdays-location .location-day .location-day_date {
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #828282; }

.hackdays-location .hackdays-contents {
  margin-bottom: 50px; }
  .hackdays-location .hackdays-contents .hackdays-contents_link {
    display: block;
    text-decoration: none;
    transition: all  0.3s ease; }
    .hackdays-location .hackdays-contents .hackdays-contents_link:hover, .hackdays-location .hackdays-contents .hackdays-contents_link:focus {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .hackdays-location .hackdays-contents .hackdays-contents_thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }
  .hackdays-location .hackdays-contents .hackdays-contents_thumb--award {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px; }
  @media (max-width: 768px) {
    .hackdays-location .hackdays-contents .hackdays-contents_thumb--award {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 300px; } }
  @media (max-width: 599px) {
    .hackdays-location .hackdays-contents .hackdays-contents_thumb {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 130px; } }
  .hackdays-location .hackdays-contents .hackdays-contents_title {
    margin: 10px auto 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    text-align: left; }
  .hackdays-location .hackdays-contents .hackdays-contents_txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    text-align: left; }

/*
hackdays-detail
============================================================================== */
.hackdays-detail .detail-heading {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .hackdays-detail .detail-heading .detail-heading_title {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.hackdays-detail .detail-contents {
  background-color: #101c2e;
  height: auto;
  padding: 30px 0;
  text-align: center; }
  .hackdays-detail .detail-contents .detail-contents_item {
    padding: 40px 0 40px;
    border-bottom: 1px dotted #828282; }
    .hackdays-detail .detail-contents .detail-contents_item:last-child {
      border-bottom: 0px dotted #ffffff; }
    .hackdays-detail .detail-contents .detail-contents_item > h3 {
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #ffffff; }
    .hackdays-detail .detail-contents .detail-contents_item > p {
      padding: 0 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #ffffff;
      line-height: 1.7;
      text-align: left; }
  .hackdays-detail .detail-contents .detail-contents_faq .faq_contents {
    position: relative;
    margin-top: 50px;
    text-align: left; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > i {
      position: absolute; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > h4 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      color: #47a4dc; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #ffffff; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents span {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #ffffff; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--due {
      padding-left: 65px;
      padding-right: 60px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--due > i {
        background-image: url(../images/sprite/after/sprite.png);
        background-position: -70px 0px;
        width: 70px;
        height: 70px;
        display: block;
        top: 0;
        left: -20px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--due:after {
        content: "";
        position: absolute;
        padding: 40px;
        top: -9px;
        right: 25px; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--qualify {
      padding-left: 100px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--qualify > i {
        background-image: url(../images/sprite/after/sprite.png);
        background-position: 0px -140px;
        width: 70px;
        height: 70px;
        display: block;
        top: 0;
        left: 15px; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--hard {
      padding-left: 65px;
      padding-right: 60px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--hard > i {
        background-image: url(../images/sprite/after/sprite.png);
        background-position: -140px 0px;
        width: 70px;
        height: 70px;
        display: block;
        top: 10px;
        left: -20px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--hard:after {
        content: "";
        position: absolute;
        padding: 60px;
        top: -9px;
        right: 25px; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--fee {
      padding-left: 100px; }
      .hackdays-detail .detail-contents .detail-contents_faq .faq_contents--fee > i {
        background-image: url(../images/sprite/after/sprite.png);
        background-position: 0px -70px;
        width: 70px;
        height: 70px;
        display: block;
        top: 10px;
        left: 15px; }

@media (max-width: 768px) {
  .hackdays-detail .detail-contents .detail-contents_faq .faq_contents {
    padding-left: 70px;
    padding-right: 0; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents:after {
      display: none; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > i {
      position: absolute;
      top: -5px;
      left: -10px; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > h4 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #47a4dc; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents > p {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #ffffff; }
    .hackdays-detail .detail-contents .detail-contents_faq .faq_contents span {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal;
      color: #ffffff; } }

/*
hackdays-faq
============================================================================== */
.hackdays-faq .faq-heading {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }
  .hackdays-faq .faq-heading .faq-heading_title {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }

.hackdays-faq #faq-list {
  margin-bottom: 100px; }

.hackdays-faq #faq-list dt {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: left;
  background-color: #11b7da;
  cursor: pointer;
  text-decoration: none;
  transition: all  0.3s ease; }
  .hackdays-faq #faq-list dt i {
    content: url("../images/hackdays/switch-off.png");
    position: absolute;
    top: 16px;
    right: 26px; }
  .hackdays-faq #faq-list dt:hover, .hackdays-faq #faq-list dt:focus {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.hackdays-faq #faq-list dd {
  width: 100%;
  height: auto;
  margin: 20px auto;
  text-align: left;
  display: none; }

.hackdays-faq #faq-list dt.active i {
  content: url("../images/hackdays/switch-on.png");
  position: absolute;
  top: 16px;
  right: 26px; }

@media (max-width: 599px) {
  .hackdays-faq #faq-list dt {
    height: 70px; }
    .hackdays-faq #faq-list dt i {
      display: none; } }

/*informationページ*/
/* ==========================
# 該当ファイル名：INFORMATION一覧ページ（今回はarchive-news.php）
# 詳細：info-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -info-news-：ニュース一覧
 ========================== */
/*
information-header
============================================================================== */
.info-header .header-bg {
  background-image: url("../images/information/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.info-header .header-contents {
  width: 700px;
  height: 440px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center; }

.info-header .header-contents_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  letter-spacing: 1.3px; }
  .info-header .header-contents_title > span {
    display: inline-block;
    padding-left: 10px;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.7px; }

@media (max-width: 768px) {
  .info-header .header-bg {
    background-image: url("../images/information/header-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .info-header .header-contents {
    width: 320px;
    height: auto;
    padding-top: 120px; }
  .info-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.3px; }
    .info-header .header-contents_title > span {
      padding-top: 20px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: normal;
      line-height: 1.3; }
  .info-header .header-contents_desc {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal; } }

@media (max-width: 350px) {
  .info-header .header-contents {
    width: 90%; } }

@media (max-width: 599px) {
  .info-header .header-bg {
    background-image: url("../images/top/header-img-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px; }
  .info-header .header-contents {
    padding-top: 80px; } }

/*
info-news
============================================================================== */
.info-news .news-heading {
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #f5f5f5; }
  .info-news .news-heading .news-heading_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.info-news .news-contents .news-contents_wrapper {
  height: 260px;
  margin: 30px 0;
  padding: 20px 15px;
  border-top: 4px solid #f5f5f5; }
  .info-news .news-contents .news-contents_wrapper:hover {
    border-top: 4px solid #47a4dc; }

.info-news .news-contents .news-contents_time {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px dotted #828282; }

.info-news .news-contents .news-contents_title {
  height: 75px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  font-style: italic; }
  .info-news .news-contents .news-contents_title > a {
    color: #333;
    text-decoration: none; }

.info-news .news-contents .news-contents_link {
  margin-top: 40px;
  text-align: center; }

.info-news .news-pagination {
  margin: 30px  auto;
  text-align: center; }
  .info-news .news-pagination a {
    margin-left: -2px;
    border-radius: 0 !important;
    border: 1px solid #47a4dc !important;
    color: #47a4dc !important; }
  .info-news .news-pagination .active {
    background-color: #47a4dc;
    color: #ffffff !important; }

@media (max-width: 768px) {
  .info-news .news-contents .news-contents_title > a {
    text-decoration: underline;
    transition: all  0.3s ease;
    min-height: 30px; }
    .info-news .news-contents .news-contents_title > a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); } }

@media (max-width: 599px) {
  .info-news .news-contents .news-contents_wrapper {
    height: 140px;
    margin: 0;
    padding: 10px 0px;
    border: none; }
  .info-news .news-contents .news-contents_time {
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .info-news .news-contents .news-contents_title {
    height: 30px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .info-news .news-contents .news-contents_title > a {
      color: #333;
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .info-news .news-contents .news-contents_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .info-news .news-contents .news-contents_link {
    display: none; } }

/*
news-custom
============================================================================== */
.news-custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

.news-custom .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 95%;
  margin: 0px 0 30px;
  position: relative;
  border: 1px solid #ededed;
  background-color: #f5f5f5; }

.news-custom .custom > select {
  width: 100%;
  height: 30px;
  padding: 0.6em 2.4em 0.6em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  outline: none; }

.news-custom .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.8em;
  display: block;
  content: "";
  background: url("../images/information/switch-on--black.png") center no-repeat;
  pointer-events: none; }

.news-custom .default .custom > select {
  width: auto; }

.news-custom .overflow .custom {
  overflow: visible; }

.news-custom .overflow .custom select {
  outline: 2px dotted rgba(255, 255, 0, 0.5); }

@media (max-width: 599px) {
  .info-news .info-news_contaier {
    padding: 0 !important; }
  .info-news .news-custom .custom {
    width: 100%; } }

/* ==========================
# 該当ファイル名：REPORT一覧ページ（今回はarchive-report.php）
# 詳細：report-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -report-report-：ニュース一覧
 ========================== */
/*
report-header
============================================================================== */
.report-header .header-bg {
  background-image: url("../images/report/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.report-header .header-contents {
  width: 700px;
  height: 440px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center; }

.report-header .header-contents_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  letter-spacing: 1.3px; }

.report-header .header-contents_sub {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

@media (max-width: 768px) {
  .report-header .header-bg {
    background-image: url("../images/report/header-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .report-header .header-contents {
    width: 320px;
    height: auto;
    padding-top: 120px; }
  .report-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.3px; } }

@media (max-width: 350px) {
  .report-header .header-contents {
    width: 90%; } }

@media (max-width: 599px) {
  .report-header .header-bg {
    background-image: url("../images/report/header-bg-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px; }
  .report-header .header-contents {
    padding-top: 70px; }
    .report-header .header-contents .header-contents_title {
      padding-top: 0;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
    .report-header .header-contents .header-contents_sub {
      margin: 0;
      padding-top: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal; } }

/*
report-news
============================================================================== */
.report-news .report-contents .report-contents_wrapper {
  height: 400px;
  margin: 30px 0;
  padding: 0 5px 5px; }

.report-news .report-contents .report-contents_thumb {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  transition: all  0.3s ease; }
  .report-news .report-contents .report-contents_thumb:hover, .report-news .report-contents .report-contents_thumb:focus {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.report-news .report-contents .report-contents_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  padding: 10px 20px;
  background-color: rgba(16, 28, 46, 0.6);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  text-align: center; }
  .report-news .report-contents .report-contents_label:not(:target) {
    -webkit-filter: none;
            filter: none;
    -ms-filter: none; }
  .report-news .report-contents .report-contents_label--news {
    background-color: rgba(71, 164, 220, 0.6); }
    .report-news .report-contents .report-contents_label--news:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }
  .report-news .report-contents .report-contents_label--interview {
    background-color: rgba(17, 183, 218, 0.6); }
    .report-news .report-contents .report-contents_label--interview:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }

.report-news .report-contents .report-contents_time {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px dotted #828282; }

.report-news .report-contents .report-contents_title {
  height: 75px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  font-style: italic; }
  .report-news .report-contents .report-contents_title > a {
    color: #333;
    text-decoration: none; }

.report-news .report-contents .report-contents_link {
  margin-top: 40px;
  text-align: center; }

.report-news .report-pagination {
  margin: 30px  auto;
  text-align: center; }
  .report-news .report-pagination a {
    margin-left: -2px;
    border-radius: 0 !important;
    border: 1px solid #47a4dc !important;
    color: #47a4dc !important; }
  .report-news .report-pagination .active {
    background-color: #47a4dc;
    color: #ffffff !important; }

@media (max-width: 768px) {
  .report-news .report-contents .report-contents_thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    width: 100%; }
  .report-news .report-contents .report-contents_title > a {
    text-decoration: underline;
    transition: all  0.3s ease;
    min-height: 30px; }
    .report-news .report-contents .report-contents_title > a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); } }

@media (max-width: 599px) {
  .report-news .report-contents .report-contents_wrapper {
    height: 140px;
    margin: 0;
    padding: 10px 0px;
    border: none; }
  .report-news .report-contents .report-contents_thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    width: 90%; }
  .report-news .report-contents .report-contents_label {
    top: 0px;
    width: 90%;
    padding: 5px;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: bold; }
  .report-news .report-contents .report-contents_time {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .report-news .report-contents .report-contents_title {
    height: 30px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .report-news .report-contents .report-contents_title > a {
      color: #333;
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .report-news .report-contents .report-contents_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .report-news .report-contents .report-contents_link {
    display: none; } }

/*
report-custom
============================================================================== */
.report-custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

.report-custom .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 95%;
  margin: 0px 0 30px;
  position: relative;
  border: 1px solid #ededed;
  background-color: #f5f5f5; }

.report-custom .custom > select {
  width: 100%;
  height: 30px;
  padding: 0.6em 2.4em 0.6em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  outline: none; }

.report-custom .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.8em;
  display: block;
  content: "";
  background: url("../images/information/switch-on--black.png") center no-repeat;
  pointer-events: none; }

.report-custom .default .custom > select {
  width: auto; }

.report-custom .overflow .custom {
  overflow: visible; }

.report-custom .overflow .custom select {
  outline: 2px dotted rgba(255, 255, 0, 0.5); }

@media (max-width: 599px) {
  .report-news .report-news_contaier {
    padding: 0 !important; }
  .report-news .report-custom .custom {
    width: 100%; } }

/*resultページ*/
/* ==========================
# 該当ファイル名：Rsultの子ページ（今回はtaxonomy-result_tag.php）
# 詳細：resutlt-xxxxをSection,Sectionの下にblock
---------
# 各ブロック
# -result--cat-：ニュース一覧
 ========================== */
/*
information-header
============================================================================== */
.result-header .header-bg {
  background-image: url("../images/result/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.result-header .header-contents {
  width: 700px;
  height: 440px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center; }

.result-header .header-contents_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  letter-spacing: 1.3px; }

.result-header .header-contents_sub {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

@media (max-width: 768px) {
  .result-header .header-bg {
    background-image: url("../images/result/header-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .result-header .header-contents {
    width: 320px;
    height: auto;
    padding-top: 120px; }
  .result-header .header-contents_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.3px; } }

@media (max-width: 599px) {
  .result-header .header-bg {
    background-image: url("../images/result/header-bg-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px; }
  .result-header .header-contents {
    padding-top: 70px; }
    .result-header .header-contents .header-contents_title {
      padding-top: 0;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
    .result-header .header-contents .header-contents_sub {
      margin: 0;
      padding-top: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal; } }

@media (max-width: 350px) {
  .result-header .header-contents {
    width: 90%; }
    .result-header .header-contents .header-contents_title {
      padding-top: 0;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
    .result-header .header-contents .header-contents_sub {
      margin: 0;
      padding-top: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; } }

/*
result--parent
============================================================================== */
.result--parent .result-heading {
  width: 100%;
  height: 70px;
  margin: 0px auto 20px;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  background-color: #fbfbfb; }

.result--parent .result-product {
  width: 100%;
  margin: 0 auto; }

.result--parent .result-btn {
  margin: 30px 0 100px; }
  .result--parent .result-btn > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

@media (max-width: 599px) {
  .result--parent .result-heading {
    width: 100%;
    height: 70px;
    margin: 0px auto 20px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    background-color: #fbfbfb; }
  .result--parent .result-product {
    width: 100%;
    margin: 0 auto; }
  .result--parent .result-btn {
    margin: 30px 0; }
    .result--parent .result-btn > a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; } }

/*
result--cat
============================================================================== */
.result--cat .result-cat_contaier {
  text-align: center; }

.result--cat .cat-heading {
  margin-bottom: 20px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center; }
  .result--cat .cat-heading .cat-heading_title {
    margin-bottom: 40px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    color: #47a4dc;
    letter-spacing: 2px; }

.result--cat .cat-product_wrapper
.cat-product:last-child {
  border: none;
  margin-bottom: 80px; }

.result--cat .cat-product {
  width: 90%;
  margin: 0 auto 10px; }

.result--cat .cat-btn {
  margin: 30px 0 60px; }
  .result--cat .cat-btn > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }

@media (max-width: 599px) {
  .result--cat .result--cat_contaier {
    text-align: center; }
  .result--cat .cat-heading {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center; }
    .result--cat .cat-heading .cat-heading_title {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
  .result--cat .cat-product {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px; }
    .result--cat .cat-product:last-child {
      border: none;
      margin-bottom: 50px; }
  .result--cat .cat-btn {
    margin: 30px 0; }
    .result--cat .cat-btn > a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; } }

.jp-breadcrumb.header-breadcrumb {
  width: 100%;
  padding: 10px 15px;
  background-color: #f5f5f5;
}
.jp-navigation.nav-pc.nav-active .nav-list > ul > li > a{
  font-size: 14px;
  font-size: 1.25rem;
}

.jp-breadcrumb.header-breadcrumb span a {
  color: #292929;
}

.jp-breadcrumb.header-breadcrumb span:last-child a > span {
  color: #47a4dc;
}

.jp-breadcrumb.header-breadcrumb span + span:before {
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
}

.jp-header.header-page .header-content p.content-text {
  font-size: 1.8rem;
}

/*
news-custom
============================================================================== */
.news-custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

.news-custom .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 95%;
  margin: 0px 0 30px;
  position: relative;
  border: 1px solid #ededed;
  background-color: #f5f5f5; }

.news-custom .custom > select {
  width: 100%;
  height: 30px;
  padding: 0.6em 2.4em 0.6em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  outline: none; }

.news-custom .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.8em;
  display: block;
  content: "";
  background: url("../images/information/switch-on--black.png") center no-repeat;
  pointer-events: none; }

.news-custom .default .custom > select {
  width: auto; }

.news-custom .overflow .custom {
  overflow: visible; }

.news-custom .overflow .custom select {
  outline: 2px dotted rgba(255, 255, 0, 0.5); }

@media (max-width: 599px) {
  .result--cat .result--cat_contaier {
    padding: 0 !important; }
  .result--cat .news-custom .custom {
    width: 100%; } }

/*Singleページ*/
/* ==========================
# 該当ファイル名：single.php
# 詳細：汎用的に使い回すシングルページ
# 備考：カスタム投稿によって条件分岐
 ========================== */
/*
single-header
============================================================================== */
.single-header .header-bg {
  height: 350px; }
  .single-header .header-bg--hackdays {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px; }
    .single-header .header-bg--hackdays .hackday-header {
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
  .single-header .header-bg--gradient {
    background: #0b4b92;
    background: linear-gradient(to right, #0b4b92 0%, #45a1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .single-header .header-bg--report {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    box-shadow: 0 -200px 300px -65px rgba(0, 0, 0, 0.9) inset; }

.single-header .header-contents .header-contents_title {
  margin: 0;
  padding-top: 120px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }
  .single-header .header-contents .header-contents_title--news {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold; }

.single-header .header-contents .header-contents_location {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

.single-header .header-contents .header-contents_sns {
  width: 300px;
  margin: 30px auto;
  text-align: center; }

@media (max-width: 768px) {
  .single-header .header-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .single-header .header-contents .header-contents_title--news {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; } }

@media (max-width: 599px) {
  .single-header .header-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .single-header .header-contents {
    padding: 0; }
    .single-header .header-contents .header-contents_title {
      padding-top: 100px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
    .single-header .header-contents .header-contents_location {
      margin: 0;
      padding-top: 10px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
    .single-header .header-contents .header-contents_sns {
      width: 100%;
      margin: 15px auto; } }

@media (max-width: 350px) {
  .single-header .header-contents {
    width: 90%;
    margin: 0 auto; }
    .single-header .header-contents .header-contents_title {
      padding-top: 80px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; } }

/*
single-header--report
============================================================================== */
.single-header--report .header-contents {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }
  .single-header--report .header-contents .header-contents_title {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: left;
    font-style: italic; }

.single-header--report .header-contents_sns {
  width: 80%;
  margin: 10px auto !important; }

@media (max-width: 768px) {
  .single-header--report .header-contents .header-contents_title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; } }

@media (max-width: 599px) {
  .single-header--report .header-contents .header-contents_title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; } }

/*
single-article
============================================================================== */
.single-article .article-wrapper {
  padding: 0px 20px; }
  .single-article .article-wrapper h2 {
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .single-article .article-wrapper h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal; }
  .single-article .article-wrapper p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.7; }

@media (max-width: 768px) {
  .single-article--report .article-wrapper {
    padding: 0px; } }

/*
article-detail
============================================================================== */
.article-detail {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333; }
  .article-detail .detail-heading {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center; }
    .article-detail .detail-heading .detail-heading_title {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
  .article-detail .detail-table > table {
    border: 1px solid #ddd; }
  .article-detail .detail-table thead th {
    text-align: center;
    border-right: 1px solid #ddd; }
  .article-detail .detail-table tr > td {
    border-right: 1px solid #ddd; }

.article-map .map-heading {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }
  .article-map .map-heading .map-heading_title {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }

.article-map .map-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 60px;
  height: 0;
  overflow: hidden; }

.article-map .map-iframe iframe,
.article-map .map-iframe object,
.article-map .map-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%; }

.article-result {
  margin-top: 80px; }
  .article-result .result-heading {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #f5f5f5; }
    .article-result .result-heading .result-heading_title {
      margin-top: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
  .article-result .result-photo {
    margin: 50px auto; }
    .article-result .result-photo .result-photo_item {
      height: 200px;
      margin: 10px 3px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }

@media (max-width: 599px) {
  .article-detail .detail-table thead th:last-child {
    text-align: left; }
  .article-result .result-photo {
    margin: 10px auto 30px;
    padding: 0 10px; }
    .article-result .result-photo .result-photo_item {
      height: 100px;
      margin: 3px; } }

/*
article-btn
============================================================================== */
.article-btn {
  margin: 50px auto;
  text-align: center; }

/*
article-report
============================================================================== */
.article-report {
  margin-top: 20px; }
  .article-report .report-meta {
    margin-top: 10px;
    margin-bottom: 50px; }
  .article-report .report-meta_title {
    padding: 5px 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333; }
  .article-report .report-meta_detail {
    padding-left: 50px;
    padding-top: 3px; }
    .article-report .report-meta_detail > p {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal; }
  .article-report .report-meta_member {
    display: block;
    color: #47a4dc;
    margin-bottom: 5px; }

@media (max-width: 599px) {
  .article-report .report-meta_detail {
    padding-left: 0px;
    padding-top: 10px; } }

/*
article-pagination
============================================================================== */
.article-pagination {
  margin: 80px auto;
  text-align: center; }
  .article-pagination > span {
    border: 1px solid #47a4dc;
    padding: 10px 17px;
    background-color: #47a4dc;
    color: #ffffff; }
  .article-pagination a {
    padding: 10px 17px;
    border: 1px solid #47a4dc;
    background-color: #ffffff;
    color: rightblue;
    text-decoration: none;
    transition: all  0.3s ease; }
    .article-pagination a:hover, .article-pagination a:focus {
      background-color: #47a4dc;
      color: #ffffff;
      text-decoration: none; }

/*
article-sns
============================================================================== */
.article-sns .article-sns_heading {
  text-align: center; }

.article-sns .article-sns_list {
  font-size: 0;
  padding: 0;
  margin: 20px 0; }
  .article-sns .article-sns_list > li {
    width: 33.33%;
    padding: 0; }

.article-sns .article-sns_item {
  display: inline-block;
  width: 100%;
  height: 70px;
  padding: 22px 20px;
  background-color: #47a4dc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all  0.3s ease; }
  .article-sns .article-sns_item:hover, .article-sns .article-sns_item:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none; }
  .article-sns .article-sns_item i {
    padding-right: 10px;
    vertical-align: -1px; }
  .article-sns .article-sns_item--fb {
    background-color: #101c2e; }
  .article-sns .article-sns_item--tw {
    background-color: #47a4dc; }
  .article-sns .article-sns_item--hatena {
    background-color: #11b7da; }

@media (max-width: 599px) {
  .article-sns .article-sns_item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
    .article-sns .article-sns_item i {
      display: none; } }

/*
article-rel
============================================================================== */
.article-rel {
  margin-bottom: 80px; }
  .article-rel .article-rel_wrapper {
    height: 400px;
    margin: 30px 0;
    padding: 0 5px 5px; }
  .article-rel .article-rel_thumb {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    transition: all  0.3s ease; }
    .article-rel .article-rel_thumb:hover, .article-rel .article-rel_thumb:focus {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .article-rel .article-rel_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    padding: 10px 20px;
    background-color: rgba(16, 28, 46, 0.6);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    font-style: italic;
    text-align: center; }
    .article-rel .article-rel_label:not(:target) {
      -webkit-filter: none;
              filter: none;
      -ms-filter: none; }
    .article-rel .article-rel_label--news {
      background-color: rgba(71, 164, 220, 0.6); }
      .article-rel .article-rel_label--news:not(:target) {
        -webkit-filter: none;
                filter: none;
        -ms-filter: none; }
    .article-rel .article-rel_label--interview {
      background-color: rgba(17, 183, 218, 0.6); }
      .article-rel .article-rel_label--interview:not(:target) {
        -webkit-filter: none;
                filter: none;
        -ms-filter: none; }
  .article-rel .article-rel_time {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    border-bottom: 1px dotted #828282; }
  .article-rel .article-rel_title {
    height: 75px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    font-style: italic; }
    .article-rel .article-rel_title > a {
      color: #333;
      text-decoration: none; }
  .article-rel .article-rel_link {
    margin-top: 40px;
    text-align: center; }

.report-pagination {
  margin: 30px  auto;
  text-align: center; }
  .report-pagination a {
    margin-left: -2px;
    border-radius: 0 !important;
    border: 1px solid #47a4dc !important;
    color: #47a4dc !important; }
  .report-pagination .active {
    background-color: #47a4dc;
    color: #ffffff !important; }

@media (max-width: 768px) {
  .article-rel {
    margin-bottom: 30px; }
    .article-rel .article-rel_thumb {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 150px;
      width: 95%; }
    .article-rel .article-rel_title > a {
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .article-rel .article-rel_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); } }

@media (max-width: 599px) {
  .article-rel .article-rel_wrapper {
    height: 140px;
    margin: 0;
    padding: 10px 0px;
    border: none; }
  .article-rel .article-rel_thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    width: 90%; }
  .article-rel .article-rel_label {
    top: 0px;
    width: 90%;
    padding: 5px;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: bold; }
  .article-rel .article-rel_time {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .article-rel .article-rel_title {
    height: 30px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .article-rel .article-rel_title > a {
      color: #333;
      text-decoration: underline;
      transition: all  0.3s ease;
      min-height: 30px; }
      .article-rel .article-rel_title > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  .article-rel .article-rel_link {
    display: none; } }

/*Contactページ*/
/* ==========================
# 該当ファイル名：contact.php
 ========================== */
.wpcf7-form {
  padding: 0 100px; }

.your-name input, .email-contact input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-style: none;
  border: 1px solid #d0d8dc; }

.form-group--select {
  background-color: #f5f5f5;
  padding: 5px 10px; }
  .form-group--select .jphacks-check {
    margin-bottom: 0;
    padding-top: 6px; }

.textarea-query textarea {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border-style: none;
  border: 1px solid #d0d8dc; }

.form-group--agree {
  margin-top: 10px; }
  .form-group--agree p {
    background-color: #f5f5f5;
    padding: 10px; }
  .form-group--agree .jphacks-check {
    margin-bottom: 0; }

.entry-btn {
  margin: 0 0 30px; }
  .entry-btn input {
    background-color: #ffffff;
    cursor: pointer; }
  .entry-btn .ajax-loader {
    display: block; }

@media (max-width: 599px) {
  .wpcf7-form {
    padding: 0px; }
  form .col-md-6, form .col-md-12 {
    padding: 0; } }

/*Searchページ*/
/* ==========================
# 該当ファイル名：search.php
# serach-project
 ========================== */
/*固定汎用ページ*/
/* ==========================
# 該当ファイル名：page.php
# 詳細：汎用的に使い回す固定ページ
# 備考：ストラクチャーとスキンを分ける
 ========================== */
/*
page-header
============================================================================== */
.pages-header .header-bg {
  background: #0b4b92;
  background: linear-gradient(to right, #0b4b92 0%, #45a1d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  height: 350px; }

.pages-header .header-bg--sponsor {
  background-image: url("../images/sponsor/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }

.pages-header .header-contents .header-contents_title {
  margin: 0;
  padding-top: 120px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

.pages-header .header-contents .header-contents_location {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

.pages-header .header-contents .header-contents_sns {
  margin: 30px auto;
  text-align: center; }

@media (max-width: 768px) {
  .pages-header .header-bg {
    height: 300px; }
  .pages-header .header-bg--sponsor {
    background-image: url("../images/sponsor/header-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .pages-header .header-contents .header-contents_title {
    padding-top: 100px; } }

@media (max-width: 599px) {
  .pages-header .header-bg {
    background: #0b4b92;
    background: linear-gradient(to right, #0b4b92 0%, #45a1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    height: 300px; }
  .pages-header .header-bg--sponsor {
    background-image: url("../images/sponsor/header-bg-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .pages-header .header-contents .header-contents_title {
    padding-top: 100px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .pages-header .header-contents .header-contents_location {
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }
  .pages-header .header-contents .header-contents_sns {
    width: 100%;
    margin: 15px auto; } }

@media (max-width: 350px) {
  .pages-header .header-contents {
    width: 90%;
    margin: 0 auto; }
    .pages-header .header-contents .header-contents_title {
      padding-top: 80px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
    .pages-header .header-contents .header-contents_location {
      margin: 0;
      padding-top: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; } }

/*
pages-header--contact
============================================================================== */
.pages-header--contact .header-bg {
  background-color: #fafbfc;
  height: 350px; }

.pages-header--contact .header-contents {
  padding: 110px 100px 0; }
  .pages-header--contact .header-contents img {
    display: block;
    padding-top: 20px;
    margin: 0 auto; }
  .pages-header--contact .header-contents .header-contents_desc {
    margin-bottom: 50px; }
  .pages-header--contact .header-contents dl dt {
    display: inline-block;
    width: 20%;
    float: left;
    margin-bottom: 10px; }
  .pages-header--contact .header-contents dl dd {
    display: inline-block;
    width: 80%;
    clear: both;
    margin-bottom: 10px; }

@media (max-width: 768px) {
  .pages-header--contact .header-contents {
    padding: 110px 10px 0; }
    .pages-header--contact .header-contents .header-contents_desc {
      margin-bottom: 10px; } }

@media (max-width: 599px) {
  .pages-header--contact .header-bg {
    height: 500px; }
  .pages-header--contact .header-contents {
    padding: 60px 0; }
    .pages-header--contact .header-contents img {
      max-width: 30%; }
    .pages-header--contact .header-contents .header-contents_desc {
      margin: 20px auto; } }

@media (max-width: 350px) {
  .pages-header--contact .header-contents dl dt {
    width: 30%; }
  .pages-header--contact .header-contents dl dd {
    width: 70%; } }

/*
pages-article
============================================================================== */
.pages-article .article-wrapper {
  padding: 0px 20px; }
  .pages-article .article-wrapper h2 {
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .pages-article .article-wrapper h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal; }
  .pages-article .article-wrapper p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }

/*
comitee-main
============================================================================== */
.comitee-main {
  margin-top: 50px; }
  .comitee-main .main-heading {
    margin-bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .comitee-main .main-heading .main-heading_title {
      margin-bottom: 20px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
    .comitee-main .main-heading .main-heading_sub-title {
      margin-bottom: 30px;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: bold;
      color: #333; }
  .comitee-main .main-table > table {
    border: 1px solid #ddd; }
  .comitee-main .main-table thead th {
    text-align: center;
    border-right: 1px solid #ddd; }
  .comitee-main .main-table tr > td {
    border-right: 1px solid #ddd; }

@media (max-width: 599px) {
  .comitee-main .main-heading {
    padding: 0px; }
  .comitee-main .main-table thead th:last-child {
    text-align: left; } }

/*
comitee-coop
============================================================================== */
.comitee-coop {
  margin-top: 100px; }
  .comitee-coop .coop-heading {
    margin-bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .comitee-coop .coop-heading .coop-heading_title {
      margin-bottom: 20px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
  .comitee-coop .coop-list {
    margin-bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .comitee-coop .coop-list .row > div {
      display: table; }
    .comitee-coop .coop-list span, .comitee-coop .coop-list .coop-img-wrapper {
      height: 120px;
      padding-top: 15px;
      display: table-cell;
      vertical-align: middle; }
    .comitee-coop .coop-list img {
      max-width: 150px; }

@media (max-width: 768px) {
  .comitee-coop .coop-list {
    padding: 0px; }
    .comitee-coop .coop-list span {
      font-size: 14px !important; }
    .comitee-coop .coop-list img {
      max-width: 100%; } }

@media (max-width: 599px) {
  .comitee-coop {
    margin-top: 50px; }
    .comitee-coop .coop-heading {
      margin-bottom: 0px;
      padding-right: 0px;
      padding-left: 0px;
      text-align: center; }
      .comitee-coop .coop-heading .coop-heading_title {
        margin: 0; } }

/*
comitee-back
============================================================================== */
.comitee-back {
  margin-top: 100px; }
  .comitee-back .back-heading {
    margin-bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center; }
    .comitee-back .back-heading .back-heading_title {
      margin-bottom: 20px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: normal;
      color: #47a4dc;
      letter-spacing: 2px; }
  .comitee-back .back-table {
    margin-bottom: 50px; }
    .comitee-back .back-table > table {
      border: 1px solid #ddd; }
    .comitee-back .back-table thead th {
      text-align: center;
      border-right: 1px solid #ddd; }
    .comitee-back .back-table tr > td {
      border-right: 1px solid #ddd; }

@media (max-width: 599px) {
  .comitee-back {
    margin-top: 50px; }
    .comitee-back .back-heading {
      margin-bottom: 0px;
      padding: 0px; }
    .comitee-back .back-table {
      margin-bottom: 50px; }
      .comitee-back .back-table thead th:last-child {
        text-align: left; } }

/*404ページ*/
/* ==========================
# 該当ファイル名：error404.php
# 詳細：404ページ
 ========================== */
/*
error404-header
============================================================================== */
.error404-header .header-bg {
  height: 250px;
  background: #0b4b92;
  background: linear-gradient(to right, #0b4b92 0%, #45a1d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

.error404-header .header-contents .header-contents_title {
  margin: 0;
  padding-top: 120px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.3; }

@media (max-width: 768px) {
  .error404-header .header-bg {
    height: 200px; }
  .error404-header .header-contents .header-contents_title--news {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; } }

@media (max-width: 599px) {
  .error404-header .header-bg {
    height: 200px; }
  .error404-header .header-contents {
    padding: 0; }
    .error404-header .header-contents .header-contents_title {
      padding-top: 100px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; } }

@media (max-width: 350px) {
  .error404-header .header-contents {
    width: 90%;
    margin: 0 auto; }
    .error404-header .header-contents .header-contents_title {
      padding-top: 80px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; } }

.error404-backlink {
  text-decoration: none;
  transition: all  0.3s ease; }
  .error404-backlink:hover {
    text-decoration: none;
    opacity: 0.6; }

/* ##########################
# 各パーツ
########################### */
/* ==========================
# 該当ファイル名：複数
# 詳細：ボタン
# 備考：ストラクチャーとスキンを分ける
 ========================== */
.jphacks-btn {
  display: block; }

.jphacks-btn--entry {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10000px;
  width: 290px; }
  .jphacks-btn--entry:hover {
    background-color: #ffffff;
    color: #47a4dc; }

.jphacks-btn--blue-entry {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #47a4dc;
  border: 2px solid #47a4dc;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10000px;
  width: 320px; }
  .jphacks-btn--blue-entry:hover {
    background-color: #47a4dc;
    color: #ffffff; }

.jphacks-btn--read {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #47a4dc;
  border: 1px solid #47a4dc;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal; }
  .jphacks-btn--read:hover {
    background-color: #47a4dc;
    color: #ffffff; }

.jphacks-btn--back {
display: inline-block;
text-decoration: none !important;
text-transform: uppercase;
font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #47a4dc;
border: 2px solid #47a4dc;
padding: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
  border-radius: 10000px;
  width: 320px; }
  .jphacks-btn--back:hover {
    background-color: #47a4dc;
    color: #ffffff; }

@media (max-width: 599px) {
  .jphacks-btn--blue-entry {
    width: 90%; } }
