﻿@charset "UTF-8";

/**********
モバイルフレンドリー（スマホでの閲覧に適したページ）を意識して作成されています。
スマホ向けのスタイルをデフォルトで定義してください。
***********/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav,
button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

form {
  display: inline;
  margin: 0;
}

/*IE8,9で未定義のタグのデフォルト*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*全ての要素にpaddingとborderを幅と高さに含める
（レスポンシブ作成時の問題解消）*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***　基本　***/
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  overflow-y: scroll;
  /*縦スクロール常に表示（横幅が変わるのを防ぐ）*/
}

html>

/**/
body {
  font-size: 16px;
  /*基本フォントサイズ*/
}

@media screen and (max-width: 480px) {
  html>

  /**/
  body {
    font-size: 14px;
    /*480px以下の基本フォントサイズ*/
  }
}

body {
  font-family: Lato, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 100%;
  color: #161616;
  line-height: 1.9;
  margin: 0;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*IEのみフォントを変える*/
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 768px) {
  #body {
    min-width: initial;
    min-width: auto;
  }
}

/*Google Fonts
「Noto Serif CJK JP（源ノ明朝）」設定
*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/NotoSerifJP-ExtraLight.woff') format('woff');
}

/* 使い方：font-family: "Noto Serif JP",serif; */
.font-Noto {
  font-family: "Noto Serif JP", serif;
  transform: rotate(0.001deg);
  /*Webフォントを滑らかに表示させる*/
}

/*フォント游ゴシック*/
.font-YuGo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*google fonts「M PLUS Rounded 1c」
htmlヘッダに『<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c" rel="stylesheet">』必須*/
.font-mplus1c {
  font-family: "M PLUS Rounded 1c", "メイリオ", sans-serif;
  ;
}

/*画像・ビデオの基本設定*/
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  /* 下の空白除去 */
}

/* IE10の余計の背景色を消す */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*
* 文字の基本設定
*/
b,
strong,
.strong,
.bold {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: sans-serif;
  font-size: 1em;
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/*
*リストの基本設定
*/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  list-style-type: none;
  padding: 5px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* リスト設定 */
.disc {
  list-style-type: disc;
  list-style-position: inside;
}

.outlist {
  list-style-type: disc;
  text-align: left;
  margin-left: 20px;
}

.outlistnum {
  list-style-type: decimal;
  text-align: left;
  margin-left: 20px;
}

.outlistnum {
  list-style-type: decimal;
  text-align: left;
  margin-left: 20px;
}

.inlistlatin {
  /*小文字のアルファベット*/
  list-style-type: lower-latin;
  list-style-position: inside;
  text-align: left;
}

.list {
  margin-left: 10px;
}

/*チェックアイコン付きリスト*/
.chk_ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.chk_ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  /*ポチ消す*/
}

.chk_ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #f89174;
  /*アイコン色*/
}

/*送信ボタンリセット*/
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input,
select {
  vertical-align: middle;
}

:focus {
  outline: 0;
}


/*文字の途中改行*/
.br-sp {
  display: inline;
}

/*モバイル時改行（PCはインライン）*/
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
    line-height: 1.2;
  }
}

/*[同意チェックボックス]*/
.agree:not(:checked),
.agree:checked {
  position: absolute;
  left: -9999px;
}

.agree:not(:checked)+label,
.agree:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.agree:not(:checked)+label:before,
.agree:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
.agree:not(:checked)+label:after,
.agree:checked+label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.agree:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.agree:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.agree:disabled:not(:checked)+label:before,
.agree:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.agree:disabled:checked+label:after {
  color: #999;
}

.agree:disabled+label {
  color: #aaa;
}

/*重要事項の点滅文字*/
.blink {
  animation: blinkAnime 1.8s infinite alternate;
}

@keyframes blinkAnime {
  0% {
    color: rgba(227, 83, 83, 0.57)
  }

  60% {
    color: #ffffff
  }

  100% {
    color: #ffffff
  }
}


/*=========
*基本的な考え方
*スマホ向けのスタイルをデフォルトで定義
*481px〜タブレット
*768px〜大型タブレット
*1030px〜PC
*上記の順で上書き
=========*/


/*
* レイアウト
*/

/* 幅設定 */
/*デフォルトはモバイル用*/
#header-wrap,
#header_nav,
.nav-show #header_nav,
.wrap,
.breadList,
.section,
#footer_nav {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

/*========= PCの場合 =========*/
@media only screen and (min-width: 1030px) {
  #header-menu {
    width: auto;
  }

  #header-wrap,
  .nav-show #header_nav,
  .wrap,
  .breadList,
  .section {
    width: 1120px;
  }
}

h1 {
  font-size: 140%;
  font-weight: bold;
  padding: 5px;
}

h2 {
  font-size: 1.8em;
  line-height: 1.56;
  padding: 10px 0;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  line-height: 1.56;
  padding: 10px;
  font-weight: bold;
}

h4 {
  padding: 5px 20px;
  font-size: 110%;
  font-weight: bold;
}

h2.title,
h3.title,
h4.title {
  padding-bottom: 0;
  text-align: center;
  color: #2e1900;
}

h2.title .ttlaftr {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  font-size: .6em;
  padding: 0 20px;
  color: #af021e;
}

