@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* スマホファースト：spファースト・PC：sp*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

p, div, ol, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea,
header, fotoer, aside, nav, section, article, figure, figcaption {
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

object {
  outline: none; }

br {
  letter-spacing: 0; }

ul {
  list-style: none; }

img {
  vertical-align: top;
  border: none; }

a {
  overflow: hidden;
  outline: none; }

a:hover {
  text-decoration: none; }

table {
  border-collapse: collapse; }

/* CSS Document */
/*画像フィット*/
.fit {
  max-width: 100%; }

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*背景色*/
.bgGray {
  background-color: #F4F4F4; }

/*テーブル*/
.tableLayout {
  display: table;
  border-collapse: collapse;
  width: 100%; }

.tableLayout.fixLayout {
  table-layout: fixed; }

.tableLayout > * {
  display: table-cell;
  vertical-align: top; }

/*テキストカラー*/
.textDefColor {
  color: #333333; }

.textBlue {
  color: #00A3DD; }

/*フォントサイズ*/
.fs80 {
  font-size: 80%    !important; }

.fs85 {
  font-size: 85%    !important; }

.fs90 {
  font-size: 90%    !important; }

.fs95 {
  font-size: 95%    !important; }

.fs105 {
  font-size: 105%    !important; }

.fs110 {
  font-size: 110%    !important; }

.fs115 {
  font-size: 115%    !important; }

.fs120 {
  font-size: 120%    !important; }

.fs130 {
  font-size: 130%    !important; }

.fs140 {
  font-size: 140%    !important; }

.fs150 {
  font-size: 150%    !important; }

/*フォントウェイト*/
.bold {
  font-weight: bold; }

/*Youtube*/
.youtube > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*float*/
.left {
  float: left; }

.right {
  float: right; }

/*align*/
.alignL {
  text-align: left; }

.alignR {
  text-align: right; }

.alignC {
  text-align: center; }

/*
	line-height
*/
.lh10 {
  line-height: 1 !important; }

.lh12 {
  line-height: 1.2 !important; }

.lh13 {
  line-height: 1.3 !important; }

.lh15 {
  line-height: 1.5 !important; }

.lh18 {
  line-height: 1.8 !important; }

/*
	margin
*/
/* -------- top -------- */
.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

/* -------- right -------- */
.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

/* -------- bottom -------- */
.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

/* -------- left -------- */
.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

/*
　padding
*/
/* -------- all -------- */
.pa05 {
  padding: 5px; }

.pa10 {
  padding: 10px; }

.pa15 {
  padding: 15px; }

.pa20 {
  padding: 20px; }

/* -------- horizontal -------- */
.ph05 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

/* -------- vertical -------- */
.pv05 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px; }

/* -------- top -------- */
.pt00 {
  padding-top: 0px !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

/* -------- right -------- */
.pr00 {
  padding-right: 0px !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

/* -------- bottom -------- */
.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

/* -------- left -------- */
.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

body {
  color: #333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  min-width: 320px; }

html {
  font-size: 87.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

input[type="submit"],
input[type="button"],
.header_above_humberger {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 800px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*----------------------------------------
    emg
-----------------------------------------*/
#emg3,
#emg2,
#emg {
  width: 728px;
  margin: 0 auto;
  clear: both;
  text-align: center; }

#emg3 a,
#emg2 a,
#emg a {
  color: #00e;
  text-decoration: underline; }

#emg3 br,
#emg2 br,
#emg br {
  display: none; }

#emg3 table,
#emg2 table,
#emg table {
  margin: 10px auto !important;
  overflow: auto !important; }

#emg3 table table,
#emg2 table table,
#emg table table {
  margin: 0 !important; }

#emg3 th,
#emg3 td,
#emg2 th,
#emg2 td,
#emg th,
#emg td {
  padding: 2px !important;
  border: 0 !important; }

/*----------------------------------------
    Web fonts
-----------------------------------------*/
/* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype"); }
/* Hannari (Japanese) https://fonts.google.com/earlyaccess*/
@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot);
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.ttf) format("truetype"); }
/*----------------------------------------
    text link
-----------------------------------------*/
a {
  color: #09a;
  text-decoration: none; }

a:hover {
  color: #6cc;
  text-decoration: underline; }

/*ボタン　オーバー*/
a.hover {
  display: block; }

.hover {
  transition: opacity 0.1s linear; }

.hover:hover {
  color: #6cc;
  text-decoration: none; }

.hover:hover img,
img.hover:hover {
  opacity: 0.5; }

