@charset "UTF-8";



/* Webfont ※必ず冒頭で
========================================================= *
/* Mplus 1p */
@import url(http://fonts.googleapis.com/earlyaccess/mplus1p.css);

/* Lato */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


/* border-box リセット
========================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* 調整用CSS
========================================================= */
.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 31.5% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}



/* レスポンシブ用　表示非表示
========================================================= */
/* ブレイクポイント480　SSサイズ */


/* 479まで非表示 480から表示*/
@media (max-width: 479px) {
  .hidden-ss {
    display: none;
  }
}


/* 479まで表示、480から非表示 */
@media (min-width: 480px) {
  .visible-ss {
    display: none;
  }
}



/* ブレイクポイント640　Sサイズ */
/* 639まで非表示 639から表示 */

@media (max-width: 639px) {
  .hidden-s {
    display: none;
  }
}


/* 639まで表示、639から非表示 */
@media (min-width: 640px) {
  .visible-s {
    display: none;
  }
}




/* ブレイクポイント768　Tabサイズ */
/* 767まで非表示 768から表示 */

@media (max-width: 767px) {
  .hidden-medium {
    display: none;
  }
}


/* 767まで表示、768から非表示 */
@media (min-width: 768px) {
  .visible-medium {
    display: none;
  }
}



/* ブレイクポイント1024　laptopサイズ */
/* 1023まで非表示 1024から表示 */

@media (max-width: 1023px) {
  .hidden-large {
    display: none;
  }
}


/* 1023まで表示、1024から非表示 */
@media (min-width: 1024px) {
  .visible-large {
    display: none;
  }
}




/* 汎用クラス
========================================================= */
/* flexboxの設定 */
/* flexboxデフォルト値 */
.flex-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}



/* デフォルトスタイル
========================================================= */
html * {
  margin: 0;
  padding: 0;
}

html {
  /* フォントのアンチエイリアスを調節 */
  -webkit-font-smoothing: antialiased;
  /* firefox用フォントのアンチエイリアスを調節 */
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
}


/* 冒頭にWebフォント指定 */
body {
  font-family: 'Lato', "Mplus 1p", 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  color: #222;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  /* iOSを横向き時、縦向きの時文字サイズ */
  -webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', "Mplus 1p", 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 10px;
}

@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }
}



p {
  line-height: 1.8;
  margin: 0 10px;
}

@media (min-width: 1200px) {
  p {
    margin: 0;
  }
}

p+p {
  margin-top: 1rem;
}

ul, dl {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  text-align: center;
}

dt {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  color: #222;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}


a:hover {
  color: #222;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

a img:hover {
  opacity: 0.8;       /*alpha*/
  -moz-opacity: 0.8;    /*firefox*/
  filter:alpha(opacity=80); /*IE*/
  -webkit-transition: .2s ease;
  transition: .2s ease;
}


hr {
  width: 30%;
  margin: 50px auto;
  padding: 0;
  border: 0;
  height: 1px;
  background: #BFBFBF;
}

@media (min-width: 1024px) {
  hr {
    margin: 100px auto;
  }
}


input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/* 基本 body
========================================================= */
/* 中ページ layout
----------------------------------------------- */
/* トップページのみ#content-home */
#content-home {
  margin: 0;
  padding: 0;
}

/* トップページ以外 */
#content {
  /* 固定ヘッダー（ハンバーガーの高さ分） */
  padding-top: 60px;
}

@media (min-width: 1024px) {
  #content {
    /* 固定ヘッダーの高さ分 */
    padding-top: 85px;
    position: relative;
    z-index: 1;
  }
}

/*
----------------------------------------------- */
#mainHead {
  padding: 10px 10px 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #mainHead {
    margin: 30px auto 0;
    padding: 0px;
    max-width: 1200px;
  }
}


/* 横100％でないセクションに追加で入れる */

.mainInner {
  /*   margin: 0 10px; */
}

@media (min-width: 1024px) {
  .mainInner {
    margin: 0 auto;
    max-width: 1200px;
  }
}


#sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  #sidebar {
    width: 250px;
    box-sizing: border-box;
    color: #6a6c6e;
    /*   border: 1px solid #BFBFBF;
  background-color: #BFBFBF; */
  }
}

.articleBlock {
  flex: 1;
  margin-top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .articleBlock {
    margin: 0 20px 0 0;
    border-bottom: 1px solid #BFBFBF;
    border: 2px solid #BFBFBF;
    /*   background-color: #BFBFBF; */
    min-height: 250px;
    /*   border-radius: 10px; */
    /*   max-width: 820px;  */
  }
}

.articleInner {
  padding: 0px;
}

@media (min-width: 768px) {
  .articleInner {
    padding: 100px 50px 50px;
  }
}

.postInfo {
  text-align: right;
  font-size: 0.8rem;
  margin: 30px 10px 10px;
  padding-top: 10px;
  border-top: 1px dashed #BFBFBF;
}

@media (min-width: 768px) {
  .postInfo {
    margin: 20px 50px 20px;
  }
}



/* header
========================================================= */
/* headerID 固定ヘッダー */
#gHeader {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  min-height: 60px;
  background-color: #00a0e9;
}

#gHeader .inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/* ヘッダーの上段、ロゴと検索バー他 */
#gHeader .head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

@media (min-width: 525px) {
  #gHeader .head {
    padding: 5px 50px 0 10px;
  }
}

@media (min-width: 1024px) {
  #gHeader .head {
    padding: 5px 50px 0;
  }
}
/* ヘッダーの下段、gNaviの枠 */
@media (min-width: 1024px) {
  #gHeader .bottom {
    padding: 0 50px;
  }
}

/* ヘッダーの下段ナビ、1023まで非表示 */
@media (max-width: 1023px) {
  #gHeader .bottom {
    display: none;
  }
}

/* #header-logo
----------------------------------------------- */
#header-logo {
  line-height: 1rem;
  margin: 0;
}

/* ロゴ画像(DMCのみ)、幅525pxまで表示 */
#logo-white {
  width: 140px;
}

@media (min-width: 525px) {
  #logo-white {
    display: none;
  }
}

/* ロゴ画像(DMC＆テキスト)、幅525pxから表示 */
#logo-text {
  display: none;
}

@media (min-width: 525px) {
  #logo-text {
    display: inline;
    width: 440px;
  }
}



/* #hNavi ヘッダーナビ お問い合わせ、検索バー他
----------------------------------------------- */
/* ヘッダーの上段のナビ */
#hNavi {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

/* 1024から表示 */
@media (max-width: 1023px) {
  #hNavi {
    display: none;
  }
}

#hNavi ul {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  font-size: .8em;
  list-style-type: none;
}

#sub-hNav li {
  position: relative;
}

#sub-hNav li a {
  text-decoration: none;
  padding: 0 10px;
  color: #FFF;
}

#sub-hNav li a:hover {
  color: #222;
}

#sub-hNav li::after {
  border-right: 1px solid #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: .8rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

#sub-hNav li:first-child::after {
  border: medium none;
}


/* #gNavi グローバルナビ メニュー
----------------------------------------------- */
#gNavi {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style-type: none;
}

/* 1024から表示（それまではハンバーガーメニュー） */
@media (max-width: 1023px) {
  #gHeader .bottom {
    display: none;
  }
}

@media (min-width: 1200px) {
  #gNavi {
    justify-content: flex-end;
  }
}

/* グローバルの中のドロップダウンメニュー */
#gNavi > .dropNavi {
  position: relative;
}

.dropNavi > a {
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
  line-height: 40px;
  letter-spacing: 1px;
  display: block;
  padding: 0px 20px;
  text-decoration: none;
}

.dropNavi:hover > a {
  color: #222;
}

/* ドロップダウンナビの横の下向き矢印 */
.downArrow:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}

.dropNavi:hover > .downArrow:after {
  visibility: visible;
  opacity: 1;
}

.dropNavi:hover > .dropDown {
  visibility: visible;
  opacity: 1;
}

