@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a, img, button, input[type=button], input[type=submit], .touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
ul, ol {
  padding-left: 1em;
  margin: 1em 0px;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

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

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

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

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

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

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

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

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

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

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

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

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

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

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

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

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

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

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

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

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

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

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

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

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

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

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

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #8d8d8d;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.font2 {
  font-family: "Roboto", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #8d8d8d;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #666666;
}

.c1 {
  color: #9ed4e4;
}

.c2 {
  color: #FF819B;
}

.c3 {
  color: #155487;
}

.c4 {
  color: #556065;
}

.c5 {
  color: #b277e0;
}

.c6 {
  color: #e0c332;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

.left {
  text-align: left !important;
}

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

@font-face {
  font-family: "DIN Alternate bold";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/DIN-Alternate-Bold.woff") format("woff"), url("../webfonts/DIN-Alternate-Bold.eot") format("eot");
}
/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}
/* -----------------------------------------------
    p
------------------------------------------------*/
/* ======= hiwrite ======= */
::-moz-selection {
  background: #ededed;
}
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}
.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: 1.1rem;
  }
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
}

.pc a:hover {
  text-decoration: none;
}

a.hover {
  display: block;
  position: relative;
}
a.hover::before {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease;
}
a.hover:hover {
  opacity: 1;
}
a.hover:hover::before {
  width: 100%;
}
a.hover.-hover01::before {
  background-color: rgba(255, 129, 155, 0.2);
}

/*  a img
---------------------------------------------*/
a img {
  background-color: rgba(255, 255, 255, 0.01);
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #9ed4e4;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #9ed4e4;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: 1230px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-small {
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    max-width: auto;
  }
}
.container.-min {
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    max-width: auto;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.container.-w960 {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1000px;
}
@media screen and (max-width: 991px) {
  .container.-w960 {
    max-width: 960px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container.-w700 {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 730px;
}
@media screen and (max-width: 991px) {
  .container.-w700 {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .container.-w700 {
    max-width: auto;
  }
}

main {
  padding: 50px 0px 80px;
}

.checkList label {
  padding-left: 35px;
  margin-bottom: 1em;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0s;
  line-height: 30px;
  margin-right: 0px;
}
.checkList label input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
  display: none;
}
.checkList label::before, .checkList label::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease-out;
}
.checkList label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 2px;
}
.checkList label.checked::before {
  background: #004cad;
  border: 1px solid #004cad;
}
.checkList label.checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 6px;
  width: 15px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
}

.radioList label {
  padding-left: 35px;
  margin-bottom: 1em;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0s;
  line-height: 30px;
  margin-right: 0px;
}
.radioList label input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
  display: none;
}
.radioList label::before, .radioList label::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease-out;
}
.radioList label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
}
.radioList label.checked::before {
  background: #004cad;
  border: 1px solid #004cad;
}
.radioList label.checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 0px 10px;
  }
}
.wrapper.-blue.-striped {
  background: url(../img/common/bg_stripe_blue.svg);
}
.wrapper.-blue.-striped .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-blue.-striped .checkList label.checked::before, .wrapper.-blue.-striped .radioList label.checked::before {
  background: #9ed4e4;
  border: 1px solid #9ed4e4;
}
.wrapper.-blue.-striped + footer {
  background: #9ed4e4;
  color: #fff;
}
.wrapper.-pink.-striped {
  background: url(../img/common/bg_stripe_pink.svg);
}
.wrapper.-pink.-striped .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-pink.-striped .checkList label.checked::before, .wrapper.-pink.-striped .radioList label.checked::before {
  background: #FF819B;
  border: 1px solid #FF819B;
}
.wrapper.-pink.-striped + footer {
  background: #FF819B;
  color: #fff;
}
.wrapper.-pink.-dotted {
  background: url(../img/common/bg_dot_pink.png);
}
.wrapper.-pink.-dotted .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-pink.-dotted .checkList label.checked::before, .wrapper.-pink.-dotted .radioList label.checked::before {
  background: #FF819B;
  border: 1px solid #FF819B;
}
.wrapper.-pink.-dotted + footer {
  background: #FF819B;
  color: #fff;
}
.wrapper.-gray.-striped {
  background: url(../img/common/bg_stripe_gray.svg);
}
.wrapper.-gray.-striped .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-gray.-striped + footer {
  background: #9ed4e4;
  color: #fff;
}
.wrapper.-blue.-grid {
  background: url(../img/common/bg_grid_blue.svg);
  background-size: 10px;
}
.wrapper.-blue.-grid .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-blue.-grid .checkList label.checked::before, .wrapper.-blue.-grid .radioList label.checked::before {
  background: #9ed4e4;
  border: 1px solid #9ed4e4;
}
.wrapper.-blue.-grid + footer {
  background: #9ed4e4;
  color: #fff;
}
.wrapper.-pink.-grid {
  background: url(../img/common/bg_grid_pink.svg);
  background-size: 10px;
}
.wrapper.-pink.-grid .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-pink.-grid .checkList label.checked::before, .wrapper.-pink.-grid .radioList label.checked::before {
  background: #FF819B;
  border: 1px solid #FF819B;
}
.wrapper.-pink.-grid + footer {
  background: #FF819B;
  color: #fff;
}
.wrapper.-gray.-grid {
  background: url(../img/common/bg_grid_gray.svg);
  background-size: 10px;
}
.wrapper.-gray.-grid .container {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wrapper.-gray.-grid + footer {
  background: #9ed4e4;
  color: #fff;
}

.-b-pink {
  border: 2px solid #FF819B !important;
}

.-b-blue {
  border: 2px solid #9ed4e4 !important;
}

.-b-red {
  border: 2px solid #d40000 !important;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(250, 250, 250) inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: all 200ms ease;
  border-radius: 0px;
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #FF819B;
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #FF819B;
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 768px) {
  input.short,
select.short,
textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #e20c0c;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #9ed4e4;
  border: 0;
  padding: 0rem 3rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: normal;
  border-radius: 0px;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
}

input[type=submit][disabled] {
  background: #ddd;
  cursor: default !important;
}

input[type=submit][disabled]:hover {
  background: #ddd;
  cursor: default;
  opacity: 1 !important;
}

/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #9ed4e4;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #FF819B;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 1rem;
  border-radius: 0px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 768px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
/*==================================================================
    .h01
===================================================================*/
/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  text-align: center;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
  background: linear-gradient(0deg, #048f3b 0%, #31d06c 100%);
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn01 {
    height: 48px;
    font-size: 1.3rem;
    line-height: 48px;
  }
}
.btn01 img {
  width: 18px;
  margin-right: 10px;
}
.btn01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 0.3s, opacity 1s;
}
.btn01:hover::after {
  transform: scale(10, 10);
  transition: 0.3s;
  opacity: 0.1;
}