/*----------------------------------------
    pagetop
-----------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 10; }

.pagetop img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 800px) {
  .pagetop {
    bottom: 8px;
    margin-top: 1em;
    right: 8px;
    text-align: right; }

  .pagetop a {
    display: inline-block;
    width: 45px;
    height: 45px; } }
/*----------------------------------------
    border
-----------------------------------------*/
.borderWhite {
  border: 1px solid #fff; }

.borderTop {
  border-top: 1px solid #d7d7d7;
  padding-top: 1em; }

.borderBottom {
  border-bottom: 1px solid #d7d7d7; }

/*----------------------------------------
    box
-----------------------------------------*/
.constBox {
  max-width: 950px;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.borderBox {
  background: #fff; }

.borderBox a > .inner,
.borderBox > .inner {
  border: 1px solid #e9e9e9;
  padding: 1px;
  display: block; }

.borderBox.grid1 a,
.borderBox.grid3 a {
  display: block; }

.borderBox a > .inner figure {
  position: relative; }

.borderBox.grid1 a > .inner figure {
  height: 282px;
  overflow: hidden; }

.borderBox.grid3 a > .inner figure {
  height: 183px;
  overflow: hidden; }

.borderBox a > .inner figure .new {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1; }

.borderBox a > .inner figure img {
  width: 100%; }

@media screen and (min-width: 801px) {
  .borderBox a.inner:hover {
    text-decoration: none;
    color: #333;
    border-color: #f25242; } }
@media screen and (max-width: 800px) {
  .borderBox a.inner:active {
    text-decoration: none;
    color: #333;
    border-color: #f25242; } }
/*----------------------------------------
    banner
-----------------------------------------*/
/*normal*/
.bnrArea .borderBox {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2em;
  font-size: 114%; }

.bnrArea .borderBox > p {
  font-size: 85.7%;
  line-height: 1.2em;
  margin-top: 0.5em; }

.bnrArea .borderBox:nth-of-type(3n) {
  margin-right: 0; }

.bnrArea .borderBox > a.inner {
  background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  position: relative; }

.bnrArea .borderBox > a.inner[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  right: 5px;
  z-index: 1;
  background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_blank.png) no-repeat center center;
  width: 12px;
  height: 12px; }

.bnrArea .borderBox > .inner figure {
  width: 31.8%; }

.bnrArea .borderBox > .inner div {
  vertical-align: middle;
  text-align: center; }

@media screen and (min-width: 801px) {
  .bnrArea .borderBox > a.inner:hover {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png); } }
@media screen and (max-width: 800px) {
  .bnrArea .borderBox > a.inner:active {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png); } }
/*small*/
.bnrArea.type2 .borderBox {
  float: left;
  width: 113px;
  margin-right: 2%;
  margin-bottom: 1em;
  font-size: 100%;
  text-align: left; }

.bnrArea.type2 .borderBox:nth-of-type(3n) {
  margin-right: auto; }

.bnrArea.type2 .borderBox > a.inner {
  background-position: 90% center; }

.bnrArea.type2 .borderBox > .inner {
  padding: 1em 1em;
  line-height: 1em; }

.bnrArea.type2 .borderBox > .inner .tableLayout > * {
  vertical-align: middle; }

.bnrArea.type2 .borderBox > .inner .tableLayout > figure {
  text-align: center; }

.bnrArea.type2 .borderBox > .inner .tableLayout > div {
  text-align: left;
  padding-left: 0.5em;
  padding-top: 0.2em; }

/*----------------------------------------
    wrapper
-----------------------------------------*/
#wrapper {
  position: relative; }

/*----------------------------------------
    main bx-slider
-----------------------------------------*/
#mvis.slider {
  margin-left: auto;
  margin-right: auto; }

#mvis.slider .bx-wrapper {
  background: #ebeaea;
  position: relative; }

#mvis.slider .bx-controls {
  overflow: hidden;
  padding-right: 16px; }

#mvis.slider .bx-viewport {
  max-height: 381px;
  overflow: hidden; }

#mvis.slider .bx-pager {
  float: right;
  padding: 10px 0;
  font-size: 1px;
  max-width: 950px;
  margin: 0 auto;
  height: 10px; }

#mvis.slider .bx-pager-item {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999em;
  margin-left: 10px; }

#mvis.slider .bx-pager-link.active {
  background: #a7a7a7; }

#mvis.slider .bx-pager-link {
  background: #d1d1d1;
  height: 10px;
  width: 10px;
  display: block; }

#mvis.slider .bx-controls-direction a {
  opacity: 0;
  transition: 0.3s opacity linear; }

#mvis.slider .bx-controls-direction a.bx-prev,
#mvis.slider .bx-controls-direction a.bx-next {
  position: absolute;
  top: 46%;
  z-index: 2;
  background-size: 100% auto;
  width: 27px;
  height: 49px;
  background-repeat: no-repeat;
  text-indent: -9999em; }

#mvis.slider .bx-controls-direction a.bx-prev {
  left: 2%;
  background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/main_arw_left.png); }

#mvis.slider .bx-controls-direction a.bx-next {
  right: 2%;
  background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/main_arw_right.png); }

@media screen and (min-width: 801px) {
  #mvis.slider:hover .bx-controls-direction a {
    opacity: 1; } }
@media screen and (max-width: 800px) {
  #mvis.slider:active .bx-controls-direction a {
    opacity: 1; } }
