@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:Thin);
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

p {letter-spacing: 0.1em;}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://example.com/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("https://example.com/MaterialIcons-Regular.woff2") format("woff2"), url("https://example.com/MaterialIcons-Regular.woff") format("woff"), url("https://example.com/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.mt0 {
  margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mr85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

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

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

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

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

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

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

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

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

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mr95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

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

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block; }

.formError.inline .formErrorContent {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      border: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0; }

.formError .formErrorContent {
    width: 100%;
    background: #292b2d;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 14px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px; }

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative; }

.formError .formErrorArrow div {
      border-left: 2px solid #ddd;
      border-right: 2px solid #ddd;
      box-shadow: 0 2px 3px #444;
      -moz-box-shadow: 0 2px 3px #444;
      -webkit-box-shadow: 0 2px 3px #444;
      -o-box-shadow: 0 2px 3px #444;
      font-size: 0px;
      height: 1px;
      background: #292b2d;
      margin: 0 auto;
      line-height: 0;
      font-size: 0;
      display: block; }

.formError .formErrorArrow .line10 {
      width: 13px;
      border: none; }

.formError .formErrorArrow .line9 {
      width: 11px;
      border: none; }

.formError .formErrorArrow .line8 {
      width: 11px; }

.formError .formErrorArrow .line7 {
      width: 9px; }

.formError .formErrorArrow .line6 {
      width: 7px; }

.formError .formErrorArrow .line5 {
      width: 5px; }

.formError .formErrorArrow .line4 {
      width: 3px; }