.zone-wrap {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .zone-wrap {
    padding: 30px 0;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .zone-wrap {
    padding: 40px 0;
  }
}



/*定義リストdl　-------------*/
.float-bl {
  padding-left: 10px;
  text-align: left;
}

.float-bl dt {
  clear: left;
  float: left;
  font-weight: bold;
}

/*dtの幅クラス*/
.dt-w25 dt {
  width: 25%;
}

.dt-w25 dd {
  margin: 0 0 0 25%;
}

.dt-w1th dt {
  /*100px*/
  width: 100px;
}

.dt-w1th dd {
  margin: 0 0 0 100px;
}

.dt-w2th dt {
  /*200px*/
  width: 200px;
}

.dt-w2th dd {
  margin: 0 0 0 200px;
}


/*改行*/
.preWrap {
  white-space: pre-wrap;
}

/*clearfix*/
.cf {
  clear: both;
}

/* 文字色クラス */
.fontRed {
  color: red;
}

.fontBlue {
  color: #0d80f2;
}

.f-c-blcred {
  color: #af021e;
}

.f-c-pink {
  color: #ce667e;
}

.f-c-org {
  color: #FD4C1A;
}

.f-c-org02 {
  color: #f86c45;
}

.f-c-org01 {
  color: #f89174;
}

.f-c-blc {
  color: #161616;
}

.f-c-wht {
  color: #ffffff;
}

.f-c-gry {
  color: #888888;
}

/*class指定フォントサイズ*/
.fs200 {
  /*文字大きさ200%*/
  font-size: 200%;
}

.fs150 {
  /*文字大きさ150%*/
  font-size: 150%;
}

.fs140 {
  /*文字大きさ140%*/
  font-size: 140%;
}

.fs130 {
  /*文字大きさ130%*/
  font-size: 130%;
}

.fs120 {
  /*文字大きさ120%*/
  font-size: 120%;
}

.fs110 {
  /*文字大きさ110%*/
  font-size: 110%;
}

.fs90 {
  /*文字大きさ90%*/
  font-size: 90%;
}

.fs80 {
  /*文字大きさ80%*/
  font-size: 80%;
}

.flsc-pen {
  /*蛍光ペン＆赤線*/
  background: linear-gradient(transparent 60%, #ffff66 60%);
  border-bottom: 2px solid #ff3333;
}


/* ボタン風リンクDIV */
.btnSection {
  clear: both;
  padding: 20px 0;
  text-align: center;
}

.linkBtn,
/* divをaタグで囲む */
.btn {
  margin: 10px 0;
  padding: 0.8em 2em;
  text-align: center;
  display: inline-block;
  /* display: inline-block For IE 6/7 */
  display: inline;
  zoom: 1;
  cursor: pointer;
}

.linkBtn:hover,
.btn:hover {
  opacity: 0.8;
}

.hd-btn-block .item_btn {
  margin: 5px 1px;
  padding: .4em 0.5em;
  font-size: .9em;
  text-align: center;
  display: inline-block;
  /* display: inline-block For IE 6/7 */
  display: inline;
  zoom: 1;
  cursor: pointer;
}

/*重要事項ボタン*/
.imp_btn {
  margin: 0;
  padding: .4em 1em;
  font-size: 1em;
  text-align: center;
  display: block;
  cursor: pointer;
}

.hd-btn-block a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.header-new-Mark {
  display: inline-block;
  padding: 4px 5px;
  margin-right: 5px;
  font-size: 0.8em;
  line-height: 100%;
  background: #F00;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.inBlock {
  display: inline-block;
  /* display: inline-block For IE 6/7 */
  display: inline;
  zoom: 1;
  margin: 2px;
  text-align: center;
}

.linkBox {
  display: block;
  height: 45px;
  /*高さを揃えて、*/
  line-height: 45px;
  /*縦方向中央揃え*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 15px 0 15px;
  font-size: 110%;
  background-color: #E4725D;
}

@media only screen and (min-width: 768px) {
  .hd-btn-block .item_btn {
    margin: 5px 3px;
    padding: .5em 1.2em;
    font-size: 1em;
  }
}

@media only screen and (min-width: 1024px) {
  .hd-btn-block .item_btn {
    margin: 5px 3px;
    padding: .5em 1em;
    font-size: .9em;
  }
}

@media only screen and (min-width: 1030px) {
  .hd-btn-block .item_btn {
    margin: 5px 3px;
    padding: .5em 1.2em;
    font-size: 1em;
  }
}

/*320以下の小画面*/
@media only screen and (max-width: 320px) {
  .hd-btn-block .item_btn {
    font-size: .8em;
  }
}


/*左側に青線*/
.left-b-line-box {
  padding: 10px 20px;
  /*上下 左右の余白*/
  margin: 7px 10px;
  background-color: #efefef;
  border-left: solid 5px #7db4e6;
  /*左線*/
}

/*左側に赤線*/
.left-red-line-box {
  padding: 10px 20px;
  /*上下 左右の余白*/
  margin: 7px 10px;
  background-color: #fff0f0;
  border-left: solid 5px #ff2b2b;
  /*左線*/
}

/*画像幅*/
.img500 {
  width: 500px;
  height: auto;
}

.img600 {
  width: 600px;
  height: auto;
}

.img700 {
  width: 700px;
  height: auto;
}

/*divの幅*/
.card_w300p {
  /*固定*/
  width: 300px;
}

.card_w260p {
  /*固定*/
  width: 260px;
}

.card_w200p {
  /*固定*/
  width: 200px;
}

.card_w100p {
  /*固定*/
  width: 100px;
}

.card_w150p {
  /*固定*/
  width: 150px;
}

.cord_wauto {
  width: auto;
}

.card_w25,
.card_w30,
.card_w40,
.card_w45,
.card_w48,
.card_w49,
.card_w50,
.card_w55,
.card_w60,
.card_w65,
.card_w70,
.card_w70pc,
.card_w80,
.card_w97,
.card_w98 {
  margin: 0 auto;
  width: 95%;
}

/*========= 768px以上 =========*/
@media only screen and (min-width: 768px) {

  .card_w25 {
    /*25%*/
    width: 25%;
  }

  .card_w30 {
    /*30%*/
    width: 30%;
  }

  .card_w40 {
    /*40%*/
    width: 40%;
  }

  .card_w45 {
    /*45%*/
    width: 45%;
  }

  .card_w48 {
    /*48%*/
    width: 48%;
  }

  .card_w49 {
    /*49%*/
    width: 49%;
  }

  .card_w50 {
    /*50%*/
    width: 50%;
  }

  .card_w55 {
    /*55%*/
    width: 55%;
  }

  .card_w65 {
    /*65%*/
    width: 65%;
  }

  .card_w60 {
    /*60%*/
    width: 60%;
  }

  .card_w70 {
    /*70%*/
    width: 70%;
  }

  .card_w80 {
    /*80%*/
    width: 80%;
  }

  .card_w97 {
    width: 97%;
  }

  .card_w98 {
    width: 98%;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .card_w70pc {
    /*70%*/
    width: 70%;
  }
}


/*背景カラー*/
.bgc-wht {
  background-color: white;
}

.bgc-snow {
  background-color: #f5f5f5;
}

.bgc-alter {
  /*戻るボタンの色*/
  background-color: #807573;
  color: #ffffff;
}

.bgc-gray {
  background-color: #E9E9E9;
}

.bgc-ivory {
  background-color: #e2dcd6;
}

.bgc-lgog {
  /*Light grayish orange*/
  background-color: #f3f0e9;
}

.bgc-lace {
  background-color: #FFF7E7;
}

.bgc-mint {
  background-color: #D2E2E6;
  background: linear-gradient(to bottom right, #F7F7F7, #EAFBFF);
}

.bgc-luck {
  background-color: #C3DDD3;
}

.bgc-org {
  /*オレンジ*/
  background-color: #ffeac7;
}

.bgc-org-thin {
  /*薄いオレンジ*/
  background-color: #FFF4E2;
}

.bgc-org02 {
  /*濃いオレンジ*/
  background-color: #f89174;
  color: #ffffff;
}

.bgc-orenge {
  /*濃いオレンジ*/
  background-color: #F8A690;
  color: #ffffff;
}

.bgc-grn {
  background-color: #C3DDD3;
}

.bgc-green01 {
  /*濃いグリーン*/
  background-color: #4DC0B2;
  color: #ffffff;
}

.bgc-blue01 {
  /*薄い青*/
  background-color: #EDF8FF;
}

.bgc-blu {
  /*濃い青*/
  background-color: #1AA1E4;
  color: #ffffff;
}

.bgc-blu02 {
  background-color: #BBE6FD;
}

.bgc-book {
  background-color: #C0DCED;
}

.bgc-pink01 {
  /*濃いピンク*/
  background-color: #FC9D9D;
  color: #ffffff;
}

.bgc-pnk {
  background-color: #EE8695;
}

.bgc-pnk02 {
  background-color: #FFD5D3;
}

.bgc-purple {
  /*薄紫*/
  background-color: #E5CEEF;
}

.bgc-purple01 {
  /*濃い紫*/
  background-color: #AAA5D1;
  color: #ffffff;
}

.bgc-fmip {
  background-color: #F3E8E8;
}

.bgc-brown {
  background-color: #d0c0b0;
}

.bgc-ppl {
  background-color: #E0D5D3;
}

.bgc-yegrn {
  background-color: #EAF2B4;
}

.bgc-water {
  background-color: #2cc5ec;
}

.bgc-line {
  background-color: #00B900;
  color: #ffffff;
}

.bgc-main {
  background-color: #FCF7F1;
  background: -webkit-linear-gradient(-114deg, rgb(216, 237, 255), rgb(255, 234, 198));
  background: linear-gradient(-114deg, rgb(216, 237, 255), rgb(255, 234, 198));
}

.bgc-bridge {
  background: -webkit-linear-gradient(223deg, #EBEBEB 0%, #E6EEFF 100%), -webkit-linear-gradient(295deg, rgba(255, 255, 255, 0.5) 5%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(227deg, #EBEBEB 0%, #E6EEFF 100%), linear-gradient(155deg, rgba(0, 153, 255, 0.1) 5%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
}

.bgc-flamingo {
  background-image: -webkit-radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), -webkit-radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen;
}

.bgc-ice {
  background-color: #CDDCDC;
  background-image: -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-image: radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: screen, overlay;
}

.bgc-milkyWay {
  background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #DFDEDC 100%);
  background-image: linear-gradient(to top, #F4F4F4 0%, #DFDEDC 100%);
}


/*背景画像*/
.bimg_car {
  padding-bottom: 200px;
  background-image: url("../images/img-car.png");
  background-repeat: no-repeat;
  background-size: 800px auto;
  background-position: center bottom;
}

.bimg_corse {
  background-image: url("../images/bgimg-corse.jpg");
  background-size: cover;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .bimg_contact {
    background-image: url("../images/bgimg-contact.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
  }
}


/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #0178b7;
}

a:hover {
  color: #F36200;
  outline: none;
}

a.underline {
  text-decoration: underline;
}

/*ＰＣ以上の時、角丸のフラットボタンにする*/
.btn-radius {
  display: inline-block;
  padding: 10px 20px;
  border-radius: none;
  text-decoration: none;
  color: #FFF;
  background-color: #00bcd4;
  transition: .4s;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}

.btn-radius:hover {
  color: #FFF;
  background-color: #1ec7bb;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .btn-radius {
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

/*
* FlexBox■■■
*/
.flexBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /* 子要素をflexboxで揃える */
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /* 子要素をflexboxにより左右中央に配置する */
}

.flex-baseline {
  /*高さを自動で揃えない*/
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}



/* ヘッダー
*************************************************************/
#header {
  padding: 0;
  overflow: hidden;
}

#header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*親要素の幅を超えた場合、折り返して配置*/
  align-items: center;
  /*最初と最後の子要素を両端に配置*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#headBox {
  padding: 5px 10px 0 10px;
  width: auto;
  line-height: 1.3;
}

#header .logo {
  display: inline-block;
  /* display: inline-block For IE 6/7 */
  display: inline;
  zoom: 1;
  width: 95%;
}

#header .logo img {
  width: 80%;
  max-width: 300px;
}

#header .tel-link {
  margin: 0 5px;
  height: 20px;
}

.header-item,
.header-imp {
  padding: 0 10px;
  width: 100%;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  #headBox {
    padding: 15px 10px 0 10px;
  }

  #header .logo {
    width: auto;
  }

  #header .logo img {
    width: 100%;
  }

  #header .tel-link {
    margin: 0 20px;
    height: 24px;
  }

  .header-item {
    width: auto;
  }
}