/*----------------------------------------
    #header
-----------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 15; }

#header img {
  max-width: 100%;
  height: auto; }

#mastheadCorp {
  font-size: small;
  margin: 8px auto;
  overflow: hidden;
  transition: 0.3s top ease-in-out;
  max-width: 950px; }

.mastheadCorp_ylogo {
  float: right;
  margin-left: 8px;
  width: 107px; }

.mastheadCorp_list {
  float: right;
  letter-spacing: -.4em;
  margin: 3px 0 0; }

.mastheadCorp_list > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px; }

.header_above_logoarea .logo_mini {
  display: none; }

.header_inner {
  height: 130px;
  max-width: 950px;
  margin: 0 auto; }

.header_above_logoarea {
  height: 50px;
  margin: 8px 0 0;
  position: relative; }

.header_above_logoarea .logo {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px; }

.header_above_logoarea .lead {
  font-size: 87.5%;
  font-weight: normal;
  margin: 0 8px;
  position: absolute;
  top: 12px; }

.header_above_logoarea .ylogo {
  display: none; }

.header_above_humberger {
  background: #fff;
  position: absolute; }

.header_above_humberger img {
  width: 30px; }

.header_nav_outer {
  background: rgba(255, 255, 255, 0.7);
  padding: 2 0 1px; }

.header_nav {
  border-bottom: 1px solid #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 87.5%;
  overflow: hidden;
  padding: 4px 0 0;
  width: 100%; }

.header_nav a {
  color: #444; }

.header_nav_list {
  display: table;
  height: 46px;
  margin: 0 auto;
  max-width: 950px; }

.header_nav_list > li {
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap; }

.header_nav_list > li a {
  background: #f7f7f7;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 128px; }

.header_nav_list > li:first-child a {
  border-left: none;
  width: 54px; }

.header_nav_list > li a.stay {
  background: #666;
  color: #fff;
  font-weight: bold; }

.header_nav_list > li span {
  border: none;
  display: inline;
  padding: 0; }

.header_nav_list > li span.icon {
  margin: 0 3px; }

.header_nav_list > li span > span {
  font-size: 1.1em; }

@media screen and (min-width: 801px) {
  .header_nav_list > li a:hover {
    background: #666;
    color: #fff;
    line-height: 46px; }

  .header_nav_list > li a.stay {
    line-height: 46px; } }
@media screen and (max-width: 950px) {
  .header_nav {
    border-right: 1px dashed #666; } }
@media screen and (max-width: 800px) {
  .humberger_bg {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    width: 100%;
    z-index: 99; }

  #mastheadCorp {
    position: absolute;
    width: 100%; }

  .mastheadCorp_ylogo {
    display: none; }

  .mastheadCorp_list {
    background: #fff;
    display: none;
    margin-top: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 276px;
    height: 100%; }

  .mastheadCorp_list > li {
    display: block;
    line-height: 44px; }

  .mastheadCorp_list > li.yid {
    border-bottom: 1px solid #ccc; }

  .header_inner {
    height: 50px;
    padding: 8px 0; }

  .header_above_humberger {
    top: 8px;
    right: 0; }

  .header_above_logoarea {
    margin: 0; }

  .header_above_logoarea .logo {
    width: 200px; }

  .header_above_logoarea .ylogo {
    display: block;
    position: absolute;
    top: 16px;
    /*right: 48px;ハンバーガーメニュー*/
    right: 8px;
    width: 28px; }

  .header_nav_list > li a:active {
    background: #f25242;
    color: #fff; }

  .header_nav_list > li a.stay {
    line-height: 46px; } }
@media screen and (max-width: 640px) {
  .header_nav_outer_02 {
    padding-top: 2px; }

  .header_nav {
    font-size: 80%;
    border-bottom-width: 3px; }

  .header_nav_list > li a {
    line-height: 30px;
    width: 80px; }

  .header_nav_list > li a.stay {
    line-height: 34px; } }
@media screen and (max-width: 420px) {
  .header_inner {
    height: 32px !important; }

  .header_above_logoarea .logo {
    width: 140px; }

  .header_above_logoarea .ylogo {
    top: 8px;
    /*right: 50px;ハンバーガーメニュー*/
    right: 8px; }

  .header_above_humberger {
    top: 4px; }

  .header_above_humberger img {
    width: 24px; } }
@media screen and (min-width: 801px) {
  .header_above_logoarea {
    height: 70px; }

  .header_above_humberger {
    display: none; } }
/*sns*/
.header_above_logoarea .sns {
  position: absolute;
  top: -37px;
  left: 0;
  transition: 0.3s top ease-in-out; }

@media screen and (max-width: 800px) {
  .header_above_logoarea .sns {
    top: 8px;
    right: initial;
    left: 0; } }
@media screen and (max-width: 420px) {
  .header_above_logoarea .sns {
    top: 0; } }
.sns_list {
  letter-spacing: -.4em; }

.sns_list > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 16px 0 0;
  max-width: 32px; }

.sns_list > li img {
  max-width: 100%; }

.sns_list > li:last-child {
  margin-right: 0; }

/*scroll*/
#header.scroll .header_inner {
  height: 60px; }

#header.scroll #mastheadCorp {
  display: none; }

#header.scroll .header_above_logoarea .lead {
  top: -50px; }

#header.scroll .header_above_logoarea .logo_large {
  display: none; }

#header.scroll .header_above_logoarea .logo_mini {
  display: block; }

#header.scroll .header_nav {
  margin: 0; }