/* ドロップナビの中のドロップダウンメニュー */
.dropDown {
  position: absolute;
  top: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.dropDown li {
  border-top: 1px solid #BFBFBF;
}

.dropDown li:first-child {
  border-top: none;
}

.dropDown li a {
  font-size: .8em;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
}

.dropDown li a:hover {
  background: #00a0e9;
}


/* #menuBar-s スマホ、タブ時ナビ
openclose.js(hamburger)使用 footer記載あり
----------------------------------------------- */
#menuBar-s {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 102;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#menuBar-s li {
  border-bottom: 1px solid #BFBFBF;
  background: #FFF;
  letter-spacing: 0.1rem;
  position: relative;
}

/* 480以上になると2行 */
@media (min-width: 480px) {
  #menuBar-s li {
    width: 50%;
    float: left;
  }
}

#menuBar-s a,
#menuBar-s li.aco-menu label {
  display: block;
  width: auto;
  padding: 0 20px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 480px) {
  #menuBar-s li.aco-menu {
    width: 100%;
  }
}

#menuBar-s li a:hover,
#menuBar-s li.aco-menu label:hover {
  background: #00a0e9;
  color: #FFF;
}

.aco-menu input {
  display: none;
}


/* 開いた状態のサブメニュー */
.aco-menu input:checked + ul {
  display: block;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}


/* 閉じた状態のサブメニュー */
.aco-menu > ul {
  display: none;
  margin: 0 0 0 1rem;
}

#menuBar-s li ul li {
  border-top: 1px dotted #BFBFBF;
  border-bottom: none;
}

/* 検索バーの余白調節 */
#menuBar-s .sub:last-child {
  padding: 2px 20px;
}

/* hamburger */
#hamburger {
  background: #595959 none repeat scroll 0 0;
  color: #FFF;
  display: table;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 9999;
}

/* 1024から非表示 */
@media (min-width: 1024px) {
  #hamburger {
    display: none;
  }
}

#hamburger span {
  display: table-cell;
  position: relative;
}

#hamburger span::before {
  content: "MENU";
  font-size: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%,-10%);
  -webkit-transform: translate(-50%,-10%);
  transform: translate(-50%,-10%);
  display:inline-block;
}

#hamburger i {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
}

#hamburger i:nth-of-type(1) {
  top: 26px;
}

#hamburger i:nth-of-type(2) {
  top: 34px;
}

#hamburger i:nth-of-type(3) {
  top: 42px;
}

#hamburger.open i:nth-of-type(1) {
  height: 4px;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#hamburger.open i:nth-of-type(2) {
  opacity: 0;
}

#hamburger.open i:nth-of-type(3) {
  height: 4px;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* footer
========================================================= */
/* footer-nav ソーシャルボタン枠
-------------------------------------- */
#fNavi ul {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

/* ソーシャルボタン */
.btn-social {
  font-size: 1.2rem;
  padding: 1rem .5rem;
}

a.btn-social:hover {
  color: #00A0E9;
}

/*footer-body フッターリンク
-------------------------------------- */
#footer-body {
  font-size: 12px;
  line-height: 1.8rem;
  background: #BFBFBF;
}

/* 767から表示 */
@media (max-width: 767px) {
  #footer-body {
    display: none;
  }
}

#ReferenceLinkList {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: 1200px;
}

@media (min-width: 1200px) {
  #ReferenceLinkList {
    justify-content: space-between;
  }
}

#ReferenceLinkList > dl > dd {
  padding-left: 2rem;
}


/*footer-foot フッター下段
-------------------------------------- */
#footer-foot {
  background: #00a0e9;
  color: #FFF;
  padding: 30px 10px;
}

@media (min-width: 1024px) {
  #footer-foot {
    padding: 30px 50px;
    text-align: right;
  }
}

#footer-foot .name {
  font-size: 1.2rem;
  display: inline-block;
  border-bottom: 2px solid #FFF;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #footer-foot .name {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#footer-foot .enname {
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  #footer-foot .enname {
    font-size: 1.1rem;
  }
}

#footer-foot .address {
  margin: 1rem 0 0;
}

#footer-foot .copyright {
  display: block;
  font-size: .8rem;
  line-height: 1.2;
}


/*footer-logo
-------------------------------------- */
#footer-logo img {
  text-align: left;
  width: 140px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #footer-logo img {
    text-align: right;
    margin-bottom: 30px;
  }
}


/* JSページの上部へボタン
========================================================= */
/* ボタン_jQuery scrolltopcontrolページトップ */

#js-topcontrol {
  color: #000;
  margin: 0 5px 5px 0;
  z-index: 999;
}

#js-topcontrol .fa {
  background: #FFF;
  border: 1px solid #BFBFBF;
  padding: 12px;
}

#js-topcontrol .fa:hover {
  background: #595959;
  color: #FFF;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}


/* breadcrumb パンくず
========================================================= */
.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 0.8rem;
  margin: 0 10px;
}

@media (min-width: 1024px) {
  .breadcrumb {
    margin: 0 50px;
  }
}

.breadcrumb a {
  color: #595959;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #222;
  text-decoration: underline;
}

.breadcrumb li.active {
  font-weight: 500;
}

.breadcrumb li::after {
  color: #595959;
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.breadcrumb li:last-child::after {
  content: none;
}

/* pagination トピックスのページャーで使用
========================================================= */

.pagination {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .pagination {
    margin: 0 0 20px 0;
  }
}

.pagination li {
  margin: 0 5px;
  display: inline-block;
}


/* 一覧へ戻る */

.pagination li.rocaltop>a {
  background: #f2f2ef;
}

.pagination a {
  font-size: .8rem;
  display: inline-block;
  padding: 3px 1rem;
  border: 1px solid #bfbfbf;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

.pagination a:hover {
  background-color: #000;
  color: #FFF;
}

.pagination li.rocaltop>a:hover {
  background-color: #000;
  color: #FFF;
}

.pagination .prev a::before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: .5rem;
  color: #BFBFBF;
}

.pagination .next a::after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: .5rem;
  color: #BFBFBF;
}


/* 全ページ共通
========================================================= */
/* タイトル
========================================================= */
/* h2ページタイトル
----------------------------------------------- */
/* 下に英語表記あり 各ページにひとつ */
#entry_tit {
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 2rem;
  color: #00A0E9;
}

#entry_tit span {
  color: #595959;
  display: block;
  letter-spacing: 0px;
  font-size: .9rem;
  margin-top: .2rem;
  font-weight: normal;
}

#entry_tit span::before, #entry_tit span::after, #entry_tit span::before, #entry_tit span::after {
  content: " - ";
}

@media (min-width: 768px) {
  #entry_tit {
    font-size: 2.5rem;
  }
  #entry_tit span {
    font-size: .9rem;
    letter-spacing: 1px;
  }
}


/* セクションタイトル 下線つき
----------------------------------------------- */
/* 各ページのタイトルのすぐ下の中央リード文
各ページに1つが理想 */

.leadToppage {
  text-align: center;
  margin: 30px 0 20px;
/*   border: solid 2px #00A0E9;
background: #00A0E9;
color: #FFF; */

}

@media (min-width: 768px) {
  .leadToppage {
    margin: 70px 0 70px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
  }
}


/* リード文の下に横棒を付ける場合 */

.leadToppage.line {
  position: relative;
}

/* .leadToppage.line:after {
  background-color: #00A0E9;
  border-radius: 0;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1200px;
} */
.leadToppage.line:after {
content: "";
position: absolute;
left: 0;
bottom: -1rem;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #00A0E9, #00A0E9 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #00A0E9, #00A0E9 2px, #fff 2px, #fff 4px);
}
@media (min-width: 768px) {
  .leadToppage.line:after {
    bottom: -20px;
  }
}