/*メニュー*/
#header-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#hd-menu-wrap {
  width: 100%;
  font-size: 0.9em;
}

#header_nav {
  position: relative;
}

.header-nav-list {
  margin-right: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  /*右スクロールバー非表示*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* 慣性スクロール*/
}

/*スマホはスクロール矢印を出すため、table指定*/
.header-nav-list ul {
  display: table;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.header-nav-list ul li {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  /*自動で改行しない*/
  word-break: keep-all;
  border-bottom: 3px solid #fff;
}

#header_nav ul li a {
  display: inline-block;
  padding: 8px;
  font-weight: bold;
  color: #212121;
}

#header_nav ul li.nv-selected {
  border-bottom: 3px solid #E4725D;
}

#header_nav ul li::after {
  /*ホバーすると中央から左右に向かってラインを引かく*/
  position: absolute;
  bottom: -3px;
  /*ボーダーの高さ分下げる*/
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  /*ラインの高さ*/
  background: #E4725D;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  /*ホバーラインを縮小*/
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  /*自由変形の起点位置*/
  transition: transform .3s;
}

#header_nav ul li:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  /*ホバーラインを拡大*/
}

.nav-logo {
  display: none;
}

/*メニューが上部に固定された時jQueryで追加されるクラス*/
.fixed-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 0.9em;
  transform: translateY(-100%);
}

.nav-show {
  width: 100%;
  transition: .3s;
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
}

.nav-show #header_nav {
  /*ロゴ(小)を左に、ナビを右側に寄せる*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*最初と最後の子要素を両端に配置*/
  -ms-flex-pack: justify;
  /*最初と最後の子要素を両端に配置*/
  justify-content: space-between;
  /*最初と最後の子要素を両端に配置*/
  position: relative;
}

.nav-show #header_nav ul li a {
  padding: 10px 8px;
}