@media screen and (min-width: 801px) {
  #header.scroll .header_above_logoarea .logo {
    top: 4px;
    width: 160px; }

  #header.scroll .header_above_logoarea .sns {
    top: 4px; } }
@media screen and (max-width: 800px) {
  #header.scroll .header_above_logoarea .logo_large {
    display: block; }

  #header.scroll .header_above_logoarea .logo_mini {
    display: none; } }
@media screen and (max-width: 420px) {
  #header.scroll .header_above_logoarea .logo {
    top: 0;
    width: 140px; } }
/*----------------------------------------
    #footer
-----------------------------------------*/
#footer {
  background: #fff;
  margin: 40px 0 0;
  position: relative;
  z-index: 9; }

.footer_store {
  background: #fefefc;
  margin: 40px 0 0;
  padding: 32px 0; }

.footer_store .lowSpBnr {
  width: 745px;
  margin: 0 auto 2em;
  overflow: hidden; }

.footer_store .lowSpBnr li {
  float: left;
  margin-right: 20px; }

.footer_store .lowSpBnr li:last-child {
  margin-right: 0; }

/*フッタースライダー*/
.footer_store .constBox {
  padding: 0 0 4px; }

.footer_store_tit {
  font-size: 110%;
  font-weight: normal;
  padding: 0 4px; }

.footer_store_tit > span {
  font-size: 87.5%; }

.footer_store_inner {
  border-right: 1px dashed #e3e4e8;
  overflow-x: auto;
  padding: 0 0 8px; }

.footer_store_list {
  overflow: hidden;
  padding: 4px 8px 0 0;
  width: 5920px; }

.footer_store_list > li {
  display: table;
  float: left;
  font-size: 80%;
  margin: 4px;
  text-align: center;
  width: 108px; }

.footer_store_list > li a {
  background: #fefefc;
  border: 1px solid #9e9e9e;
  color: #444;
  display: table;
  height: 50px;
  padding: 0 1px;
  vertical-align: middle;
  width: 100%; }

.footer_store_list > li a span {
  display: table-cell;
  vertical-align: middle; }

.footer_top,
.footer_mid,
.footer_btm {
  font-size: 87.5%; }

.footer_top {
  background: #eeeeee;
  padding: 24px 0; }

.footer_top .sns_list {
  vertical-align: bottom; }

.footer_top .tableLayout div:first-child {
  width: 20%; }

.footer_top_list {
  border-left: 1px dotted #8f8f8f;
  padding-left: 1em;
  width: 20%; }

.footer_top_list > li {
  margin: 0 0 8px; }

.footer_top_list > li:last-child {
  margin-bottom: 0; }

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

.footer_mid {
  background: #444;
  color: #fff;
  padding: 0.9em 0; }

.footer_mid > p {
  padding-left: 8px; }

.footer_btm {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2.5em; }

.footer_btm a {
  color: #0097a8; }

@media screen and (min-width: 801px) {
  .footer_store_list > li a:hover {
    color: #f25242;
    border-color: #f25242;
    border-width: 2px;
    height: 48px;
    padding: 0;
    text-decoration: none; } }
@media screen and (max-width: 800px) {
  .footer_store_list > li a:active {
    color: #f25242;
    border-color: #f25242;
    border-width: 2px;
    height: 48px;
    text-decoration: none; }

  .footer_btm {
    padding-right: 8% !important;
    padding-left: 8% !important; }

  .footer_top {
    display: none; }

  .footer_mid {
    margin: 16px 0 0;
    text-align: center; }

  .footer_mid > p {
    padding: 4px 8px; }

  .footer_store {
    margin: 18px 12px 0;
    padding-bottom: 1em; }

  .footer_store .shops .bx-wrapper .bx-prev {
    left: -5px; }

  .footer_store .shops .bx-wrapper .bx-next {
    right: -5px; }

  .footer_store .lowSpBnr {
    width: auto;
    margin: 0 auto 2em;
    padding: 0 4%; }

  .footer_store .lowSpBnr li {
    width: 32%;
    margin-right: 2%; } }
@media screen and (max-width: 420px) {
  .footer_mid > p {
    font-size: 87.5%; } }
@media screen and (max-width: 360px) {
  .footer_btm {
    padding-right: 5% !important;
    padding-left: 5% !important; } }
/*コンテンツ領域*/
.pc {
  display: block; }

img.pc {
  display: inline; }

.mobile,
img.mobile {
  display: none; }

@media (max-width: 800px) {
  .pc,
  img.pc {
    display: none; }

  .mobile {
    display: block; }

  img.mobile {
    display: inline; }

  /*box*/
  .constBox {
    width: auto;
    padding-left: 4%;
    padding-right: 4%; }

  /*バナーエリア*/
  .bnrArea .borderBox {
    font-size: 92%;
    margin-bottom: 1em;
    width: 49%;
    margin-right: 2% !important; }

  .bnrArea .borderBox:nth-of-type(2n) {
    margin-right: 0 !important; }

  /*wrapper*/
  #wrapper {
    overflow: hidden; }

  /*メインビジュアル bxSlider*/
  #mvis.slider .bx-controls-direction a.bx-prev,
  #mvis.slider .bx-controls-direction a.bx-next {
    width: 20px; }

  /*コンテンツ領域*/
  .borderBox.grid1 a > .inner figure {
    height: 209px; }

  .borderBox.grid3 a > .inner figure {
    height: 136px; } }