/* セクションタイトル 下線つき
----------------------------------------------- */
/* 30→50→90 */
.tit-underline {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .tit-underline {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .tit-underline {
    margin-bottom: 90px;
  }
}

/* 20→50 */
.tit-underline.narrow {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tit-underline.narrow {
    margin-bottom: 50px;
  }
}


.tit-underline::after {
  background-color: #bfbfbf;
  border-radius: 0;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

@media (min-width: 768px) {
  .tit-underline::after {
    bottom: -20px;
  }
}
/* トピックス記事タイトル */
.post-tit {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .post-tit {
    margin-left: 30px;
  }
}


/* トピックス投稿日時 */

.post-date {
  letter-spacing: 0;
  white-space: normal;
}

@media (min-width: 768px) {
  .post-date {
    white-space: nowrap;
    letter-spacing: 1px;
  }
}




/* ■タイトル */

.tit-square {
  padding: 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .tit-square {
    font-size: 1rem;
    font-weight: bold;
    /*     margin-bottom: 1rem; */
    padding-left: 2rem;
  }
}

.tit-square::before {
  background: #00a0e9;
  content: "";
  /*   box-sizing: content-box; */
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .tit-square::before {
    background: none;
    border: 4px solid #FFF;
    box-sizing: content-box;
    content: "";
    display: block;
    height: .5rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: .5rem;
    margin-top: -.5rem;
    z-index: 0;
  }
}



/* トップページの名称で使用 */

.tit-border {
  font-size: 1.2rem;
  border: 2px solid #00a0e9;
  background: #00a0e9;
  color: #FFF;
  padding: 1.25rem;
  display: inline-block;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .tit-border {
    padding: 1.25rem 1.25rem 1.25rem 2.75rem;
  }
}


/* トップページの枠付き■ スマホで非表示 */

.tit-border.tit-square::before {
  display: none;
}

@media (min-width: 768px) {
  .tit-border.tit-square::before {
    border: 4px solid #FFF;
    box-sizing: content-box;
    content: "";
    display: block;
    height: .5rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: .5rem;
    margin-top: -.5rem;
    margin-left: 1rem;
    z-index: 1;
  }
}




/* widget
-------------------------------------- */

.widgettitle {
  position: relative;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background: #595959;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 800;
  margin-top: 10px;
  line-height: 1.8;
  margin: 10px 0 0;
  padding: 10px 15px 10px 45px;
}

@media (min-width: 768px) {
  .widgettitle {
    margin: 0;
    background: #00a0e9;
    padding: 10px 15px 10px 45px;
    border: none;
  }
}



/* スマホの時はアコーディオンでバックナンバーを収納
矢印クリックでオープンjs_accordion追加必要 */

.widgettitle::after {
  position: absolute;
  top: 9px;
  right: 20px;
  font-family: "FontAwesome";
}

.widgettitle::after {
  content: "\f107";
}

.widgettitle.open::after {
  content: "\f106";
  color: #595959;
}

.widgettitle:hover {
  cursor: pointer;
  background: #00a0e9;
}

@media (min-width: 768px) {
  .widgettitle:hover {
    cursor: default;
  }
}

.widgettitle.open {
  background-color: #00a0e9;
}

.widgettitle:hover::after {
  color: #FFF;
}


@media (min-width: 768px) {
  .widgettitle::after {
    display: none;
  }
}

.widget>ul {
  width: 100%;
}

.widgetList {
  display: none;
}

@media (min-width: 768px) {
  .widgetList {
    display: block;
  }
}

.widgetList li {
  display: block;
  border-bottom: 1px dashed #BFBFBF;
}


.widgetList li:last-child {
  border-bottom: 1px solid #BFBFBF;
}

@media (min-width: 768px) {
  .widgetList li:last-child {
    border-bottom: 1px dashed #BFBFBF;
  }
}

.widgetList li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px 10px 45px;
}

.widgetList li a:hover {
  background: #00a0e9;
}

.widgetList li.on a {
  font-weight: 700;
  background-color: #f2f2ef;
}



.widgetList li.on a::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .widgetList li.on a::before {
    color: #00a0e9;
  }
}

.widgetList li.on a:hover {
  background-color: #00a0e9;
  color: #FFF;
}

@media (min-width: 768px) {
  .widgetList li.on a:hover {
    color: #FFF;
  }
}

.widgetList li.on a:hover::before {
  color: #FFF;
}


/* パネル
----------------------------------------------- */


/* 1/3パネル ProjectのProductionで使用*/

.col3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .col3 {
    flex-direction: row;
    justify-content: space-between;
  }
}



/* col3の下のDIVはデフォルト33に
分割真ん中そろえ 単純に均等幅で均一化 */

.col3>* {
  margin-bottom: 20px;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col3>* {
    flex: 1 1 0;
    align-self: center;
    margin-bottom: 0;
  }
}


/* PC3枚の真ん中に余白 */

@media (min-width: 768px) {
  .col3>*:nth-child(2) {
    margin: 0 20px;
  }
}



/* 50%パネル*/

.col2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .col2 {
    flex-direction: row;
    justify-content: space-between;
  }
}



/* col2の下のDIVはデフォルト半分に
分割真ん中そろえ */

.col2>* {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2>* {
    flex: 1 1 50%;
    align-self: center;
  }
}


/* 右左リバース,プロジェクトFL、トップページで使用 */

.reverse {
  flex-direction: column;
}

@media (min-width: 768px) {
  .reverse {
    flex-direction: row-reverse;
  }
}


/* 上揃え,プロジェクトFLで使用 */

.col2.flex-start>* {
  align-self: auto;
}

@media (min-width: 768px) {
  .col2.flex-start>* {
    align-self: flex-start;
  }
}


/* 下揃え,トップのアクセスで使用 */

.col2.flex-end>* {
  align-self: auto;
}

@media (min-width: 768px) {
  .col2.flex-end>* {
    align-self: flex-end;
  }
}



/* 分割割合変更 divideとつけて下位にそれぞれの割合を*/

.col2.divide>.divide10 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide10 {
    flex: 1 1 10%;
  }
}

.col2.divide>.divide20 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide20 {
    flex: 1 1 20%;
  }
}

.col2.divide>.divide30 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide30 {
    flex: 1 1 30%;
  }
}

.col2.divide>.divide40 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide40 {
    flex: 1 1 40%;
  }
}

.col2.divide>.divide60 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide60 {
    flex: 1 1 60%;
  }
}

.col2.divide>.divide70 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide70 {
    flex: 1 1 70%;
  }
}

.col2.divide>.divide80 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide80 {
    flex: 1 1 80%;
  }
}

.col2.divide>.divide90 {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col2.divide>.divide90 {
    flex: 1 1 90%;
  }
}




/* カード */

.panel-cards {
  margin: 0 10px;
}

