@charset "UTF-8";
/*==================================================================*/
/*　　utilaa　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*==================================================================*/
.s-gridtest {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: str-replace(" ", " 5px ", "50px 1fr 100px");
  grid-template-columns: 50px 1fr 100px;
  -ms-grid-rows: str-replace(" ", " 5px ", "50px 1fr 100px");
  grid-template-rows: 50px 1fr 100px;
  grid-gap: 5px;
  gap: 5px;
  height: 250px; }

.s-gridtest_cell1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background: #fe0; }

.s-gridtest_cell2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: #ff0; }

.s-gridtest_cell3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: #fef; }

.s-gridtest_cell4 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background: #0ee; }

.s-gridtest {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: str-replace(" ", " 5px ", "50px 1fr 100px");
  grid-template-columns: 50px 1fr 100px;
  -ms-grid-rows: str-replace(" ", " 5px ", "50px 1fr 100px");
  grid-template-rows: 50px 1fr 100px;
  grid-gap: 5px;
  gap: 5px;
  height: 250px; }

.s-gridtest_cell1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background: #fe0; }

.s-gridtest_cell2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: #ff0; }

.s-gridtest_cell3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: #fef; }

.s-gridtest_cell4 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background: #0ee; }

/* ---------------------------------------------
　　ノーマライズ
 ---------------------------------------------*/
audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

body, p, h1, h2, h3, h4, h5, form, img, ul, li, dl, dt, dd, div, form, a, table, tr, td, object, embed {
  padding: 0px;
  margin: 0px;
  border: none;
  /*word-wrap:break-word;*/ }

table {
  border-collapse: collapse;
  /*border-spacing:0px;*/ }

li {
  list-style-type: none; }

.u-cl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.u-cl {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .u-cl {
  height: 1%; }

.u-cl {
  display: block; }

/* End hide from IE-mac */
body {
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  word-break: break-all; }

img {
  max-width: 100%;
  height: auto; }

a:hover img
, a.is-current img {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90); }

a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5; }

a, a:focus {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

hr {
  border: none;
  height: 0px;
  border-top: 1px solid #eee; }

/* ---------------------------------------------
　　mixin
 ---------------------------------------------*/
.u-cl:after {
  content: "";
  clear: both;
  display: block; }

/*------------------------------------------------------------------*/
/*　　cssのシノニム系　　　　　　　　　　　　　　　　　　　　　　　　   */
/*------------------------------------------------------------------*/
/* ---------------------------------------------
　　フレームワーク
 ---------------------------------------------*/
/*tinyMCE管理：画像選択画面 */
.id-tinymce {
  margin: 10px;
  color: #666; }

/*フロントのbody部分*/
.js-tinymce_imgs .u-btn_area {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px; }

.js-tinymce_imgs .c-oafile_ul {
  white-space: nowrap;
  margin-right: 100px; }

.js-tinymce_imgs .c-oafile_li {
  float: left;
  margin: 10px 0px 0 10px;
  padding: 0;
  width: 160px;
  height: 230px;
  background: #666;
  border: none; }

.js-tinymce_imgs .c-oafile_li-new {
  background: #999; }

.js-tinymce_imgs .c-oafile_li-new .js-oafile_img:before {
  content: "新規ファイル";
  display: block;
  text-align: center;
  font-size: 8px; }

.js-tinymce_imgs .js-oafile_img {
  position: absolute;
  top: 51px;
  left: 5px;
  display: table;
  width: 150px;
  height: 150px; }

.js-tinymce_imgs .c-oafileimage {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.js-tinymce_imgs .c-oafileimage img {
  max-height: 150px;
  max-width: 150px; }

.js-tinymce_imgs .c-oafile_filename {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 150px;
  line-height: 1.2em;
  font-size: 7px;
  color: #fff; }

.js-tinymce_imgs .c-oafile_file {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 150px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 6px;
  border: 1px solid #999;
  background-color: #eee; }

.js-tinymce_imgs .c-oafile_file:before {
  content: "ファイルアップロード"; }

.js-tinymce_imgs .c-oafile_file input {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
  width: 100%;
  ovarflow: hidden; }

.js-tinymce_imgs .js-oafile_btn_sort {
  position: absolute;
  top: 25px;
  left: 2px;
  display: block; }

.js-tinymce_imgs .js-oafile_btn_del {
  position: absolute;
  top: 25px;
  right: 3px;
  display: block; }

.js-tinymce_imgs .i_90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.js-tinymce_imgs .i_270 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.js-oafile_btn_select,
.js-oafile_btn_select_a {
  position: absolute;
  top: 200px;
  left: 7px;
  display: block; }

.js-oafile_btn_select_a {
  left: 10px; }

.js-tinymce_imgs .c-oafile_li-new .js-oafile_btn_select,
.js-tinymce_imgs .c-oafile_li-new .js-oafile_btn_select_a {
  display: none; }

.mce-statusbar .mce-path-item,
.mce-statusbar .mce-divider {
  float: left; }

.mce-statusbar .mce-path {
  padding: 3px; }

body#tinymce {
  padding: 10px; }

/*管理画面の編集のbodywidth:92%;*/
.body_tinymce {
  line-height: 2.3em; }

/*フロント側のtinymceを表示するdivに設定　主に標準のフォントサイズなどをして*/
/* レスポンシブ:画像読み込み中 */
.jsrp-img {
  background: url(/img/oa/loading.gif) center center no-repeat; }

/* レスポンシブ:スマホでPC切り替えボタン */
.u-footer_mode {
  padding: 20px;
  text-align: center; }

/* 画像トリミング */
.cimg-container {
  padding: 15px 0;
  text-align: center; }

.jcrop-holder {
  margin: 0 auto; }

/* デバッグ */
.c-oaprofiler_btn {
  position: fixed;
  bottom: 90px;
  right: 0px;
  opacity: 1;
  font-size: 11px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  background: #121E45;
  color: #fff; }

.c-oaprofiler {
  position: fixed;
  text: 0;
  bottom: 0;
  right: 180px;
  left: 0;
  top: 0;
  font-size: 11px;
  display: none;
  word-break: break-all;
  background: #F2EEEC;
  padding: 20px 20px 100px 20px;
  margin-bottom: 10px;
  max-height: 97%;
  overflow: scroll; }

/*　画像回転　*/
.c-oafileimage {
  position: relative;
  display: block; }

.c-oafileimage_rotate90 {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(/img/oa/rotate90.png); }

.c-oafileimage_rotate-90 {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  left: 15px;
  background-size: cover;
  background-image: url(/img/oa/rotate-90.png); }

.c-oafileimage_trim {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  left: 30px;
  background-size: cover;
  background-image: url(/img/oa/trim.png); }

.c-oafileimage_resize {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  left: 45px;
  background-size: cover;
  background-image: url(/img/oa/resize.png); }

/*　ファイルのフォーム用　*/
.f-oafile_cap {
  width: 400px; }

.f-oafile_note {
  width: 400px; }

.c-oafile_li {
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 0;
  margin: 0 0 5px 0; }

.c-oafile_li:last-child {
  border-bottom: none; }

.c-oafile_span {
  font-size: 10px;
  line-height: 1.2; }

.c-oafile_li {
  position: relative; }

.js-oafile_filedroparea {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #fff;
  border: 2px solid #76C7E9;
  color: #76C7E9;
  font-size: 10px;
  text-align: center; }

/*　ajax crudpart用　*/
#js-crudpart_li {
  border: 2px solid #666; }

#js-crudpart_row {
  border: 2px solid #333; }

/*　fullscreen　*/
.u-fullscreen,
.u-fullscreen_a,
.u-fullscreen_a:before {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff; }

.u-fullscreen_a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: #000; }

.u-fullscreen_a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.u-fullscreen {
  position: fixed;
  bottom: 10px;
  right: 52px; }

/*　pagetop　*/
.u-pagetop,
.u-pagetop_a,
.u-pagetop_a:before {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff; }

.u-pagetop_a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: #000; }

.u-pagetop_a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.u-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none; }

/*　ページャ　*/
.u-pager {
  clear: both;
  margin: 5px 0px;
  font-size: 9px;
  line-height: 23px;
  text-align: right; }

.u-pager select,
.u-pager > span {
  height: 25px; }

.u-pager select,
.u-pager a,
.u-pager > span,
.u-pager span span {
  display: inline-block;
  margin: 0px;
  padding: 0; }

.u-pager select,
.u-pager a {
  padding: 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.u-pager select,
.u-pager > span {
  margin-left: 5px; }

.u-pager a:hover,
.u-pager .is-current {
  color: #ffffff;
  background-color: #2e6ab1;
  border: 1px solid #2e6ab1; }

.u-pager a {
  color: #105cb6;
  background-color: #ffffff;
  border: 1px solid #9aafe5;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .u-pager {
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center; }

  .u-pager select,
  .u-pager a,
  .u-pager > span,
  .u-pager span span {
    margin-right: 3px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; } }
/*よくある質問/検索などのアコーディオン　u-q-tiny・・tinyバージョンはパディングが狭い */
.js-q {
  cursor: pointer; }

.js-a {
  display: none; }

.u-qa {
  border-bottom: 1px solid #ccc; }

.u-q-tiny,
.u-a-tiny {
  padding: .5em .5em .5em .5em; }

.u-a-tiny {
  padding-left: 2.5em; }

.u-q,
.u-a {
  padding: 1em 0 1em 4em; }

.u-q-tiny,
.u-q {
  position: relative;
  border-top: 1px solid #ccc; }

.u-q:before {
  padding-top: .3em;
  position: absolute;
  left: .5em;
  top: 0;
  bottom: 0;
  display: block;
  font-size: 3rem; }

/* ページローディング*/
.c-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 100000; }

.c-loader_main,
.c-loader_main::before,
.c-loader_main::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #1c6ead;
  border-left-color: #0f85a3;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
  border-radius: 974px; }

.c-loader_main {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 700ms linear infinite;
  -o-animation: cssload-rotate 700ms linear infinite;
  -ms-animation: cssload-rotate 700ms linear infinite;
  -webkit-animation: cssload-rotate 700ms linear infinite;
  -moz-animation: cssload-rotate 700ms linear infinite; }

.c-loader_main::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 700ms linear infinite;
  -o-animation: cssload-rotate 700ms linear infinite;
  -ms-animation: cssload-rotate 700ms linear infinite;
  -webkit-animation: cssload-rotate 700ms linear infinite;
  -moz-animation: cssload-rotate 700ms linear infinite; }

.c-loader_main::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 1400ms linear infinite;
  -o-animation: cssload-rotate 1400ms linear infinite;
  -ms-animation: cssload-rotate 1400ms linear infinite;
  -webkit-animation: cssload-rotate 1400ms linear infinite;
  -moz-animation: cssload-rotate 1400ms linear infinite; }

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg); } }
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg); } }
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg); } }
/*　パンくず　*/
.u-pan {
  line-height: 1.2em; }

.u-pan_li,
.u-pan_a,
.u-pan_h1 {
  display: inline;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  font-weight: normal; }

.u-pan_li:first-child:before {
  content: ''; }

/* ---------------------------------------------
　　テーマ：上書き要素
 ---------------------------------------------*/