/* 右側に固定する矢印（スクロール可）部分 */
.nav-next-scl {
  display: none;
}

.nav-next-scl.menu-overflow {
  /*jQueryで追加されたクラスで表示*/
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  background: #555;
  color: #fff;
  opacity: 0.5;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  #hd-menu-wrap {
    margin-left: 2%;
    font-size: 1em;
  }

  .header-nav-list {
    margin-right: 5px;
  }

  #header_nav ul li a {
    padding: 8px 15px;
  }

  .nav-show .nav-logo {
    display: inline-block;
    /* display: inline-block For IE 6/7 */
    display: inline;
    zoom: 1;
    width: 260px;
    padding: 8px 50px 8px 10px;
  }
}

/*========= PCの場合 =========*/
@media only screen and (min-width: 1030px) {

  /*PCは中央表示させたいのでflex指定*/
  .header-nav-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #header_nav ul li a {
    padding: 8px 25px;
  }
}


/*各ページのタイトル部分(ホーム以外)*/
.page-head-zone {
  background: #0075A4;
}

.bgimg-about {
  /*学校案内背景*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.3), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-about.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.3), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-about.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-trng {
  /*教習について背景*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.4), rgba(0, 126, 68, 0.2)),
    url(../images/titleimg-trng.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.4), rgba(0, 126, 68, 0.2)),
    url(../images/titleimg-trng.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-news {
  /*お知らせ背景*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.2), rgba(0, 101, 162, 0.3)),
    url(../images/titleimg-news.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.2), rgba(0, 101, 162, 0.3)),
    url(../images/titleimg-news.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-bus {
  /*送迎バス*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.2), rgba(0, 101, 162, 0.3)),
    url(../images/titleimg-news.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.2), rgba(0, 101, 162, 0.3)),
    url(../images/titleimg-bus.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-faq {
  /*Q&A*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.2), rgba(0, 101, 162, 0.3)),
    url(../images/titleimg-faq.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.5), rgba(0, 101, 162, 0.4)),
    url(../images/titleimg-faq.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-schd {
  /*時間割*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.9), rgba(0, 126, 68, 0.5)),
    url(../images/titleimg-jikanwari.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.9), rgba(0, 126, 68, 0.5)),
    url(../images/titleimg-jikanwari.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-srvce {
  /*特典背景*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.4), rgba(0, 126, 68, 0.2)),
    url(../images/titleimg-service.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.4), rgba(0, 126, 68, 0.2)),
    url("../images/titleimg-service.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-recruit {
  /*求人情報*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.7), rgba(0, 126, 68, 0.7)),
    url(../images/titleimg-recruit.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.7), rgba(0, 126, 68, 0.7)),
    url("../images/titleimg-recruit.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-entry {
  /*入校申し込み*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.6), rgba(0, 126, 68, 0.5)),
    url(../images/titleimg-entry.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.6), rgba(0, 126, 68, 0.5)),
    url("../images/titleimg-entry.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-futuu {
  /*普通車*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-futuu.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-futuu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-tyuugata {
  /*中型車*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-tyuugata.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-tyuugata.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-nirin {
  /*二輪車*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-nirin.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-nirin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-oogatanirin {
  /*大型二輪車*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-oogatanirin.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-oogatanirin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgimg-line {
  background: #11998e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00B900, #11998e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00B900, #11998e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bgimg-keyboard {
  /*キーボード（学科練習問題）*/
  /*背景画像グラデーション*/
  background: -webkit-linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-keyboard.jpg);
  background: linear-gradient(to right, rgba(0, 101, 162, 0.8), rgba(0, 126, 68, 0.3)),
    url(../images/titleimg-keyboard.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 150px;
}

.page-title {
  padding-top: 30px;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.5;
  color: #fff;
}

.page-mini-title {
  font-size: .5em;
  line-height: 1;
  font-weight: bold;
}



/*画像トリミングのIE・Edge対応*/
.object-fit-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  /*トリミング位置：横 縦*/
  font-family: 'object-fit: cover; object-position: bottom;'
    /*※IE対応特別スタイル*/
}

/*スライダー*/
.swiper-container {
  display: block;
  width: 100%;
  /*height: 300px;*/
  /*高さ*/
}

/*スライダー両サイド画像の透過*/
.swiper-slide-next {
  opacity: 0.5;
}

.swiper-slide-prev {
  opacity: 0.5;
}

/*スライダー内の表示テキスト*/
.swiper-container.swiper-slide {
  position: relative;
}

.video-text {
  display: none;
  /*jsで表示させる*/
}

.swiper-container .swiper-slide .swiper-slide-content,
.video-content {
  position: absolute;
  top: 50%;
  /*テキストの位置(縦)*/
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*位置ズレ補正*/
  margin: 0;
  /*余白を無くす*/
  padding: 0;
  /*余白を無くす*/
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.8em;
  /*テキストのサイズ*/
}

/*スライダー個別テキスト設定*/
.slide-txt1 {
  color: #fff;
  line-height: 1.5;
  animation: slideTextFade 1.75s ease 0s 1 normal;
  /*テキストフェードインの種類指定*/
}

.slide-tsub {
  /*小さいテキスト(spanクラス)*/
  color: #fcffa5;
  font-size: .7em;
  /*テキストのサイズ*/
}

/*========= タブレット以上の場合 =========*/
@media only screen and (min-width: 768px) {

  /*タブレット以上は動画を表示するので非表示*/
  .swiper-container {
    display: none;
  }

  /*動画がない時の設定バックアップ
  .swiper-container{
    width: 100%;
    height: 500px;
    background-color: hsl(0, 0%, 98%);
  }
  .swiper-container .swiper-slide .swiper-slide-content {
    font-size: 3em;
  }*/
}

/*右から移動フェードインアニメーション設定*/
@keyframes slideFromRight {

  0%,
  25% {
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/*フェードイン表示アニメーション設定*/
@keyframes slideTextFade {

  0%,
  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
* パンくずリスト
*/
.bread-zone {
  margin: 0;
  padding: 0;
  /*background-color:rgba(230,219,194,0.5);*/
}

#breadcrumb {
  margin: 0;
  padding: 5px 10px;
}

#breadcrumb ul {
  margin: 0;
}

#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 0.9em;
  font-weight: bold;
  color: #ffffff;
}

#breadcrumb li:after {
  padding: 0 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  text-decoration: none;
  color: #72a1f7;
  background: #FFFFFF;
  font-size: 0.9em;
}

#breadcrumb li:first-child a:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: solid;
  content: "\f015";
}

#breadcrumb li a:hover {
  color: #EC974C;
  text-decoration: none;
}