@media (min-width: 1024px) {
  .panel-cards {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .cards {
    margin-top: 70px;
  }
}

.card {
  position: relative;
  margin-bottom: 20px;
  background: #f0f0f0;
  text-decoration: none;
  width: 100%;
}


/* flexbox左揃え調整用空タグ、スマホはなし */

.card.invisible {
  display: none;
}

@media (min-width: 1024px) {
  .card.invisible {
    display: block;
    visibility: hidden;
  }
}


/* 調節用使わないほうが望ましい */

.card.no-mr20 {
  margin-right: 0!important;
}


/* このサイズより下でカード全面の大きさになる */

@media (max-width: 640px) {
  .card {
    width: 100%;
  }
}





/* 740以上で2枚表示 */

@media (min-width: 640px) {
  .card {
    max-width: 360px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
  .card:nth-child(even) {
    margin-right: 0;
  }
}


/* 550以上で2枚、835以上で3枚 */

@media (min-width: 550px) {
  .card.medium {
    max-width: 265px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
  .card.medium:nth-child(even) {
    margin-right: 0;
  }
  .card.medium:last-child {
    margin-right: 0;
  }
}



/* 550以上で2枚、835以上で3枚ここ、レスポンシブの時に要調整 */

@media (min-width: 835px) {
  .card.medium {
    max-width: 265px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
  .card.medium:nth-child(even) {
    margin-right: 20px;
  }
  .card.medium:nth-child(3n) {
    margin-right: 0;
  }
}


@media (min-width: 1024px) {
  .card:nth-child(even) {
    margin-right: 20px;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}


/* メンバー欄で使用 4枚一行 */

@media (min-width: 1024px) {
  .card.medium:nth-child(even) {
    margin-right: 20px;
  }
  .card.medium:nth-child(3n) {
    margin-right: 20px;
  }
  .card.medium:nth-child(4n) {
    margin-right: 0;
  }
}



/* メンバーの小さいのだけ例外のスタイル */

@media (max-width: 320px) {
  .card.small {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .card.small {
    max-width: 170px;
  }
}

@media (min-width: 360px) {
  .card.small {
    margin-right: 20px;
  }
}



/* メンバー欄で使用 2枚一行(360+20余白) */

@media (min-width: 380px) {
  .card.small {
    margin-bottom: 70px;
  }
  .card.small:nth-child(2n) {
    margin-right: 0;
  }
}


/* メンバー欄で使用 3枚一行(550+20余白) */

@media (min-width: 570px) {
  .card.small:nth-child(2n) {
    margin-right: 20px;
  }
  .card.small:nth-child(3n) {
    margin-right: 0;
  }
}


/* メンバー欄で使用 4枚一行(740+20余白) */

@media (min-width: 760px) {
  .card.small:nth-child(3n) {
    margin-right: 20px;
  }
  .card.small:nth-child(4n) {
    margin-right: 0;
  }
}


/* メンバー欄で使用 5枚一行(930+20余白) */

@media (min-width: 950px) {
  .card.small:nth-child(4n) {
    margin-right: 20px;
  }
  .card.small:nth-child(5n) {
    margin-right: 0;
  }
}


/* メンバー欄で使用 6枚一行(1120+20余白)1200maxなので */

@media (min-width: 1140px) {
  .card.small:nth-child(5n) {
    margin-right: 20px;
  }
  .card.small:nth-child(6n) {
    margin-right: 0;
  }
}


/* Flexbox左よせハック、small限定スタイル */

@media screen and (min-width:570px) and (max-width:949px) {
  .card.small.invisible {
    display: block;
    visibility: hidden;
  }
}

.card .card-header {
  height: 0;
  padding-top: 56.25%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
}


/* 正方形カードスタイル */

.card .card-header.square {
  padding-top: 100%;
}



.card .card-header:hover, .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}

.card .card-icon {
  position: relative;
  padding: 5%;
}

.card .card-icon {
  background: #00a0e9;
  padding: 3.5% 0 2.5% 0;
  color: white;
  position: absolute;
  top: 0;
  font-size: .8rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px;
  margin: 0;
}


.card-tit {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-bottom: 2px solid #BFBFBF;
}

.card-tit.small {
  font-size: 1rem;
  margin-bottom: 5px;
  /*   font-weight: 700; */
}

.card-summary {
  padding: 10px 20px 40px;
  width: 100%;
  min-height: 202px;
}

a.card.medium .card-summary {
  padding: 10px 10px 40px;
  min-height: auto;
}


/* メンバーインデックスのカード6枚のサマリー */

a.card.small .card-summary {
  padding: 10px 5px;
  width: 100%;
  min-height: auto;
}

.card .card-meta {
  color: #BFBFBF;
  font-size: .78rem;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: .5rem;
  padding: 0 .5rem;
}


.card:hover, .card:focus {
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}

.card:hover .card-icon, .card:focus .card-icon {
  opacity: 0.6;
  /*alpha*/
  -moz-opacity: 0.6;
  /*firefox*/
  filter: alpha(opacity=60);
}


/* 埋め込み動画レスポンシブ */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}


/* 共通パーツ Display property表示、非表示
----------------------------------------------- */


/* スマホ以下は改行なし、トップで使用 */

.hidden-s {
  display: none;
}

@media (min-width: 768px) {
  .hidden-s {
    display: inline;
  }
}


/* タブのみ表示なし FL,about/indexで使用 */

.visible-only-md {
  display: none;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .hidden-only-md {
    display: none;
  }
  .visible-only-md {
    display: block;
  }
}


/* トピックスでページャー前、次で使用 */

.hide {
  visibility: hidden;
}



/*
セクション間の隙間
-----------------------------------------------*/


/* 最小 */

.mt-1rem {
  margin-top: 1rem;
}


/* 小 */

.mt-narrow {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mt-narrow {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .mt-narrow {
    margin-top: 50px;
  }
}


/* 大 */

.mt-wide {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mt-wide {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .mt-wide {
    margin-top: 70px;
  }
}



/* スマホの時だけあく隙間 */

.mt-visible-s {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .mt-visible-s {
    margin-top: 0;
  }
}




/* 左スペース */

.ml-1rem {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .ml-1rem {
    margin: 0 0 0 1rem;
  }
}


/* 右スペース */

.mr-1rem {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .mr-1rem {
    margin: 0 1rem 0 0;
  }
}


/* リスト
----------------------------------------------- */


/* リストデフォルトスタイル */

.com-list li {
  margin: 0 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}

.com-list li:before {
  content: "・";
}

@media (min-width: 1024px) {
  .com-list li {
    margin: 0;
  }
}


/* ※アイコン */

.com-list.notes li::before {
  content: "※";
}


/* PDFアイコン */

.com-list.pdf li::before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: .2rem;
  color: #C63527;
}


/*関連リンクアイコン*/

.com-list.headword li::before {
  font-family: "FontAwesome";
  content: "\f101";
  margin-right: .2rem;
  color: #00a0e9;
}



/* 丸付き数字encircled number
----------------------------------------------- */

.ol-encircledNumber {
  counter-reset: my-counter 0;
  list-style: outside none none;
  padding-left: 45px;
}

.ol-encircledNumber li {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.ol-encircledNumber li::before {
  background-color: #00a0e9;
  border-radius: 50%;
  color: #FFF;
  content: counter(my-counter, decimal);
  counter-increment: my-counter 1;
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  margin-left: -35px;
  text-align: center;
  width: 27px;
}


/* テーブル,dl
----------------------------------------------- */


/* お問い合わせで使用 */

.definitionTable {
  margin: 0 auto;
  max-width: 900px;
  border-top: 1px solid #595959;
}

@media (min-width: 480px) {
  .definitionTable {
    position: relative;
  }
  .definitionTable:before {
    content: "";
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #00a0e9;
  }
}

.definitionTable>* {
  padding: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .definitionTable>* {
    padding: 1rem;
    position: relative;
    z-index: 2;
  }
}

.definitionTable dt {
  color: #FFF;
  background: #00a0e9;
  font-weight: bold;
}

@media (min-width: 480px) {
  .definitionTable dt {
    float: left;
    clear: left;
    width: 120px;
  }
}

.definitionTable dd {
  border-bottom: 1px solid #595959;
}

@media (min-width: 480px) {
  .definitionTable dd {
    padding-left: calc(120px + 1rem);
  }
}

.definitionTable.form:before {
  width: 203px;
}

@media (min-width: 480px) {
  .definitionTable.form dt {
    width: 203px;
  }
}

@media (min-width: 480px) {
  .definitionTable.form dd {
    padding-left: calc(203px + 1rem);
  }
}



/* テキスト
----------------------------------------------- */


.com-text-large {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .com-text-large {
    font-size: 22px;
  }
}

.com-text-medium {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .com-text-medium {
    font-size: 1.1rem;
  }
}

.com-text-small {
  font-size: 14px;
}

.com-text-xsmall {
  font-size: 12px;
}

.text-center {
  text-align: center;
}


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


/* テキスト水色 */
.text-accent {
  color: #00A0E9;
  font-weight: bold;
}

/* ※マークつける場合 */
.text-notes {
  text-indent: -1rem;
  padding-left: 1rem;
}

.text-notes::before {
  content: "※";
  margin-right: .2rem;
  vertical-align: middle;
}






/* リード文 */

.lead {
  font-weight: 700;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}


.leadCatch {
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .leadCatch {
    font-size: 1.1rem;
  }
}


/* 画像にボーダー */


/* about/access/アクセス イラストマップ*/

.img-border {
  border: 1px solid #BFBFBF;
}






/* アイコン
----------------------------------------------- */


/* .icon-new {
  min-width: 60px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #595959;
  color: #FFF;
  padding: 2px 5px;
  vertical-align: middle;
} */


/* ボタン
----------------------------------------------- */

.btn {
  /*   border-radius: 2px; */
  cursor: pointer;
  display: inline-block;
  background-color: #595959;
  border: 1px solid #bfbfbf;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding: .75rem .5rem;
  width: calc(100% - 20px);
  /*   width: 100%; */
  text-decoration: none;
  transition: .2s ease;
}

@media (min-width: 768px) {
  .btn {
    /*     width: calc(100% - 20px); */
    width: auto;
    color: #222;
    letter-spacing: 2px;
    background-color: #FFF;
    padding: 10px 100px;
  }
}

.btn:hover {
  background-color: #00a0e9;
  color: #222;
}

@media (min-width: 768px) {
  .btn:hover {
    background-color: #00a0e9;
    color: #FFF;
  }
}


/* 小さいサイズ */

.btn.small {
  margin: 20px 10px;
  padding: .75rem 0;
  text-align: center;
  width: calc(100% - 20px);
  /*   width: 100%; */
}

@media (min-width: 768px) {
  .btn.small {
    margin: 0;
    width: auto;
    font-size: .8rem;
    padding: 5px 20px;
  }
}

@media (min-width: 1024px) {
  .btn.small {
    font-size: 1rem;
    padding: 5px 30px;
  }
}

@media (max-width: 767px) {
.card-lsit .btn {
  background-color: #FFF;
  color: #222;
  margin: 0;
  width: 100%; }
.card-lsit .btn {
  background-color: #FFF;
  color: #222;
  margin: 0;
  width: 100%; }
.card-lsit .btn:hover {
  transition: .2s ease;
  background-color: #00a0e9;
  color: #FFF; }
}


/* ホバーで水色（黒バックにのせる場合） */

.btn.secondary:hover {
  background-color: #00a0e9;
  color: #222;
}



/* 文末にリンク矢印 */

.arrow::after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: .5rem;
  color: #BFBFBF;
}

.arrow:hover::after {
  color: #FFF;
}


/* リンク矢印右端 */

.endArrow::after {
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 2px;
  /* spナビの余白の影響 */
  content: "\f105";
  color: rgba(0, 160, 233, 0.6);
}

.endArrow:hover::after {
  color: #FFF;
}

.endArrow.down::after {
  content: "\f107";
}



/* オーバーレイ、背景用パネル
----------------------------------------------- */


/* トピックス記事用背景色 */

.bg-pale {
  background-color: #f2f2ef;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .bg-pale {
    padding: 70px 0;
  }
}

.bg-pale.text-left {
  text-align: left;
}

.bg-pale .article-box {
  background: #FFF;
}

.overlay-white {
  background: rgba(191, 191, 191, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


.overlay-primary {
  background: none;
}

@media (min-width: 1024px) {
  .overlay-primary {
    background: rgba(0, 30, 98, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.overlay-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}


.overlay-inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}



/* 大きなマスクパネル
----------------------------------------------- */


/* マスク入れるパネル */

.mask-panel {
  position: static;
}

@media (min-width: 768px) {
  .mask-panel {
    padding-top: 40%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
    margin: 0 auto;
  }
}


/* オーバーレイの黒 マスクパネルに使用 */

.mask-overlay {
  position: static;
}

@media (min-width: 768px) {
  .mask-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.mask-summary {
  margin: 30px 0 0;
  padding: 0;
  color: #222;
}

@media (min-width: 768px) {
  .mask-summary {
    margin: 0;
    padding: 0 20px;
    color: #FFF;
  }
}

.mask-img {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .mask-img {
    margin-right: 20px;
  }
}


/* メンバーページのみ適用、写真を小さく */

#mask-members .mask-img {
  margin: 20px auto 50px;
  max-width: 200px;
}

@media (min-width: 768px) {
  #mask-members .mask-img {
    margin-right: 20px;
  }
}



/* box
----------------------------------------------- */


/* トピックス記事一覧 */

.article-icon {
  border: 1px solid #BFBFBF;
  background: #00a0e9 none repeat scroll 0 0;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.7rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  padding: 3px 7px;
  position: absolute;
  text-transform: uppercase;
  left: 10px;
  top: 18px;
}

@media (min-width: 768px) {
  .article-icon {
    border: none;
    font-size: 0.8rem;
    font-weight: bold;
    color: #FFF;
    background: #00a0e9;
    min-width: 150px;
    padding: 10px 5px;
    left: 0px;
    top: 30px;
  }
}

.article-box {
  align-items: stretch;
  background-color: #f2f2ef;
  /*   border-radius: 10px; */
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 20px;
  /*   max-width: 800px; */
  padding: 20px;
  transition: all 0.2s ease 0s;
}

.tit-article {
  font-size: 1.1rem;
  position: relative;
  padding: 2.75rem 10px 1.25rem;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .tit-article {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0 0 .5rem 2.25rem;
    border-bottom: 2px solid #00a0e9;
  }
}

.tit-article::before {
  border-top: 1px solid #BFBFBF;
  border-bottom: 5px solid #00a0e9;
  background: #f2f2ef none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .tit-article::before {
    background: none;
    border: 4px solid #00a0e9;
    box-sizing: content-box;
    content: "";
    display: block;
    height: .5rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: .5rem;
    margin-top: -.5rem;
  }
}

.article-related {
  margin: 0 50px;
}

.article-related>ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 10px 0 20px;
}

.article-related li {
  font-size: .8rem;
  background: #BFBFBF;
  border: solid 1px #BFBFBF;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-right: 5px;
}

.article-related li:last-child {
  margin-right: 0;
}

.article-related ul li a {
  display: block;
  padding: 5px 2px;
  text-decoration: none;
  width: 100%;
}

.article-related ul li a:hover {
  background-color: #F1C400;
}


/* マウスオーバー時にヌルっと拡大画像
----------------------------------------------- */

.imgWrap {
  overflow: hidden;
}

.imgEff.square {
  position: relative;
  width: 200px;
  height: 200px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.imgEff.square:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 233, 0.6);
}


.imgEff {
  position: relative;
  width: 250px;
  height: 141px;
  cursor: pointer;
  transition-duration: 0.3s;
  display: block;
}

.imgEff:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 250px;
  height: 141px;
  background: rgba(0, 160, 233, 0.6);
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  transition-duration: 0.3s;
  opacity: 0;
}

.imgEff:hover {
  transform: scale(1.1);
}

.imgEff:hover:before {
  opacity: 1;
}



/* 差し替え文字 */

.imgEff.MoSaIC:before {
  content: "MoSaIC";
}

.imgEff.CosmologyOfCalendar:before {
  content: "暦の宇宙";
}

.imgEff.CampusMuseum:before {
  content: "キャンパスミュージアム";
}

.imgEff.DigitalCinema:before {
  content: "デジタルシネマテクノロジー";
}

.imgEff.DMCProduction:before {
  content: "DMC Production";
}

.imgEff.NICT:before {
  content: "受託研究(NICT)";
}

.imgEff.sangaku:before {
  content: "産学連携";
}

.imgEff.FutureLearn:before {
  content: "FutureLearn";
}

.imgEff.DMCYoutube:before {
  content: "DMC Youtube チャンネル";
}

.imgEff.DMCWorks:before {
  content: "DMCWorks";
}



/* トップページ home(トップページだけ限定スタイル)
========================================================= */
/* #home-keyvisual 動画BG
----------------------------------------------- */

#keyvisual-wrap {
 /*  width: 100%; */
  /* height: 100vh; */
/*   overflow: hidden; */
  position: relative;
}


#keyvisual-wrap video {
  /*   position: fixed; */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}



/* 動画連続再生用
#videow2, #videow3, #videow4, #videow5, #videow6 {
  display: none;
} */

.keyvisual-copy {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 75%;
  left: 10px;
  z-index: 5;
  background-color: rgba(0, 160, 233, 0.6);
  color: #FFF;
  font-weight: 300;
  padding: 5px;
  width: auto;
}

@media (min-width: 768px) {
  .keyvisual-copy {
    left: auto;
    right: 50px;
    top: 70%;
  }
}



.keyvisual-copy .c-en {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .keyvisual-copy .c-en {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}


.keyvisual-copy .sub {
  display: block;
  font-size: .8rem;
  margin-top: .2em;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 768px) {
  .keyvisual-copy .sub {
    text-align: right;
  }
}

.slick-slide {
  position: relative;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #00A0E9;
}


/* .slider .slick-dots li.slick-active button:before,
.slider .slick-dots li button:before {
  color: rgb(45, 184, 218);
}

.slider .slick-dots {
  bottom: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
} */


/* #scroll {
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  vertical-align: top;
  width: 40px;
  z-index: 100;
  color: #bbb;
}

.btn-scroll {
  display: none;
} */


/* #home-about
----------------------------------------------- */

#tit-overlay {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  #tit-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}


/* 共通パーツ
----------------------------------------------- */


/* タイトル
-------------------------------------- */

.home-tit {
  letter-spacing: 2px;
  text-align: center;
  color: #00a0e9;
  font-size: 24px;
}

.home-tit span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .home-tit {
    font-size: 27px;
  }
  .home-tit span {
    font-size: 14px;
  }
}


/* ホームタイトル白抜きテキストスマホでは黒背景なし */

.home-tit.white {
  color: inherit;
}

@media (min-width: 768px) {
  .home-tit.white {
    color: #FFF;
  }
}

.tit-ProjectList {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}


/* プロジェクトタイトル白抜きテキストスマホでは黒背景なし */

.tit-ProjectList.white {
  color: inherit;
}

@media (min-width: 768px) {
  .tit-ProjectList.white {
    color: #FFF;
  }
}


/* テキスト
-------------------------------------- */

.home-lead {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .home-lead {
    font-weight: 500;
    text-align: center;
    margin-top: 4rem;
  }
}


/* リスト
-------------------------------------- */


/* トピックス一覧 */

.topicsLinkList {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .topicsLinkList {
    width: 820px;
    padding: 0;
    margin: 0px auto 0px;
  }
}

.topicsLinkList.home {
  margin-top: 50px;
}


/* プロジェクトバナー */

.ProjectList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  justify-content: center;
}