@media (max-device-width: 500px) {
  .borderBox.grid1 a > .inner figure,
  .borderBox.grid3 a > .inner figure {
    height: 250px; } }
@media (max-device-width: 420px) {
  .borderBox.grid1 a > .inner figure,
  .borderBox.grid3 a > .inner figure {
    height: 180px; } }
/*-----------------------------
   SNSフォローリンク
-------------------------------*/
.follow-links {
  text-align: center;
  margin-bottom: 3em; }

.follow-links .follow-me {
  margin-bottom: 1.429em; }

.follow-links > ul {
  display: inline-block; }

.follow-links > ul:after {
  content: "";
  display: block;
  clear: both; }

.follow-links > ul li {
  float: left;
  margin-left: 2.148em; }

.follow-links > ul li:first-child {
  margin-left: 0; }

.follow-links > ul li img {
  width: 60px; }

/*=====================================
  知るほどたのしい、ふくしま　共通スタイル
======================================*/
#pankuzu {
  background: #fff;
  font-size: 85.7%;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0.8em 0 0;
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 961px) {
    #pankuzu {
      width: 94%; }
}

.bg{
 background-color: #E8F4F7;
}

main {
  color: #404D56; }
  main img {
    max-width: 100%;
    height: auto; }
  main .constBox {
    max-width: 1120px; }


#container_logo {
  margin: 0 auto;
  max-width: 950px;
  background-color: #E8F4F7;
}

@media only screen and (min-width: 950x) {
#container_logo {
  margin: 0 auto;
  max-width: 950px;
}
}
	
#container_h-text{
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}


#container {
  margin: 0 auto;
  max-width: 1052px;
}

.main-img img {
  display: block;
  width: 100%;
  margin: 0 auto; }

@media only screen and (min-width: 721px) {
.main-img img {
 margin-top: 3em;
	}
}
	
.ico-ttl {
  background: no-repeat top center / 70px;
  padding-top: 3em; }
  .ico-ttl.lead {
    background-image: url(../images/ico_fukushima.png); }

.ttl-lv2 {
  color: #404D56;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center; }

@media only screen and (min-width: 768px) {
.ttl-lv2 {
  font-size: 1.8em; }
}
	
.ttl-lv3 {
  color: #d63e44;
  margin-bottom: .8em; }

.h-text {
  padding-top: 6em;
}

.desc {
  font-size: 1.1em;
  margin: 0 auto 2em;
  max-width: 480px; }
  .desc p {
    margin-bottom: 1.5em; }

.section {
  padding: 3em .8em; }
  .section > .inner {
    max-width: 950px;
    margin: 0 auto; }

#shiruhodo-fukushima-footer {
  color: #fff;
  background-color: #333;
  padding: .5em;
  text-align: center; }

body #footer {
  margin: 0; }

.nopc {
  display: block; }
  @media only screen and (min-width: 641px) {
    .nopc {
      display: none; } }

.nosp {
  display: none; }
  @media only screen and (min-width: 641px) {
    .nosp {
      display: block; } }

/*=====================================
　知るほどたのしい、ふくしま　概要
======================================*/
.col-2 .row {
  padding: 2em 1em; }
  @media only screen and (min-width: 641px) {
    .col-2 .row {
      padding: 2em; } }
  @media only screen and (min-width: 641px) {
    .col-2 .row:after {
      content: "";
      display: block;
      clear: both; } }
.col-2 .photo {
  margin-bottom: 2em; }
  @media only screen and (min-width: 641px) {
    .col-2 .photo {
      float: left;
      width: 35.71428571428571%; } }
  .col-2 .photo img {
    display: block;
    margin: 0 auto 1em; }
.col-2 .text {
  margin-bottom: 2em; }
  @media only screen and (min-width: 641px) {
    .col-2 .text {
      float: right;
      width: 60.71428571428571%; } }
.col-2 .ttl-lv3 {
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .col-2 .ttl-lv3 {
      margin-top: 4.6%;
      float: right;
      width: 60.71428571428571%; } }

#back-to-shiruhodo-fukushima-top {
  padding: 2.5em 1em 10em;
  text-align: center; 
  background-color:#E8F4F7; }
  #back-to-shiruhodo-fukushima-top img {
    max-width: 320px;
    width: 90%;
    height: auto; }
    @media only screen and (min-width: 641px) {
      #back-to-shiruhodo-fukushima-top img {
        width: auto; } }
  #back-to-shiruhodo-fukushima-top a {
    display: block; }
    #back-to-shiruhodo-fukushima-top a:hover {
      filter: alpha(opacity=70);
      opacity: .7; }