/* コンテンツ
*************************************************************/
#container {
  clear: both;
}

#ttlArea {
  background-color: #C8D9E9;
  padding: 20px 0;
}

#parentframe {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

.info-zone {
  padding: 20px 0;
  margin: 0 auto;
  line-height: 1.5;

}

.top-info {
  /*トップのinfo強調テキスト*/
  font-size: 1.5em;
  font-weight: bold;
}

/*
* 画像カードリンク
*/
.cardtype {
  /* Flexbox */
  margin: .5em auto;
  padding: 0 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*子要素を折り返し、複数行に上から下へ並べる*/
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  /*左右中央寄せ*/
  /*※上下揃えを設定すると高さが合わなくなるので別のクラスで指定する*/
}

.flex_center {
  /*flexboxを上下左右中央寄せにする*/
  -webkit-flex-direction: row;
  justify-content: center;
  /*左右中央寄せ*/
  -webkit-justify-content: center;
  align-items: center;
  /*上下中央揃え*/
  -webkit-align-items: center;
  /* Safari */
}

.flex_spc-btwn {
  /* 各アイテムを均等に配置し最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardtype_article {
  position: relative;
  padding: 0;
  margin: 2% 1%;
  border-radius: 2px;
  /*box-shadow:左右の向き 上下の向き ぼかし 広がり 色 内側指定*/
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
  }
}

.cardflex_s31,
.cardflex_s45 {
  width: 80%;
}

.cardflex_s48,
.cardflex_s90 {
  width: 100%;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .cardflex_s31 {
    /*画像サイズは600x400にする*/
    width: 31%;
  }

  .cardflex_s48 {
    /*画像サイズは960x500にする*/
    width: 48%;
  }

  .cardflex_s45 {
    /*画像サイズは960x500にする*/
    width: 45%;
  }

  .cardflex_s90 {
    width: 90%;
  }
}

.cardtype_article:hover,
.cardtype_button:hover,
.button:hover,
.topics-btn:hover {
  -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
  /*opacity: .9;*/
}

.cardtype_link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.cardtype_link:hover {
  text-decoration: none;
}

.cardflex_menu {
  width: 31%;
  text-align: center;
}