/*通常色*/
/*赤色*/
/*薄い色*/
/*濃い色*/
/*本文中リンクテキスト色*/
/*ページのタイトル※特にスマホ。PCはフルカスタマイズ*/
.u-required {
  margin-left: 5px;
  color: #fff;
  background: #DC487B;
  padding: 0 3px;
  font-size: .7em;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* ---------------------------------------------
　　ユーティリティ：PC/スマホ完全共通
 ---------------------------------------------*/
/*　文字　*/
body,
body .u-color {
  color: #333; }

/*通常色*/
body .u-red {
  color: #F03; }

/*赤色*/
body .u-light {
  color: #727272; }

/*薄い色*/
body .u-dark {
  color: #151515; }

/*濃い色*/
body .u-atxt {
  color: #1580BC;
  text-decoration: underline; }

body .u-atxt:hover {
  text-decoration: none;
  font-weight: bold;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1; }

/*本文中リンクテキスト色*/
body .u-hideTxt {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

body .u-b {
  font-weight: bold; }

body .u-i {
  font-style: oblique; }

body .u-u {
  text-decoration: underline; }

body .u-through {
  text-decoration: line-through; }

body .u-note {
  display: block; }

body .u-lh1 {
  line-height: 1.1em; }

/*タイトルなど行間大きすぎるときに調整できる*/
/*枠用padding*/
body .u-p01em {
  padding: 0.1em;
  box-sizing: border-box; }

body .u-p02em {
  padding: 0.2em;
  box-sizing: border-box; }

body .u-p03em {
  padding: 0.3em;
  box-sizing: border-box; }

body .u-p04em {
  padding: 0.4em;
  box-sizing: border-box; }

body .u-p05em {
  padding: 0.5em;
  box-sizing: border-box; }

body .u-p06em {
  padding: 0.6em;
  box-sizing: border-box; }

body .u-p07em {
  padding: 0.7em;
  box-sizing: border-box; }

body .u-p08em {
  padding: 0.8em;
  box-sizing: border-box; }

body .u-p09em {
  padding: 0.9em;
  box-sizing: border-box; }

body .u-p1em {
  padding: 1em;
  box-sizing: border-box; }

body .u-p2em {
  padding: 2em;
  box-sizing: border-box; }

body .u-p3em {
  padding: 3em;
  box-sizing: border-box; }

body .u-p4em {
  padding: 4em;
  box-sizing: border-box; }

body .u-p5em {
  padding: 5em;
  box-sizing: border-box; }

body .u-p6em {
  padding: 6em;
  box-sizing: border-box; }

body .u-p7em {
  padding: 7em;
  box-sizing: border-box; }

body .u-p8em {
  padding: 8em;
  box-sizing: border-box; }

body .u-p9em {
  padding: 9em;
  box-sizing: border-box; }

body .u-p10em {
  padding: 10em;
  box-sizing: border-box; }

body .u-p11em {
  padding: 11em;
  box-sizing: border-box; }

body .u-p12em {
  padding: 12em;
  box-sizing: border-box; }

body .u-p13em {
  padding: 13em;
  box-sizing: border-box; }

/*　マーカー　*/
.u-marker_b {
  background: linear-gradient(transparent 0%, #ffff66 0%); }

.u-marker {
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.u-marker-pink_b {
  background: linear-gradient(transparent 0%, #ff66ff 0%); }

.u-marker-pink {
  background: linear-gradient(transparent 60%, #ff66ff 60%); }

/*　文字　*/
@font-face {
  font-family: 'r';
  src: url("fonts/r.eot");
  src: url("fonts/r.eot?#iefix") format("embedded-opentype"), url("fonts/r.woff") format("woff"), url("fonts/r.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body .u-ffr {
  font-family: 'r',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }

[class^="i_"],
[class*=" i_"],
body .u-ff,
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: initial; }

/*icoフォントを使用するとき上書*/
[class^="i_"]:before, [class*=" i_"]:before {
  font-family: 'i' !important; }

.i_45:before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.i_90:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.i_180:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.i_270:before {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

/*　透明度　*/
.u-op90 {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90); }

/*　2行目以降字下げ　*/
.u-immunity li
, body .u-indent {
  padding-left: 1em;
  text-indent: -1em; }

body .u-indent2 {
  padding-left: 2em;
  text-indent: -2em; }

body .u-indent3 {
  padding-left: 3em;
  text-indent: -3em; }

body .u-indent4 {
  padding-left: 4em;
  text-indent: -4em; }

body .u-indent5 {
  padding-left: 5em;
  text-indent: -5em; }

/*　リセット系　*/
body .u-nohover:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1; }

/*画像をホバー時に透明にしない*/
/*　①や■１系　*/
.u-kaku,
.u-kaku-l {
  white-space: nowrap;
  display: inline-block;
  background-color: #6fba2c;
  line-height: 1.4em;
  height: 1.3em;
  width: 1.3em;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  text-shadow: none; }

.u-kaku-l {
  border: 1px solid #060;
  color: #060;
  background: none; }

.u-maru,
.u-maru-l {
  white-space: nowrap;
  display: inline-block;
  background-color: #6fba2c;
  line-height: 1.4em;
  height: 1.3em;
  width: 1.3em;
  color: #fff;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  text-shadow: none; }

.u-maru-l {
  border: 1px solid #060;
  color: #060;
  background: none; }

/*　行頭に○を表示する　*/
.u-wa {
  position: relative;
  display: inline-block;
  padding-left: 25px; }

.u-wa:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.u-wa.is-current:after,
.u-wa-double:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background-color: #666;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

/*画像装飾系*/
body .u-shadow {
  box-shadow: 7px 10px 6px -6px #C9C9C9; }

body .u-shadow-bottom {
  box-shadow: 0 10px 6px -6px #C9C9C9; }

body .u-shadow-all {
  box-shadow: 0 0 6px #C9C9C9; }

body .u-shadow-ribon {
  position: relative;
  display: inline-block; }

body .u-shadow-ribon:before, .u-shadow-ribon:after {
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  max-width: 300px;
  position: absolute;
  top: 80%;
  background: none repeat scroll 0 0 #777777;
  bottom: 18px;
  box-shadow: 0 15px 20px #777;
  content: "";
  width: 50%;
  z-index: -1; }

body .u-shadow-ribon:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

body .u-photo {
  -moz-box-shadow: 2px 2px 8px #C9C9C9;
  -o-box-shadow: 2px 2px 8px #C9C9C9;
  -ms-box-shadow: 2px 2px 8px #C9C9C9;
  box-shadow: 2px 2px 8px #C9C9C9;
  border: 7px solid #fff; }

.u-shadow-deep {
  display: inline-block;
  position: relative; }

.u-shadow-deep img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset; }

.u-shadow-deep:before, .u-shadow-deep:after {
  border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: -1; }

.u-shadow-deep:after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg); }

body .u-rmaru {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

body .u-r10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

body .u-r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

body .u-r4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

body .u-r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

body .u-r2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

body .u-bg {
  background: #F5F5F5; }

body .u-bb {
  border-bottom: 1px solid #CCC; }

/* ---------------------------------------------
　　ボタン系
 ---------------------------------------------*/
/*　ボタン　*/
.u-btn {
  padding: .5em 1em;
  margin: 0 0 2px 0;
  box-sizing: border-box;
  line-height: 1.2em; }

/*各々フォントサイズ、heightはレスポンシブ*/
body .u-btn_small {
  padding: .3em 0.5em; }

body .u-btn_large {
  padding: 1em 3em; }

.u-btn-icontext,
.u-btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  cursor: pointer;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  zoom: 1;
  border: 1px solid #d4d4d4;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec); }

.u-btn-icontext:hover,
.u-btn:hover {
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  border: 1px solid #a0a0a0;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
  background-image: -webkit-linear-gradient(top, #bababa, #575757);
  background-image: -moz-linear-gradient(top, #bababa, #575757);
  background-image: -ms-linear-gradient(top, #bababa, #575757);
  background-image: -o-linear-gradient(top, #bababa, #575757);
  background-image: linear-gradient(to bottom, #bababa, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757); }

.u-btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*.u-btn:before,.u-btn:after				{position:absolute;z-index:-1;display:block;content:'';}*/
/*ボタンエリア*/
div .u-btn_area {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

div .u-btn_area .u-btn {
  margin-right: 20px; }

/*　目立たせるボタン　btn_d:default目立たせるボタン（※class='u-btn u-btn_d'として使用する）*/
.u-btn_d {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #15aeec;
  color: #FFFFFF;
  background-color: #49c0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
  background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
  background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
  background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
  background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
  background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3); }

.u-btn_d:hover {
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #039ACD;
  border-bottom-color: #2a65a0;
  color: #fff;
  background-color: #3C8DDE;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41CAF8), to(#039ACD));
  background-image: -moz-linear-gradient(#41CAF8, #039ACD);
  background-image: -o-linear-gradient(#41CAF8, #039ACD);
  background-image: linear-gradient(#41CAF8, #039ACD); }

body .u-btn-multi {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em; }

/*　リンク　*/
.u-link {
  background: #e4e4e4;
  background-image: -moz-linear-gradient(top, #f8f8f8, #e4e4e4);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f8f8), color-stop(1, #e4e4e4));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e4e4e4);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #f8f8f8, #e4e4e4);
  /* Opera 11.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e4e4e4');
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e4e4e4')";
  /* IE8+ */
  background-image: linear-gradient(to bottom, #f8f8f8, #e4e4e4);
  text-decoration: none;
  color: #555;
  border-radius: 5px;
  border-bottom: 3px solid #aaaaaa;
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
  padding: 0.8em 3em; }

.u-link:hover {
  background: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfc), color-stop(1, #f2f2f2));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
  /* Opera 11.1+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f2f2f2')";
  /* IE8+ */
  background-image: linear-gradient(to bottom, #fcfcfc, #f2f2f2); }

/* ---------------------------------------------
　　ユーティリティ
 ---------------------------------------------*/
/*アイコン付きテキスト*/
.u-btn-icontext, .u-li-icontext, .u-icontext {
  display: table; }

.u-btn-icontext_in, .u-li-icontext_in, .u-icontext_in {
  display: table-cell;
  padding: 1em 2em 1em 0.5em;
  position: relative;
  vertical-align: middle; }

.u-btn-icontext_in:before, .u-li-icontext_in:before, .u-icontext_in:before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
  line-height: 1em; }

.is-icontextleft {
  padding: 1em 0.5em 1em 2em; }

.is-icontextleft:before {
  left: 0.5em;
  right: auto; }

.u-li-icontext.is-current {
  background: #FFF0CC; }

.u-li-icontext-ttl {
  background: #DFDFDF;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*アイコン付きメニュー*/
.u-li-icontext {
  width: 100%;
  margin-bottom: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.u-li-icontext_in {
  text-decoration: none; }

/*アイコン*/
.u-icon {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #999;
  padding: 0 3px;
  font-size: .7em;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

/*アイコンのモディファイやー吹き出しアイコン*/
.u-icon-l:before,
.u-icon-r:before,
.u-icon-t:before,
.u-icon-b:before {
  content: '';
  position: absolute; }

.u-icon-b:before {
  border-top: 5px solid #999;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  bottom: -5px;
  left: 10px; }

.u-icon-t:before {
  border-bottom: 5px solid #999;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  top: -5px;
  left: 10px; }

.u-icon-l:before {
  border-right: 5px solid #999;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  left: -5px;
  top: 5px; }

.u-icon-r:before {
  border-left: 5px solid #999;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  right: -5px;
  top: 5px; }

/*SNS*/
.u-sns li {
  float: left;
  padding-right: 5px; }

.u-sns .fb_iframe_widget > span {
  vertical-align: baseline !important; }

/* ---------------------------------------------
　　フォーム系
 ---------------------------------------------*/
/*フォーム*/
select.u-fr {
  display: inline; }

textarea.u-fr,
select.u-fr,
input[type="password"].u-fr,
input[type="text"].u-fr {
  padding: 4px 4px;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #999;
  box-sizing: border-box; }

select.u-fr,
input[type="password"].u-fr,
input[type="text"].u-fr {
  height: 30px; }

/*　エラー　*/
.u-error {
  color: #F00; }

.f-error input[type="password"].u-fr,
.f-error input[type="text"].u-fr,
.f-error textarea.u-fr,
.f-error select.u-fr {
  border: 2px solid #F00; }

input[type="text"].u-fr.f-page {
  width: 33px;
  text-align: center;
  border: none; }

.f-100 {
  width: 100%; }

.f-90 {
  width: 90%; }

.f-80 {
  width: 80%; }

.f-70 {
  width: 70%; }

.f-60 {
  width: 60%; }

.f-ord {
  width: 50px; }

.f-id {
  width: 190px; }

.f-name {
  width: 300px; }

.f-full {
  width: 400px; }

.f-mail {
  width: 350px; }

.f-half {
  width: 150px; }

.f-date {
  width: 100px; }

.f-datetime {
  width: 150px; }

.f-biko {
  width: 350px;
  height: 100px; }

.f-bikol {
  width: 350px;
  height: 85px; }

.f-bikoll {
  width: 400px;
  height: 100px; }

.f-login {
  width: 200px; }

.f-address {
  width: 400px; }

.f-y,
.f-m,
.f-d {
  width: 40px; }

.f-count {
  width: 100px;
  text-align: right; }

/* ---------------------------------------------
　　スマホヘッダー
 ---------------------------------------------*/
/*　スマホのロゴとバーガーメニューのdiv　*/
.usp-h {
  display: flex; }

.usp-h_l {
  flex: 1; }

.usp-h_r {
  width: 61px; }

.usp-h,
.usp-h_l,
.usp-h_r {
  height: 60px; }

/*　バーガーメニュークックででるリスト　*/
.usp-gnbtn_check {
  display: none; }

.usp-gn {
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  max-height: 0;
  overflow: hidden;
  opacity: 0.1; }

.usp-gnbtn_check:checked + .usp-gn {
  max-height: 5000px;
  opacity: 1; }

/*　3本線がバツになるスマホ用メニュ　*/
.usp-gnbtn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer; }

.usp-gnbtn_line:before,
.usp-gnbtn_line:after,
.usp-gnbtn_line {
  background: #2196F3;
  transition: .3s;
  height: 2px;
  width: 22px;
  display: block;
  top: 50%;
  position: absolute; }

.usp-gnbtn_line {
  left: 50%;
  margin: -5px 0 0 -9px; }

.usp-gnbtn_line:before,
.usp-gnbtn_line:after {
  content: "";
  left: 0; }

.usp-gnbtn_line:before {
  margin-top: -8px; }

.usp-gnbtn_line:after {
  margin-top: 6px; }

.usp-gnbtn_cap {
  width: 60px;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 6px;
  line-height: 1em;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  opacity: 0;
  position: absolute;
  display: block;
  text-align: center; }

.usp-gnbtn_cap.is-view {
  opacity: 1; }

.usp-gnbtn_line.is-open {
  background: transparent; }

.usp-gnbtn_line.is-open:before,
.usp-gnbtn_line.is-open:after {
  margin-top: 0; }

.usp-gnbtn_line.is-open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.usp-gnbtn_line.is-open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/*　spのgn　*/
.usp-gn {
  border-bottom: 1px solid #BBBBBB; }

.usp-gn_check {
  display: none; }

.usp-gn_li,
.usp-gn_a2 {
  padding: 20px 5px 20px 10px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #BBBBBB;
  border-bottom: none;
  background: #eee;
  clear: both;
  position: static; }

.usp-gn_a2 {
  background: #D5DFE8; }

.usp-gn_li2 {
  display: block; }

.usp-gn_ul2 {
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  max-height: 0;
  overflow: hidden;
  opacity: 0.1;
  /*@include v(transition,all 2 ease-in-out);max-height:0;overflow-y: hidden;@include opacity(0);*/ }

.usp-gn_check:checked + .usp-gn_ul2 {
  max-height: 5000px;
  opacity: 1;
  /*max-height:none;@include opacity(1);*/ }

/* ---------------------------------------------
　　定番
 ---------------------------------------------*/
/*タイトル回り*/
.u-h1 {
  margin-bottom: 30px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 10px 20px;
  line-height: 1.1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.u-h2 {
  margin-bottom: 30px;
  border-top: 2px dotted #CCC;
  border-bottom: 2px dotted #CCC;
  padding: 10px 20px;
  line-height: 1.1em;
  font-weight: bold; }

.u-h3 {
  margin-bottom: 30px;
  border-left: 10px solid #CCC;
  padding: 0px 20px;
  line-height: 1.1em;
  font-weight: bold; }

.u-h1--nomb,
.u-h2--nomb,
.u-h3--nomb {
  margin-bottom: 0; }

/* ---------------------------------------------
　　枠系
 ---------------------------------------------*/
/*　流れ　*/
.u-flow {
  display: block;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.u-flow:before {
  bottom: -30px;
  right: 50%;
  content: '';
  position: absolute;
  border-top: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid rgba(0, 0, 0, 0); }

/*↓色など上書*/
.u-flow {
  border: 3px solid #CDD8ED;
  padding: 20px 30px; }

.u-flow:before {
  border-top-color: #CDD8ED; }

.u-flow {
  margin-bottom: 50px; }

.u-flow.is-last:before {
  display: none; }

/*　流れ　*/
.u-flowi {
  display: block;
  position: relative;
  margin-bottom: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.u-flowi:before {
  display: block;
  position: absolute;
  text-align: center;
  height: 50px;
  right: 0;
  left: 0;
  bottom: -50px;
  font-size: 40px;
  line-height: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/*↓色など上書*/
.u-flowi {
  border: 3px solid #CDD8ED;
  padding: 20px 30px; }

.u-flowi:before {
  color: #CDD8ED; }

/*流れ（矢印のみu-liqと一緒に使うと良い）*/
.u-arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 55px; }

.u-arrow_in,
.u-arrow:before,
.u-arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  content: "";
  vertical-align: middle;
  color: #fff; }

.u-arrow:before {
  width: 50px;
  height: 30px;
  background: #7a0;
  border-radius: 4px 4px 0 0; }

.u-arrow:after {
  left: 0px;
  top: 30px;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-top: solid;
  border-top-color: #7a0;
  border-width: 25px; }

.u-arrow_in {
  display: block;
  text-align: center;
  width: 50px;
  top: 5px;
  font-size: 18px;
  line-height: 1.2em; }

.u-arrow-100 {
  height: 100px; }

.u-arrow-100:before {
  height: 75px; }

.u-arrow-100:after {
  top: 75px; }

.u-arrow-100 .u-arrow_in {
  top: 10px; }

/*オーバーライド高さ100px*/
.u-arrow-200 {
  height: 200px; }

.u-arrow-200:before {
  height: 175px; }

.u-arrow-200:after {
  top: 175px; }

.u-arrow-200 .u-arrow_in {
  top: 10px; }

/*オーバーライド高さ200px*/
.u-arrow-red:before {
  background: #AC1010; }

.u-arrow-red:after {
  border-top-color: #AC1010; }

/*オーバーライド:赤*/
.u-arrow-blue:before {
  background: #2353A7; }

.u-arrow-blue:after {
  border-top-color: #2353A7; }

/*オーバーライド:青*/
/*枠（線）*/
.u-waku {
  border: 1px solid #e1e1e1; }

.u-waku-shadow {
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03); }

.u-waku-maru {
  border: 3px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.u-waku_title {
  border-bottom: 1px dotted #CDD8ED;
  font-weight: bold; }

/*枠（背景色）*/
.u-wakubg
, .u-wakubg-maru {
  background: #F9F9F9;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03); }

.u-wakubg-dark
, .u-wakubg-darkmaru {
  background: #5f646c;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  color: #fff; }

.u-wakubg-maru
, .u-wakubg-darkmaru {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/*免責事項immunity*/
/*dl*/
.u-dl {
  margin-top: 13px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03); }

.u-dl {
  padding: 26px 20px 1px;
  padding-bottom: 0; }

.u-dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  padding: 0 10px;
  font-weight: bold;
  position: relative;
  top: -40px; }

.u-dt {
  margin-bottom: 0; }

.u-dd {
  position: relative;
  top: -25px;
  padding-left: 10px;
  margin-bottom: 25px;
  margin: -26px -20px -20px -20px; }

.u-dd:last-of-type {
  margin-bottom: 0; }

.u-dd p:last-of-type {
  margin-bottom: 0; }

/*　テーブル：シンプルu-table_simple　プレーン(全く線無し)：u-table_pl系 u-table-yoko系　u-table-simple系　*/
.u-table {
  width: 100%;
  word-wrap: break-word; }

.u-table th
, .u-table td {
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
  vertical-align: top; }

.u-table-simple_th
, .u-table-simple_td {
  border: 1px solid #CCC;
  padding: 0.2em 0.6em; }

.u-table-simple_th {
  background: #f0f0f0; }

.u-table-pl_th,
.u-table-pl_td {
  padding: 0 1em 0 0; }

.u-table-yoko_td {
  padding-left: 1em; }

.u-table-yoko_th
, .u-table-yoko_td {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

/*テーブルを使わずに：行頭をそろえる　<span class="u-tidy8">月〜金 </span>11:00〜16:00（ラストオーダー15:00<br><span>土・日・祝 </span>1*/
body .u-w1fx {
  display: inline-block;
  width: 1em; }

body .u-w2fx {
  display: inline-block;
  width: 2em; }

body .u-w3fx {
  display: inline-block;
  width: 3em; }

body .u-w4fx {
  display: inline-block;
  width: 4em; }

body .u-w5fx {
  display: inline-block;
  width: 5em; }

body .u-w6fx {
  display: inline-block;
  width: 6em; }

body .u-w7fx {
  display: inline-block;
  width: 7em; }

body .u-w8fx {
  display: inline-block;
  width: 8em; }

body .u-w9fx {
  display: inline-block;
  width: 9em; }

body .u-w10fx {
  display: inline-block;
  width: 10em; }

body .u-w11fx {
  display: inline-block;
  width: 11em; }

/*u-li*/
.u-li {
  position: relative;
  padding-left: 1em; }

.u-li:after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: .3em;
  width: .3em;
  height: .3em;
  background-color: #666;
  border-radius: 100%; }

/* ---------------------------------------------
　　位置/サイズ
 ---------------------------------------------*/
body .u-none {
  display: none; }

body .u-bk {
  display: block; }

body .u-inbk {
  display: inline-block; }

body .u-inline {
  display: inline; }

body .u-cb, body div .u-cb {
  clear: both; }

body .u-l, body div .u-l {
  float: left; }

body .u-c, body div .u-c {
  margin-left: auto;
  margin-right: auto; }

body .u-r, body div .u-r {
  float: right; }

body .u-alnl, body div .u-alnl {
  text-align: left; }

body .u-alnc, body div .u-alnc {
  text-align: center; }

body .u-alnr, body div .u-alnr {
  text-align: right; }

body .u-alnm, body div .u-alnm {
  display: table-cell;
  vertical-align: middle; }

body .u-nowrap, body div .u-nowrap {
  white-space: nowrap; }

body .u-w100, body .u-img100 {
  width: 100%; }

body .u-img100 {
  max-width: 100%;
  height: auto; }

body .u-w90, body .u-img90 {
  width: 90%; }

body .u-img90 {
  max-width: 100%;
  height: auto; }

body .u-w80, body .u-img80 {
  width: 80%; }

body .u-img80 {
  max-width: 100%;
  height: auto; }

body .u-w70, body .u-img70 {
  width: 70%; }

body .u-img70 {
  max-width: 100%;
  height: auto; }

body .u-w60, body .u-img60 {
  width: 60%; }

body .u-img60 {
  max-width: 100%;
  height: auto; }

body .u-w50, body .u-img50 {
  width: 50%; }

body .u-img50 {
  max-width: 100%;
  height: auto; }

body .u-w40, body .u-img40 {
  width: 40%; }

body .u-img40 {
  max-width: 100%;
  height: auto; }

body .u-w30, body .u-img30 {
  width: 30%; }

body .u-img30 {
  max-width: 100%;
  height: auto; }

body .u-w20, body .u-img20 {
  width: 20%; }

body .u-img20 {
  max-width: 100%;
  height: auto; }

body .u-w10, body .u-img10 {
  width: 10%; }

body .u-img10 {
  max-width: 100%;
  height: auto; }

body .u-m00 {
  margin: 0px; }

body .u-mb00 {
  margin-bottom: 0px; }

body .u-mt00 {
  margin-top: 0px; }

body .u-ml00 {
  margin-left: 0px; }

body .u-mr00 {
  margin-right: 0px; }

body .u-p00 {
  padding: 0px; }

body .u-pb00 {
  padding-bottom: 0px; }

body .u-pt00 {
  padding-top: 0px; }

body .u-pl00 {
  padding-left: 0px; }

body .u-pr00 {
  padding-right: 0px; }

body .u-m03 {
  margin: 3px; }

body .u-mb03 {
  margin-bottom: 3px; }

body .u-mt03 {
  margin-top: 3px; }

body .u-ml03 {
  margin-left: 3px; }

body .u-mr03 {
  margin-right: 3px; }

body .u-p03 {
  padding: 3px; }

body .u-pb03 {
  padding-bottom: 3px; }

body .u-pt03 {
  padding-top: 3px; }

body .u-pl03 {
  padding-left: 3px; }

body .u-pr03 {
  padding-right: 3px; }

body .u-m05 {
  margin: 5px; }

body .u-mb05 {
  margin-bottom: 5px; }

body .u-mt05 {
  margin-top: 5px; }

body .u-ml05 {
  margin-left: 5px; }

body .u-mr05 {
  margin-right: 5px; }

body .u-p05 {
  padding: 5px; }

body .u-pb05 {
  padding-bottom: 5px; }

body .u-pt05 {
  padding-top: 5px; }

body .u-pl05 {
  padding-left: 5px; }

body .u-pr05 {
  padding-right: 5px; }

body .u-m10 {
  margin: 10px; }

body .u-mb10 {
  margin-bottom: 10px; }

body .u-mt10 {
  margin-top: 10px; }

body .u-ml10 {
  margin-left: 10px; }

body .u-mr10 {
  margin-right: 10px; }

body .u-p10 {
  padding: 10px; }

body .u-pb10 {
  padding-bottom: 10px; }

body .u-pt10 {
  padding-top: 10px; }

body .u-pl10 {
  padding-left: 10px; }

body .u-pr10 {
  padding-right: 10px; }

body .u-m15 {
  margin: 15px; }

body .u-mb15 {
  margin-bottom: 15px; }

body .u-mt15 {
  margin-top: 15px; }

body .u-ml15 {
  margin-left: 15px; }

body .u-mr15 {
  margin-right: 15px; }

body .u-p15 {
  padding: 15px; }

body .u-pb15 {
  padding-bottom: 15px; }

body .u-pt15 {
  padding-top: 15px; }

body .u-pl15 {
  padding-left: 15px; }

body .u-pr15 {
  padding-right: 15px; }

body .u-m20 {
  margin: 20px; }

body .u-mb20 {
  margin-bottom: 20px; }

body .u-mt20 {
  margin-top: 20px; }

body .u-ml20 {
  margin-left: 20px; }

body .u-mr20 {
  margin-right: 20px; }

body .u-p20 {
  padding: 20px; }

body .u-pb20 {
  padding-bottom: 20px; }

body .u-pt20 {
  padding-top: 20px; }

body .u-pl20 {
  padding-left: 20px; }

body .u-pr20 {
  padding-right: 20px; }

body .u-m25 {
  margin: 25px; }

body .u-mb25 {
  margin-bottom: 25px; }

body .u-mt25 {
  margin-top: 25px; }

body .u-ml25 {
  margin-left: 25px; }

body .u-mr25 {
  margin-right: 25px; }

body .u-p25 {
  padding: 25px; }

body .u-pb25 {
  padding-bottom: 25px; }

body .u-pt25 {
  padding-top: 25px; }

body .u-pl25 {
  padding-left: 25px; }

body .u-pr25 {
  padding-right: 25px; }

body .u-m30 {
  margin: 30px; }

body .u-mb30 {
  margin-bottom: 30px; }

body .u-mt30 {
  margin-top: 30px; }

body .u-ml30 {
  margin-left: 30px; }

body .u-mr30 {
  margin-right: 30px; }

body .u-p30 {
  padding: 30px; }

body .u-pb30 {
  padding-bottom: 30px; }

body .u-pt30 {
  padding-top: 30px; }

body .u-pl30 {
  padding-left: 30px; }

body .u-pr30 {
  padding-right: 30px; }

body .u-m40 {
  margin: 40px; }

body .u-mb40 {
  margin-bottom: 40px; }

body .u-mt40 {
  margin-top: 40px; }

body .u-ml40 {
  margin-left: 40px; }

body .u-mr40 {
  margin-right: 40px; }

body .u-p40 {
  padding: 40px; }

body .u-pb40 {
  padding-bottom: 40px; }

body .u-pt40 {
  padding-top: 40px; }

body .u-pl40 {
  padding-left: 40px; }

body .u-pr40 {
  padding-right: 40px; }

body .u-m50 {
  margin: 50px; }

body .u-mb50 {
  margin-bottom: 50px; }

body .u-mt50 {
  margin-top: 50px; }

body .u-ml50 {
  margin-left: 50px; }

body .u-mr50 {
  margin-right: 50px; }

body .u-p50 {
  padding: 50px; }

body .u-pb50 {
  padding-bottom: 50px; }

body .u-pt50 {
  padding-top: 50px; }

body .u-pl50 {
  padding-left: 50px; }

body .u-pr50 {
  padding-right: 50px; }

body .u-m60 {
  margin: 60px; }

body .u-mb60 {
  margin-bottom: 60px; }

body .u-mt60 {
  margin-top: 60px; }

body .u-ml60 {
  margin-left: 60px; }

body .u-mr60 {
  margin-right: 60px; }

body .u-p60 {
  padding: 60px; }

body .u-pb60 {
  padding-bottom: 60px; }

body .u-pt60 {
  padding-top: 60px; }

body .u-pl60 {
  padding-left: 60px; }

body .u-pr60 {
  padding-right: 60px; }

body .u-m70 {
  margin: 70px; }

body .u-mb70 {
  margin-bottom: 70px; }

body .u-mt70 {
  margin-top: 70px; }

body .u-ml70 {
  margin-left: 70px; }

body .u-mr70 {
  margin-right: 70px; }

body .u-p70 {
  padding: 70px; }

body .u-pb70 {
  padding-bottom: 70px; }

body .u-pt70 {
  padding-top: 70px; }

body .u-pl70 {
  padding-left: 70px; }

body .u-pr70 {
  padding-right: 70px; }

body .u-m100 {
  margin: 100px; }

body .u-mb100 {
  margin-bottom: 100px; }

body .u-mt100 {
  margin-top: 100px; }

body .u-ml100 {
  margin-left: 100px; }

body .u-mr100 {
  margin-right: 100px; }

body .u-p100 {
  padding: 100px; }

body .u-pb100 {
  padding-bottom: 100px; }

body .u-pt100 {
  padding-top: 100px; }

body .u-pl100 {
  padding-left: 100px; }

body .u-pr100 {
  padding-right: 100px; }

body .u-m150 {
  margin: 150px; }

body .u-mb150 {
  margin-bottom: 150px; }

body .u-mt150 {
  margin-top: 150px; }

body .u-ml150 {
  margin-left: 150px; }

body .u-mr150 {
  margin-right: 150px; }

body .u-p150 {
  padding: 150px; }

body .u-pb150 {
  padding-bottom: 150px; }

body .u-pt150 {
  padding-top: 150px; }

body .u-pl150 {
  padding-left: 150px; }

body .u-pr150 {
  padding-right: 150px; }

body .u-m200 {
  margin: 200px; }

body .u-mb200 {
  margin-bottom: 200px; }

body .u-mt200 {
  margin-top: 200px; }

body .u-ml200 {
  margin-left: 200px; }

body .u-mr200 {
  margin-right: 200px; }

body .u-p200 {
  padding: 200px; }

body .u-pb200 {
  padding-bottom: 200px; }

body .u-pt200 {
  padding-top: 200px; }

body .u-pl200 {
  padding-left: 200px; }

body .u-pr200 {
  padding-right: 200px; }

body .u-m300 {
  margin: 300px; }

body .u-mb300 {
  margin-bottom: 300px; }

body .u-mt300 {
  margin-top: 300px; }

body .u-ml300 {
  margin-left: 300px; }

body .u-mr300 {
  margin-right: 300px; }

body .u-p300 {
  padding: 300px; }

body .u-pb300 {
  padding-bottom: 300px; }

body .u-pt300 {
  padding-top: 300px; }

body .u-pl300 {
  padding-left: 300px; }

body .u-pr300 {
  padding-right: 300px; }

/*テーブル用横幅*/
body .u-w1em {
  width: 1em;
  box-sizing: border-box; }

body .u-w2em {
  width: 2em;
  box-sizing: border-box; }

body .u-w3em {
  width: 3em;
  box-sizing: border-box; }

body .u-w4em {
  width: 4em;
  box-sizing: border-box; }

body .u-w5em {
  width: 5em;
  box-sizing: border-box; }

body .u-w6em {
  width: 6em;
  box-sizing: border-box; }

body .u-w7em {
  width: 7em;
  box-sizing: border-box; }

body .u-w8em {
  width: 8em;
  box-sizing: border-box; }

body .u-w9em {
  width: 9em;
  box-sizing: border-box; }

body .u-w10em {
  width: 10em;
  box-sizing: border-box; }

body .u-w11em {
  width: 11em;
  box-sizing: border-box; }

body .u-w12em {
  width: 12em;
  box-sizing: border-box; }

body .u-w13em {
  width: 13em;
  box-sizing: border-box; }

body .u-w14em {
  width: 14em;
  box-sizing: border-box; }

body .u-w15em {
  width: 15em;
  box-sizing: border-box; }

body .u-w16em {
  width: 16em;
  box-sizing: border-box; }

/*　 リキッドレイアウト用　左固定<div class="u-liq"><div class="u-liq_in"></div></div><div class="u-liq_aside"></div>　※数値はオーバーライドすること数値の差はガター　*/
.u-liq {
  margin-left: -275px;
  float: right;
  width: 100%; }

.u-liq_in {
  margin-left: 275px; }

.u-liq_aside {
  width: 225px;
  float: left; }

.u-liqr {
  margin-right: -275px;
  float: left;
  width: 100%; }

/*ここから右固定用*/
.u-liqr_in {
  margin-right: 275px; }

.u-liqr_aside {
  width: 225px;
  float: right; }

.u-liq-flow {
  margin-left: -75px; }

.u-liq-flow > .u-liq_in {
  margin-left: 75px; }

.u-liq-flow > .u-liq_aside {
  width: 50px; }

/*u-arrowのときのモディファイア*/
/*　 改行を挿入する　*/
.u-br:before {
  content: '\A';
  white-space: pre; }

.u-br_after:after {
  content: '\A';
  white-space: pre; }

/*　その他　*/
body .u-imgr {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

body .u-imgl {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

html {
  font-size: 62.5%;
  line-height: 1.8; }

/* ---------------------------------------------
　　PC
 ---------------------------------------------*/
@media only screen and (min-width: 768px) {
  /*共通マージン*/
  .u-mb, .upc-mb {
    margin-bottom: 20px; }

  .u-pagetitle,
  .u-mb-title, .upc-mb-title {
    margin-bottom: 30px; }

  /*pageのフッターナビも共通*/
  .u-mt-title, .upc-mt-title {
    margin-top: 80px; }

  .u-p
  , .u-flow
  , .u-flowi
  , .u-dd
  , .u-waku
  , .u-wakubg
  , .u-wakubg-maru
  , .u-wakubg-darkmaru
  , .u-wakubg-dark
  , .u-waku-maru
  , .u-waku-shadow {
    padding: 1.5em 2em; }

  /*共通の枠内のパディング*/
  /*　文字サイズ　 1rem=10px */
  body,
  body.u-tx_m,
  body .u-tx_m,
  .u-btn {
    font-size: 1.6rem; }

  body.u-tx_ml,
  body .u-tx_ml,
  .u-btn {
    font-size: 1.8rem; }

  body.u-tx_ml_,
  body .u-tx_ml_ {
    font-size: 2rem; }

  body.u-tx_xl,
  body .u-tx_xl {
    font-size: 3.5rem; }

  .u-pagetitle,
  body.u-tx_l,
  body .u-tx_l,
  body .u-btn_large,
  .u-h1, .u-h2, .u-h3 {
    font-size: 2.2rem; }

  .u-immunity,
  body .u-note,
  body.u-tx_s,
  body .u-tx_s,
  body .u-btn_small {
    font-size: 1.4rem; }

  body.u-tx_xs,
  body .u-tx_xs {
    font-size: 1.2rem; }

  .u-immunity,
  body .u-note,
  body .u-tx_xl, body.u-tx_xl,
  body .u-tx_l, body.u-tx_l,
  body .u-tx_s, body.u-tx_s,
  body .u-tx_xs, body.u-tx_xs {
    line-height: 1.2; }

  /*　PCの時のみ適用される */
  body .upc-none {
    display: none; }

  body .upc-bk {
    display: block; }

  body .upc-inbk {
    display: inline-block; }

  body .upc-inline {
    display: inline; }

  body .upc-cb, body div .upc-cb {
    clear: both; }

  body .upc-l, body div .upc-l {
    float: left; }

  body .upc-c, body div .upc-c {
    margin-left: auto;
    margin-right: auto; }

  body .upc-r, body div .upc-r {
    float: right; }

  body .upc-alnl, body div .upc-alnl {
    text-align: left; }

  body .upc-alnc, body div .upc-alnc {
    text-align: center; }

  body .upc-alnr, body div .upc-alnr {
    text-align: right; }

  body .upc-alnm, body div .upc-alnm {
    display: table-cell;
    vertical-align: middle; }

  body .upc-nowrap, body div .upc-nowrap {
    white-space: nowrap; }

  body .upc-w100, body .upc-img100 {
    width: 100%; }

  body .upc-img100 {
    max-width: 100%;
    height: auto; }

  body .upc-w90, body .upc-img90 {
    width: 90%; }

  body .upc-img90 {
    max-width: 100%;
    height: auto; }

  body .upc-w80, body .upc-img80 {
    width: 80%; }

  body .upc-img80 {
    max-width: 100%;
    height: auto; }

  body .upc-w70, body .upc-img70 {
    width: 70%; }

  body .upc-img70 {
    max-width: 100%;
    height: auto; }

  body .upc-w60, body .upc-img60 {
    width: 60%; }

  body .upc-img60 {
    max-width: 100%;
    height: auto; }

  body .upc-w50, body .upc-img50 {
    width: 50%; }

  body .upc-img50 {
    max-width: 100%;
    height: auto; }

  body .upc-w40, body .upc-img40 {
    width: 40%; }

  body .upc-img40 {
    max-width: 100%;
    height: auto; }

  body .upc-w30, body .upc-img30 {
    width: 30%; }

  body .upc-img30 {
    max-width: 100%;
    height: auto; }

  body .upc-w20, body .upc-img20 {
    width: 20%; }

  body .upc-img20 {
    max-width: 100%;
    height: auto; }

  body .upc-w10, body .upc-img10 {
    width: 10%; }

  body .upc-img10 {
    max-width: 100%;
    height: auto; }

  body .upc-m03 {
    margin: 3px; }

  body .upc-mb03 {
    margin-bottom: 3px; }

  body .upc-mt03 {
    margin-top: 3px; }

  body .upc-ml03 {
    margin-left: 3px; }

  body .upc-mr03 {
    margin-right: 3px; }

  body .upc-p03 {
    padding: 3px; }

  body .upc-pb03 {
    padding-bottom: 3px; }

  body .upc-pt03 {
    padding-top: 3px; }

  body .upc-pl03 {
    padding-left: 3px; }

  body .upc-pr03 {
    padding-right: 3px; }

  body .upc-m05 {
    margin: 5px; }

  body .upc-mb05 {
    margin-bottom: 5px; }

  body .upc-mt05 {
    margin-top: 5px; }

  body .upc-ml05 {
    margin-left: 5px; }

  body .upc-mr05 {
    margin-right: 5px; }

  body .upc-p05 {
    padding: 5px; }

  body .upc-pb05 {
    padding-bottom: 5px; }

  body .upc-pt05 {
    padding-top: 5px; }

  body .upc-pl05 {
    padding-left: 5px; }

  body .upc-pr05 {
    padding-right: 5px; }

  body .upc-m10 {
    margin: 10px; }

  body .upc-mb10 {
    margin-bottom: 10px; }

  body .upc-mt10 {
    margin-top: 10px; }

  body .upc-ml10 {
    margin-left: 10px; }

  body .upc-mr10 {
    margin-right: 10px; }

  body .upc-p10 {
    padding: 10px; }

  body .upc-pb10 {
    padding-bottom: 10px; }

  body .upc-pt10 {
    padding-top: 10px; }

  body .upc-pl10 {
    padding-left: 10px; }

  body .upc-pr10 {
    padding-right: 10px; }

  body .upc-m15 {
    margin: 15px; }

  body .upc-mb15 {
    margin-bottom: 15px; }

  body .upc-mt15 {
    margin-top: 15px; }

  body .upc-ml15 {
    margin-left: 15px; }

  body .upc-mr15 {
    margin-right: 15px; }

  body .upc-p15 {
    padding: 15px; }

  body .upc-pb15 {
    padding-bottom: 15px; }

  body .upc-pt15 {
    padding-top: 15px; }

  body .upc-pl15 {
    padding-left: 15px; }

  body .upc-pr15 {
    padding-right: 15px; }

  body .upc-m20 {
    margin: 20px; }

  body .upc-mb20 {
    margin-bottom: 20px; }

  body .upc-mt20 {
    margin-top: 20px; }

  body .upc-ml20 {
    margin-left: 20px; }

  body .upc-mr20 {
    margin-right: 20px; }

  body .upc-p20 {
    padding: 20px; }

  body .upc-pb20 {
    padding-bottom: 20px; }

  body .upc-pt20 {
    padding-top: 20px; }

  body .upc-pl20 {
    padding-left: 20px; }

  body .upc-pr20 {
    padding-right: 20px; }

  body .upc-m25 {
    margin: 25px; }

  body .upc-mb25 {
    margin-bottom: 25px; }

  body .upc-mt25 {
    margin-top: 25px; }

  body .upc-ml25 {
    margin-left: 25px; }

  body .upc-mr25 {
    margin-right: 25px; }

  body .upc-p25 {
    padding: 25px; }

  body .upc-pb25 {
    padding-bottom: 25px; }

  body .upc-pt25 {
    padding-top: 25px; }

  body .upc-pl25 {
    padding-left: 25px; }

  body .upc-pr25 {
    padding-right: 25px; }

  body .upc-m30 {
    margin: 30px; }

  body .upc-mb30 {
    margin-bottom: 30px; }

  body .upc-mt30 {
    margin-top: 30px; }

  body .upc-ml30 {
    margin-left: 30px; }

  body .upc-mr30 {
    margin-right: 30px; }

  body .upc-p30 {
    padding: 30px; }

  body .upc-pb30 {
    padding-bottom: 30px; }

  body .upc-pt30 {
    padding-top: 30px; }

  body .upc-pl30 {
    padding-left: 30px; }

  body .upc-pr30 {
    padding-right: 30px; }

  body .upc-m40 {
    margin: 40px; }

  body .upc-mb40 {
    margin-bottom: 40px; }

  body .upc-mt40 {
    margin-top: 40px; }

  body .upc-ml40 {
    margin-left: 40px; }

  body .upc-mr40 {
    margin-right: 40px; }

  body .upc-p40 {
    padding: 40px; }

  body .upc-pb40 {
    padding-bottom: 40px; }

  body .upc-pt40 {
    padding-top: 40px; }

  body .upc-pl40 {
    padding-left: 40px; }

  body .upc-pr40 {
    padding-right: 40px; }

  body .upc-m50 {
    margin: 50px; }

  body .upc-mb50 {
    margin-bottom: 50px; }

  body .upc-mt50 {
    margin-top: 50px; }

  body .upc-ml50 {
    margin-left: 50px; }

  body .upc-mr50 {
    margin-right: 50px; }

  body .upc-p50 {
    padding: 50px; }

  body .upc-pb50 {
    padding-bottom: 50px; }

  body .upc-pt50 {
    padding-top: 50px; }

  body .upc-pl50 {
    padding-left: 50px; }

  body .upc-pr50 {
    padding-right: 50px; }

  body .upc-m60 {
    margin: 60px; }

  body .upc-mb60 {
    margin-bottom: 60px; }

  body .upc-mt60 {
    margin-top: 60px; }

  body .upc-ml60 {
    margin-left: 60px; }

  body .upc-mr60 {
    margin-right: 60px; }

  body .upc-p60 {
    padding: 60px; }

  body .upc-pb60 {
    padding-bottom: 60px; }

  body .upc-pt60 {
    padding-top: 60px; }

  body .upc-pl60 {
    padding-left: 60px; }

  body .upc-pr60 {
    padding-right: 60px; }

  body .upc-m70 {
    margin: 70px; }

  body .upc-mb70 {
    margin-bottom: 70px; }

  body .upc-mt70 {
    margin-top: 70px; }

  body .upc-ml70 {
    margin-left: 70px; }

  body .upc-mr70 {
    margin-right: 70px; }

  body .upc-p70 {
    padding: 70px; }

  body .upc-pb70 {
    padding-bottom: 70px; }

  body .upc-pt70 {
    padding-top: 70px; }

  body .upc-pl70 {
    padding-left: 70px; }

  body .upc-pr70 {
    padding-right: 70px; }

  body .upc-m100 {
    margin: 100px; }

  body .upc-mb100 {
    margin-bottom: 100px; }

  body .upc-mt100 {
    margin-top: 100px; }

  body .upc-ml100 {
    margin-left: 100px; }

  body .upc-mr100 {
    margin-right: 100px; }

  body .upc-p100 {
    padding: 100px; }

  body .upc-pb100 {
    padding-bottom: 100px; }

  body .upc-pt100 {
    padding-top: 100px; }

  body .upc-pl100 {
    padding-left: 100px; }

  body .upc-pr100 {
    padding-right: 100px; }

  body .upc-m150 {
    margin: 150px; }

  body .upc-mb150 {
    margin-bottom: 150px; }

  body .upc-mt150 {
    margin-top: 150px; }

  body .upc-ml150 {
    margin-left: 150px; }

  body .upc-mr150 {
    margin-right: 150px; }

  body .upc-p150 {
    padding: 150px; }

  body .upc-pb150 {
    padding-bottom: 150px; }

  body .upc-pt150 {
    padding-top: 150px; }

  body .upc-pl150 {
    padding-left: 150px; }

  body .upc-pr150 {
    padding-right: 150px; }

  body .upc-m200 {
    margin: 200px; }

  body .upc-mb200 {
    margin-bottom: 200px; }

  body .upc-mt200 {
    margin-top: 200px; }

  body .upc-ml200 {
    margin-left: 200px; }

  body .upc-mr200 {
    margin-right: 200px; }

  body .upc-p200 {
    padding: 200px; }

  body .upc-pb200 {
    padding-bottom: 200px; }

  body .upc-pt200 {
    padding-top: 200px; }

  body .upc-pl200 {
    padding-left: 200px; }

  body .upc-pr200 {
    padding-right: 200px; }

  body .upc-m300 {
    margin: 300px; }

  body .upc-mb300 {
    margin-bottom: 300px; }

  body .upc-mt300 {
    margin-top: 300px; }

  body .upc-ml300 {
    margin-left: 300px; }

  body .upc-mr300 {
    margin-right: 300px; }

  body .upc-p300 {
    padding: 300px; }

  body .upc-pb300 {
    padding-bottom: 300px; }

  body .upc-pt300 {
    padding-top: 300px; }

  body .upc-pl300 {
    padding-left: 300px; }

  body .upc-pr300 {
    padding-right: 300px; }

  /*テーブル用横幅*/
  body .upc-w1em {
    width: 1em;
    box-sizing: border-box; }

  body .upc-w2em {
    width: 2em;
    box-sizing: border-box; }

  body .upc-w3em {
    width: 3em;
    box-sizing: border-box; }

  body .upc-w4em {
    width: 4em;
    box-sizing: border-box; }

  body .upc-w5em {
    width: 5em;
    box-sizing: border-box; }

  body .upc-w6em {
    width: 6em;
    box-sizing: border-box; }

  body .upc-w7em {
    width: 7em;
    box-sizing: border-box; }

  body .upc-w8em {
    width: 8em;
    box-sizing: border-box; }

  body .upc-w9em {
    width: 9em;
    box-sizing: border-box; }

  body .upc-w10em {
    width: 10em;
    box-sizing: border-box; }

  body .upc-w11em {
    width: 11em;
    box-sizing: border-box; }

  body .upc-w12em {
    width: 12em;
    box-sizing: border-box; }

  body .upc-w13em {
    width: 13em;
    box-sizing: border-box; }

  body .upc-w14em {
    width: 14em;
    box-sizing: border-box; }

  body .upc-w15em {
    width: 15em;
    box-sizing: border-box; }

  body .upc-w16em {
    width: 16em;
    box-sizing: border-box; }

  /*　 リキッドレイアウト用　*/
  .upc-liq {
    margin-left: -275px;
    float: right;
    width: 100%; }

  .upc-liq_in {
    margin-left: 275px; }

  .upc-liq_aside {
    width: 225px;
    float: left; }

  .upc-liqr {
    margin-right: -275px;
    float: left;
    width: 100%; }

  /*ここから右固定用*/
  .upc-liqr_in {
    margin-right: 275px; }

  .upc-liqr_aside {
    width: 225px;
    float: right; }

  /*　 改行を挿入する　*/
  .upc-br:before {
    content: '\A';
    white-space: pre; }

  .upc-br_after:after {
    content: '\A';
    white-space: pre; }

  /*table:入力*/
  .c-form_div {
    width: 100%; }

  .c-form_div {
    display: table;
    width: 100%; }

  .c-form_dl {
    display: table-row;
    margin: 0;
    width: 100%;
    border: 1px solid #060; }

  .c-form_dt,
  .c-form_dd {
    display: table-cell;
    padding: 5px 10px;
    border-top: 2px solid #fff;
    vertical-align: top; }

  .c-form_dt {
    width: 30%;
    background: #F0F3F4;
    text-align: right;
    white-space: nowrap;
    font-weight: normal; }

  .c-form_dd {
    width: 70%; }

  .c-form_ttl,
  .c-form_caption {
    text-align: left;
    padding: 5px 10px; }

  .c-form_ttl {
    background: #F0F3F4; } }
/* ---------------------------------------------
　　スマホ
 ---------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*共通マージン*/
  .u-mb, .usp-mb {
    margin-bottom: 10px; }

  .u-pagetitle,
  .u-mb-title, .usp-mb-title {
    margin-bottom: 20px; }

  /*pageのフッターナビも共通*/
  .u-mt-title, .usp-mt-title {
    margin-top: 40px; }

  .c-main,
  .usp-in {
    margin-left: 10px;
    margin-right: 10px; }

  /*スマホ用の横マージン*/
  .u-pagetitle,
  .usp-in-n {
    margin-left: -10px;
    margin-right: -10px; }

  /*上記のネガティブマージン*/
  .u-p
  , .u-flow
  , .u-flowi
  , .u-dd
  , .u-waku
  , .u-wakubg
  , .u-wakubg-maru
  , .u-wakubg-darkmaru
  , .u-wakubg-dark
  , .u-waku-maru
  , .u-waku-shadow {
    padding: 0.7em 1em; }

  /*共通の枠内のパディング*/
  /*　文字サイズ　 */
  body,
  body.u-tx_m,
  body .u-tx_m {
    font-size: 1.6rem; }

  body.u-tx_xl,
  body .u-tx_xl,
  .u-q:before {
    font-size: 2.56rem; }

  .u-pagetitle,
  body.u-tx_l,
  body .u-tx_l,
  body .u-btn_large,
  .u-btn,
  .u-h1, .u-h2, .u-h3 {
    font-size: 2.08rem; }

  .u-immunity,
  body .u-note,
  body.u-tx_s,
  body .u-tx_s,
  body .usp-tx_s,
  body .u-btn_small {
    font-size: 1.28rem; }

  body.u-tx_xs,
  body .u-tx_xs {
    font-size: 1.1rem; }

  .u-immunity,
  body .u-note,
  body .u-tx_xl, body.u-tx_xl,
  body .u-tx_l, body.u-tx_l,
  body .u-tx_s, body.u-tx_s,
  body .u-tx_xs, body.u-tx_xs {
    line-height: 1.2; }

  /*　スマホの時のみ適用される */
  body .usp-none {
    display: none; }

  body .usp-bk {
    display: block; }

  body .usp-inbk {
    display: inline-block; }

  body .usp-inline {
    display: inline; }

  body .usp-cb, body div .usp-cb {
    clear: both; }

  body .usp-l, body div .usp-l {
    float: left; }

  body .usp-c, body div .usp-c {
    margin-left: auto;
    margin-right: auto; }

  body .usp-r, body div .usp-r {
    float: right; }

  body .usp-alnl, body div .usp-alnl {
    text-align: left; }

  body .usp-alnc, body div .usp-alnc {
    text-align: center; }

  body .usp-alnr, body div .usp-alnr {
    text-align: right; }

  body .usp-alnm, body div .usp-alnm {
    display: table-cell;
    vertical-align: middle; }

  body .usp-nowrap, body div .usp-nowrap {
    white-space: nowrap; }

  body .usp-w100, body .usp-img100 {
    width: 100%; }

  body .usp-img100 {
    max-width: 100%;
    height: auto; }

  body .usp-w90, body .usp-img90 {
    width: 90%; }

  body .usp-img90 {
    max-width: 100%;
    height: auto; }

  body .usp-w80, body .usp-img80 {
    width: 80%; }

  body .usp-img80 {
    max-width: 100%;
    height: auto; }

  body .usp-w70, body .usp-img70 {
    width: 70%; }

  body .usp-img70 {
    max-width: 100%;
    height: auto; }

  body .usp-w60, body .usp-img60 {
    width: 60%; }

  body .usp-img60 {
    max-width: 100%;
    height: auto; }

  body .usp-w50, body .usp-img50 {
    width: 50%; }

  body .usp-img50 {
    max-width: 100%;
    height: auto; }

  body .usp-w40, body .usp-img40 {
    width: 40%; }

  body .usp-img40 {
    max-width: 100%;
    height: auto; }

  body .usp-w30, body .usp-img30 {
    width: 30%; }

  body .usp-img30 {
    max-width: 100%;
    height: auto; }

  body .usp-w20, body .usp-img20 {
    width: 20%; }

  body .usp-img20 {
    max-width: 100%;
    height: auto; }

  body .usp-w10, body .usp-img10 {
    width: 10%; }

  body .usp-img10 {
    max-width: 100%;
    height: auto; }

  body .usp-m03 {
    margin: 3px; }

  body .usp-mb03 {
    margin-bottom: 3px; }

  body .usp-mt03 {
    margin-top: 3px; }

  body .usp-ml03 {
    margin-left: 3px; }

  body .usp-mr03 {
    margin-right: 3px; }

  body .usp-p03 {
    padding: 3px; }

  body .usp-pb03 {
    padding-bottom: 3px; }

  body .usp-pt03 {
    padding-top: 3px; }

  body .usp-pl03 {
    padding-left: 3px; }

  body .usp-pr03 {
    padding-right: 3px; }

  body .usp-m05 {
    margin: 5px; }

  body .usp-mb05 {
    margin-bottom: 5px; }

  body .usp-mt05 {
    margin-top: 5px; }

  body .usp-ml05 {
    margin-left: 5px; }

  body .usp-mr05 {
    margin-right: 5px; }

  body .usp-p05 {
    padding: 5px; }

  body .usp-pb05 {
    padding-bottom: 5px; }

  body .usp-pt05 {
    padding-top: 5px; }

  body .usp-pl05 {
    padding-left: 5px; }

  body .usp-pr05 {
    padding-right: 5px; }

  body .usp-m10 {
    margin: 10px; }

  body .usp-mb10 {
    margin-bottom: 10px; }

  body .usp-mt10 {
    margin-top: 10px; }

  body .usp-ml10 {
    margin-left: 10px; }

  body .usp-mr10 {
    margin-right: 10px; }

  body .usp-p10 {
    padding: 10px; }

  body .usp-pb10 {
    padding-bottom: 10px; }

  body .usp-pt10 {
    padding-top: 10px; }

  body .usp-pl10 {
    padding-left: 10px; }

  body .usp-pr10 {
    padding-right: 10px; }

  body .usp-m15 {
    margin: 15px; }

  body .usp-mb15 {
    margin-bottom: 15px; }

  body .usp-mt15 {
    margin-top: 15px; }

  body .usp-ml15 {
    margin-left: 15px; }

  body .usp-mr15 {
    margin-right: 15px; }

  body .usp-p15 {
    padding: 15px; }

  body .usp-pb15 {
    padding-bottom: 15px; }

  body .usp-pt15 {
    padding-top: 15px; }

  body .usp-pl15 {
    padding-left: 15px; }

  body .usp-pr15 {
    padding-right: 15px; }

  body .usp-m20 {
    margin: 20px; }

  body .usp-mb20 {
    margin-bottom: 20px; }

  body .usp-mt20 {
    margin-top: 20px; }

  body .usp-ml20 {
    margin-left: 20px; }

  body .usp-mr20 {
    margin-right: 20px; }

  body .usp-p20 {
    padding: 20px; }

  body .usp-pb20 {
    padding-bottom: 20px; }

  body .usp-pt20 {
    padding-top: 20px; }

  body .usp-pl20 {
    padding-left: 20px; }

  body .usp-pr20 {
    padding-right: 20px; }

  body .usp-m25 {
    margin: 25px; }

  body .usp-mb25 {
    margin-bottom: 25px; }

  body .usp-mt25 {
    margin-top: 25px; }

  body .usp-ml25 {
    margin-left: 25px; }

  body .usp-mr25 {
    margin-right: 25px; }

  body .usp-p25 {
    padding: 25px; }

  body .usp-pb25 {
    padding-bottom: 25px; }

  body .usp-pt25 {
    padding-top: 25px; }

  body .usp-pl25 {
    padding-left: 25px; }

  body .usp-pr25 {
    padding-right: 25px; }

  body .usp-m30 {
    margin: 30px; }

  body .usp-mb30 {
    margin-bottom: 30px; }

  body .usp-mt30 {
    margin-top: 30px; }

  body .usp-ml30 {
    margin-left: 30px; }

  body .usp-mr30 {
    margin-right: 30px; }

  body .usp-p30 {
    padding: 30px; }

  body .usp-pb30 {
    padding-bottom: 30px; }

  body .usp-pt30 {
    padding-top: 30px; }

  body .usp-pl30 {
    padding-left: 30px; }

  body .usp-pr30 {
    padding-right: 30px; }

  body .usp-m40 {
    margin: 40px; }

  body .usp-mb40 {
    margin-bottom: 40px; }

  body .usp-mt40 {
    margin-top: 40px; }

  body .usp-ml40 {
    margin-left: 40px; }

  body .usp-mr40 {
    margin-right: 40px; }

  body .usp-p40 {
    padding: 40px; }

  body .usp-pb40 {
    padding-bottom: 40px; }

  body .usp-pt40 {
    padding-top: 40px; }

  body .usp-pl40 {
    padding-left: 40px; }

  body .usp-pr40 {
    padding-right: 40px; }

  body .usp-m50 {
    margin: 50px; }

  body .usp-mb50 {
    margin-bottom: 50px; }

  body .usp-mt50 {
    margin-top: 50px; }

  body .usp-ml50 {
    margin-left: 50px; }

  body .usp-mr50 {
    margin-right: 50px; }

  body .usp-p50 {
    padding: 50px; }

  body .usp-pb50 {
    padding-bottom: 50px; }

  body .usp-pt50 {
    padding-top: 50px; }

  body .usp-pl50 {
    padding-left: 50px; }

  body .usp-pr50 {
    padding-right: 50px; }

  body .usp-m60 {
    margin: 60px; }

  body .usp-mb60 {
    margin-bottom: 60px; }

  body .usp-mt60 {
    margin-top: 60px; }

  body .usp-ml60 {
    margin-left: 60px; }

  body .usp-mr60 {
    margin-right: 60px; }

  body .usp-p60 {
    padding: 60px; }

  body .usp-pb60 {
    padding-bottom: 60px; }

  body .usp-pt60 {
    padding-top: 60px; }

  body .usp-pl60 {
    padding-left: 60px; }

  body .usp-pr60 {
    padding-right: 60px; }

  body .usp-m70 {
    margin: 70px; }

  body .usp-mb70 {
    margin-bottom: 70px; }

  body .usp-mt70 {
    margin-top: 70px; }

  body .usp-ml70 {
    margin-left: 70px; }

  body .usp-mr70 {
    margin-right: 70px; }

  body .usp-p70 {
    padding: 70px; }

  body .usp-pb70 {
    padding-bottom: 70px; }

  body .usp-pt70 {
    padding-top: 70px; }

  body .usp-pl70 {
    padding-left: 70px; }

  body .usp-pr70 {
    padding-right: 70px; }

  body .usp-m100 {
    margin: 100px; }

  body .usp-mb100 {
    margin-bottom: 100px; }

  body .usp-mt100 {
    margin-top: 100px; }

  body .usp-ml100 {
    margin-left: 100px; }

  body .usp-mr100 {
    margin-right: 100px; }

  body .usp-p100 {
    padding: 100px; }

  body .usp-pb100 {
    padding-bottom: 100px; }

  body .usp-pt100 {
    padding-top: 100px; }

  body .usp-pl100 {
    padding-left: 100px; }

  body .usp-pr100 {
    padding-right: 100px; }

  body .usp-m150 {
    margin: 150px; }

  body .usp-mb150 {
    margin-bottom: 150px; }

  body .usp-mt150 {
    margin-top: 150px; }

  body .usp-ml150 {
    margin-left: 150px; }

  body .usp-mr150 {
    margin-right: 150px; }

  body .usp-p150 {
    padding: 150px; }

  body .usp-pb150 {
    padding-bottom: 150px; }

  body .usp-pt150 {
    padding-top: 150px; }

  body .usp-pl150 {
    padding-left: 150px; }

  body .usp-pr150 {
    padding-right: 150px; }

  body .usp-m200 {
    margin: 200px; }

  body .usp-mb200 {
    margin-bottom: 200px; }

  body .usp-mt200 {
    margin-top: 200px; }

  body .usp-ml200 {
    margin-left: 200px; }

  body .usp-mr200 {
    margin-right: 200px; }

  body .usp-p200 {
    padding: 200px; }

  body .usp-pb200 {
    padding-bottom: 200px; }

  body .usp-pt200 {
    padding-top: 200px; }

  body .usp-pl200 {
    padding-left: 200px; }

  body .usp-pr200 {
    padding-right: 200px; }

  body .usp-m300 {
    margin: 300px; }

  body .usp-mb300 {
    margin-bottom: 300px; }

  body .usp-mt300 {
    margin-top: 300px; }

  body .usp-ml300 {
    margin-left: 300px; }

  body .usp-mr300 {
    margin-right: 300px; }

  body .usp-p300 {
    padding: 300px; }

  body .usp-pb300 {
    padding-bottom: 300px; }

  body .usp-pt300 {
    padding-top: 300px; }

  body .usp-pl300 {
    padding-left: 300px; }

  body .usp-pr300 {
    padding-right: 300px; }

  /*テーブル用横幅*/
  body .usp-w1em {
    width: 1em;
    box-sizing: border-box; }

  body .usp-w2em {
    width: 2em;
    box-sizing: border-box; }

  body .usp-w3em {
    width: 3em;
    box-sizing: border-box; }

  body .usp-w4em {
    width: 4em;
    box-sizing: border-box; }

  body .usp-w5em {
    width: 5em;
    box-sizing: border-box; }

  body .usp-w6em {
    width: 6em;
    box-sizing: border-box; }

  body .usp-w7em {
    width: 7em;
    box-sizing: border-box; }

  body .usp-w8em {
    width: 8em;
    box-sizing: border-box; }

  body .usp-w9em {
    width: 9em;
    box-sizing: border-box; }

  body .usp-w10em {
    width: 10em;
    box-sizing: border-box; }

  body .usp-w11em {
    width: 11em;
    box-sizing: border-box; }

  body .usp-w12em {
    width: 12em;
    box-sizing: border-box; }

  body .usp-w13em {
    width: 13em;
    box-sizing: border-box; }

  body .usp-w14em {
    width: 14em;
    box-sizing: border-box; }

  body .usp-w15em {
    width: 15em;
    box-sizing: border-box; }

  body .usp-w16em {
    width: 16em;
    box-sizing: border-box; }

  /*　 リキッドレイアウト用　*/
  .usp-liq {
    margin-left: -275px;
    float: right;
    width: 100%; }

  .usp-liq_in {
    margin-left: 275px; }

  .usp-liq_aside {
    width: 225px;
    float: left; }

  .usp-liqr {
    margin-right: -275px;
    float: left;
    width: 100%; }

  /*ここから右固定用*/
  .usp-liqr_in {
    margin-right: 275px; }

  .usp-liqr_aside {
    width: 225px;
    float: right; }

  /*　 改行を挿入する　*/
  .usp-br:before {
    content: '\A';
    white-space: pre; }

  .usp-br_after:after {
    content: '\A';
    white-space: pre; }

  /*table:入力*/
  .c-form_ttl,
  .c-form_dt,
  .c-form dl dt {
    background: #F0F3F4;
    font-weight: bold; }

  .c-form_dt,
  .c-form_dd,
  .c-form dl dt,
  .c-form dl dd {
    padding: 5px; }

  .c-form_ttl {
    display: inline-block;
    padding: 5px;
    width: 100%;
    box-sizing: border-box; }

  /*テーブル:データ.table_data_row_v		{display:block;text-align:left;}
  .table_data_sp ul		{border-top:5px solid #CCC;padding-top:5px;margin-top:5px;}
  .table_data_sp ul li{text-align:left;margin-bottom:3px;padding-left:3px;padding-right:3px;vertical-align:top;clear:both;}
  .table_data_row_k		{float:left;font-weight:bold;background:#eee;padding-left:5px;padding-right:5px;margin-right:10px;}
  .table_data_sp ul li.table_data_td_btn	{display:inline-block;margin-right:10px;}*/
  /*f系*/
  input[type="text"].f-mail,
  input[type="text"].f-full,
  input[type="text"].f-half,
  textarea.f-html,
  textarea.f-bikou,
  input[type="text"].f-address {
    width: 95%; }

  textarea.f-html,
  textarea.f-bikou {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }

  textarea.u-fr,
  select.u-fr,
  input[type="password"].u-fr,
  input[type="text"].u-fr {
    padding: 8px; }

  /*タップしやすいように*/
  select.u-fr,
  input[type="password"].u-fr,
  input[type="text"].u-fr {
    height: 38px; }

  /*ページタイトル*/
  .u-pagetitle {
    padding: 5px 10px;
    background: #C8C8C8;
    font-weight: bold; }

  /* ---------------------------------------------
  　　スマホのみ
   ---------------------------------------------*/
  /*menu*/
  .usp-menu {
    padding: 20px 10px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    z-index: 9000; }

  body .usp-menuclose {
    float: right;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ECECEC; }

  .usp-menu_ul {
    border-bottom: 1px solid #BBBBBB;
    width: 100%;
    clear: both; }

  .usp-menu_li {
    border: 1px solid #BBBBBB;
    border-bottom: none;
    background: #005778;
    clear: both;
    position: static; }

  .usp-menu_a
  , .usp-menu_i {
    color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    display: block;
    z-index: 1;
    position: relative; }

  .usp-menu_i {
    border-left: 1px solid #BBBBBB;
    float: right;
    width: 55px;
    text-align: right;
    z-index: 1000; }

  .usp-menu_li-3 {
    background: #FFFFFF; }

  /*オーバーライド:テーマ*/
  .usp-menuclose
  , .usp-menu_li-2
  , .usp-menu_li-2 a
  , .usp-menu_li-3
  , .usp-menu_li-3 a
  , .sp-h1 {
    color: #005778; }

  .usp-menu {
    background: #457C95; }

  .usp-menu_li-2 {
    background: #D5DFE8; }

  .usp-menu_is-current
  , .usp-menu_li.is-current
  , .usp-menu_li-2.is-current
  , .usp-menu_li-3.is-current {
    -moz-box-shadow: 0px 0px 2px 2px #DE507B inset;
    -webkit-box-shadow: 0px 0px 2px 2px #DE507B inset;
    box-shadow: 0px 0px 2px 2px #DE507B inset;
    box-sizing: border-box; } }
/*==================================================================*/
/*　　grid　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*==================================================================*/
.g {
  display: block;
  margin-left: 0;
  margin-right: 0; }
  .g:after {
    content: "";
    clear: both;
    display: block; }

.g > [class*='g-c'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*ガター*/
.g-g {
  margin-left: -10px; }

.g-g > [class*='g-c'] {
  padding-left: 10px; }

/*共通*/
.g-g5 {
  margin-left: -5px; }

.g-g5 > [class*='g-c'] {
  padding-left: 5px; }

/*ガター25px*/
.g-g10 {
  margin-left: -10px; }

.g-g10 > [class*='g-c'] {
  padding-left: 10px; }

/*ガター25px*/
.g-g15 {
  margin-left: -15px; }

.g-g15 > [class*='g-c'] {
  padding-left: 15px; }

/*ガター25px*/
.g-g20 {
  margin-left: -20px; }

.g-g20 > [class*='g-c'] {
  padding-left: 20px; }

/*ガター25px*/
.g-g25 {
  margin-left: -25px; }

.g-g25 > [class*='g-c'] {
  padding-left: 25px; }

/*ガター25px*/
.g-g30 {
  margin-left: -30px; }

.g-g30 > [class*='g-c'] {
  padding-left: 30px; }

/*ガター25px*/
.g-g31 {
  margin-left: -31px; }

.g-g31 > [class*='g-c'] {
  padding-left: 31px; }

/*ガター25px*/
.g-g32 {
  margin-left: -32px; }

.g-g32 > [class*='g-c'] {
  padding-left: 32px; }

/*ガター25px*/
.g-g33 {
  margin-left: -33px; }

.g-g33 > [class*='g-c'] {
  padding-left: 33px; }

/*ガター25px*/
.g-g40 {
  margin-left: -40px; }

.g-g40 > [class*='g-c'] {
  padding-left: 40px; }

/*ガター25px*/
.g-g45 {
  margin-left: -45px; }

.g-g45 > [class*='g-c'] {
  padding-left: 45px; }

/*ガター25px*/
.g-g60 {
  margin-left: -60px; }

.g-g60 > [class*='g-c'] {
  padding-left: 60px; }

/*ガター25px*/
.g-c1_24 {
  width: 4.1667%; }

.g-c1_12,
.g-c2_24 {
  width: 8.3333%; }

.g-c1_8,
.g-c3_24 {
  width: 12.5%; }

.g-c1_6,
.g-c4_24 {
  width: 16.6667%; }

.g-c1_5 {
  width: 20%; }

.g-c5_24 {
  width: 20.8333%; }

.g-c1_4,
.g-c6_24 {
  width: 25%; }

.g-c7_24 {
  width: 29.1667%; }

.g-c1_3,
.g-c8_24 {
  width: 33.3333%; }

.g-c3_8,
.g-c9_24 {
  width: 37.5%; }

.g-c2_5 {
  width: 40%; }

.g-c5_12,
.g-c10_24 {
  width: 41.6667%; }

.g-c11_24 {
  width: 45.8333%; }

.g-c1_2,
.g-c12_24 {
  width: 50%; }

.g-c13_24 {
  width: 54.1667%; }

.g-c7_12,
.g-c14_24 {
  width: 58.3333%; }

.g-c3_5 {
  width: 60%; }

.g-c5_8,
.g-c15_24 {
  width: 62.5%; }

.g-c2_3,
.g-c16_24 {
  width: 66.6667%; }

.g-c17_24 {
  width: 70.8333%; }

.g-c3_4,
.g-c18_24 {
  width: 75%; }

.g-c19_24 {
  width: 79.1667%; }

.g-c4_5 {
  width: 80%; }

.g-c5_6,
.g-c20_24 {
  width: 83.3333%; }

.g-c7_8,
.g-c21_24 {
  width: 87.5%; }

.g-c11_12,
.g-c22_24 {
  width: 91.6667%; }

.g-c23_24 {
  width: 95.8333%; }

.g-c1,
.g-c1_1,
.g-c5_5,
.g-c24_24 {
  width: 100%; }

/*行ごとにdivでくくらないとき必須*/
.g-1n > [class*='g-c'], .g-2n > [class*='g-c']:nth-child(2n+1), .g-3n > [class*='g-c']:nth-child(3n+1), .g-4n > [class*='g-c']:nth-child(4n+1), .g-5n > [class*='g-c']:nth-child(5n+1), .g-6n > [class*='g-c']:nth-child(6n+1), .g-7n > [class*='g-c']:nth-child(7n+1), .g-8n > [class*='g-c']:nth-child(8n+1), .g-9n > [class*='g-c']:nth-child(9n+1), .g-10n > [class*='g-c']:nth-child(10n+1), .g-11n > [class*='g-c']:nth-child(11n+1), .g-12n > [class*='g-c']:nth-child(12n+1), .g-13n > [class*='g-c']:nth-child(13n+1), .g-14n > [class*='g-c']:nth-child(14n+1), .g-15n > [class*='g-c']:nth-child(15n+1), .g-16n > [class*='g-c']:nth-child(16n+1), .g-17n > [class*='g-c']:nth-child(17n+1), .g-18n > [class*='g-c']:nth-child(18n+1), .g-19n > [class*='g-c']:nth-child(19n+1), .g-20n > [class*='g-c']:nth-child(20n+1), .g-21n > [class*='g-c']:nth-child(21n+1), .g-22n > [class*='g-c']:nth-child(22n+1), .g-23n > [class*='g-c']:nth-child(23n+1), .g-24n > [class*='g-c']:nth-child(24n+1) {
  clear: both; }

/*・・3列に並び替えるとき*/
@media only screen and (min-width: 768px) {
  .gpc {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .gpc:after {
      content: "";
      clear: both;
      display: block; }

  .gpc > [class*='gpc-c'] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  /*ガター*/
  .gpc-g {
    margin-left: -10px; }

  .gpc-g > [class*='gpc-c'] {
    padding-left: 10px; }

  .gpc-g5 {
    margin-left: -5px; }

  .gpc-g5 > [class*='gpc-c'] {
    padding-left: 5px; }

  .gpc-g10 {
    margin-left: -10px; }

  .gpc-g10 > [class*='gpc-c'] {
    padding-left: 10px; }

  .gpc-g15 {
    margin-left: -15px; }

  .gpc-g15 > [class*='gpc-c'] {
    padding-left: 15px; }

  .gpc-g20 {
    margin-left: -20px; }

  .gpc-g20 > [class*='gpc-c'] {
    padding-left: 20px; }

  .gpc-g25 {
    margin-left: -25px; }

  .gpc-g25 > [class*='gpc-c'] {
    padding-left: 25px; }

  .gpc-g30 {
    margin-left: -30px; }

  .gpc-g30 > [class*='gpc-c'] {
    padding-left: 30px; }

  .gpc-g31 {
    margin-left: -31px; }

  .gpc-g31 > [class*='gpc-c'] {
    padding-left: 31px; }

  .gpc-g32 {
    margin-left: -32px; }

  .gpc-g32 > [class*='gpc-c'] {
    padding-left: 32px; }

  .gpc-g33 {
    margin-left: -33px; }

  .gpc-g33 > [class*='gpc-c'] {
    padding-left: 33px; }

  .gpc-g40 {
    margin-left: -40px; }

  .gpc-g40 > [class*='gpc-c'] {
    padding-left: 40px; }

  .gpc-g45 {
    margin-left: -45px; }

  .gpc-g45 > [class*='gpc-c'] {
    padding-left: 45px; }

  .gpc-g60 {
    margin-left: -60px; }

  .gpc-g60 > [class*='gpc-c'] {
    padding-left: 60px; }

  /*行ごとにdivでくくらないとき必須*/
  .gpc-1n > [class*='gpc-c'], .gpc-2n > [class*='gpc-c']:nth-child(2n+1), .gpc-3n > [class*='gpc-c']:nth-child(3n+1), .gpc-4n > [class*='gpc-c']:nth-child(4n+1), .gpc-5n > [class*='gpc-c']:nth-child(5n+1), .gpc-6n > [class*='gpc-c']:nth-child(6n+1), .gpc-7n > [class*='gpc-c']:nth-child(7n+1), .gpc-8n > [class*='gpc-c']:nth-child(8n+1), .gpc-9n > [class*='gpc-c']:nth-child(9n+1), .gpc-10n > [class*='gpc-c']:nth-child(10n+1), .gpc-11n > [class*='gpc-c']:nth-child(11n+1), .gpc-12n > [class*='gpc-c']:nth-child(12n+1), .gpc-13n > [class*='gpc-c']:nth-child(13n+1), .gpc-14n > [class*='gpc-c']:nth-child(14n+1), .gpc-15n > [class*='gpc-c']:nth-child(15n+1), .gpc-16n > [class*='gpc-c']:nth-child(16n+1), .gpc-17n > [class*='gpc-c']:nth-child(17n+1), .gpc-18n > [class*='gpc-c']:nth-child(18n+1), .gpc-19n > [class*='gpc-c']:nth-child(19n+1), .gpc-20n > [class*='gpc-c']:nth-child(20n+1), .gpc-21n > [class*='gpc-c']:nth-child(21n+1), .gpc-22n > [class*='gpc-c']:nth-child(22n+1), .gpc-23n > [class*='gpc-c']:nth-child(23n+1), .gpc-24n > [class*='gpc-c']:nth-child(24n+1) {
    clear: both; }

  /*・・3列に並び替えるとき*/
  .gpc-c1_24 {
    width: 4.1667%; }

  .gpc-c1_12,
  .gpc-c2_24 {
    width: 8.3333%; }

  .gpc-c1_8,
  .gpc-c3_24 {
    width: 12.5%; }

  .gpc-c1_6,
  .gpc-c4_24 {
    width: 16.6667%; }

  .gpc-c1_5 {
    width: 20%; }

  .gpc-c5_24 {
    width: 20.8333%; }

  .gpc-c1_4,
  .gpc-c6_24 {
    width: 25%; }

  .gpc-c7_24 {
    width: 29.1667%; }

  .gpc-c1_3,
  .gpc-c8_24 {
    width: 33.3333%; }

  .gpc-c3_8,
  .gpc-c9_24 {
    width: 37.5%; }

  .gpc-c2_5 {
    width: 40%; }

  .gpc-c5_12,
  .gpc-c10_24 {
    width: 41.6667%; }

  .gpc-c11_24 {
    width: 45.8333%; }

  .gpc-c1_2,
  .gpc-c12_24 {
    width: 50%; }

  .gpc-c13_24 {
    width: 54.1667%; }

  .gpc-c7_12,
  .gpc-c14_24 {
    width: 58.3333%; }

  .gpc-c3_5 {
    width: 60%; }

  .gpc-c5_8,
  .gpc-c15_24 {
    width: 62.5%; }

  .gpc-c2_3,
  .gpc-c16_24 {
    width: 66.6667%; }

  .gpc-c17_24 {
    width: 70.8333%; }

  .gpc-c3_4,
  .gpc-c18_24 {
    width: 75%; }

  .gpc-c19_24 {
    width: 79.1667%; }

  .gpc-c4_5 {
    width: 80%; }

  .gpc-c5_6,
  .gpc-c20_24 {
    width: 83.3333%; }

  .gpc-c7_8,
  .gpc-c21_24 {
    width: 87.5%; }

  .gpc-c11_12,
  .gpc-c22_24 {
    width: 91.6667%; }

  .gpc-c23_24 {
    width: 95.8333%; }

  .gpc-c1,
  .gpc-c1_1,
  .gpc-c5_5,
  .gpc-c24_24 {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .gsp {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .gsp:after {
      content: "";
      clear: both;
      display: block; }

  .gsp > [class*='gsp-c'] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  /*ガター*/
  .gsp-g {
    margin-left: -10px; }

  .gsp-g > [class*='gsp-c'] {
    padding-left: 10px; }

  .gsp-g5 {
    margin-left: -5px; }

  .gsp-g5 > [class*='g-c'] {
    padding-left: 5px; }

  .gsp-g5 > [class*='gsp-c'] {
    padding-left: 5px; }

  .gsp-g10 {
    margin-left: -10px; }

  .gsp-g10 > [class*='g-c'] {
    padding-left: 10px; }

  .gsp-g10 > [class*='gsp-c'] {
    padding-left: 10px; }

  .gsp-g15 {
    margin-left: -15px; }

  .gsp-g15 > [class*='g-c'] {
    padding-left: 15px; }

  .gsp-g15 > [class*='gsp-c'] {
    padding-left: 15px; }

  .gsp-g20 {
    margin-left: -20px; }

  .gsp-g20 > [class*='g-c'] {
    padding-left: 20px; }

  .gsp-g20 > [class*='gsp-c'] {
    padding-left: 20px; }

  .gsp-g25 {
    margin-left: -25px; }

  .gsp-g25 > [class*='g-c'] {
    padding-left: 25px; }

  .gsp-g25 > [class*='gsp-c'] {
    padding-left: 25px; }

  .gsp-g30 {
    margin-left: -30px; }

  .gsp-g30 > [class*='g-c'] {
    padding-left: 30px; }

  .gsp-g30 > [class*='gsp-c'] {
    padding-left: 30px; }

  .gsp-g31 {
    margin-left: -31px; }

  .gsp-g31 > [class*='g-c'] {
    padding-left: 31px; }

  .gsp-g31 > [class*='gsp-c'] {
    padding-left: 31px; }

  .gsp-g32 {
    margin-left: -32px; }

  .gsp-g32 > [class*='g-c'] {
    padding-left: 32px; }

  .gsp-g32 > [class*='gsp-c'] {
    padding-left: 32px; }

  .gsp-g33 {
    margin-left: -33px; }

  .gsp-g33 > [class*='g-c'] {
    padding-left: 33px; }

  .gsp-g33 > [class*='gsp-c'] {
    padding-left: 33px; }

  .gsp-g40 {
    margin-left: -40px; }

  .gsp-g40 > [class*='g-c'] {
    padding-left: 40px; }

  .gsp-g40 > [class*='gsp-c'] {
    padding-left: 40px; }

  .gsp-g45 {
    margin-left: -45px; }

  .gsp-g45 > [class*='g-c'] {
    padding-left: 45px; }

  .gsp-g45 > [class*='gsp-c'] {
    padding-left: 45px; }

  .gsp-g60 {
    margin-left: -60px; }

  .gsp-g60 > [class*='g-c'] {
    padding-left: 60px; }

  .gsp-g60 > [class*='gsp-c'] {
    padding-left: 60px; }

  /*行ごとにdivでくくらないとき必須*/
  .gsp-1n > [class*='gsp-c'], .gsp-2n > [class*='gsp-c']:nth-child(2n+1), .gsp-3n > [class*='gsp-c']:nth-child(3n+1), .gsp-4n > [class*='gsp-c']:nth-child(4n+1), .gsp-5n > [class*='gsp-c']:nth-child(5n+1), .gsp-6n > [class*='gsp-c']:nth-child(6n+1), .gsp-7n > [class*='gsp-c']:nth-child(7n+1), .gsp-8n > [class*='gsp-c']:nth-child(8n+1), .gsp-9n > [class*='gsp-c']:nth-child(9n+1), .gsp-10n > [class*='gsp-c']:nth-child(10n+1), .gsp-11n > [class*='gsp-c']:nth-child(11n+1), .gsp-12n > [class*='gsp-c']:nth-child(12n+1), .gsp-13n > [class*='gsp-c']:nth-child(13n+1), .gsp-14n > [class*='gsp-c']:nth-child(14n+1), .gsp-15n > [class*='gsp-c']:nth-child(15n+1), .gsp-16n > [class*='gsp-c']:nth-child(16n+1), .gsp-17n > [class*='gsp-c']:nth-child(17n+1), .gsp-18n > [class*='gsp-c']:nth-child(18n+1), .gsp-19n > [class*='gsp-c']:nth-child(19n+1), .gsp-20n > [class*='gsp-c']:nth-child(20n+1), .gsp-21n > [class*='gsp-c']:nth-child(21n+1), .gsp-22n > [class*='gsp-c']:nth-child(22n+1), .gsp-23n > [class*='gsp-c']:nth-child(23n+1), .gsp-24n > [class*='gsp-c']:nth-child(24n+1) {
    clear: both; }

  /*・・3列に並び替えるとき*/
  /*スマホにしたら1列にするときはgと同階層にis-breakをつける*/
  .is-break.g {
    margin-left: 0; }

  .is-break.g > [class*='g-c'] {
    width: 100%;
    clear: left;
    padding-left: 0; }

  .is-break.g > [class*='g-c']:last-child {
    margin-bottom: 0; }

  /*pcで3段でspで2段にするとき　または　spでのみ適用したいとき*/
  .gsp-c1_24 {
    width: 4.1667%; }

  .gsp-c1_12,
  .gsp-c2_24 {
    width: 8.3333%; }

  .gsp-c1_8,
  .gsp-c3_24 {
    width: 12.5%; }

  .gsp-c1_6,
  .gsp-c4_24 {
    width: 16.6667%; }

  .gsp-c1_5 {
    width: 20%; }

  .gsp-c5_24 {
    width: 20.8333%; }

  .gsp-c1_4,
  .gsp-c6_24 {
    width: 25%; }

  .gsp-c7_24 {
    width: 29.1667%; }

  .gsp-c1_3,
  .gsp-c8_24 {
    width: 33.3333%; }

  .gsp-c3_8,
  .gsp-c9_24 {
    width: 37.5%; }

  .gsp-c2_5 {
    width: 40%; }

  .gsp-c5_12,
  .gsp-c10_24 {
    width: 41.6667%; }

  .gsp-c11_24 {
    width: 45.8333%; }

  .gsp-c1_2,
  .gsp-c12_24 {
    width: 50%; }

  .gsp-c13_24 {
    width: 54.1667%; }

  .gsp-c7_12,
  .gsp-c14_24 {
    width: 58.3333%; }

  .gsp-c3_5 {
    width: 60%; }

  .gsp-c5_8,
  .gsp-c15_24 {
    width: 62.5%; }

  .gsp-c2_3,
  .gsp-c16_24 {
    width: 66.6667%; }

  .gsp-c17_24 {
    width: 70.8333%; }

  .gsp-c3_4,
  .gsp-c18_24 {
    width: 75%; }

  .gsp-c19_24 {
    width: 79.1667%; }

  .gsp-c4_5 {
    width: 80%; }

  .gsp-c5_6,
  .gsp-c20_24 {
    width: 83.3333%; }

  .gsp-c7_8,
  .gsp-c21_24 {
    width: 87.5%; }

  .gsp-c11_12,
  .gsp-c22_24 {
    width: 91.6667%; }

  .gsp-c23_24 {
    width: 95.8333%; }

  .gsp-c1,
  .gsp-c1_1,
  .gsp-c5_5,
  .gsp-c24_24 {
    width: 100%; } }
/*==================================================================*/
/*　　effect　　is-hover,is-current,is-do(JSで実行するとき),is-inview*/
/*==================================================================*/
/*下線をセンターから引く*/
.e-underline {
  position: relative;
  display: inline-block; }

.e-underline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 2px; }

.e-underline,
.e-underline:after,
.e-underline:before {
  transition: all .5s; }

.e-underline:hover {
  opacity: 1; }

.e-underline.is-do:after,
.e-underline.is-inview:after,
a:hover .e-underline.is-hover:after,
.e-underline.is-hover:hover:after,
.e-underline.is-current:after {
  width: 100%; }

/*輪*/
.e-circle {
  position: relative; }

.e-circle:before,
.e-circle:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
  width: 97px;
  height: 97px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: ''; }

.e-circle:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  width: 80px;
  height: 80px;
  border-width: 6px;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.e-circle.is-do:before,
.e-circle.is-do:after,
.e-circle.is-inview:before,
.e-circle.is-inview:after,
a:hover .e-circle.is-hover:before,
a:hover .e-circle.is-hover:after,
.e-circle.is-hover:hover:before,
.e-circle.is-hover:hover:after,
.e-circle.is-current:before,
.e-circle.is-current:after
 {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

/*上書き*/
.e-over {
  position: relative; }

.e-over,
.e-over:hover {
  opacity: 1;
  color: #0972b4;
  display: inline-block; }

.e-over:before {
  border-bottom: 3px solid #f00;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  max-height: 1em;
  color: #f00;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s; }

.e-over.is-do:before,
.e-over.is-inview:before,
a:hover .e-over.is-hover:before,
.e-over.is-hover:hover:before,
.e-over.is-current:before {
  max-width: 100%; }

/*点*/
.e-ten {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block; }

.e-ten:before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '・';
  text-shadow: 0 0 transparent;
  font-size: .8em;
  -o-transition-delay: 9s;
  -ms-transition-delay: 9s;
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  transition-delay: 9s;
  -webkit-transition: text-shadow 1s;
  transition: text-shadow 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  pointer-events: none; }

.e-ten.is-do:before,
.e-ten.is-inview:before,
a:hover .e-ten.is-hover:before,
.e-ten.is-hover:hover:before,
.e-ten.is-current:before {
  color: #224255;
  text-shadow: 10px 0 #224255,-10px 0 #224255; }

.e-ten:hover {
  opacity: 1; }

/*3Dで横回転する*/
.e-3drotate {
  line-height: 2em;
  display: inline-block;
  position: relative;
  margin: 15px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  width: 200px; }

.e-3drotate span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 14px;
  background: #e35041;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -o-transform-origin: 50% 50% -100px;
  -ms-transform-origin: 50% 50% -100px;
  -webkit-transform-origin: 50% 50% -100px;
  -moz-transform-origin: 50% 50% -100px;
  transform-origin: 50% 50% -100px; }

.e-3drotate span:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #b53a2d;
  content: attr(data-hover);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none; }

.e-3drotate:hover span,
.e-3drotate:focus span {
  background: #f00;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.e-3drotate:hover {
  opacity: 1; }

.e-3drotate.is-do span:before,
.e-3drotate.is-inview span:before,
a:hover .e-3drotate.is-hover, span :before
.e-3drotate.is-hover:hover span:before,
.e-3drotate.is-current span:before {
  background: #ef5e50; }

/*下に落ちながら現れる*/
.is-infinite {
  animation-iteration-count: infinite; }

.e-hinge {
  animation-duration: 2s; }

.e-flipOutX,
.e-flipOutY,
.e-bounceIn,
.e-bounceOut {
  animation-duration: .75s; }

/*表示されるだけ*/
.e-view {
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.e-view.is-do,
.e-view.is-inview,
.e-view.is-hover:hover,
.e-view.is-current {
  opacity: 1; }

/*落ちてくる/上がっていく*/
@keyframes e-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  1% {
    opacity: 0.9; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.e-up.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-up.is-inview {
  opacity: 1; }

.e-up {
  display: inline-block; }

.e-up.is-do,
.e-up.is-inview,
a:hover .e-up.is-hover,
.e-up.is-hover:hover,
.e-up.is-current,
.e-up.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-up;
  opacity: 0; }

@keyframes e-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  1% {
    opacity: 0.9; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.e-down.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-down.is-inview {
  opacity: 1; }

.e-down {
  display: inline-block; }

.e-down.is-do,
.e-down.is-inview,
a:hover .e-down.is-hover,
.e-down.is-hover:hover,
.e-down.is-current,
.e-down.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-down;
  opacity: 0;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -o-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  animation-duration: 10s; }

@keyframes e-bounce {
  from,20%,53%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.e-bounce.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounce.is-inview {
  opacity: 1; }

.e-bounce {
  display: inline-block; }

.e-bounce.is-do,
.e-bounce.is-inview,
a:hover .e-bounce.is-hover,
.e-bounce.is-hover:hover,
.e-bounce.is-current,
.e-bounce.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounce;
  transform-origin: center bottom; }

@keyframes e-flash {
  from,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.e-flash.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flash.is-inview {
  opacity: 1; }

.e-flash {
  display: inline-block; }

.e-flash.is-do,
.e-flash.is-inview,
a:hover .e-flash.is-hover,
.e-flash.is-hover:hover,
.e-flash.is-current,
.e-flash.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes e-pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.e-pulse.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-pulse.is-inview {
  opacity: 1; }

.e-pulse {
  display: inline-block; }

.e-pulse.is-do,
.e-pulse.is-inview,
a:hover .e-pulse.is-hover,
.e-pulse.is-hover:hover,
.e-pulse.is-current,
.e-pulse.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-pulse; }

@keyframes e-rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.e-rubberBand.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rubberBand.is-inview {
  opacity: 1; }

.e-rubberBand {
  display: inline-block; }

.e-rubberBand.is-do,
.e-rubberBand.is-inview,
a:hover .e-rubberBand.is-hover,
.e-rubberBand.is-hover:hover,
.e-rubberBand.is-current,
.e-rubberBand.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rubberBand; }

@keyframes e-shake {
  from,to {
    transform: translate3d(0, 0, 0); }
  10%,30%,50%,70%,90% {
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    transform: translate3d(10px, 0, 0); } }
.e-shake.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-shake.is-inview {
  opacity: 1; }

.e-shake {
  display: inline-block; }

.e-shake.is-do,
.e-shake.is-inview,
a:hover .e-shake.is-hover,
.e-shake.is-hover:hover,
.e-shake.is-current,
.e-shake.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-shake; }

@keyframes e-headShake {
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.e-headShake.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-headShake.is-inview {
  opacity: 1; }

.e-headShake {
  display: inline-block; }

.e-headShake.is-do,
.e-headShake.is-inview,
a:hover .e-headShake.is-hover,
.e-headShake.is-hover:hover,
.e-headShake.is-current,
.e-headShake.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-headShake;
  animation-timing-function: ease-in-out; }

@keyframes e-swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.e-swing.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-swing.is-inview {
  opacity: 1; }

.e-swing {
  display: inline-block; }

.e-swing.is-do,
.e-swing.is-inview,
a:hover .e-swing.is-hover,
.e-swing.is-hover:hover,
.e-swing.is-current,
.e-swing.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-swing;
  transform-origin: top center; }

@keyframes e-tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,50%,70%,90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,60%,80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.e-tada.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-tada.is-inview {
  opacity: 1; }

.e-tada {
  display: inline-block; }

.e-tada.is-do,
.e-tada.is-inview,
a:hover .e-tada.is-hover,
.e-tada.is-hover:hover,
.e-tada.is-current,
.e-tada.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes e-wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.e-wobble.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-wobble.is-inview {
  opacity: 1; }

.e-wobble {
  display: inline-block; }

.e-wobble.is-do,
.e-wobble.is-inview,
a:hover .e-wobble.is-hover,
.e-wobble.is-hover:hover,
.e-wobble.is-current,
.e-wobble.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-wobble; }

@keyframes e-jello {
  from,11.1%,to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.e-jello.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-jello.is-inview {
  opacity: 1; }

.e-jello {
  display: inline-block; }

.e-jello.is-do,
.e-jello.is-inview,
a:hover .e-jello.is-hover,
.e-jello.is-hover:hover,
.e-jello.is-current,
.e-jello.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-jello;
  transform-origin: center; }

@keyframes e-bounceIn {
  from,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.e-bounceIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceIn.is-inview {
  opacity: 1; }

.e-bounceIn {
  display: inline-block; }

.e-bounceIn.is-do,
.e-bounceIn.is-inview,
a:hover .e-bounceIn.is-hover,
.e-bounceIn.is-hover:hover,
.e-bounceIn.is-current,
.e-bounceIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceIn; }

@keyframes e-bounceInDown {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none;
    opacity: 1; } }
.e-bounceInDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceInDown.is-inview {
  opacity: 1; }

.e-bounceInDown {
  display: inline-block; }

.e-bounceInDown.is-do,
.e-bounceInDown.is-inview,
a:hover .e-bounceInDown.is-hover,
.e-bounceInDown.is-hover:hover,
.e-bounceInDown.is-current,
.e-bounceInDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceInDown; }

@keyframes e-bounceInLeft {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none;
    opacity: 1; } }
.e-bounceInLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceInLeft.is-inview {
  opacity: 1; }

.e-bounceInLeft {
  display: inline-block; }

.e-bounceInLeft.is-do,
.e-bounceInLeft.is-inview,
a:hover .e-bounceInLeft.is-hover,
.e-bounceInLeft.is-hover:hover,
.e-bounceInLeft.is-current,
.e-bounceInLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceInLeft; }

@keyframes e-bounceInRight {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none;
    opacity: 1; } }
.e-bounceInRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceInRight.is-inview {
  opacity: 1; }

.e-bounceInRight {
  display: inline-block; }

.e-bounceInRight.is-do,
.e-bounceInRight.is-inview,
a:hover .e-bounceInRight.is-hover,
.e-bounceInRight.is-hover:hover,
.e-bounceInRight.is-current,
.e-bounceInRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceInRight; }

@keyframes e-bounceInUp {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.e-bounceInUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceInUp.is-inview {
  opacity: 1; }

.e-bounceInUp {
  display: inline-block; }

.e-bounceInUp.is-do,
.e-bounceInUp.is-inview,
a:hover .e-bounceInUp.is-hover,
.e-bounceInUp.is-hover:hover,
.e-bounceInUp.is-current,
.e-bounceInUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceInUp; }

@keyframes e-bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.e-bounceOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceOut.is-inview {
  opacity: 1; }

.e-bounceOut {
  display: inline-block; }

.e-bounceOut.is-do,
.e-bounceOut.is-inview,
a:hover .e-bounceOut.is-hover,
.e-bounceOut.is-hover:hover,
.e-bounceOut.is-current,
.e-bounceOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceOut; }

@keyframes e-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.e-bounceOutDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceOutDown.is-inview {
  opacity: 1; }

.e-bounceOutDown {
  display: inline-block; }

.e-bounceOutDown.is-do,
.e-bounceOutDown.is-inview,
a:hover .e-bounceOutDown.is-hover,
.e-bounceOutDown.is-hover:hover,
.e-bounceOutDown.is-current,
.e-bounceOutDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceOutDown; }

@keyframes e-bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.e-bounceOutLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceOutLeft.is-inview {
  opacity: 1; }

.e-bounceOutLeft {
  display: inline-block; }

.e-bounceOutLeft.is-do,
.e-bounceOutLeft.is-inview,
a:hover .e-bounceOutLeft.is-hover,
.e-bounceOutLeft.is-hover:hover,
.e-bounceOutLeft.is-current,
.e-bounceOutLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceOutLeft; }

@keyframes e-bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.e-bounceOutRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceOutRight.is-inview {
  opacity: 1; }

.e-bounceOutRight {
  display: inline-block; }

.e-bounceOutRight.is-do,
.e-bounceOutRight.is-inview,
a:hover .e-bounceOutRight.is-hover,
.e-bounceOutRight.is-hover:hover,
.e-bounceOutRight.is-current,
.e-bounceOutRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceOutRight; }

@keyframes e-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.e-bounceOutUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-bounceOutUp.is-inview {
  opacity: 1; }

.e-bounceOutUp {
  display: inline-block; }

.e-bounceOutUp.is-do,
.e-bounceOutUp.is-inview,
a:hover .e-bounceOutUp.is-hover,
.e-bounceOutUp.is-hover:hover,
.e-bounceOutUp.is-current,
.e-bounceOutUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-bounceOutUp; }

@keyframes e-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.e-fadeIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeIn.is-inview {
  opacity: 1; }

.e-fadeIn {
  display: inline-block; }

.e-fadeIn.is-do,
.e-fadeIn.is-inview,
a:hover .e-fadeIn.is-hover,
.e-fadeIn.is-hover:hover,
.e-fadeIn.is-current,
.e-fadeIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeIn; }

@keyframes e-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInDown.is-inview {
  opacity: 1; }

.e-fadeInDown {
  display: inline-block; }

.e-fadeInDown.is-do,
.e-fadeInDown.is-inview,
a:hover .e-fadeInDown.is-hover,
.e-fadeInDown.is-hover:hover,
.e-fadeInDown.is-current,
.e-fadeInDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInDown; }

@keyframes e-fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInDownBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInDownBig.is-inview {
  opacity: 1; }

.e-fadeInDownBig {
  display: inline-block; }

.e-fadeInDownBig.is-do,
.e-fadeInDownBig.is-inview,
a:hover .e-fadeInDownBig.is-hover,
.e-fadeInDownBig.is-hover:hover,
.e-fadeInDownBig.is-current,
.e-fadeInDownBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInDownBig; }

@keyframes e-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInLeft.is-inview {
  opacity: 1; }

.e-fadeInLeft {
  display: inline-block; }

.e-fadeInLeft.is-do,
.e-fadeInLeft.is-inview,
a:hover .e-fadeInLeft.is-hover,
.e-fadeInLeft.is-hover:hover,
.e-fadeInLeft.is-current,
.e-fadeInLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInLeft; }

@keyframes e-fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInLeftBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInLeftBig.is-inview {
  opacity: 1; }

.e-fadeInLeftBig {
  display: inline-block; }

.e-fadeInLeftBig.is-do,
.e-fadeInLeftBig.is-inview,
a:hover .e-fadeInLeftBig.is-hover,
.e-fadeInLeftBig.is-hover:hover,
.e-fadeInLeftBig.is-current,
.e-fadeInLeftBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInLeftBig; }

@keyframes e-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInRight.is-inview {
  opacity: 1; }

.e-fadeInRight {
  display: inline-block; }

.e-fadeInRight.is-do,
.e-fadeInRight.is-inview,
a:hover .e-fadeInRight.is-hover,
.e-fadeInRight.is-hover:hover,
.e-fadeInRight.is-current,
.e-fadeInRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInRight; }

@keyframes e-fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInRightBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInRightBig.is-inview {
  opacity: 1; }

.e-fadeInRightBig {
  display: inline-block; }

.e-fadeInRightBig.is-do,
.e-fadeInRightBig.is-inview,
a:hover .e-fadeInRightBig.is-hover,
.e-fadeInRightBig.is-hover:hover,
.e-fadeInRightBig.is-current,
.e-fadeInRightBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInRightBig; }

@keyframes e-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInUp.is-inview {
  opacity: 1; }

.e-fadeInUp {
  display: inline-block; }

.e-fadeInUp.is-do,
.e-fadeInUp.is-inview,
a:hover .e-fadeInUp.is-hover,
.e-fadeInUp.is-hover:hover,
.e-fadeInUp.is-current,
.e-fadeInUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInUp; }

@keyframes e-fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.e-fadeInUpBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeInUpBig.is-inview {
  opacity: 1; }

.e-fadeInUpBig {
  display: inline-block; }

.e-fadeInUpBig.is-do,
.e-fadeInUpBig.is-inview,
a:hover .e-fadeInUpBig.is-hover,
.e-fadeInUpBig.is-hover:hover,
.e-fadeInUpBig.is-current,
.e-fadeInUpBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeInUpBig; }

@keyframes e-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.e-fadeOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOut.is-inview {
  opacity: 1; }

.e-fadeOut {
  display: inline-block; }

.e-fadeOut.is-do,
.e-fadeOut.is-inview,
a:hover .e-fadeOut.is-hover,
.e-fadeOut.is-hover:hover,
.e-fadeOut.is-current,
.e-fadeOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOut; }

@keyframes e-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.e-fadeOutDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutDown.is-inview {
  opacity: 1; }

.e-fadeOutDown {
  display: inline-block; }

.e-fadeOutDown.is-do,
.e-fadeOutDown.is-inview,
a:hover .e-fadeOutDown.is-hover,
.e-fadeOutDown.is-hover:hover,
.e-fadeOutDown.is-current,
.e-fadeOutDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutDown; }

@keyframes e-fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.e-fadeOutDownBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutDownBig.is-inview {
  opacity: 1; }

.e-fadeOutDownBig {
  display: inline-block; }

.e-fadeOutDownBig.is-do,
.e-fadeOutDownBig.is-inview,
a:hover .e-fadeOutDownBig.is-hover,
.e-fadeOutDownBig.is-hover:hover,
.e-fadeOutDownBig.is-current,
.e-fadeOutDownBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutDownBig; }

@keyframes e-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.e-fadeOutLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutLeft.is-inview {
  opacity: 1; }

.e-fadeOutLeft {
  display: inline-block; }

.e-fadeOutLeft.is-do,
.e-fadeOutLeft.is-inview,
a:hover .e-fadeOutLeft.is-hover,
.e-fadeOutLeft.is-hover:hover,
.e-fadeOutLeft.is-current,
.e-fadeOutLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutLeft; }

@keyframes e-fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.e-fadeOutLeftBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutLeftBig.is-inview {
  opacity: 1; }

.e-fadeOutLeftBig {
  display: inline-block; }

.e-fadeOutLeftBig.is-do,
.e-fadeOutLeftBig.is-inview,
a:hover .e-fadeOutLeftBig.is-hover,
.e-fadeOutLeftBig.is-hover:hover,
.e-fadeOutLeftBig.is-current,
.e-fadeOutLeftBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutLeftBig; }

@keyframes e-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.e-fadeOutRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutRight.is-inview {
  opacity: 1; }

.e-fadeOutRight {
  display: inline-block; }

.e-fadeOutRight.is-do,
.e-fadeOutRight.is-inview,
a:hover .e-fadeOutRight.is-hover,
.e-fadeOutRight.is-hover:hover,
.e-fadeOutRight.is-current,
.e-fadeOutRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutRight; }

@keyframes e-fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.e-fadeOutRightBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutRightBig.is-inview {
  opacity: 1; }

.e-fadeOutRightBig {
  display: inline-block; }

.e-fadeOutRightBig.is-do,
.e-fadeOutRightBig.is-inview,
a:hover .e-fadeOutRightBig.is-hover,
.e-fadeOutRightBig.is-hover:hover,
.e-fadeOutRightBig.is-current,
.e-fadeOutRightBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutRightBig; }

@keyframes e-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.e-fadeOutUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutUp.is-inview {
  opacity: 1; }

.e-fadeOutUp {
  display: inline-block; }

.e-fadeOutUp.is-do,
.e-fadeOutUp.is-inview,
a:hover .e-fadeOutUp.is-hover,
.e-fadeOutUp.is-hover:hover,
.e-fadeOutUp.is-current,
.e-fadeOutUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutUp; }

@keyframes e-fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.e-fadeOutUpBig.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-fadeOutUpBig.is-inview {
  opacity: 1; }

.e-fadeOutUpBig {
  display: inline-block; }

.e-fadeOutUpBig.is-do,
.e-fadeOutUpBig.is-inview,
a:hover .e-fadeOutUpBig.is-hover,
.e-fadeOutUpBig.is-hover:hover,
.e-fadeOutUpBig.is-current,
.e-fadeOutUpBig.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-fadeOutUpBig; }

@keyframes e-flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.e-flip.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flip.is-inview {
  opacity: 1; }

.e-flip {
  display: inline-block; }

.e-flip.is-do,
.e-flip.is-inview,
a:hover .e-flip.is-hover,
.e-flip.is-hover:hover,
.e-flip.is-current,
.e-flip.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

@keyframes e-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px);
    opacity: 1; } }
.e-flipInX.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flipInX.is-inview {
  opacity: 1; }

.e-flipInX {
  display: inline-block; }

.e-flipInX.is-do,
.e-flipInX.is-inview,
a:hover .e-flipInX.is-hover,
.e-flipInX.is-hover:hover,
.e-flipInX.is-current,
.e-flipInX.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes e-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px);
    opacity: 1; } }
.e-flipInY.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flipInY.is-inview {
  opacity: 1; }

.e-flipInY {
  display: inline-block; }

.e-flipInY.is-do,
.e-flipInY.is-inview,
a:hover .e-flipInY.is-hover,
.e-flipInY.is-hover:hover,
.e-flipInY.is-current,
.e-flipInY.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes e-flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.e-flipOutX.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flipOutX.is-inview {
  opacity: 1; }

.e-flipOutX {
  display: inline-block; }

.e-flipOutX.is-do,
.e-flipOutX.is-inview,
a:hover .e-flipOutX.is-hover,
.e-flipOutX.is-hover:hover,
.e-flipOutX.is-current,
.e-flipOutX.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes e-flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.e-flipOutY.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-flipOutY.is-inview {
  opacity: 1; }

.e-flipOutY {
  display: inline-block; }

.e-flipOutY.is-do,
.e-flipOutY.is-inview,
a:hover .e-flipOutY.is-hover,
.e-flipOutY.is-hover:hover,
.e-flipOutY.is-current,
.e-flipOutY.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes e-lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.e-lightSpeedIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-lightSpeedIn.is-inview {
  opacity: 1; }

.e-lightSpeedIn {
  display: inline-block; }

.e-lightSpeedIn.is-do,
.e-lightSpeedIn.is-inview,
a:hover .e-lightSpeedIn.is-hover,
.e-lightSpeedIn.is-hover:hover,
.e-lightSpeedIn.is-current,
.e-lightSpeedIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes e-lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.e-lightSpeedOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-lightSpeedOut.is-inview {
  opacity: 1; }

.e-lightSpeedOut {
  display: inline-block; }

.e-lightSpeedOut.is-do,
.e-lightSpeedOut.is-inview,
a:hover .e-lightSpeedOut.is-hover,
.e-lightSpeedOut.is-hover:hover,
.e-lightSpeedOut.is-current,
.e-lightSpeedOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes e-rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.e-rotateIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateIn.is-inview {
  opacity: 1; }

.e-rotateIn {
  display: inline-block; }

.e-rotateIn.is-do,
.e-rotateIn.is-inview,
a:hover .e-rotateIn.is-hover,
.e-rotateIn.is-hover:hover,
.e-rotateIn.is-current,
.e-rotateIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateIn; }

@keyframes e-rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.e-rotateInDownLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateInDownLeft.is-inview {
  opacity: 1; }

.e-rotateInDownLeft {
  display: inline-block; }

.e-rotateInDownLeft.is-do,
.e-rotateInDownLeft.is-inview,
a:hover .e-rotateInDownLeft.is-hover,
.e-rotateInDownLeft.is-hover:hover,
.e-rotateInDownLeft.is-current,
.e-rotateInDownLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateInDownLeft; }

@keyframes e-rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.e-rotateInDownRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateInDownRight.is-inview {
  opacity: 1; }

.e-rotateInDownRight {
  display: inline-block; }

.e-rotateInDownRight.is-do,
.e-rotateInDownRight.is-inview,
a:hover .e-rotateInDownRight.is-hover,
.e-rotateInDownRight.is-hover:hover,
.e-rotateInDownRight.is-current,
.e-rotateInDownRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateInDownRight; }

@keyframes e-rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.e-rotateInUpLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateInUpLeft.is-inview {
  opacity: 1; }

.e-rotateInUpLeft {
  display: inline-block; }

.e-rotateInUpLeft.is-do,
.e-rotateInUpLeft.is-inview,
a:hover .e-rotateInUpLeft.is-hover,
.e-rotateInUpLeft.is-hover:hover,
.e-rotateInUpLeft.is-current,
.e-rotateInUpLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateInUpLeft; }

@keyframes e-rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.e-rotateInUpRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateInUpRight.is-inview {
  opacity: 1; }

.e-rotateInUpRight {
  display: inline-block; }

.e-rotateInUpRight.is-do,
.e-rotateInUpRight.is-inview,
a:hover .e-rotateInUpRight.is-hover,
.e-rotateInUpRight.is-hover:hover,
.e-rotateInUpRight.is-current,
.e-rotateInUpRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateInUpRight; }

@keyframes e-rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.e-rotateOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateOut.is-inview {
  opacity: 1; }

.e-rotateOut {
  display: inline-block; }

.e-rotateOut.is-do,
.e-rotateOut.is-inview,
a:hover .e-rotateOut.is-hover,
.e-rotateOut.is-hover:hover,
.e-rotateOut.is-current,
.e-rotateOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateOut; }

@keyframes e-rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.e-rotateOutDownLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateOutDownLeft.is-inview {
  opacity: 1; }

.e-rotateOutDownLeft {
  display: inline-block; }

.e-rotateOutDownLeft.is-do,
.e-rotateOutDownLeft.is-inview,
a:hover .e-rotateOutDownLeft.is-hover,
.e-rotateOutDownLeft.is-hover:hover,
.e-rotateOutDownLeft.is-current,
.e-rotateOutDownLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateOutDownLeft; }

@keyframes e-rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.e-rotateOutDownRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateOutDownRight.is-inview {
  opacity: 1; }

.e-rotateOutDownRight {
  display: inline-block; }

.e-rotateOutDownRight.is-do,
.e-rotateOutDownRight.is-inview,
a:hover .e-rotateOutDownRight.is-hover,
.e-rotateOutDownRight.is-hover:hover,
.e-rotateOutDownRight.is-current,
.e-rotateOutDownRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateOutDownRight; }

@keyframes e-rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.e-rotateOutUpLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateOutUpLeft.is-inview {
  opacity: 1; }

.e-rotateOutUpLeft {
  display: inline-block; }

.e-rotateOutUpLeft.is-do,
.e-rotateOutUpLeft.is-inview,
a:hover .e-rotateOutUpLeft.is-hover,
.e-rotateOutUpLeft.is-hover:hover,
.e-rotateOutUpLeft.is-current,
.e-rotateOutUpLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateOutUpLeft; }

@keyframes e-rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.e-rotateOutUpRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rotateOutUpRight.is-inview {
  opacity: 1; }

.e-rotateOutUpRight {
  display: inline-block; }

.e-rotateOutUpRight.is-do,
.e-rotateOutUpRight.is-inview,
a:hover .e-rotateOutUpRight.is-hover,
.e-rotateOutUpRight.is-hover:hover,
.e-rotateOutUpRight.is-current,
.e-rotateOutUpRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rotateOutUpRight; }

@keyframes e-hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.e-hinge.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-hinge.is-inview {
  opacity: 1; }

.e-hinge {
  display: inline-block; }

.e-hinge.is-do,
.e-hinge.is-inview,
a:hover .e-hinge.is-hover,
.e-hinge.is-hover:hover,
.e-hinge.is-current,
.e-hinge.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-hinge; }

@keyframes e-jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.e-jackInTheBox.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-jackInTheBox.is-inview {
  opacity: 1; }

.e-jackInTheBox {
  display: inline-block; }

.e-jackInTheBox.is-do,
.e-jackInTheBox.is-inview,
a:hover .e-jackInTheBox.is-hover,
.e-jackInTheBox.is-hover:hover,
.e-jackInTheBox.is-current,
.e-jackInTheBox.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes e-rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.e-rollIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rollIn.is-inview {
  opacity: 1; }

.e-rollIn {
  display: inline-block; }

.e-rollIn.is-do,
.e-rollIn.is-inview,
a:hover .e-rollIn.is-hover,
.e-rollIn.is-hover:hover,
.e-rollIn.is-current,
.e-rollIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes e-rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.e-rollOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-rollOut.is-inview {
  opacity: 1; }

.e-rollOut {
  display: inline-block; }

.e-rollOut.is-do,
.e-rollOut.is-inview,
a:hover .e-rollOut.is-hover,
.e-rollOut.is-hover:hover,
.e-rollOut.is-current,
.e-rollOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-rollOut; }

@keyframes e-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.e-zoomIn.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomIn.is-inview {
  opacity: 1; }

.e-zoomIn {
  display: inline-block; }

.e-zoomIn.is-do,
.e-zoomIn.is-inview,
a:hover .e-zoomIn.is-hover,
.e-zoomIn.is-hover:hover,
.e-zoomIn.is-current,
.e-zoomIn.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomIn; }

@keyframes e-zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  to {
    opacity: 1; } }
.e-zoomInDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomInDown.is-inview {
  opacity: 1; }

.e-zoomInDown {
  display: inline-block; }

.e-zoomInDown.is-do,
.e-zoomInDown.is-inview,
a:hover .e-zoomInDown.is-hover,
.e-zoomInDown.is-hover:hover,
.e-zoomInDown.is-current,
.e-zoomInDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomInDown; }

@keyframes e-zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  to {
    opacity: 1; } }
.e-zoomInLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomInLeft.is-inview {
  opacity: 1; }

.e-zoomInLeft {
  display: inline-block; }

.e-zoomInLeft.is-do,
.e-zoomInLeft.is-inview,
a:hover .e-zoomInLeft.is-hover,
.e-zoomInLeft.is-hover:hover,
.e-zoomInLeft.is-current,
.e-zoomInLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomInLeft; }

@keyframes e-zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  to {
    opacity: 1; } }
.e-zoomInRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomInRight.is-inview {
  opacity: 1; }

.e-zoomInRight {
  display: inline-block; }

.e-zoomInRight.is-do,
.e-zoomInRight.is-inview,
a:hover .e-zoomInRight.is-hover,
.e-zoomInRight.is-hover:hover,
.e-zoomInRight.is-current,
.e-zoomInRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomInRight; }

@keyframes e-zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  to {
    opacity: 1; } }
.e-zoomInUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomInUp.is-inview {
  opacity: 1; }

.e-zoomInUp {
  display: inline-block; }

.e-zoomInUp.is-do,
.e-zoomInUp.is-inview,
a:hover .e-zoomInUp.is-hover,
.e-zoomInUp.is-hover:hover,
.e-zoomInUp.is-current,
.e-zoomInUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomInUp; }

@keyframes e-zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.e-zoomOut.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomOut.is-inview {
  opacity: 1; }

.e-zoomOut {
  display: inline-block; }

.e-zoomOut.is-do,
.e-zoomOut.is-inview,
a:hover .e-zoomOut.is-hover,
.e-zoomOut.is-hover:hover,
.e-zoomOut.is-current,
.e-zoomOut.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomOut; }