.ProjectList li {
  margin-top: 30px;
  padding: 0 10px;
}

.ProjectList dl dd {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 1024px) {
  .ProjectList {
    justify-content: flex-start;
    margin: 70px auto;
    max-width: 1200px;
    padding: 0 30px;
  }
}


/* マージントップ狭い */

@media (min-width: 1024px) {
  .ProjectList.mt-narrow {
    margin: 30px auto 70px;
  }
}

.ProjectList.center {
  justify-content: center;
}



/* flexbox js調節用 */

@media screen and (min-width:790px) and ( max-width:1139px) {
  .ProjectList.center.flex-cards li.fill_element {
    display: none;
  }
}

.ProjectList.narrow {
  max-width: 940px;
}



/* リンクバナー */

.LinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 1024px) {
  .LinkList {
    margin: 70px auto;
    max-width: 1024px;
  }
}



/* リンク・ボタン
-------------------------------------- */


/* トピックス記事ボックスホバー */

.topicsLinkList a:hover>.article-box {
  background: #00a0e9;
}




/* #home-digitalarchives
----------------------------------------------- */

#home-digitalarchives {
  padding: 30px 0;
  background: #FFF;
}

@media (min-width: 768px) {
  #home-digitalarchives {
    padding: 0;
  }
}




/* 左半分写真 */