.lower .ttl-lv2 {
  padding: 0;
  margin: 0 auto;
  width: 94%; }

  @media only screen and (min-width: 350px) {
    .lower .ttl-lv2 {
      margin-bottom: 1em; }
}
  @media only screen and (min-width: 721px) {
    .lower .ttl-lv2 {
      margin-bottom: 1em;
      padding-top: 1.4em; } }
 /* @media only screen and (min-width: 721px) and (min-width: 961px) {
    .lower .ttl-lv2 {
      padding-top: 3em; } }*/

  .lower .ttl-lv2 img {
    width: auto;
    height: auto;
    margin: 0 auto; }
    @media only screen and (min-width: 641px) {
      .lower .ttl-lv2 img {
        max-height: 80px; } }
.lower .gray {
  background: #f2f2f2;
  overflow: hidden; }
.lower .background1 {
  background-color: #fffcd7;
  overflow: hidden; }
@media only screen and (min-width: 641px) {
  .lower .col-2 {
    margin-bottom: 60px; } }
.lower .col-2 .row {
  box-sizing: border-box;
  max-width: 1120px;
  width: 94.5%;
  margin: 2em auto;
  padding: 0; }
  @media only screen and (min-width: 641px) {
    .lower .col-2 .row {
      width: 90%;
      margin: 4em auto; } }
.lower .col-2 h2 {
  margin-bottom: 10px; }
  @media only screen and (min-width: 641px) {
    .lower .col-2 h2 {
      font-size: 30px;
      margin-bottom: 20px; } }
  .lower .col-2 h2 span {
    color: #d63e44; }
    @media only screen and (min-width: 641px) {
      .lower .col-2 h2 span {
        font-size: 28px; } }
  .lower .col-2 h2.red {
    color: #d63e44; }
.lower .col-2 h3 {
  margin-bottom:8px; }
 /* @media only screen and (min-width: 641px) {
    .lower .col-2 h3 {
      font-size: 24px;
      margin-bottom: 20px; } }*/
.lower .col-2 .gray h2 {
  margin-bottom: 10px; }
  @media only screen and (min-width: 641px) {
    .lower .col-2 .gray h2 {
      margin-bottom: 0; } }
@media only screen and (min-width: 641px) {
  .lower .col-2 .gray h3 {
    font-size: 30px;
    margin: 0; } }
.lower .col-2 .gray h3 span {
  font-size: 22px; }
.lower .col-2 .gray small {
  font-size: 15px;
  font-weight: bold; }
  .lower .col-2 .gray small.title {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px; }
    .lower .col-2 .gray small.title:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #000;
      z-index: -1; }
    .lower .col-2 .gray small.title span {
      display: inline-block;
      background: #f2f2f2;
      padding-right: 10px; }
@media only screen and (min-width: 641px) {
  .lower .col-2 .background1 h2 {
    float: left; } }
.lower .col-2 p {
  margin-bottom: 30px; }
@media only screen and (min-width: 641px) {
  .lower .col-2 .photo {
    width: 48%;
    float: left; }
    .lower .col-2 .photo img {
      margin-bottom: 0;
      vertical-align: middle; }
    .lower .col-2 .photo.photo-right {
      float: right; } }
.lower .col-2 .text {
  margin-bottom: 0; }
  @media only screen and (min-width: 641px) {
    .lower .col-2 .text {
      width: 48%;
      float: left; 
	  margin-bottom: 60px;}
      .lower .col-2 .text.text-right {
        float: right; } }

  @media only screen and (min-width: 768px) {
    .lower .col-2 .text {
      width: 48%;
      float: left; 
	  margin-bottom:0;}
	  
      .lower .col-2 .text.text-right {
        float: right; } }

@media only screen and (min-width: 641px) {
  .lower .col-2 #section1 h2 {
    float: left; } }
@media only screen and (min-width: 641px) {
  .lower .col-2 #section2.row {
    margin-bottom: 2em; } }
@media only screen and (min-width: 641px) {
  .mitsuifudosan .lower .col-2 #section2 .col:nth-child(5) .text {
    margin-top: 30px; } }
.mitsuifudosan .lower .col-2 #section2 .col:last-child {
  clear: both; }
@media only screen and (min-width: 641px) {
  .lower .col-2 #section3.row {
    margin-top: 2em;
    margin-bottom: 2em; } }
@media only screen and (min-width: 641px) {
  .mizuho .lower .col-2 #section3 .col:nth-child(3) .text {
    margin-top: 30px; } }
.lower .button-wrapper {
  text-align: center;
  margin: 4em auto; }
  .lower .button-wrapper .button {
    color: #000;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../images/button-background.png);
    background-position: center;
    background-size: 10px;
    border: 3px solid #e6e6e6;
    width: 94%;
    max-width: 470px;
    margin: auto;
    padding: 10px;
    line-height: 1.4;
    position: relative; }
    @media only screen and (min-width: 641px) {
      .lower .button-wrapper .button {
        font-size: 18px; } }
    .lower .button-wrapper .button:before, .lower .button-wrapper .button:after {
      content: '';
      background-image: url(../images/button-deco.png);
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      width: 10px;
      height: 10px; }
    .lower .button-wrapper .button:before {
      top: 0;
      left: 0; }
    .lower .button-wrapper .button:after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
    .lower .button-wrapper .button:hover {
      opacity: .8;
      text-decoration: none; }
    .lower .button-wrapper .button b {
      display: block;
      font-size: 16px; }
      @media only screen and (min-width: 641px) {
        .lower .button-wrapper .button b {
          font-size: 25px; } }