/*==================================================================
    .tbl01
===================================================================*/
.tbl01 {
  width: 100%;
}
.tbl01 tr:nth-child(odd) {
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .tbl01 tr:nth-child(odd) {
    background: none;
  }
}
.tbl01 th {
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #9ed4e4;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .tbl01 th {
    display: block;
    width: 100%;
    padding: 8px;
    background: #ddd;
  }
}
.tbl01 td {
  padding: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 8px;
  }
}

/*==================================================================
    .li01
===================================================================*/
/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}
.footer p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
.footer p span {
  font-size: 1.1rem;
  display: block;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.footer small {
  font-size: 1.1rem;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a1 {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a2 {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a3 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a4 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a5 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a6 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a7 {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a8 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a9 {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a10 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a11 {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a12 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a13 {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a14 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a16 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a17 {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a18 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a19 {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a20 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a21 {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a22 {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a23 {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a24 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a26 {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a27 {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a28 {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a29 {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a30 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a31 {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a32 {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a33 {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a34 {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a35 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a36 {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a37 {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a38 {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a39 {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a40 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a41 {
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a42 {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a43 {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a44 {
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a45 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a46 {
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a47 {
  -webkit-animation-duration: 4.7s;
          animation-duration: 4.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a48 {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a49 {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a50 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.aD1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.aD2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.aD3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.aD4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.aD5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.aD6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.aD7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.aD8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.aD9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.aD10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.aD11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.aD12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.aD13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.aD14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.aD15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.aD16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.aD17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.aD18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.aD19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.aD20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.aD21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.aD22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.aD23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.aD24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.aD25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.aD26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.aD27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.aD28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.aD29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.aD30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.aD31 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.aD32 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.aD33 {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.aD34 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.aD35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.aD36 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.aD37 {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.aD38 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.aD39 {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.aD40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.aD41 {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.aD42 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.aD43 {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.aD44 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.aD45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.aD46 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.aD47 {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.aD48 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.aD49 {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.aD50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 160%;
}
h2.ttl01 {
  color: #155487;
  padding: 15px 0;
  border-bottom: 1px solid #155487;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h1, h2, h3, h3, h4, h5 {
  line-height: 1.4;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
p.lead {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  float: right;
}
img.alignleft {
  float: left;
}

.panel {
  margin-bottom: 60px;
}

video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.ttl {
  border-bottom: 1px solid #787878;
  margin-bottom: 40px;
}
.ttl h1 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl h1 {
    font-size: 2.2rem;
  }
}
.ttl p {
  font-size: 1.3rem;
}

.mvimg {
  margin-bottom: 40px;
}

.secimg {
  margin-bottom: 40px;
}

.summary {
  background-color: #f0fafa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.summary li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
.summary li:last-child {
  margin-bottom: 0;
}

.cta {
  width: 100%;
  margin: 40px auto 0;
  max-width: 480px;
}

.masters {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.masters em {
  display: inline-block;
  border: 1px solid #787878;
  border-radius: 3px;
  padding: 0px 0.5em;
}