#home-digitalarchives .col2>.left {
  background: none;
}

@media (min-width: 768px) {
  #home-digitalarchives .col2>.left {
    align-self: stretch;
    flex: 1 0 50%;
    background: rgba(0, 0, 0, 0) url("../img/home/home-digitalarchives.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28%;
    position: relative;
  }
}


/* 右半分写真 */

#home-digitalarchives .col2>.right {
  background: none;
}

@media (min-width: 768px) {
  #home-digitalarchives .col2>.right {
    align-self: stretch;
    flex: 1 0 50%;
    background: rgba(0, 0, 0, 0) url("../img/home/home-digitalarchives.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28%;
    position: relative;
  }
}




/* 右左の画像エリアの指定レスポンシブで解除 */

.left>div {
  position: static;
}

@media (min-width: 768px) {
  .left>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.right>div {
  position: static;
}

@media (min-width: 768px) {
  .right>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}



/* 分割写真の隣の文章ブロック */

#home-digitalarchives .col2>.article {
  padding: 10px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  #home-digitalarchives .col2>.article {
    padding: 30px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #home-digitalarchives .col2>.article {
    padding: 100px;
  }
}







/* #home-about
----------------------------------------------- */

#home-about {
  padding: 30px 10px;
  height: auto;
  background: #FFF;
  overflow: visible;
}

@media (min-width: 768px) {
  #home-about {
    background: rgba(0, 0, 0, 0) url("../img/home/home-about.jpg") no-repeat scroll center center;
    padding-top: 56%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}


/* #home-topics
----------------------------------------------- */

#home-topics {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #home-topics {
    padding: 100px 0;
  }
}


/* #home-project
----------------------------------------------- */

#home-project {
  background: #FFF;
  padding: 30px 0;
  width: 100%;
}

@media (min-width: 768px) {
  #home-project {
    background: #595959;
  }
}

@media screen and (min-width: 1024px) {
  #home-project {
    background: rgba(0, 0, 0, 0) url("../img/home/home-projects.jpg") no-repeat fixed 50% 100% / cover;
    padding: 100px 0;
    position: relative;
  }
}


/* #home-linksite
----------------------------------------------- */

#home-linksite {
  background: #FFF;
  padding: 30px 0;
  width: 100%;
}

@media (min-width: 768px) {
  #home-linksite {
    background: #BFBFBF;
  }
}

@media screen and (min-width: 1024px) {
  #home-linksite {
    background: rgba(0, 0, 0, 0) url("../img/home/home-linksite.jpg") no-repeat fixed 50% 100% / cover;
    padding: 100px 0;
    position: relative;
    width: 100%;
  }
}


/* #home-link
----------------------------------------------- */

#home-link {
  padding: 10px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #home-link {
    background: rgba(0, 0, 0, 0) url("../img/home/home-link.jpg") no-repeat fixed 50% 50% / cover;
    padding: 100px 0;
    position: relative;
    width: 100%;
  }
}


/* #home-access
----------------------------------------------- */

#home-access {
  background: #FFF;
  margin: 0 auto;
}


.home-maplink {
  text-align: right;
  padding: 10px 0;
}


/* .googlemap
----------------------------------------------- */

.map_wrapper {
  width: 100%;
  min-width: 280px;
}

.map-canvas {
  position: relative;
  padding-top: 56%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .map-canvas {
    padding-top: 28.125%;
  }
}

.map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* topicsトピックスページ固有CSS
========================================================= */


/* 共通パーツ
----------------------------------------------- */

#head-topics>span {
  display: none;
}