.lower .comingsoon {
  text-align: center; }
  .lower .comingsoon .gray {
    padding: 60px 0; }
    @media only screen and (min-width: 641px) {
      .lower .comingsoon .gray {
        padding: 170px 0; } }
    .lower .comingsoon .gray h2 {
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px; }
      @media only screen and (min-width: 641px) {
        .lower .comingsoon .gray h2 {
          font-size: 40px;
          margin-bottom: 30px; } }
    .lower .comingsoon .gray p {
      width: 90%;
      margin: 0 auto; }

/*================================
　2019.05.14 追加　連携予定企業一覧
================================*/

.link-btn a {
  position: relative;
  background-color: #fff;
  border: 3px solid #D63E44;
  border-radius: 6px;
  color: #D63E44;
  display: inline-block;
  /*font-size: .9em;*/
  font-weight: bold;
  padding: 1em 4em .9em 3.5em;
  letter-spacing: .1em;
  font-size: 14px;
}

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

@media (min-width: 640px) {
.link-btn a {
  position: relative;
  background-color: #fff;
  border: 3px solid #D63E44;
  border-radius: 6px;
  color: #D63E44;
  display: inline-block;
  /*font-size: .9em;*/
  font-weight: bold;
  padding: 1em 4em .9em 3.5em;
  letter-spacing: .1em;
  font-size: 15px;
}
}

.link-btn a::after {
  position: absolute;
  top: 33%;
  right: 2%;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/top/ico_arrow_01.png) no-repeat;
  background-size: 8px;
  transition: .3s ease;
}
.link-btn a:hover {
  text-decoration: none;
  background-color: #D63E44;
  color: #fff;
}
.link-btn a:hover::after {
  background-image: url(../img/top/ico_arrow_02.png);
}

@media (min-width: 640px) {
  .link-btn a {
    border-width: 2px;
  }
}

#intro .link-btn {
  font-size: 1.2em;
}

#intro .link-btn a::after {
  top: 41%;
}

@media (min-width: 946px) {
#intro .link-btn a::after {
  top: 39.4%;
}
}

@media (min-width: 431px) {
#intro .link-btn {
  font-size: 1.4em;
}
}

.back_button{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.img_pc{
 display: none;
}

@media (min-width: 768px) {
.img_sm{
 display:none;
}
	
.img_pc{
 display: inline;
}
}

#tie-up-icon{
text-align: center;
padding-bottom: 2em;
}

@media (min-width: 719px) {
#tie-up-icon{
padding-bottom: 0;
}
}

/*-----------------------------
   福島県×企業  コラボレーションによる情報発信
-------------------------------*/
#tie-up {
  background-color: #E8F4F7;
  padding: 3em 1em;
}
.ico-ttl {
  background-size: 55px;
  background-image: url(../image/ico_tie-up.png);

}
@media (max-width: 920px) {
  #tie-up .inner {
    max-width: 420px;
  }
  #tie-up .ico-ttl {
    margin: 0 -.8em 1em;
  }
}
@media (min-width:641px){
	.lower .col-2 .slide-list .text{
		width:100%;
	}
}



#tie-up .inner {
  max-width: 400px;
}


@media (min-width:768px){
#tie-up .slide-list {
	display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  justify-content: space-between;
	-ms-flex-pack: justify;
  padding: 0;
}
}

#tie-up .slide-list li {
  position: relative;
  padding: 0 auto;
  margin: 0 auto;
  }
#tie-up .slide-list li .logo {
  display: flex;
  display:-ms-flexbox;
  justify-content: center;
	-ms-flex-pack: justify;
  align-items: center;
	-ms-flex-align: center;
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 2em 1em;
  height: 190px;
}
#tie-up .slide-list li .logo img {
  display: block;
  /* margin: 0 auto 1em; */
 /* max-width: 240px;*/
	width: 100%;
  height: auto;
}

#tie-up .slide-list li .name {
  font-size: 1.4em;
  margin-bottom: .5em;
  line-height: 1.3;
  color: #444;
}
	  
	  
	  
#tie-up .slide-list li .text {
  word-break: break-all;
  word-wrap: break-word;
}

#tie-up .slide-list li .text ul li {
/*  padding-left: 1em;
  text-indent: -1em;*/
  color: #444;
}
/*#tie-up .slide-list li .text ul li::before {
  content: "●";
  color: #5f8bb7;
  font-size: .9em;
}*/
#tie-up a {
  text-decoration:none;
  color: #fff;
}
#tie-up .tie-up-shop {
  display: block;
  min-height: 480px;
}
#tie-up a:hover {
  text-decoration:underline #444;
  color: #F19946;
}
#tie-up .link-btn3 a:hover {
  text-decoration:none;
  color: #F19946;
}

#tie-up .slide-list > li {
  width: 90%;
	margin-bottom: 60px;
}
 
.title_logo_icon{
  padding-right: 10px;
  vertical-align: middle;
}
	