.formError .formErrorArrow .line3 {
      width: 1px;
      border-left: 2px solid #ddd;
      border-right: 2px solid #ddd;
      border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
      width: 3px;
      border: none;
      background: #ddd; }

.formError .formErrorArrow .line1 {
      width: 1px;
      border: none;
      background: #ddd; }

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px; }

.formError .formErrorArrowBottom div {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

@font-face {
  font-family: "Balham";
  src: url("../fonts/Balham.ttf.woff") format("woff"), url("../fonts/Balham.ttf.eot") format("eot"), url("../fonts/Balham.ttf.svg") format("svg"); }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

body {
  overflow-x: hidden; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  body {
    padding-left: 0px; }
  .wrap_right {
    width: calc(100% - 250px);
    float: right;
    border-left: 1px solid #D2D2D2;} }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0px; } }

.inner {
  max-width: 952px;
  margin: 0 auto; }

.footer {
  background: #FFF; }
.footer .contact2 {
  padding: 80px 20px 84px;
  border-top: 1px solid #f2f2f2; }

@media only screen and (max-width: 767px) {
      .footer .contact2 {
        padding: 60px 15px 70px; } }
    .footer .contact2 .title-section {
      margin: 0 0 35px; }

@media only screen and (min-width: 768px) {
    .footer .contact2 .title-section span:first-of-type {
          display: inline-block; } }

    .footer .contact2 p {
      text-align: center;
      font-size: 13px;
      font-size: 1.2rem;
      letter-spacing: 0em;
      line-height: 1.75;
      margin: 0 0 50px; }
    .footer .contact2 .btn-box-contact {
      max-width: 780px;
      clear: both;
      margin: 0 auto 30px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }

@media only screen and (max-width: 767px) {
      .footer .contact2 .btn-box-contact {
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 16px; }
      
      .footer .footer_cap li {
        text-align: left!important; }}

      .footer .contact2 .btn-box-contact .btn-contact {
        width: 100%;
        height: 90px;
        border-radius: 51px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0px 0px 10px 0px;
        margin: 25px 10px;
        position: relative;
        z-index: 2;
        transition: opacity 0.3; }

@media only screen and (max-width: 767px) {
        
        .footer .contact2 .btn-box-contact .btn-contact {
            width: 100%;
            height: 65px;
            border-radius: 36px;
            padding: ;
            -webkit-align-items: center;
            align-items: center; } }
        
        .footer .contact2 .btn-box-contact .btn-contact:hover {
          opacity: 0.6; }
        
        .footer .contact2 .btn-box-contact .btn-contact .shadow {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transform: translateY(-5px);
          -moz-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          -o-transform: translateY(-5px);
          transform: translateY(-5px);
          border-radius: 51px;
          border: 1px solid white;
          /*background: url(../images/common/btn-arrow.svg) right 35px center/25px no-repeat;*/
          z-index: -1; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .btn-box-contact .btn-contact .shadow {
          background-size: 18px;
          background-position: right 25px center;
          border-radius: 36px; } }
        .footer .contact2 .btn-box-contact .btn-contact .text {
          color: #FFF;
          text-align: center; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .btn-box-contact .btn-contact .text {
          width: 320px; } }
        .footer .contact2 .btn-box-contact .btn-contact .text--small {
          font-size: 14px;
          font-size: 14px;
          letter-spacing: 0em;
          margin: 0 0 7px; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .btn-box-contact .btn-contact .text--small {
          font-size: 9.81px;
          font-size: 0.981rem; } }
        .footer .contact2 .btn-box-contact .btn-contact .text--large {
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
            font-size: 19px;
            letter-spacing: 0.05em; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .btn-box-contact .btn-contact .text--large {
          font-size: 17.52px;
          font-size: 1.752rem; }
        .footer .contact2 .btn-box-contact .btn-contact--darkblue {
          margin: 25px 0px 10px; }
        .footer .contact2 .btn-box-contact .btn-contact--teal {
          margin: 5px 0px 0px; }}

        .footer .contact2 .btn-box-contact .btn-contact--teal {
          background-color: #55a597;
          margin-bottom: 13px;}
        
        .footer .contact2 .btn-box-contact .btn-contact--teal .shadow {
          background-color: #73bab0; }
        
        .footer .contact2 .btn-box-contact .btn-contact--darkblue {
          background-color: #031e35;
          margin-bottom: 13px;}

        .footer .contact2 .btn-box-contact .btn-contact--darkblue .shadow {
          background-color: #03294f; }

        .footer .contact2 .btn-box-contact .btn-contact--orange {
          background-color: #e87b0f;
          margin-bottom: 13px; }

        .footer .contact2 .btn-box-contact .btn-contact--orange .shadow {
          background-color: #f7931e; }

        .footer .contact2 .sns-box {
          max-width: 844px;
          margin: 50px auto 0;
          border: 1px solid #73bab0;
          padding: 35px 20px; }

        .footer .footer_cap {
          margin-bottom: 0px;
          font-size: 13px;
          text-align: center;
          line-height: 1.8em;}

        .footer .footer_cap a{
          text-decoration: underline;
          font-weight: bold;
          color: #73bab0; }

        .footer .footer_cap li {
          font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #565656;
    width: 900px;
    margin: 0 auto;
    padding: 20px 0px 0px;}

        .footer .footer_cap li a {
          text-decoration: underline;
          font-weight: bold;
          color: #73bab0;
        }
        .footer .footer_cap li .jyuyou {
          font-size: 14px;
          font-weight: bold;
          line-height: 1.8em;
        }
        .footer .footer_cap li .blue{ color: #03294f;font-weight: bold;}
        .footer .footer_cap li .teal{ color: #73bab0;font-weight: bold;}
        .footer .footer_cap li .orange{ color: #f7931e;font-weight: bold;}

@media only screen and (max-width: 767px) {
        .footer .contact2 .sns-box {
          width: calc(100% - 32px);
          padding: 30px 5px;
          margin: 28px auto 0; } }

        .footer .footer_cap li {
          font-size: 13px;
          line-height: 1.8em;
          margin-bottom: 10px;
          text-align: center;
          border: 1px solid #565656;
          width: 90%;
          margin: 0 auto;
          padding: 20px 15px 0px;
        }
        .footer .contact2 .sns-box h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0em;
        color: #03294f;
        margin: 0 0 20px;
        text-align: center; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .sns-box h3 {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.33; } }
        .footer .contact2 .sns-box p {
        font-size: 13px;
        font-size: 1.2rem;
        letter-spacing: 0em;
        margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
        .footer .contact2 .sns-box p {
            line-height: 1.75; } }

        .footer .contact2 .sns-box .links {
        text-align: center;
        margin: 0; }
        
        .footer .contact2 .sns-box .links a {
          text-decoration: underline; }

        .footer .fnav {
          background: #03294f url(../images/common/bg-blue-tex.jpg) top left/1000px 420px repeat;
          padding: 60px 75px 52px; }

@media only screen and (max-width: 767px) {
      .footer .fnav {
        padding: 20px 20px 40px; }
      .footer .footer_cap li .jyuyou {
          font-size: 14px;
          line-height: 1.8em; } }
    
    .footer .fnav .links {
      color: #FFF;
      width: 100%;
      margin: 0 auto; }

      .footer .fnav .links__main {
        height: 390px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 50px; }

@media only screen and (max-width: 767px) {
          .footer .fnav .links__main {
            height: auto;
            margin: 0 0 40px; } }
          .footer .fnav .links__main li {
           width: calc(50% - 25px);
           margin: 0 0 10px; }
          .footer .fnav .links__main li:nth-child(n-5) {
            margin-right: 50px; }

@media only screen and (max-width: 767px) {
          .footer .fnav .links__main li:nth-child(n-5) {
                margin: 0 0 15px; } }

@media only screen and (max-width: 767px) {
          .footer .fnav .links__main li {
              width: 100%;
              margin: 0 0 15px; } }
          .footer .fnav .links__main li a {
            padding-top: 18px;
            padding-bottom: 5px;
            padding-right: 15px;
            display: block;
            border-bottom: 1px solid #FFF;
            font-size: 14px;
            letter-spacing: 0.1em;
            position: relative; }

@media only screen and (max-width: 767px) {
      .footer .fnav .links__main li a {
                height: auto;
                padding: 10px 0;
                font-size: 13px;
                font-size: 1.2rem;
                letter-spacing: 0.08em; } }
      .footer .fnav .links__main li a:after {
              content: '>';
              color: #FFF;
              font-size: 13px;
              font-size: 1.2rem;
              position: absolute;
              right: 0;
              bottom: 10px; }
      .footer .fnav .links__sub {
        text-align: center; }
        .footer .fnav .links__sub li {
          color: #FFF;
          font-size: 14px;
          font-size: 14px;
          letter-spacing: 0em;
          display: inline-block; }

@media only screen and (max-width: 767px) {
      .footer .fnav .links__sub li {
              font-size: 13px;
              font-size: 1.2rem; } }
      .footer .fnav .links__sub li:first-child:after {
            content: '|';
            margin: 0 20px; }
  .footer .logos {
    position: relative;
    padding: 48px 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }

@media only screen and (max-width: 767px) {
    .footer .logos {
        padding: 54px 0 27px; } }
    .footer .logos:before {
      content: '';
      width: 340px;
      height: 65px;
      background: url(../images/common/logo-plaque.png) center/340px 65px no-repeat;
      position: absolute;
      top: -33px;
      left: 50%;
      margin-left: -170px; }

@media only screen and (max-width: 767px) {
    .footer .logos:before {
          width: 288px;
          height: 55px;
          background-size: 288px 55px;
          margin-left: -144px;
          top: -27px; } }
    .footer .logos .logo--gem {
      width: 128px;
      height: auto;
      margin: 0 35px 0 0; }

@media only screen and (max-width: 767px) {
    .footer .logos .logo--gem {
          width: 115px;
          margin: 0 33px 0 0; } }
    .footer .logos .logo--fufure {
      width: 142px;
      height: auto; }

@media only screen and (max-width: 767px) {
    .footer .logos .logo--fufure {
          width: 127px; } }

.header {
    background: #FFF;
    float: left;
    position: fixed;
    padding: 20px 15px;
    z-index: 10;
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.1);
    max-width: 270px;
    overflow-y: auto;
    height: 100%; }

@media only screen and (max-width: 767px) {
.header {
      width: 100%;
    height: 50px;
    float: none;
    max-width: 100%;
    position: fixed;
      bottom: auto;
      padding: 0;
      overflow-y: visible;
      box-shadow: none;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

  .wrap_right {
    padding-top: 50px;} }

  .header .logo {
    max-width: 190px;
    display: block;
    width: 100%;
    margin: 0 auto 20px; }

@media only screen and (max-width: 767px) {
      .header .logo {
        height: 30px;
        width: auto;
        max-width: none;
        margin: 0; }
        .header .logo img {
          height: 100%;
          width: auto; } }
  .header .gnav {
    border-top: 1px solid #f2f2f2;
    margin: 0; }

@media only screen and (max-width: 767px) {
      .header .gnav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #FFF;
        overflow-y: scroll;
        height: calc(100vh - 50px); } }
    .header .gnav ul {
      margin: 0 0 20px; }

@media only screen and (max-width: 767px) {
      .header .gnav ul {
          margin: 0; } }
      .header .gnav ul li a {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column; }

@media only screen and (max-width: 767px) {
        .header .gnav ul li a {
            padding: 13px 0; } }
        .header .gnav ul li a span {
          text-align: center; }
        .header .gnav ul li a span.ja {
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
            font-size: 14px;
            font-weight: bold!important;
            font-weight: 500;
            letter-spacing: 0.05em;
            color: #03294f;
            line-height: 1.4em;
            margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
          .header .gnav ul li a span.ja {
                font-size: 13px;
                font-size: 1.2rem;
                letter-spacing: 0.08em;
                margin: 0; } }
          .header .gnav ul li a span.en {
            font-family: "Balham", sans-serif;
            font-size: 8px;
            font-size: 0.8rem;
            color: #BFBFBF;
            letter-spacing: 0.1em; }

@media only screen and (max-width: 767px) {
      .header .gnav ul li a span.en {
                display: none; } }

@media only screen and (max-width: 767px) {
      .header .gnav .nav-buttons {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .header .gnav .nav-buttons .btn-nav {
      width: 220px;
      height: 53px;
      margin: 0 auto;
      border-radius: 31px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.3);
      transition: opacity 0.3s; }

@media only screen and (max-width: 767px) {
        .header .gnav .nav-buttons .btn-nav {
          border: none;
          border-radius: 0;
          width: 100%;
          text-align: center;
          border-bottom: none !important; } }
      .header .gnav .nav-buttons .btn-nav:hover {
        opacity: 0.6; }
      .header .gnav .nav-buttons .btn-nav:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
        border-radius: 31px;
        z-index: -1; }

@media only screen and (max-width: 767px) {
          .header .gnav .nav-buttons .btn-nav:before {
            display: none; } }
      .header .gnav .nav-buttons .btn-nav--yellow {
        background-color: #f7931e; }
        .header .gnav .nav-buttons .btn-nav--yellow:before {
          background-color: #e87b0f; }

@media only screen and (max-width: 767px) {
          .header .gnav .nav-buttons .btn-nav--yellow {
            border-bottom: 2px solid #e87b0f; } }
      .header .gnav .nav-buttons .btn-nav--teal {
        background-color: #73bab0; }
        .header .gnav .nav-buttons .btn-nav--teal:before {
          background-color: #55a597; }

@media only screen and (min-width: 768px) {
          .header .gnav .nav-buttons .btn-nav--teal {
            margin-bottom: 13px; } }

@media only screen and (max-width: 767px) {
          .header .gnav .nav-buttons .btn-nav--teal {
            border-bottom: 2px solid #55a597; } }
      .header .gnav .nav-buttons .btn-nav--darkblue {
        background-color: #03294f; }
        .header .gnav .nav-buttons .btn-nav--darkblue:before {
          background-color: #031e35; }

@media only screen and (max-width: 767px) {
          .header .gnav .nav-buttons .btn-nav--darkblue {
            border-bottom: 2px solid #031e35; } }

@media only screen and (min-width: 768px) {
          .header .gnav .nav-buttons .btn-nav--darkblue {
            margin-bottom: 13px; } }
      .header .gnav .nav-buttons .btn-nav .text {
        color: #FFF;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
        .header .gnav .nav-buttons .btn-nav .text--large {
          font-size: 14px;
          font-weight: 700;
          line-height: 1.3125; }

@media only screen and (max-width: 767px) {
            .header .gnav .nav-buttons .btn-nav .text--large {
              font-size: 13px;
              font-size: 1.2rem; } }
        .header .gnav .nav-buttons .btn-nav .text--small {
          font-size: 10px;
          font-size: 1rem;
          margin: 0 0 3px; }

@media only screen and (max-width: 767px) {
    .header .gnav .nav-buttons .btn-nav .text {
            text-shadow: none; } }
    .header .gnav .copyright p {
      font-family: "Balham", sans-serif;
      font-size: 10px;
      color: #999999;
      text-align: center;
      line-height: 1.2;
      margin-top: 30px;
      letter-spacing: 0.05em; }
    .copy {
      font-family: Verdana, "Droid Sans";
      display: contents;
    }

@media only screen and (max-width: 767px) {
    .header .gnav .copyright p {
          margin-top: 15px;
          padding-bottom: 45px;
          font-size: 10px;
          font-size: 1rem; }
    .copy {

      } }

    .header .nav-toggle {
    width: 50px;
    height: 50px;
    border: none;
    background: #73bab0;
    position: absolute;
    top: 0;
    right: 0;
    outline: none; }
    
    .header .nav-toggle span {
      width: 25px;
      height: 1px;
      display: block;
      position: absolute;
      background: #FFF;
      left: 12px;
      -webkit-transition: top 0.3s, -webkit-transform 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      -moz-transition: top 0.3s 0.3s, -moz-transform 0.3s;
      -o-transition: top 0.3s 0.3s, -o-transform 0.3s;
      transition: top 0.3s 0.3s, transform 0.3s; }
      
      .header .nav-toggle span:nth-child(1) {
        top: calc(50% - 6px); }
      
      .header .nav-toggle span:nth-child(2) {
        top: 50%;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .header .nav-toggle span:nth-child(3) {
        top: calc(50% + 6px); }

      .header .nav-toggle.isOpen span {
      -webkit-transition: top 0.3s, -webkit-transform 0.3s;
      -webkit-transition-delay: 0s, 0.3s;
      -moz-transition: top 0.3s, -moz-transform 0.3s 0.3s;
      -o-transition: top 0.3s, -o-transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s; }
      
      .header .nav-toggle.isOpen span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      
      .header .nav-toggle.isOpen span:nth-child(2) {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -webkit-transition-delay: 0.3s;
        -moz-transition: opacity 0.3s 0.3s;
        -o-transition: opacity 0.3s 0.3s;
        transition: opacity 0.3s 0.3s; }
      
      .header .nav-toggle.isOpen span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.seo-bar {
  width: 100%;
  height: 40px;
  padding: 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #73bab0;
  font-size: 12px;
  letter-spacing: 0em;
  font-family: Verdana, "Droid Sans"; }

body.sub .mv-title {
  width: 100%;
  height: 210px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF; }

body.sub .mv-title .ja {
    font-size: 27px;
    text-align: center;
    letter-spacing: 0em;
    margin: 0 0 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

body.sub .mv-title .en {
    font-size: 13.55px;
    font-size: 1.355rem;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em; }

body.sub .section-title {
  margin: 0 0 20px;
  padding-top: 55px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  color: #03294f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

body.sub .contact {
  background: #03294f;
  color: #FFF;
  padding: 20px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
}

body.sub .red {
  color: #e72746;
  font-weight: bold;
}

body .signup .cancelwait {
  text-align: center;
}

body .signup .cancelwait a {
    padding: 10px;
    margin-top: 15px;
    display: block;
    color: #031e35;
    border: 1px solid #031e35;
    text-align: center;
    border-radius: 40px;
}

body .signup .cancelwait a:hover {
  background: #031e35;
  color: #FFF;
}

body.sub .section-title .sub {
    display: block;
    width: 100%;
    text-align: Center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    margin-top: 10px; }

body.sub main {
  padding: 0 16px; }


@media only screen and (max-width: 767px) {
  body.sub main {
    padding: 0; 
  } 
  body.sub .mv-title {
    height: 130px;
  }
  body.sub .mv-title .ja {
    font-size: 20px;
  }
}

.breadcrumbs {
  height: 40px;
  padding: 0 30px;
  background: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0em;
  color: #666666; }
  .breadcrumbs li a,
  .breadcrumbs li span {
    display: inline-block; }
  .breadcrumbs li:before {
    content: '〉';
    display: inline-block;
    margin: 0 6px 0 10px; }
  .breadcrumbs li:first-child:before {
    display: none; }
  .breadcrumbs li a {
    transition: opacity 0.3s; }
    .breadcrumbs li a:hover {
      opacity: 0.6; }

.btn--rounded {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 56px;
  border-radius: 28px;
  max-width: 282px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  transition: opacity 0.3s; }


@media only screen and (max-width: 767px) {
.btn--rounded {
      max-width: none;
      width: calc(100% - 30px);
      height: 58px;
      border-radius: 29px;
      font-weight: 700; } }
.btn--rounded:hover {
    opacity: 0.6; }

.btn--darkblue {
  color: #FFF;
  background: #03294f; }

.ai1ec-calendar-toolbar {
  display: none; }

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

.title-section span {
    display: block; }

.title-section .ja {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    color: #03294f;
    letter-spacing: 0em;
    margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .title-section .ja {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 14px;
        line-height: 1.27;
        font-weight: bold; } }
  
  .title-section .en {
    font-size: 13px;
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 0.1em;
    font-family: "Balham", sans-serif; }

.pagination {
  width: 100%; }

.pagination span, .pagination a {
    display: inline-block;
    margin: 0 5px 0 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30px;
    width: 25px;
    border-radius: 8px;
    border: 1px solid #03294f;
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0em;
    color: #03294f; }

aside.blog_sidebar {
  margin: 0 0 0 50px; }

@media only screen and (min-width: 768px) {
    aside.blog_sidebar {
      padding-top: 80px; } }

@media only screen and (max-width: 767px) {
    aside.blog_sidebar {
      margin: 0 0 65px;
      padding: 0 0px; } }
  aside.blog_sidebar a {
    transition: opacity 0.3s; }
    aside.blog_sidebar a:hover {
      opacity: 0.6; }
  aside.blog_sidebar .side_element {
    margin: 0 0 50px; }

@media only screen and (max-width: 767px) {
      aside.blog_sidebar .side_element {
        margin: 0 0 35px; } }
    aside.blog_sidebar .side_element .side_title {
      font-size: 18px;
      font-size: 1.8rem;
      color: #03294f;
      letter-spacing: 0em;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #ccc; }

@media only screen and (max-width: 767px) {
        aside.blog_sidebar .side_element .side_title {
          font-size: 16px;
          font-size: 1.6rem; } }
    aside.blog_sidebar .side_element.side_search form div {
      height: 25px;
      width: 100%;
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 767px) {
        aside.blog_sidebar .side_element.side_search form div {
          height: 34px; } }
    aside.blog_sidebar .side_element.side_search form label {
      display: none; }
    aside.blog_sidebar .side_element.side_search form input[type="text"] {
      border: 1px solid #cccccc;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0 5px; }
    aside.blog_sidebar .side_element.side_search form input[type="submit"] {
      margin-left: 3px;
      width: 25px;
      background: #03294f url(../images/common/icon-search.svg) center/13px no-repeat;
      cursor: pointer;
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      border-radius: 0; }

@media only screen and (max-width: 767px) {
        aside.blog_sidebar .side_element.side_search form input[type="submit"] {
          width: 34px;
          background-size: 18px; } }
    aside.blog_sidebar .side_element.side_latest-posts .side_list li {
      margin: 0 0 30px; }
      aside.blog_sidebar .side_element.side_latest-posts .side_list li:last-child {
        margin: 0; }
      aside.blog_sidebar .side_element.side_latest-posts .side_list li h4 {
        font-size: 14px;
        font-size: 14px;
        letter-spacing: 0.08em;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 0 5px; }
      aside.blog_sidebar .side_element.side_latest-posts .side_list li p {
        font-size: 9.11px;
        font-size: 0.911rem;
        color: #333333;
        letter-spacing: 0em; }
        aside.blog_sidebar .side_element.side_latest-posts .side_list li p .separator {
          display: inline-block; }
    aside.blog_sidebar .side_element.side_banners ul li {
      margin: 0 0 15px; }
      aside.blog_sidebar .side_element.side_banners ul li:last-child {
        margin: 0; }
      aside.blog_sidebar .side_element.side_banners ul li a {
        transition: opacity 0.3s; }
        aside.blog_sidebar .side_element.side_banners ul li a:hover {
          opacity: 0.6; }

form .section-title {
  margin-bottom: 5px !important; }

form.confirm table {
  margin-bottom: 25px; }
  form.confirm table tr td.cell-title {
    color: #333; }
  form.confirm table tr td.cell-title.req:after {
    display: none; }

@media only screen and (max-width: 767px) {
    form.confirm table tr:last-child {
      border-bottom: 1px solid #f2f2f2; } }
  form.confirm table tr:last-child td {
    border-bottom: 1px solid #f2f2f2; }

form table {
  width: 100%; }

@media only screen and (max-width: 767px) {
  form table tr {
      padding: 12px 0 16px;
      display: block;
      overflow: auto;
      border-bottom: 1px solid #f2f2f2; } }
  form table tr td {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.4em;
    font-size: 14px;
    letter-spacing: 0.12em; }

@media only screen and (max-width: 767px) {
      form table tr td {
        padding: 0;
        border: none; } }
    form table tr td.cell-title {
      width: 190px;
      color: #03294f;
      vertical-align: top;
      position: relative; }

@media only screen and (min-width: 768px) {
        form table tr td.cell-title {
          padding: 0;
          vertical-align: middle;
          font-size: 14px;
          font-size: 13px;
          letter-spacing: 0em;
          font-weight: bold; } }

@media only screen and (max-width: 767px) {
        form table tr td.cell-title {
          display: block;
          width: 100%;
          padding: 0 0 10px; } }
      form table tr td.cell-title.req:after {
        content: '必須';
        padding: 3px 4px;
        background: #03294f;
        position: absolute;
        top: 13px;
        right: 20px;
        display: inline-block;
        font-size: 13px;
        font-size: 1.2rem;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          form table tr td.cell-title.req:after{
            top: -5px;
          }}
@media only screen and (max-width: 767px) {
      form table tr td.cell-content {
        display: block;
        width: 100%; } }
    form table tr td.cell-content input,
    form table tr td.cell-content select,
    form table tr td.cell-content textarea {
      border-radius: 3px;
      border: 1px solid #999999; }
    
    form table tr td.cell-content input {
      width: 100%;
      height: 24px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.08em;
      padding: 0 0 0 6px; }

    form table .radio-base td.cell-content input {
      width: 15px!important;
      height: 13px!important;
      float: inherit;
      font-size: 10px;
      font-size: 1rem;
      margin-left: 15px;
      letter-spacing: 0.08em;
      padding: 0 0 0 6px; }

    form table .radio-base td {
      width: auto;
      padding: 13px 0px 15px 0px; }
    
    form table tr td.cell-content textarea {
      width: 100%; }

    form table tr td.cell-content .cell-txt {
      font-size: 14px;
      color: #999999;
      line-height: 0.1em;
    }
    
    form table tr:last-child td {
      border: none; }

form#form-seminar input[type=number]::-webkit-inner-spin-button,
form#form-seminar input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

form#form-seminar .select-wrapper {
  width: 78px;
  border-radius: 3px;
  border: 1px solid #999999;
  background: #FFF;
  display: inline-block;
  position: relative;
  top: 1px; }
  form#form-seminar .select-wrapper:before {
    content: '\25BC';
    color: #4d4d4d;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width: 27px;
    height: 27px;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: -1px;
    top: -1px;
    bottom: 0;
    border-radius: 3px;
    border: 1px solid #999999;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    z-index: 2; }

form#form-seminar select {
  -webkit-appearance: none;
  width: 100%;
   padding: 5px 8px;
  font-size: 14px;
  border: none;
  background: none;
  position: relative;
  z-index: 3; }

form#form-seminar .align-top {
  vertical-align: top; }

form#form-seminar table tr.radio-base td.cell-content input{
	display: inline-block;
	width: auto;
	height: auto;
}
  @media only screen and (min-width: 768px) {
    form#form-seminar .align-top {
      padding-top: 15px; } }

@media only screen and (min-width: 768px) {
  form#form-seminar .message-container td.cell-title {
    padding-top: 8px;
    vertical-align: top; } }

@media only screen and (min-width: 768px) {
  form#form-seminar .message-container td.cell-content textarea {
    height: 105px;
    font-size: 14px; } }

form#form-seminar .postcode {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin: 0 0 8px; }
  form#form-seminar .postcode input {
    width: 48px;
    height: 17px;
    display: inline-block;
    margin: 0 6px; }

form#form-seminar .date-year {
  margin-right: 12px; }

form#form-seminar .date-number {
  width: 30px;
  display: inline-block; }

form .check-area {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px; }
  form .check-area h4 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #03294f;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    height: 35px;
    padding: 0 0 0 15px; }
    @media only screen and (max-width: 767px) {
      form .check-area h4 {
        line-height: 1.5;
        height: auto;
        padding: 5px 15px; } }
  form .check-area .option-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 15px 0 20px; }
    @media only screen and (max-width: 767px) {
      form .check-area .option-container {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    form .check-area .option-container p {
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 13px;
      font-size: 1.2rem;
      letter-spacing: 0em;
      line-height: 1.75; }
      @media only screen and (max-width: 767px) {
        form .check-area .option-container p {
          margin: 0 0 10px; } }
    form .check-area .option-container a {
      text-decoration: underline; }
    form .check-area .option-container .checkbox-wrapper {
      -webkit-flex: 0 0 120px;
      flex: 0 0 120px;
      position: relative;
      padding-right: 6px; }
      @media only screen and (max-width: 767px) {
        form .check-area .option-container .checkbox-wrapper {
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto; } }
      form .check-area .option-container .checkbox-wrapper input {
        opacity: 0; }
        form .check-area .option-container .checkbox-wrapper input + label:after {
          opacity: 0; }
        form .check-area .option-container .checkbox-wrapper input:checked + label:after {
          opacity: 1; }
      form .check-area .option-container .checkbox-wrapper label {
        position: relative;
        padding-right: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0em; }
        form .check-area .option-container .checkbox-wrapper label:before, form .check-area .option-container .checkbox-wrapper label:after {
          position: absolute;
          cursor: pointer;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        form .check-area .option-container .checkbox-wrapper label:before {
          content: '';
          display: inline-block;
          background: #f2f2f2;
          border: 2px solid #6d6c6b;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          right: 0;
          top: 50%; }
        form .check-area .option-container .checkbox-wrapper label:after {
          content: '';
          display: inline-block;
          background: #03294f;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          right: 5px;
          top: 50%;
          -webkit-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }

form button[type="submit"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  background: #03294f;
  width: 100%;
  height: 74px;
  border-radius: 37px;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  cursor: pointer;
  transition: opacity 0.3s; }
  form button[type="submit"]:hover {
    opacity: 0.6; }

#notfound main {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fafafa; }
  #notfound main section {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
    text-align: center;
    font-family: "Lato";
    font-weight: "Thin";
    font-style: normal; }
    #notfound main section h1 {
      font-size: 180px;
      font-size: 18rem;
      line-height: 1;
      margin-top: -0.4em; }
    #notfound main section p {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1;
      margin: 1em 0 0; }

body.contact .mv-title {
  background: url(../images/form/mv-contact.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.contact ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }
  body.contact ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }
    body.contact ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }
    body.contact ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }
    body.contact ul.pankuzu li:last-child:after {
      display: none; }

body.contact section.intro {
  padding: 80px 30px;
  margin: 0 -15px; }

body.contact section.intro .base {
    max-width: 880px;
    margin: 0 auto; }

body.contact section.intro .base .lead {
      font-size: 13px;
      color: #333333;
      letter-spacing: 1px;
      text-align: center;
      line-height: 1.8em;
      margin-bottom: 0px; }

body.contact section.intro .base .lead a {
  text-decoration: underline;
}
body.contact section.intro .base .lead span {
        font-size: 13px;
        color: #e72746;
        font-weight: bold; }

body.contact section.intro .base .box {
      border: 1px solid #73bab0;
      padding: 30px 15px; }

body.contact section.intro .base .box dl {
        margin-bottom: 20px; }

body.contact section.intro .base .box dl dt {
          font-size: 18px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 1.5em;
          margin-bottom: 10px;
          text-align: center; }
        body.contact section.intro .base .box dl dd {
          font-size: 13px;
          color: #333333;
          letter-spacing: 1px;
          text-align: center;
          line-height: 1.8em; }
      body.contact section.intro .base .box p {
        text-align: center;
        margin-bottom: 10px; }
        body.contact section.intro .base .box p a {
          font-size: 13px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 1px;
          text-decoration: underline; }
  body.contact section.intro.waiting .lead {
    margin-bottom: 0; }

body.contact section.form {
  padding: 80px 30px;
  margin: 0 -15px;
  background: #f7f7f7; }
  body.contact section.form .base {
    max-width: 940px;
    margin: 0 auto; }
    body.contact section.form .base table {
      width: 100%; }
      body.contact section.form .base table tr th {
        width: 20%;
        font-size: 14px;
        color: #03294f;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
        line-height: 1.6em; }
        body.contact section.form .base table tr th span {
          font-size: 13px;
          color: #fff;
          background: #03294f;
          padding: 3px 5px; }
      body.contact section.form .base table tr td {
        width: 80%;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc; }
        body.contact section.form .base table tr td input {
          width: 100%;
          padding: 5px 10px; }
          body.contact section.form .base table tr td input::placeholder {
            font-size: 13px;
            color: #999999; }
        body.contact section.form .base table tr td textarea {
          width: 100%;
          padding: 5px 10px; }
    body.contact section.form .base dl.privacy {
      padding: 30px 0 20px;
      margin-bottom: 40px;
      border-bottom: 1px solid #cccccc;
      position: relative; }
      body.contact section.form .base dl.privacy dt {
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        background: #03294f;
        padding: 10px 15px;
        margin-bottom: 15px; }
      body.contact section.form .base dl.privacy dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em;
        letter-spacing: 1px; }
        body.contact section.form .base dl.privacy dd a {
          font-size: 13px;
          color: #333333;
          text-decoration: underline; }
        body.contact section.form .base dl.privacy dd.radio {
          font-size: 14px;
          color: #333333;
          position: absolute;
          bottom: 20px;
          right: 0; }
    body.contact section.form .base .submit {
      max-width: 620px;
      margin: 0 auto; }
  body.contact section.form.waiting table th {
    width: 30% !important; }
  body.contact section.form.waiting table td {
    width: 70% !important; }
    body.contact section.form.waiting table td .date-year {
      margin-right: 12px !important; }
    body.contact section.form.waiting table td .date-number {
      width: 35px;
      display: inline-block !important;
      padding: 0 0 0 5px; }

body.contact section.confirm {
  padding: 80px 30px;
  margin: 0 -15px; }
  body.contact section.confirm .base {
    max-width: 940px;
    margin: 0 auto; }
    body.contact section.confirm .base .ti {
      font-size: 16px;
      color: #03294f;
      margin-bottom: 30px;
      font-weight: bold;
      text-align: center; }
    body.contact section.confirm .base table {
      width: 100%;
      margin-bottom: 50px; }
      body.contact section.confirm .base table tr th {
        width: 30%;
        font-size: 14px;
        color: #03294f;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
        line-height: 1.6em; }
      body.contact section.confirm .base table tr td {
        width: 70%;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc; }
    body.contact section.confirm .base .btnArea {
      max-width: 530px;
      margin: 0 auto;
      overflow: hidden; }
      body.contact section.confirm .base .btnArea li {
        float: left;
        padding: 0 5px;
        width: 50%; }
    body.contact section.confirm .base button {
      border: none;
      background: none; }
    body.contact section.confirm .base .submit {
      display: block;
      font-size: 14px;
      cursor: pointer;
      width: 100%;
      text-align: center;
      padding: 15px 0;
      text-decoration: none;
      background: #de0012;
      border: 1px solid #f7931e;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      height: auto;
      border-radius: 0; }
    body.contact section.confirm .base .back {
      display: block;
      font-size: 14px;
      cursor: pointer;
      width: 100%;
      text-align: center;
      background: #b5b5b5;
      border: 1px solid #b5b5b5;
      padding: 15px 0;
      text-decoration: none;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }

body.contact .thanksBase {
  padding: 100px 15px; }
  body.contact .thanksBase dl {
    margin-bottom: 30px; }
    body.contact .thanksBase dl dt {
      font-size: 16px;
      color: #333333;
      letter-spacing: 1px;
      font-weight: bold;
      margin-bottom: 15px;
      text-align: center; }
    body.contact .thanksBase dl dd {
      font-size: 14px;
      color: #333333;
      line-height: 1.8em;
      text-align: center; }
  body.contact .thanksBase p {
    text-align: center; }
    body.contact .thanksBase p a {
      font-size: 14px;
      color: #3e3a39;
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  body.contact .mv-title {
    background: url(../images/form/mv-contact_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }
  body.contact ul.pankuzu {
    padding: 15px; }
    body.contact ul.pankuzu li {
      line-height: 1.6em; }
      body.contact ul.pankuzu li a {
        line-height: 1.6em; }
  body.contact section.intro {
    padding: 50px 15px;
    margin: 0; }
    body.contact section.intro .base .lead {
      margin-bottom: 30px; }
    body.contact section.intro.waiting .lead {
      margin-bottom: 0; }
  body.contact section.form {
    padding: 30px 15px 50px;
    margin: 0; }
    body.contact section.form .base table tr {
      padding: 0; }
      body.contact section.form .base table tr th {
        display: block;
        width: 100%;
        padding: 15px 0 10px;
        border-bottom: none; }
      body.contact section.form .base table tr td {
        display: block;
        width: 100%;
        padding: 0 0 15px; }
    body.contact section.form .base dl.privacy {
      padding: 20px 0;
      margin-bottom: 30px; }
      body.contact section.form .base dl.privacy dd.radio {
        position: static;
        margin-top: 10px; }
    body.contact section.form .base .submit {
      max-width: 620px;
      margin: 0 auto; }
    body.contact section.form.waiting table th {
      width: 100% !important; }
    body.contact section.form.waiting table td {
      width: 100% !important; }
  body.contact section.confirm {
    padding: 30px 15px 50px;
    margin: 0; }
    body.contact section.confirm .base .ti {
      margin-bottom: 20px; }
    body.contact section.confirm .base table tr {
      padding: 0; }
      body.contact section.confirm .base table tr th {
        display: block;
        width: 100%;
        padding: 15px 0 10px;
        border-bottom: none; }
      body.contact section.confirm .base table tr td {
        display: block;
        width: 100%;
        padding: 0 0 15px; }
    body.contact section.confirm .base .btnArea {
      max-width: 530px;
      margin: 0 auto;
      overflow: hidden; }
      body.contact section.confirm .base .btnArea li {
        float: none;
        width: 100%; }
    body.contact section.confirm .base .submit {
      margin-bottom: 10px; }
  body.contact .thanksBase {
    padding: 50px 15px; } }

body.greennail h4.sectionTi {
  font-size: 27px;
  letter-spacing: 0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px; }
  body.greennail h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px; }

body.greennail .mv-title {
  background: url(../images/greennail_seminar/mv-greennail.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.greennail ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }
  body.greennail ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }
    body.greennail ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }
    body.greennail ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }
body.greennail ul.pankuzu li:last-child:after {
      display: none; }

body.greennail section.curriculum .base .box .chui {
    font-size: 13px;
    color: #73bab0;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 40px;}

body.greennail ul.snav {
  text-align: center;
  padding: 25px 15px;
  margin: 0 -15px; }

body.greennail ul.snav li {
    display: inline-block;
    padding: 0 20px; }

body.greennail ul.snav li a {
      font-size: 13px;
      color: #333333;
      font-weight: bold;
      position: relative; }

body.greennail ul.snav li a:after {
        content: "│";
        font-size: 13px;
        color: #333333;
        position: absolute;
        top: 0;
        right: -25px; }

body.greennail section.intro {
  margin: 0 -15px;
  padding: 80px 15px;
  background: url(../images/paragel_seminar/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.greennail section.intro h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px; }

body.greennail section.intro .cap {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  body.greennail section.intro .picBase {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    body.greennail section.intro .picBase .mrg {
      margin: 0 auto;
      max-width: 630px; }
      body.greennail section.intro .picBase .mrg p {
        float: left;
        width: 50%;
        padding: 0 15px; }

body.greennail section.seminar {
  padding: 80px 15px;
  margin: 0 -15px; }
  body.greennail section.seminar .base {
    max-width: 960px;
    margin: 0 auto; }
    body.greennail section.seminar .base .seminarTi {
      font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 10px;
    letter-spacing: 1px; }
    body.greennail section.seminar .base .chui {
      margin: 0 0 50px; }
      body.greennail section.seminar .base .chui p {
        font-size: 14px;
        color: #333333;
        line-height: 1.8em;
        margin-bottom: 20px; }
        body.greennail section.seminar .base .chui p:last-child {
          margin-bottom: 0; }
        body.greennail section.seminar .base .chui p a {
          font-size: 14px;
          color: #73bab0;
          text-decoration: underline; }
    body.greennail section.seminar .base .listBase {
      margin: 0 0 50px; }

    body.greennail section.seminar .base .listBase ul li p {
      font-weight: bold;
      font-size: 14px;
      line-height: 1.8em;
      margin-top: 20px;
      letter-spacing: 0em;
    }
    body.greennail section.seminar .base .listBase ul li p a {
      text-decoration: underline;
    }
      body.greennail section.seminar .base .listBase .bar {
        font-size: 18px;
        color: #fff;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        background: #03294f;
        letter-spacing: 1px;
        padding: 10px 15px;
        margin-bottom: 10px; }
      body.greennail section.seminar .base .listBase ul li {
        overflow: hidden; }
    /*    body.greennail section.seminar .base .listBase ul li a {
          display: block;
          position: relative; }*/
          /*body.greennail section.seminar .base .listBase ul li a:after {
            content: "";
            background: url(../images/paragel_seminar/ic-arrow.png) no-repeat left top;
            background-size: 9px;
            width: 9px;
            height: 9px;
            position: absolute;
            right: 10px;
            top: 40%; }*/
          body.greennail section.seminar .base .listBase ul li a dl {
            overflow: hidden;
            border-bottom: 1px dashed #cccccc;
            padding: 15px 30px 15px 0; }
            body.greennail section.seminar .base .listBase ul li a dl dt {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold;
              margin-right: 25px; }
            body.greennail section.seminar .base .listBase ul li a dl dd {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold; }
    body.greennail section.seminar .base .moreBtn a {
      display: block;
      max-width: 280px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: 0 auto;
      background: #03294f;
      border: 1px solid #03294f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
      body.greennail section.seminar .base .moreBtn a:hover {
        color: #03294f;
        background: #fff; }

body.greennail section.onayami {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }
  body.greennail section.onayami .base {
    max-width: 960px;
    margin: 0 auto; }
    body.greennail section.onayami .base .title {
      font-size: 24px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.6em;
      text-align: center;
      letter-spacing: 3px;
      margin-bottom: -20px; }
    body.greennail section.onayami .base .checkBox {
      background: #fff;
      padding: 50px 50px 30px;
      overflow: hidden;
      margin-bottom: 50px; }
      body.greennail section.onayami .base .checkBox ul {
        float: left;
        width: 48%; }
        body.greennail section.onayami .base .checkBox ul:first-child {
          margin-right: 4%; }
        body.greennail section.onayami .base .checkBox ul li {
          font-size: 13px;
          color: #808080;
          margin-bottom: 10px;
          position: relative;
          line-height: 1.6em;
          padding-left: 25px; }
    
    body.greennail section.onayami .base .checkBox ul li:before {
            content: "";
            background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
            background-size: 21px;
            width: 21px;
            height: 21px;
            position: absolute;
            top: -5px;
            left: 0; }

    body.greennail section.onayami .base dl.about {
      width: 100%;
      overflow: hidden; }
    
    body.greennail section.onayami .base dl.about dt {
        float: left;
        width: 31%; }
    
    body.greennail section.onayami .base dl.about dd {
        float: right;
        width: 66%;
        font-size: 13px;
    color: #333333;
    line-height: 1.8em; }
    
    body.greennail section.onayami .base dl.about dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }
    
    body.greennail section.onayami .base .text {
      font-size: 14px;
      color: #333333;
      line-height: 2.0em;
      margin-bottom: 40px;
      letter-spacing: 0; }
    
    body.greennail section.onayami .base .text span {
        font-size: 14px;
        color: #73bab0;
        font-weight: bold; }

body.greennail section.voice {
  padding: 80px 15px;
  margin: 0 -15px; }
  body.greennail section.voice .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    body.greennail section.voice .base .box {
      float: left;
      width: 50%;
      padding: 30px 20px; }
      body.greennail section.voice .base .box:nth-child(1) {
        border-right: 1px dashed #cccccc; }
      body.greennail section.voice .base .box .pic {
        max-width: 170px;
        margin: 0 auto 20px; }
      body.greennail section.voice .base .box .name {
        font-size: 15px;
        color: #172e6d;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }
      body.greennail section.voice .base .box dl dt {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        margin-bottom: 10px; }
      body.greennail section.voice .base .box dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.greennail section.curriculum {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }
  body.greennail section.curriculum .base {
    max-width: 960px;
    margin: 0 auto; }
    body.greennail section.curriculum .base .box .seminarTi {
      font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;}
    body.greennail section.curriculum .base .box .price {
      font-size: 20px;
      color: #03294f;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    body.greennail section.curriculum .base .box .bikou {
      font-size: 13px;
      color: #333333;
      letter-spacing: 1px;
      line-height: 1.6em;
      margin-bottom: 10px; }
    body.greennail section.curriculum .base .box ul li {
      margin-bottom: 40px;
      background: #fff;
      border: 1px solid #4c4948;
      padding: 20px 10px;
      position: relative; }
      body.greennail section.curriculum .base .box ul li:after {
        content: "";
        border: 15px solid transparent;
        border-top: 15px solid #73bab0;
        position: absolute;
        bottom: -45px;
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px); }
      body.greennail section.curriculum .base .box ul li:last-child {
        margin-bottom: 0; }
      body.greennail section.curriculum .base .box ul li:last-child:after {
        display: none; }
      body.greennail section.curriculum .base .box ul li dl dt {
        font-size: 14px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px; }
      body.greennail section.curriculum .base .box ul li dl dd {
        font-size: 13px;
        color: #333333;
        text-align: center;
        line-height: 1.8em; }

body.greennail section.flow {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }
  body.greennail section.flow .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    body.greennail section.flow .base dl {
      float: left;
      width: 32%;
      margin-right: 2%;
      background: #fff;
      border: 1px solid #03294f;
      padding: 20px; }
      body.greennail section.flow .base dl:last-child {
        margin-right: 0; }
      body.greennail section.flow .base dl dt {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }
        body.greennail section.flow .base dl dt span {
          display: block;
          font-size: 16px;
          color: #73bab0;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          letter-spacing: 1px; }
      body.greennail section.flow .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }
        body.greennail section.flow .base dl dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }

body.greennail section.q_a {
  padding: 80px 15px 0;
  margin: 0 -15px; }
  body.greennail section.q_a .cap {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 40px; }
  body.greennail section.q_a .base {
    max-width: 960px;
    margin: 0 auto; }
    body.greennail section.q_a .base dl {
      margin-bottom: 40px; }
      body.greennail section.q_a .base dl dt {
        font-size: 16px;
        color: #03294f;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }
      body.greennail section.q_a .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }
        body.greennail section.q_a .base dl dd a {
          font-size: 13px;
          color: #333333;
          text-decoration: underline; }



@media only screen and (max-width: 767px) {

body.greennail h4.sectionTi {
    font-size: 18px;
    margin-bottom: 20px; }

body.greennail .mv-title {
    background: url(../images/greennail_seminar/mv-greennail_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }

body.greennail ul.pankuzu {
    padding: 15px; }

body.greennail ul.pankuzu li {
      line-height: 1.6em; }

body.greennail ul.pankuzu li a {
        line-height: 1.6em; }

body.greennail ul.snav {
    padding: 0;
    margin: 0;
    overflow: hidden; }

body.greennail ul.snav li {
      display: block;
      padding: 0; }

body.greennail ul.snav li a {
        display: block;
        width: 50%;
        float: left;
        border-right: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        padding: 15px 0; }

body.greennail ul.snav li a:after {
          display: none; }
      /*body.greennail ul.snav li:last-child a {
        width: 100%;
        border-right: none; }
      body.greennail ul.snav li:nth-child(2n) a {
        border-right: none; }*/

body.greennail section.intro {
    margin: 0;
    padding: 40px 15px; }

body.greennail section.intro h3 {
      font-size: 18px;
      letter-spacing: 1px; }

body.greennail section.intro .cap {
      text-align: left;
      margin-bottom: 30px; }

body.greennail section.intro .picBase .mrg {
      margin: 0; }

body.greennail section.intro .picBase .mrg p {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }

body.greennail section.seminar {
    padding: 40px 15px;
    margin: 0; }

body.greennail section.seminar .base .seminarTi {
      font-size: 16px; }

body.greennail section.seminar .base .chui {
      margin: 0 0 35px; }

body.greennail section.seminar .base .chui p {
        margin-bottom: 10px; }

body.greennail section.seminar .base .listBase {
      margin: 0 0 20px; }

body.greennail section.seminar .base .listBase .bar {
        font-size: 16px;
        text-align: center;
        padding: 5px 15px; }

body.greennail section.seminar .base .listBase ul li a:after {
        display: none; }

body.greennail section.seminar .base .listBase ul li a dl {
        padding: 15px 0; }

body.greennail section.seminar .base .listBase ul li a dl dt {
          float: none;
          margin-right: 0;
          margin-bottom: 5px; }

body.greennail section.seminar .base .listBase ul li a dl dd {
          float: none; }

body.greennail section.onayami {
    padding: 40px 15px;
    margin: 0; }

body.greennail section.onayami .base {
      margin: 0 auto; }

body.greennail section.onayami .base .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: -15px; }

body.greennail section.onayami .base .checkBox {
        padding: 40px 15px 20px 15px;
        margin-bottom: 30px; }

body.greennail section.onayami .base .checkBox ul {
          float: none;
          width: 100%; }

body.greennail section.onayami .base .checkBox ul li {
            padding-left: 25px; }

body.greennail section.onayami .base .checkBox ul li:before {
              content: "";
              background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
              background-size: 21px;
              width: 21px;
              height: 21px;
              position: absolute;
              top: -2px;
              left: 0; }

body.greennail section.onayami .base dl.about {
        margin-bottom: 25px; }

body.greennail section.onayami .base dl.about dt {
          float: none;
          width: 100%;
          margin-bottom: 15px; }

body.greennail section.onayami .base dl.about dd {
          float: none;
          width: 100%; }

body.greennail section.voice {
    padding: 40px 15px;
    margin: 0; }

body.greennail section.voice .base .box {
      float: none;
      width: 100%;
      overflow: auto;
      padding: 0 0 20px;
      margin-bottom: 30px;
      border-right: none !important;
      border-bottom: 1px dashed #cccccc; }

body.greennail section.voice .base .box .pic {
      max-width: 30%;
      float: left;
      padding-right: 5%; }

body section.voice .base .box .voicebox {
  max-width: 69%;
  float: left;
}

body.greennail section.voice .base .box .name {
        margin-bottom: 10px; }

body.greennail section.voice .base .box dl dt {
        font-size: 16px; }

body.greennail section.voice .base .box:last-child {
        margin-bottom: 0;
        border-bottom: none; }

body.greennail section.curriculum {
    padding: 40px 15px;
    margin: 0; }

body.greennail section.curriculum .base .box .seminarTi {
      margin-bottom: 20px; }

body.greennail section.curriculum .base .box .bikou {
      margin-bottom: 30px; }

body.greennail section.curriculum .base .box ul li {
      padding: 10px 10px; }

body.greennail section.curriculum .base .box ul li dl dd {
        text-align: left; }

body.greennail section.flow {
    padding: 40px 15px;
    margin: 0; }

body.greennail section.flow .base dl {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }

body.greennail section.flow .base dl dt {
        text-align: center; }

body.greennail section.q_a {
    padding: 40px 15px 0;
    margin: 0; }

body.greennail section.q_a .cap {
      text-align: left;
      margin-bottom: 30px; }

body.greennail section.q_a .base dl {
      margin-bottom: 30px; } }

body.index {
      overflow-x: hidden; }

body.index .mv {
    height: 740px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }

@media only screen and (max-width: 767px) {

body.index .mv {
        height: auto;
        padding-top: 0px; } }

body.index .mv__main {
      height: 740px;
      padding: 40px 40px 260px;
      background: url(../images/top/mv-bg.jpg) center/cover;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

body.index .mv__main img {
        max-width: 550px;
        width: 100%;
        height: auto; }

@media only screen and (max-width: 767px) {

body.index .mv__main img {
            max-width: 208px; } }

@media only screen and (max-width: 767px) {

body.index .mv__main {
          height: 190px;
          padding: 0; } }

body.index .mv__categories {
      height: 220px;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      background-color: rgba(102, 102, 102, 0.8);
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding-bottom: 35px; }

@media only screen and (max-width: 767px) {

body.index .mv__categories {
          position: relative;
          bottom: auto;
          right: auto;
          height: auto;
          padding: 20px 0 28px; } }

body.index .mv__categories .title {
        text-align: center;
        margin-bottom: 30px;
        color: #FFF;
        letter-spacing: 0.18em;
        font-size: 20px;
        font-size: 2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media only screen and (max-width: 767px) {

body.index .mv__categories .title {
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0 0 20px; } }

body.index .mv__categories .inner {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }

@media only screen and (max-width: 767px) {

body.index .mv__categories .inner {
            -webkit-flex-direction: column;
            flex-direction: column;
            padding: 0 16px; } }

body.index .mv__categories .inner li {
          width: calc((100% - 40px) / 4); }

@media only screen and (max-width: 767px) {

body.index .mv__categories .inner li {
              width: 100%;
              margin: 0 0 10px; }

body.index .mv__categories .inner li:last-child {
                margin: 0; } 

body.index .mv__categories .inner li a {
            height: 54px;
            width: 100%;
            border: 1px solid #FFF;
            border-radius: 27px;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            padding-left: 10px;
            color: #FFF;
            line-height: 1.3;
            font-size: 11.33px;
            font-size: 14px;
            letter-spacing: 0.05em;
            position: relative;
            transition: opacity 0.3s; }

body.index .mv__categories .inner li a:after {
              content: '';
              width: 5px;
              height: 9px;
              background: url(../images/common/arrow-btn.svg) center/5px 9px no-repeat;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 15px;
              position: absolute; }}

@media only screen and (max-width: 767px) {

body.index .mv__categories .inner li a:after {
                  background-size: 3px 6px;
                  width: 3px;
                  height: 6px; } }

@media only screen and (max-width: 767px) {

body.index .mv__categories .inner li a {
                height: 40px;
                font-size: 12px;
                font-family: Verdana, “Droid Sans”; } }
                
body.index .mv__categories .inner li a:hover {
              opacity: 0.6; }

body.index main {
              min-height: 600px;
              background-color: #f7f7f7; }

@media only screen and (min-width: 1024px) {

body.index main section {
        padding-left: 16px;
        padding-right: 16px; } }

body.index main section.intro {
      position: relative;
      padding: 82px 0 70px;
      background: url(../images/common/bg-teal-tex.jpg) top left/1000px 282px repeat;
      color: #FFF;
      text-align: center; }

@media only screen and (max-width: 767px) {

body.index main section.intro {
          padding: 40px 16px; } }

body.index main section.intro .title {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.18em;
        margin: 0 0 25px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media only screen and (max-width: 767px) {

body.index main section.intro .title {
          font-size: 20px;
          margin: 0 0 20px;
          font-weight: bold;
          line-height: 1.8em;
          letter-spacing: 0em; } }
      
body.index main section.intro .text {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 2.3em; }

@media only screen and (max-width: 767px) {

body.index main section.intro .text {
            font-size: 14px;
            text-align: center; } }

body.index main section.intro:before {
        content: '';
        z-index: 3;
        width: 340px;
        height: 65px;
        background: url(../images/common/logo-plaque.png) center/340px 65px no-repeat;
        position: absolute;
        top: -33px;
        left: 50%;
        margin-left: -170px; }

@media only screen and (max-width: 767px) {

body.index main section.intro:before {
            display: none; } }

body.index main section.intro:after {
        content: '';
        z-index: 2;
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        height: 32px;
        background: url(../images/common/border-flourish.svg) center top/1000px auto no-repeat; }

@media only screen and (max-width: 767px) {

body.index main section.intro:after {
            display: none; } }

body.index main section.seminar {
      padding: 100px 0 70px;
      background: url(../images/top/bg-seminar.png) top center/100% auto no-repeat; }

@media only screen and (max-width: 767px) {

body.index main section.seminar {
          padding: 48px 0;
          background: url(../images/top/bg-seminar-sp.png) top center/100% auto no-repeat; } }

body.index main section.seminar .title-section {
        margin: 0 0 40px; }

@media only screen and (max-width: 767px) {

body.index main section.seminar .title-section {
            margin: 0 0 35px; } }

body.index main section.seminar .seminar-list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }

body.index main section.seminar .seminar-list.notFull {
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }

body.index main section.seminar .seminar-list.notFull .seminar-list__item {
            margin-right: 30px; }

@media only screen and (max-width: 767px) {

body.index main section.seminar .seminar-list {
            padding: 0 15px; } }

body.index main section.seminar .seminar-list__item {
          width: calc((100% - 60px) / 4);
          background: #FFF;
          position: relative; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item {
              width: 100%;
              margin: 0 0 15px;
              margin-right: 0px!important; }

body.index main section.seminar .seminar-list__item:last-child {
                margin: 0; } }

body.index main section.seminar .seminar-list__item a {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column; }

body.index main section.seminar .seminar-list__item .thumbnail {
            position: relative;
            /*background: url(../images/common/no-image.png) center/cover no-repeat;*/ }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item .thumbnail {
                width: 90px;
                height: 90px; }

body.index main section.seminar .seminar-list__item .thumbnail img {
              height: 90px!important; }}

body.index main section.seminar .seminar-list__item .thumbnail img {
              width: 100%;
              height: 130px;
              object-fit: cover; }

body.index main section.seminar .seminar-list__item .thumbnail .status {
              position: absolute;
              width: auto;
              padding: 5px 20px;
              line-height: 1;
              top: 0;
              left: 0;
              color: #FFF; }

body.index main section.seminar .seminar-list__item .thumbnail .status--vacant {
                background: #73bab0; }

body.index main section.seminar .seminar-list__item .thumbnail .status--full {
                /*background: #03294f;*/
                background: #e72746; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item .thumbnail .status {
                  padding: 5px 10px; } }

body.index main section.seminar .seminar-list__item .content {
                  padding: 15px;
                  padding-top: 145px; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item .content {
                padding: 10px 15px 15px; } }

body.index main section.seminar .seminar-list__item .content .title {
              font-size: 16px;
              font-size: 14px;
              border-bottom: 1px dashed #cccccc;
              padding-bottom: 10px;
              letter-spacing: 0.05em;
              font-weight: 700;
              margin: 0 0 16px;
              line-height: 1.5; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item .content .title {
                  margin: 0 0 8px 85px;
                  padding: 0 0 6px; } }
            
body.index main section.seminar .seminar-list__item .content .meta {
              font-size: 13.55px;
              font-size: 1.355rem;
              letter-spacing: 0em;
              font-weight: 700;
              margin: 0 0 20px; }
            
body.index main section.seminar .seminar-list__item .content .meta .separator {
                display: inline-block;
                margin: 0 4px 0 0px;
                font-weight: 400; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item .content .meta {
                  padding-left: 85px; } }

body.index main section.seminar .seminar-list__item .content p:not(.profile__name) {
              font-size: 13px;
              font-size: 1.2rem;
              letter-spacing: 0.12em;
              line-height: 1.75;
              color: #808080;
              margin: 0 0 20px; }

body.index main section.seminar .seminar-list__item .content .profile {
              display: -webkit-flex;
              display: flex; }

@media only screen and (max-width: 767px) {
body.index main section.instructor .calendar-box {
                width: 90%!important;
                margin: 0 auto;}

body.index main section.seminar .seminar-list__item .content .profile {
                  padding-top: 0px; } }

body.index main section.seminar .seminar-list__item .content .profile__thumb {
                width: 60px;
                height: 60px;
                -webkit-flex: 0 0 60px;
                flex: 0 0 60px;
                border-radius: 30px;
                margin-right: 10px;
                overflow: hidden;
                margin-bottom: 15px; }

body.index main section.seminar .seminar-list__item .content .profile__content {
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-justify-content: center;
                justify-content: center; }

body.index main section.seminar .seminar-list__item .content .profile__content h3 {
                  color: #666666;
                  font-size: 13px;
                  font-size: 1.2rem;
                  letter-spacing: 0em;
                  margin: 0 0 10px; }

body.index main section.seminar .seminar-list__item .content .profile__content .profile__name {
                  color: #000;
                  font-size: 14px;
                  font-size: 1.4rem;
                  letter-spacing: 0em;
                  font-weight: 700; }

body.index main section.seminar .seminar-list__item--first {
                width: 100%;
                margin: 0 0 20px; }

body.index main section.seminar .seminar-list__item--first a {
                -webkit-flex-direction: row;
              flex-direction: row; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--first a {
                  -webkit-flex-direction: column;
                  flex-direction: column; } }

body.index main section.seminar .seminar-list__item--first .thumbnail {
              width: 250px;
              height: 250px;
              -webkit-flex: 0 0 250px;
              flex: 0 0 250px; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--first .thumbnail {
                  width: 90px;
                  height: 90px;
                  -webkit-flex: 0 0 90px;
                  flex: 0 0 90px;
                  position: absolute;
                  top: 0;
                  left: 0; } }

body.index main section.seminar .seminar-list__item--first .content {
              padding: 30px 30px 0 30px; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--first .content {
                  padding: 15px; } }

body.index main section.seminar .seminar-list__item--first .content .title {
                padding: 0 0 10px;
                margin: 0 0 12px;
                border-bottom: 1px dashed #cccccc; }

body.index main section.seminar .seminar-list.notFull .seminar-list__item {
                margin-right: 15px;}

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--first .content .title {
                    margin: 0 0 8px 85px;
                    padding: 0 0 6px; } }

body.index main section.seminar .seminar-list__item--sub .thumbnail {
            position: relative; }

body.index main section.seminar .seminar-list__item--sub .thumbnail:before {
              /*display: block;
              content: " ";
              width: 100%;
              padding-top: 57.77778%;*/}

body.index main section.seminar .seminar-list__item--sub .thumbnail > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }

body.index main section.seminar .seminar-list__item--sub .thumbnail img {
              position: absolute;
              top: 0;
              left: 0; }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--sub .thumbnail {
                width: 90px;
                height: 90px;
                position: absolute;
                top: 0;
                left: 0; } }

@media only screen and (max-width: 767px) {
body.index main section.seminar .seminar-list__item--sub .title {
              padding: 0 0 10px;
              margin: 0 0 12px;
              border-bottom: 1px dashed #cccccc;
              margin-left: 85px; } }

body.index main section.instructor {
      padding: 55px 0 15px; }

@media only screen and (max-width: 767px) {
body.index main section.instructor {
          padding: 0 0 15px; } }

body.index main section.instructor .title-section {
        margin: 0 0 40px; }

body.index main section.instructor .calendar-box {
        width: 100%; }

body.index main section.instructor .btn--rounded {
        margin-top: 70px; }

body.index main section.banners {
      padding: 75px 0; }

@media only screen and (max-width: 767px) {
body.index main section.banners {
          padding: 45px 15px 50px; } }

body.index main section.banners .banner-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }

@media only screen and (max-width: 767px) {
body.index main section.banners .banner-list {
            -webkit-flex-direction: column;
            flex-direction: column; } }

body.index main section.banners .banner-list .banner {
    margin-right: 30px; }

@media only screen and (max-width: 767px) {
body.index main section.banners .banner-list .banner {
    margin: 0 0 25px; } }

body.index main section.banners .banner-list .banner:last-child {
    margin-right: 0; }

@media only screen and (max-width: 767px) {
body.index main section.banners .banner-list .banner:last-child {
    margin-bottom: 0; } }

body.index main section.banners .banner-list .banner a {
    transition: opacity 0.3s; }

body.index main section.banners .banner-list .banner a:hover {
    opacity: 0.6; }

body.instructor.archive .no-results {
    font-size: 13px;
    clear: both;
    line-height: 1.75;
    margin-top: 50px;
    margin-bottom: 80px;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #03294f;
    padding: 15px; }

body.instructor.archive .no-results span {
  font-size: 18px;
  font-weight: bold;}

body.instructor.archive .no-results a{
  background: #031e35;
    padding: 15px;
    display: block;
    color: #FFF;
    text-align: center;
    border-radius: 40px;
    margin-top: 15px;
}
body.instructor.archive .no-results a:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area {
    padding: 0 20px; } }

body.instructor.archive .map-area .section-title {
  position: relative;
  z-index: 3;
  margin-bottom: -50px; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .section-title {
      margin-bottom: 0; }

body.instructor.archive .map-area .section-title .sub {
        line-height: 1.75;
        color: #333333; } }

body.instructor.archive .map-area .map-box {
  z-index: 2;
  position: relative; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box svg {
      margin: 0 0 25px; } }

body.instructor.archive .map-area .map-box svg .pref {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }

body.instructor.archive .map-area .map-box svg .pref.active {
      -webkit-transition: opacity 0.8s;
      -moz-transition: opacity 0.8s;
      -o-transition: opacity 0.8s;
      transition: opacity 0.8s; }

body.instructor.archive .map-area .map-box .locations {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations {
        font-size: 0;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto; } }

body.instructor.archive .map-area .map-box .locations__location {
      display: block;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 10.82px;
      font-size: 1.082rem;
      font-weight: 700;
      letter-spacing: 0em;
      background: #FFF;
      border-radius: 11px;
      overflow: hidden;
      border: 1px solid #FFF;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

body.instructor.archive .map-area .map-box .locations__location a {
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 22px;
        padding: 0 15px;
        background-image: -owg-linear-gradient(#FFF 87%, #e6e6e6 13%);
        background-image: -webkit-linear-gradient(#FFF 87%, #e6e6e6 13%);
        background-image: -moz-linear-gradient(#FFF 87%, #e6e6e6 13%);
        background-image: -o-linear-gradient(#FFF 87%, #e6e6e6 13%);
        background-image: linear-gradient(#FFF 87%, #e6e6e6 13%);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location.disabled {
          display: none; } }

body.instructor.archive .map-area .map-box .locations__location.disabled a {
        background: #999;
        cursor: default; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location {
        display: inline-block; } }

body.instructor.archive .map-area .map-box .locations__location--hokkaido {
        top: 19%;
        left: 81%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--hokkaido a {
        background: #EA6DA4; } }

body.instructor.archive .map-area .map-box .locations__location--tohoku {
        top: 53%;
        left: 62.5%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--tohoku a {
        background: #36bdef; } }

body.instructor.archive .map-area .map-box .locations__location--kanto {
        top: 70%;
        left: 57%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--kanto a {
        background: #8dc33e; } }

body.instructor.archive .map-area .map-box .locations__location--hokuriku {
        top: 60%;
        left: 45.5%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--hokuriku a {
        background: #d6cd1d; } }

body.instructor.archive .map-area .map-box .locations__location--tokai {
        top: 77%;
        left: 42%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--tokai a {
        background: #f19975; } }

body.instructor.archive .map-area .map-box .locations__location--kansai {
        top: 71.5%;
        left: 33%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--kansai a {
        background: #00aca8; } }

body.instructor.archive .map-area .map-box .locations__location--chugoku {
        top: 66%;
        left: 24%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--chugoku a {
        background: #f29600; } }

body.instructor.archive .map-area .map-box .locations__location--shikoku {
        top: 76%;
        left: 24%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--shikoku a {
        background: #8D80BB; } }

body.instructor.archive .map-area .map-box .locations__location--kyushu {
        top: 77%;
        left: 9.5%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--kyushu a {
        background: #187fc3; } }

body.instructor.archive .map-area .map-box .locations__location--okinawa {
        top: 92%;
        left: 29%; }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location--okinawa {
        /*display: none;*/ }

body.instructor.archive .map-area .map-box .locations__location--okinawa a {
        background: #E95532; } }

@media only screen and (max-width: 767px) {
body.instructor.archive .map-area .map-box .locations__location {
        top: auto;
        left: auto;
        position: relative;
        width: calc(48% - 5px);
        transform: translate(0);
        padding-right: 0%;
        margin: 0 10px 10px 2%;
        border: none;
        border-radius: 14px;
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem; }

body.instructor.archive .map-area .map-box .locations__location:nth-child(2n+1) {
        margin-right: 0; }

body.instructor.archive .map-area .map-box .locations__location a {
        height: 28px;
        width: 100%; } }

@media only screen and (max-width: 767px) {
body.instructor.archive .no-results {
  width: 90%;
  margin: 30px auto 70px;
  font-size: 13px;
  letter-spacing: 0em;
}
body.instructor.archive .instructor-list .section-title {
    margin-top: 0; } }

body.instructor.archive .instructor-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 50px; }


@media only screen and (max-width: 767px) {
body.instructor.archive .instructor-list ul {
      padding: 0 16px;
      margin: 0 -8px 30px; } }

body.instructor.archive .instructor-list ul li {
    width: 25%;
    padding: 0 20px;
    margin: 0 0 40px;
    text-align: center; }


@media only screen and (max-width: 767px) {
body.instructor.archive .instructor-list ul li {
        width: 50%;
        padding: 0 8px; } }

body.instructor.archive .instructor-list ul li .image {
      border-radius: 50%;
      display: block;
      overflow: hidden;
      margin: 0 0 20px; }

@media only screen and (max-width: 767px) {
body.instructor.archive .instructor-list ul li .image {
      margin: 0 0 15px; } }
  
body.instructor.archive .instructor-list ul li .image img {
      width: 100%; }

body.instructor.archive .instructor-list ul li .image:hover {
      opacity: 0.8; }
  
body.instructor.archive .instructor-list ul li .name--ja {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: 700;
      font-size: 17.73px;
      font-size: 1.773rem;
      letter-spacing: 0em;
      margin: 0 0 10px; }

body.instructor.archive .instructor-list ul li .katagaki {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 10px;
      letter-spacing: 0em;
      margin: 0 0 10px; }

@media only screen and (max-width: 767px) {
body.instructor.archive .instructor-list ul li .name--ja {
      font-size: 18px; } }
  
body.instructor.archive .instructor-list ul li .name--en {
      font-family: "Balham", sans-serif;
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #999999;
      margin: 0 0 20px; }

@media only screen and (max-width: 767px) {
body.instructor.archive .instructor-list ul li .name--en {
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 20px; } }

body.instructor.archive .instructor-list ul li .areas {
      margin: -5px 0 15px;
      font-weight: bold; }

body.instructor.archive .instructor-list ul li .areas__city {
      display: inline-block;
      font-size: 13px;
      font-size: 1.2rem;
      line-height: 1.4; }

body.instructor.archive .instructor-list ul li .page-link {
    color: #03294f;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #03294f;
    border-radius: 25px;
    margin-top: 15px; }

body.instructor.archive .instructor-list ul li .page-link:hover {
      color: #FFF;
      background: #03294f;}

@media only screen and (max-width: 320px) and (device-aspect-ratio: 40 / 71) {
body.instructor.archive .instructor-list ul li .sns__item {
    margin: 0 2px; } }

body.instructor.archive .contact {
    margin-top: 100px; }

@media only screen and (max-width: 767px) {
body.instructor.archive .contact {
    padding-top: 82px; } }

body.instructor .mv-title {
    background-image: url(../images/instructor/mv-instructor.jpg); }

@media only screen and (max-width: 767px) {
body.instructor .mv-title {
    height: 100px; } }

body.instructor .breadcrumbs {
    margin-bottom: 55px; }

@media only screen and (max-width: 767px) {
body.instructor .breadcrumbs {
    margin-bottom: 15px; } }

body.instructor .section-title {
    border-bottom: none;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }

@media only screen and (max-width: 767px) {
body.instructor .section-title {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0px; } }

body.instructor .sns {
    margin: 0 0 30px; }

@media only screen and (max-width: 767px) {
body.instructor .sns {
    margin-bottom: 5px; }
    
body.instructor.archive .instructor-list ul li .areas {
    margin: -5px 0 10px;
    font-weight: bold;}}

body.instructor .sns__item {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center; }

body.instructor .sns__item--fb {
      background-image: url(../images/common/icon-facebook.svg); }

body.instructor .sns__item--ig {
      background-image: url(../images/common/icon-instagram.svg); }

body.instructor .sns__item--tw {
      background-image: url(../images/common/icon-twitter.svg); }

body.instructor .sns__item--blog {
      background-image: url(../images/common/icon-blog.svg); }
body.instructor .sns__item--hp {
      background-image: url(../images/common/icon-hp.svg); }

@media only screen and (max-width: 767px) {
body.instructor.single .inner {
    padding: 0 16px; } }

@media only screen and (max-width: 767px) {
body.instructor.single .breadcrumbs {
    margin-bottom: 32px; } }

body.instructor.single .head {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 110px; }

body.instructor.single .info {
  margin-bottom: 80px;}

@media only screen and (max-width: 767px) {
body.instructor.single .head {
      display: block;
      margin-bottom: 45px; } }

body.instructor.single .head__left {
    max-width: 302px;
    -webkit-flex: 0 0 302px;
    flex: 0 0 302px;
    margin-right: 30px; }

@media only screen and (max-width: 767px) {
body.instructor.single .head__left {
        width: 100%;
        max-width: none;
        margin: 0 0 34px;
        padding: 0 46px; } }

body.instructor.single .head__right {
    -webkit-flex: 1 1 calc(100% - 332px);
    flex: 1 1 calc(100% - 332px); }

@media only screen and (max-width: 767px) {
body.instructor.single .head__right {
        width: 100%; } }

@media only screen and (max-width: 767px) {
body.instructor.single .head .name {
      text-align: center; } }

body.instructor.single .head .name--kanji {
    font-size: 24.28px;
    font-size: 2.428rem;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
body.instructor.single .head .name--kanji {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px; } }

body.instructor.single .head .name--romaji {
    font-size: 18.21px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #999999;
    font-family: "Balham", sans-serif;
    margin: 0 0 30px; }

body.instructor.single .inner .intro a {
    background: #031e35;
    padding: 15px;
    display: block;
    color: #FFF;
    text-align: center;
    border-radius: 40px;
}

@media only screen and (max-width: 767px) {
body.instructor.single .head .name--romaji {
    font-size: 13px;
    font-size: 1.2rem;
    margin-bottom: 20px; } }

body.instructor.single .head .sns {
    margin-bottom: 25px; }

body.instructor.single .head .katagaki {
    margin: 0 0 30px;
    line-height: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;}

body.instructor.single .contact_wrap {
    border: 2px solid #03294f;
    margin: 30px 0px 10px;
    padding: 0px;}

body.instructor.single .contact_wrap h3 {
    font-size: 18px;
    background: #03294f;
    padding: 10px;
    text-align: left;
    margin: 0px;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}

body.instructor.single .contact_wrap .renraku {
    padding: 10px;}

body.instructor.single .contact_wrap .renraku p {
    font-size: 13px;
    line-height: 1.6em;}

body.instructor.single .contact_wrap .renraku a {
    border: 1px solid #03294f;
    padding: 10px;
    color: #03294f;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 20px;
    margin-top: 15px;
  }

body.instructor.single .contact_wrap .renraku a:hover {
    background: #03294f;
    color: #FFF;}

@media only screen and (max-width: 767px) {
body.instructor.single .head .sns {
    margin-bottom: 40px;
    text-align: center; } }

body.instructor.single .head .areas {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold; }

body.instructor.single .head .areas__city {
    color: #03294f; }

body.instructor.single .head .areas__city:after {
    content: '、';
    display: inline-block; }

body.instructor.single .head .areas__city:last-child:after {
    display: none; }

@media only screen and (max-width: 767px) {
body.instructor.single .head .areas {
    margin-bottom: 35px; } }

body.instructor.single .head .intro p {
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2em;
    margin: 0 0 30px; }

body.instructor.single .head .intro p:last-child {
    margin-bottom: 0; }

body.instructor.single .info section {
    margin: 0 0 50px; }
  
body.instructor.single .info section:last-child {
    margin-bottom: 0; }

body.instructor.single .info--title {
  color: #03294f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #cccccc; }

body.instructor.single .info--content {
  font-weight: 500;
  font-size: 13px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 2em;
  margin-bottom: 80px; }


/*マシーン*/
body.machine h4.sectionTi {
  font-size: 26px;
  letter-spacing: 0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold; }

body.machine h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px; }

body.machine .mv-title {
  background: url(../images/machine_seminar/mv-machine.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.machine ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.machine ul.pankuzu li {
  float: left;
  font-size: 10px;
  color: #666666;
  margin-right: 25px;
  letter-spacing: 1px;
  position: relative; }

body.machine ul.pankuzu li a {
  font-size: 10px;
  color: #666666; }

body.machine ul.pankuzu li:after {
  content: "〉";
  font-size: 10px;
  color: #666666;
  position: absolute;
  top: 0;
  right: -20px; }

body.machine ul.pankuzu li:last-child:after {
      display: none; }

body.machine ul.snav {
  text-align: center;
  padding: 25px 15px;
  margin: 0 -15px; }

body.machine ul.snav li {
  display: inline-block;
  padding: 0 20px; }

body.machine ul.snav li a {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  position: relative; }

body.machine ul.snav li a:after {
  content: "│";
  font-size: 13px;
  color: #333333;
  position: absolute;
  top: 0;
  right: -25px; }

body.machine section.intro {
  margin: 0 -15px;
  padding: 80px 15px;
  background: url(../images/paragel_seminar/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.machine section.intro h3 {
  font-size: 25px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px; }

body.machine section.intro .cap {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px; }

body.machine section.intro .picBase {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.machine section.intro .picBase .mrg {
    margin: 0 -15px; }

body.machine section.intro .picBase .mrg p {
    float: left;
    width: 33.333333%;
    padding: 0 15px; }

body.machine section.seminar {
  padding: 80px 15px;
  margin: 0 -15px; }

body.machine section.seminar.bg {
    background: #f7f7f7; }

body.machine section.seminar .base {
    max-width: 960px;
    margin: 0 auto; }

body.machine section.seminar .base .seminarTi {
    font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px; }

body.machine section.seminar .base .chui {
    margin: 0 0 50px; }

body.machine section.seminar .base .chui p {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em; }

body.machine section.seminar .base .chui02 {
    font-size: 15px;
    color: #e72746;
    font-weight: bold;
    line-height: 1.8em }



body.machine section.seminar .base .chui p:last-child {
    margin-bottom: 0; }

body.machine section.seminar .base .chui p a {
    font-size: 14px;
    color: #73bab0;
    text-decoration: underline; }

body.machine section.seminar .base .listBase {
    margin: 0 0 50px; }

body.machine section.seminar .base .listBase .bar {
    font-size: 18px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    background: #03294f;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin-bottom: 10px; }

body.machine section.seminar .base .listBase ul li {
    overflow: hidden; }

body.machine section.seminar .base .listBase ul li a {
    display: block;
    position: relative; }

body.machine section.seminar .base .listBase ul li a:after {
    content: "";
    background: url(../images/paragel_seminar/ic-arrow.png) no-repeat left top;
    background-size: 9px;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 40%; }

body.machine section.seminar .base .listBase ul li a dl {
            overflow: hidden;
            border-bottom: 1px dashed #cccccc;
            padding: 15px 30px 15px 0; }

body.machine section.seminar .base .listBase ul li a dl dt {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold;
              margin-right: 25px; }

body.machine section.seminar .base .listBase ul li a dl dd {
              float: left;
              font-size: 14px;
              color: #333333;
              line-height: 1.6em;
              letter-spacing: 1px;
              font-weight: bold; }

body.machine section.seminar .base .moreBtn a {
      display: block;
      max-width: 280px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: 0 auto;
      background: #03294f;
      border: 1px solid #03294f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }

body.machine section.seminar .base .moreBtn a:hover {
        color: #03294f;
        background: #fff; }

body.machine section.onayami {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.machine section.onayami .base {
    max-width: 960px;
    margin: 0 auto; }

body.machine section.onayami .base .title {
      font-size: 24px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.6em;
      text-align: center;
      letter-spacing: 3px;
      margin-bottom: -20px; }

body.machine section.onayami .base .checkBox {
      background: #fff;
      padding: 50px 50px 30px;
      overflow: hidden;
      margin-bottom: 50px; }

body.machine section.onayami .base .checkBox ul {
        float: left;
        width: 48%; }

body.machine section.onayami .base .checkBox ul:first-child {
          margin-right: 4%; }

body.machine section.onayami .base .checkBox ul li {
          font-size: 15px;
          color: #808080;
          margin-bottom: 15px;
          position: relative;
          line-height: 1.1em;
          letter-spacing: 0em;
          padding-left: 25px; }

body.machine section.onayami .base .checkBox ul li:before {
            content: "";
            background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
            background-size: 21px;
            width: 21px;
            height: 21px;
            position: absolute;
            top: -5px;
            left: 0; }

body.machine section.onayami .base .sti {
      font-size: 22px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      border-bottom: 1px dashed #cccccc;
      padding-bottom: 10px;
      margin-bottom: 20px;
      letter-spacing: 1px; }

body.machine section.onayami .base dl.about {
      width: 100%;
      overflow: hidden;
      margin-bottom: 50px; }

body.machine section.onayami .base dl.about dt {
        float: left;
        width: 31%; }

body.machine section.onayami .base dl.about dd {
        float: right;
        width: 66%;
        font-size: 14px;
        color: #333333;
        line-height: 2.0em; }

body.machine section.onayami .base dl.about dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }

body.machine section.onayami .base .text {
      font-size: 16px;
    color: #333333;
    line-height: 2.0em;
    margin-bottom: 70px;
    text-align: center; }

body.machine section.onayami .base .text span {
        font-size: 14px;
        color: #73bab0;
        font-weight: bold; }

body.machine section.onayami .base .text span img {
    margin-bottom: 13px;
    margin-left: 2px;
    margin-right: 2px;
}

body.machine section.onayami .base .text strong {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px; }

body.machine section.onayami .base .lead {
      font-size: 14px;
      color: #333333;
      line-height: 1.8em;
      text-align: center;
      letter-spacing: 1px; }

body.machine section.point {
  padding: 80px 15px;
  margin: 0 -15px; }

body.machine section.point .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.machine section.point .base .box {
      border: 1px solid #4c4948;
      padding: 30px;
      margin-bottom: 40px;
      overflow: hidden; }

body.machine section.point .base .box:last-child {
        margin-bottom: 0; }

body.machine section.point .base .box .text {
        float: left;
        width: 65%; }

body.machine section.point .base .box .text dl {
          margin-bottom: 15px; }

body.machine section.point .base .box .text dl dt {
            display: inline-block;
            background: #73bab0;
            font-size: 14px;
            color: #fff;
            padding: 5px 15px;
            margin-bottom: 10px; }

body.machine section.point .base .box .text dl dd {
            font-size: 20px;
            color: #73bab0;
            font-weight: bold;
            line-height: 1.6em;
            letter-spacing: 1px; }

body.machine section.point .base .box .text .desc {
          font-size: 14px;
          color: #333333;
          line-height: 2.0em;
          letter-spacing: 0em; }

body.machine section.point .base .box .text .desc span {
            font-size: 14px;
            color: #73bab0;
            font-weight: bold; }

body.machine section.point .base .box .text .btn a {
          display: block;
          max-width: 280px;
          font-size: 14px;
          color: #fff;
          text-align: center;
          padding: 20px 0;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          margin: 15px 0 0;
          background: #03294f;
          border: 1px solid #03294f;
          -webkit-transition: 0.2s all;
          transition: 0.2s all; }

body.machine section.point .base .box .text .btn a:hover {
            color: #03294f;
            background: #fff; }

body.machine section.point .base .box .pic {
        float: right;
        width: 30%; }

body.machine section.voice {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.machine section.voice .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.machine section.voice .base .box {
      float: left;
      width: 50%;
      padding: 30px 20px; }

body.machine section.voice .base .box:nth-child(1) {
        border-bottom: 1px dashed #cccccc;
        border-right: 1px dashed #cccccc; }

body.machine section.voice .base .box:nth-child(2) {
        border-bottom: 1px dashed #cccccc; }

body.machine section.voice .base .box:nth-child(3) {
        border-right: 1px dashed #cccccc; }

body.machine section.voice .base .box .pic {
        max-width: 170px;
        margin: 0 auto 20px; }

body.machine section.voice .base .box .name {
        font-size: 14px;
        color: #172e6d;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }

body.machine section.voice .base .box dl dt {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        margin-bottom: 10px; }

body.machine section.voice .base .box dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.machine section.curriculum {
  padding: 80px 15px;
  margin: 0 -15px; }

body.machine section.curriculum .base {
    max-width: 960px;
    margin: 0 auto; }

body.machine section.curriculum .base .box .cap {
      font-size: 14px;
      color: #333333;
      line-height: 1.6em;
      text-align: center;
      margin-bottom: 40px; }

body.machine section.curriculum .base .box .seminarTi {
    font-size: 20px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 30px;
    letter-spacing: 1px; }

body.machine section.curriculum .base .box .seminarTi3 {
    font-size: 16px;
    color: #03294f;
    background: #e8e8e8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 10px 15px;
    margin-bottom: 10px;
    letter-spacing: 1px; }

body .curriculum2 {
  width: 48%;
  float: left;
  margin: 0 0 0 2%;}

body.machine section.curriculum .base .box .seminarTi2 {
  margin-top: 80px!important;}

body.machine section.curriculum .base .box .inner {
      overflow: hidden;
      width: 100%;
      margin-bottom: 60px; }

body.machine section.curriculum .base .box .chui {
    font-size: 13px;
    color: #73bab0;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 40px;}

body.machine section.curriculum .base .box .inner .text {
        float: left;
        width: 54%; }

body.machine section.curriculum .base .box .inner .text2 {
        float: left;
        width: 100%!important; }

body.machine section.curriculum .base .box .inner .text .price {
          font-size: 20px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 2px;
          margin-bottom: 5px;
          line-height: 1.6em; }

body.machine section.curriculum .base .box .inner .text .price01 {
          font-size: 17px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 2px;
          margin-bottom: 5px;
          line-height: 1.6em; }

body.machine section.curriculum .base .box .inner .text .bikou {
          font-size: 13px;
          color: #333333;
          letter-spacing: 1px;
          line-height: 1.6em;
          margin-bottom: 5px; }

body.machine section.curriculum .base .box .inner .text .bikou a {
          text-decoration: underline;
          font-weight: bold;}

body.machine section.curriculum .base .box .inner .text .bikou2 ul li {
    border: 1px solid #565656;
    padding: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6em;}

body.machine section.curriculum .base .box .inner .text .bikou2 ul li p {
  font-size: 13px;
  font-weight: normal; 
  line-height: 1.6em;
  margin-top: 10px;}

body.machine section.curriculum .base .box .inner .text .kochira.kochira01 {
  margin-bottom: 20px; }

body.machine section.curriculum .base .box .inner .text .kochira a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-decoration: underline;
    font-weight: bold; }

body.machine section.curriculum .base .box .inner .pic {
    float: right;
    width: 41%; }

body.machine section.curriculum .base .box .inner .pic p{
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;}

body.machine section.curriculum .base .box .inner .pic .basic {
          overflow: hidden;
          width: 100%; }

body.machine section.curriculum .base .box .inner .pic .basic > div:first-child {
            float: left;
            width: 48%; }

body.machine section.curriculum .base .box .inner .pic .basic > div:last-child {
            float: right;
            width: 48%; }

body.machine section.curriculum .base .box .inner .pic .basic > div p {
            font-size: 14px;
            color: #333333;
            letter-spacing: 1px;
            text-align: center;
            margin-top: 15px; }

body.machine section.curriculum .base .box ul li {
      margin-bottom: 40px;
      background: #fff;
      border: 1px solid #4c4948;
      padding: 15px 10px;
      position: relative; }

body.machine section.curriculum .base .box ul li:after {
        content: "";
        border: 15px solid transparent;
        border-top: 15px solid #73bab0;
        position: absolute;
        bottom: -45px;
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px); }

body.machine section.curriculum .base .box ul li:last-child {
        margin-bottom: 0; }

body.machine section.curriculum .base .box ul li:last-child:after {
        display: none; }

body.machine section.curriculum .base .box ul li dl dt {
        font-size: 14px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.8em; }

body.machine section.curriculum .base .box ul li dl dd {
        font-size: 13px;
        color: #333333;
        text-align: center;
        line-height: 1.8em; }

body.machine section.flow {
  padding: 80px 15px;
  margin: 0 -15px; }

body.machine section.flow .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.machine section.flow .base dl {
      float: left;
      width: 32%;
      margin-right: 2%;
      background: #fff;
      border: 1px solid #03294f;
      padding: 20px; }

body.machine section.flow .base dl:last-child {
        margin-right: 0; }

body.machine section.flow .base dl dt {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }

body.machine section.flow .base dl dt span {
          display: block;
          font-size: 16px;
          color: #73bab0;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          letter-spacing: 1px; }

body.machine section.flow .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.machine section.flow .base dl dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }

body.machine section.flow .base p {
        font-size: 12px;
        color: #e72746;
        line-height: 1.5em; }


body.machine section.q_a {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.machine section.q_a .cap {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 40px; }

body.machine section.q_a .base {
    max-width: 960px;
    margin: 0 auto; }

body.machine section.q_a .base dl {
      margin-bottom: 40px; }

body.machine section.q_a .base dl dt {
        font-size: 16px;
        color: #03294f;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }

body.machine section.q_a .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.machine section.q_a .base dl dd a {
          font-size: 13px;
          color: #333333;
          text-decoration: underline; }

@media only screen and (max-width: 767px) {
  
body.machine h4.sectionTi {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  
body.machine .mv-title {
    background: url(../images/greennail_seminar/mv-greennail_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }

body.machine ul.pankuzu {
    padding: 15px; }

body.machine ul.pankuzu li {
      line-height: 1.6em; }

body.machine ul.pankuzu li a {
        line-height: 1.6em; }

body.machine ul.snav {
    padding: 0;
    margin: 0;
    overflow: hidden; }

body.machine ul.snav li {
      display: block;
      padding: 0; }

body.machine ul.snav li a {
        display: block;
        width: 50%;
        float: left;
        border-right: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        padding: 15px 0; }

body.machine ul.snav li a:after {
          display: none; }

body.machine ul.snav li:nth-child(2n) a {
        border-right: none; }

body.machine section.intro {
    margin: 0;
    padding: 40px 15px; }

body.machine section.intro h3 {
      font-size: 18px;
      letter-spacing: 1px; }

body.machine section.intro .cap {
      text-align: left;
      margin-bottom: 30px; }

body.machine section.intro .picBase .mrg {
      margin: 0; }

body.machine section.intro .picBase .mrg p {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }

body.machine section.seminar {
    padding: 40px 15px;
    margin: 0; }

body.machine section.seminar .base .seminarTi {
      font-size: 16px; }

body.machine section.seminar .base .chui {
      margin: 0 0 35px; }

body.machine section.seminar .base .chui p {
        margin-bottom: 10px; }

body.machine section.seminar .base .listBase {
      margin: 0 0 20px; }

body.machine section.seminar .base .listBase .bar {
        font-size: 16px;
        text-align: center;
        padding: 5px 15px; }

body.machine section.seminar .base .listBase ul li a:after {
        display: none; }

body.machine section.seminar .base .listBase ul li a dl {
        padding: 15px 0; }

body.machine section.seminar .base .listBase ul li a dl dt {
          float: none;
          margin-right: 0;
          margin-bottom: 5px; }

body.machine section.seminar .base .listBase ul li a dl dd {
          float: none; }
  
body.machine section.onayami {
    padding: 40px 15px;
    margin: 0; }
  
body.machine section.onayami .base {
      margin: 0 auto; }
  
body.machine section.onayami .base .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: -15px; }
  
body.machine section.onayami .base .checkBox {
        padding: 30px 10px 15px 10px;
        margin-bottom: 30px; }
  
body.machine section.onayami .base .checkBox ul {
          float: none;
          width: 100%; }
  
body.machine section.onayami .base .checkBox ul li {
            padding-left: 25px; }
  
body.machine section.onayami .base .checkBox ul li:before {
              content: "";
              background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
              background-size: 21px;
              width: 21px;
              height: 21px;
              position: absolute;
              top: -2px;
              left: 0; }
  
body.machine section.onayami .base .sti {
        font-size: 22px;
        font-weight: bold; }
  
body.machine section.onayami .base dl.about {
        margin-bottom: 50px; }
  
body.machine section.onayami .base dl.about dt {
          float: none;
          width: 100%;
          margin-bottom: 15px; }
  
body.machine section.onayami .base dl.about dd {
          float: none;
          width: 100%; }
  
body.machine section.onayami .base .text {
        margin-bottom: 30px;
        text-align: left;
        letter-spacing: 0; }
  
body.machine section.onayami .base .text strong {
          font-size: 16px; }
  
body.machine section.onayami .base .lead {
        text-align: left; }
  
body.machine section.point {
    padding: 40px 15px;
    margin: 0; }
  
body.machine section.point .base .box {
      padding: 15px;
      margin-bottom: 30px; }
  
body.machine section.point .base .box .text {
        float: none;
        width: 100%;
        margin-bottom: 20px; }
  
body.machine section.point .base .box .text dl dd {
          font-size: 18px; }
  
body.machine section.point .base .box .pic {
        float: none;
        width: 100%; }
  
body.machine section.voice {
    padding: 40px 15px;
    margin: 0; }
  
body.machine section.voice .base .box {
      float: none;
      width: 100%;
      overflow: auto;
      padding: 0 0 20px;
      margin-bottom: 30px;
      border-right: none !important;
      border-bottom: 1px dashed #cccccc; }
  
body.machine section.voice .base .box .pic {
      max-width: 30%;
      float: left;
      padding-right: 5%; }
  
body.machine section.voice .base .box .name {
      margin-bottom: 20px; }
  
body.machine section.voice .base .box dl dt {
      font-size: 16px; }
  
body.machine section.voice .base .box:last-child {
        margin-bottom: 0;
        border-bottom: none; }
  
body.machine section.curriculum {
    padding: 40px 15px;
    margin: 0; }
  
body.machine section.curriculum .base .box .cap {
      margin-bottom: 30px;
      text-align: left; }
  
body.machine section.curriculum .base .box .seminarTi {
      margin-bottom: 20px; }
  
body.machine section.curriculum .base .box .inner {
      margin-bottom: 30px;}
  
body .curriculum2 {
    width: 100%;
    margin:0;
    padding-top: 30px;}
  
body.machine section.curriculum .base .box .inner .text {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
  
body.machine section.curriculum .base .box .inner .text .price {
          font-size: 16px;
          margin-bottom: 15px; }
  
body.machine section.curriculum .base .box .inner .text .kochira.kochira01 {
          margin-bottom: 30px; }
  
body.machine section.curriculum .base .box .inner .pic {
        float: none;
        width: 100%; }
  
body.machine section.curriculum .base .box .inner .pic .basic > div p {
          font-size: 13px; }
  
body.machine section.curriculum .base .box ul li {
      padding: 20px 15px; }
  
body.machine section.curriculum .base .box ul li dl dd {
        text-align: left; }
  
body.machine section.flow {
    padding: 40px 15px;
    margin: 0; }

body.machine section.flow .base dl {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }

body.machine section.flow .base dl dt {
        text-align: center; }

body.machine section.q_a {
    padding: 40px 15px;
    margin: 0; }

body.machine section.q_a .cap {
      text-align: left;
      margin-bottom: 30px; }

body.machine section.q_a .base dl {
      margin-bottom: 30px; } }
/*マシーンここまで*/


/*ファースト*/
body.first h4.sectionTi {
  font-size: 26px;
  color: #03294f;
  letter-spacing: 0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold; }

body.first h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px;
    color: #666666; }

body.first .mv-title {
  background: url(../images/first/mv-first.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.first ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.first ul.pankuzu li {
  float: left;
  font-size: 10px;
  color: #666666;
  margin-right: 25px;
  letter-spacing: 1px;
  position: relative; }

body.first ul.pankuzu li a {
  font-size: 10px;
  color: #666666; }

body.first ul.pankuzu li:after {
  content: "〉";
  font-size: 10px;
  color: #666666;
  position: absolute;
  top: 0;
  right: -20px; }

body.first ul.pankuzu li:last-child:after {
      display: none; }

body.first section.intro {
  margin: 0 -15px;
  padding: 80px 15px;
  background: url(../images/paragel_seminar/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.first section.list {
      padding-top: 80px;
    padding-bottom: 100px;
    overflow: auto;}

body.first section.intro h3 {
  font-size: 24px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px; }

body.first section.intro .cap {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px; }

body.first section.intro .cap strong {
  color: #fff67f;
  font-size: 20px;
  font-weight: bold;}

body.first section.intro .cap span {
  color: #fff67f;
  font-size: 13px;
  font-weight: bold;}

body.first section.intro .cap .name {
  color: #fff;
  font-size: 20px;
  font-weight: normal;}

body.first section.intro .picBase {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.first section.intro .picBase .mrg {
    margin: 0 -15px; }

body.first section.intro .picBase .mrg p {
    float: left;
    width: 33.333333%;
    padding: 0 15px; }

body.first section.list .base {
    max-width: 960px;
    margin: 0 auto; }

body.first section.list .seminarlist {
  width: 25%;
  float: left;
  padding: 0px 10px;}

body.first section.list .seminarlist h5 {
  font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2em;
    padding: 10px 0px;
    border-bottom: 1px dotted #cccccc;
    min-height: 54px;
    margin-bottom: 15px;}

body.first section.list .seminarlist p {
  font-size: 13px;
  color: #808080;
  line-height: 1.5em;}

body.first section.list .seminarlist a {
  font-size: 13px;
    text-align: center;
    border: 1px solid #000;
    display: block;
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;}

body.first section.list .seminarlist a:hover {
  color: #FFF;
  background: #000;
}
body.first section.message {
  padding: 80px 15px;
  margin: 0 -15px; }

body.first section.message.bg {
    background: #f7f7f7; }

body.first section.message .base {
    max-width: 960px;
    margin: 0 auto; }

body.first section.message .base .seminarTi {
    font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px; }

body.first section.message .profile {
  width: 30%;
    padding-right: 3%;
    float: left;}

body.first section.message .profile p {
  color: #333333;}

body.first section.message .profile .katagaki {
  text-align: center;
  font-size: 13px;
  margin:10px 0px; }

body.first section.message .profile .name {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;}

body.first section.message .profile .furigana {
  color: #999999;
  font-family: "Balham", sans-serif;
  text-align: center;}

body.first section.message .profile a {
  font-size: 13px;
    text-align: center;
    border: 1px solid #000;
    display: block;
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;}

body.first section.message .profile a:hover {
  color: #FFF;
  background: #000;}

body.first section.message .comment {
  width: 70%;
  float: left;
  margin-bottom: 70px;
}
body.first section.message .comment h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #333333;}

body.first section.message .comment p {
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
body.first h4.sectionTi {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: bold; }

body.first section.list {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: auto;}

body.first .mv-title {
    background: url(../images/first/mv-first_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }

body.first ul.pankuzu {
    padding: 15px; }

body.first ul.pankuzu li {
      line-height: 1.6em; }

body.first ul.pankuzu li a {
        line-height: 1.6em; }

body.first ul.snav {
    padding: 0;
    margin: 0;
    overflow: hidden; }

body.first section.intro {
    margin: 0;
    padding: 40px 15px; }

body.first section.intro h3 {
      font-size: 18px;
      letter-spacing: 1px; }

body.first section.intro .cap strong {
    font-size: 13px;}

body.first section.intro .cap {
      text-align: left;
      margin-bottom: 30px; }

body.first section.intro .picBase .mrg {
      margin: 0; }

body.first section.intro .picBase .mrg p {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }

body.first section.list .seminarlist {
    width: 50%;
    padding: 0px 10px;}

body.first section.list .seminarlist h5 {
    font-size: 14px;
    min-height: auto;}

body.first section.list .seminarlist a {
  margin-bottom: 30px;}

body.first section.message .profile {
    width: 100%;
    padding: 0px 50px;
    float: none;
    margin-bottom: 40px;}

body.first section.message .comment {
    width: 100%;
    float: left;
    margin-bottom: 20px;}

body.first section.message .comment h3 {
    font-size: 16px;}

body.first section.message .comment p {
    line-height: 2.0em;
    font-size: 13px;}
    
body.first section.message {
    padding: 40px 15px;
    margin: 0; }

body.first section.message .base .seminarTi {
      font-size: 16px; }}
/*ファースト ここまで*/


/*パラジェル*/
  body.paragel h4.sectionTi {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px; }

body.paragel h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px; }

body.paragel .mv-title {
  background: url(../images/paragel_seminar/mv-paragel.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.paragel ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.paragel ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }

body.paragel ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }

body.paragel ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }

body.paragel ul.pankuzu li:last-child:after {
      display: none; }

body.paragel ul.snav {
  text-align: center;
  padding: 25px 15px;
  margin: 0 -15px; }

body.paragel ul.snav li {
    display: inline-block;
    padding: 0 20px; }

body.paragel ul.snav li a {
      font-size: 13px;
      color: #333333;
      font-weight: bold;
      position: relative; }

body.paragel ul.snav li a:after {
        content: "│";
        font-size: 13px;
        color: #333333;
        position: absolute;
        top: 0;
        right: -25px; }

body.paragel section.intro {
  margin: 0 -15px;
  padding: 80px 15px;
  background: url(../images/paragel_seminar/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.paragel section.intro h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px; }

body.paragel section.intro .cap {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px; }

body.paragel section.intro .picBase {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.paragel section.intro .picBase .mrg {
      margin: 0 -15px; }

body.paragel section.intro .picBase .mrg p {
        float: left;
        width: 33.333333%;
        padding: 0 15px; }

body.paragel section.seminar {
  padding: 80px 15px;
  margin: 0 -15px; }

body.paragel section.seminar .base {
    max-width: 960px;
    margin: 0 auto; }

body.paragel section.seminar .base .seminarTi {
      font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 10px;
    letter-spacing: 1px; }

body.paragel section.seminar .base .chui {
      margin: 0 0 50px; }

body.paragel section.seminar .base .chui p {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em;
        margin-bottom: 20px; }

body.paragel section.seminar .base .chui p:last-child {
          margin-bottom: 0; }

body.paragel section.seminar .base .chui p a {
          font-size: 14px;
          color: #73bab0;
          text-decoration: underline; }

body.paragel section.seminar .base .listBase {
      margin: 0 0 50px; }

body.paragel section.seminar .base .listBase .bar {
        font-size: 18px;
        color: #fff;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        background: #03294f;
        letter-spacing: 1px;
        padding: 10px 15px;
        margin-bottom: 10px; }

body.paragel section.seminar .base .listBase ul li {
        overflow: hidden; }

body.paragel section.seminar .base .listBase ul li a {
          display: block;
          position: relative; }

body.paragel section.seminar .base .listBase ul li a:after {
            content: "";
            background: url(../images/paragel_seminar/ic-arrow.png) no-repeat left top;
            background-size: 9px;
            width: 9px;
            height: 9px;
            position: absolute;
            right: 10px;
            top: 40%; }

body.paragel section.seminar .base .listBase ul li a dl {
            overflow: hidden;
            border-bottom: 1px dashed #cccccc;
            padding: 15px 30px 15px 0; }

body.paragel section.seminar .base .listBase ul li a dl dt {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold;
              margin-right: 25px; }

body.paragel section.seminar .base .listBase ul li a dl dd {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold; }

body.paragel section.seminar .base .moreBtn a {
      display: block;
      max-width: 280px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: 0 auto;
      background: #03294f;
      border: 1px solid #03294f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }

body.paragel section.seminar .base .moreBtn a:hover {
        color: #03294f;
        background: #fff; }

body.paragel section.osusume {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.paragel section.osusume .base {
    max-width: 960px;
    margin: 0 auto; }

body.paragel section.osusume .base .title {
      font-size: 24px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.6em;
      text-align: center;
      letter-spacing: 3px;
      margin-bottom: -20px; }

body.paragel section.osusume .base .checkBox {
      background: #fff;
      padding: 50px 50px 30px;
      overflow: hidden;
      margin-bottom: 50px; }

body.paragel section.osusume .base .checkBox ul {
        float: left;
        width: 48%; }

body.paragel section.osusume .base .checkBox ul:first-child {
          margin-right: 4%; }

body.paragel section.osusume .base .checkBox ul li {
          font-size: 13px;
          color: #808080;
          margin-bottom: 15px;
          position: relative;
          line-height: 1.6em;
          padding-left: 25px; }

body.paragel section.osusume .base .checkBox ul li:before {
            content: "";
            background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
            background-size: 21px;
            width: 21px;
            height: 21px;
            position: absolute;
            top: -5px;
            left: 0; }

body.paragel section.osusume .base dl.about {
      margin-bottom: 50px;
      width: 100%;
      overflow: hidden; }
    
body.paragel section.osusume .base dl.about dt {
        float: left;
        width: 31%; }
    
body.paragel section.osusume .base dl.about dd {
        float: right;
        width: 66%;
        font-size: 14px;
        color: #333333;
        line-height: 2.0em; }
    
body.paragel section.osusume .base dl.about dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }
    
body.paragel section.osusume .base .text {
      font-size: 14px;
      color: #333333;
      line-height: 2.0em; }
    
body.paragel section.osusume .base .text a {
        font-size: 14px;
        color: #333333;
        text-decoration: underline; }

body.paragel section.voice {
  padding: 80px 15px;
  margin: 0 -15px; }

body.paragel section.voice .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.paragel section.voice .base .box {
      float: left;
      width: 50%;
      padding: 30px 20px; }

body.paragel section.voice .base .box:nth-child(1) {
        border-bottom: 1px dashed #cccccc;
        border-right: 1px dashed #cccccc; }

body.paragel section.voice .base .box:nth-child(2) {
        border-bottom: 1px dashed #cccccc; }

body.paragel section.voice .base .box:nth-child(3) {
        border-right: 1px dashed #cccccc; }

body.paragel section.voice .base .box .pic {
        max-width: 170px;
        margin: 0 auto 20px; }

body.paragel section.voice .base .box .name {
        font-size: 15px;
        color: #172e6d;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }

body.paragel section.voice .base .box dl dt {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        margin-bottom: 10px; }

body.paragel section.voice .base .box dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.paragel section.curriculum {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.paragel section.curriculum .base {
    max-width: 960px;
    margin: 0 auto; }

body.paragel section.curriculum .base .box .seminarTi {
      font-size: 20px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 30px;
    letter-spacing: 1px; }

body.paragel section.curriculum .base .box .price {
      font-size: 20px;
      color: #03294f;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 15px; }

body.paragel section.curriculum .base .box .bikou {
      font-size: 13px;
      color: #333333;
      letter-spacing: 1px;
      margin-bottom: 10px; }

body.paragel section.curriculum .base .box .chui {
      font-size: 13px;
      color: #73bab0;
      letter-spacing: 1px;
      font-weight: bold;
      line-height: 1.6em;
      margin-bottom: 40px; }

body.paragel section.curriculum .base .box ul li {
      margin-bottom: 40px;
      background: #fff;
      border: 1px solid #4c4948;
      padding: 15px 0px;
      position: relative; }

body.paragel section.curriculum .base .box ul li:after {
        content: "";
        border: 15px solid transparent;
        border-top: 15px solid #73bab0;
        position: absolute;
        bottom: -45px;
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px); }

body.paragel section.curriculum .base .box ul li:last-child {
        margin-bottom: 0; }

body.paragel section.curriculum .base .box ul li:last-child:after {
        display: none; }

body.paragel section.curriculum .base .box ul li dl dt {
        font-size: 14px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px; }

body.paragel section.curriculum .base .box ul li dl dd {
        font-size: 13px;
        color: #333333;
        text-align: center;
        line-height: 1.8em;
        margin-top: 5px; }

body.paragel section.flow {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.paragel section.flow .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.paragel section.flow .base dl {
      float: left;
      width: 32%;
      margin-right: 2%;
      background: #fff;
      border: 1px solid #03294f;
      padding: 20px; }

body.paragel section.flow .base dl:last-child {
        margin-right: 0; }

body.paragel section.flow .base dl dt {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }

body.paragel section.flow .base dl dt span {
          display: block;
          font-size: 16px;
          color: #73bab0;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          letter-spacing: 1px; }

body.paragel section.flow .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.paragel section.flow .base dl dd span {
          font-size: 14px;
          color: #73bab0;
          font-weight: bold; }

body.paragel section.q_a {
  padding: 80px 15px 0;
  margin: 0 -15px; }

body.paragel section.q_a .cap {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 40px; }

body.paragel section.q_a .base {
    max-width: 960px;
    margin: 0 auto; }

body.paragel section.q_a .base dl {
      margin-bottom: 40px; }

body.paragel section.q_a .base dl dt {
        font-size: 16px;
        color: #03294f;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6em;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 5px;
        margin-bottom: 10px; }

body.paragel section.q_a .base dl dd {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em; }

body.paragel section.q_a .base dl dd a {
          font-size: 13px;
          color: #333333;
          text-decoration: underline; }

@media only screen and (max-width: 767px) {

body.paragel h4.sectionTi {
    font-size: 20px;
    margin-bottom: 20px; }
  
body.paragel .mv-title {
    background: url(../images/paragel_seminar/mv-paragel_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }
  
body.paragel ul.pankuzu {
    padding: 15px; }
  
body.paragel ul.pankuzu li {
      line-height: 1.6em; }
  
body.paragel ul.pankuzu li a {
        line-height: 1.6em; }
  
body.paragel ul.snav {
    padding: 0;
    margin: 0;
    overflow: hidden; }
  
body.paragel ul.snav li {
      display: block;
      padding: 0; }
  
body.paragel ul.snav li a {
        display: block;
        width: 50%;
        float: left;
        border-right: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        padding: 15px 0; }
  
body.paragel ul.snav li a:after {
        display: none; }
     /* body.paragel ul.snav li:last-child a {
        width: 100%;
        border-right: none; }
      body.paragel ul.snav li:nth-child(2n) a {
        border-right: none; }*/

body.paragel section.intro {
    margin: 0;
    padding: 40px 15px; }

body.paragel section.intro h3 {
      font-size: 18px;
      letter-spacing: 1px; }

body.paragel section.intro .cap {
      text-align: left;
      margin-bottom: 30px; }

body.paragel section.intro .picBase .mrg {
      margin: 0; }

body.paragel section.intro .picBase .mrg p {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }

body.paragel section.seminar {
    padding: 50px 15px;
    margin: 0; }

body.paragel section.seminar .base .seminarTi {
      font-size: 16px; }

body.paragel section.seminar .base .chui {
      margin: 0 0 35px; }

body.paragel section.seminar .base .chui p {
        margin-bottom: 10px; }

body.paragel section.seminar .base .listBase {
      margin: 0 0 20px; }

body.paragel section.seminar .base .listBase .bar {
        font-size: 16px;
        text-align: center;
        padding: 5px 15px; }

body.paragel section.seminar .base .listBase ul li a:after {
        display: none; }

body.paragel section.seminar .base .listBase ul li a dl {
        padding: 15px 0; }

body.paragel section.seminar .base .listBase ul li a dl dt {
          float: none;
          margin-right: 0;
          margin-bottom: 5px; }

body.paragel section.seminar .base .listBase ul li a dl dd {
          float: none; }

body.paragel section.osusume {
    padding: 40px 15px;
    margin: 0; }

body.paragel section.osusume .base {
      margin: 0 auto; }

body.paragel section.osusume .base .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: -15px; }

body.paragel section.osusume .base .checkBox {
        padding: 40px 15px 20px 15px;
        margin-bottom: 30px; }

body.paragel section.osusume .base .checkBox ul {
          float: none;
          width: 100%; }

body.paragel section.osusume .base .checkBox ul li {
            padding-left: 25px; }

body.paragel section.osusume .base .checkBox ul li:before {
              content: "";
              background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
              background-size: 21px;
              width: 21px;
              height: 21px;
              position: absolute;
              top: -2px;
              left: 0; }

body.paragel section.osusume .base dl.about {
        margin-bottom: 25px; }

body.paragel section.osusume .base dl.about dt {
          float: none;
          width: 100%;
          margin-bottom: 15px; }

body.paragel section.osusume .base dl.about dd {
          float: none;
          width: 100%; }

body.paragel section.voice {
    padding: 40px 15px;
    margin: 0; }

body.paragel section.voice .base .box {
      float: none;
      width: 100%;
      overflow: auto;
      padding: 0 0 20px;
      margin-bottom: 30px;
      border-right: none !important;
      border-bottom: 1px dashed #cccccc; }

body.paragel section.voice .base .box .pic {
        max-width: 30%;
    float: left;
    padding-right: 5%; }

body.paragel section.voice .base .box .name {
        margin-bottom: 20px; }

body.paragel section.voice .base .box dl dt {
        font-size: 16px; }

body.paragel section.voice .base .box:last-child {
        margin-bottom: 0;
        border-bottom: none; }

body.paragel section.curriculum {
    padding: 40px 15px;
    margin: 0; }

body.paragel section.curriculum .base .box .seminarTi {
      margin-bottom: 20px; }

body.paragel section.curriculum .base .box .chui {
      margin-bottom: 30px; }

body.paragel section.curriculum .base .box ul li {
      padding: 10px 10px; }

body.paragel section.curriculum .base .box ul li dl dd {
        text-align: left; }

body.paragel section.flow {
    padding: 40px 15px;
    margin: 0; }

body.paragel section.flow .base dl {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }

body.paragel section.flow .base dl dt {
        text-align: center; }

body.paragel section.q_a {
    padding: 40px 15px 0;
    margin: 0; }

body.paragel section.q_a .cap {
      text-align: left;
      margin-bottom: 30px; }

body.paragel section.q_a .base dl {
      margin-bottom: 30px; } }
/*パラジェルここまで*/

/*プライバシーポリシー*/
body.privacy .mv-title {
  background: url(../images/privacy/mv-privacy.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.privacy ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.privacy ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }

body.privacy ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }

body.privacy ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }

body.privacy ul.pankuzu li:last-child:after {
      display: none; }

body.privacy section.privacy {
  padding: 80px 30px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.privacy section.privacy .base {
    max-width: 950px;
    margin: 0 auto; }

body.privacy section.privacy .base h3 {
      font-size: 18px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      border-bottom: 1px dashed #cccccc;
      letter-spacing: 1px;
      padding-bottom: 10px;
      margin-bottom: 10px; }

body.privacy section.privacy .base .lead {
      font-size: 13px;
      color: #808080;
      line-height: 1.6em;
      margin-bottom: 30px; }

body.privacy section.privacy .base dl {
      margin-bottom: 30px; }

body.privacy section.privacy .base dl dt {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        line-height: 1.6em; }

body.privacy section.privacy .base dl dd {
        font-size: 13px;
        color: #808080;
        line-height: 1.6em; }

body.privacy section.privacy .base .text {
      font-size: 13px;
      color: #808080;
      line-height: 1.6em; }

body.privacy section.privacy .base .text a {
        font-size: 13px;
        color: #808080;
        text-decoration: underline; }

@media only screen and (max-width: 767px) {

body.privacy ul.pankuzu {
    padding: 15px; }
 
body.privacy ul.pankuzu li {
      line-height: 1.6em; }

body.privacy ul.pankuzu li a {
        line-height: 1.6em; }

body.privacy section.privacy {
    padding: 50px 15px;
    margin: 0; }

body.privacy section.privacy .base h3 {
      line-height: 1.6em; } }
/*プライバシーポリシーここまで*/


/*キャンセルここから*/

body.cancel .mv-title {
  background: url(../images/privacy/mv-privacy.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.cancel ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.cancel ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }

body.cancel ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }

body.cancel ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }

body.cancel ul.pankuzu li:last-child:after {
      display: none; }

body.cancel section.cancel {
  padding: 80px 30px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.cancel section.cancel .base {
    max-width: 950px;
    margin: 0 auto; }

body.cancel section.cancel .base h2 {
      font-size: 24px;
      color: #03294f;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      letter-spacing: 1px;
      padding-bottom: 10px;
      margin-bottom: 20px; }

body.cancel section.cancel .base h3 {
      font-size: 16px;
      color: #03294f;
      text-align: center;
      font-weight: bold;
      background: #03294f;
      color: #FFF;
      letter-spacing: 1px;
      padding: 15px;
      margin-bottom: 10px; }

body.cancel section.cancel .base .cap{
     text-align: center;
     font-size: 14px;
     margin-bottom: 30px;}

body.cancel section.cancel .base .linkBtn {
    overflow: hidden;
    max-width: 590px;
    margin: 0 auto 70px;}

body.cancel section.cancel .base .linkBtn a:first-child {
    margin-right: 4%;
    padding: 20px 0;}

body.cancel section.cancel .base .linkBtn a:last-child {
    padding: 20px 0;}

body.cancel section.cancel .base .linkBtn a {
    display: block;
    width: 48%;
    float: left;
    font-size: 14px;
    color: #03294f;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #03294f;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;}

body.cancel section.cancel .base .linkBtn a span {
    display: block;}

body.cancel section.cancel .base .white_box {
      background: #FFF; }

body.cancel section.cancel .base .lead {
      font-size: 13px;
      color: #808080;
      line-height: 1.6em;
      margin-bottom: 30px; }

body.cancel section.cancel .base dl {
      margin-bottom: 30px; }

body.cancel section.cancel .base dl dt {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        line-height: 1.6em; }

body.cancel section.cancel .base dl dd {
        font-size: 13px;
        color: #808080;
        line-height: 1.6em; }

body.cancel section.cancel .base .text {
      font-size: 13px;
      color: #808080;
      line-height: 1.6em; }

body.cancel section.cancel .base .text a {
        font-size: 13px;
        color: #808080;
        text-decoration: underline; }


@media only screen and (max-width: 767px) {

body.cancel ul.pankuzu {
    padding: 15px; }

body.cancel ul.pankuzu li {
      line-height: 1.6em; }

body.cancel ul.pankuzu li a {
        line-height: 1.6em; }

body.cancel section.cancel {
    padding: 50px 15px;
    margin: 0; }

body.cancel section.cancel .base h3 {
      line-height: 1.6em; } }

/*キャンセルここまで*/





/*よくあるご質問ここから*/

body.q-and-a .mv-title {
  background: url(../images/qanda/mv-qanda.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.q-and-a ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.q-and-a ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }

body.q-and-a ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }

body.q-and-a ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }

body.q-and-a ul.pankuzu li:last-child:after {
      display: none; }

body.q-and-a section.q-and-a {
  padding: 50px 30px;
  margin: 0 -15px; }

body.q-and-a section.q-and-a .base {
    max-width: 950px;
    margin: 0 auto; }

body.q-and-a section.q-and-a .base h2 {
    font-size: 18px;
    margin-top: 60px;
    color: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    border-bottom: 1px dashed #cccccc;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px; }

body.q-and-a section.q-and-a .base h3 {
      font-size: 16px;
      color: #03294f;
      text-align: center;
      font-weight: bold;
      background: #03294f;
      color: #FFF;
      letter-spacing: 1px;
      padding: 15px;
      margin-bottom: 10px; }

body.q-and-a section.q-and-a .base .cap{
     text-align: center;
     font-size: 14px;
     line-height: 1.8em;
     margin-bottom: 30px;}

body.q-and-a section.q-and-a .base .cap a{
  text-decoration: underline;
  color: #73bab0;}

body.q-and-a section.q-and-a .base .linkBtn {
    overflow: hidden;
    margin: 0 auto 0px;}

body.q-and-a section.q-and-a .base .linkBtn a {
    margin-right: 1%;
    padding: 15px 0;
    margin-bottom: 15px;}

body.q-and-a section.q-and-a .base .linkBtn a {
    display: block;
    width: 49%;
    float: left;
    font-size: 13px;
    color: #03294f;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #03294f;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;}

body.q-and-a section.q-and-a .base .linkBtn a span {
    display: block;}

body.q-and-a section.q-and-a .base .white_box {
    background: #FFF; }

body.q-and-a section.q-and-a .base .lead {
    font-size: 13px;
    color: #808080;
    line-height: 1.6em;
    margin-bottom: 30px; }

body.q-and-a section.q-and-a .base dl {
    margin-bottom: 30px; }

body.q-and-a section.q-and-a .base dl dt {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6em; }

body.q-and-a section.q-and-a .base dl dd {
    font-size: 13px;
    color: #808080;
    line-height: 1.6em; }

body.q-and-a section.q-and-a .base .text {
    font-size: 13px;
    color: #808080;
    line-height: 1.6em; }

body.q-and-a section.q-and-a .base .text a {
        font-size: 13px;
        color: #808080;
        text-decoration: underline; }

/* アコーディオン */
.ac-container{
    width: auto;
    margin: 3px auto;}

.ac-container label{
    width: 100%;
    text-align: center;
    background: #03294f;
    margin: auto;
    text-align: left;
    padding: 13px 15px;
    position: relative;
    display: block;
    height: 40px;
    cursor: pointer;
    color: #fff;}

.ac-container label:hover{
    background: rgba( 9, 63, 107, 0.55 );
    -webkit-transition: all .3s;
    transition: all .3s;}

.ac-container label:before{
 color: #fff;
    font-family:"FontAwesome";
    content:"\f0dd";
    padding-right: 10px;}

.ac-container input:checked ~ label::before {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f0de";
   padding-right: 10px;}

.ac-container input{
   display: none;}

.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;}

.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);}

.ac-container div p{
   line-height: 23px;
   font-size: 13px;
   padding: 20px;}

.ac-container div p .jyuyou{
   font-size: 14px;
   font-weight: bold;}

.ac-container div.ac-small a {
  text-decoration: underline;}

/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: auto;}

.ac-container input:checked ~ div.ac-medium{
   height: auto;}

.ac-container input:checked ~ div.ac-large{
   height: auto;}

@media only screen and (max-width: 767px) {

body.q-and-a ul.pankuzu {
    padding: 15px; }

body.q-and-a ul.pankuzu li {
      line-height: 1.6em; }

body.q-and-a ul.pankuzu li a {
        line-height: 1.6em; }

body.q-and-a section.q-and-a {
    padding: 35px 15px;
    margin: 0; }

body.q-and-a section.q-and-a .base h3 {
      line-height: 1.6em; }

body.q-and-a section.q-and-a .base .linkBtn a {
  width: 100%;
  font-size: 14px;}
body.q-and-a section.q-and-a .base h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  }
.ac-container label {
    margin: auto;
    text-indent: -1.5em;
    line-height: 1.8em;
    padding: 13px 15px;
    height: auto;
    cursor: pointer;
    color: #fff;
}
.ac-container label:before {
    padding-left: 1.8em;
} }

/*よくあるご質問ここまで*/




body.salonvisit h4.sectionTi {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px; }

body.salonvisit h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px; }

body.salonvisit .mv-title {
  background: url(../images/salonvisit_seminar/mv-salonvisit.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.salonvisit ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }
  body.salonvisit ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }
    body.salonvisit ul.pankuzu li a {
      font-size: 10px;
      color: #666666; }
    body.salonvisit ul.pankuzu li:after {
      content: "〉";
      font-size: 10px;
      color: #666666;
      position: absolute;
      top: 0;
      right: -20px; }
    body.salonvisit ul.pankuzu li:last-child:after {
      display: none; }

body.salonvisit section.intro {
  margin: 0 -15px;
  padding: 60px 15px;
  background: url(../images/common/bg-teal-tex.jpg) top left/1000px 282px repeat; }
  body.salonvisit section.intro h3 {
    display: block;
    max-width: 880px;
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff; }
    body.salonvisit section.intro h3 span {
      font-size: 20px;
      color: #fff;
      border: 1px solid #fff;
      padding: 5px 10px; }
  body.salonvisit section.intro .cap {
    font-size: 60px;
    color: #fcee21;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 40px; }
  body.salonvisit section.intro .picBase {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    body.salonvisit section.intro .picBase .mrg {
      /*margin: 0 -15px;*/ }
      body.salonvisit section.intro .picBase .mrg p {
        /*float: left;
					width: 33.333333%;
					padding: 0 15px;*/
        text-align: center; }
        body.salonvisit section.intro .picBase .mrg p img {
          max-width: 300px; }

body.salonvisit section.seminar {
  padding: 80px 15px;
  margin: 0 -15px; }
  body.salonvisit section.seminar .base {
    max-width: 960px;
    margin: 0 auto; }
    body.salonvisit section.seminar .base .cap {
      font-size: 14px;
      color: #333333;
      text-align: center;
      line-height: 1.8em;
      margin-bottom: 40px; }
      body.salonvisit section.seminar .base .cap span {
        font-size: 14px;
        color: #73bab0;
        font-weight: bold; }
    body.salonvisit section.seminar .base .linkBtn {
      overflow: hidden;
      max-width: 590px;
      margin: 0 auto 70px; }
      body.salonvisit section.seminar .base .linkBtn a {
        display: block;
        width: 48%;
        float: left;
        font-size: 14px;
        color: #03294f;
        font-weight: bold;
        text-align: center;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background: #fff;
        border: 2px solid #03294f;
        -webkit-transition: 0.2s all;
        transition: 0.2s all; }
        body.salonvisit section.seminar .base .linkBtn a span {
          display: block; }
        body.salonvisit section.seminar .base .linkBtn a:first-child {
          margin-right: 4%;
          line-height: 1.3em;
          padding: 10px 0; }
        body.salonvisit section.seminar .base .linkBtn a:last-child {
          line-height: 1.3em;
          padding: 10px 0; }
        body.salonvisit section.seminar .base .linkBtn a:hover {
          color: #fff;
          background: #03294f; }
    body.salonvisit section.seminar .base .box .seminarTi {
      font-size: 18px;
      color: #fff;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.6em;
      background: #03294f;
      padding: 5px 10px;
      margin-bottom: 30px;
      letter-spacing: 1px; }
    body.salonvisit section.seminar .base .box.box01 {
      margin-bottom: 80px; }
      body.salonvisit section.seminar .base .box.box01 dl.merit {
        margin-bottom: 40px; }
        body.salonvisit section.seminar .base .box.box01 dl.merit dt {
          font-size: 16px;
          color: #333333;
          text-align: center;
          font-weight: bold;
          margin-bottom: 20px; }
        body.salonvisit section.seminar .base .box.box01 dl.merit dd ul {
          overflow: hidden;
          width: 100%; }
      
      body.salonvisit section.seminar .base .box.box01 dl.merit dd ul li {
            float: left;
            width: 16.666%;
            padding: 0 10px; }
      
      body.salonvisit section.seminar .base .box.box01 .lead {
        font-size: 13px;
        color: #333333;
        line-height: 2.0em;
        margin-bottom: 40px; }
      
      body.salonvisit section.seminar .base .box.box01 .lead span {
          font-size: 13px;
          color: #73bab0;
          font-weight: bold; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner {
        margin-bottom: 40px; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner .ti {
          font-size: 18px;
          color: #03294f;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          border-bottom: 1px dashed #cccccc;
          padding-bottom: 10px;
          margin-bottom: 20px;
          letter-spacing: 1px; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner dl.block {
          border: 1px solid #999999;
          padding: 20px;
          margin-bottom: 20px; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner dl.block dt {
            font-size: 17px;
            line-height: 1.5em;
            color: #03294f;
            font-weight: bold;
            letter-spacing: 1px; }

      body.salonvisit section.seminar .melit {
        border: 1px solid #03294f;
        overflow: auto;
      }
      body.salonvisit section.seminar .melit span {
        color: #FFF!important;
        display: block;
        width: 100%;
        background: #03294f!important;
        padding: 5px 10px;
        font-size: 12px!important;
        margin-right: 10px;
        float: left;
      }
      body.salonvisit section.seminar .melit p {
        letter-spacing: 0.1em;
        padding: 15px 10px 10px;
      }

      body.salonvisit section.seminar .base .box.box01 .exInner dl.block .price {
            font-size: 18px;
            color: #03294f;
            line-height: 1.8em;
            margin-top: 15px;
            font-weight: bold;
            letter-spacing: 1px; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner dl.block dd {
            font-size: 13px;
            color: #333333;
            line-height: 1.8em;
            margin-top: 10px; }
      
      body.salonvisit section.seminar .base .box.box01 .exInner dl.block dd span {
    font-size: 18px;
    color: #03294f;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
      body.salonvisit section.seminar .base .box.box01 .exInner dl.price dt {
          font-size: 18px;
          color: #03294f;
          font-weight: bold;
          line-height: 1.8em;
          letter-spacing: 2px;
          margin-bottom: 15px; }
    
    body.salonvisit section.seminar .base .box.box01 .exInner dl.price dd {
          font-size: 14px;
          color: #333333;
          line-height: 1.8em; }

    body.salonvisit section.seminar .red {
      color: #e72746;
    }

    body.salonvisit section.seminar .base .box.box02 .exInner dl.block .red {
      color: #e72746;
    font-size: 13px;
    line-height: 1.8em;
    }
    body.machine .wrap_right .red {
      color: #e72746;
      font-size: 13px;
      line-height: 1.8em;
      margin-bottom: 30px;
    }
    body.machine .wrap_right .red a {
      text-decoration: underline;
    }

    body.paragel .wrap_right .red {
      color: #e72746;
      font-size: 13px;
      line-height: 1.8em;
      margin-bottom: 30px;
    }
    body.paragel .wrap_right .red a {
      text-decoration: underline;
    }

    body.greennail .wrap_right .red {
      color: #e72746;
      font-size: 13px;
      line-height: 1.8em;
      margin-bottom: 30px;
    }
    body.greennail .wrap_right .red a {
      text-decoration: underline;
    }
    
    body.salonvisit section.seminar .base .box.box02 .lead {
      font-size: 13px;
      color: #333333;
      line-height: 1.8em;
      margin-bottom: 40px; }
      body.salonvisit section.seminar .base .box.box02 .lead span {
        font-size: 16px;
        color: #333333;
        font-weight: bold; }
    body.salonvisit section.seminar .base .box.box02 .exInner {
      margin-bottom: 40px; }
      body.salonvisit section.seminar .base .box.box02 .exInner .ti {
        font-size: 18px;
        color: #03294f;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 10px;
        margin-bottom: 20px;
        letter-spacing: 1px; }
      body.salonvisit section.seminar .base .box.box02 .exInner .text {
        font-size: 13px;
        color: #333333;
        line-height: 1.8em;
        margin-bottom: 40px; }
      body.salonvisit section.seminar .base .box.box02 .exInner dl.block {
        border: 1px solid #999999;
        padding: 20px;
        margin-bottom: 20px; }
        body.salonvisit section.seminar .base .box.box02 .exInner dl.block dt {
          font-size: 18px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 1px; }
        body.salonvisit section.seminar .base .box.box02 .exInner dl.block dd {
          font-size: 14px;
          color: #333333;
          line-height: 1.8em;
          margin-top: 10px; }
          body.salonvisit section.seminar .base .box.box02 .exInner dl.block dd span {
            font-size: 18px;
            color: #03294f;
            font-weight: bold;
            letter-spacing: 1px; }
      body.salonvisit section.seminar .base .box.box02 .exInner .chui {
        font-size: 14px;
        color: #333333;
        line-height: 1.8em; }
    body.salonvisit section.seminar .base .box.box02 .moreBtn a {
      display: block;
      max-width: 280px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: 0 auto;
      background: #03294f;
      border: 1px solid #03294f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
      body.salonvisit section.seminar .base .box.box02 .moreBtn a:hover {
        color: #03294f;
        background: #fff; }

body.salonvisit section.form {
  padding: 80px 30px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.salonvisit section.form .cap {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px; }

body.salonvisit section.form .base {
    max-width: 940px;
    margin: 0 auto; }

body.salonvisit section.form .base table {
      width: 100%; }

body.salonvisit section.form .base table tr th {
        width: 20%;
        font-size: 14px;
        color: #03294f;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
        line-height: 1.6em; }

body.salonvisit section.form .base table tr th span {
          font-size: 13px;
          color: #fff;
          background: #03294f;
          padding: 3px 5px; }

body.salonvisit section.form .base table tr {
  border-bottom: 1px solid #cccccc;
}
body.salonvisit section.form .base table tr td {
        width: 80%;
        padding: 20px 0;
        border-bottom: none; }

body.salonvisit section.form .base table tr td input {
          width: 100%;
          padding: 5px 10px; }

body.salonvisit section.form .base table .checkbox td input {
  width: 20px;
  float: left;
}
body.salonvisit section.form .base table .checkbox td {
  float: left;
  width: auto;
  padding: 21px 20px 22px 0px;
}
body.salonvisit section.form .base table tr td input::placeholder {
    font-size: 13px;
    color: #999999; }

body.salonvisit section.form .base table tr td textarea {
    width: 100%;
    padding: 5px 10px; }

body.salonvisit section.form .base dl.privacy {
    padding: 30px 0 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    position: relative; }

body.salonvisit section.form .base dl.privacy dt {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    background: #03294f;
    padding: 10px 15px;
    margin-bottom: 15px; }

body.salonvisit section.form .base dl.privacy dd {
    font-size: 13px;
    color: #333333;
    line-height: 1.8em;
    letter-spacing: 1px; }

body.salonvisit section.form .base dl.privacy dd a {
    font-size: 13px;
    color: #333333;
    text-decoration: underline; }

body.salonvisit section.form .base dl.privacy dd.radio {
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 20px;
    right: 0; }

body.salonvisit section.form .base .submit {
    max-width: 620px;
    margin: 0 auto; }

@media only screen and (max-width: 767px) {
body.salonvisit h4.sectionTi {
    font-size: 18px;
    margin-bottom: 20px; }

body.salonvisit .mv-title {
    background: url(../images/salonvisit_seminar/mv-salonvisit_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }

body.salonvisit ul.pankuzu {
    padding: 15px; }

body.salonvisit ul.pankuzu li {
    line-height: 1.6em; }

body.salonvisit ul.pankuzu li a {
    line-height: 1.6em; }

body.salonvisit section.intro {
    margin: 0;
    padding: 40px 15px; }

body.salonvisit section.intro h3 {
    font-size: 18px;
    letter-spacing: 1px; }

body.salonvisit section.intro h3 span {
    font-size: 14px;
    display: block;
    padding: 2px 0;
    margin-bottom: 10px; }

body.salonvisit section.intro .cap {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 30px; }

body.salonvisit section.intro .picBase .mrg {
    margin: 0; }

body.salonvisit section.intro .picBase .mrg p {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px; }

body.salonvisit section.seminar {
    padding: 40px 15px;
    margin: 0; }

body.salonvisit section.seminar .base .box .seminarTi {
    font-size: 16px; }

body.salonvisit section.seminar .melit {
    border: 1px solid #03294f;
    overflow: auto;}

body.salonvisit section.seminar .melit span {
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 12px!important;
    margin-right: 0px;
    float: none;}

body.salonvisit section.seminar .melit p {
    line-height: 1.5em;
    padding: 10px 10px 9px;}
  
body.salonvisit section.form {
    padding: 30px 15px 50px;
    margin: 0; }

body.salonvisit section.form h4.sectionTi {
    line-height: 1.5em; }

body.salonvisit section.seminar .base .box.box01 dl.merit dd ul li {
    float: left;
    width: 50%;
    padding: 5px 5px;}

body.salonvisit section.form .cap {
    margin-bottom: 20px; }
  
body.salonvisit section.form .base table tr {
    padding: 0; }
  
body.salonvisit section.form .base table tr th {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none; }
  
body.salonvisit section.form .base table tr td {
    display: block;
    width: 100%;
    padding: 0 0 15px; }
  
body.salonvisit section.form .base dl.privacy {
    padding: 20px 0;
    margin-bottom: 30px; }
  
body.salonvisit section.form .base dl.privacy dd.radio {
    position: static;
    margin-top: 10px; }
  
body.salonvisit section.form .base .submit {
    max-width: 620px;
    margin: 0 auto; } }


/*サロン訪問セミナーここまで*/

/*商品紹介*/

body.item .mv-title {
    background: url(../images/item/mv-item.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
body.item ul.pankuzu {
    overflow: hidden;
    padding: 15px 30px;
    background: #f7f7f7;
}
body.item ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative;
}
body.item ul.pankuzu li a {
    font-size: 10px;
    color: #666666;
}
body.item section.intro {
    margin: 0 -15px;
    padding: 70px 15px;
    background: url(../images/paragel_seminar/bg-intro.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
body.item section.intro h3 {
    font-size: 24px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
body.item section.intro .cap {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
body.item section.itembox {
    padding: 30px 15px;
    margin: 0 -15px;
}
body.item h4.sectionTi {
    font-size: 26px;
    letter-spacing: 0em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
body.item h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px;
}
body.item section.itembox .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
body.item section.itembox .productList {
  overflow: auto;
}
body.item section.itembox .productList li{
  width: 31.3%;
  margin: 0px 1% 50px;
  float: left;
  border: 2px solid #e6e6e6;
  padding: 10px;
}
body.item section.itembox .productList li:hover {
  opacity: 0.7;
}
body.item section.itembox .productList li img {
  float: left;
  width: 30%;
  padding-right: 10px;
}
body.item section.itembox .productList li p {
  float: left;
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  color: #03294f;
  padding: 14px 0px;
}
body.item section.itembox .productList li p span {
  font-weight: normal;
  font-size: 14px;
}
body.item section.itembox .item_txt {
  margin-bottom: 70px;
  overflow: auto;
}
body.item section.itembox .item_txt h4 {
  color: #03294f;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #03294f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body.item section.itembox hr {
  margin-bottom: 20px;
}
body.item section.itembox .item_txt .leftcolumn {
  width: 38%;
  float: left;
  padding-right: 2%;
}
body.item section.itembox .item_txt .leftcolumn a {
  text-align: center;
    color: #FFF;
    background: #03294f;
    width: 100%;
    display: block;
    padding: 20px;
    margin-top: 15px;
    border-radius: 27px;
}
body.item section.itembox .item_txt .rightcolumn {
  width: 60%;
  float: left;
}
body.item section.itembox .item_txt .rightcolumn .blue_bgtxt {
  background: #03294f;
    padding: 3px 5px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
body.item section.itembox .item_txt .rightcolumn .red_bgtxt {
  background: #e72746;
    padding: 3px 5px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
body.item section.itembox .item_txt .rightcolumn h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
body.item section.itembox .item_txt .rightcolumn p{
  margin-bottom: 15px;
  line-height: 1.8em;
  font-size: 13px;
}
body.item section.itembox .item_txt .rightcolumn ul {
  margin-bottom: 30px;
  margin-top: 10px;
}
body.item section.itembox .item_txt .rightcolumn ul li {
  line-height: 1.7em;
  font-size: 13px;
  margin-bottom: 10px;
}
body.item section.itembox .item_txt .rightcolumn .bg_glay {
  background: #ededed;
  padding: 15px;
}
body.item section.itembox .item_txt .rightcolumn .bg_glay a {
  text-decoration: underline;
}
body.item section.intro p span{
  color: #f7e921;
}
body.item section.ec h3 {
  text-align: center;
  color: #03294f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.item section.ec .link {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 60px;
  display: block;
}
body.item section.bg_glay {
  background: #f7f7f7;
  padding: 60px 0px;
  text-align: center;
  line-height: 1.5em;
}
body.item section.bg_glay p a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  body.item .wrap {
    overflow-y: hidden;
  }
  body.item section.intro p {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  body.item section.itembox .productList {
    overflow: auto;
    margin-bottom: 50px;
}
  body.item section.itembox .productList li {
    width: 90%;
    margin: 5px auto;
    float: none;
    border: 2px solid #e6e6e6;
    padding: 3px;
    overflow: auto;
}
body.item section.itembox .productList li img {
    width: 20%;
}
body.item section.itembox .item_txt {
    width: 90%;
    overflow: auto;
    margin: 0 auto 60px;
}
body.item section.itembox .item_txt p {
  font-size: 13px;
}
body.item section.itembox .item_txt h5 {
  line-height: 1.5em;
}
body.item section.itembox .item_txt .leftcolumn {
    width: 100%;
    float: none;
    padding-right: 0%;
}
body.item section.itembox .item_txt .leftcolumn img {
  width: 75%;
  margin: 0 auto;
  display: block;
}
body.item section.itembox .item_txt .leftcolumn a {
    padding: 15px;
    margin: 15px 0px;
}
body.item section.itembox .item_txt .rightcolumn {
    width: 100%;
    float: none;
}
body.item section.ec {
  width: 90%;
  margin: 0 auto;
}
body.item section.ec h3 {
  font: 16px;
}
body.item section.bg_glay h4 {
  line-height: 1.5em;
  font-size: 20px;
}
body.item section.bg_glay {
  padding: 60px 10px;
  font-size: 13px;
}
}


/*商品紹介ここまで*/


body.seminar.archive .intro {
  padding: 15px;
  background: #FFF;
  margin-top: 17px; }

body.seminar.archive .intro .title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.75; }

body.seminar.archive .intro p {
    margin-bottom: 5px;
    line-height: 1.91;
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.08em; }

body.seminar.archive .intro p a {
      text-decoration: underline; }

body.seminar.archive .intro p:last-child {
      margin: 0; }

body.seminar.archive .section-title {
  margin: 10px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }

@media only screen and (max-width: 767px) {
body.seminar.archive .section-title {
    padding: 0 0 10px;
    margin: 20px auto 15px; } }

body.seminar.archive .content {
    padding: 0 0 125px; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content {
    padding: 0 0px 50px; } }

body.seminar.archive .content .noPosts {
    padding-top: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0em;
    line-height: 1.8em; }

body.seminar.archive .content .noPosts a {
    text-decoration: underline;}

body.seminar.archive .content ul li {
    padding: 20px 25px 25px;
    background: #FFF;
    margin: 0 0 40px;
    position: relative; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li {
        padding: 0;
        margin: 0 0 20px; } }

body.seminar.archive .content ul li .heading {
      display: -webkit-flex;
      display: flex;
      padding: 6px 0;
      margin: 0 0 15px;
      border-bottom: 1px dashed #ccc; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .heading {
          -webkit-flex-direction: column;
          flex-direction: column;
          padding: 13px; } }

body.seminar.archive .content ul li .heading .status {
        width: 62px;
        height: 22px;
        -webkit-flex: 0 0 62px;
        flex: 0 0 62px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #FFF;
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 0em; }

body.seminar.archive .content ul li .heading .status--vacant {
    background: #73bab0; }

body.seminar.archive .content ul li .heading .status--full {
    /*background: #03294f;*/
    background: #e72746; }


@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .heading .status {
    -webkit-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 62px;
    margin: 0 0 10px; } }

body.seminar.archive .content ul li .heading .title {
    font-weight: 700;
    letter-spacing: 0em;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 16px;
    line-height: 1.5em; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .heading .title {
    padding: 0; } }

body.seminar.archive .content ul li .content-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .content-box {
    padding: 0 13px 60px; } }

body.seminar.archive .content ul li .content-box .image {
    width: 150px;
    height: 150px;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px; }

body.seminar.archive .content ul li .content-box .image a {
    transition: opacity 0.3s; }

body.seminar.archive .content ul li .content-box .image a:hover {
    opacity: 0.6; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .content-box .image {
    width: 86px;
    height: 86px;
    position: relative;
    -webkit-flex: 0 0 86px;
    flex: 0 0 86px;
    position: relative; }

body.seminar.archive .content ul li .content-box .image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%; }

body.seminar.archive .content ul li .content-box .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

body.seminar.archive .content ul li .content-box .image img {
    position: absolute;
    top: 0;
    left: 0; } }

body.seminar.archive .content ul li .content-box .main-content {
    width: calc(100% - 150px);
    padding: 0 0 0 15px; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .content-box .main-content {
    width: calc(100% - 86px);
    padding: 0 0 0 12px; } }

body.seminar.archive .content ul li .content-box .main-content .meta {
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 0 0 10px;
    display: block; }

body.seminar.archive .content ul li .content-box .main-content .meta .separator {
    font-weight: 400;
    display: inline-block;
    position: relative;
    left: -3px; }

body.seminar.archive .content ul li .content-box .main-content .text-content {
    margin: 0 0 20px; }

@media only screen and (max-width: 767px) {
body.seminar.archive .content ul li .content-box .main-content .text-content {
    display: none; } }

body.seminar.archive .content ul li .content-box .main-content .text-content p {
    color: #808080;
    font-size: 13px;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.12em; }

body.seminar.archive .content ul li .content-box .main-content .profile {
    display: -webkit-flex;
    display: flex; }

body.seminar.archive .content ul li .content-box .main-content .profile a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

body.seminar.archive .content ul li .content-box .main-content .profile__thumb {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 14px 0 0; }

body.seminar.archive .content ul li .content-box .main-content .profile__content {
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0em; }

body.seminar.archive .content ul li .content-box .main-content .profile__content h4 {
    margin: 0 0 6px; }

body.seminar.archive .content ul li .content-box .main-content .profile__name {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem; }

body.seminar.archive .content ul li .content-box .profile {
    width: 100%; }

body.seminar.archive .content ul li .permalink {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: 700; }

@media only screen and (max-width: 1024px) {
body.seminar.archive .content ul li .permalink {
          height: 35px;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          color: #FFF;
          background-color: #03294f;
          width: 100%;
          bottom: 0;
          right: 0;
          left: 0; }

body.seminar.archive .content ul li .content-box .main-content {
          width: calc(100% - 150px);
          padding: 0 0 25px 15px;
          } }

body.seminar {
  background: #f7f7f7; }

body.seminar .mv-title {
    background-image: url(../images/seminar/mv-seminar.jpg);
    margin-bottom: 55px; }

@media only screen and (max-width: 767px) {
body.seminar .mv-title {
    margin-bottom: 15px; } }

body.seminar .inner {
    display: -webkit-flex;
    display: flex; }

@media only screen and (max-width: 767px) {
body.seminar .inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 16px; } }

body.seminar .inner .blog_sidebar {
    -webkit-flex: 0 0 216px;
    flex: 0 0 216px; }

@media only screen and (max-width: 767px) {
body.seminar .inner .blog_sidebar {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%; } }

@media only screen and (max-width: 767px) {
body.seminar .cat-list {
    padding: 0; } }

body.seminar .cat-list li {
    display: inline-block; }

body.seminar .cat-list li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

body.seminar .cat-list li.current-cat a, body.seminar .cat-list li:hover a {
    background: #03294f;
    color: #FFF; }

body.seminar .cat-list a {
    padding: 0 12px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #03294f;
    color: #03294f;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0em;
    margin: 0 5px 7px 0; }

body.seminar.schedule {
  background: #FFF; }

body.seminar.schedule .mv-title {
    background-image: url(../images/seminar/mv-schedule.jpg);
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
body.seminar.schedule .mv-title {
        margin-bottom: 0; } }

body.seminar.schedule .breadcrumbs {
    margin-bottom: 55px; }

@media only screen and (max-width: 767px) {
body.seminar.schedule .breadcrumbs {
        margin-bottom: 15px; } }

body.seminar.schedule main {
    padding-bottom: 200px; }

body.seminar.schedule .inner {
    display: block; }

body.seminar.schedule .btn--rounded {
    margin-top: 80px; }

body.seminar.single .ai1ec-single-event {
  display: none; }

body.seminar.single .left-wrapper {
  padding-bottom: 107px; }

@media only screen and (max-width: 767px) {
body.seminar.single .left-wrapper {
      padding-bottom: 50px; }

body .moushikomi {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #03294f;
      opacity: 0.8;
      color: #FFF;
      padding: 5px 0px 10px;
      text-align: center;} 

body .moushikomi a:hover {
      opacity: 0.8;}

body .moushikomi span {
      font-size: 16px;
      line-height: 1.8em;
      font-weight: bold;}}

body.seminar.single .inner .heading {
  display: -webkit-flex;
  display: flex;
  padding: 6px 0;
  margin: 0 0 15px;
  border-bottom: 1px dashed #ccc; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .heading {
    -webkit-flex-direction: column;
    flex-direction: column; } }

body.seminar.single .inner .heading .status {
    width: 62px;
    height: 22px;
    -webkit-flex: 0 0 62px;
    flex: 0 0 62px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0em; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .heading .status {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; } }

body.seminar.single .inner .heading .status--vacant {
    background: #73bab0; }

body.seminar.single .inner .heading .status--full {
    /*background: #03294f;*/
    background: #e72746; }

body.seminar.single .inner .heading .title {
    font-weight: 700;
    letter-spacing: 0em;
    font-size: 16px;
    line-height: 1.6em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 16px; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .heading .title {
    width: 100%;
    padding: 10px 0; } }

body.seminar.single .inner .meta {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 15px;
    display: block; }

body.seminar.single .inner .content {
    background: #FFF;
    padding: 25px 30px; }

body.seminar.single .inner .content .thumb {
    width: 100%;
    height: 360px;
    object-fit: cover;}

@media only screen and (max-width: 767px) {
body.seminar.single .inner .content {
    padding: 25px 16px; } }

body.seminar.single .inner .content p {
    line-height: 1.75;
    font-size: 13px;
    letter-spacing: 0.1em; }

body.seminar.single .inner .text {
    line-height: 1.62;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    margin: 25px 0 50px; }

body.seminar.single .inner .text p {
    margin: 0 0 15px; }

body.seminar.single .inner .text strong {
    font-weight: bold; }

body.seminar.single .inner .text em {
    font-style: italic; }
  
body.seminar.single .inner .text p:last-child {
    margin: 0; }

body.seminar.single .inner .text a {
    text-decoration: underline; }

body.seminar.single .inner p.intro {
    font-size: 13px;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.75;
    margin: 0 0 30px; }

body.seminar.single .inner .table-data {
    background: #FFF;
    padding: 0 0px; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .table-data {
    padding: 0 0px; } }

body.seminar.single .inner .table-data .data-table {
    border-top: 2px solid #03294f;
    border-bottom: 2px solid #03294f;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.75;
    width: 100%; }

body.seminar.single .inner .table-data .data-table a {
    text-decoration: underline;
  }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .table-data .data-table tr {
        display: block;
        padding: 10px 15px; } }

body.seminar.single .inner .table-data .data-table tr td {
      background-color: #FFF;
      vertical-align: top;
      padding: 10px 0;
      letter-spacing: 0.05em; }

body.seminar.single .inner .table-data .data-table td {
      font-size: 14px;
      line-height: 1.8em;
        letter-spacing: 0;
    }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .table-data .data-table tr td {
          display: block;
          width: 100%;
          padding: 0; }

body.seminar.single .inner .table-data .data-table td {
        font-size: 13px;

        }}

body.seminar.single .inner .table-data .data-table tr td.cell-title {
        width: 120px;
        padding: 10px 0 0 15px; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .table-data .data-table tr td.cell-title {
            width: 100%;
            padding: 0 0 2px;
            font-weight: 700; } }

body.seminar.single .inner .table-data .data-table tr:nth-child(odd) td {
      background-color: #f2f2f2; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .table-data .data-table tr:nth-child(odd) {
        background-color: #f2f2f2; } }

body.seminar.single .inner .lecturer {
  background: #fff;
  padding: 0 0px; }

body.seminar.single .inner .profile {
  display: -webkit-flex;
  display: flex; }

@media only screen and (max-width: 767px) {

body.seminar.single .inner .profile {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

body.seminar.single .inner .profile__left {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column; }

body.seminar.single .inner .profile__left .subgroup {
    /*max-width: 150px;
    width: 100%;*/
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .profile__left .subgroup {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .profile__left {
    width: 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row; } }

body.seminar.single .inner .profile__left img {
    /*width: 150px;
    height: 150px;*/
    border-radius: 50%;
    flex: 0 0 150px;
    margin: 0 20px 0 0; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .profile__left img {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    margin: 0 20px 0 0; } }

body.seminar.single .inner .profile__left .name {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
    display: block; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .profile__left .name {
    margin: 0 0 15px; } }

body.seminar.single .inner .profile__left .btn-profile {
    width: 100%;
    height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0em;
    background: #03294f;
    border-radius: 14px;
    max-width: 133px;
    width: 100%;
    -webkit-flex: 1 1 133px;
    flex: 1 1 133px; }

body.seminar.single .inner .profile__content {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.75; }

@media only screen and (max-width: 767px) {
body.seminar.single .inner .profile__content {
    margin: 25px 0 0; } }

body.seminar.single .inner .profile__content p {
    margin: 0 0 15px; }

body.seminar.thanks .left-wrapper {
    width: 100%; }

body.seminar.thanks .inner {
    -webkit-align-items: flex-start;
    align-items: flex-start; }

body.seminar.thanks .content {
    background: #FFF;
    padding: 25px 30px 160px; }

@media only screen and (max-width: 767px) {
body.seminar.thanks .content {
    padding-bottom: 60px;
    margin: 0 0 40px; } }

body.seminar.thanks .content h3 {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: #333; }

body.seminar.thanks .content p {
    margin: 25px 0 0;
    line-height: 1.3125;
    font-size: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    color: #808080; }

body.seminar.thanks .content p.base-text {
    margin: 45px 0 0; }

body.sitemap .mv-title {
    background: url(../images/sitemap/mv-sitemap.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover; }

body.sitemap ul.pankuzu {
    overflow: hidden;
    padding: 15px 30px;
    background: #f7f7f7; }

body.sitemap ul.pankuzu li {
    float: left;
    font-size: 10px;
    color: #666666;
    margin-right: 25px;
    letter-spacing: 1px;
    position: relative; }

body.sitemap ul.pankuzu li a {
    font-size: 10px;
    color: #666666; }

body.sitemap ul.pankuzu li:after {
    content: "〉";
    font-size: 10px;
    color: #666666;
    position: absolute;
    top: 0;
    right: -20px; }

body.sitemap ul.pankuzu li:last-child:after {
    display: none; }

body.sitemap section.sitemap {
    padding: 80px 30px;
    margin: 0 -15px;
    background: #f7f7f7; }

body.sitemap section.sitemap .base {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden; }

body.sitemap section.sitemap .base .box {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px; }

body.sitemap section.sitemap .base .box:nth-child(2n) {
    margin-right: 0; }

body.sitemap section.sitemap .base .box p {
    margin-bottom: 15px; }

body.sitemap section.sitemap .base .box p a {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 10px 20px;
    position: relative; }

body.sitemap section.sitemap .base .box p a:before {
    content: "";
    background: url(../images/sitemap/ic_arrow.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0; }

body.sitemap section.sitemap .base .box ul li a {
    display: block;
    font-size: 13px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative; }

body.sitemap section.sitemap .base .box ul li a:before {
    content: "└";
    font-size: 13px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 0; }

@media only screen and (max-width: 767px) {
body.sitemap ul.pankuzu {
    padding: 15px; }

body.sitemap ul.pankuzu li {
    line-height: 1.6em; }

body.sitemap ul.pankuzu li a {
    line-height: 1.6em; }

body.sitemap section.sitemap {
    padding: 50px 15px;
    margin: 0; }

body.sitemap section.sitemap .base .box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
.header {
    z-index: 9999;
}
.foot-fixed {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.foot-fixed .btn {
  width: 220px;
  height: 53px;
  margin: 0 auto;
  border-radius: 31px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: opacity 0.3s;
}
.foot-fixed .btn.darkblue {
    background-color: #03294f;
}
.foot-fixed .btn.teal {
    background-color: #73bab0;
}
.foot-fixed .btn .small {
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    display: block;
}
.foot-fixed .btn .large {
    font-size: 13px;
    font-size: 1.2rem;
}
.foot-fixed .btn {
    color: #fff;
    width: 100%;
    border-radius: 0;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.6em;
}
}


#recommendSlider ul li{
  padding: 0 5px;
}