#head-topics {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/topics/head-topics.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-topics {
    background: rgba(0, 0, 0, 0) url("../img/topics/head-topics.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}


/* タイトル
-------------------------------------- */


/* テキスト
-------------------------------------- */


/* リンク・ボタン
-------------------------------------- */


/* パネル
-------------------------------------- */

.panel-topics {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: stretch;
}

@media (min-width: 768px) {
  .panel-topics {
    margin-top: 30px;
    flex-flow: row nowrap;
  }
}


/* .panel-topics > div {
  padding: 0 20px;
} */


/* #〇〇
----------------------------------------------- */


/* projectプロジェクトページ固有CSS
========================================================= */


/* 共通パーツ
----------------------------------------------- */


/* #projest indexのカード画像 card-header
----------------------------------------------- */

.card-MoSaIC {
  background-image: url("../img/projects/project_mosaic.jpg");
}

.card-CosmologyOfCalendar {
  background-image: url("../img/projects/project_calendar.jpg");
}

.card-CampusMuseum {
  background-image: url("../img/projects/project_campus.jpg");
}

.card-DigitalCinema {
  background-image: url("../img/projects/project_dci.jpg");
}

.card-DMCProduction {
  background-image: url("../img/projects/project_dmcp.jpg");
}

.card-NICT {
  background-image: url("../img/projects/project_nict.jpg");
}

.card-sangaku {
  background-image: url("../img/projects/project_sangaku.jpg");
}

.card-FutureLearn {
  background-image: url("../img/projects/project_fl2.jpg");
}

.card-imgNone {
  background-image: url("../img/projects/project_done.jpg");
}



/* #projest headのパララックス画像
----------------------------------------------- */


/* プロジェクトインデックス */

#head-MoSaIC>span {
  display: none;
}

#head-MoSaIC {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/head-MoSaIC.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-MoSaIC {
    background: rgba(0, 0, 0, 0) url("../img/projects/head-MoSaIC.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-CosmologyOfCalendar>span {
  display: none;
}

#head-CosmologyOfCalendar {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/koyomi.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-CosmologyOfCalendar {
    background: rgba(0, 0, 0, 0) url("../img/projects/koyomi.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-CampusMuseum>span {
  display: none;
}

#head-CampusMuseum {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_campus.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-CampusMuseum {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_campus.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}





#head-DigitalCinema>span {
  display: none;
}

#head-DigitalCinema {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/Left.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-DigitalCinema {
    background: rgba(0, 0, 0, 0) url("../img/projects/Left.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-DMCProduction>span {
  display: none;
}

#head-DMCProduction {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_dmcp.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-DMCProduction {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_dmcp.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-NICT>span {
  display: none;
}

#head-NICT {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_nict.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-NICT {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_nict.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-sangaku>span {
  display: none;
}

#head-sangaku {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_sangaku.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-sangaku {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_sangaku.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-FutureLearn>span {
  display: none;
}

#head-FutureLearn {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_fl2.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-FutureLearn {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_fl2.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-cq6g7o000002vct0>span {
  display: none;
}

#head-cq6g7o000002vct0 {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/intro_img.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-cq6g7o000002vct0 {
    background: rgba(0, 0, 0, 0) url("../img/projects/intro_img.jpg") no-repeat fixed 50% 100% / cover;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}

#head-imgNone>span {
  display: none;
}

#head-imgNone {
  width: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0) url("../img/projects/project_done.jpg") no-repeat scroll 50% 50% / cover;
}

@media (min-width: 1024px) {
  #head-imgNone {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_done.jpg") no-repeat fixed 50% 40% / 50%;
    padding-top: 28.125%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
}


/* youtube入るボックス */

.mask-youtube {
  background: none;
}

@media (min-width: 768px) {
  .mask-youtube {
    background: rgba(0, 0, 0, 0) url("../img/home/home-link.jpg") no-repeat scroll 50% 100% / cover;
    padding-top: 40%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
  }
}



/* FLで使用、タブの時にはみ出たので対策 */

@media screen and (min-width:768px) and (max-width:1023px) {
  .mask-youtube.wide {
    padding-top: 50%;
  }
}




/* MoSaIC/calendar 画像*/

.img-calendar {
  max-width: 800px;
  text-align: center;
  margin: 30px auto;
}

.img-calendar>figure {
  padding: 0 20px;
}




/* figure.project-photo {
  display: table;
  height: 100%;
  width: 45%;
}
figure.project-photo img {
  margin: 10px 0;
} */


/* figure.project-photo figcaption {
  display: block;
  text-align: center;
}
figure.project-photo figcaption p {
  color: #FFF;
  padding: 15px 15px 25px;
}
figure.project-photo a img {
  border: #ccc 1px solid;
}
figure.project-photo a:hover {
  opacity: 0.7;
}
figure.project-photo.fl{
  float: left;
}
figure.project-photo.fr{
  float: right;
}
 */


/* #projest-article {
  margin: 50px 0;
} */


/* .bg-color {
  background-color: #f2f2ef;
  margin: 50px 0 auto;
  padding: 0 0 70px;
  width: 100%;
}
 */


/*
.col-wrap {
  max-width: 900px;
  margin: 70px auto;
} */


/* .col-panel {

  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.col-panel > li {
  margin-right: 5px;
  margin-bottom: 30px;
}
 */


/* .col-1-2 {
  width: 50%;
  flex: 0 1 50%;
}

.col-1-3 {
  width: 33.3333%;
  flex: 0 1 33.3333%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
  flex: 0 1 20%;
}

.col-1-6 {
  width: 16.6666%;
  flex: 0 1 16.6666%;
}

.col-1-7 {
  width: 14.2857%;
} */


/* タイトル
-------------------------------------- */


/* テキスト
-------------------------------------- */


/* リンク・ボタン
-------------------------------------- */


/* パネル
-------------------------------------- */


/* #〇〇
----------------------------------------------- */


/* digitalarchivesデジタルアーカイブページ固有CSS
=========================================================
/* #digitalarchives indexのカード画像 card-header
----------------------------------------------- */

.card-dmc {
  background-image: url("../img/digitalarchives/archives_dmc.png");
}

.card-dmcworks {
  background-image: url("../img/digitalarchives/archives_dmcworks.png");
}

.card-humi {
  background-image: url("../img/digitalarchives/archives_humi.png");
}

.card-darc {
  background-image: url("../img/digitalarchives/archives_darc.png");
}

.card-eiri {
  background-image: url("../img/digitalarchives/archives_eiri.png");
}

.card-21722 {
  background-image: url("../img/digitalarchives/archives_21722.png");
}

.card-nanki {
  background-image: url("../img/digitalarchives/archives_nanki.png");
}

.card-keio {
  background-image: url("../img/digitalarchives/archives_keio.png");
}

.card-dd {
  background-image: url("../img/digitalarchives/digitalarchives_dd.jpg");
}



/* reviewデジタルアーカイブページ固有CSS
=========================================================
/* #review indexのカード画像 card-header
----------------------------------------------- */

.card-DMCReview05 {
  background-image: url("../img/review/review_005.png");
}

.card-DMCReview04 {
  background-image: url("../img/review/review_004.png");
}

.card-DMCReview03 {
  background-image: url("../img/review/review_003.png");
}

.card-DMCReview02 {
  background-image: url("../img/review/review_002.png");
}

.card-DMCReview01 {
  background-image: url("../img/review/review_001.png");
}

.card-kiyo_toukoukitei {
  background-image: url("../img/review/review_kitei.jpg");
}

.card-kiyo_hyosi {
  background-image: url("../img/review/review_kitei.jpg");
}

.card-kiyo_iinkai_kiyaku {
  background-image: url("../img/review/review_kitei.jpg");
}



/* aboutアバウトページ固有CSS
========================================================= */


/* 共通パーツ
----------------------------------------------- */


/* #mask-members
----------------------------------------------- */


/* メンバーの黒パネルの背景画像 */

#mask-members {
  background: none;
}

@media (min-width: 768px) {
  #mask-members {
    background: rgba(0, 0, 0, 0) url("../img/about/members-bg.jpg") no-repeat scroll 50% 100% / cover;
  }
}


.projectlist-wrap {
  display: flex;
  flex-flow: row wrap;
}

.projectlist-wrap>dt {
  flex: 1 0 0;
}

.projectlist-wrap>dd {
  flex: 1 1 0;
}


/* タイトル
-------------------------------------- */


/* テキスト
-------------------------------------- */
.lead-underline {
  font-size: 1.1rem;
  border-bottom: 3px solid #00a0e9;
  margin-bottom: 10px;
  color: #222;
}