@keyframes e-zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.e-zoomOutDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomOutDown.is-inview {
  opacity: 1; }

.e-zoomOutDown {
  display: inline-block; }

.e-zoomOutDown.is-do,
.e-zoomOutDown.is-inview,
a:hover .e-zoomOutDown.is-hover,
.e-zoomOutDown.is-hover:hover,
.e-zoomOutDown.is-current,
.e-zoomOutDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomOutDown; }

@keyframes e-zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.e-zoomOutLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomOutLeft.is-inview {
  opacity: 1; }

.e-zoomOutLeft {
  display: inline-block; }

.e-zoomOutLeft.is-do,
.e-zoomOutLeft.is-inview,
a:hover .e-zoomOutLeft.is-hover,
.e-zoomOutLeft.is-hover:hover,
.e-zoomOutLeft.is-current,
.e-zoomOutLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomOutLeft; }

@keyframes e-zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.e-zoomOutRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomOutRight.is-inview {
  opacity: 1; }

.e-zoomOutRight {
  display: inline-block; }

.e-zoomOutRight.is-do,
.e-zoomOutRight.is-inview,
a:hover .e-zoomOutRight.is-hover,
.e-zoomOutRight.is-hover:hover,
.e-zoomOutRight.is-current,
.e-zoomOutRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomOutRight; }