.cardtype_menu {
  display: block;
  line-height: 1.2;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.cardtype_menu:hover {
  color: white;
  text-decoration: none;
}

.cardtype__img {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.cardtype_menu p {
  /*メニュー名*/
  font-size: 1em;
  font-weight: bold;
}

.card_menu_icon {
  /*メニューカード内のアイコン*/
  font-size: 2em;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .cardflex_menu {
    width: 120px;
  }

  .cardtype_menu {
    line-height: 1.5;
    padding: 20px 0;
  }

  .card_menu_icon {
    /*メニューカード内のアイコン*/
    font-size: 2.2em;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .cardflex_menu {
    width: 180px;
  }

  .cardtype_menu {
    line-height: 1.5;
    padding: 20px 0;
  }

  .cardtype_menu p {
    /*メニュー名*/
    font-size: 1.3em;
  }

  .card_menu_icon {
    /*メニューカード内のアイコン*/
    font-size: 2.5em;
  }
}

/* 下へ黒色グラデーション (上を半透明にする)*/
.cardtype__img::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: linear-gradient(to top, #101010, rgba(0, 0, 0, 0.1) 40%);
  background: -moz-linear-gradient(bottom, #101010, rgba(0, 0, 0, 0.1) 50%);
  background: -webkit-linear-gradient(bottom, #101010, rgba(0, 0, 0, 0.1) 50%);
}

.cardtype_article img {
  width: 100%;
}

.cardtype_mark {
  position: absolute;
  top: 15%;
  left: 40%;
  width: 100%;
  text-align: left;
}

.cardtype_right_bottom_mark {
  position: absolute;
  top: 25%;
  left: 70%;
  width: 100%;
  text-align: left;
}

.cardtype_mark img,
.cardtype_right_bottom_mark img {
  width: 20%;
}

.cardtype_link p {
  margin: 1em;
}

.cardtype_article h3,
.cardtype_article.title {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  color: white;
  top: 86%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/*リンクボタン*/
/*シンプルボタン*/
.button {
  /*aタグで囲んだdivのclassに指定する*/
  display: inline-block;
  padding: .8em 3em;
  margin: 20px 15px;
  color: white;
  /*文字は白*/
  vertical-align: middle;
  /*中央表示*/
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

/*アイコン、画像などが入るボタン*/
.cardtype_button {
  /*aタグ又はaタグに囲まれたdivタグにclassに指定する*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 各アイテムを均等に配置し最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
  padding: 0;
  margin: 20px 5%;
  vertical-align: middle;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

.contact-btn-wrap button {
  width: 90%;
}

.button_in_img {
  /*画像表示枠(左側)*/
  display: inline-block;
  flex-basis: 20%;
  /*ボタン中の表示割合*/
  vertical-align: middle;
  /*中央表示*/
}

.button_in_icon,
.button_in_text,
.button_in_text_ctr,
.button_in_arrow {
  /*テキスト表示枠(中央)*/
  display: inline-block;
  color: white;
  /*文字は白*/
  vertical-align: middle;
  /*中央表示*/
}

.button_in_icon {
  /*アイコン表示枠(左側)*/
  flex-basis: 10%;
  /*ボタン中の表示割合*/
  padding: 1em 0.5em 1em 2em;
}

.button_in_text {
  /*テキスト表示枠(中央)左寄せ*/
  flex-grow: 2;
  padding: 1em;
  text-align: left;
}

.button_in_text_ctr {
  /*テキスト表示枠(中央)*/
  flex-grow: 2;
  padding: 1em;
  text-align: center;
  /*センター*/
}

.button_in_arrow {
  /*矢印表示枠(右側)*/
  flex-basis: 10%;
  /*ボタン中の表示割合*/
}

.button_in_linkalt {
  /*リンクを開く枠(右側)*/
  display: none;
  /*モバイルは非表示*/
  /*文字数が多くなるとバランスが悪くなるため*/
}

/*通常枠（幅等は他のクラスを合わせて指定する）*/
.card-wrap {
  margin: 10px auto;
  padding: 20px 10px;
}

/*白背景の枠*/
.card-wht-wrap {
  margin: 10px auto;
  padding: 20px;
  background-color: #fff;
  width: 95%;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .card-wrap {
    margin: 20px;
    padding: 50px;
  }

  /*白背景の枠*/
  .card-wht-wrap {
    margin: 20px auto;
    padding: 50px;
    background-color: #fff;
    width: 95%;
  }

  .button_in_linkalt {
    /*矢印表示枠(右側)*/
    display: inline-block;
    flex-basis: 10%;
    /*ボタン中の表示割合*/
  }
}

/*タイトル付きボックス*/
.booth_box {
  position: relative;
  margin: 30px 0.5% 10px 0.5%;
  padding: 0;
  background-color: #fff;
  border: 5px solid #00ACC1;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

.booth_box .bbox_title {
  font-size: 1.3em;
  padding: 35px 5px 10px 5px;
  text-align: center;
  background: #00ACC1;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.bbox_dtl {
  padding: 15px 20px;
}

.bbox_icon {
  display: inline-block;
  line-height: 1;
  color: #00ACC1;
  background: #FFF;
  border-radius: 50%;
  padding-top: 15px;
  font-size: 30px;
  height: 70px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #00ACC1;
}

/*重要事項ボックス*/
.imp_box {
  padding: 0.5em 1em;
  margin: 1em 0.5em;
  font-weight: bold;
  border: solid 3px #ff0000;
  background-color: #fff1f1;
}

.imp_box p {
  margin: 0;
  padding: 0;
  font-size: 120%;
}

.imp_sml_box {
  padding: 0.5em 1em;
  margin: 1em 0.5em;
  border: solid 3px #ff0000;
  background-color: #fff1f1;
}

/*①②③リスト*/
.imp_sml_box ol {
  position: relative;
  margin: 0;
  padding: 10px 0;
}

.imp_sml_box ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}

.imp_sml_box ol li .ol_style {
  position: absolute;
  left: 0;
  margin: 0
}

.harf-wrap {
  width: 50%;
}

/*左サイド枠*/
.l-side {
  float: left;
  width: 360px;
}

/*右サイド枠*/
.r-side {
  float: right;
  width: 740px;
}


/*お知らせ用のiframe*/
.news-iframe {
  width: 100%;
  height: 360px;
}

/*カレンダー用のiframe*/
.calendar-iframe {
  margin-top: 20px;
  width: 100%;
  height: 280px;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {

  /*お知らせ用のiframe*/
  .news-iframe {
    width: 52%;
  }

  /*カレンダー用のiframe*/
  .calendar-iframe {
    margin-top: 0;
    width: 45%;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {

  /*お知らせ用のiframe*/
  .news-iframe {
    width: 65%;
  }

  /*カレンダー用のiframe*/
  .calendar-iframe {
    width: 30%;
  }
}





/*タイトル下側小線*/
.t_u_l {
  position: relative;
}

.t_u_l:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #f77753;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .t_u_l:before {
    bottom: -23px;
  }
}

/*タイトル下線（100%）*/
.t_u_line {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.t_u_line:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F99579;
}


/* 行見出しと列見出し対応レスポンシブテーブル */
.column_table {
  width: 100%;
  padding-bottom: 10px;
}

.column_table,
.column_table td,
.column_table th {
  border: 1px solid #62b1cc;
  border-collapse: collapse;
  text-align: center;
}

.column_table thead th {
  background: #64BCFC;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.column_table tbody th {
  background: #f4fbfa;
  padding: 4px 10px;
  font-weight: bold;
}

.column_table td {
  background: #fff;
  padding: 4px 10px;
}

/*========= 480px(小型タブレット)より小さい場合(注意：PCがデフォルトです)=========*/
@media (max-width:480px) {
  .column_table thead th {
    display: none;
  }

  .column_table tbody th {
    background: #64BCFC;
    color: #fff;
    display: block;
    width: 100%;
  }

  .column_table td {
    display: block;
    width: 100%;
  }

  .column_table td::before {
    content: attr(data-title);
    font-size: .7rem;
    color: #666;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
  }

  /*
  .column_table td[data-title]::before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
  */
}


/*テーブル 全体を囲む*/
.card__table {
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px;
}

.scroll_box {
  /*スクロール用*/
  overflow: auto;
  white-space: nowrap;
  overflow-y: hidden;
  /*右スクロールバー非表示*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* 慣性スクロール */
}

/*テーブル - セル*/
.table_wrap,
.table_wrap_zero {
  padding: 0;
  margin: 0;
}

.border-water {
  /*ボーダーカラー水色*/
  border: 1px solid #64BCFC;
}

.border-gray {
  /*ボーダーカラーグレー*/
  border: 1px solid #dedede;
}

.table_main-title {
  padding: 0.6em;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.table_title {
  /*テーブルのタイトル(ヘッド)部分*/
  display: block;
  position: relative;
  padding: 0.6em;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background-color: #64BCFC;
  text-align: center;
  font-size: 1.1em;
}

.table_title:after {
  /*タイトル下の▼吹き出し*/
  position: absolute;
  content: '';
  top: 100%;
  left: 47.5%;
  border: 10px solid transparent;
  border-top: 10px solid #64BCFC;
  width: 0;
  height: 0;
}

.table_panel {
  /*テーブルの中の詳細部分*/
  display: table;
  border-collapse: collapse;
  /*隣接するセルのボーダーを間を空けずに重ねて表示*/
  width: 100%;
}

.table_row {
  /*１行区切りブロック*/
  display: table-row;
  width: 100%;
}

.table_row:not(:last-child) {
  /*最後以外*/
  border-bottom: solid 1px #dedede;
}

.item_th,
.item_td,
.item_th_fixd {
  display: table-cell;
  padding: 10px 0.6em;
}

.item_th {
  /*左項目*/
  text-align: center;
  vertical-align: top;
  /*上揃え*/
  background-color: #F0F0F0;
  white-space: nowrap;
  /*改行させない*/
}

.item_td {
  text-align: left;
  vertical-align: top;
  /*上揃え*/
}

/*セルの色*/
.bgc-cell-water {
  background-color: #64BCFC;
  color: #fff;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .card__table {
    padding: 5px 20px;
    width: 100%;
  }

  .table_wrap {
    margin: 10px 0.5%;
  }

  .item_th,
  .item_td {
    padding: 12px 0.6em;
  }
}


/*教習車種*/
.card-course {
  position: relative;
  margin-top: 150px;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #fff;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

.corse_img {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -60px;
  left: 50%;
  text-align: center;
  transform: translateY(-60px) translateX(-50%);
  margin: auto;
}

.corse_img img {
  /*丸画像の影(IE11は未対応)*/
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
}

.course_inf {
  width: 100%;
  text-align: left;
  padding: 30px 20px 30px 20px;
}

.course_inf h3 {
  font-size: 1.3em;
  text-align: center;
}

.card_ttl {
  margin: 0 auto;
  padding: 10px;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .card-course {
    margin-top: 200px;
  }

  .corse_img {
    width: 200px;
    height: 200px;
    top: -78px;
    left: 50%;
    transform: translateY(-78px) translateX(-50%);
  }

  .course_inf {
    padding: 50px 30px 40px 30px;
  }
}


/*お知らせページ
-------------------------------------------*/
#up_ymd {
  margin: 5px 0;
  font-weight: bold;
}

.detaiTitle {
  border-bottom: 1px solid #b8bdc0;
}

.detailText,
.detailUpfile {
  padding-top: 20px;
}

.detailUpfile img {
  max-width: 100%;
  height: auto;
}

.pNav {
  font-size: 90%;
}

/*時間割
-------------------------------------------*/
.scedl_list ul {
  padding: 0;
  margin: 0;
}

/*トピック（ホームのセクション一番上）
-------------------------------------------*/
.zone-topics {
  position: relative;
}

.topics-card {
  position: static;
  margin: 0 auto;
  padding: 30px 20px 15px 20px;
  width: 96%;
}

.topics-btn {
  width: 100%;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: .2s ease-in-out;
  animation: fadeIn .7s ease 0s 1 normal;
}

.topics-title {
  padding: 10px;
  font-size: 1em;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .zone-topics {
    min-height: 80px;
  }

  .topics-card {
    position: absolute;
    width: 500px;
    top: -68px;
    left: 0;
    right: 0;
    margin: 20px auto;
    padding: 0;
  }

  .topics-title {
    font-size: 1.1em;
  }
}


/*お問い合わせ
-------------------------------------------*/
.contact,
.contact-btn-wrap {
  position: static;
  /*配置方法を指定しない*/
  text-align: center;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .contact {
    position: relative;
    text-align: left;
  }

  .contact-btn-wrap {
    position: absolute;
    top: 25px;
    left: 50%;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .contact-btn-wrap {
    position: absolute;
    top: 25px;
    left: 60%;
  }
}


/*アコーディオンメニュー(チェックボックス版ｃｓｓのみ)
-------------------------------------------*/
/*ボックス全体*/
.accbox {
  margin: 0;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  padding: 15px 30px;
  margin-top: 15px;
  font-weight: bold;
  transition: all 0.5s;
}

.plus-other {
  display: block;
  margin: 1.5px 0;
  padding: 15px 30px 15px 20px;
  font-weight: bold;
  transition: all 0.5s;
}

.accbox label {
  position: relative;
  font-size: 1.3em;
  cursor: pointer;
}

.plus-other {
  font-size: 1.1em;
}

/*アイコンを表示*/
.accbox label:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -17px;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked+label+.accshow {
  height: auto;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked+label:after {
  content: '\f077';
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {

  .accbox label,
  .plus-other {
    padding: 15px 50px;
  }

  .accbox label:after {
    right: 30px;
  }
}

/*アコーディオンメニュー(jQuery版)
-------------------------------------------*/
.acc_card dt {
  display: block;
  position: relative;
  margin-top: 2px;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  cursor: pointer;
  background-color: #e2dcd6;
}

.acc_card dt:hover {
  background-color: #ebe2d8;
}

.acc_card dd {
  position: relative;
  display: none;
  padding: 10px 10px 10px 30px;
  background: #fff;
}

.acc_card dt:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  color: #747474;
}

.acc_card .active:after {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  color: #747474;
}

.question:before {
  position: absolute;
  content: "Q";
  font-size: 1.5em;
  top: 50%;
  left: 8px;
  color: #ee7115;
  font-weight: bold;
  margin-top: -25px;
}

.answer:before {
  position: absolute;
  content: "A";
  font-size: 1.5em;
  top: 4px;
  left: 8px;
  color: #339fff;
  font-weight: bold;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .acc_card dt {
    padding: 15px 50px 15px 50px;
  }

  .acc_card dd {
    padding: 15px 20px 15px 50px;
  }

  .acc_card dt:after,
  .acc_card .active:after {
    right: 25px;
    margin-top: -15px;
  }

  .question:before,
  .answer:before {
    left: 20px;
  }

  .answer:before {
    top: 7px;
  }
}


/* カレンダー
--------------------------------------------------------------*/
.cal_wrap {
  max-width: 800px;
  /* 最大幅 */
  min-width: 300px;
  /* 最小幅 */
  background-color: grey;
}

.googlecal iframe {
  width: 80vw;
  min-width: 300px;
  height: 80vw;
  min-height: 300px;
}

@media screen and (min-width: 500px) {
  .googlecal iframe {
    max-width: 600px;
    height: calc(80vw * 3 / 4);
    max-height: 450px;
  }
}

/* map
--------------------------------------------------------------*/
.zone-map {
  padding: 20px 0 0;
}

.gmap {
  position: relative;
  padding-bottom: 75%;
  /*縦横比(高さ調整[16:9=56.25%、4:3=75％])*/
  height: 0;
  margin-top: 20px;
  overflow: hidden;
}

.gmap-root {
  /*送迎バスのルート(マイマップ)*/
  position: relative;
  padding-bottom: 75%;
  /*縦横比(高さ調整[16:9=56.25%、4:3=75％])*/
  height: 0;
  margin: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap-root iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
    /*縦横比(高さ調整[16:9=56.25%、4:3=75％])*/
    padding-bottom: 50%;
  }

  .gmap-root {
    /*送迎バスのルート(マイマップ)*/
    padding-bottom: 60%;
    /*縦横比(高さ調整[16:9=56.25%、4:3=75％])*/
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .gmap {
    padding-bottom: 25%;
  }
}

/*キーワード横並びリスト*/
.keywrd {
  margin: 0;
}

.keywrd li {
  display: inline-block;
  margin: 3px 1px;
  padding: 2px 8px;
  background-color: #fff;
}


/* ページ上部へ戻る(jquery使用)
*****************************************************/
.totop {
  display: none;
  width: 54px;
  height: 54px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 10px;
  border-radius: 50%;
  background-color: #ffb36b;
  opacity: .8;
  cursor: pointer;
}

.totop .fa {
  display: inline-block;
  line-height: 52px;
  color: #FFF;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}

body .totop .fa {
  width: auto;
  height: auto;
}

.totop:hover {
  opacity: 1;
}


/*LINE関連*/
.line-btn {
  text-align: center;
  background-color: #1e9f0d;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.line-btn {
  /*LINEボタン*/
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px 8px 8px;
}

.line-btn i,
.line-qr i {
  /*LINEのアイコン*/
  vertical-align: middle;
  font-size: 2em;
  font-weight: normal;
}

.line-btn:hover {
  opacity: 0.8;
}

.line-qr img {
  /*LINEのQRコード(画像)*/
  max-width: 150px;
  height: auto;
}

/*枠線フロー(縦用)*/
.flow_title {
  /* フロータイトル枠 */
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
  background: #f6f6f6;
}

.flow ul {
  padding: 0;
}

.flow li {
  list-style-type: none;
}

.flow dd {
  margin-left: 0;
}

.flow ul {
  border: 3px solid rgb(107, 144, 219);
}

.flow ul>li {
  padding: 20px 5px;
}

.flow ul>li:not(:last-child) {
  border-bottom: 3px solid rgb(107, 144, 219);
  position: relative;
}

.flow ul>li:not(:last-child)::before,
.flow ul>li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow ul>li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107, 144, 219);
}

.flow ul>li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow ul>li.flow_title::after {
  /*フロータイトルの背景色に合わせる*/
  border-top-color: #f6f6f6;
}

.flow ul>li dl {
  margin: 0;
  padding-top: 10px;
  text-align: center;
}

.flow ul>li dl dt {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  text-align: center;
  line-height: 1.2;
}

.flow ul>li dl dt .icon {
  font-size: 13px;
  color: #fff;
  background: #53aaf9;
  padding: 5px;
  margin: 0 20px 10px 20px;
  display: block;
  border-radius: 20px;
  line-height: 1.5;
}

.flow ul>li dl dd {
  padding-top: 8px;
}

/*ステップ流れフロー(シンプル縦用)*/
.step_flow {
  display: flex;
  align-items: center;
}

.st_flow_ul {
  padding-left: 0;
  /*border-bottom: solid 1px #E1E8ED;*/
}

.st_flow_ul>li {
  list-style-type: none;
  display: flex;
  padding: 0;
  /*border-top: solid 1px #E1E8ED;*/
}

.st_flow_ul>li dl dt {
  font-size: 1.2em;
  font-weight: bold;
}

.st_flow_ul>li .st_flow_icon {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 50px;
  position: relative;
  margin-top: 15px;
}


.st_flow_ul>li dl dd {
  margin: 0;
}

.st_flow_ul>li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}

/* フッター
***************************************************************/
#footer {
  clear: both;
  padding-top: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #3A8AB3;
  background: -webkit-linear-gradient(to right, #0f5b92, #23a7c3);
  background: -moz-linear-gradient(to right, #0f5b92, #23a7c3);
  background: -ms-linear-gradient(to right, #0f5b92, #23a7c3);
  background: linear-gradient(to right, #0f5b92, #23a7c3);
}

.footer-left,
.footer-right {
  width: 100%;
}

.footer-left {
  text-align: left;
  padding-left: 10px;
}

.footer-right {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
}

ul#footer_nav li {
  margin: 5px 10px;
}

/*========= 768px以上場合 =========*/
@media only screen and (min-width: 768px) {
  .footer-left {
    float: left;
    width: 40%;
  }

  .footer-right {
    float: right;
    width: 50%;
  }
}

ul#footer_nav a {
  font-size: 90%;
  color: #FFFFFF;
  font-weight: bold;
}

ul#footer_nav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.coname {
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 200px;
}

.address {
  font-size: 92%;
}


/* copyright
--------------------------------------------------------------*/
#copyright {
  clear: both;
  padding: 10px;
  margin-top: 10px;
  font-size: 80%;
}

/*ボタン無効の時*/
button:disabled,
.button:disabled {
  background: #989898;
  box-shadow: none;
}

button:disabled:hover,
.button:disabled:hover {
  transform: none;
  box-shadow: none;
  cursor: default;
}

/* div調整
--------------------------------------------------------------*/
.centerBox {
  /*テキスト中央*/
  text-align: center;
}

.mgauto_mob {
  /*マージンオート※スマホ時のみ*/
  margin: auto;
  /*中央揃え*/
}

.txtleft {
  /*テキスト左寄せ*/
  text-align: left;
}

.txtright {
  /*テキスト右寄せ*/
  text-align: right;
}

.l-height05 {
  line-height: .5;
}

/* 余白調整 */
.maltrt05p {
  /*左右マージン0.5％*/
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.paltrt05p {
  /*左右パディング0.5％*/
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.paltrt_10 {
  /*左右パディング10px*/
  padding-left: 10px;
  padding-right: 10px;
}

.maltrt1p {
  /*左右マージン1％*/
  margin-left: 1%;
  margin-right: 1%;
}

.maltrt2p {
  /*左右マージン2％*/
  margin-left: 2%;
  margin-right: 2%;
}

.matopbtm_20 {
  /*上下マージン*/
  margin-top: 20px;
  margin-bottom: 20px;
}

.matop_30 {
  /*上マージン*/
  margin-top: 30px;
}

.matop_20 {
  /*上マージン*/
  margin-top: 20px;
}

.mabtm_30 {
  /*下マージン*/
  margin-bottom: 30px;
}

.mabtm_20 {
  /*下マージン*/
  margin-bottom: 20px;
}

.mabtm_10 {
  /*下マージン*/
  margin-bottom: 10px;
}

.pabtm_40 {
  /*下パディング*/
  padding-bottom: 40px;
}

.pabtm_30 {
  /*下パディング*/
  padding-bottom: 30px;
}

.pabtm_20 {
  /*下パディング*/
  padding-bottom: 20px;
}

.pabtm_10 {
  /*下パディング*/
  padding-bottom: 10px;
}

.pabtm_05 {
  /*下パディング*/
  padding-bottom: 5px;
}

.maleft30 {
  margin-left: 20px;
}

.pdleft30 {
  /*左余白*/
  padding-left: 30px;
}

.pad_02_03 {
  padding: 2% 3%;
}

.mabm0 {
  /*上下マージンゼロ*/
  margin-top: 0;
  margin-bottom: 0;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {
  .mgauto_mob {
    /*マージン0オート※スマホ時のみ*/
    margin: 0;
  }
}

/*ビデオはタブレット以上*/
.video-wrap {
  display: none;
  background-color: #004166;
}

/*========= 768px以上の場合 =========*/
@media only screen and (min-width: 768px) {

  /*ビデオ*/
  .video-wrap {
    display: block;
    position: relative;
  }

  video {
    width: 100%;
  }

  .v-dot {
    /*動画の上にドット画像を重ねる*/
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/v-dot.png);
    top: 0;
    left: 0;
  }

  .video-text {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }

  .video-text.vt-active {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }
}

/*========= 1030px以上の場合 =========*/
@media only screen and (min-width: 1030px) {
  .video-text {
    font-size: 1.5em;
  }
}