@media (min-width: 768px) {
  .lead-underline {
    font-size: 1.2rem;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .lead-underline {
    font-size: 1.8rem;
  }
}

.lead-subtitle {
  display: block;
  line-height: 1.2rem;
  font-size: .8rem;
  padding: 5px 0;
}

.lead-subtitle.large {
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .lead-subtitle.large {
    font-size: 1rem;
  }
}


.menbers-position {
  font-size: 1rem;
  margin: 5px 0;
  display: block;
}



/* リンク・ボタン
-------------------------------------- */


/* パネル
-------------------------------------- */


/* about/message所長挨拶 */

#greeting {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto;
}

#greeting .text-right {
  text-align: center;
}

@media (min-width: 768px) {
  #greeting .text-right {
    text-align: right;
  }
}


/* about/history沿革 Company Timeline */

.timelineWrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.timeline-item {
  padding: 70px 0 20px 50px;
  position: relative;
  border-left: 2px solid #00a0e9;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2rem;
  font-weight: bold;
  top: -5px;
  display: block;
  font-size: 2rem;
  color: #00a0e9;
}

.timeline-item::after {
  width: 15px;
  height: 15px;
  display: block;
  top: 1rem;
  position: absolute;
  left: -9px;
  /*   border-radius: 10px; */
  content: '';
  background: #00a0e9;
}

.timeline-item>.definitionTable::before {
  background: #f2f2ef;
}

.timeline-item>* {
  font-size: 1.1rem;
}

.timeline-item>.definitionTable {
  font-size: 1rem;
}

.timeline-item>.definitionTable dt {
  background: #f2f2ef;
  color: #222;
  text-align: center;
}


/* /access/ アクセス道順 */

#panel-route {
  background-color: #BFBFBF;
}

@media (min-width: 768px) {
  #panel-route {
    margin: 70px auto;
    padding: 50px;
  }
}

#panel-route .text-right {
  text-align: center;
}

@media (min-width: 768px) {
  #panel-route .text-right {
    text-align: right;
  }
}



/* 〇〇〇〇〇〇〇〇〇〇〇〇
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* タイトル
-------------------------------------- */
/* テキスト
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
/* パネル
-------------------------------------- */
/* #〇〇
----------------------------------------------- */



/* フォーム共通
========================================================= */
/* input関連
--------------------------------------*/
/* search-boxs
-------------------------------------- */
.panel-search {
  padding: 0;
  margin: 20px 10px;
}

@media (min-width: 768px) {
  .panel-search {
    padding: 0;
    margin: 0;
  }
}


.search-boxs {
  position: relative;
  margin: 0px;
}

.search-boxs input[type="text"] {
  border: 1px solid #BFBFBF;
  color: #BFBFBF;
  font-size: 1rem;
  height: 28px;
  padding: 0 40px 0 0.75rem;
  width: 100%;
  box-sizing: border-box;
}

.search-boxs button[type="submit"] {
  background: #BFBFBF;
  border: 1px solid #BFBFBF;
  color: #595959;
  font-size: .8rem;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
}



.search-boxs input[type="text"]:focus, .search-boxs input[type="text"]:focus+.btn-search, .search-boxs input[type="text"]:focus+.off-left {
  border-color: #595959;
  color: #595959;
}

.search-boxs .off-left {
  left: -9999rem;
  position: absolute;
}



/* パーツ共通 カードテンプレ
========================================================= */

/* カードのパネル共通 */
.card-panel {
  background: #f0f0f0;
  box-shadow: 0 2px 5px #ccc;
  position: relative;
}

.card-panel .icon {
  background: #00a0e9;
  padding: 10px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.card-panel .tit {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.2rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #BFBFBF;
}

.card-panel .content {
  padding: 20px;
}

.card-panel .link {
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}

.card-panel .meta {
  color: #BFBFBF;
  font-size: .78rem;
  text-transform: uppercase;
  text-align: right;
  padding: .2rem 0;
}

.card-panel .cat-icon {
  min-width: 60px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  background-color: #595959;
  padding: .15rem .25rem;
  vertical-align: middle;
  color: #FFF;
}

.card-panel .content a {
  text-decoration: none;
}

.card-panel .content a .summary p {
  text-decoration: underline;
}

.card-panel .content a:hover .summary p {
  text-decoration: none;
}

/* メンバー プロジェクトサムネイルで使用 */
.card-wrap .card-lsit li a {
  text-decoration: none;
}

.card-wrap .card-lsit li a .card-panel .content .summary p {
  text-decoration: underline;
}

.card-wrap .card-lsit li a:hover .card-panel .content .summary p {
  text-decoration: none;
}


/* 並べるカードを入れるリスト */
[class*="card-lsit"] {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -30px;
}

[class*="card-lsit"]>* {
  padding-left: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}

/* .js object-fitを使用 */
.card-img {
  max-width: 100%;
  object-fit: cover;
  width: 360px;
  height: 240px;
  font-family: 'object-fit: cover;'
}


/* カードデフォルト360px */
.card-lsit .card-panel {
  width: 360px;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 359px) {
  .card-lsit .card-panel {
    flex: 1;
    width: 100%; }
.card-img {
  width: 100%; }
  }


/* カードパネル 360の場合
========================================================= */
/* カードデフォルト360px用 */
.card-wrap {
  width: 360px;
  padding-top: 50px;
  margin: auto;
}

@media (max-width: 359px) {
  .card-wrap {
    width: 100%; }
}

/* 360*2+20(余白) */
@media (min-width: 740px) {
  .card-wrap {
    width: 740px;
  }
}


/* 360*3+20*2(余白) */
@media (min-width: 1120px) {
  .card-wrap {
    width: 1120px;
  }
}


/* カードパネル 250の場合
========================================================= */
/* プロジェクトのサムネイル画像 250px用 */
.card-wrap.thumb {
  width: 250px;
}

.card-wrap.thumb .card-lsit .card-panel{
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

/* 250*2+20(余白) */
@media (min-width: 520px) {
  .card-wrap.thumb {
    width: 520px;
  }
}


/* 250*3+20*2(余白) */
@media (min-width: 790px) {
  .card-wrap.thumb {
    width: 790px;
  }
}


/* 250*4+20*3(余白) */
@media (min-width: 1060px) {
  .card-wrap.thumb {
    width: 1060px;
  }
}


/* カードパネル 200の場合
========================================================= */
/* メンバー写真のサムネイル画像 200px用 */
.card-wrap.pic {
  width: 200px;
}

.card-wrap.pic .card-lsit .card-panel {
  width: 200px;
  height: 100%;
  box-sizing: border-box;
}

/* 200*2+20(余白) 2枚 */
@media (min-width: 420px) {
  .card-wrap.pic {
    width: 420px;
  }
}

/* 200*3+20*2(余白) 3枚*/
@media (min-width: 640px) {
  .card-wrap.pic {
    width: 640px;
  }
}

/* 200*4+20*3(余白) 4枚*/
@media (min-width: 860px) {
  .card-wrap.pic {
    width: 860px;
  }
}

/* 200*5+20*4(余白) 5枚*/
@media (min-width: 1080px) {
  .card-wrap.pic {
    width: 1080px;
  }
}

/* メンバー写真サムネイルで使用 */
.card-wrap.pic .card-lsit li a {
  text-decoration: none;
}

.card-wrap.pic .card-lsit li a .card-panel .content .summary p {
  text-decoration: underline;
}

.card-wrap.pic .card-lsit li a:hover .card-panel .content .summary p {
  text-decoration: none;
}


/* カードパネル 200の場合
========================================================= */
/* 枚数少なくてセンタリングしたい場合 */
.card-lsit.center {
  justify-content: center;
}

/* カード画像を横100％でトリミングする場合
========================================================= */
.card-fitimg {
  border: 0 none;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-fitimg-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.card-fitimg-wrap::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.card-fitimg-wrap.img16by9::before {
    padding-top: 56.25%;
}