#tie-up .slide-list li .name2{
  color: #444;
}	

#tie-up .slide-list > li:hover {
  opacity: 0.5;
}

#tie-up .slide-list > li > a {
  text-decoration: none;
}

#tie-up .slide-list > li:hover a,
#tie-up .slide-list > li:hover a:hover {
text-decoration: none;
}


@media (min-width: 425px) {
#tie-up .slide-list > li {
  width: 80%;
}
}

@media (min-width: 480px) {
#tie-up .slide-list > li {
  width: 70%;
}
}

@media (min-width: 540px) {
#tie-up .slide-list > li {
  width: 60%;
}
}

@media (min-width: 671px) {
#tie-up .slide-list > li {
  width: 50%;
  margin-bottom: 60px;
}
}


@media (min-width: 768px) {
#tie-up .slide-list > li {
  width: 40%;
}
}



@media (min-width: 920px) {
	
#tie-up {
  background-color: #E8F4F7;
  padding: 3em 2em;
}
#tie-up .inner {
  max-width: 950px;
}
#tie-up .tie-up-shop {
  display: block;
  min-height: 285px;
}
#tie-up .slide-list {
  display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  justify-content: space-between;
	-ms-flex-pack: justify;
	
  padding: 0;
}
#tie-up .slide-list > li {
  width: 22.5%;
	margin-bottom:20px;
}
#tie-up .slide-list li .logo {
  padding: 0 1em;
  height: 120px;
  margin-bottom: 1em;
}

#tie-up .slide-list li .logo img {
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
#tie-up .slide-list li .name {
  font-size: 1.1em;
  color: #444;
}

#tie-up .slide-list li .name2{
  font-size: 0.95em;
  margin-bottom: 7px;
}		
	
#tie-up .slide-list li .text {
  font-size: .85em;
  color: #444;
}
}

header{
    height: 90px;
	line-height: 1;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1.00);
    border-bottom: 3px solid #f1f1f1;
}

header h1{
    width: 145px;
    padding-top: 14px;
    margin-left: 40px;
}

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

/*---------------------------------------------------------
  2021.01.14 追加 福島県×企業  コラボレーションによる情報発信
----------------------------------------------------------*/

#tie-up .slide-list li.empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.companies {
  padding-top: 200px;
}

.company-wrap {
  text-align: center;
  padding-bottom: 72px;
  margin-bottom: 120px;
  background:#FFF;
}

.lower .col-2 .companies .company_text {
  display: inline-block;
  text-align:left;
  margin-bottom: 40px;
  margin-top: 28px;
}

.lower .col-2 .companies .company_text.list {
  padding-left: calc(6.976% + 1em);
  text-indent: -1em;
}

.lower .col-2 .companies .company_text.list li:before {
  content: '・';
}

.company_photo-wrap img {
  display: block;
  width: 100%;
}

.company_photo-wrap img:first-of-type {
  padding-bottom:8%;
}

.company_photo-wrap,
.company_text {
  padding-right: 6.976%;
  padding-left: 6.976%;
}

.lower .col-2 .company-wrap .ttl-lv2 {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  background-color: #016984;
  padding:0.6em 0.3em 0.5em;
  margin-bottom: 1.25em;
}

.company_inline-block {
  display: inline-block;
}

.company_logo img {
  width:220px;
}

#js-scroll-top {
  display: block;
  position: fixed;
  opacity: 0;
  z-index: 99;
  bottom:20px;
  right:20px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  color:#D63E44;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border:2px solid #D63E44;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

#js-scroll-top:hover{
  color:#FFF;
  background-color: #D63E44;
}

#js-scroll-top.is-show {
  opacity: 1;
  transition: all 0.3s ease;
}

.js-scroll-top_icon {
  width: 32px;
  height: 32px;
  fill: #D63E44;
  vertical-align: middle;
  transition: all 0.3s ease;
}

#js-scroll-top:hover .js-scroll-top_icon {
  fill: #FFF;
}

@media screen and (min-width:620px) {
  #js-scroll-top {
    border-width:2px;
  }
}

@media screen and (min-width:768px) {
  .company_photo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company_photo-wrap,
  .company_text {
    padding-right: 5.333%;
    padding-left: 5.333%;
  }
  .lower .col-2 .companies .company_text.list {
    padding-left:calc(5.333% + 1em);
  }
  .company_photo-wrap img {
    width: 47%;
  }
  .company_photo-wrap img:first-of-type {
    padding-bottom:0;
	margin: 0 auto;
  }
}

@media screen and (min-width:920px) {
  .company_photo-wrap,
  .company_text {
    padding-right: 4.112%;
    padding-left: 4.112%;
  }
  .lower .col-2 .companies .company_text.list {
    padding-left: 4.112%;
    text-indent:0;  
  }
  .company_photo-wrap img {
    width: 47.75%;
  }
}


@media screen and (max-width:723px){
  #br_hankyu {
    display: none;
  }
}
@media screen and (min-width:1000px) {
  #company12 .company_text,
  #company13 .company_text {
    text-align: center;
  }
}

@media screen and (max-width:721px){
  #br_yahoo {
    display: none;
  }
}