@keyframes e-zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.e-zoomOutUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-zoomOutUp.is-inview {
  opacity: 1; }

.e-zoomOutUp {
  display: inline-block; }

.e-zoomOutUp.is-do,
.e-zoomOutUp.is-inview,
a:hover .e-zoomOutUp.is-hover,
.e-zoomOutUp.is-hover:hover,
.e-zoomOutUp.is-current,
.e-zoomOutUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-zoomOutUp; }

@keyframes e-slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.e-slideInDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideInDown.is-inview {
  opacity: 1; }

.e-slideInDown {
  display: inline-block; }

.e-slideInDown.is-do,
.e-slideInDown.is-inview,
a:hover .e-slideInDown.is-hover,
.e-slideInDown.is-hover:hover,
.e-slideInDown.is-current,
.e-slideInDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideInDown; }

@keyframes e-slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.e-slideInLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideInLeft.is-inview {
  opacity: 1; }

.e-slideInLeft {
  display: inline-block; }

.e-slideInLeft.is-do,
.e-slideInLeft.is-inview,
a:hover .e-slideInLeft.is-hover,
.e-slideInLeft.is-hover:hover,
.e-slideInLeft.is-current,
.e-slideInLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideInLeft; }

@keyframes e-slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.e-slideInRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideInRight.is-inview {
  opacity: 1; }

.e-slideInRight {
  display: inline-block; }

.e-slideInRight.is-do,
.e-slideInRight.is-inview,
a:hover .e-slideInRight.is-hover,
.e-slideInRight.is-hover:hover,
.e-slideInRight.is-current,
.e-slideInRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideInRight; }

@keyframes e-slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.e-slideInUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideInUp.is-inview {
  opacity: 1; }

.e-slideInUp {
  display: inline-block; }

.e-slideInUp.is-do,
.e-slideInUp.is-inview,
a:hover .e-slideInUp.is-hover,
.e-slideInUp.is-hover:hover,
.e-slideInUp.is-current,
.e-slideInUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideInUp; }

@keyframes e-slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.e-slideOutDown.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideOutDown.is-inview {
  opacity: 1; }

.e-slideOutDown {
  display: inline-block; }

.e-slideOutDown.is-do,
.e-slideOutDown.is-inview,
a:hover .e-slideOutDown.is-hover,
.e-slideOutDown.is-hover:hover,
.e-slideOutDown.is-current,
.e-slideOutDown.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideOutDown; }

@keyframes e-slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.e-slideOutLeft.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideOutLeft.is-inview {
  opacity: 1; }

.e-slideOutLeft {
  display: inline-block; }

.e-slideOutLeft.is-do,
.e-slideOutLeft.is-inview,
a:hover .e-slideOutLeft.is-hover,
.e-slideOutLeft.is-hover:hover,
.e-slideOutLeft.is-current,
.e-slideOutLeft.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideOutLeft; }

@keyframes e-slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.e-slideOutRight.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideOutRight.is-inview {
  opacity: 1; }

.e-slideOutRight {
  display: inline-block; }

.e-slideOutRight.is-do,
.e-slideOutRight.is-inview,
a:hover .e-slideOutRight.is-hover,
.e-slideOutRight.is-hover:hover,
.e-slideOutRight.is-current,
.e-slideOutRight.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideOutRight; }

@keyframes e-slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.e-slideOutUp.js-inview {
  opacity: 0; }

/*　inではなくjs-inviewであることに注意　inviewのときは最初に隠しておく　*/
.e-slideOutUp.is-inview {
  opacity: 1; }

.e-slideOutUp {
  display: inline-block; }

.e-slideOutUp.is-do,
.e-slideOutUp.is-inview,
a:hover .e-slideOutUp.is-hover,
.e-slideOutUp.is-hover:hover,
.e-slideOutUp.is-current,
.e-slideOutUp.is-infinite {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: e-slideOutUp; }

/*　　delay:上書きするので下に配置　　　　*/
.e-delay1 {
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.e-delay2 {
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.e-delay3 {
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.e-delay4 {
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -o-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.e-delay5 {
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s; }

.e-delay6 {
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -o-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  transition-delay: 2.4s; }

@font-face {
  font-family: 'i';
  src: url("./ico/fonts/i.eot?wy9yxy");
  src: url("./ico/fonts/i.eot?wy9yxy#iefix") format("embedded-opentype"), url("./ico/fonts/i.ttf?wy9yxy") format("truetype"), url("./ico/fonts/i.woff?wy9yxy") format("woff"), url("./ico/fonts/i.svg?wy9yxy#i") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i_"], [class*=" i_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'i' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i_ya:before {
  content: "\e978"; }

.i_ya_b:before {
  content: "\e979"; }

.i_ya_dec:before {
  content: "\e97a"; }

.i_ya_i:before {
  content: "\e97b"; }

.i_ya_maru:before {
  content: "\e97c"; }

.i_ya_maru2:before {
  content: "\e97d"; }

.i_ya_maru2_b:before {
  content: "\e97e"; }

.i_ya_sankaku:before {
  content: "\e97f"; }

.i_ya_sankaku_double:before {
  content: "\e980"; }

.i_ya_sankaku_r:before {
  content: "\e981"; }

.i_ya_sikaku .path1:before {
  content: "\e982";
  color: #00a081; }

.i_ya_sikaku .path2:before {
  content: "\e983";
  margin-left: -1em;
  color: white; }

.i_ya_sikaku_r .path1:before {
  content: "\e984";
  color: #00a081; }

.i_ya_sikaku_r .path2:before {
  content: "\e985";
  margin-left: -1em;
  color: white; }

/* ---------------------------------------------
　　テーマ：上書き要素
 ---------------------------------------------*/
body,
body .u-color {
  color: #333333; }

/*通常色*/
/*赤色*/
/*薄い色*/
body .u-dark {
  color: #3e83c0;
  font-weight: bold; }

/*濃い色*/
body .u-atxt {
  color: #3e83c0;
  text-decoration: underline; }

/*本文中リンクテキスト色*/
body .u-atxtw {
  color: #fff;
  text-decoration: underline; }

body .u-atxt:hover, body .u-atxtw:hover {
  color: #fab809; }

.c-orange {
  color: #ea6402; }

.c-blue {
  color: #3e83c0; }

.bg-blue {
  background-color: #b8d7f2; }

.bg-dblue {
  background-color: #3e83c0; }

.bg-lgley {
  background-color: #eee; }

.c-container {
  line-height: 1.8em; }

.c-kome {
  line-height: 1.5714285714;
  font-size: 1.4rem; }

/* ---------------------------------------------
　　パラメーター
 ---------------------------------------------*/
@media only screen and (min-width: 768px) {
  .c-homelinks,
  .c-home_container,
  .c-footer,
  .c-gn,
  .c-header_in {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

  .c-container {
    margin: 0 auto;
    max-width: 1040px; } }
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .c-homelinks,
  .c-home_container,
  .c-footer,
  .c-gn,
  .c-header_in {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box; }

  .c-container {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box; } }
/* ---------------------------------------------
　　base上書き
 ---------------------------------------------*/
.u-pagetop {
  display: block; }

/*hover*/
a:hover img
, a.is-current img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70); }

a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
  -moz-opacity: 0.70; }

/*pan*/
.u-pan_li,
.u-pan_a,
.u-pan_h1 {
  font-size: 1.35rem; }

/*table-yoko*/
.u-table-yoko_th
, .u-table-yoko_td {
  padding-top: 22px;
  padding-bottom: 22px; }

tr:last-child .u-table-yoko_th, tr:last-child .u-table-yoko_td {
  border-bottom: none; }

/*table_th*/
.u-table .u-table_th, .u-table .u-table_td {
  vertical-align: middle; }

/*ボタン*/
.u-btn_reason,
.u-btn_d {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #eeb44f;
  color: #FFFFFF;
  background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
  background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25));
  background-color: #ffc477; }

.u-btn_d:hover {
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #eeb44f;
  color: #fff;
  background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
  background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477));
  background-color: #fb9e25; }

.u-btn_d .i_ya_sikaku_r:before {
  color: #333; }

/*----------------------------------------------------------------------
								共通色
------------------------------------------------------------------------*/
a {
  color: #3B4C72; }

.u-pan_a, .u-pan_li
, .c-h1 {
  color: #3e83c0; }

address {
  color: #6da3ba; }

/*----------------------------------------------------------------------
								共通素材
------------------------------------------------------------------------*/
.c-h1 {
  margin-bottom: 25px;
  font-weight: normal;
  background: #fff;
  font-size: 2.5rem;
  padding: 10px 0px;
  line-height: 1em;
  border-bottom: 1px solid #229bd9; }

.c-h1ex {
  margin-bottom: 25px;
  font-weight: normal;
  padding: 10px 0px 10px 10px;
  background: #3e83c0;
  color: #fff; }

.c-h1ex_cp {
  float: left;
  padding: 0 25px;
  border: 1px solid #fff;
  background: #5fa4a7;
  color: #fff;
  font-size: 1.5rem; }

.c-h1ex_tx {
  float: left;
  font-size: 2.1rem; }

.c-h1ex_cp, .c-h1ex_tx {
  line-height: 30px;
  height: 30px; }

.c-h1ex_cp-a {
  background: #5fa4a7; }

.c-h1ex_cp-b {
  background: #439d47; }

.c-h1ex_cp-c {
  background: #c49b40; }

.c-h1ex_cp-d {
  background: #ca8582; }

.c-h1ex_cp-e {
  background: #8f768b; }

/*----------------------------------------------------------------------
								各ページ
------------------------------------------------------------------------*/
.u-mb {
  margin-bottom: 30px; }

.u-mt {
  margin-top: 30px; }

.u-pb {
  padding-bottom: 30px; }

.u-pt {
  padding-top: 30px; }

body .u-mb15 {
  margin-bottom: 15px; }

.u-mb60 {
  margin-bottom: 60px; }

.u-mb-title {
  margin-bottom: 77px; }

.u-mb-map {
  margin: 30px;
  widht: 100%;
  text-align: center; }

.u-mb-map-text {
  width: 653px;
  margin: 0 auto; }

.c-pbg {
  background: #ddebf2; }

/*---------------------------------------
　ホーム
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-home_container {
    margin: 25px 10px; } }
@media only screen and (min-width: 768px) {
  .c-home_container {
    margin-top: 40px;
    margin-bottom: 40px; } }

.c-mv {
  display: block;
  background-position: center;
  background-color: #dbe4e7;
  width: 100%;
  padding-top: 326px;
  background-image: url(../img/mv.jpg);
  background-repeat: repeat-x; }
  @media only screen and (max-width: 767px) {
    .c-mv {
      background-image: url(../img/mv_sp.png);
      padding-top: 163px;
      -webkit-background-size: contain;
      background-size: contain;
      padding-top: 50.9333%; } }

.c-home_h1 {
  font-size: 4rem;
  line-height: 1;
  color: #3774aa;
  font-weight: normal;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .c-home_h1 {
      font-size: 2.25rem;
      margin-bottom: 15px; } }

.c-home_p {
  font-size: 1.6rem;
  line-height: 1.68; }
  .c-home_p a {
    color: #3774aa; }
  @media only screen and (max-width: 767px) {
    .c-home_p {
      margin-bottom: 23px; } }

.c-home_grey {
  background: #e1e1e1; }
  @media only screen and (min-width: 768px) {
    .c-home_grey {
      padding: 37px 0; } }
  @media only screen and (max-width: 767px) {
    .c-home_grey {
      padding: 25px 10px; } }

@media only screen and (min-width: 768px) {
  .c-homelinks li:first-child {
    margin-bottom: 44px; } }
@media only screen and (max-width: 767px) {
  .c-homelinks li:not(:last-child) {
    margin-bottom: 25px; } }
.c-homelinks a:hover .is-ttl {
  opacity: .8;
  transform: scale(1.02); }
.c-homelinks .is-ttl {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media only screen and (min-width: 768px) {
    .c-homelinks .is-ttl {
      margin-bottom: 15px;
      position: relative;
      display: block;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center;
      background-color: #dbe4e7;
      width: 100%;
      padding-top: 35.588235294%; }
      .c-homelinks .is-ttl span {
        display: block;
        position: absolute;
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 2.2rem;
        bottom: 0;
        right: 0;
        text-align: center;
        background-color: rgba(55, 116, 170, 0.9);
        color: #fff; }
      .c-homelinks .is-ttl.is-ttl1 {
        background-image: url(../img/home_cate1.png); }
      .c-homelinks .is-ttl.is-ttl2 {
        background-image: url(../img/home_cate2.png); }
      .c-homelinks .is-ttl.is-ttl3 {
        background-image: url(../img/home_cate3.png); }
      .c-homelinks .is-ttl.is-ttl4 {
        background-image: url(../img/home_cate4.png); }
      .c-homelinks .is-ttl.is-ttl5 {
        background-image: url(../img/home_cate5.png); }
      .c-homelinks .is-ttl.is-ttl6 {
        background-image: url(../img/home_cate6.png); } }
  @media only screen and (max-width: 767px) {
    .c-homelinks .is-ttl {
      font-size: 1.6rem;
      height: 60px;
      line-height: 60px;
      margin-bottom: 15px;
      background: #3c7fba;
      color: #fff;
      display: block;
      text-align: center; } }
.c-homelinks .is-p {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .c-homelinks .is-p {
      font-size: 1.2rem;
      line-height: 1.45; } }

/*　ホーム：日本現代ばなし*/
@media only screen and (min-width: 768px) {
  .c-homecon {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24% 0px 1fr;
    grid-template-columns: 24% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0px;
    gap: 0px; }
    .c-homecon + .c-homecon {
      margin-top: 27px; }
    .c-homecon .is-l {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2; }
    .c-homecon .is-r {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      padding: 25px;
      font-size: 1.4rem;
      line-height: 1.63;
      color: #000; }
    .c-homecon.c-homecon-grey .is-r {
      background: #e1e1e1; } }
@media only screen and (max-width: 767px) {
  .c-homecon + .c-homecon {
    display: block;
    margin-top: 27px; }
  .c-homecon .is-l {
    text-align: center;
    margin-bottom: 15px; }
  .c-homecon .is-r {
    font-size: 1.4rem;
    line-height: 1.63;
    color: #000;
    padding-bottom: 27px; }
  .c-homecon:not(:last-child) .is-r {
    border-bottom: 1px solid #7f7f7f; } }

/*　ホーム：詳細はこちらボタン*/
.c-todetail {
  display: inline-block;
  background: #3774aa;
  color: #fff;
  height: 29px;
  line-height: 29px;
  font-size: 1.4rem;
  margin-top: 15px;
  padding-left: 12px;
  padding-right: 12px; }
  .c-todetail span:before {
    display: inline-block;
    margin-left: 8px;
    height: 29px;
    line-height: 29px; }

/*　ホーム：新着情報*/
.c-homenew_ttl {
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #898989;
  margin-bottom: 23px;
  font-weight: bold; }

.c-homenew_p a {
  color: #000; }
  @media only screen and (max-width: 767px) {
    .c-homenew_p a {
      margin-bottom: 15px;
      display: block; }
      .c-homenew_p a span {
        display: block; } }

/*---------------------------------------
　事例トップ
-----------------------------------------*/
.u-table_th, .u-table_td {
  border: 1px solid #d4d4d4;
  padding: 0.2em 0.6em; }

.u-table .u-table_th {
  background: #ddebf2;
  text-align: center; }

.u-table_td {
  background: #eef5f9;
  padding: 25px 20px; }

tr:nth-child(odd) .u-table_td {
  background: #f7fafc; }

/*---------------------------------------
　セミナー
-----------------------------------------*/
.c-seminor_h2 {
  line-height: 1;
  font-size: 1.9rem;
  margin-bottom: 28px;
  font-weight: bold;
  color: #3e83c0; }

.c-seminor_h3 {
  line-height: 1.2631578947;
  font-size: 1.9rem;
  padding: 30px 0;
  margin-bottom: 28px;
  font-weight: normal;
  border-bottom: 1px solid #6a6a6a; }

.c-seminor_p {
  line-height: 1.8666666667;
  font-size: 1.5rem;
  margin-bottom: 40px; }
  .c-seminor_p a {
    color: #447aab; }

.c-seminor_waku {
  margin-bottom: 30px; }
  .c-seminor_waku h2 {
    padding:10px 0;
    font-size: 1.9rem;
    font-weight: normal;
    color: #fff;
    background: #447aab;
    text-align: center; }
  .c-seminor_waku div {
    border: 1px solid #6a6a6a;
    border-top: none;
    padding: 0 30px 30px 30px; }
    @media only screen and (max-width: 767px) {
      .c-seminor_waku div {
        padding: 0 10px 10px 10px; } }
    .c-seminor_waku div dl:first-child {
      padding-top: 30px; }
      @media only screen and (max-width: 767px) {
        .c-seminor_waku div dl:first-child {
          padding-top: 10px; } }
    .c-seminor_waku div dl {
      display: -webkit-flex;
      display: flex; }
      .c-seminor_waku div dl * {
        flex: 1 1; }
      .c-seminor_waku div dl .is-fix {
        flex: 0 0 5em; }
      .c-seminor_waku div dl dt {
        line-height: 1.8666666667;
        font-size: 1.5rem; }
      .c-seminor_waku div dl dd {
        line-height: 1.8666666667;
        font-size: 1.5rem; }

.c-seminor_link {
  text-align: right; }

.c-seminor_img {
  float: right;
  width: 39%;
  margin-left: 25px;
  margin-bottom: 25px;
  border:solid 1px #000;}

  .c-seminor_img_b {
    float: right;
    width: 50%;
    margin-left: 25px;
    margin-bottom: 25px;
  border:solid 1px #000;}

  .c-seminor_img_s {
    float: right;
    width: 30%;
    margin-left: 25px;
    margin-bottom: 25px;
  border:solid 1px #000;}

.c-seminor_imggrp {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -13px;
  /*    margin-left:calc(13px * -1);
      display:block;@include cl();
  */ }
  .c-seminor_imggrp li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 13px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
        float:left;padding-left: 13px;
        width:calc(1 * (100% / 2 ));
    */ }
    .c-seminor_imggrp li img {
      display: block; }
    .c-seminor_imggrp li p {
      text-align: center;
      line-height: 1;
      font-size: 1.4rem;
      margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .c-seminor_pdf {
    float: right;
    width: 30%;
    margin-left: 25px;
    margin-bottom: 25px; }
    .c-seminor_pdf img {
      display: block; } }
@media only screen and (max-width: 767px) {
  .c-seminor_pdf a {
    display: block;
    width: 48%;
    float: left; }
  .c-seminor_pdf a:last-child {
    float: right; }
  .c-seminor_pdf:after {
    content: "";
    clear: both;
    display: block; } }
.c-seminor_pdf .u-atxt {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin: 15px 0 25px;
  text-align: center; }

  .c-seminor_point_waku .point-flex{
    display: flex;
    flex-direction: row;
  margin:40px 0 80px 0;}

  .c-seminor_point_waku .seminor_graph{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:40%;}

 .c-seminor_point_waku .allow{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin:0 40px;
 width:5%;}

   .c-seminor_point_waku .point-cnt{
     background-color: #fbea99;
     border: solid 2px #c28f07;
     padding:20px;
     font-size:1.6rem;
     width:auto;
     display: flex;
     flex-direction: column;
   line-height:150%}

     .c-seminor_point_waku ul{
       padding-left: 1.5em;}

       .c-seminor_point_waku li{
         list-style-type: square;
         margin:10px 0;}

         @media screen and (max-width: 767px) {
           .c-seminor_point_waku .point-flex {
             flex-direction: column;}
             .c-seminor_point_waku .seminor_graph{
               width:100%;}
               .c-seminor_point_waku .allow{
                 transform: rotate( 90deg );
               width:80%;}

           }



  /*---------------------------------------
  　事例
  -----------------------------------------*/


  .c-example_waku {
    margin-bottom: 30px; }
    .c-example_waku h2 {
      padding:10px 0;
      font-size: 2.9rem;
      font-weight: normal;
      color: #fff;
      background: #447aab;
      text-align: center; }
    .c-example_waku  {
      border: 1px solid #6a6a6a;
      border-top: none;
      padding: 0 30px 30px 30px; }
      @media only screen and (max-width: 767px) {
        .c-example_waku  {
          padding: 0 10px 10px 10px; } }
      .c-example_waku div dl:first-child {
        padding-top: 30px; }
        @media only screen and (max-width: 767px) {
          .c-example_waku div dl:first-child {
            padding-top: 10px; } }
      .c-example_waku div dl {
        display: -webkit-flex;
        display: flex; }
        .c-example_waku div dl * {
          flex: 1 1; }
        .c-example_waku div dl .is-fix {
          flex: 0 0 8em; }
        .c-example_waku div dl dt {
          color:#006ea5;
          font-weight: bold;
          line-height: 1.8666666667;
          font-size: 1.6rem; }
        .c-example_waku div dl dd {
          line-height: 1.8666666667;
          font-size: 1.6rem; }

          .c-toolt_btna .t-flexbox{
            display: flex;
            flex-direction: row;
            font-weight:bold;}

            .c-toolt_btna .casestady{
              border:solid 2px #fff;
              padding:1.0rem;
              font-size:2.5rem;
                width:auto;}

            .c-toolt_btna .c-name{
              padding:1.0rem;
                  font-size:3.0rem;
                    width:auto;}

            @media screen and (max-width: 767px) {
            .c-toolt_btna .t-flexbox {
                    flex-direction: column;}
                    .c-toolt_btna .casestady{
                      font-size:2.0rem;
                    padding:0.5rem;}
                    .c-toolt_btna .c-name{
                      font-size:2.5rem;}

                }

                .c-example_waku .is-blue{
                  margin-top:20px;
                  padding:20px 30px;
                  background: #5ac2df;
                  margin: 0px;
                  color:#fff;}

                    .c-example_waku .point-flex{
                      display: flex;
                      flex-direction: row;}

                      .c-example_waku ul{
                      padding-left: 2.5em;}

                      .c-example_waku li{
                        list-style-type: square;
                      margin:20px 0;}

                      .c-example_waku .point{
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        font-size:2.5rem;
                          width:auto;}

                          .c-example_waku .point-cnt{
                            padding:0;
                            font-size:2rem;
                              width:auto;}

                              @media screen and (max-width: 767px) {
                              .c-example_waku .point-flex {
                                      flex-direction: column;}
                                    }

/*---------------------------------------
　そのほか
-----------------------------------------*/
/*ハンドブック*/
.c-doc {
  line-height: 1.2em; }

/*ムービー
.c-movie .is-read{font-size:1.4rem;line-height:1.57;margin-bottom:35px;
    @include sp(){font-size:1.6rem;line-height:1.41;margin-bottom:30px;}
}
.c-movie .is-ttl {font-size:  2rem;line-height:1;margin-top:25px;margin-bottom:10px;font-weight:bold;
    @include sp(){font-size:2rem;line-height:1.41;margin-top:18px;margin-bottom:18px;}
}
.c-movie .is-txt {font-size:1.4rem;line-height:1.57;margin-bottom:60px;
    @include sp(){font-size:1.6rem;line-height:1.41;margin-top:18px;margin-bottom:32px;}
}
.c-movie iframe  {width:100%;}*/
/*  セミナー　*/
@media only screen and (max-width: 767px) {
  .id-seminor .is-read {
    line-height: 1.41; } }

    /*---------------------------------------
    　クイズ(movie.html)
    -----------------------------------------*/
    .u-movie {
      width: 100%;
      padding-bottom: 56.25%;
      position: relative; }

    .u-movie > iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

    .c-quiztop {
      width: 490px;
      margin: 0 auto 60px auto; }
      .c-quiztop .is-ttl {
        margin-top: 30px;
        font-size: 2rem;
        font-weight: bold; }
      .c-quiztop .is-txt {
        margin-top: 15px;
        font-size: 1.4rem;
        line-height: 1.57; }
      @media only screen and (max-width: 767px) {
        .c-quiztop {
          width: 100%;
          margin-bottom: 20px; }
          .c-quiztop iframe {
            width: 100%; }
          .c-quiztop .is-txt {
            font-size: 1.6rem; } }

    .c-quiz {
      border: 0px solid #3c7fba;
      border-radius: 9px; }
      .c-quiz .is-h2 {
        position: relative;
        background: #3c7fba;
        color: #fff;
        font-weight: bold;
        height: 90px;
        /*2020-03cursor:pointer;*/ }
        .c-quiz .is-h2 span {
          display: block;
          padding: 30px 50px 0 200px;
          font-size: 2.6rem; }
      .c-quiz .is-date {
        display: none; }
      @media only screen and (min-width: 768px) {
        .c-quiz .is-h2:before {
          top: -10px;
          left: 10px;
          width: 169px;
          height: 115px;
          z-index: 1;
          display: block;
          position: absolute;
          content: '';
          background: url(../img/quiz_ttl.png) top center no-repeat;
          background-size: cover; } }
      .c-quiz .is-h2.is-on:after {
        transform: rotate(180deg); }
      .c-quiz.is-0120 .is-h2:before {
        background-image: url(../img/quiz_ttl0120.png); }
      .c-quiz.is-0203 .is-h2:before {
        background-image: url(../img/quiz_ttl0203.png); }
      .c-quiz.is-1209 .is-h2:before {
        background-image: url(../img/quiz_ttl1209.png); }
      .c-quiz.is-movies .is-h2 {
        margin: 0px;
        padding: 0 0 17px 0;
        height: auto;
        background: none;
        color: #3c7fba;
        border-bottom: 1px solid #3c7fba; }
        .c-quiz.is-movies .is-h2 span {
          padding: 0 0 0 0px; }
      .c-quiz.is-movies .is-h2:after {
        background-image: url(../img/quiz_ya2.png);
        top: 0;
        right: 0; }
      .c-quiz.is-movies .is-h2:before {
        display: none; }
      .c-quiz a {
        text-decoration: underline;
        color: #3c7fba;
        font-weight: bold; }
      .c-quiz .is-h3 {
        padding: 40px 55px 30px 55px;
        font-weight: bold; }
        .c-quiz .is-h3 span {
          font-size: 2rem;
          padding-left: 1em;
          text-indent: -1em;
          display: block; }
      .c-quiz .is-img {
        text-align: center; }
      .c-quiz .is-qtxt {
        font-size: 2.6rem;
        line-height: 1.8;
        margin-left: 190px;
        font-weight: bold; }
        .c-quiz .is-qtxt .is-l {
          font-size: 4rem; }
      .c-quiz .is-hint {
        padding: 20px 55px 10px 55px; }
      .c-quiz .is-toa {
        margin: 40px 30px 35px 30px;
        background: #fdebcd;
        border-radius: 10px;
        text-align: center;
        height: 70px;
        line-height: 70px;
        font-size: 2.6rem;
        cursor: pointer;
        box-sizing: border-box; }
      .c-quiz .is-a {
        display: none;
        padding: 45px 55px 50px 55px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #fdebcd; }
        .c-quiz .is-a .is-attl {
          font-weight: bold;
          padding-left: 1em;
          text-indent: -1em; }
          .c-quiz .is-a .is-attl span {
            font-size: 2.6rem; }
        .c-quiz .is-a .is-exp {
          margin-top: 45px;
          line-height: 1.62; }
      .c-quiz + .c-quiz {
        margin-top: 35px; }
      .c-quiz .is-read {
        font-size: 1.6rem;
        line-height: 1.62;
        margin: 25px 0px 35px 0px; }
      .c-quiz .is-data {
        margin: 0px; }
        .c-quiz .is-data .is-ttl {
          font-size: 2rem;
          line-height: 1.1;
          margin-top: 20px;
          margin-bottom: 20px;
          font-weight: bold; }
        .c-quiz .is-data .is-txt {
          font-size: 1.4rem;
          line-height: 1.57;
          margin-bottom: 45px; }
      @media only screen and (min-width: 768px) and (max-width: 1099px) {
        .c-quiz .is-h2 {
          height: auto; }
          .c-quiz .is-h2 span {
            padding: 30px 50px 30px 200px; } }
      @media only screen and (max-width: 767px) {
        .c-quiz .is-h2 {
          height: auto; }
          .c-quiz .is-h2 span {
            font-size: 1.6rem;
            padding: 17px 55px 17px 15px;
            line-height: 1.5; }
            .c-quiz .is-h2 span .is-date {
              display: block;
              font-size: 1.2rem;
              line-height: 1;
              margin-bottom: 10px; }
        .c-quiz .is-h2:after {
          top: 13px;
          right: 15px; }
        .c-quiz.is-movies .is-h2:after {
          top: -5px; }
        .c-quiz .is-h3 {
          padding: 15px 25px 20px 25px; }
          .c-quiz .is-h3 span {
            font-size: 1.8rem; }
        .c-quiz .is-img {
          padding: 0 25px 0px 25px; }
        .c-quiz .is-qtxt {
          margin-left: 25px; }
        .c-quiz .is-hint {
          padding: 20px 25px 0px 25px; }
        .c-quiz .is-toa {
          margin: 20px 15px 15px 15px;
          height: 37px;
          line-height: 37px;
          font-size: 1.6rem; }
        .c-quiz .is-a {
          padding: 20px 20px 10px 20px; }
          .c-quiz .is-a .is-attl {
            font-size: 1.6rem; }
            .c-quiz .is-a .is-attl span {
              font-size: 1.6rem; }
          .c-quiz .is-a .is-exp {
            margin-top: 15px;
            font-size: 1.2rem;
            line-height: 1.62; }
        .c-quiz.is-movies .is-h2 {
          margin: 15px 15px 15px 15px;
          padding: 0 0 13px 0; }
          .c-quiz.is-movies .is-h2 span {
            padding: 0 40px 0 0; }
        .c-quiz .is-read {
          font-size: 1.2rem;
          line-height: 1.62;
          margin: 15px 15px 15px 15px; }
        .c-quiz .is-data {
          margin: 0 15px 0px 15px; }
          .c-quiz .is-data .is-ttl {
            font-size: 1.5rem;
            line-height: 1.1;
            margin-top: 15px;
            margin-bottom: 10px; }
          .c-quiz .is-data .is-txt {
            font-size: 1.2rem;
            line-height: 1.5;
            margin-bottom: 30px; } }

/*---------------------------------------
　勘所（point）
-----------------------------------------*/
.c-a_ex {
  display: block;
  vertical-align: middle;
  padding: 0.5em 0.6em;
  color: #fff; }

.c-a_ex1, .c-a_ex2, .c-a_ex3 {
  background: #fa9309; }

.c-a_ex4, .c-a_ex5, .c-a_ex6 {
  background: #dfb423; }

.c-a_ex7, .c-a_ex8, .c-a_ex9, .c-a_ex10 {
  background: #9bc835; }

.c-a_ex11, .c-a_ex12 {
  background: #44bf9a; }

.c-a_ex13, .c-a_ex14, .c-a_ex15 {
  background: #5763ac; }

.c-table {
  width: 100%;
  border: none;
  border: 1px solid #b7b7b7; }

.c-table > thead > tr > td {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 8px;
  vertical-align: middle; }

.c-table > tbody > tr > th,
.c-table > tbody > tr > td {
  border: 1px solid #b7b7b7;
  text-align: center;
  padding: 30px;
  vertical-align: middle; }

.c-table > thead > tr > th, .c-table > thead > tr > td {
  background: #b7b7b7;
  color: #fff; }

.c-table_tate {
  width: 1em;
  /* firefox対策 */
  line-height: 1em;
  /* firefox対策 */ }

.c-table .u-tx_ml {
  text-align: left; }

.c-table1 {
  background: #ffedd4; }

.c-table1_ {
  background: #fff3e2; }

.c-table_tate {
  background: #f1f1f1; }

.c-table2 {
  background: #fffad4; }

.c-table2_ {
  background: #fffce2; }

.c-table3 {
  background: #ecffd4; }

.c-table3_ {
  background: #f2ffe2; }

.c-table4 {
  background: #d4ffe6; }

.c-table4_ {
  background: #e2ffee; }

.c-table5 {
  background: #d4e6ff; }

.c-table5_ {
  background: #e2eeff; }

/*---------------------------------------
　SP:point
-----------------------------------------*/
.c-pt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0px 1fr;
  grid-template-columns: 25% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0px;
  gap: 0px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .c-pt {
      margin-bottom: 25px; } }
  .c-pt li {
    border: 1px solid #b7b7b7;
    padding: 10px;
    background: #f1f1f1;
    color: #000;
    text-align: center;
    line-height: 1.5; }
  .c-pt li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    border-right: none;
    font-size: 1.3rem; }
  .c-pt li:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2; }
  .c-pt li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 1.3rem; }
  .c-pt li:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    border-top: none;
    border-bottom: none;
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .c-pt li:nth-child(4) {
        font-size: 1.28rem;
        line-height: 1.2; } }
  .c-pt li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 3/4; }
    .c-pt li:nth-child(5) a {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 40px;
      height: 40px; }
  .c-pt.c-pt1 li:nth-child(2), .c-pt.c-pt1 li:nth-child(4), .c-pt.c-pt1 li:nth-child(5) {
    background: #fff3e2; }
  .c-pt.c-pt1 li:nth-child(5) a {
    background: #fa9309; }
  .c-pt.c-pt2 li:nth-child(2), .c-pt.c-pt2 li:nth-child(4), .c-pt.c-pt2 li:nth-child(5) {
    background: #fffce2; }
  .c-pt.c-pt2 li:nth-child(5) a {
    background: #dfb423; }
  .c-pt.c-pt3 li:nth-child(2), .c-pt.c-pt3 li:nth-child(4), .c-pt.c-pt3 li:nth-child(5) {
    background: #f2ffe2; }
  .c-pt.c-pt3 li:nth-child(5) a {
    background: #9bc835; }
  .c-pt.c-pt4 li:nth-child(2), .c-pt.c-pt4 li:nth-child(4), .c-pt.c-pt4 li:nth-child(5) {
    background: #e2ffee; }
  .c-pt.c-pt4 li:nth-child(5) a {
    background: #44bf9a; }
  .c-pt.c-pt5 li:nth-child(2), .c-pt.c-pt5 li:nth-child(4), .c-pt.c-pt5 li:nth-child(5) {
    background: #e2eeff; }
  .c-pt.c-pt5 li:nth-child(5) a {
    background: #5763ac; }

.c-expanel {
  background: #fa9309; }

.c-expanel46 {
  background: #dfb423; }

.c-expanel710 {
  background: #9bc835; }

.c-expanel1112 {
  background: #44bf9a; }

.c-expanel1315 {
  background: #5763ac; }

.c-expanel,
.c-expanel46,
.c-expanel710,
.c-expanel1112,
.c-expanel1315 {
  padding: 2em 2em; }
  @media only screen and (max-width: 767px) {
    .c-expanel,
    .c-expanel46,
    .c-expanel710,
    .c-expanel1112,
    .c-expanel1315 {
      padding: .5em; } }

.c-expanel tbody tr td, .c-expanel46 tbody tr td, .c-expanel710 tbody tr td, .c-expanel1112 tbody tr td, .c-expanel1315 tbody tr td {
  border-bottom: 1px solid #fff;
  vertical-align: top;
  padding: 1.3em 0; }

.c-expanel tbody tr:last-child td, .c-expanel46 tbody tr:last-child td, .c-expanel710 tbody tr:last-child td, .c-expanel1112 tbody tr:last-child td, .c-expanel1315 tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0em; }

.c-expanel tbody tr:first-child td, .c-expanel46 tbody tr:first-child td, .c-expanel710 tbody tr:first-child td, .c-expanel1112 tbody tr:first-child td, .c-expanel1315 tbody tr:first-child td {
  padding-top: 0em; }

.c-expanel_ttl {
  background: #fff;
  color: #fa9309;
  padding: 0.3em .5em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center; }

.c-expanel_ttl46 {
  background: #fff;
  color: #dfb423;
  padding: 0.3em .5em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center; }

.c-expanel_ttl710 {
  background: #fff;
  color: #9bc835;
  padding: 0.3em .5em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center; }

.c-expanel_ttl1112 {
  background: #fff;
  color: #44bf9a;
  padding: 0.3em .5em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center; }

.c-expanel_ttl1315 {
  background: #fff;
  color: #5763ac;
  padding: 0.3em .5em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .c-expanel_ttl,
  .c-expanel_ttl46,
  .c-expanel_ttl710,
  .c-expanel_ttl1112,
  .c-expanel_ttl1315 {
    font-size: 1rem; } }

.c-expanel_p {
  color: #fff;
  margin: 0.4em 0 0 0; }

.c-exttl,
.c-exttl46,
.c-exttl710,
.c-exttl1112,
.c-exttl1315 {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .c-exttl,
    .c-exttl46,
    .c-exttl710,
    .c-exttl1112,
    .c-exttl1315 {
      margin-top: 25px; } }

@media only screen and (max-width: 767px) {
  .u-mb-title,
  .u-mb-title,
  .u-mb-title,
  .u-mb-title,
  .u-mb-title,
  .u-table,
  body .u-mb60 {
    margin-bottom: 25px; } }

.c-exttl {
  border: 3px solid #fa9309; }

.c-exttl46 {
  border: 3px solid #dfb423; }

.c-exttl710 {
  border: 3px solid #9bc835; }

.c-exttl1112 {
  border: 3px solid #44bf9a; }

.c-exttl1315 {
  border: 3px solid #5763ac; }

.c-exttl th {
  background: #fcb453;
  color: #fff; }

.c-exttl46 th {
  background: #ebc851;
  color: #fff; }

.c-exttl710 th {
  background: #b4d763;
  color: #fff; }

.c-exttl1112 th {
  background: #78dabc;
  color: #fff; }

.c-exttl1315 th {
  background: #7e87c1;
  color: #fff; }

.c-exttl td {
  background: #fa9309;
  color: #fff; }

.c-exttl46 td {
  background: #dfb423;
  color: #fff; }

.c-exttl710 td {
  background: #9bc835;
  color: #fff; }

.c-exttl1112 td {
  background: #44bf9a;
  color: #fff; }

.c-exttl1315 td {
  background: #5763ac;
  color: #fff; }

.c-exttl th, .c-exttl td, .c-exttl46 th, .c-exttl46 td, .c-exttl710 th, .c-exttl710 td, .c-exttl11126 th, .c-exttl1112 td, .c-exttl1315 th, .c-exttl1315 td {
  padding: 1.5em .7em; }
  @media only screen and (max-width: 767px) {
    .c-exttl th, .c-exttl td, .c-exttl46 th, .c-exttl46 td, .c-exttl710 th, .c-exttl710 td, .c-exttl11126 th, .c-exttl1112 td, .c-exttl1315 th, .c-exttl1315 td {
      padding: 1em .7em; } }

.c-exttl th, .c-exttl46 th, .c-exttl710 th, .c-exttl1112 th, .c-exttl1315 th {
  width: 4em;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c-exttl th, .c-exttl46 th, .c-exttl710 th, .c-exttl1112 th, .c-exttl1315 th {
      width: auto;
      white-space: nowrap;
      font-size: 1.2rem; } }

.c-exttl .c-exttl_white, .c-exttl46 .c-exttl_white, .c-exttl710 .c-exttl_white, .c-exttl1112 .c-exttl_white, .c-exttl1315 .c-exttl_white {
  background: #fff;
  color: #333; }

.u-sankaku {
  margin-bottom: 52px; }

.u-sankaku {
  position: relative; }

.u-sankaku:before {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  display: block;
  margin: auto; }

.u-sankaku:before {
  border: 22px solid transparent;
  border-top: 23px solid #aaa;
  left: 0;
  right: 0;
  bottom: -60px; }

/*---------------------------------------
　マージ

色：$cl-  .cl-
背：$bg-  .bg-

c-toolu_flowのパターン
インデントのmixin化

-----------------------------------------*/
/*---------------------------------------
　tool_util:ツールの活用方法
-----------------------------------------*/
body .u-toolmb {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    body .u-toolmb {
      margin-bottom: 20px; } }

body .u-toolmbs {
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    body .u-toolmbs {
      margin-bottom: 10px; } }

.c-toolt_mv {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-toolt_mv {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -20px;
      /*    margin-left:calc(20px * -1);
          display:block;@include cl();
      */ }
      .c-toolt_mv > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
            float:left;padding-left: 20px;
            width:calc(1 * (100% / 3 ));
        */ } }
  @media only screen and (max-width: 767px) {
    .c-toolt_mv > li:not(:last-child) {
      margin-bottom: 10px; } }
  .c-toolt_mv .is-ttl {
    border: 1px solid #000;
    background: #3e83c0;
    text-align: center;
    line-height: 1.25;
    font-size: 2.4rem;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    height: 100%;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 80px;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
      .c-toolt_mv .is-ttl {
        line-height: 1.25;
        font-size: 1.6rem; } }
    .c-toolt_mv .is-ttl img {
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 50px;
      flex-basis: 50px; }
    .c-toolt_mv .is-ttl span {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      flex-shrink: 1; }
  .c-toolt_mv .is-p {
    border: 1px solid #000;
    border-top: 0px;
    line-height: 1.875;
    font-size: 1.6rem;
    padding: 25px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .c-toolt_mv .is-p {
        padding: 10px; } }

@media only screen and (min-width: 768px) {
  .c-toolt_btn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -70px;
    /*    margin-left:calc(70px * -1);
        display:block;@include cl();
    */ }
    .c-toolt_btn > li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 70px;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 50%;
      flex-basis: 50%;
      max-width: 50%;
      /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
          float:left;padding-left: 70px;
          width:calc(1 * (100% / 2 ));
      */ } }

.c-toolt_btna {
  background: #3e83c0;
  text-align: center;
  line-height: 1.1818181818;
  font-size: 2.2rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  height: 100%;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: auto;
  justify-content: space-between; }
  .c-toolt_btna .is-img {
    text-align: right;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50px;
    flex-basis: 50px; }
  .c-toolt_btna .is-txt {
    text-align: left;
    font-weight: 600;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }

.c-toolt_btna-center {
  width: 356px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .c-toolt_btna-center {
      width: 100%; } }

.c-toolt_link {
  display: block;
  border: 1px solid #000;
  background: #3e83c0;
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  font-weight: 600; }

.c-toolu_flow {
  height: 100%;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .c-toolu_flow {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-toolu_flow li {
        width: 100%; }
      .c-toolu_flow .is-sankaku {
        padding: 10px; }
        .c-toolu_flow .is-sankaku img {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
  .c-toolu_flow .is-ttl {
    border: 1px solid #000;
    background: #6babcc;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 1.6rem;
    color: #fff; }
  .c-toolu_flow .is-p {
    border: 1px solid #000;
    border-top: 0px;
    text-align: center;
    line-height: 1.875;
    font-size: 1.6rem;
    padding: 18px 5px; }
  .c-toolu_flow .is-sankaku {
    text-align: center; }

.u-indent-2em {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em; }

.u-indent-7em {
  display: block;
  padding-left: 3.1em;
  text-indent: -3.1em; }

.u-indent-9em {
  display: block;
  padding-left: 4em;
  text-indent: -4em; }

.u-padding-2em {
  display: block;
  padding-left: 1.2em; }

.c-toolu_h2 {
  line-height: 2.125;
  font-size: 1.6rem;
  background: #b8d7f2;
  padding: 10px 15px;
  font-weight: 600; }

.c-toolu_h3 {
  line-height: 2.125;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

.c-toolu_waku {
  background: #eee;
  padding: 40px 45px; }
  .c-toolu_waku:after {
    content: "";
    clear: both;
    display: block; }
  @media only screen and (max-width: 767px) {
    .c-toolu_waku {
      margin-left: -10px;
      margin-right: -10px;
      padding: 10px; } }
  .c-toolu_waku .is-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
      .c-toolu_waku .is-img {
        width: 100%;
        height: auto; } }

.c-toolh_waku:after {
  content: "";
  clear: both;
  display: block; }
.c-toolh_waku .is-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .c-toolh_waku .is-img {
      width: 100%;
      height: auto; } }
.c-toolh_waku .is-img-mb40 {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .c-toolh_waku .is-img-mb40 {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .c-toolh_waku .is-img-mb40 {
      margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .c-kaizen_con {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -25px;
    /*    margin-left:calc(25px * -1);
        display:block;@include cl();
    */ }
    .c-kaizen_con > li:first-child {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 25px;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 25%;
      flex-basis: 25%;
      max-width: 25%;
      /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
          float:left;padding-left: 25px;
          width:calc(25 * (100% / 100 ));
      */
      text-align: center;
      margin-bottom: 40px; }
    .c-kaizen_con > li:last-child {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 25px;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 75%;
      flex-basis: 75%;
      max-width: 75%;
      /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
          float:left;padding-left: 25px;
          width:calc(75 * (100% / 100 ));
      */
      text-align: left;
      margin-bottom: 40px; } }
.c-kaizen_con .is-blue,
.c-kaizen_con .is-orange {
  background: #a6d0f5;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  padding: 50px 25px; }
  @media only screen and (max-width: 767px) {
    .c-kaizen_con .is-blue,
    .c-kaizen_con .is-orange {
      margin-bottom: 15px;
      padding: 15px 15px; } }
.c-kaizen_con .is-orange {
  background: #fbd489; }
.c-kaizen_con a {
  display: block;
  line-height: 1.5;
  font-size: 2rem; }
.c-kaizen_con .is-ttl {
  display: block;
  line-height: 1.5;
  font-size: 2rem;
  text-indent: -1em;
  padding-left: 1em; }

.c-kaiezn_ya {
  text-align: center;
  margin: 0; }

.c-kaizen_hon {
  background: #3e83c0;
  color: #fff; }
  .c-kaizen_hon a {
    color: #fff;
    text-decoration: underline; }
  .c-kaizen_hon .is-ttl {
    line-height: 1.3636363636;
    font-size: 2.2rem;
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .c-kaizen_hon {
      padding: 35px; }
      .c-kaizen_hon ul {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -30px;
        /*    margin-left:calc(30px * -1);
            display:block;@include cl();
        */ }
        .c-kaizen_hon ul > li:first-child {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 30px;
          -webkit-flex-grow: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          flex-shrink: 0;
          -webkit-flex-basis: 84.69387%;
          flex-basis: 84.69387%;
          max-width: 84.69387%;
          /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
              float:left;padding-left: 30px;
              width:calc(830 * (100% / 980 ));
          */
          text-align: left; }
        .c-kaizen_hon ul > li:last-child {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 30px;
          -webkit-flex-grow: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          flex-shrink: 0;
          -webkit-flex-basis: 15.30612%;
          flex-basis: 15.30612%;
          max-width: 15.30612%;
          /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
              float:left;padding-left: 30px;
              width:calc(150 * (100% / 980 ));
          */
          text-align: center; } }
  @media only screen and (max-width: 767px) {
    .c-kaizen_hon {
      padding: 20px 10px; }
      .c-kaizen_hon ul li:last-child {
        text-align: center; } }

.c-h1grey {
  line-height: 1.15;
  font-size: 2rem;
  color: #fff;
  background: #a9a9a9;
  text-align: center;
  font-weight: normal;
  padding: 12px 10px; }

.c-containergray {
  background: #e7e7e7;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .c-containergray {
      padding-bottom: 20px; } }
  .c-containergray .is-ttlsub {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-weight: bold; }
  .c-containergray .u-analysis_g2 .is-txt {
    border: 1px solid #000;
    color: #000; }

.c-imgcenter {
  text-align: center; }

.c-analysis_blue {
  color: #3e83c0; }
  .c-analysis_blue .is-indent {
    text-indent: -1em;
    padding-left: 1em; }
    .c-analysis_blue .is-indent + .is-indent {
      margin-top: .8em; }

@media only screen and (min-width: 768px) {
  .c-analysis_rimg {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: 0px;
    /*    margin-left:calc(0px * -1);
        display:block;@include cl();
    */ }
    .c-analysis_rimg > li:first-child {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 0px;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 32%;
      flex-basis: 32%;
      max-width: 32%;
      /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
          float:left;padding-left: 0px;
          width:calc(32 * (100% / 100 ));
      */
      text-align: center;
      margin-bottom: 40px; }
    .c-analysis_rimg > li:last-child {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 0px;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 68%;
      flex-basis: 68%;
      max-width: 68%;
      /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
          float:left;padding-left: 0px;
          width:calc(68 * (100% / 100 ));
      */
      text-align: left;
      margin-bottom: 40px; } }
.c-analysis_rimg .is-indent {
  text-indent: -1em;
  padding-left: 1em; }
.c-analysis_rimg .is-img {
  text-align: center; }
.c-analysis_rimg .is-h3 {
  border: 1px solid #000;
  color: #000;
  text-align: center;
  padding: 13px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: normal; }
.c-analysis_rimg .is-blue {
  color: #3e83c0; }
  .c-analysis_rimg .is-blue .is-h4 {
    font-weight: normal;
    margin-top: 35px; }

.c-analysis_con .is-ttl {
  background: #898989;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 2rem; }
.c-analysis_con .is-p {
  border: 1px solid #898989;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .c-analysis_con .is-p {
      padding: 15px 10px; } }
.c-analysis_con .is-grey {
  background: #e7e7e7;
  margin: 30px -30px -30px -30px;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .c-analysis_con .is-grey {
      margin: 15px -10px -15px -10px;
      padding: 15px 10px; } }
  .c-analysis_con .is-grey .is-ttlsub {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: bold; }

.c-analysis_btn {
  display: block;
  background: #3e83c0;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center; }

.c-analysisa {
  display: flex;
  background: #3e83c0;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  justify-content: space-between;
  align-items: center; }
  .c-analysisa .is-img img {
    min-width: 14px;
    display: inline-block; }

@media only screen and (min-width: 768px) {
  .u-analysis_g3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .u-analysis_g3 ul {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -100px;
      /*    margin-left:calc(100px * -1);
          display:block;@include cl();
      */ }
      .u-analysis_g3 ul > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 100px;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
            float:left;padding-left: 100px;
            width:calc(1 * (100% / 3 ));
        */
        text-align: center; } }
@media only screen and (max-width: 767px) {
  .u-analysis_g3 ul > li {
    text-align: center; }
  .u-analysis_g3 ul > li:not(:last-child) {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .u-analysis_g2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto; }
    .u-analysis_g2 ul {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -120px;
      /*    margin-left:calc(120px * -1);
          display:block;@include cl();
      */ }
      .u-analysis_g2 ul > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 120px;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
            float:left;padding-left: 120px;
            width:calc(1 * (100% / 2 ));
        */
        text-align: center;
        margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .u-analysis_g2 ul > li {
    text-align: center; }
  .u-analysis_g2 ul > li:not(:last-child) {
    margin-bottom: 40px; } }
.u-analysis_g2 .is-txt {
  border: 1px solid #3e83c0;
  color: #3e83c0;
  line-height: 1.5625;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 13px 4px; }

.u-analysis_g1 {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .u-analysis_g1 .is-txt {
    border: 1px solid #3e83c0;
    color: #3e83c0;
    line-height: 1.5625;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 13px 4px; }

.c-analysis_table {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 10px;
  overflow-x: scroll; }
  @media only screen and (max-width: 767px) {
    .c-analysis_table {
      margin-left: -10px;
      margin-right: -10px; } }
  .c-analysis_table table td, .c-analysis_table table th {
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 15px 20px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-analysis_table table td, .c-analysis_table table th {
        padding: 10px 4px; } }
  .c-analysis_table table thead th {
    background: #dde3ec; }
  .c-analysis_table table thead *:first-child {
    background: none;
    border: none; }
  .c-analysis_table table thead td {
    text-align: left; }
  .c-analysis_table table tbody th {
    background: #f1f1f1; }
  .c-analysis_table table tbody *:first-child {
    background: #dde3ec;
    text-align: left; }

body .is-high {
  background: #f9cdcd !important; }

body .is-low {
  background: #cde4f9 !important; }

.c-analysis_hanrei {
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .c-analysis_hanrei {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .c-analysis_hanrei ul {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -80px;
        /*    margin-left:calc(80px * -1);
            display:block;@include cl();
        */ }
        .c-analysis_hanrei ul > li {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 80px;
          -webkit-flex-grow: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          flex-shrink: 0;
          -webkit-flex-basis: 50%;
          flex-basis: 50%;
          max-width: 50%;
          /*    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
              float:left;padding-left: 80px;
              width:calc(1 * (100% / 2 ));
          */
          text-align: center; } }
  @media only screen and (max-width: 767px) {
    .c-analysis_hanrei ul > li {
      text-align: center; }
    .c-analysis_hanrei ul > li:not(:last-child) {
      margin-bottom: 10px; } }
  .c-analysis_hanrei p {
    height: 100%;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: auto;
    justify-content: space-between; }
    .c-analysis_hanrei p [class^=is-] {
      display: inline-block;
      margin-right: 20px;
      width: 50px;
      height: 28px; }

.c-example_g2 li{
  float:left;
  display: inline;
  margin:10px 17px;}

  .c-example_g2 ul{
    overflow:auto;}

  @media only screen and (max-width: 1024px) {
    .c-example_g2 li{
      width:45%;}
}
@media only screen and (max-width: 460px) {
  .c-example_g2 li{
    width:90%;}
}
.u-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.js-analysis-q {
  cursor: pointer; }

.js-analysis-a {
  display: none; }

/*----------------------------------------------------------------------
								ＰＣ
------------------------------------------------------------------------
@media only screen and (min-width: 768px) {*/
/*共通横マージン*/
@media only screen and (min-width: 768px) {
  .c-un {
    float: right;
    text-align: right;
    white-space: nowrap;
    padding-top: 35px;
    position: relative; }
    .c-un .c-sns {
      position: absolute;
      bottom: -52px;
      right: 0;
      text-align: right;
      line-height: 12px;
      /*snsボタンの縦位置を揃える*/ }
      .c-un .c-sns * {
        display: inline-block; }

  .c-un > a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px; }

  .c-un > a > span:before {
    display: inline-block;
    margin-left: 10px; }

  .c-header {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    background: url(../img/footer_bg.png) repeat; }

  .c-headernav {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #898989; }

  .c-gn:after {
    content: "";
    clear: both;
    display: block; }

  .c-gn a {
    display: block;
    text-align: center;
    border-left: 1px solid #000; }

  .c-gn li:last-child a {
    border-right: 1px solid #000; }

  .c-gn a:hover,
  .c-gn a.is-current {
    opacity: 0.7; }

  .u-pan {
    padding: 17px 0 55px 0; } }
@media only screen and (max-width: 767px) {
  .c-footer,
  .c-container {
    padding-left: 10px;
    padding-right: 10px; }

  .usp-h {
    background: url(../img/footer_bg.png) repeat; }

  .usp-h_r {
    color: #fff; }
    .usp-h_r .usp-gnbtn_line:before, .usp-h_r .usp-gnbtn_line:after, .usp-h_r .usp-gnbtn_line {
      background: #fff; }

  .usp-h_r.is-view {
    color: #000;
    background: #fff; }
    .usp-h_r.is-view .usp-gnbtn_line:before, .usp-h_r.is-view .usp-gnbtn_line:after {
      background: #000; }

  .csp-logo {
    padding-top: 13px;
    padding-left: 13px; }

  .csp-logo img {
    height: 35px;
    width: auto; }

  /*　バーガーメニューのメニュー自体*/
  .usp-gn {
    background: #e1e1e1; }

  .usp-gn_li {
    font-size: 1.6rem;
    color: #000;
    border: none;
    background: none;
    border-bottom: 1px solid #b4b4b4; }

  .usp-gn_link {
    font-size: 1.2rem;
    margin: 20px 0;
    background: #fff;
    color: #000;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center; }

  .usp-gn_li,
  .usp-gn_link {
    margin-left: 15px;
    margin-right: 15px; }

  .usp-gn_li:first-child {
    margin-top: 15px; }

  .usp-gn_link:last-child {
    margin-bottom: 30px; }

  .c-sns {
    padding-top: 20px;
    text-align: center;
    line-height: 12px;
    /*snsボタンの縦位置を揃える*/ }
    .c-sns * {
      display: inline-block; } }
.c-footer {
  margin-top: 80px; }

.c-footernav {
  height: 35px;
  line-height: 35px;
  background: url(../img/footer_bg.png) repeat-x;
  text-align: center; }

.c-footernav, .c-footernav_a {
  color: #fff; }

@media only screen and (min-width: 768px) {
  .c-footer
  , .c-footernav_a {
    font-size: 1.3rem; } }
@media only screen and (max-width: 767px) {
  .c-footer
  , .c-footernav_a {
    font-size: 1.15rem; } }

address {
  color: #000; }

@media only screen and (min-width: 768px) {
  .c-footerlogo {
    float: left;
    margin-top: 6px; }

  address {
    float: right;
    padding: 30px 0;
    text-align: right;
    font-size: 1.3rem; } }
@media only screen and (max-width: 767px) {
  .c-footer {
    text-align: center;
    margin-top: 25px; }

  .c-footerlogo {
    display: inline-block;
    padding: 15px 0; }

  address {
    padding-bottom: 20px;
    text-align: center;
    font-size: 1rem; } }
