@charset "UTF-8";
/* Foundation */
/*====================================

Responsive 設定

====================================*/
/*====================================

ベース定義

====================================*/
@import url(utilities.css);
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

html.is-drawer-active {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.5;
  color: #000000;
  overflow-y: scroll !important;
  -webkit-text-size-adjust: 100%;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

body.is-drawer-active .l-wrapper {
  margin-left: -300px;
  margin-right: 300px;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

ul, li {
  list-style: none;
}

p, li, a, span {
  word-break: break-all;
}

input, select {
  background-color: #ffffff;
}

.android * {
  max-height: 999999px;
}

/* IE8/9対策で別ファイルに */
/* Layout */
@media screen and (min-width: 768px), print, tv {
  .l-header.is-fixed {
    padding-top: 81px;
  }
  .l-header.is-fixed .l-header__fixed {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1124px;
    z-index: 6000;
  }
}

@media only screen and (max-width: 767px) {
  .l-header.is-sp-fixed {
    padding-top: 44px;
  }
  .l-header.is-sp-fixed .l-header__bottom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 6000;
  }
  .l-header.is-sp-fixed .l-header__mega-sp {
    position: fixed;
    top: 44px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5100;
    overflow: auto;
  }
}

.l-header__fixed {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.l-header__device {
  display: none;
  background-color: #ffffff;
  padding: 20px 0;
}

.l-header__device.is-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-header__device.is-active {
    display: none;
  }
}

.l-header__top {
  background-color: #e6e6e6;
}

.l-header__link-top {
  float: left;
  display: block;
}

.l-header__link-top > a {
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .l-header__link-top > a {
    font-size: 12px;
    line-height: 32px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__link-top {
    margin-left: 15px;
  }
}

.l-header__link-top--ogm {
  display: none;
}

.l-header__right-links {
  float: right;
}

@media screen and (min-width: 768px), print, tv {
  .l-header__right-links {
    margin-right: -10px;
  }
}

.l-header__right-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  float: right;
  display: block;
  margin: 3px auto 5px;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
}

.l-header__right-link:before {
  border-right: 1px solid #000000;
  height: 11px;
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 2px;
}

.l-header__right-link:first-child:before {
  border-right: 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-header__right-link {
    font-size: 12px;
    line-height: 32px;
    margin: 0 auto;
  }
  .l-header__right-link:before {
    top: 10px;
  }
}

.l-header__right-link:hover {
  opacity: 0.7;
}

.ie8 .l-header__right-link:hover {
  filter: alpha(opacity=70);
}

.l-header__middle {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .l-header__middle-inner {
    position: relative;
  }
}

.l-header__logo {
  float: left;
  padding: 15px 0 16px;
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    padding: 9px 0 9px 8px;
    width: 40%;
  }
}

.l-header__logo > a {
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print, tv {
  .l-header__logo > a .pc-img {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__logo > a .pc-img {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .l-header__logo > a .sp-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__logo > a .sp-img {
    display: block;
  }
}

.l-header__logo > a:hover {
  opacity: 0.7;
}

.ie8 .l-header__logo > a:hover {
  filter: alpha(opacity=70);
}

.l-header__middle-links {
  margin: 16px 0 17px;
  float: right;
  width: 540px;
}

.l-header__middle-links:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .l-header__middle-links {
    display: none;
  }
}

.l-header__middle-links--webuser {
  width: 355px;
}

.l-header__middle-links--2020fix {
  width: 355px;
}

.l-header__middle-links--2btn {
  width: 355px;
}

.l-header__middle-links--1btn {
  width: 170px;
}

.l-header__middle-link {
  float: left;
  width: 170px;
}

.l-header__middle-link + .l-header__middle-link {
  margin-left: 15px;
}

.l-header__bottom {
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .l-header__btn-drawer {
    background-color: #c1c1c1;
    width: 16%;
    display: inline-block;
    background-image: url(../img/btn_menu.png);
    position: absolute;
    z-index: 2000;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ie8 .l-header__btn-drawer {
    background-image: url(../img/btn_menu.png);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .l-header__btn-drawer.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    width: 51px;
    height: 55px;
    opacity: 0.9;
  }
  .ie8 .l-header__btn-drawer.is-fixed {
    filter: alpha(opacity=90);
  }
}

@media only screen and (max-width: 767px) {
  .is-drawer-active .l-header__btn-drawer.is-fixed {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.l-header__btn-drawer-txt {
  display: none;
}

@media screen and (min-width: 768px), print, tv {
  .l-header--ogmtop .l-header__logo,
  .l-header--ogmtop.l-header--login .l-header__logo {
    padding: 16px 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header--ogmtop .l-header__logo,
  .l-header--ogmtop.l-header--login .l-header__logo {
    padding: 15px 0 15px 16px;
    width: 76%;
  }
}

.l-header--login .l-header__right-link:first-child:hover {
  opacity: 1;
}

.ie8 .l-header--login .l-header__right-link:first-child:hover {
  filter: alpha(opacity=100);
}

.l-header--login .p-drawer__btnbox {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-header--login .p-drawer__btnbox {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header--login .p-drawer__btnbox--login {
    display: block;
  }
}

/*
.l-header{			
	.on-scroll{
		display: none;
	}
	.on-default{
		display: block;
	}
	&.is-fixed{				
		.on-scroll{
			display: block;
		}
		.on-default{
			display: none;
		}
	}
}
*/
.l-footer {
  position: relative;
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    background-color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__main {
    background-color: #000000;
  }
}

.l-footer__group {
  background-color: #a6a6a6;
}

.l-footer__copyright {
  padding: 20px 0;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px), print, tv {
  .l-footer__copyright {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-footer__copyright--planlink {
  background-color: #000000;
}

.l-footer__device {
  display: none;
  padding: 0 15px 15px;
  background-color: #000000;
  color: #ffffff;
}

.l-footer__device.is-active {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .l-footer__device.is-active {
    display: none;
  }
}

.l-main {
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-main {
    margin-bottom: 40px;
  }
}

.l-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.l-main.is-unfocus {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.l-main.is-unfocus:after {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}

.l-drawer {
  position: fixed;
  display: block;
  width: 300px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 30000;
  background-color: #000000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-drawer__inner {
  background-color: #000000;
  padding: 0 16px 0px;
}

.ie8 .l-drawer,
.ie9 .l-drawer {
  display: none;
}

.is-drawer-active .l-drawer {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ie8 .is-drawer-active .l-drawer,
.ie9 .is-drawer-active .l-drawer {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .l-drawer {
    display: none;
  }
}

.l-drawer--ogmtop {
  background-color: #c1c1c1;
}

.l-drawer--ogmtop .l-drawer__inner {
  background-color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .l-drawer-shade {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    display: block;
    z-index: 299;
    background-color: rgba(0, 0, 0, 0.01);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .ie .l-drawer-shade {
    display: none;
  }
  .l-drawer-shade:after {
    content: " ";
    display: block;
    height: 20000px;
  }
  .is-drawer-active .l-drawer-shade {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px), print, tv {
  .l-wrapper {
    min-width: 1124px;
  }
}

@media print {
  .l-wrapper {
    min-width: 1024px;
  }
}

.l-back {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #0a0a02;
  background-image: url(../images/background.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

@media screen and (min-width: 768px), print, tv {
  .l-back {
    background-position: center top;
    min-width: 1124px;
    background-size: 1440px auto;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .l-back {
    position: fixed;
    top: 0;
    background-position: top;
    background-image: url(../images/background_sp.jpg);
    background-size: cover;
  }
}

.l-back:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/back_shade.png);
  background-position: center;
  background-repeat: repeat-y;
}

@media screen and (min-width: 768px), print, tv {
  .l-back--course {
    background-size: 1440px auto;
    background-position: center top;
  }
}

/* Component */
@media screen and (min-width: 768px), print, tv {
  .c-container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
  }
}

@media only screen and (max-width: 767px) {
  .c-sp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-grid:after {
  content: "";
  display: table;
  clear: both;
}

.c-grid__col {
  float: left;
}

.c-grid--2col > .c-grid__col {
  width: 50%;
}

.c-grid--2col > .c-grid__col:nth-child(2n+1) {
  clear: left;
}

.c-grid--2col > .c-grid__col--colspan_2 {
  width: 100%;
}

.c-grid--3col > .c-grid__col {
  width: 33.33333%;
}

.c-grid--3col > .c-grid__col:nth-child(3n+1) {
  clear: left;
}

.c-grid--3col > .c-grid__col--colspan_2 {
  width: 66.66667%;
}

.c-grid--3col > .c-grid__col--colspan_3 {
  width: 100%;
}

.c-grid--4col > .c-grid__col {
  width: 25%;
}

.c-grid--4col > .c-grid__col:nth-child(4n+1) {
  clear: left;
}

.c-grid--4col > .c-grid__col--colspan_2 {
  width: 50%;
}

.c-grid--4col > .c-grid__col--colspan_3 {
  width: 75%;
}

.c-grid--4col > .c-grid__col--colspan_4 {
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .c-grid--2col-pc > .c-grid__col {
    width: 50%;
  }
  .c-grid--2col-pc > .c-grid__col:nth-child(2n+1) {
    clear: left;
  }
  .c-grid--2col-pc > .c-grid__col--colspan_2 {
    width: 100%;
  }
  .c-grid--3col-pc > .c-grid__col {
    width: 33.33333%;
  }
  .c-grid--3col-pc > .c-grid__col:nth-child(3n+1) {
    clear: left;
  }
  .c-grid--3col-pc > .c-grid__col--colspan_2 {
    width: 66.66667%;
  }
  .c-grid--3col-pc > .c-grid__col--colspan_3 {
    width: 100%;
  }
  .c-grid--4col-pc > .c-grid__col {
    width: 25%;
  }
  .c-grid--4col-pc > .c-grid__col:nth-child(4n+1) {
    clear: left;
  }
  .c-grid--4col-pc > .c-grid__col--colspan_2 {
    width: 50%;
  }
  .c-grid--4col-pc > .c-grid__col--colspan_3 {
    width: 75%;
  }
  .c-grid--4col-pc > .c-grid__col--colspan_4 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-grid--2col-sp > .c-grid__col {
    width: 50%;
  }
  .c-grid--2col-sp > .c-grid__col:nth-child(2n+1) {
    clear: left;
  }
  .c-grid--2col-sp > .c-grid__col--colspan_2 {
    width: 100%;
  }
  .c-grid--3col-sp > .c-grid__col {
    width: 33.33333%;
  }
  .c-grid--3col-sp > .c-grid__col:nth-child(3n+1) {
    clear: left;
  }
  .c-grid--3col-sp > .c-grid__col--colspan_2 {
    width: 66.66667%;
  }
  .c-grid--3col-sp > .c-grid__col--colspan_3 {
    width: 100%;
  }
  .c-grid--4col-sp > .c-grid__col {
    width: 25%;
  }
  .c-grid--4col-sp > .c-grid__col:nth-child(4n+1) {
    clear: left;
  }
  .c-grid--4col-sp > .c-grid__col--colspan_2 {
    width: 50%;
  }
  .c-grid--4col-sp > .c-grid__col--colspan_3 {
    width: 75%;
  }
  .c-grid--4col-sp > .c-grid__col--colspan_4 {
    width: 100%;
  }
}

.c-grid--int1 {
  margin-right: -1px;
}

.c-grid--int1 > .c-grid__col {
  padding-right: 1px;
}

.c-grid--int2 {
  margin-right: -2px;
}

.c-grid--int2 > .c-grid__col {
  padding-right: 2px;
}

.c-grid--int3 {
  margin-right: -3px;
}

.c-grid--int3 > .c-grid__col {
  padding-right: 3px;
}

.c-grid--int4 {
  margin-right: -4px;
}

.c-grid--int4 > .c-grid__col {
  padding-right: 4px;
}

.c-grid--int5 {
  margin-right: -5px;
}

.c-grid--int5 > .c-grid__col {
  padding-right: 5px;
}

.c-grid--int6 {
  margin-right: -6px;
}

.c-grid--int6 > .c-grid__col {
  padding-right: 6px;
}

.c-grid--int7 {
  margin-right: -7px;
}

.c-grid--int7 > .c-grid__col {
  padding-right: 7px;
}

.c-grid--int8 {
  margin-right: -8px;
}

.c-grid--int8 > .c-grid__col {
  padding-right: 8px;
}

.c-grid--int9 {
  margin-right: -9px;
}

.c-grid--int9 > .c-grid__col {
  padding-right: 9px;
}

.c-grid--int10 {
  margin-right: -10px;
}

.c-grid--int10 > .c-grid__col {
  padding-right: 10px;
}

.c-grid--int15 {
  margin-right: -15px;
}

.c-grid--int15 > .c-grid__col {
  padding-right: 15px;
}

.c-grid--int20 {
  margin-right: -20px;
}

.c-grid--int20 > .c-grid__col {
  padding-right: 20px;
}

.c-grid--int25 {
  margin-right: -25px;
}

.c-grid--int25 > .c-grid__col {
  padding-right: 25px;
}

.c-grid--int30 {
  margin-right: -30px;
}

.c-grid--int30 > .c-grid__col {
  padding-right: 30px;
}

.c-grid--int35 {
  margin-right: -35px;
}

.c-grid--int35 > .c-grid__col {
  padding-right: 35px;
}

.c-grid--int40 {
  margin-right: -40px;
}

.c-grid--int40 > .c-grid__col {
  padding-right: 40px;
}

.c-grid--int45 {
  margin-right: -45px;
}

.c-grid--int45 > .c-grid__col {
  padding-right: 45px;
}

.c-grid--int50 {
  margin-right: -50px;
}

.c-grid--int50 > .c-grid__col {
  padding-right: 50px;
}

.c-grid--int55 {
  margin-right: -55px;
}

.c-grid--int55 > .c-grid__col {
  padding-right: 55px;
}

.c-grid--int60 {
  margin-right: -60px;
}

.c-grid--int60 > .c-grid__col {
  padding-right: 60px;
}

.c-grid--int65 {
  margin-right: -65px;
}

.c-grid--int65 > .c-grid__col {
  padding-right: 65px;
}

.c-grid--int70 {
  margin-right: -70px;
}

.c-grid--int70 > .c-grid__col {
  padding-right: 70px;
}

.c-grid--int75 {
  margin-right: -75px;
}

.c-grid--int75 > .c-grid__col {
  padding-right: 75px;
}

.c-grid--int80 {
  margin-right: -80px;
}

.c-grid--int80 > .c-grid__col {
  padding-right: 80px;
}

.c-grid--int85 {
  margin-right: -85px;
}

.c-grid--int85 > .c-grid__col {
  padding-right: 85px;
}

.c-grid--int90 {
  margin-right: -90px;
}

.c-grid--int90 > .c-grid__col {
  padding-right: 90px;
}

.c-grid--int95 {
  margin-right: -95px;
}

.c-grid--int95 > .c-grid__col {
  padding-right: 95px;
}

.c-grid--int100 {
  margin-right: -100px;
}

.c-grid--int100 > .c-grid__col {
  padding-right: 100px;
}

.c-grid--int105 {
  margin-right: -105px;
}

.c-grid--int105 > .c-grid__col {
  padding-right: 105px;
}

.c-grid--int110 {
  margin-right: -110px;
}

.c-grid--int110 > .c-grid__col {
  padding-right: 110px;
}

.c-grid--int115 {
  margin-right: -115px;
}

.c-grid--int115 > .c-grid__col {
  padding-right: 115px;
}

.c-grid--int120 {
  margin-right: -120px;
}

.c-grid--int120 > .c-grid__col {
  padding-right: 120px;
}

.c-grid--int125 {
  margin-right: -125px;
}

.c-grid--int125 > .c-grid__col {
  padding-right: 125px;
}

.c-grid--int130 {
  margin-right: -130px;
}

.c-grid--int130 > .c-grid__col {
  padding-right: 130px;
}

.c-grid--int135 {
  margin-right: -135px;
}

.c-grid--int135 > .c-grid__col {
  padding-right: 135px;
}

.c-grid--int140 {
  margin-right: -140px;
}

.c-grid--int140 > .c-grid__col {
  padding-right: 140px;
}

.c-grid--int145 {
  margin-right: -145px;
}

.c-grid--int145 > .c-grid__col {
  padding-right: 145px;
}

.c-grid--int150 {
  margin-right: -150px;
}

.c-grid--int150 > .c-grid__col {
  padding-right: 150px;
}

.c-grid--int155 {
  margin-right: -155px;
}

.c-grid--int155 > .c-grid__col {
  padding-right: 155px;
}

.c-grid--int160 {
  margin-right: -160px;
}

.c-grid--int160 > .c-grid__col {
  padding-right: 160px;
}

.c-grid--int165 {
  margin-right: -165px;
}

.c-grid--int165 > .c-grid__col {
  padding-right: 165px;
}

.c-grid--int170 {
  margin-right: -170px;
}

.c-grid--int170 > .c-grid__col {
  padding-right: 170px;
}

.c-grid--int175 {
  margin-right: -175px;
}

.c-grid--int175 > .c-grid__col {
  padding-right: 175px;
}

.c-grid--int180 {
  margin-right: -180px;
}

.c-grid--int180 > .c-grid__col {
  padding-right: 180px;
}

.c-grid--int185 {
  margin-right: -185px;
}

.c-grid--int185 > .c-grid__col {
  padding-right: 185px;
}

.c-grid--int190 {
  margin-right: -190px;
}

.c-grid--int190 > .c-grid__col {
  padding-right: 190px;
}

.c-grid--int195 {
  margin-right: -195px;
}

.c-grid--int195 > .c-grid__col {
  padding-right: 195px;
}

.c-grid--int200 {
  margin-right: -200px;
}

.c-grid--int200 > .c-grid__col {
  padding-right: 200px;
}

@media only screen and (max-width: 767px) {
  .c-grid--int0-sp {
    margin-right: 0px;
  }
  .c-grid--int0-sp > .c-grid__col {
    padding-right: 0px;
  }
  .c-grid--int1-sp {
    margin-right: -1px;
  }
  .c-grid--int1-sp > .c-grid__col {
    padding-right: 1px;
  }
  .c-grid--int2-sp {
    margin-right: -2px;
  }
  .c-grid--int2-sp > .c-grid__col {
    padding-right: 2px;
  }
  .c-grid--int3-sp {
    margin-right: -3px;
  }
  .c-grid--int3-sp > .c-grid__col {
    padding-right: 3px;
  }
  .c-grid--int4-sp {
    margin-right: -4px;
  }
  .c-grid--int4-sp > .c-grid__col {
    padding-right: 4px;
  }
  .c-grid--int5-sp {
    margin-right: -5px;
  }
  .c-grid--int5-sp > .c-grid__col {
    padding-right: 5px;
  }
  .c-grid--int6-sp {
    margin-right: -6px;
  }
  .c-grid--int6-sp > .c-grid__col {
    padding-right: 6px;
  }
  .c-grid--int7-sp {
    margin-right: -7px;
  }
  .c-grid--int7-sp > .c-grid__col {
    padding-right: 7px;
  }
  .c-grid--int8-sp {
    margin-right: -8px;
  }
  .c-grid--int8-sp > .c-grid__col {
    padding-right: 8px;
  }
  .c-grid--int9-sp {
    margin-right: -9px;
  }
  .c-grid--int9-sp > .c-grid__col {
    padding-right: 9px;
  }
  .c-grid--int10-sp {
    margin-right: -10px;
  }
  .c-grid--int10-sp > .c-grid__col {
    padding-right: 10px;
  }
  .c-grid--int15-sp {
    margin-right: -15px;
  }
  .c-grid--int15-sp > .c-grid__col {
    padding-right: 15px;
  }
  .c-grid--int20-sp {
    margin-right: -20px;
  }
  .c-grid--int20-sp > .c-grid__col {
    padding-right: 20px;
  }
  .c-grid--int25-sp {
    margin-right: -25px;
  }
  .c-grid--int25-sp > .c-grid__col {
    padding-right: 25px;
  }
  .c-grid--int30-sp {
    margin-right: -30px;
  }
  .c-grid--int30-sp > .c-grid__col {
    padding-right: 30px;
  }
  .c-grid--int35-sp {
    margin-right: -35px;
  }
  .c-grid--int35-sp > .c-grid__col {
    padding-right: 35px;
  }
  .c-grid--int40-sp {
    margin-right: -40px;
  }
  .c-grid--int40-sp > .c-grid__col {
    padding-right: 40px;
  }
  .c-grid--int45-sp {
    margin-right: -45px;
  }
  .c-grid--int45-sp > .c-grid__col {
    padding-right: 45px;
  }
  .c-grid--int50-sp {
    margin-right: -50px;
  }
  .c-grid--int50-sp > .c-grid__col {
    padding-right: 50px;
  }
  .c-grid--int55-sp {
    margin-right: -55px;
  }
  .c-grid--int55-sp > .c-grid__col {
    padding-right: 55px;
  }
  .c-grid--int60-sp {
    margin-right: -60px;
  }
  .c-grid--int60-sp > .c-grid__col {
    padding-right: 60px;
  }
  .c-grid--int65-sp {
    margin-right: -65px;
  }
  .c-grid--int65-sp > .c-grid__col {
    padding-right: 65px;
  }
  .c-grid--int70-sp {
    margin-right: -70px;
  }
  .c-grid--int70-sp > .c-grid__col {
    padding-right: 70px;
  }
  .c-grid--int75-sp {
    margin-right: -75px;
  }
  .c-grid--int75-sp > .c-grid__col {
    padding-right: 75px;
  }
  .c-grid--int80-sp {
    margin-right: -80px;
  }
  .c-grid--int80-sp > .c-grid__col {
    padding-right: 80px;
  }
  .c-grid--int85-sp {
    margin-right: -85px;
  }
  .c-grid--int85-sp > .c-grid__col {
    padding-right: 85px;
  }
  .c-grid--int90-sp {
    margin-right: -90px;
  }
  .c-grid--int90-sp > .c-grid__col {
    padding-right: 90px;
  }
  .c-grid--int95-sp {
    margin-right: -95px;
  }
  .c-grid--int95-sp > .c-grid__col {
    padding-right: 95px;
  }
  .c-grid--int100-sp {
    margin-right: -100px;
  }
  .c-grid--int100-sp > .c-grid__col {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .c-grid--pc_only > .c-grid__col {
    float: none;
    width: auto;
  }
}

.c-breadcrumb {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.c-breadcrumb ul li a {
  font-weight: normal;
  color: #0071bc;
}

.c-breadcrumb ul li::after {
  content: " > ";
}

.c-breadcrumb ul li:last-child::after {
  content: none;
}

.c-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
}

.c-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ie8 .c-btn:hover {
  filter: alpha(opacity=70);
}

.c-btn--block {
  display: block;
}

.c-btn--sample {
  padding: 10px;
  color: #fff;
  background-color: #999;
}

/* Project */
@media only screen and (max-width: 767px) {
  .p-gnav {
    display: none;
  }
}

.p-gnav__items {
  display: table;
  width: 100%;
}

.p-gnav__item {
  display: table-cell;
  vertical-align: middle;
}

.p-gnav__item > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 16px 2px;
  font-size: 15px;
  line-height: 21px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.p-gnav__item > a:hover {
  background-color: #a6a6a6;
  color: #000000;
}

.ie11 .p-gnav__item > a {
  padding: 19px 2px 13px;
}

.p-gnav__item.is-active > a {
  background-color: #a6a6a6;
  color: #000000;
}

.p-gnav__item--search.is-active {
  background-color: #c1c1c1;
}

.p-gnav--sp {
  display: block;
}

.ie8 .p-gnav--sp {
  display: block !important;
}

@media screen and (min-width: 768px), print, tv {
  .p-gnav--sp {
    display: none;
  }
  .ie8 .p-gnav--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-gnav--sp .p-gnav__item {
    width: 33.3333%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-gnav--sp .p-gnav__item > a {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    line-height: 20px;
    width: auto;
    padding: 12px 2px;
  }
}

.p-gnav--sp .p-gnav__item.item-2 > a {
  padding: 2px;
}

@media only screen and (max-width: 767px) {
  .p-gnav--ogmtop .p-gnav__item {
    width: 50%;
  }
}

.p-gnav--none {
  display: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-gnav__item-br {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-gnav__item-br {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-catch {
    height: 416px;
  }
}

@media only screen and (max-width: 767px) {
  .p-catch__inner {
    position: relative;
    padding-top: 120%;
  }
}

.p-catch__item {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .p-catch__item {
    background-position: center top;
  }
}

.p-catch__item a {
  text-decoration: none;
}

.p-catch__txt-wrap {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .p-catch__txt-wrap {
    position: relative;
    height: 416px;
  }
}

@media only screen and (max-width: 767px) {
  .p-catch__txt-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-catch__txt {
  display: block;
  color: #ffffff;
}

@media screen and (min-width: 768px), print, tv {
  .p-catch__txt {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: 520px;
  }
  .ie8 .p-catch__txt {
    width: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .p-catch__txt {
    padding: 0 30px;
  }
}

.p-catch__copy {
  font-weight: bold;
  text-shadow: 0 0 5px #333;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .p-catch__copy {
    font-size: 24px;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-catch--ogmtop .p-catch__copy {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-catch--gctop .p-catch__copy {
    font-size: 36px;
  }
}

.p-catch__scroll {
  position: absolute;
  bottom: 50px;
  right: 50%;
  margin-right: -22px;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .p-catch .slick-dots {
    position: relative;
    width: auto;
    margin-right: 15px;
    margin-top: -70px;
    z-index: 1000;
  }
}

@media only screen and (max-width: 767px) {
  .p-catch .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-catch--gctop .p-catch__txt {
    width: 630px;
  }
}

.p-group-links {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #a6a6a6;
}

@media only screen and (max-width: 767px) {
  .p-group-links {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-group-links__ttl {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .p-group-links__ttl {
    margin-bottom: 15px;
  }
}

.p-group-links__items {
  margin-right: -30px;
  font-size: 0;
}

.p-group-links__item {
  margin-bottom: 10px;
  font-size: 12px;
}

.iOS.phone .p-group-links__item {
  letter-spacing: -0.08em;
}

.iOS.phone .p-group-links__item .dot {
  letter-spacing: -0.3em;
}

@media screen and (min-width: 768px), print, tv {
  .p-group-links__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
  }
}

.p-group-links__item a {
  text-decoration: none;
  color: #000000;
}

.p-group-links__item a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .p-group-links--planlink {
    display: none;
  }
}

.p-sitemap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-sitemap {
    padding-top: 30px;
  }
}

.p-sitemap--under {
  padding-top: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap__unit {
    padding: 60px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap__unit {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
}

.p-sitemap__link {
  margin-bottom: 17px;
  color: #000000;
}

.p-sitemap__link > a {
  color: #949494;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
}

.p-sitemap__link > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap__link--ttl {
    margin-bottom: 43px;
  }
}

.p-sitemap__link-child {
  margin-bottom: 20px;
}

.p-sitemap__link-child li {
  margin-bottom: 10px;
}

.p-sitemap__link-child li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.p-sitemap__link-child li a:hover {
  text-decoration: underline;
}

.p-sitemap__link-child--area {
  color: #ffffff;
  margin-bottom: 0;
}

.p-sitemap__link-child--area li {
  margin-bottom: 0;
}

.p-sitemap__area {
  display: inline-block;
  float: left;
  line-height: 21px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #cccccc;
}

.p-sitemap__area:after {
  border-right: 2px solid #818181;
  height: 12px;
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-right: 7px;
  vertical-align: middle;
}

.p-sitemap__area > a {
  color: inherit;
}

.p-sitemap__area > a:hover {
  text-decoration: underline;
}

.p-sitemap__pref {
  float: left;
  display: inline-block;
}

.p-sitemap__pref > a {
  font-size: 12px;
  line-height: 21px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #ffffff;
}

.p-sitemap__pref > a:hover {
  text-decoration: underline;
}

.p-sitemap__practice {
  display: block;
}

.p-sitemap__practice > a {
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
}

.p-sitemap__practice > a:hover {
  text-decoration: underline;
}

.p-sitemap__unit--2col {
  margin-right: 0;
  width: 160px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .p-sitemap__unit--2col {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap__unit--2col-left {
    width: 265px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap--ogmtop .c-grid--3col > .c-grid__col.p-sitemap__col-1, .p-sitemap--ogmtop .c-grid--3col > .c-grid__col.p-sitemap__col-2 {
    width: 265px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap--ogmtop .c-grid--3col > .c-grid__col.p-sitemap__col-3 {
    width: 490px;
  }
}

.p-sitemap--ogmtop .p-contact {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-sitemap--planlink {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap__unit--planlink {
    display: none;
  }
}

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

.p-sitemap--sitemap .p-sitemap__link > a {
  font-weight: bold;
  color: #000000;
}

.p-sitemap--sitemap .p-sitemap__unit {
  padding-top: 0;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-sitemap--sitemap .p-sitemap__unit {
    padding-bottom: 3px;
  }
}

.p-sitemap--sitemap .p-sitemap__link-child > li {
  position: relative;
  padding-left: 20px;
}

.p-sitemap--sitemap .p-sitemap__link-child > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 7px;
  border-left: 6px solid #999999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.p-sitemap--sitemap .p-sitemap__link-child > li > a {
  font-size: 14px;
  color: #000000;
}

.p-sitemap--sitemap .p-sitemap__link-child > li > a.p-sitemap__gray {
  color: #666666;
}

.p-sitemap--sitemap .p-sitemap__area {
  line-height: inherit;
}

.p-sitemap--sitemap .p-sitemap__area:after {
  content: "|";
  margin-right: 0;
  border: none;
  height: auto;
  font-size: 14px;
  color: #000000;
  vertical-align: 1px;
}

.p-sitemap--sitemap .p-sitemap__area--national:after {
  content: none;
}

.p-sitemap--sitemap .p-sitemap__pref > a {
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
  line-height: inherit;
}

.p-sitemap--sitemap .p-sitemap__link-child--area {
  margin-bottom: 10px;
}

.p-sitemap--sitemap .p-sitemap__practice > a {
  line-height: inherit;
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap .p-sitemap__unit--bottom-pc {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap .p-sitemap__unit--bottom-pc .p-sitemap__link-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap .p-sitemap__unit--bottom-pc .p-sitemap__link-child > li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap .p-sitemap__unit--bottom-pc .p-sitemap__link--bottom-pc {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap .p-sitemap__unit--bottom-pc .p-sitemap__link--bottom-pc {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap .p-sitemap__unit--bottom-sp {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap .p-sitemap__unit--bottom-sp .p-sitemap__link-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap .p-sitemap__unit--bottom-sp .p-sitemap__link-child > li:last-child {
    margin-bottom: 0;
  }
}

.p-sitemap__gang {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print, tv {
  .p-sitemap__gang {
    position: absolute;
    bottom: 40px;
    left: 33.33%;
    padding-left: 10px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-sitemap__gang {
    padding: 0px 15px 25px;
    margin-right: 30px;
  }
}

.p-sitemap__gang__title {
  font-weight: bold;
  margin-bottom: 8px;
}

.p-sitemap__gang__desc {
  margin-bottom: 10px;
}

.p-contact {
  margin-right: 2px;
  background-color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .p-contact {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.p-contact__main {
  padding: 23px 24px 24px;
}

@media only screen and (max-width: 767px) {
  .p-contact__main {
    padding-top: 15px;
  }
}

.p-contact__ttl {
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .p-contact__ttl {
    width: auto;
    margin-right: 20px;
  }
}

.p-contact__qr {
  float: right;
  width: 80px;
}

.p-contact__address {
  margin: 24px auto 13px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-contact__address {
    margin-top: 10px;
  }
}

.p-contact__tel {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.p-contact__tel:before {
  content: "TEL";
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .p-contact__tel:before {
    content: "";
    background-image: url(../images/svg_icons/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .ie8 .p-contact__tel:before {
    background-image: url(../images/svg_alt_icons/icon_tel.png);
  }
}

.p-contact__tel__link {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.p-contact__tel__link img {
  margin-right: 2px;
  max-height: 20px;
  max-width: 12px;
  vertical-align: middle;
}

.p-contact__fax {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.p-contact__fax:before {
  content: "FAX";
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .p-contact__fax:before {
    content: "";
    background-image: url(../images/svg_icons/icon_fax.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .ie8 .p-contact__fax:before {
    background-image: url(../images/svg_alt_icons/icon_fax.png);
  }
}

.p-contact__fax a {
  color: inherit;
  text-decoration: none;
}

.p-contact__fax__link img {
  margin-right: 2px;
  max-width: 12px;
  max-height: 20px;
  vertical-align: middle;
}

.p-contact__links {
  margin-top: 24px;
}

.p-contact__link {
  border-bottom: 1px solid #dbe1e8;
}

.p-contact__link:first-child {
  border-top: 1px solid #dbe1e8;
}

.p-contact__link > a {
  font-size: 14px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-contact__link > a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(/common/images/common/arrow_right_blue.png);
  float: right;
  margin-right: 2px;
  margin-top: 6px;
}

.p-contact__link > a:hover {
  opacity: 0.7;
}

.ie8 .p-contact__link > a:hover {
  filter: alpha(opacity=70);
}

.p-contact__bottom {
  background-color: #000000;
  padding: 8px 0 40px;
}

@media only screen and (max-width: 767px) {
  .p-contact__bottom {
    padding-top: 12px;
  }
}

.p-contact__bottom > a {
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print, tv {
  .p-contact__bottom > a {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact__bottom > a {
    letter-spacing: -0.05em;
  }
}

.p-contact__bottom > a:hover {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.p-contact__main--planlink {
  display: none;
}

.p-contact__btn-map {
  display: none;
}

.p-contact__root {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink {
    margin-bottom: 16px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__main--planlink {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__ttl {
    font-size: 129%;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__bottom--planlink {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__links {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__root {
    display: block;
    font-size: 86%;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
  }
}

.p-contact--planlink .p-contact__root > ul > li:before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .p-contact--planlink .p-contact__btn-map {
    display: block;
  }
}

.p-contact--module {
  background-color: transparent;
  margin-right: 0;
}

.p-contact--module .p-contact__tel {
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Yu Mincho", "YuMincho", serif;
}

@media only screen and (max-width: 767px) {
  .p-contact--module .p-contact__tel {
    text-decoration: none;
  }
}

.p-contact--module .p-contact__tel:before {
  margin: 8px 8px 8px 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--module .p-contact__tel--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--module .p-contact__tel--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--module .p-contact__tel--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--module .p-contact__tel--sp {
    display: block;
  }
}

.ie .p-contact--module .p-contact__tel {
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser {
    margin-bottom: 16px;
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__top {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__main--webuser {
    position: relative;
    padding: 24px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__main--webuser {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__ttl {
    width: auto;
    font-size: 100%;
    display: block;
    margin-bottom: 8px;
    width: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__ttl {
    font-size: 129%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__qr {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__bottom--webuser {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__links {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__middle {
    display: inline-block;
    float: left;
    width: 520px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__root {
    display: inline-block;
    margin-right: 95px;
    margin-top: -25px;
    width: 400px;
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__root {
    display: block;
    font-size: 86%;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
  }
}

.p-contact--webuser .p-contact__root > ul > li {
  font-size: 86%;
  padding-left: 10px;
  letter-spacing: -0.05em;
}

.p-contact--webuser .p-contact__root > ul > li:before {
  content: "•";
  display: inline-block;
  float: left;
  text-indent: -10px;
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__access {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__address {
    margin: 0 auto 14px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__address-txt {
    display: inline-block;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__address-txt {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__tel {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__tel {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-contact--webuser .p-contact__fax {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__fax {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact--webuser .p-contact__btn-map {
    display: block;
  }
}

.p-totop {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 5000;
  right: 30px;
  bottom: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (max-width: 767px) {
  .p-totop {
    right: 0;
  }
}

.is-drawer-active .p-totop {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
}

.p-totop__inner {
  opacity: 0.9;
}

.ie8 .p-totop__inner {
  filter: alpha(opacity=90);
}

@media only screen and (max-width: 767px) {
  .p-totop__pc {
    display: none;
  }
}

.p-totop__sp {
  width: 60px;
}

@media screen and (min-width: 768px), print, tv {
  .p-totop__sp {
    display: none;
  }
}

.p-web-user {
  padding-bottom: 40px;
  background-color: #ededed;
}

@media only screen and (max-width: 767px) {
  .p-web-user {
    padding-bottom: 20px;
  }
}

.p-web-user.-wh {
  background-color: #ffffff;
}

.p-web-user--ttl {
  padding: 36px 0 10px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-web-user--ttl {
    font-size: 30px;
    line-height: 45px;
    padding: 35px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user__items-wrap {
    background-color: #ededed;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  gs {
    margin-bottom: 0 !important;
  }
}

.p-web-user__item-unit {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-user__item-unit {
    display: block;
    width: 320px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-unit {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-web-user__item-unit > a {
  position: relative;
  display: block;
  text-decoration: none;
}

.p-web-user__item-unit > a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 198px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-unit > a:after {
    width: 100%;
    height: 100%;
  }
}

.p-web-user__item-unit > a:hover:after {
  opacity: 0.4;
}

.ie8 .p-web-user__item-unit > a:hover img {
  filter: alpha(opacity=60);
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-unit > a > img {
    width: 100%;
  }
}

.p-web-user__item-bottom {
  display: block;
  background-color: #000000;
  text-align: center;
  padding: 10px 10px 15px;
  margin: 10px 0 10px;
  border: 1px solid #999999;
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-bottom {
    padding: 15px 10px 20px;
    position: relative;
    z-index: 1;
  }
}

.p-web-user__item-ttl {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-user__item-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-ttl {
    font-size: 19px;
    line-height: 28.5px;
    margin-bottom: 5px;
  }
}

.p-web-user__item-desc {
  padding: 0 15px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-web-user__item-desc {
    font-size: 13px;
  }
}

.iOS.phone .p-web-user__item-desc {
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  .p-web-user .slick-dots {
    width: auto;
    margin-top: 20px;
  }
}

.p-web-user--ogmtop {
  width: auto;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .p-web-user--ogmtop {
    padding-bottom: 0;
    background-color: #ededed;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-user--ogmtop {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user--ogmtop .p-web-user__items {
    margin: auto;
    padding: 0 0 18px;
    background-color: #ededed;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user--ogmtop #web-user .slick-dots {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-user--ogmtop .p-ttl__lv2 {
    color: #000000;
  }
}

.ie8 .p-web-user--ogmtop {
  background-repeat: repeat-x;
  background-position: top center;
  padding-bottom: 27px;
}

.p-user-entry {
  position: relative;
  background-color: #dbe1e8;
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 70%;
    background-color: #f1f3f6;
  }
}

.p-user-entry__ttl {
  font-size: 16px;
  line-height: 26px;
  margin: 20px auto 5px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__ttl {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 auto 14px;
  }
}

.p-user-entry__btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}

.p-user-entry__btn > a {
  text-decoration: none;
  color: #ffffff;
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .p-user-entry__btn > a {
    font-size: 15px;
    line-height: 22.5px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__btn {
    display: block;
    padding: 0 12.5px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__entry {
    float: left;
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__entry {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__entry > .p-btn--priority_high {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__login > .p-btn--priority_normal {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__left {
    padding: 30px 0 20px;
  }
}

.p-user-entry__right {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__right {
    padding: 20px 0 0 30px;
    height: 115px;
    background-color: #f1f3f6;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__right {
    padding: 15px 15px;
    height: auto;
    background-color: #f8f9fa;
  }
}

.p-user-entry__member-ttl {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-user-entry__member-ttl {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #000000;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__member-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__sns {
    float: right;
    width: 320px;
    margin-top: 5px;
  }
}

.p-user-entry__sns__text {
  color: #000000;
  font-size: 11px;
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__sns__text {
    float: left;
    width: 160px;
    text-align: left;
    letter-spacing: -0.05em;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry__sns__text {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.p-user-entry__sns__btn-sp {
  font-size: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry__sns__btn-sp {
    display: none;
  }
}

.p-user-entry__sns__btn-pc {
  float: right;
  width: 160px;
  margin-top: 3px;
  margin-right: -8px;
  font-size: 0;
}

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

.p-user-entry--ogmtop {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-user-entry--ogmtop:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .p-user-entry--ogmtop {
    background-image: none;
    background-color: #dbe1e8;
  }
}

.p-user-entry--ogmtop .p-user-entry__right {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry--ogmtop .p-user-entry__right {
    padding: 20px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry--ogmtop .p-user-entry__right {
    background-color: #f8f9fa;
  }
}

.p-user-entry--ogmtop .p-user-entry__ttl {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-user-entry--ogmtop .p-user-entry__ttl {
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .p-user-entry--ogmtop .p-user-entry__entry {
    margin-bottom: 0;
  }
}

.p-user-entry--ogmtop .p-user-entry__member-ttl {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-user-entry--ogmtop .p-user-entry__member-ttl {
    color: #000000;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-user-entry--ogmtop .p-user-entry__sns__text {
    color: #ffffff;
  }
}

.ie8 .p-user-entry:after {
  display: none;
}

.ie8 .p-user-entry__right {
  background-color: transparent;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection {
    padding-bottom: 40px;
    background-color: #fbfbfb;
  }
  .p-collection.-scorecard {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection {
    padding-bottom: 48px;
    background-color: #ededed;
  }
  .p-collection.-scorecard {
    padding-bottom: 0;
    background-color: transparent;
  }
}

.p-collection.-scorecard {
  margin: 40px 0;
}

.p-collection--under {
  background-color: #fbfbfb;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection--under {
    background-color: #ffffff;
  }
}

.p-collection--under .p-collection__item .p-collection__arrow:before {
  top: 125px;
}

.p-collection--under .p-collection__item .p-collection__arrow:after {
  background-position: center 140px;
}

.p-collection--under .p-collection__item a .p-collection__txt {
  top: 65px;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection__inner {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__inner {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__items {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-collection__item {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__item {
    display: none;
  }
}

.p-collection__item > a {
  display: inline-block;
  float: left;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection__item > a {
    width: 256px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__item > a {
    width: 50%;
    height: auto;
  }
}

.p-collection.-scorecard .p-collection__item > a {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection.-scorecard .p-collection__item > a {
    width: 500px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection.-scorecard .p-collection__item > a {
    width: auto;
    height: auto;
  }
}

.p-collection__item > a .p-collection__arrow {
  display: block;
  background-color: rgba(6, 68, 116, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-collection__item > a .p-collection__arrow:before {
  border: 1px solid #ffffff;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  top: 150px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ie8 .p-collection__item > a .p-collection__arrow:before {
  filter: alpha(opacity=0);
}

.ie8 .p-collection__item > a .p-collection__arrow:before {
  visibility: hidden;
}

.p-collection.-scorecard .p-collection__item > a .p-collection__arrow:before {
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  border: none;
  background-image: url(/common/images/common/icon/icon_zoom_wh.png);
  background-repeat: no-repeat;
}

.p-collection__item > a .p-collection__arrow:after {
  background-image: url(../images/arrow_on_right.png);
  background-repeat: no-repeat;
  background-position: center 165px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ie8 .p-collection__item > a .p-collection__arrow:after {
  filter: alpha(opacity=0);
}

.ie8 .p-collection__item > a .p-collection__arrow:after {
  visibility: hidden;
}

.p-collection.-scorecard .p-collection__item > a .p-collection__arrow:after {
  display: none;
}

.p-collection__item > a .p-collection__txt {
  opacity: 0;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 45px;
  width: 100%;
  padding: 0 25px;
  text-align: center;
}

.ie8 .p-collection__item > a .p-collection__txt {
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .p-collection__item > a .p-collection__txt {
    display: none;
  }
}

.p-collection__item > a .p-collection__ttl {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.p-collection__item > a .p-collection__gcname {
  display: block;
}

.p-collection__item > a:hover .p-collection__arrow {
  background-color: rgba(6, 68, 116, 0.7);
}

.ie8 .p-collection__item > a:hover .p-collection__arrow {
  background-image: url(/common/images/alt_bg/bg_ie8_01.png);
}

.p-collection__item > a:hover .p-collection__arrow:before {
  opacity: 1;
  display: block;
}

.ie8 .p-collection__item > a:hover .p-collection__arrow:before {
  filter: alpha(opacity=100);
}

.ie8 .p-collection__item > a:hover .p-collection__arrow:before {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .p-collection__item > a:hover .p-collection__arrow:before {
    display: none;
  }
}

.p-collection__item > a:hover .p-collection__arrow:after {
  opacity: 1;
  display: block;
}

.ie8 .p-collection__item > a:hover .p-collection__arrow:after {
  filter: alpha(opacity=100);
}

.ie8 .p-collection__item > a:hover .p-collection__arrow:after {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .p-collection__item > a:hover .p-collection__arrow:after {
    display: none;
  }
}

.p-collection__item > a:hover .p-collection__txt {
  opacity: 1;
}

.ie8 .p-collection__item > a:hover .p-collection__txt {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .p-collection__item > a > img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-collection__item--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__item--sp {
    display: block;
  }
}

.p-collection__box-inner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-collection__box-inner {
    top: 0;
    left: 15px;
    right: 15px;
  }
}

.p-collection__box-inner.is-active {
  display: block;
}

.p-collection.-scorecard .p-collection__box-inner {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: auto;
  text-align: center;
}

.p-collection.-scorecard .p-collection__box-inner.is-active {
  z-index: 13000;
}

@media only screen and (max-width: 767px) {
  .p-collection.-scorecard .p-collection__box-inner {
    left: 0;
    right: 0;
  }
  .p-collection.-scorecard .p-collection__box-inner img {
    width: auto;
    max-width: 5000px;
  }
}

.p-collection__box-txt {
  background-color: #ededed;
}

@media screen and (min-width: 768px), print, tv {
  .p-collection__box-txt {
    position: relative;
    padding: 65px 25px 10px;
    height: 512px;
  }
}

@media only screen and (max-width: 767px) {
  .p-collection__box-txt {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.p-collection.-scorecard .p-collection__box-txt {
  position: static;
  width: 0;
  height: 0;
  padding: 0;
}

.p-collection__box-txt .p-collection__box-close {
  background-image: url(../images/icon_close_wh.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 56px;
  background-color: #cccccc;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.p-collection__box-txt .p-collection__box-close-txt {
  text-indent: -9999px;
  display: inline-block;
}

.p-collection__box-txt .p-collection__box-cont > h2 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
}

.p-collection__box-txt .p-collection__box-cont > h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.p-collection__box-txt .p-collection__box-cont > h4 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
}

.p-collection__box-txt .p-collection__box-cont > p {
  font-size: 14px;
  line-height: 21px;
}

.p-collection.-scorecard .p-collection__box-close {
  position: fixed;
  z-index: 13001;
  right: 20px;
  top: 20px;
}

.p-collection__box-link {
  position: absolute;
  bottom: 40px;
  right: 25px;
}

@media only screen and (max-width: 767px) {
  .p-collection__box-link {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
  }
}

.p-collection__box-cont {
  max-height: 370px;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .p-collection__box-cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    max-height: none;
    padding: 15px;
  }
  .p-collection__box-cont:before {
    content: "";
    float: right;
    width: 50px;
    height: 50px;
    display: block;
  }
}

.p-collection__box-inner.is-active + .p-collection__shadow {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 12000;
}

.ie8 .p-collection__box-inner.is-active + .p-collection__shadow {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media only screen and (max-width: 767px) {
  .p-collection__box-img img {
    width: 100%;
  }
}

.p-pickup--top {
  background-image: url(../images/back_pickup.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--top {
    height: 413px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--top {
    margin-top: -310px;
    padding-top: 285px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup {
    padding-bottom: 45px;
  }
}

.p-pickup .slick-prev {
  left: -50px;
}

.p-pickup .slick-next {
  right: -50px;
}

.p-pickup .slick-dots {
  position: absolute;
  z-index: 5000;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup .slick-dots {
    top: 220px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup .slick-dots {
    bottom: -40px;
    right: 15px;
  }
}

.p-pickup.-course-guide {
  background-color: #ededed;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup.-course-guide {
    padding-top: 6px;
    padding-bottom: 26px;
  }
}

.p-pickup.-course-guide .p-pickup__items {
  padding: 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-pickup__items {
    margin-bottom: 0;
  }
  .p-pickup.-course-guide .p-pickup__items {
    padding: 0 16px 0;
  }
}

.p-pickup__items .slick-dots {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-pickup__items .slick-dots {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #pickup.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__item {
    width: 320px;
    margin-right: 32px;
    z-index: 1;
  }
}

.p-pickup.-course-guide .p-pickup__item {
  display: inline-block;
  float: left;
  margin-left: 32px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-pickup.-course-guide .p-pickup__item {
    padding: 0 44px;
    margin: auto;
    width: 100%;
    margin-bottom: 12px;
  }
}

.p-pickup.-course-guide .p-pickup__item:first-child {
  margin-left: 0;
}

.p-pickup__item-link {
  position: relative;
  z-index: 50;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-decoration: none;
}

.p-pickup.-course-guide .p-pickup__item-link {
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-pickup__item-link {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-pickup.-course-guide .p-pickup__item-link {
    max-width: 320px;
    margin: 0 auto;
  }
}

.p-pickup__item-link:after {
  display: block;
  content: " ";
  width: 55px;
  height: 55px;
  border: 1px solid #83a2ba;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background-image: url(/common/images/arrow_on_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.ie8 .p-pickup__item-link:after {
  filter: alpha(opacity=0);
}

.ie8 .p-pickup__item-link:after {
  visibility: hidden;
}

.p-pickup.-course-guide .p-pickup__item-link:after {
  display: none;
}

.p-pickup__item-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(6, 68, 116, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-pickup.-course-guide .p-pickup__item-link:before {
  display: none;
}

.p-pickup__item-link:hover:after {
  opacity: 1;
}

.ie8 .p-pickup__item-link:hover:after {
  filter: alpha(opacity=100);
}

.ie8 .p-pickup__item-link:hover:after {
  z-index: 10000;
  visibility: visible;
}

.p-pickup.-course-guide .p-pickup__item-link:hover:after {
  display: none;
}

.p-pickup__item-link:hover:before {
  background-color: rgba(6, 68, 116, 0.7);
}

.ie8 .p-pickup__item-link:hover:before {
  background-image: url(/common/images/alt_bg/bg_ie8_01.png);
}

.p-pickup.-course-guide .p-pickup__item-link:hover:before {
  display: none;
}

.p-pickup__top {
  display: block;
  padding: 26px;
  font-weight: bold;
}

.p-pickup.-course-guide .p-pickup__top {
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-pickup.-course-guide .p-pickup__top {
    text-align: center;
  }
  .p-pickup.-course-guide .p-pickup__top > img {
    width: 100%;
  }
}

.p-pickup.-course-guide .p-pickup__top:after {
  display: block;
  content: " ";
  width: 55px;
  height: 55px;
  border: 1px solid #83a2ba;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background-image: url(/common/images/arrow_on_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.ie8 .p-pickup.-course-guide .p-pickup__top:after {
  filter: alpha(opacity=0);
}

@media only screen and (max-width: 767px) {
  .p-pickup.-course-guide .p-pickup__top:after {
    width: 40px;
    height: 40px;
    background-size: 11px 22px;
  }
}

.ie8 .p-pickup.-course-guide .p-pickup__top:after {
  visibility: hidden;
}

.p-pickup.-course-guide .p-pickup__top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(6, 68, 116, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.ie8 .p-pickup.-course-guide .p-pickup__top:before {
  filter: alpha(opacity=0);
}

.p-pickup.-course-guide .p-pickup__top:hover:after {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__top:hover:after {
  filter: alpha(opacity=100);
}

.ie8 .p-pickup.-course-guide .p-pickup__top:hover:after {
  z-index: 10000;
  visibility: visible;
}

.p-pickup.-course-guide .p-pickup__top:hover:before {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__top:hover:before {
  filter: alpha(opacity=100);
}

.ie8 .p-pickup.-course-guide .p-pickup__top:hover:before {
  background-image: url(/common/images/alt_bg/bg_ie8_01.png);
}

.p-pickup__date {
  display: block;
  font-size: 12px;
  color: #999999;
}

.p-pickup__name {
  display: block;
  font-size: 16px;
  color: #000000;
}

.p-pickup__name-box {
  display: block;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
}

.p-pickup__price-box {
  display: block;
  text-align: right;
}

.p-pickup__price {
  display: block;
  font-size: 12px;
  color: #ce0101;
}

.p-pickup__price-member {
  display: block;
  font-size: 16px;
  color: #ce0101;
}

.p-pickup__options {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-pickup.-course-guide .p-pickup__options {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.ie8 .p-pickup.-course-guide .p-pickup__options {
  filter: alpha(opacity=0);
}

.p-pickup__option-row {
  display: table-row;
}

.p-pickup.-course-guide .p-pickup__option-row {
  border-bottom: 2px solid #fff;
}

.p-pickup.-course-guide .p-pickup__option-row:last-child {
  border-bottom: none;
}

.p-pickup__option {
  display: table-cell;
  padding: 7px 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.p-pickup.-course-guide .p-pickup__option {
  border-left: 2px solid #fff;
  border-bottom: none;
  border-right: none;
}

.p-pickup.-course-guide .p-pickup__option:first-child {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .p-pickup.-course-guide .p-pickup__option {
    font-size: 10px;
  }
}

.p-pickup__option--off {
  background-color: #03223a;
  color: #808080;
}

.p-pickup.-course-guide .p-pickup__option--off {
  background-color: #c1c1c1;
  color: #ffffff;
}

.p-pickup__option:nth-child(1) {
  border-left: none;
}

.p-pickup__option:nth-child(3) {
  border-right: none;
}

.p-pickup__option--row1 {
  border-top: none;
}

.p-pickup__option--row2 {
  border-bottom: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__img-pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-pickup__img-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__img-sp {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__txtbox-inner {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__txtbox-inner {
    padding: 5px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__txtbox {
    float: left;
    padding: 0 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__txtbox {
    display: table-cell;
    width: 50%;
  }
}

.p-pickup__ttl {
  color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__ttl {
    margin: 10px;
    font-size: 136%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__ttl {
    margin: 5px;
    font-size: 100%;
  }
}

.p-pickup__date-ttl {
  float: left;
}

@media only screen and (max-width: 767px) {
  .p-pickup__date-ttl {
    font-weight: bold;
  }
}

.p-pickup__price-ttl {
  float: left;
}

@media only screen and (max-width: 767px) {
  .p-pickup__price-ttl {
    font-weight: bold;
  }
}

.p-pickup__price-txt {
  display: block;
  padding-left: 47px;
}

.p-pickup__txt {
  margin-bottom: 10px;
  font-size: 115%;
}

@media only screen and (max-width: 767px) {
  .p-pickup__txt {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__option-sp-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__option-sp-br {
    display: block;
  }
}

.p-pickup__pref {
  font-weight: normal;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup__gridbox {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__gridbox {
    margin-bottom: 37px;
  }
}

.p-pickup__gridbox.p-pickup__gridbox--bottom {
  margin-bottom: 0;
}

.p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__options {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__options {
  filter: alpha(opacity=100);
}

.p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__top:before {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__top:before {
  filter: alpha(opacity=100);
}

.p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__top:after {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:hover .p-pickup__top:after {
  filter: alpha(opacity=100);
}

.p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__options {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__options {
  filter: alpha(opacity=100);
}

.p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__top:before {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__top:before {
  filter: alpha(opacity=100);
}

.p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__top:after {
  opacity: 1;
}

.ie8 .p-pickup.-course-guide .p-pickup__item-link:focus .p-pickup__top:after {
  filter: alpha(opacity=100);
}

.p-pickup--2col {
  background-color: transparent;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__inner {
    margin: 0px -16px;
  }
}

.p-pickup--2col .p-pickup__ttl {
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__ttl {
    font-size: 115%;
    margin: 0 15px 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__ttl {
    margin: 20px 15px 15px 0;
    font-size: 115%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__txtbox-inner {
    padding: 0 0 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__main {
    display: block;
  }
}

.p-pickup--2col .p-pickup__imgbox {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__imgbox {
    float: left;
    width: 50%;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__imgbox {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__txtbox {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__txtbox {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__txtbox-inner {
    padding: 0 0 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__txtbox-inner {
    padding: 0px;
  }
}

.p-pickup--2col .p-pickup__img {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
}

.p-pickup--2col .p-pickup__img > img {
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-pickup--2col .p-pickup__option {
  background-color: #000000;
  font-weight: normal;
  border-color: #ffffff;
  padding: 2px 0;
  letter-spacing: -0.1em;
}

.p-pickup--2col .p-pickup__option--off {
  background-color: #9a9a9a;
  color: #ffffff;
}

.p-pickup--2col .p-pickup__option-row .p-pickup__option {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__option-row .p-pickup__option {
    font-size: 70%;
    vertical-align: middle;
    padding: 0;
    height: 28px;
  }
}

.p-pickup--2col .p-pickup__date {
  color: #000000;
  font-size: 86%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__date {
    margin-bottom: 3px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__date {
    margin-bottom: 12px;
  }
}

.p-pickup--2col .p-pickup__price {
  color: #000000;
  clear: both;
  font-size: 86%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__price {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__price {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__date-txt {
    padding-left: 45px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__date-txt {
    padding-left: 45px;
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__price-txt {
    padding-left: 45px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__price-txt {
    padding-left: 45px;
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__txt {
    font-size: 100%;
    font-weight: bold;
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__txt {
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0em;
    padding: 0 0;
    margin-bottom: 15px;
  }
}

.p-pickup--2col .p-pickup__links {
  margin: 10px auto 0;
}

.p-pickup--2col .p-pickup__links .p-pickup__link {
  margin: 0 auto 10px;
  float: left;
  font-size: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--2col .p-pickup__links .p-pickup__link {
    width: 50%;
  }
}

.p-pickup--2col .p-pickup__links .p-pickup__link.p-pickup__link--reserve {
  width: 253px;
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__links .p-pickup__link.p-pickup__link--reserve {
    width: 48%;
    float: right;
  }
}

.p-pickup--2col .p-pickup__links .p-pickup__link.p-pickup__link--golf {
  width: 232px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .p-pickup--2col .p-pickup__links .p-pickup__link.p-pickup__link--golf {
    width: 48%;
    margin: auto;
  }
}

.p-pickup--2col .p-pickup__links.p-pickup__links--bottom > .p-pickup__link {
  margin-bottom: 0;
}

.p-pickup--list {
  height: auto;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .p-pickup--list {
    padding: 0 15px;
  }
}

.p-pickup--list .p-pickup__ttl {
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__ttl {
    font-size: 115%;
    margin: 0 0 17.5px 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__ttl {
    margin: 20px 0 14px 0;
    font-size: 107%;
    letter-spacing: -0.05em;
  }
}

.p-pickup--list .p-pickup__txtbox-inner {
  padding: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__main {
    border-bottom: 1px solid #cccccc;
    padding: 32px 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__main:first-child {
    padding-top: 0;
  }
}

.p-pickup--list .p-pickup__imgbox {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__imgbox {
    float: left;
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__imgbox {
    display: block;
    width: 100%;
  }
}

.p-pickup--list .p-pickup__img {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
}

.p-pickup--list .p-pickup__img > img {
  width: 100%;
}

.p-pickup--list .p-pickup__option {
  background-color: #000000;
  font-weight: normal;
  border-color: #ffffff;
  padding: 2px 0;
  letter-spacing: -0.1em;
}

.p-pickup--list .p-pickup__option--off {
  background-color: #9a9a9a;
  color: #ffffff;
}

.p-pickup--list .p-pickup__option-row .p-pickup__option {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__option-row .p-pickup__option {
    font-size: 85%;
    vertical-align: middle;
    padding: 0;
    height: 28px;
  }
}

.p-pickup--list .p-pickup__date {
  color: #000000;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__date {
    padding-right: 140px;
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__date {
    font-size: 86%;
  }
}

.p-pickup--list .p-pickup__price {
  color: #000000;
  clear: both;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__price {
    padding-right: 140px;
    font-size: 100%;
    margin-bottom: 17.5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__price {
    font-size: 86%;
    margin-bottom: 14px;
  }
}

.p-pickup--list .p-pickup__date-ttl {
  font-weight: bold;
}

.p-pickup--list .p-pickup__price-ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__price-txt {
    padding-left: 55px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__price-txt {
    padding-left: 45px;
    display: block;
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__date-txt {
    padding-left: 55px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__date-txt {
    padding-left: 45px;
    display: block;
    letter-spacing: -0.05em;
  }
}

.p-pickup--list .p-pickup__links {
  margin: 10px auto;
}

.p-pickup--list .p-pickup__links .p-pickup__link {
  width: 40%;
  margin: 0 auto 10px;
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__links .p-pickup__link {
    width: 80%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__txtbox {
    width: 660px;
    padding: 0 0 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__txtbox {
    display: block;
    width: 100%;
  }
}

.p-pickup--list .p-pickup__txt {
  font-size: 100%;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__txt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__txt {
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

.p-pickup--list .p-pickup__links {
  margin: 0 auto;
  font-size: 100%;
}

.p-pickup--list .p-pickup__links .p-pickup__link {
  float: left;
}

@media screen and (min-width: 768px), print, tv {
  .p-pickup--list .p-pickup__links .p-pickup__link {
    width: 320px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup--list .p-pickup__links .p-pickup__link {
    width: 100%;
    margin: 0 auto 48px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pickup__txtbox--sp .p-pickup__btns .p-pickup__priority_high {
    margin-bottom: 0;
  }
}

.p-pickup__item-ttl {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #999999;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .p-pickup__item-ttl {
    line-height: 14px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 0;
  }
}

.p-pickup__item-desc {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-pickup__item-desc {
    line-height: 24px;
    font-size: 10px;
  }
}

.p-pickup__item-txt {
  display: block;
  padding: 20px;
  background-color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-pickup__item-txt {
    width: auto;
    display: block;
    float: none;
    padding: 15px 15px 25px;
    height: auto;
  }
}

.p-pickup__item-img {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-pickup__item-img {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .p-pickup__item-img > img {
    width: 100%;
  }
}

.p-info {
  background-color: #ededed;
}

@media screen and (min-width: 768px), print, tv {
  .p-info {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info__main {
    padding: 0 0 10px;
  }
}

.p-info__main--login {
  display: none;
  /* IE8対策 */
}

@media screen and (min-width: 768px), print, tv {
  .p-info__main--login {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-info__main--login {
    display: none;
  }
}

.p-info__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  position: relative;
}

.p-info__dot:before {
  background-color: #c1c1c1;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -16px;
}

.p-info__dot:after {
  background-color: #c1c1c1;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 16px;
}

.p-info__item {
  border-bottom: 1px dotted #999999;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .p-info__item {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.p-info__item:first-child {
  border-top: 1px dotted #999999;
}

@media only screen and (max-width: 767px) {
  .p-info__item:first-child {
    margin-top: -10px;
    padding-top: 10px;
  }
}

.p-info__link {
  display: block;
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-info__link {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info__link {
    padding: 10px 0;
  }
  .p-info__link .p-info__item-ttl {
    display: block;
  }
}

.p-info__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.p-info__link:hover .p-info__item-ttl {
  text-decoration: underline;
}

.p-info__date {
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  display: inline-block;
}

@media screen and (min-width: 768px), print, tv {
  .p-info__date {
    vertical-align: top;
    float: left;
    width: 183px;
    white-space: nowrap;
    margin-right: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info__date {
    line-height: 24px;
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info__item-ttl {
    display: inline-block;
    width: 840px;
    float: left;
  }
}

.p-info__item-ttl > a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-info__item-ttl > a {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info__item-ttl > a {
    line-height: 35px;
  }
}

.p-info__item-ttl > a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.ie8 .p-info__item-ttl > a:hover {
  filter: alpha(opacity=70);
}

.p-info__label {
  position: relative;
  background-color: #000000;
  white-space: nowrap;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.05em;
  display: inline-block;
  width: 84px;
  text-align: center;
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .p-info__label {
    top: -2px;
    width: 62px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.05em;
    vertical-align: middle;
  }
}

.p-info__label--topic {
  background-color: #000000;
  color: #c1c1c1;
}

.p-info__label--news {
  background-color: #000000;
  color: #ffffff;
}

.p-info__label--campaign {
  background-color: #df4e3f;
  color: #ffffff;
}

.p-info .p-ttl__lv2 {
  display: block;
}

.p-info .p-ttl__lv2.is-login {
  display: none;
}

.p-info--login .p-ttl__lv2 {
  display: none;
}

.p-info--login .p-ttl__lv2.is-login {
  display: block;
}

.p-info--login .p-info__main {
  display: none;
}

.p-info--login .p-info__main--login {
  display: block;
}

/* ------------------------
	 バリエーション
 ------------------------ */
@media screen and (min-width: 768px), print, tv {
  .p-info--ogmtop {
    padding: 0 0 40px;
  }
}

.p-info--ogmtop .p-info__date {
  margin-right: 19px;
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  .p-info--ogmtop .p-info__date {
    line-height: 36px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--ogmtop .p-info__item-ttl {
    width: 780px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--ogmtop .p-info__item-ttl > a {
    line-height: 41px;
  }
}

.p-info--module, .p-info--accordion {
  background-color: transparent;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--module, .p-info--accordion {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--module, .p-info--accordion {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-info--module .p-info__date, .p-info--accordion .p-info__date {
  margin-right: 0;
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__date, .p-info--accordion .p-info__date {
    line-height: 20px;
  }
}

.p-info--module .p-info__link, .p-info--accordion .p-info__link {
  padding: 0 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--module .p-info__item, .p-info--accordion .p-info__item {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__item, .p-info--accordion .p-info__item {
    position: relative;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--module .p-info__item--no-label .p-info__item-ttl, .p-info--accordion .p-info__item--no-label .p-info__item-ttl {
    width: 865px;
  }
}

.p-info--module .p-info__item--no-label .p-info__date, .p-info--accordion .p-info__item--no-label .p-info__date {
  margin-right: 35px;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--module .p-info__item-ttl, .p-info--accordion .p-info__item-ttl {
    float: right;
    width: 785px;
    line-height: 41px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__item-ttl, .p-info--accordion .p-info__item-ttl {
    line-height: 1.6;
  }
}

.p-info--module .p-info__item-ttl > a, .p-info--accordion .p-info__item-ttl > a {
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__item-ttl > a, .p-info--accordion .p-info__item-ttl > a {
    line-height: 1.6;
  }
}

.p-info--module .p-info__label, .p-info--accordion .p-info__label {
  min-width: 85px;
  padding: 4px 0 5px;
  line-height: 1;
}

.p-info--module .p-info__item-ttl--pdf:after, .p-info--accordion .p-info__item-ttl--pdf:after {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url(../images/svg_icons/icon_pdf.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ie8 .p-info--module .p-info__item-ttl--pdf:after, .ie8 .p-info--accordion .p-info__item-ttl--pdf:after {
  content: url(../images/svg_alt_icons/icon_pdf.png);
}

.p-info--module .p-info__item-ttl--flv:after, .p-info--accordion .p-info__item-ttl--flv:after {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url(../images/svg_icons/icon_flv.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ie8 .p-info--module .p-info__item-ttl--flv:after, .ie8 .p-info--accordion .p-info__item-ttl--flv:after {
  content: url(../images/svg_alt_icons/icon_flv.png);
}

.p-info--module .p-info__item-ttl--new:after, .p-info--accordion .p-info__item-ttl--new:after {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url(../images/svg_icons/icon_newwindow.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ie8 .p-info--module .p-info__item-ttl--new:after, .ie8 .p-info--accordion .p-info__item-ttl--new:after {
  content: url(../images/svg_alt_icons/icon_newwindow.png);
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__item-ttl--arrow, .p-info--accordion .p-info__item-ttl--arrow {
    padding-right: 35px;
  }
}

.p-info--module .p-info__item-ttl--arrow:after, .p-info--accordion .p-info__item-ttl--arrow:after {
  margin-top: 17px;
  float: right;
  content: url(../images/common/arrow_right_blue.png);
}

@media only screen and (max-width: 767px) {
  .p-info--module .p-info__item-ttl--arrow:after, .p-info--accordion .p-info__item-ttl--arrow:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    content: "";
    width: 10px;
    height: 20px;
    background-image: url(../images/arrow_blue_right_sp.png);
    background-size: 10px 20px;
  }
  .ie8 .p-info--module .p-info__item-ttl--arrow:after, .ie8 .p-info--accordion .p-info__item-ttl--arrow:after {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/common/arrow_right_blue.png);
  }
}

.p-info--accordion + .p-info {
  margin-top: -1px;
}

.p-info--accordion .p-info__items {
  display: none;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-top: none;
}

.p-info--accordion .p-info__items.is-current {
  display: block;
}

.p-info--accordion .p-info__item {
  border: none;
}

.p-info--accordion .p-info__item + .p-info__item {
  border-top: 1px dotted #ccc;
}

.p-info--accordion .p-info__heading {
  cursor: pointer;
}

.p-info--accordion .p-info__title {
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #dbe1e8;
  color: #000000;
  font-size: 16px;
}

.p-info--accordion .p-info__title:before, .p-info--accordion .p-info__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000000;
}

.p-info--accordion .p-info__title:before {
  width: 16px;
  height: 2px;
  right: 10px;
}

.p-info--accordion .p-info__title:after {
  width: 2px;
  height: 16px;
  right: 17px;
}

.p-info--accordion .p-info__title.is-active:after {
  display: none;
}

.p-info--accordion .p-info__link {
  padding: 10px;
}

.p-info--course {
  background-color: transparent;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-info--course {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-info--course .p-info__date {
  margin-right: 19px;
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__date {
    line-height: 36px;
  }
}

.p-info--course .p-info__item {
  position: relative;
  border-bottom: 1px dotted #cccccc;
  margin: 0;
  line-height: 41px;
  color: #000000;
}

.p-info--course .p-info__item:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--course .p-info__item {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__item {
    display: block;
    padding: 0;
    line-height: 1.5;
  }
}

.p-info--course .p-info__item:before {
  content: url(../images/common/arrow_right_blue.png);
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 50%;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__item:before {
    right: 0;
    margin-top: -10px;
    content: "";
    width: 10px;
    height: 20px;
    background-image: url(../images/arrow_blue_right_sp.png);
    background-size: 10px 20px;
  }
  .ie8 .p-info--course .p-info__item:before {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/common/arrow_right_blue.png);
  }
}

.p-info--course .p-info__item:first-child {
  border-top: 1px dotted #cccccc;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--course .p-info__item-ttl {
    width: auto;
    float: none;
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__item-ttl {
    width: auto;
    padding: 15px 0 15px 0;
    display: inline;
    vertical-align: middle;
  }
}

.p-info--course .p-info__heading {
  padding: 10px;
  background-color: #ccc;
}

.p-info--course .p-info__title {
  font-size: 20px;
}

.p-info--course .p-info__btn {
  float: right;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

.p-info--course .p-info__btn:before {
  content: "+";
}

.p-info--course .p-info__btn.is-active:before {
  content: "-";
}

.p-info--course .p-info__item-ttl--pdf a:after {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url(../images/svg_icons/icon_pdf.svg);
}

.ie8 .p-info--course .p-info__item-ttl--pdf a:after {
  background-image: url(../images/svg_alt_icons/icon_pdf.png);
}

@media screen and (min-width: 768px), print, tv {
  .p-info--course .p-info__item-ttl--arrow:after {
    margin-top: 17px;
    float: right;
    content: url(../images/common/arrow_right_blue.png);
  }
}

.p-info--course .p-info__labels {
  height: 41px;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__labels {
    display: inline;
    padding: 0;
    float: none;
  }
}

.p-info--course .p-info__label {
  min-width: 70px;
  width: auto;
  margin-left: 3px;
  padding: 4px 0 5px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__label {
    margin-left: 0;
    font-size: 0.8em;
    line-height: 26px;
    width: auto;
    display: inline;
    vertical-align: middle;
    padding: 2px 10px;
    white-space: nowrap;
  }
}

.p-info--course .p-info__label--campaign {
  min-width: 105px;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--course .p-info__link {
    padding: 0 3px 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--course .p-info__link {
    padding: 10px 30px 10px 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--news-list .p-info__item--has-label .p-info__item-ttl {
    width: 800px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--news-list .p-info__item {
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--news-list .p-info__item-ttl {
    width: 900px !important;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-info--news-list .p-info__date {
    width: 104px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--news-list .p-info__date {
    display: inline-block;
  }
}

.p-info--news-list .p-info__label--new {
  height: 20px;
  background-color: #df4e3f;
  color: #ffffff;
  line-height: 11px;
}

@media screen and (min-width: 768px), print, tv {
  .p-info--news-list .p-info__label--new {
    float: left;
    margin: 10.5px 0 0 0;
  }
  .ie .p-info--news-list .p-info__label--new {
    margin: 11.5px 6px 9.5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-info--news-list .p-info__label--new {
    margin: 0;
  }
}

.p-info__label.p-info__label--new {
  background-color: #df4e3f;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-info__label.p-info__label--new {
    min-width: 0;
    padding: 0;
    margin-left: 10px;
    height: auto;
    top: -2px;
    width: 62px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.05em;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .android .p-info--module .p-info__btn, .android .p-info--accordion .p-info__btn {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .android .p-info--module .p-info__btn:before, .android .p-info--accordion .p-info__btn:before {
    line-height: 30px;
    display: block;
    vertical-align: middle;
    padding-top: 2px;
  }
}

.ie8 .p-info--ogmtop .p-info__item-ttl {
  width: 783px;
}

@media screen and (min-width: 768px), print, tv {
  .p-banner {
    padding: 32px 0;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .p-banner {
    display: none;
  }
}

.p-banner__item {
  display: inline-block;
  width: 320px;
  float: left;
}

.p-banner__item > a {
  position: relative;
  display: block;
}

.p-banner__item > a:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 320px;
  height: 96px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-banner__item > a:hover:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.p-banner__item > a:hover {
  opacity: 0.7;
}

.ie8 .p-banner__item > a:hover {
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px), print, tv {
  .p-banner__item {
    margin-left: 32px;
  }
}

.p-banner__item:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-list {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list {
    margin-top: 20px;
  }
}

.p-list__ttl {
  font-size: 286%;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-list__ttl {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.p-list__map {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
}

.p-list__map-inner {
  display: inline-block;
  position: relative;
}

.p-list__map-inner > img {
  width: 730px;
}

.p-list__map-area {
  position: absolute;
}

.p-list__map-area > .c-btn {
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.p-list__map-area--1 {
  right: 186px;
  bottom: 15px;
}

.ie8 .p-list__map-area--1 {
  right: 160px;
}

.p-list__map-area--2 {
  right: 392px;
  bottom: 115px;
}

.ie8 .p-list__map-area--2 {
  bottom: 125px;
}

.p-list__map-area--3 {
  right: 357px;
  bottom: -20px;
}

.p-list__map-area--4 {
  right: 522px;
  bottom: 134px;
}

.p-list__map-area--5 {
  left: -30px;
  bottom: 90px;
}

.ie8 .p-list__map-area--5:hover a {
  text-indent: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-list__map-area {
    /* IE10 IE11 */
  }
  .p-list__map-area > a:not(:target) {
    padding: 3px 15px;
  }
}

.p-list__pref-list {
  text-align: center;
  margin: 15px 0 5px;
}

@media only screen and (max-width: 767px) {
  .p-list__pref-list {
    display: none;
  }
}

.p-list__pref-items {
  display: inline-block;
}

.p-list__pref-item {
  float: left;
  height: 10px;
}

.p-list__pref-item + .p-list__pref-item {
  border-left: 1px solid #5d5d5d;
}

.p-list__pref-item a {
  padding: 0 15px;
  font-size: 11px;
  color: #333333;
  font-weight: bold;
  line-height: 10px;
  display: block;
}

.p-list__item-head {
  position: relative;
}

.p-list__pref {
  padding: 28px 0 20px;
  font-size: 143%;
  font-weight: 600;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__pref {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__pref {
    padding-top: 40px;
    font-size: 136%;
    font-weight: 500;
  }
}

.p-list__link-list {
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .p-list__link-list {
    bottom: 24px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list__items {
    margin-bottom: 3px;
  }
}

.p-list__item {
  display: block;
  position: relative;
  border-top: 1px solid #999999;
  padding: 16px 0;
  text-decoration: none;
}

.p-list__item:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .p-list__item {
    padding: 20px 0;
  }
}

.p-list__item:last-child {
  border-bottom: 1px solid #999999;
}

.p-list__logo {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__logo {
    margin-top: -2px;
    margin-right: 25px;
    line-height: 60px;
    min-height: 60px;
    float: left;
    vertical-align: middle;
  }
  .p-list__logo img {
    vertical-align: middle;
  }
  .p-list__logo:after {
    content: '.';
    color: #ffffff;
  }
}

.p-list__access {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .p-list__access {
    padding: 0 0 0 0;
    font-size: 86%;
  }
}

.p-list__sp-contact {
  font-size: 86%;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__sp-contact {
    display: none;
  }
}

.p-list__tel {
  color: #34668e;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__tel {
    display: inline;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__tel {
    display: block;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list__tel--pc {
    display: inline;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-list__tel--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__tel--sp {
    display: block;
    text-decoration: none;
  }
}

.p-list__fax {
  color: #34668e;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__fax {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__fax {
    display: block;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list__fax--pc {
    display: inline;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-list__address {
    display: block;
  }
}

.p-list__panel-golf {
  display: none;
}

.p-list__panel-golf.is-active {
  display: block;
}

.p-list__panel-practice {
  display: none;
}

.p-list__panel-practice.is-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-list__panel-practice {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}

.p-list__panel-area {
  display: none;
}

.p-list__panel-area.is-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-list__panel-area {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__panel-area--sp-only {
    display: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .p-list__panel-area--sp-only.is-active {
    display: block;
  }
}

.p-list__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-decoration: none;
  background-image: url(../images/list/arrow_list_right.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.p-list__link:hover {
  opacity: 0.6;
}

.ie8 .p-list__link:hover {
  filter: alpha(opacity=60);
}

.ie8 .p-list__link:hover {
  -webkit-filter: none;
          filter: none;
}

.ie8 .p-list__link:hover .p-list__logo {
  filter: alpha(opacity=60) !important;
}

.ie8 .p-list__link:hover .p-list__tel, .ie8 .p-list__link:hover .p-list__fax {
  color: #4780ab;
}

.ie8 .p-list__link:hover .p-list__address {
  color: #999;
}

@media only screen and (max-width: 767px) {
  .p-list__link {
    padding-right: 20px;
  }
}

.p-list__tabttl {
  font-size: 200%;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print, tv {
  .p-list__tabttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list__tabttl {
    display: none;
  }
}

.p-list__btn {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-list__btn {
    line-height: 2.4;
    font-size: 86%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogmlist {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogmlist {
    margin-top: 0;
  }
}

.p-list--ogmlist .p-list__pref-list {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogmlist .p-list__pref-list {
    margin: 15px 0 13px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogmlist .p-list__pref-list {
    margin: 15px 0 5px;
    display: none;
  }
}

.p-list--ogmlist .p-list__pref {
  font-weight: 500;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogmlist .p-list__pref {
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogmlist .p-list__pref {
    font-size: 129%;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogmlist .p-list__item {
    padding: 8.5px 0 16.5px;
  }
}

.p-list--ogmlist .p-list__tel {
  color: #000000;
}

.p-list--ogmlist .p-list__fax {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-list--ogmlist .p-list__link-list {
    bottom: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__pref-item > a {
    font-size: 14px;
  }
}

.p-list--ogm-course-list .p-list__pref-list {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__pref-list {
    margin: 15px 0 13px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__pref-list {
    margin: 15px 0 5px;
    display: none;
  }
}

.p-list--ogm-course-list .p-list__pref {
  font-weight: 500;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__pref {
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__pref {
    font-size: 129%;
    line-height: 1.65;
  }
}

.p-list--ogm-course-list .p-list__item {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__item {
    padding: 20px 0 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__item {
    padding: 8.5px 0 16.5px 35px;
  }
}

.p-list--ogm-course-list .p-list__link {
  display: block;
  background-image: none;
}

.p-list--ogm-course-list .p-list__link:before {
  content: " ";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 27px;
  background-color: #f0f0f0;
  background-image: url(../images/list/arrow_list_right.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__link {
    padding-right: 310px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__link {
    padding-right: 90px;
  }
}

.p-list--ogm-course-list .p-list__btn-cal,
.p-list--ogm-course-list .p-list__btn-cg {
  position: absolute;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__btn-cal,
  .p-list--ogm-course-list .p-list__btn-cg {
    width: 140px;
    top: 50%;
    margin-top: -24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__btn-cal,
  .p-list--ogm-course-list .p-list__btn-cg {
    width: 80px;
    padding: 7px 0;
    font-size: 12px;
    line-height: 16px;
    right: 0;
    top: 50%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__btn-cal {
    right: 155px;
  }
  .p-list--ogm-course-list .p-list__btn-cal.-no-cg {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__btn-cal {
    margin-top: -50px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__btn-cg {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__btn-cg {
    margin-top: 4px;
  }
}

.p-list--ogm-course-list .p-list__tel {
  color: #000000;
}

.p-list--ogm-course-list .p-list__fax {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-list--ogm-course-list .p-list__link-list {
    bottom: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__map {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-list--ogm-course-list .p-list__map-inner {
    top: 0;
  }
}

.p-list--module {
  margin: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--faq {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--faq {
    margin-top: 0;
  }
}

.p-list--faq .p-list__item {
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .p-list--faq .p-list__item {
    padding: 20px 0;
  }
}

.p-list--faq .p-list__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-list--faq .p-list__item--bb-pc:last-child {
    border-bottom: 1px solid #999999;
  }
}

@media screen and (min-width: 768px), print, tv {
  .ie8 .p-list--faq .p-list__item--bb-pc {
    border-bottom: 1px solid #999999;
  }
}

@media only screen and (max-width: 767px) {
  .p-list--faq .p-list__item--bb-sp:last-child {
    border-bottom: 1px solid #999999;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-list--faq .p-list__item--bb-sp {
    border-bottom: 1px solid #999999;
  }
}

.p-list--faq .p-list__item .p-list__link {
  padding-right: 45px;
}

@media only screen and (max-width: 767px) {
  .p-list--faq .p-list__item .p-list__link {
    display: table;
    padding-right: 25px;
  }
}

.ie8 .p-list--faq .p-list__item .p-list__link:hover {
  -webkit-filter: none;
          filter: none;
}

.ie8 .p-list--faq .p-list__item .p-list__link:hover .p-list__txt {
  color: #666;
}

@media only screen and (max-width: 767px) {
  .p-list--faq .p-list__item .p-list__logo {
    display: table-cell;
    width: 75px;
    vertical-align: middle;
    padding-right: 15px;
  }
}

.p-list--faq .p-list__item .p-list__txt {
  display: block;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-list--faq .p-list__item .p-list__txt {
    display: table-cell;
  }
}

.p-list--faq .p-list__item .p-list__heading {
  display: block;
  font-weight: bold;
}

.p-list--faq .p-list__item .p-list__desc {
  display: block;
  font-size: 12px;
}

.p-breadcrumb {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb.-cg {
    margin-left: 0;
  }
}

.p-breadcrumb__item {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb__item {
    display: inline;
  }
}

.p-breadcrumb__item:after {
  content: "＞";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #999999;
  font-size: 10px;
}

.p-breadcrumb__item:last-child:after {
  display: none;
}

.p-breadcrumb__item a {
  color: inherit;
}

.p-breadcrumb__item a:hover {
  text-decoration: none;
}

.p-breadcrumb--ogmlist {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb--ogmlist .p-breadcrumb__item {
    font-size: 86%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-breadcrumb__items {
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb__items {
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-breadcrumb__items--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-breadcrumb__items--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-breadcrumb__items--sp {
    display: block;
  }
}

.p-breadcrumb--white {
  color: #fff;
}

.p-breadcrumb--white .p-breadcrumb__item:after {
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-ogm-list {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-list__inner {
    padding: 40px 15px;
  }
}

.p-ogm-list__inner .p-ogm-list__btn {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print, tv {
  .p-ogm-list__inner .p-ogm-list__btn {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    height: 61px;
    line-height: 59px;
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-list__inner .p-ogm-list__btn {
    height: 60px;
    line-height: 58px;
  }
}

.p-ogm-list__inner .p-ogm-list__btn:hover {
  opacity: 0.7;
}

.p-pref__ttl {
  font-size: 40px;
  text-align: center;
  margin: 10px 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-pref__ttl {
    font-size: 30px;
    margin: 15px 0;
  }
}

.p-pref__item {
  position: relative;
  border-top: 1px solid #999999;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .p-pref__item {
    padding: 10px 0;
  }
}

.p-pref__item:last-child {
  border-bottom: 1px solid #999999;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__left {
    float: left;
    margin-right: 20px;
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__left img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__right {
    float: right;
    width: 715px;
    margin-right: 45px;
  }
}

.p-pref__item .p-pref__tel {
  color: #34668e;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__tel--pc {
    display: inline;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__tel--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__tel--sp {
    display: block;
    text-decoration: none;
  }
}

.p-pref__item .p-pref__fax {
  color: #34668e;
}

.p-pref__item .p-pref__logo {
  display: block;
  text-align: left;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__logo {
    margin: 0 auto 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__logo {
    max-width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__img {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__head {
    margin: 1px 0 12px 0;
    min-height: 63px;
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__head {
    display: none;
    font-size: 86%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__head > b {
    letter-spacing: 0.05em;
  }
}

.p-pref__item .p-pref__time {
  margin-top: 15px;
}

.p-pref__item .p-pref__time__ttl {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__address {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__address {
    font-weight: bold;
    font-size: 86%;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__address-post {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__address-main {
    display: none;
  }
}

.p-pref__item .p-pref__access {
  font-size: 100%;
}

.p-pref__item .p-pref__access-ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__access-ttl {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__access-ttl {
    margin: 17px auto 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__access-items {
    margin: 9px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__access-items {
    margin: 0 0 10px;
  }
}

.p-pref__item .p-pref__access-item {
  text-indent: -10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__access-item {
    letter-spacing: 0.05em;
    margin: 8px 0 1px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__access-item {
    letter-spacing: -0.05em;
    margin: 6.5px 0 1px;
    margin-left: 10px;
  }
}

.p-pref__item .p-pref__access-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}

.p-pref__item .p-pref__link {
  content: "";
  display: block;
  background-image: url(../images/list/arrow_list_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-pref__item .p-pref__link:hover {
  opacity: 0.7;
}

.ie8 .p-pref__item .p-pref__link:hover {
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__link {
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__link {
    display: none;
  }
}

.p-pref__item .p-pref__img-link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-pref__item .p-pref__img-link:hover {
  opacity: 0.7;
}

.ie8 .p-pref__item .p-pref__img-link:hover {
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__img-link {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__item .p-pref__img-link {
    font-weight: bold;
    font-size: 86%;
    color: #000000;
    display: block;
    background-image: url(../images/list/arrow_list_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__item .p-pref__address-sp {
    display: none;
  }
}

.p-pref__head--gray {
  color: #999999;
}

.p-pref__head--gray a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-pref__head--gray a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__detail-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 600;
    font-size: 200%;
    line-height: 150%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__detail-ttl {
    font-size: 186%;
    line-height: 150%;
    margin-bottom: 6px;
  }
}

.p-pref__detail-sub-ttl {
  font-size: 115%;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__detail-sub-ttl {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__detail-sub-ttl {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__detail-txt {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__detail-btn {
    width: 320px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__sns-pc {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__sns-sp {
    text-align: left;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__sns {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__sns .p-pref__sns-link {
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref__sns .p-pref__sns-link {
    width: 30px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref__sns .p-pref__sns-link:last-child {
    margin-right: 0;
  }
}

.p-pref__sns-likebox {
  display: inline-block;
  vertical-align: bottom;
}

.p-pref__sns-likebox-fb {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  .p-pref__sns-likebox-fb {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top .p-pref__left {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__left {
    width: 100%;
  }
}

.p-pref--detail-top .p-pref__right {
  margin: auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top .p-pref__right {
    width: 672px;
  }
  .ie8 .p-pref--detail-top .p-pref__right {
    width: 630px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__right {
    padding: 0 16px;
  }
}

.p-pref--detail-top .p-pref__head {
  min-height: auto;
  font-size: 86%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top .p-pref__head {
    margin: auto;
    line-height: 1;
    margin-bottom: 9px;
  }
  .ie8 .p-pref--detail-top .p-pref__head {
    min-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__head {
    display: block;
    margin-top: 17px;
    margin-bottom: 10px;
  }
}

.p-pref--detail-top .p-pref__item {
  border: none;
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__item {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__img {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top .p-pref__img--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__img--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail-top .p-pref__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail-top .p-pref__img--sp {
    display: block;
  }
}

.p-pref--detail .p-pref__head {
  min-height: auto;
  font-size: 86%;
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail .p-pref__head {
    margin: auto;
    line-height: 1.6;
  }
  .ie8 .p-pref--detail .p-pref__head {
    min-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__head {
    display: block;
    margin-top: 17px;
    margin-bottom: 4px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail .p-pref__item {
    padding: 32px 0;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__item {
    border: 0;
    padding: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__item:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__img {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail .p-pref__img--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__img--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail .p-pref__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-pref--detail .p-pref__img--sp {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-pref--detail .p-pref__link {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.ie .p-pref__sns {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print, tv {
  .p-ogm-selection {
    position: relative;
    background-color: #fbfbfb;
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection {
    padding-bottom: 48px;
    background-color: #ededed;
  }
}

.p-ogm-selection--reco-course {
  background-color: #ededed;
}

@media screen and (min-width: 768px), print, tv {
  .p-ogm-selection--reco-course {
    padding-top: 6px;
    padding-bottom: 50px;
  }
}

.p-ogm-selection--reco-course .p-ogm-selection__item-txt {
  height: 103px;
  padding: 20px;
  background-color: #ffffff;
}

.p-ogm-selection--carousel {
  margin-top: 30px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--carousel {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--carousel .p-ogm-selection__item-txt {
    width: 100%;
  }
}

.p-ogm-selection--carousel .p-ogm-selection__items {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-ogm-selection--carousel .p-ogm-selection__items .slick-prev,
.p-ogm-selection--carousel .p-ogm-selection__items .slick-next {
  top: 170px;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--carousel .p-ogm-selection__items .slick-prev,
  .p-ogm-selection--carousel .p-ogm-selection__items .slick-next {
    display: none;
  }
}

.p-ogm-selection--carousel .p-ogm-selection__items .slick-prev {
  background-image: url(../images/carousel_prev.png);
  left: -50px;
}

.p-ogm-selection--carousel .p-ogm-selection__items .slick-next {
  background-image: url(../images/carousel_next.png);
  right: -50px;
}

.p-ogm-selection--carousel .p-ogm-selection__items .slick-dots {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--carousel .p-ogm-selection__item-img {
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-ogm-selection--carousel .p-ogm-selection__item-img img {
    width: 100%;
  }
}

.p-ogm-selection--carousel .p-ogm-selection__item {
  float: left;
  margin: 0 16px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--carousel .p-ogm-selection__item {
    margin: 0 50px;
  }
}

.p-ogm-selection--module {
  background-color: #ffffff;
}

.p-ogm-selection--module .p-cont-ttl__txt {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-cont-ttl__txt {
    padding-top: 15px;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
  }
}

.p-ogm-selection--module .p-cont-ttl__txt--center {
  text-align: center;
}

.p-ogm-selection--module .p-ogm-selection__item-ttl {
  display: inline-block;
  padding: 5px;
  background-color: #000000;
  color: #ffffff;
  font-size: 115%;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__item-ttl {
    display: none;
  }
}

.p-ogm-selection--module .p-ogm-selection__item-desc {
  font-size: 130%;
  margin: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__item-desc {
    font-size: 100%;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__items {
    padding: 15px 60px 20px;
  }
}

.p-ogm-selection--module .p-ogm-selection__items .slick-prev,
.p-ogm-selection--module .p-ogm-selection__items .slick-next {
  top: 170px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__items .slick-prev,
  .p-ogm-selection--module .p-ogm-selection__items .slick-next {
    top: 100px;
  }
}

.p-ogm-selection--module .p-ogm-selection__items .slick-prev {
  background-image: url(../images/common/arrow_l_blue.png);
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__items .slick-prev {
    left: 15px;
  }
}

.p-ogm-selection--module .p-ogm-selection__items .slick-next {
  background-image: url(../images/common/arrow_r_blue.png);
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__items .slick-next {
    right: 15px;
  }
}

.p-ogm-selection--module .p-ogm-selection__items .slick-dots {
  margin-top: 0;
}

.p-ogm-selection--module .p-ogm-selection__item {
  float: left;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__item {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__item a {
    width: 200px;
  }
}

.p-ogm-selection--module .p-ogm-selection__item-img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection--module .p-ogm-selection__item-img {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.p-ogm-selection__items {
  padding: 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__items {
    padding: 0 16px 20px;
  }
}

.p-ogm-selection__item {
  width: 320px;
  display: inline-block;
  float: left;
  margin-left: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__item {
    padding: 0;
    float: none;
    display: block;
    margin: auto;
    width: auto;
    margin-bottom: 20px;
  }
}

.p-ogm-selection__item > a {
  text-decoration: none;
  display: block;
}

.p-ogm-selection__item > a:hover {
  opacity: 0.7;
}

.ie8 .p-ogm-selection__item > a:hover {
  filter: alpha(opacity=70);
}

.p-ogm-selection__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__item-img {
    width: 35.5%;
    display: inline-block;
    padding-right: 12px;
  }
}

.p-ogm-selection__item-txt {
  display: block;
  padding: 12px 0;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__item-txt {
    width: 64.5%;
    display: inline-block;
    float: right;
    padding: 0;
  }
}

.p-ogm-selection__item-ttl {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #999999;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__item-ttl {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 5px;
  }
}

.p-ogm-selection__item-desc {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-ogm-selection__item-desc {
    line-height: 24px;
  }
}

.p-lineup {
  background-color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-lineup {
    position: relative;
  }
}

.p-lineup--ttl {
  padding: 32px 0 5px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-lineup--ttl {
    padding: 35px 0 10px;
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-lineup__inner {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-lineup__inner {
    padding: 0 16px 0;
  }
}

.p-lineup__item {
  position: relative;
  display: block;
  padding-right: 2px;
  text-decoration: none;
}

.p-lineup__item:hover .p-lineup__item-img:after {
  opacity: 0.4;
}

.ie8 .p-lineup__item:hover .p-lineup__item-img img {
  filter: alpha(opacity=60);
}

@media only screen and (max-width: 767px) {
  .p-lineup__item {
    padding-right: 0;
  }
}

.p-lineup__item.item-4 {
  padding-right: 0;
}

.p-lineup__item-img {
  position: relative;
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

.p-lineup__item-img:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-lineup__item-img {
    margin-bottom: 11.5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-lineup__item-img > img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-lineup__item-img .pc-img {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-lineup__item-img .sp-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-lineup__item-img .sp-img {
    display: block;
  }
}

.p-lineup__item-ttl {
  font-size: 13px;
  color: #cccccc;
  letter-spacing: 0.1em;
  border: 1px solid #999999;
  display: block;
  padding: 4px;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-lineup__item-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-lineup__item-ttl {
    margin-bottom: 40px;
    padding: 7px 5px;
  }
}

.iOS.phone .p-lineup__item-ttl {
  letter-spacing: -0.05em;
}

.p-access {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-access {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-access__sns {
    line-height: 1;
    position: absolute;
    top: -10px;
    right: 0;
  }
  .p-access__sns > * > * {
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__sns {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-access__info {
    width: 325px;
    margin-right: 15px;
    float: left;
  }
}

.p-access__info-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__info-ttl {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__info-ttl {
    font-size: 19px;
  }
}

.p-access__address {
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .p-access__address {
    color: #333333;
    margin-bottom: 8.5px;
  }
}

.p-access__tel {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__tel {
    line-height: 1.15;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__tel {
    line-height: 1.6;
  }
}

.p-access__tel a {
  color: inherit;
  text-decoration: none;
}

.p-access__tel:before {
  content: "TEL";
  margin-right: 10px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  position: relative;
  bottom: 4px;
}

.p-access__fax {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__fax {
    line-height: 1.15;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__fax {
    line-height: 1.6;
  }
}

.p-access__fax a {
  color: inherit;
  text-decoration: none;
}

.p-access__fax:before {
  content: "FAX";
  margin-right: 10px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  position: relative;
  bottom: 4px;
}

.p-access__mail {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__mail {
    display: block;
    margin-top: 12px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__mail {
    margin-bottom: 30px;
  }
}

.p-access__mail:hover {
  text-decoration: none;
}

.p-access__trafic {
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .p-access__trafic--sp {
    margin-bottom: 29px;
  }
}

.p-access__trafic-ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__trafic-ttl {
    margin-bottom: 9px;
  }
}

.p-access__trafic-items {
  margin: 10px 0;
}

.p-access__trafic-item {
  margin: 5px 0;
  text-indent: -10px;
  margin-left: 10px;
}

.p-access__trafic-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__map {
    float: right;
  }
}

.p-access__map img {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .p-access__map--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-access__map--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-access__map--sp {
    display: block;
  }
}

.p-access__link-google {
  display: block;
  margin: 5px 0;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.p-access__link-google:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-access__link-google {
    margin: 15px 15px 30px;
    color: #000000;
    font-size: 15px;
    padding: 12px 0;
    border: 1px solid #000000;
    text-align: center;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__right-links {
    float: left;
  }
}

.p-drawer__right-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-drawer__right-link {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    color: #ffffff;
  }
}

.p-drawer__right-link:hover {
  opacity: 0.7;
}

.ie8 .p-drawer__right-link:hover {
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
  .p-drawer__right-link:before {
    border-left: 2px solid #929292;
    height: 11px;
    content: "";
    display: inline-block;
    width: 2px;
    margin-right: 12px;
    vertical-align: middle;
  }
}

.p-drawer__right-link:first-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-drawer__right-link:first-child {
    border-left: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__right-link:first-child:before {
    border-left: 0;
    display: none;
  }
}

.p-drawer__right-link:first-child:hover {
  opacity: 1;
}

.ie8 .p-drawer__right-link:first-child:hover {
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 767px) {
  .p-drawer__btnbox {
    border-bottom: 1px solid #a6a6a6;
    font-size: 14px;
    padding: 10px 0;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__btn-close {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/btn_close.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    float: right;
    margin: 3px 2px;
  }
  .ie8 .p-drawer__btn-close {
    background-image: url(../img/btn_close.png);
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__item {
    border-bottom: 1px solid #a6a6a6;
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__item > a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-drawer__item > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(/common/images/sp/arrow_menu.png);
    background-size: 7px 12px;
    float: right;
    margin-right: 2px;
    margin-top: 6px;
    color: #ffffff;
  }
  .ie8 .p-drawer__item > a:after {
    background-image: url(/common/images/alt_bg/arrow_menu_01.png);
  }
}

.p-drawer__item > a:hover {
  opacity: 0.7;
}

.ie8 .p-drawer__item > a:hover {
  filter: alpha(opacity=70);
}

.p-drawer__item > a:active, .p-drawer__item > a:focus {
  background-color: #a6a6a6;
}

@media only screen and (max-width: 767px) {
  .p-drawer__bottom {
    padding: 16px 0 40px;
    padding-top: 12px;
  }
}

.p-drawer__bottom > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-drawer__bottom > a {
    border: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 20px;
    padding: 13px 0;
    display: block;
    color: #c1c1c1;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
  }
}

.p-drawer__bottom > a:hover {
  opacity: 0.7;
}

.ie8 .p-drawer__bottom > a:hover {
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__right-link {
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__right-link:before {
    border-left: 2px solid #000000;
  }
}

.l-drawer--ogmtop .p-drawer__item {
  border-bottom: 1px solid #dbe1e8;
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__item > a {
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__item > a:after {
    color: #094676;
  }
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__btnbox {
    border-bottom: 1px solid #dbe1e8;
  }
}

@media only screen and (max-width: 767px) {
  .l-drawer--ogmtop .p-drawer__btn-close {
    background-image: url(/common/images/sp/btn_close_blue.png);
  }
}

.p-cont-ttl--gray .p-cont-ttl__txt {
  color: #cccccc;
}

.p-cont-ttl__txt {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-cont-ttl__txt {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-cont-ttl__txt.is-login {
  display: none;
}

.p-cont-ttl__link-detail {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .p-cont-ttl__link-detail {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-cont-ttl__link-detail--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-cont-ttl__link-detail--sp {
    display: block;
    position: static;
    text-align: center;
  }
}

.p-cont-ttl__dotbox {
  text-align: center;
}

.p-cont-ttl__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a6a6a6;
  position: relative;
}

.p-cont-ttl__dot:before {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -16px;
}

.p-cont-ttl__dot:after {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .p-cont-ttl--page .p-cont-ttl__txt {
    padding-top: 15px;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
}

.p-page-ttl {
  font-size: 40px;
  text-align: center;
  margin: 20px 0 30px;
  font-weight: normal;
}

@media screen and (min-width: 768px), print, tv {
  .p-page-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-page-ttl {
    font-size: 30px;
    margin: 10px 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-page-ttl--ogmlist {
    margin: 5px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-page-ttl--ogmlist {
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-page-ttl--ogm-course-list {
    font-size: 28px;
    line-height: 42px;
    text-align: left;
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-page-ttl--ogm-course-list {
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list {
    padding: 0 15px;
  }
}

.ie8 .p-block-list--ogmselection .p-block-list__item > a:hover:after {
  display: none;
}

.ie9 .p-block-list .p-block-list__items {
  display: block;
}

.ie9 .p-block-list .p-block-list__items:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px), print, tv {
  .ie9 .p-block-list .p-block-list__items .p-block-list__item {
    float: left;
  }
}

.p-block-list__item a {
  display: block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-block-list__item a:hover {
  opacity: 0.7;
}

.ie8 .p-block-list__item a:hover img {
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
  .p-block-list__item {
    width: auto;
  }
  .p-block-list__item img {
    width: 100%;
  }
}

.p-block-list__item-img {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list__item-img.is-fixed-aspect {
    width: 234px;
    height: 174px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 174px;
  }
  .p-block-list__item-img.is-fixed-aspect img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-img.is-fixed-aspect {
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
  }
  .p-block-list__item-img.is-fixed-aspect img {
    margin-bottom: -75%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list__item-img-pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-img-pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list__item-img-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-img-sp {
    display: block;
  }
}

.p-block-list__item-txt {
  display: block;
}

.p-block-list__item-ttl {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 4px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-ttl {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-middle {
    line-height: 1;
  }
}

.p-block-list__item-desc {
  display: block;
  margin-bottom: 36px;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-desc {
    margin-bottom: 32px;
  }
}

.p-block-list--ogmselection .p-block-list__items {
  padding: 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-block-list--ogmselection .p-block-list__items {
    padding: 0 0 20px;
  }
}

.p-block-list--ogmselection .p-block-list__item {
  display: inline-block;
  float: left;
  margin-left: 32px;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--ogmselection .p-block-list__item {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--ogmselection .p-block-list__item {
    padding: 0;
    float: none;
    display: block;
    margin: auto;
    width: auto;
    margin-bottom: 20px;
  }
}

.p-block-list--ogmselection .p-block-list__item > a {
  position: relative;
  text-decoration: none;
  display: block;
}

.p-block-list--ogmselection .p-block-list__item > a:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.p-block-list--ogmselection .p-block-list__item > a:hover .p-block-list__item-img img {
  opacity: 0.4;
}

.ie8 .p-block-list--ogmselection .p-block-list__item > a:hover .p-block-list__item-img img {
  filter: alpha(opacity=40);
}

.p-block-list--ogmselection .p-block-list__item:first-child {
  margin-left: 0;
}

.p-block-list--ogmselection .p-block-list__item-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-block-list--ogmselection .p-block-list__item-img {
    width: 35.5%;
    display: inline-block;
    padding-right: 12px;
  }
}

.p-block-list--ogmselection .p-block-list__item-txt {
  display: block;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--ogmselection .p-block-list__item-txt {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--ogmselection .p-block-list__item-txt {
    width: 64.5%;
    display: inline-block;
    float: right;
    padding: 0;
  }
}

.p-block-list--ogmselection .p-block-list__item-ttl {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #999999;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .p-block-list--ogmselection .p-block-list__item-ttl {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.p-block-list--ogmselection .p-block-list__item-desc {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.p-block-list--module .p-block-list__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-block-list--module .p-block-list__item {
    margin-bottom: 15px;
  }
}

.p-block-list--module .p-block-list__item .p-block-list__inner {
  border: 1px solid #cccccc;
}

.p-block-list--module .p-block-list__item-ttl {
  margin-top: 0;
  padding: 15px 0;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-block-list--module .p-block-list__item-ttl {
    font-size: 100%;
    padding: 5px 0;
    margin: 0 auto;
  }
}

.p-block-list--module .p-block-list__item-desc {
  padding: 0 15px;
  margin: 10px 0 30px;
  min-height: 105px;
}

@media only screen and (max-width: 767px) {
  .p-block-list--module .p-block-list__item-desc {
    padding: 0 10px;
    margin: 10px auto;
  }
}

.p-block-list--module .p-block-list__txt-link {
  display: block;
  margin: 15px 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--module .p-block-list__txt-link {
    padding-left: 50px;
  }
}

.p-block-list--module .p-block-list__txt-link a:after {
  margin: 10px;
  content: url(../images/common/angle_right_gray.png);
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--menu .p-block-list__item-txt {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--menu .p-block-list__item-txt {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--pc4-sp2 .p-block-list__item-ttl {
    margin-top: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--pc4-sp2 .p-block-list__item-middle {
    display: block;
    margin-bottom: 8px;
  }
}

.p-block-list--selection-list .p-block-list__items--hidden {
  display: none;
}

.ie9 .p-block-list--selection-list .p-block-list__items--hidden {
  display: none;
}

.p-block-list--selection-list .p-block-list__items--hidden.is-active {
  display: block;
}

.ie9 .p-block-list--selection-list .p-block-list__items--hidden.is-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__items--hidden.is-active .p-block-list__item:first-child .p-block-list__img-ttl {
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__items {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__item {
    position: relative;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__item:last-child {
    border-bottom: 1px solid  #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__img-ttl {
    display: table;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid  #cccccc;
  }
  .ie8 .p-block-list--selection-list .p-block-list__img-ttl {
    display: block;
  }
  .ie8 .p-block-list--selection-list .p-block-list__img-ttl:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__img-link {
    display: table-cell;
    padding: 4px 0 10px;
    width: 110px;
  }
  .ie8 .p-block-list--selection-list .p-block-list__img-link {
    display: block;
    float: left;
    width: 30%;
  }
}

.p-block-list--selection-list .p-block-list__item-ttl {
  min-height: 45px;
  margin: 10px 0 0;
  line-height: 26px;
  font-size: 115%;
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__item-ttl {
    display: table-cell;
    padding: 0 30px 0 10px;
    font-size: 100%;
    line-height: 1.8;
  }
  .ie8 .p-block-list--selection-list .p-block-list__item-ttl {
    min-height: 0;
    float: left;
    margin-top: 0;
    display: block;
    vertical-align: top;
    width: 70%;
  }
}

.p-block-list--selection-list .p-block-list__item-desc {
  margin-bottom: 15px;
  font-size: 85%;
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__item-desc {
    padding-right: 30px;
    font-size: 86%;
    line-height: 1.55;
  }
}

.p-block-list--selection-list .p-block-list__detail {
  width: 120px;
  margin: 0 0 50px auto;
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__detail {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-block-list--selection-list {
    /* IE10 IE11 */
  }
  .p-block-list--selection-list .p-block-list__detail:not(:target) {
    padding: 3px 15px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--selection-list .p-block-list__detail-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__detail-sp {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/list/arrow_list_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.p-block-list--selection-list .p-block-list__more {
  position: relative;
  display: block;
  width: 100px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 85%;
  color: #000000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-block-list--selection-list .p-block-list__more {
    margin-top: 18px;
  }
}

.p-block-list--selection-list .p-block-list__more:after {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -24px;
  content: url(/common/images/angle_bottom_blue.png);
}

.p-block-list--selection-list .p-block-list__more:hover {
  opacity: 0.7;
}

.ie8 .p-block-list--selection-list .p-block-list__more:hover {
  filter: alpha(opacity=70);
}

.p-block-list--selection-list .p-block-list__more.is-active {
  display: none;
}

.p-block-list--preferential .p-block-list__item {
  margin-left: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list--preferential .p-block-list__item {
    width: 33.33333%;
  }
}

.p-block-list--preferential .p-block-list__item-ttl {
  color: #000000;
}

.p-block-list--preferential .p-block-list__item-desc {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-block-list--preferential {
    padding: 0;
  }
  .p-block-list--preferential .p-block-list__item {
    padding-right: 30px;
  }
  .p-block-list--preferential .p-block-list__item-desc {
    font-size: 12px;
  }
}

.p-block-list__img {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-block-list__img--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-block-list__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-block-list__img--sp {
    display: block;
  }
}

.p-block-list__item-inner {
  border: 1px solid #cccccc;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .p-block-list__item-inner {
    margin-bottom: 10px;
  }
}

.p-btn--priority_high {
  display: block;
  width: 100%;
  background-color: #df4e3f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  .p-btn--priority_high {
    line-height: 52px;
  }
}

.p-btn--priority_normal {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  .p-btn--priority_normal {
    line-height: 52px;
  }
}

.p-btn--priority_normal.is-hidden {
  display: none;
}

.p-btn--priority_medium {
  display: block;
  width: 100%;
  background-color: #c1c1c1;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  .p-btn--priority_medium {
    line-height: 52px;
  }
}

.p-btn--priority_medium.is-hidden {
  display: none;
}

.p-btn--priority_low {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .p-btn--priority_low {
    line-height: 52px;
  }
}

.p-btn--small {
  padding: 0 15px;
  min-width: 70px;
  border: 1px solid #999;
  background-color: transparent;
  color: #666;
  font-size: 12px;
  line-height: 30px;
}

@media screen and (min-width: 768px), print, tv {
  .p-btn--small {
    line-height: 26px;
    font-weight: bold;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.ie8 .p-btn--small {
  background-color: #fff;
}

.ie9 .p-btn--small {
  line-height: 20px;
  padding: 3px 15px 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-btn--small:not(:target) {
    line-height: 20px;
    padding: 6px 15px 0;
  }
  /* IE10 IE11 */
}

.p-btn--icon {
  margin-right: 8px;
  cursor: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-btn--icon:hover {
  opacity: 1;
}

.ie8 .p-btn--icon:hover {
  filter: alpha(opacity=100);
}

.ie8 .p-btn--icon:hover {
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon {
    width: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn--icon > img {
    width: 100%;
  }
}

.p-btn--icon_facebook, .p-btn--icon_twitter, .p-btn--icon_line, .p-btn--icon_yahoo {
  width: 120px;
  text-align: left;
  font-size: 12px;
}

.p-btn--icon_facebook img, .p-btn--icon_twitter img, .p-btn--icon_line img, .p-btn--icon_yahoo img {
  margin-right: 10px;
  vertical-align: middle;
}

.p-btn--icon_facebook {
  color: #3c5998;
}

.p-btn--icon_twitter {
  color: #1da1f2;
}

.p-btn--icon_line {
  color: #00b900;
}

.p-btn--icon_yahoo {
  color: #e71438;
}

.p-btn--with_icon {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #999;
  color: #666;
  font-size: 14px;
}

.p-btn--with_icon img {
  position: relative;
  top: -1px;
  width: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.ie8 .p-btn--with_icon:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #ccc;
  color: #999;
}

.p-btn--search:before {
  left: 15px;
  margin-top: -10px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: bottom;
  background: url(/common/images/common/icon/icon_search_wh.png) no-repeat;
}

.p-btn--start {
  width: 320px;
  margin: 15px auto 25px;
}

.p-btn--planlist-left {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  background-color: transparent;
  color: #999999;
  font-size: 100%;
  line-height: 43px;
}

.p-btn--planlist-left:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 24px;
  background-image: url(/common/images/arrow_gray_left.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px 12px;
  position: absolute;
  left: 7px;
  top: 9px;
  bottom: 9px;
}

.ie8 .p-btn--planlist-left:before {
  background-image: url(/common/images/alt_bg/arrow_gray_left.png);
}

.p-btn--planlist-right {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  background-color: transparent;
  color: #999999;
  font-size: 100%;
  line-height: 43px;
}

.p-btn--planlist-right:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 24px;
  background-image: url(/common/images/arrow_gray_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 12px;
  position: absolute;
  right: 7px;
  top: 9px;
  bottom: 9px;
}

.ie8 .p-btn--planlist-right:after {
  background-image: url(/common/images/alt_bg/arrow_gray_right.png);
}

.p-btn--to-favorite {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  font-size: 100%;
  line-height: 50px;
  font-weight: bold;
}

.p-btn--to-golf {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 100%;
  line-height: 50px;
  font-weight: bold;
}

.p-btn--golf-map {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 100%;
  line-height: 50px;
  font-weight: bold;
}

.p-btn__txt {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.android .p-btn__txt {
  line-height: 20px;
  padding-top: 2px;
}

.p-btn--reserve {
  margin: 30px auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-btn--reserve {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn--reserve {
    width: 250px;
  }
}

.p-btn--entry {
  margin: 30px auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-btn--entry {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn--entry {
    width: 200px;
  }
}

.p-btn--electronic {
  margin: 30px auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-btn--electronic {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn--electronic {
    display: none;
  }
}

.p-btn--electronic:after {
  content: url(../images/svg_icons/icon_pdf.svg);
  margin-left: 5px;
  margin-top: -10px;
  width: 20px;
  height: auto;
}

.p-btn--device-sp {
  display: block;
  width: 320px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}

.p-btn--device-sp:hover {
  opacity: 0.7;
}

.ie8 .p-btn--device-sp:hover {
  filter: alpha(opacity=70);
}

.p-btn--device-pc {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #ffffff;
  border-color: #a6a6a6;
}

.p-btn--device-pc:hover {
  opacity: 0.7;
}

.ie8 .p-btn--device-pc:hover {
  filter: alpha(opacity=70);
}

.p-btn--icon-tw {
  background-color: #1da1f2;
}

.p-btn--icon-tw:before {
  background-image: url(../images/common/icon/icon_twitter_01.png);
  width: 84px;
  height: 84px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-tw:before {
    width: 42px;
    height: 42px;
  }
  .ie8 .p-btn--icon-tw:before {
    width: 84px;
    height: 84px;
  }
}

.p-btn--icon-fb {
  background-color: #3b579d;
  border-radius: 4px;
}

.p-btn--icon-fb:before {
  background-image: url(../images/common/icon/icon_facebook_01.png);
  width: 84px;
  height: 84px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-fb:before {
    width: 42px;
    height: 42px;
  }
  .ie8 .p-btn--icon-fb:before {
    width: 84px;
    height: 84px;
  }
}

.p-btn--icon-gl {
  background-color: #db4d42;
  border-radius: 50%;
}

.p-btn--icon-gl:before {
  background-image: url(../images/common/icon/icon_google_01.png);
  width: 74px;
  height: 50px;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-gl:before {
    width: 37px;
    height: 25px;
    padding-top: 13px;
  }
  .ie8 .p-btn--icon-gl:before {
    width: 72px;
    height: 50px;
    padding-top: 25px;
  }
}

.p-btn--icon-pk {
  background-color: #f3f3f3;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-pk {
    border-radius: 6px;
  }
}

.p-btn--icon-pk:before {
  background-image: url(../images/common/icon/icon_pocket_01.png);
  width: 64px;
  height: 64px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-pk:before {
    width: 32px;
    height: 32px;
    padding-top: 10px;
  }
  .ie8 .p-btn--icon-pk:before {
    width: 64px;
    height: 64px;
  }
}

.p-btn--icon-ht {
  background-color: #00a4de;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-ht {
    border-radius: 8px;
  }
}

.p-btn--icon-ht:before {
  background-image: url(../images/common/icon/icon_hatena_01.png);
  width: 84px;
  height: 84px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-ht:before {
    width: 42px;
    height: 42px;
  }
  .ie8 .p-btn--icon-ht:before {
    width: 84px;
    height: 84px;
  }
}

.p-btn--icon-li {
  background-color: #00b900;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-li {
    border-radius: 8px;
  }
}

.p-btn--icon-li:before {
  background-image: url(../images/common/icon/icon_line_01.png);
  width: 84px;
  height: 84px;
}

@media only screen and (max-width: 767px) {
  .p-btn--icon-li:before {
    width: 42px;
    height: 42px;
  }
  .ie8 .p-btn--icon-li:before {
    width: 84px;
    height: 84px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-btns--large > .c-grid__col {
    padding-right: 30px;
    width: 33.3333%;
  }
  .p-btns--large > .c-btn {
    width: 321px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-btns--large > .c-grid__col {
    float: none;
    margin-bottom: 15px;
  }
}

.p-btns--medium {
  margin-right: -30px;
}

.p-btns--medium > .c-grid__col {
  padding-right: 30px;
  width: 25%;
}

.p-btns--medium > .c-btn {
  width: 233px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .p-btns--medium {
    margin-right: -15px;
  }
  .p-btns--medium > .c-grid__col {
    padding-right: 15px;
    margin-bottom: 15px;
    width: 50%;
  }
}

.p-btns--planlist {
  margin-right: -30px;
  padding: 20px 16px 0;
}

.p-btns--planlist > .c-grid__col {
  padding-right: 30px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .p-btns--planlist {
    margin-right: -15px;
  }
  .p-btns--planlist > .c-grid__col {
    padding-right: 15px;
    margin-bottom: 0;
    width: 50%;
  }
}

.p-btns--footer-planlist > .c-grid__col {
  padding-right: 30px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .p-btns--footer-planlist {
    margin-right: -15px;
  }
  .p-btns--footer-planlist > .c-grid__col {
    padding-right: 15px;
    margin-bottom: 15px;
    width: 50%;
  }
}

.p-gcheader {
  padding: 20px 0;
  background-color: #dbe1e8;
}

.p-gcheader__inner {
  position: relative;
}

.p-gcheader__ttl {
  margin-bottom: 5px;
  font-size: 140%;
  font-weight: bold;
}

.p-gcheader__main {
  display: table;
}

@media screen and (min-width: 768px), print, tv {
  .p-gcheader__main {
    width: 780px;
  }
}

.p-gcheader__left {
  display: table-cell;
}

@media screen and (min-width: 768px), print, tv {
  .p-gcheader__left {
    width: 340px;
  }
}

.p-gcheader__tel {
  font-weight: bold;
  color: #000000;
}

.p-gcheader__center {
  display: table-cell;
}

@media screen and (min-width: 768px), print, tv {
  .p-gcheader__center {
    width: 420px;
  }
}

.p-gcheader__access {
  font-size: 12px;
}

.p-gcheader__access li {
  text-indent: -7px;
  padding-left: 10px;
}

.p-gcheader__access li:before {
  position: relative;
  bottom: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-gcheader__right {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.p-calender__top-note {
  margin: 10px 0 25px;
  font-size: 12px;
  color: #ce0101;
}

.p-calender__table-head {
  display: table;
  margin-bottom: 20px;
}

.p-calender__txt {
  display: table-cell;
  width: 130px;
}

.p-calender__mark {
  display: table-cell;
  width: 300px;
}

.p-calender__monthes {
  display: table;
}

.p-calender__month {
  display: table-cell;
  width: 100px;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.p-calender__month:first-child {
  border-left: 1px solid #cccccc;
}

.p-calender__table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

.p-calender__table th, .p-calender__table td {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-contact-block {
    padding: 0 15px;
  }
}

.p-contact-block--nopadding {
  padding: 0;
}

.p-contact-block__ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print, tv {
  .p-contact-block__ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact-block__ttl {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.p-contact-block__main {
  padding: 15px 20px;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-contact-block__main {
    padding: 15px;
  }
}

.p-contact-block__name {
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-contact-block__tel {
    margin-top: 10px;
  }
}

.p-contact-block__tel,
.p-contact-block__time {
  display: inline-block;
}

.p-tel {
  display: inline-block;
  color: #000000;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-tel {
    font-size: 30px;
    margin-top: 10px;
    text-decoration: none;
  }
}

.ie .p-tel {
  font-family: "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.p-tel__icon {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 7px 0;
}

.p-tel__number {
  cursor: default;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.p-tel__number img {
  display: inline-block;
  margin-right: 2px;
  max-height: 24px;
  max-width: 16px;
  vertical-align: middle;
}

.ie9 .p-tel__number img, .ie10 .p-tel__number img {
  max-width: 15px;
}

.p-tel__url {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-tel__url:hover {
  opacity: 0.7;
}

.ie8 .p-tel__url:hover {
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
  .p-tel {
    margin-bottom: 5px;
  }
  .p-tel__number {
    display: inline-block;
    color: #000000;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: bold;
    margin-right: 5px;
    line-height: 1;
    font-size: 30px;
    text-decoration: none;
    vertical-align: middle;
  }
  .p-tel__number img {
    max-height: 22px;
    min-width: 12px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-tel--large {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-tel--large .p-tel__icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    letter-spacing: -1px;
  }
}

.p-tel--large .p-tel__number img {
  max-width: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-tel--large .p-tel__number img {
    max-height: 32px;
  }
}

.p-tab {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-tab__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-tab--type_a .p-tab__item {
  height: 50px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  background-color: #f0f0f0;
}

.p-tab--type_a .p-tab__item:hover {
  background-color: #f5f5f5;
  color: #ccc;
}

.p-tab--type_a .p-tab__item.is-active {
  background-color: #fff;
  border-bottom: 2px solid #000000;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-tab--type_a .p-tab__item {
    font-size: 86%;
  }
}

.p-tab--type_b .p-tab__item {
  height: 50px;
  background-color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.p-tab--type_b .p-tab__item + .p-tab__item {
  border-left: 1px solid #ccc;
}

.p-tab--type_b .p-tab__item:hover {
  background-color: #ebebeb;
  color: #ccc;
}

.p-tab--type_b .p-tab__item.is-active {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .p-tab--type_b .p-tab__item {
    font-size: 86%;
  }
}

@media only screen and (max-width: 767px) {
  .p-tab--list .p-tab__item {
    height: 44px;
  }
}

.p-tab--course-list .p-tab__item {
  border-bottom: 4px solid #ccc;
  font-size: 18px;
  height: 64px;
}

.p-tab--course-list .p-tab__item.is-active {
  border-bottom: 4px solid #000000;
}

@media only screen and (max-width: 767px) {
  .p-tab--course-list .p-tab__item {
    height: 44px;
  }
}

.p-content p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .p-content p {
    margin-bottom: 30px;
  }
}

.p-content h1 {
  margin-bottom: 20px;
  font-size: 150%;
}

.p-content h2 {
  margin: 30px 0 10px 10px;
  font-size: 130%;
}

.p-content h3 {
  margin: 40px 0 10px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-content h3 {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-content ol {
  padding-left: 20px;
}

.p-content ol > li {
  list-style: decimal;
}

.p-content ul {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .p-content ul.pad-lr-sp {
    padding: 0 15px;
  }
}

.p-content ul > li {
  text-indent: -15px;
  padding-left: 15px;
}

.p-content ul > li:before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #000000;
}

.p-content ul.note > li {
  font-size: 12px;
  text-indent: -6px;
  color: #666666;
}

.p-content ul.note > li:before {
  bottom: 1px;
  content: "※";
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
}

.p-content ul.download {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print, tv {
  .p-content ul.download:after {
    content: "";
    display: table;
    clear: both;
  }
}

.p-content ul.download > li {
  text-indent: -15px;
  padding-left: 15px;
  margin: 6px 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-content ul.download > li {
    width: 33.3%;
    float: left;
  }
}

.p-content ul.download > li:before {
  position: relative;
  bottom: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #000000;
}

.p-content ul.download > li a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-content ul.download > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ie8 .p-content ul.download > li a:hover {
  filter: alpha(opacity=70);
}

.p-content ul.download > li a:after {
  position: relative;
  bottom: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-repeat: no-repeat;
}

.p-content a.pdf {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-content a.pdf:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ie8 .p-content a.pdf:hover {
  filter: alpha(opacity=70);
}

.p-content a.pdf:after {
  position: relative;
  bottom: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-image: url(/common/images/svg_icons/icon_pdf.svg);
}

.p-content ul.link {
  margin-left: 15px;
  margin-right: 15px;
}

.p-content ul.link li {
  line-height: 2.5;
  text-indent: -26px;
  padding-left: 30px;
}

.p-content ul.link li:before {
  content: "";
  bottom: 0;
  width: 5px;
  height: 9px;
  margin-right: 15px;
  background-image: url(/common/images/common/arrow_right_blue.png);
  background-color: #ffffff;
}

.p-content ul.link li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.p-content ul.link li a:hover {
  color: #666;
  text-decoration: none;
}

.p-content ul.arrow li {
  line-height: 30px;
}

.p-content ul.arrow li a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-content ul.arrow li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ie8 .p-content ul.arrow li a:hover {
  filter: alpha(opacity=70);
}

.p-content ul.arrow li:before {
  content: "";
  bottom: 0;
  width: 7px;
  height: 8px;
  background-image: url(/common/images/common/arrow_right_gray.png);
  border-radius: 0;
  margin-right: 8px;
  margin-left: 0;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print, tv {
  .p-content .col-2 {
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-content .col-2 .col {
    display: table-cell;
    width: 50%;
  }
}

.p-content table.name {
  width: 100%;
}

.p-content table.name th {
  text-align: left;
  vertical-align: top;
  padding-left: 28px;
  text-indent: -28px;
}

@media only screen and (max-width: 767px) {
  .p-content table.name th {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-content table.name th, .p-content table.name td {
    display: block;
  }
}

.p-content table.name ul > li {
  margin: 0 0 30px;
}

.p-content table.name ul > li:before {
  display: none;
}

.p-content table.name ul.download li {
  width: auto;
  float: none;
  margin-bottom: 10px;
}

.p-content table.price th {
  font-weight: normal;
  text-align: left;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .p-content table.price th, .p-content table.price td {
    display: table-cell;
  }
}

.p-content table.base {
  width: 100%;
  border-collapse: collapse;
}

.p-content table.base th, .p-content table.base td {
  padding: 15px 20px;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-content table.base th, .p-content table.base td {
    padding: 10px 15px;
  }
}

.p-content table.base th {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}

@media screen and (min-width: 768px), print, tv {
  .p-content table.base th {
    width: 200px;
  }
}

.p-content table.course-guide {
  width: 100%;
  border-collapse: collapse;
}

.p-content table.course-guide th, .p-content table.course-guide td {
  border: 1px solid #cccccc;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-content table.course-guide th, .p-content table.course-guide td {
    font-size: 75%;
  }
}

.p-content table.course-guide tr th {
  background-color: #ededed;
  color: #666666;
  font-weight: normal;
}

.p-content table.course-guide tr td:last-child {
  background-color: #ededed;
  color: #666666;
}

.p-content table.course-guide tr:first-child th {
  background-color: #dbe1e8;
  color: #000000;
}

.p-content table.vertical {
  width: 100%;
  border-collapse: collapse;
}

.p-content table.vertical th {
  width: 160px;
  background-color: #dbe1e8;
  color: #000000;
}

.p-content table.vertical td {
  color: #000000;
}

.p-content table.vertical th, .p-content table.vertical td {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-content table.vertical th, .p-content table.vertical td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 8px 15px;
  }
}

.p-content table.vertical td.sub-table {
  padding: 0;
}

.p-content table.vertical td.sub-table table {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .p-content table.vertical td.sub-table table {
    table-layout: fixed;
  }
  .p-content table.vertical td.sub-table table tr {
    display: table-cell;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
  }
  .p-content table.vertical td.sub-table table tr:first-child {
    border-left: none;
  }
  .p-content table.vertical td.sub-table table tr:last-child {
    border-right: none;
  }
  .p-content table.vertical td.sub-table table th, .p-content table.vertical td.sub-table table td {
    border: none;
  }
  .p-content table.vertical td.sub-table table th {
    border-bottom: 1px solid #cccccc;
  }
}

.p-content table.vertical td.sub-table table th {
  background-color: #ededed;
  color: #666666;
}

@media screen and (min-width: 768px), print, tv {
  .p-content table.vertical td.sub-table table th, .p-content table.vertical td.sub-table table td {
    border-bottom: none;
    border-left: none;
  }
  .p-content table.vertical td.sub-table table td {
    border-right: none;
  }
  .p-content table.vertical td.sub-table table tr:first-child th, .p-content table.vertical td.sub-table table tr:first-child td {
    border-top: none;
  }
}

.p-content table.horizontal {
  width: 100%;
  border-collapse: collapse;
}

.p-content table.horizontal th {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-content table.horizontal th {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 8px 15px;
    text-align: left;
  }
}

.p-content table.horizontal th.left {
  text-align: left;
}

.p-content table.horizontal td {
  padding: 10px 15px;
  border: 1px solid #cccccc;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-content table.horizontal td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 12px 15px;
  }
}

.p-content table.horizontal td.single-table {
  padding: 0;
}

.p-content table.horizontal td.single-table table {
  width: 100%;
  border-collapse: collapse;
}

.p-content table.horizontal td.single-table table th {
  background-color: #dbe1e8;
  color: #000000;
  border-right: 0;
}

.p-content table.horizontal td.single-table table td {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-content table.horizontal td.single-table table tr {
    vertical-align: top;
  }
  .p-content table.horizontal td.single-table table tr:first-child {
    border-left: none;
  }
  .p-content table.horizontal td.single-table table tr:last-child {
    border-right: none;
  }
  .p-content table.horizontal td.single-table table th, .p-content table.horizontal td.single-table table td {
    border: none;
    display: block;
  }
  .p-content table.horizontal td.single-table table th {
    border-bottom: 1px solid #cccccc;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-content table.horizontal td.single-table table th, .p-content table.horizontal td.single-table table td {
    border-bottom: none;
    border-left: none;
  }
  .p-content table.horizontal td.single-table table td {
    border-right: none;
  }
  .p-content table.horizontal td.single-table table tr:first-child th, .p-content table.horizontal td.single-table table tr:first-child td {
    border-top: none;
  }
}

.p-content table.horizontal td.hl-table {
  padding: 0;
}

.p-content table.horizontal td.hl-table table {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .p-content table.horizontal td.hl-table table tr {
    vertical-align: top;
  }
  .p-content table.horizontal td.hl-table table tr:first-child {
    border-left: none;
  }
  .p-content table.horizontal td.hl-table table tr:last-child {
    border-right: none;
  }
  .p-content table.horizontal td.hl-table table th, .p-content table.horizontal td.hl-table table td {
    border: none;
    display: block;
  }
  .p-content table.horizontal td.hl-table table th {
    border-bottom: 1px solid #cccccc;
  }
}

.p-content table.horizontal td.hl-table table th {
  background-color: #dbe1e8;
  color: #000000;
  border-right: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-content table.horizontal td.hl-table table th, .p-content table.horizontal td.hl-table table td {
    border-bottom: none;
    border-left: none;
  }
  .p-content table.horizontal td.hl-table table td {
    border-right: none;
  }
  .p-content table.horizontal td.hl-table table tr:first-child th, .p-content table.horizontal td.hl-table table tr:first-child td {
    border-top: none;
  }
}

.p-content table.horizontal td.hl-table table .single-table {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.p-content table.horizontal td.hl-table table .single-table:first-child {
  border-left: none;
}

.p-content table.horizontal td.hl-table table .single-table:last-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .p-content table.horizontal td.hl-table table .single-table {
    border-right: none;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}

.p-content table.horizontal td.hl-table table .single-table th {
  background-color: #ededed;
  color: #666666;
  border-right: 0;
}

.p-content .border {
  padding: 15px;
  margin: 15px;
  border: 1px solid #cccccc;
}

.p-content .bgcolor {
  background-color: #c1c1c1;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .p-content .bgcolor {
    padding: 15px;
  }
}

.p-content .center {
  text-align: center;
}

.p-content .yumincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.p-content .policy > .title {
  font-weight: 600;
  font-size: 115%;
  line-height: 1.5;
  text-align: left;
  margin: 27px 0;
}

.p-content .numberbox {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  float: left;
  width: 46px;
}

.p-content ul.number > li.number-list {
  padding-left: 0;
  text-indent: 0;
}

@media only screen and (max-width: 767px) {
  .p-content ul.number > li.number-list {
    padding-right: 15px;
  }
}

.p-content ul.number > li.number-list:before {
  display: none;
}

.p-content ul.number > li.number-list > .txt {
  padding-left: 46px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-content ul.number > li.number-list > .txt {
    padding-left: 46px;
  }
}

.p-content ul.number li.down-list {
  padding-left: 30px;
  text-indent: 0;
}

@media only screen and (max-width: 767px) {
  .p-content ul.number li.down-list {
    padding-left: 25px;
  }
}

.p-content ul.number li.down-list:before {
  display: none;
}

.p-content ul.number li.down-list > .number {
  margin-bottom: 0;
}

.p-content a.link-txt {
  text-decoration: none;
  color: #000000;
}

.p-content a.link-txt:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .p-content ul.arrow-pref li {
    line-height: 1.5;
  }
}

.p-content ul.note-circle {
  line-height: 1.2;
}

.p-content ul.note-circle > li {
  display: inline;
  padding-left: 0;
  font-size: 12px;
  text-indent: 0;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .p-content ul.note-circle > li {
    display: block;
    margin-bottom: 3px;
    padding-left: 15px;
    line-height: 1.2;
    text-indent: -8px;
  }
  .iOS .p-content ul.note-circle > li {
    text-indent: -8px;
  }
}

.p-content ul.note-circle > li:before {
  bottom: 1px;
  content: "●";
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
  font-size: 16px;
  border-radius: 0;
}

.iOS .p-content ul.note-circle > li:before {
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .p-content ul.note-circle > li.item-first {
    text-indent: -6px;
  }
  .iOS .p-content ul.note-circle > li.item-first {
    text-indent: -9px;
  }
}

.p-content ul.note-circle > li.item-first:before {
  content: "※";
  font-size: 12px;
}

.p-content ul.note-no-mark > li {
  font-size: 12px;
  color: #666666;
  text-indent: 0;
  padding-left: 0;
}

.p-content ul.note-no-mark > li:before {
  display: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-content .sango {
    float: right;
    margin-top: -130px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-content .sango {
    margin-top: -20px;
    text-align: center;
  }
}

.p-content a.h-ul-none {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.p-content a.h-ul-none:hover {
  color: #666;
  text-decoration: none;
}

.p-step {
  margin: 25px 0 20px;
}

@media only screen and (max-width: 767px) {
  .p-step {
    margin: 15px 0;
  }
}

.p-step__item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-step__item {
    margin-bottom: 40px;
  }
}

.p-step__item:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  width: 12px;
  height: 23px;
  background-image: url(../images/angle_right_step.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px), print, tv {
  .p-step__item:after {
    top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .p-step__item:after {
    width: 40px;
    height: 20px;
    bottom: -35px;
    right: 50%;
    margin-right: -20px;
    background-image: url(../images/angle_bottom_step_sp.png);
    background-size: 40px 20px;
  }
}

.p-step__item:last-child {
  margin-bottom: 0;
}

.p-step__item:last-child:after {
  display: none;
}

@media screen and (min-width: 768px), print, tv {
  .p-step__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-step__img {
    display: none;
  }
}

.p-step__ttl {
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-step__ttl {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-step__desc {
    width: 185px;
    margin: 10px auto 0;
  }
}

.p-note li {
  font-size: 12px;
  color: #666666;
  text-indent: -6px;
  padding-left: 13px;
}

.p-note li:before {
  position: relative;
  bottom: 1px;
  content: "※";
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  background-color: #ffffff;
  margin: 0;
}

.p-form--start {
  border-collapse: collapse;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px), print, tv {
  .p-form--start {
    border: 1px solid #999999;
    padding: 10px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .p-form--start {
    border-bottom: 1px solid #cccccc;
    margin: 0 16px 0;
  }
}

.p-form--start .p-form__table {
  padding: 0 20px;
  width: 100%;
  border-collapse: collapse;
}

.p-form--start th {
  width: 120px;
  text-align: left;
  color: #000000;
}

.p-form--start th, .p-form--start td {
  padding: 15px 0;
  white-space: nowrap;
}

.p-form--start .p-form__border th, .p-form--start .p-form__border td {
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
}

.p-form--start .p-form__label {
  width: 80px;
}

.p-form--start .p-form__area {
  width: 210px;
}

.p-form--start .p-form__pref {
  margin-right: 20px;
}

.p-form--start .p-form__course {
  width: 380px;
}

.p-form--start .p-form__date {
  width: 210px;
}

.p-form--start .p-form__time,
.p-form--start .p-form__price-low,
.p-form--start .p-form__price-high {
  width: 170px;
}

.p-form--start .p-form__play-date {
  width: 245px;
}

.p-form--start .p-form__start-time {
  width: 105px;
  padding: 15px 0;
}

.p-form--start .p-form__start-time-inner {
  height: 35px;
  line-height: 35px;
  padding-left: 25px;
  padding-right: 5px;
  border-left: 1px solid #cccccc;
}

.p-form--start .p-form__option {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .p-form--start .p-form__date-sp {
    float: left;
    font-size: 105%;
    padding-top: 15px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .p-form--start .p-form__space {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-form--start .p-form__space-item {
    width: 105px;
    font-size: 93%;
    padding: 13px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .p-form--start .p-form__table-sp {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form--middle {
    width: 600px;
  }
}

.p-form-select {
  width: 100%;
  padding: 11.5px 12px;
  border: 1px solid #cccccc;
  background-position: right 10px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 15px;
  color: #999999;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url(/common/images/common/arrow_down_blue.png);
}

.p-form-select option {
  color: #000000;
}

.p-form-select option.not-select {
  color: #999999;
}

.p-form-select:disabled {
  border-color: #e6e6e6;
  color: #cccccc;
}

.p-form-select--calender {
  background-image: url(/common/images/common/icon/icon_calender.png) !important;
}

.p-form-select--calender:disabled {
  background-image: url(/common/images/common/icon/icon_calender_gray.png) !important;
  color: #999999;
}

.p-form-select--sort {
  color: #000000;
}

.p-form-select--sort.is-active {
  background-image: url(/common/images/common/arrow_up_blue.png);
}

.p-form-select::-ms-expand {
  display: none;
}

.ie8 .p-form-select {
  background-position: 95% center;
  display: block;
}

.ie8 .p-form-select, .ie9 .p-form-select {
  background-image: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-form-select--calender {
    background-position: right 14px top 13px;
  }
}

.ie9 .p-form-select--calender {
  background-position: right 14px top 13px;
}

.ie8 .p-form-select--calender {
  background-position: 95% 44%;
}

.p-form-check {
  display: none;
}

.p-form-check:checked + .p-form-check-icon:before {
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
}

.p-form-check[type="checkbox"]:checked + .p-form-check-icon:before {
  background-image: url(/common/images/common/icon/icon_check_bg_blue.png);
}

.p-form-check[type="radio"]:checked + .p-form-check-icon:before {
  background-image: url(/common/images/common/icon/icon_radio_bg_blue.png);
}

.p-form-check + .p-form-check-icon:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.p-form-check--square + .p-form-check-icon {
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
}

.p-form-check--square:disabled + .p-form-check-icon:before {
  border-color: #e6e6e6;
}

.p-form-check--circle + .p-form-check-icon {
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
}

.p-form-check--circle + .p-form-check-icon:before {
  border-radius: 50%;
}

.p-form-check--circle:disabled + .p-form-check-icon:before {
  border-color: #e6e6e6;
}

.p-form-check--circle[type="checkbox"]:checked + .p-form-check-icon:before {
  background-image: url(/common/images/common/icon/icon_radio_bg_blue.png);
}

.ie8 .p-form-check {
  display: block;
  width: 30px;
  float: left;
  margin-top: 5px;
}

.ie8 .p-form-check + .p-form-check-icon:before {
  display: none;
}

.ie8 .p-form-check + .p-form-check-icon:after {
  clear: both;
}

.ie8 .p-form-check--square + .p-form-check-icon {
  display: block;
  margin-left: -30px;
  padding-left: 30px;
}

.p-pagination {
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-pagination {
    display: block;
    padding: 0 15px;
  }
}

.p-pagination__items {
  display: inline-block;
  vertical-align: bottom;
}

/* ++++++++++++++++++++++++++++++ 
	
	ページネーション要素用ボックスのサイズ定義
	
++++++++++++++++++++++++++++++ */
.p-pagination__item a, .p-pagination__item.is-current, .p-pagination__item--first.has-no-link, .p-pagination__item--last > a, .p-pagination__item--last.has-no-link {
  width: 28px;
  height: 28px;
  padding: 6px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item a, .p-pagination__item.is-current, .p-pagination__item--first.has-no-link, .p-pagination__item--last > a, .p-pagination__item--last.has-no-link {
    width: 42px;
    height: 42px;
  }
}

.p-pagination__item--prev a, .p-pagination__item--prev.has-no-link, .p-pagination__item--next a, .p-pagination__item--next.has-no-link {
  width: 95px;
  height: 28px;
  padding: 6px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--prev a, .p-pagination__item--prev.has-no-link, .p-pagination__item--next a, .p-pagination__item--next.has-no-link {
    width: 42px;
    height: 42px;
  }
}

.p-pagination__item--dot {
  padding: 8px 2px 0;
}

.p-pagination__txt {
  display: none;
}

.p-pagination__item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item {
    display: none;
    float: left;
    margin-right: 9px;
  }
}

.p-pagination__item a {
  display: block;
  line-height: 1.3;
  text-decoration: none;
  color: #999999;
  border: 1px solid #999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item a {
    padding: 14px;
  }
}

.p-pagination__item a:hover {
  opacity: 0.7;
}

.ie8 .p-pagination__item a:hover {
  filter: alpha(opacity=70);
}

.p-pagination__item.is-current {
  line-height: 1.4;
  background-color: #000000;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item:last-child {
    margin-right: 0;
  }
}

.p-pagination__item.has-no-link {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item.has-no-link {
    width: 42px;
    padding: 14px;
  }
}

.p-pagination__item.is-hidden {
  display: none;
}

.p-pagination__item--sp {
  width: 140px;
  height: 42px;
  padding: 6px;
  background-color: #000000;
  line-height: 2.5;
  font-size: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-pagination__item--sp {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .p-pagination__item--sp {
    width: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--prev {
    margin-right: 8px;
    display: inline-block;
  }
}

.p-pagination__item--prev .p-pagination__txt {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--prev .p-pagination__txt {
    display: none;
  }
}

.p-pagination__item--prev a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/angle_left_gray.png);
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--prev a:before {
    margin-right: 0;
  }
}

.p-pagination__item--prev.has-no-link {
  line-height: 1;
  text-decoration: none;
  color: #cccccc;
}

.p-pagination__item--prev.has-no-link:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/angle_left_gray_03.png);
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--next {
    display: block;
  }
}

.p-pagination__item--next .p-pagination__txt {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--next .p-pagination__txt {
    display: none;
  }
}

.p-pagination__item--next a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/angle_right_gray.png);
  margin-left: 17px;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--next a:after {
    margin-left: 0;
  }
}

.p-pagination__item--next.has-no-link {
  line-height: 1;
  text-decoration: none;
  color: #cccccc;
}

.p-pagination__item--next.has-no-link:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/angle_right_gray_03.png);
  margin-left: 17px;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--next.has-no-link:after {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--first {
    display: block;
  }
}

.p-pagination__item--first > a {
  line-height: 1;
  text-decoration: none;
  color: #666666;
}

.p-pagination__item--first > a:after {
  overflow: inherit;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 13px;
  height: 12px;
  background-image: url(/common/images/common/angle_left_gray_02.png);
}

.p-pagination__item--first.has-no-link {
  line-height: 1;
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--first.has-no-link {
    margin-right: 9px;
  }
}

.p-pagination__item--first.has-no-link:after {
  overflow: inherit;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 13px;
  height: 12px;
  background-image: url(/common/images/common/angle_left_gray_01.png);
}

@media only screen and (max-width: 767px) {
  .p-pagination__item--last {
    display: block;
  }
}

.p-pagination__item--last > a {
  line-height: 1;
  color: #666666;
}

.p-pagination__item--last > a:after {
  overflow: inherit;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 13px;
  height: 12px;
  background-image: url(/common/images/common/angle_right_gray_02.png);
}

.p-pagination__item--last.has-no-link {
  line-height: 1;
  color: #cccccc;
}

.p-pagination__item--last.has-no-link:after {
  overflow: inherit;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 13px;
  height: 12px;
  background-image: url(/common/images/common/angle_right_gray_01.png);
}

.p-pagination__item--last.has-no-link > a {
  width: 28px;
}

.p-pagination__items--day {
  display: block;
  margin-top: 20px;
}

.p-pagination__items--day .p-pagination__item-prev {
  float: left;
  width: 50%;
  margin-right: 0;
  padding-right: 8px;
}

.p-pagination__items--day .p-pagination__item-prev > a {
  width: 100%;
  border: 1px solid #999999;
  color: #666666;
}

.p-pagination__items--day .p-pagination__item-prev > a:before {
  margin-right: 17px;
}

.p-pagination__items--day .p-pagination__item-next {
  float: right;
  width: 50%;
  margin-right: 0;
  padding-left: 8px;
}

.p-pagination__items--day .p-pagination__item-next > a {
  border: 1px solid #999999;
  color: #666666;
  width: 100%;
}

.p-pagination__items--day .p-pagination__item-next > a:after {
  margin-left: 17px;
}

.p-result-number {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}

.p-result-number__red {
  color: #df4e3f;
}

.p-result-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-result-item {
    border-bottom: 1px solid #cccccc;
    margin: 20px 16px 0;
    padding-bottom: 20px;
    position: relative;
  }
}

.p-result-item__middle {
  padding: 25px;
}

.p-result-item__middle:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px), print, tv {
  .p-result-item__img {
    float: left;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .p-result-item__link {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background-image: url(../images/list/arrow_list_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
  }
}

.p-gc-ttl {
  position: relative;
  padding: 20px 25px;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.p-gc-ttl__links {
  position: absolute;
  right: 25px;
  top: 17px;
}

.p-gc-ttl__links .p-btn--small {
  margin-right: 2px;
  font-size: 10px;
  color: #ffffff;
  border-color: #ffffff;
}

.p-gc-ttl--planlist-ttl {
  background-color: #dbe1e8;
  padding: 23px 16px;
  letter-spacing: 0.05em;
  position: relative;
}

.p-gc-ttl--planlist-ttl a {
  color: #000000;
  text-decoration: none;
}

.p-gc-ttl--planlist-ttl:after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-image: url(/common/images/arrow_list_down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 7px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ie8 .p-gc-ttl--planlist-ttl:after {
  background-image: url(/common/images/alt_bg/arrow_list_down.png);
}

@media only screen and (max-width: 767px) {
  .p-gc-ttl--planlist {
    font-size: 100%;
    line-height: 1.6;
    color: #333333;
    background-color: transparent;
    display: block;
    width: 88%;
    padding: 0;
    margin-bottom: 2px;
  }
}

.p-gc-info {
  font-size: 12px;
}

.p-gc-info th, .p-gc-info td {
  padding-bottom: 10px;
  vertical-align: top;
}

.p-gc-info th {
  width: 100px;
  text-align: left;
}

.p-plan {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .p-plan {
    width: 100%;
    display: block;
  }
}

.p-plan th {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-plan th {
    display: block;
    width: 100%;
  }
  .ie8 .p-plan th {
    float: left;
  }
}

.p-plan th,
.p-plan td {
  padding: 15px;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-plan th,
  .p-plan td {
    border: none;
    padding: 0;
    display: block;
    width: 100%;
  }
  .ie8 .p-plan th, .ie8
  .p-plan td {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan tr {
    display: block;
    width: 100%;
  }
}

.ie8 .p-plan tr:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 767px) {
  .p-plan tbody {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan .p-plan__space {
    display: inline-block;
    float: left;
    width: auto;
  }
  .ie8 .p-plan .p-plan__space {
    width: 30%;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan .p-plan__ttl {
    display: none;
  }
}

.p-plan__head th {
  background-color: #dbe1e8;
  color: #000000;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-plan__head th {
    display: none;
  }
  .ie8 .p-plan__head th {
    display: none;
  }
}

.p-plan__price {
  text-align: center;
  color: #ce0101;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-plan__price {
    display: block;
    font-size: 100%;
    margin-bottom: 2px;
  }
  .ie8 .p-plan__price {
    display: block;
    font-size: 100%;
    float: left;
    width: 60%;
    text-align: left;
  }
}

.p-plan__price-s {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-plan__price-s {
    display: inline;
    font-weight: normal;
  }
}

.p-plan__question {
  position: absolute;
  right: 15px;
  top: 14px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-plan__question:hover {
  opacity: 0.7;
}

.ie8 .p-plan__question:hover {
  filter: alpha(opacity=70);
}

.p-plan__reserve .c-btn {
  width: 95px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-plan__reserve .c-btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-plan__reserve .c-btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan__option {
    display: block;
    width: 100%;
  }
  .p-plan__option > table {
    table-layout: fixed;
  }
  .ie8 .p-plan__option > table {
    width: 90%;
  }
  .p-plan__option > table > tbody {
    display: table-row-group;
  }
  .p-plan__option > table > tbody > tr {
    display: table-row;
  }
  .p-plan__option > table > tbody > tr > th,
  .p-plan__option > table > tbody > tr td {
    display: table-cell;
    width: 33.3%;
  }
  .ie8 .p-plan__option > table > tbody > tr > th, .ie8
  .p-plan__option > table > tbody > tr td {
    float: none;
    border: 1px solid #ffffff;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-plan__space-ttl {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan__space-ttl {
    display: inline;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-plan__ttl-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan__ttl-sp {
    display: block;
    width: 88%;
    margin-bottom: 10px;
  }
  .ie8 .p-plan__ttl-sp {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-plan__space-number {
    font-weight: bold;
    margin-left: 5px;
  }
}

.p-option {
  border-collapse: collapse;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-option {
    width: 88%;
    margin-left: 0;
  }
}

.p-option td {
  width: 60px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  background-color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .p-option td {
    width: 30%;
    padding: 8px 0;
  }
}

.p-option td.is-active {
  background-color: #000000;
}

.p-module-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 2;
}

.p-box-menu {
  padding: 10px 25px 25px;
}

@media screen and (min-width: 768px), print, tv {
  .p-box-menu {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
}

.p-box-menu__ttl {
  font-size: 130%;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-box-menu__ttl {
    text-align: center;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-box-menu__ttl {
    font-weight: 500;
  }
}

.p-box-menu__txt {
  min-height: 70px;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .p-box-menu__txt {
    min-height: 40px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-box-menu__link {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-box-menu--contact {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-box-menu--contact {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-company-profile {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-company-profile {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

.p-company-profile__ttl {
  text-align: center;
  margin: 10px auto;
  font-weight: normal;
}

.p-company-profile__imgbox {
  text-align: center;
}

.p-company-profile__img {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-company-profile__img--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-company-profile__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-company-profile__img--sp {
    display: block;
  }
}

.p-company-profile__txt {
  margin: 10px auto;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print, tv {
  .p-company-profile__txt {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn-list {
    display: table;
    width: 100%;
  }
}

.p-btn-list__item {
  background-color: #c1c1c1;
}

.p-btn-list__item:hover, .p-btn-list__item.is-active {
  border: 1px solid #000000;
}

.p-btn-list__item:hover .p-btn--small, .p-btn-list__item.is-active .p-btn--small {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
}

.ie8 .p-btn-list__item:hover .p-btn--small, .ie8 .p-btn-list__item.is-active .p-btn--small {
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 767px) {
  .p-btn-list__item {
    display: table-cell;
  }
}

.p-btn-list__btn {
  display: block;
  width: 60%;
  min-width: 60px;
  padding: 0;
  margin: 0 auto;
  font-size: 75%;
  color: #000000;
}

.p-btn-list--event .p-btn-list__item {
  background-color: transparent;
}

.p-btn-list--event .p-btn-list__item > a {
  background-color: #c1c1c1;
  padding: 8px 1px;
  width: 90%;
}

.p-btn-list--news {
  display: table;
  margin: 30px auto;
  border-collapse: collapse;
}

@media screen and (min-width: 768px), print, tv {
  .p-btn-list--news {
    width: 600px;
  }
}

.p-btn-list--news .p-btn-list__item {
  display: table-cell;
  width: 200px;
  padding: 5px;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #c1c1c1;
}

.p-btn-list--news .p-btn-list__item:hover, .p-btn-list--news .p-btn-list__item.is-active {
  border: 1px solid #000000;
  background-color: #000000;
}

.p-btn-list--news .p-btn-list__item:hover .p-btn--small, .p-btn-list--news .p-btn-list__item.is-active .p-btn--small {
  opacity: 1;
  color: #ffffff;
}

.ie8 .p-btn-list--news .p-btn-list__item:hover .p-btn--small, .ie8 .p-btn-list--news .p-btn-list__item.is-active .p-btn--small {
  filter: alpha(opacity=100);
}

.p-btn-list--news .p-btn-list__btn {
  width: 100%;
  padding: 8px;
  border: none;
  font-size: 115%;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media only screen and (max-width: 767px) {
  .p-btn-list--news .p-btn-list__btn {
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-txt-list {
    padding: 0 15px;
  }
}

.p-txt-list__item {
  line-height: 1.6;
}

.p-txt-list__item:before {
  content: "・";
  display: inline;
  width: 2px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-txt-list__txt {
  vertical-align: middle;
}

.p-txt-list__number {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}

.p-txt-list--number .p-txt-list__item {
  padding-left: 46px;
  text-indent: -20px;
}

@media only screen and (max-width: 767px) {
  .p-txt-list--number .p-txt-list__item {
    padding-left: 35px;
  }
}

.p-txt-list--number .p-txt-list__item:before {
  display: none;
}

.p-modal__btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #000000;
  z-index: 10002;
}

.p-modal__btn img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .p-modal__btn {
    position: fixed;
    right: 0;
    top: 0;
  }
}

.p-modal__main {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10001;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-modal__main.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ie8 .p-modal__main.is-active, .ie9 .p-modal__main.is-active {
  display: block;
  text-align: center;
}

.p-modal__inner {
  position: relative;
  text-align: center;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
}

.p-modal__inner img {
  max-width: 100%;
  max-height: 100%;
}

.p-modal__inner.-with-iframe {
  width: 90%;
  height: 90%;
  background-color: #fff;
}

.p-modal__inner.-with-iframe iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-modal__inner.-wide-sp {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
  }
  .p-modal__inner.-wide-sp .p-modal__inner__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    min-height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    max-height: none;
  }
  .p-modal__inner.-wide-sp .p-modal__inner__image img {
    max-width: none;
    max-height: none;
    width: 200%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-modal__inner.-wide-sp2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
  }
  .p-modal__inner.-wide-sp2 .p-modal__inner__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    max-height: none;
    min-width: 100%;
  }
  .p-modal__inner.-wide-sp2 .p-modal__inner__image img {
    width: 90vh;
  }
}

.ie8 .p-modal__inner, .ie9 .p-modal__inner {
  display: inline-block;
  text-align: center;
}

.p-modal__shade {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.p-modal__shade.is-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-modal-list {
    margin: 15px;
  }
}

.p-modal-list__btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #000000;
}

.p-modal-list__btn img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .p-modal-list__btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
  }
}

.p-modal-list__img {
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-modal-list__img--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-modal-list__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-modal-list__img--sp {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-modal-list__img--big {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-modal-list__img--big {
    display: none;
  }
}

.p-modal-list__img-big-unit {
  display: none;
  position: fixed;
  right: 50%;
  top: 150px;
  bottom: 0;
  z-index: 8000;
  width: 512px;
  margin-right: -256px;
}

@media only screen and (max-width: 767px) {
  .p-modal-list__img-big-unit {
    width: auto;
    top: 90px;
    bottom: 30px;
    right: 0;
    left: 0;
    margin-right: 0;
    overflow: auto;
  }
}

.p-modal-list__img-big-unit.is-active {
  display: block;
}

.p-modal-list__img-big-box {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-modal-list__img-big-box {
    display: block;
  }
}

.p-modal-list__img-big {
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-modal-list__img--sp.is-active {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-modal-list__img--pc.is-active {
    display: block;
  }
}

.p-modal-list__shade {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 7000;
}

.p-modal-list__shade.is-active {
  display: block;
}

.p-entry-step__imgbox {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-entry-step__imgbox:after {
    display: block;
    content: " ";
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    background-image: url(/common/images/img_flow_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-entry-step {
    margin: 10px 0 22px;
  }
}

@media only screen and (max-width: 767px) {
  .p-entry-step {
    margin: 10px 0 34px;
  }
  .p-entry-step:after {
    display: block;
    content: " ";
    margin-top: 10px;
    position: static;
    height: 19px;
    width: auto;
    background-size: 38px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/common/images/img_flow_sp.png);
  }
  .ie8 .p-entry-step:after {
    background-image: url(/common/images/alt_bg/img_flow_sp.png);
  }
  .p-entry-step:last-child:after {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-entry-step:last-child .p-entry-step__imgbox:after, .p-entry-step:nth-child(3n) .p-entry-step__imgbox:after {
    display: none;
  }
}

.p-entry-step p {
  margin-top: 15px;
}

.p-entry-step__number {
  width: 100px;
  padding: 4px 0;
  color: #000000;
  font-weight: bold;
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  .p-entry-step__number {
    padding: 6px 0;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-entry-step__img--pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-entry-step__img--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-entry-step__img--sp {
    display: block;
  }
}

.ie8 .p-entry-step--1 {
  clear: left;
}

.ie8 .p-entry-step--3 .p-entry-step__imgbox:after {
  display: none;
}

.ie8 .p-entry-step--last .p-entry-step__imgbox:after {
  display: none;
}

.p-facilities-kv {
  position: relative;
  padding: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .p-facilities-kv {
    padding: 0 15px 10px;
  }
}

.p-facilities-kv__copy {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 30px;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-facilities-kv__copy {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-facilities-kv__copy {
    font-size: 100%;
    left: 25px;
    right: 25px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-faq {
    padding: 0 15px;
  }
}

.p-faq__questions {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .p-faq__questions {
    margin-bottom: 40px;
  }
}

.p-faq__questions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-faq__questions li {
    padding-right: 25px;
  }
}

.p-faq__questions li:before {
  content: "Q";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.p-faq__questions li:after {
  content: url(../images/icon_arrow_small.png);
  position: relative;
  margin-left: 10px;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .p-faq__questions li:after {
    content: url(../images/icon_arrow_small_sp.png);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 7px;
    margin: auto;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.p-faq__questions li a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-faq__questions li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ie8 .p-faq__questions li a:hover {
  filter: alpha(opacity=70);
}

.p-faq__answer {
  margin-bottom: 50px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-faq__answer {
    margin-bottom: 40px;
  }
}

.p-faq__answer__title {
  position: relative;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: bold;
}

.p-faq__answer__title:before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 20px;
  color: #000000;
}

.p-benefits {
  padding-bottom: 30px;
  background-color: #ededed;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-benefits__heading {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
}

.p-benefits__desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print, tv {
  .p-benefits__grid {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-benefit {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-benefit {
    display: table-cell;
    padding: 0 25px;
  }
  .p-benefit + .p-benefit {
    border-left: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  .p-benefit {
    margin-bottom: 30px;
  }
}

.p-benefit__number {
  font-weight: bold;
  color: #000000;
}

.p-benefit__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-benefit__title {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-benefits__btn {
    width: 700px;
    margin: 0 auto;
  }
}

.p-campaign {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ededed;
}

@media only screen and (max-width: 767px) {
  .p-campaign {
    padding-top: 20px;
  }
}

.p-campaign__title {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-campaign__title {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-campaign__content h2, .p-campaign__content h3, .p-campaign__content h4, .p-campaign__content h5, .p-campaign__content h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (min-width: 768px), print, tv {
  .p-campaign__content h2, .p-campaign__content h3, .p-campaign__content h4, .p-campaign__content h5, .p-campaign__content h6 {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-campaign__content p {
  margin-bottom: 10px;
}

.p-campaign__content .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #666666;
}

.p-campaign__content .kome:before {
  content: "※";
}

@media screen and (min-width: 768px), print, tv {
  .p-campaign__content .tel-pc {
    display: inline;
  }
}

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

@media screen and (min-width: 768px), print, tv {
  .p-campaign__content .tel-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-campaign__content .tel-sp {
    display: inline;
    text-decoration: none;
    color: #666666;
  }
}

.p-form-txt {
  width: 100%;
  padding: 11.5px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 14px;
  line-height: 15px;
}

@media screen and (min-width: 768px), print, tv {
  .p-form-txt--small {
    width: 230px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form-txt--large {
    width: 495px;
  }
}

.p-form-txt.is-default {
  color: #999999;
}

.p-form-txt.is-default[disabled="disabled"] {
  color: #cccccc;
}

.p-form-txt.is-focus {
  color: #000000;
}

.p-form-table {
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-form-table--middle {
    width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-table td {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form-unit--label-left {
    display: table;
    width: 100%;
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form-unit--label-left .p-form-unit__label,
  .p-form-unit--label-left .p-form-unit__form {
    display: table-cell;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form-unit--label-left .p-form-unit__label {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-unit--label-left .p-form-unit__label {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-form-unit--label-left .p-form-unit__label--must {
    width: 75px;
  }
}

.p-form-unit--label-top .p-form-unit__label {
  margin-bottom: 5px;
}

.p-form-unit.is-error .p-form-unit__label {
  color: #df4e3f;
}

.p-form-unit.is-error .p-form-txt {
  border-color: #df4e3f;
}

.p-form-unit.is-error .p-form-unit__error {
  display: table-cell;
}

@media screen and (min-width: 768px), print, tv {
  .p-form-unit__form--small {
    width: 165px;
  }
  .p-form-unit__form--large {
    width: 430px;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-unit__form--small {
    width: 100%;
  }
  .p-form-unit__form--large {
    width: 100%;
  }
}

.p-form-unit__note {
  margin-top: 5px;
  font-size: 12px;
  color: #666666;
}

.p-form-unit__label {
  color: #999999;
}

.p-form-unit__label--must:after {
  content: "※";
  margin-left: 5px;
  color: #df4e3f;
  font-size: 12px;
}

.p-form-unit__note.is-disable {
  color: #cccccc;
}

.p-form-unit__error {
  display: none;
  padding-left: 10px;
  color: #df4e3f;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .p-form-unit__error {
    padding-left: 0;
  }
}

.p-ttl {
  margin: 27px 0;
}

.p-ttl__dot {
  display: block;
  margin: 15px auto 0;
  width: 8px;
  height: 8px;
  background-color: #a6a6a6;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-ttl__dot {
    margin: 20px auto 0;
  }
}

.p-ttl.-blue .p-ttl__dot {
  background-color: #000000;
}

.p-ttl__dot:before {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -16px;
}

.p-ttl__dot:after {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 16px;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl.-cg {
    margin: 30px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl.-cg {
    margin: 10px 0 10px;
  }
}

.p-ttl__lv1 {
  font-size: 229%;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 6px solid #a6a6a6;
  text-align: left;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl__lv1 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl__lv1 {
    font-size: 214%;
    text-align: center;
  }
}

.p-ttl.-cg .p-ttl__lv1 {
  padding: 0;
  border-bottom: none;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl.-cg .p-ttl__lv1 {
    font-size: 30px;
  }
}

.p-ttl__lv2 {
  font-size: 200%;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl__lv2 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl__lv2 {
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl__lv2.p-ttl__lv2--left {
    text-align: left;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl.-course-guide .p-ttl__lv2 {
    font-size: 145%;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-ttl.-text-wh .p-ttl__lv2 {
  color: #fff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-ttl.-text-wh .p-ttl__lv2 {
    font-size: 21px;
  }
}

.p-ttl__lv3 {
  font-size: 143%;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl__lv3 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.p-ttl__lv4 {
  font-size: 115%;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

.p-ttl__lv5 {
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}

.p-ttl__lv6 {
  color: #999999;
  font-size: 86%;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.p-ttl__lv7 {
  line-height: 1.5;
}

.p-ttl__lv8 {
  color: #ffffff;
  font-size: 86%;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-ttl__lv9 {
  font-size: 79%;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.p-ttl--lv1 {
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv1 {
    margin: 20px 0;
  }
}

.p-ttl--lv2 {
  margin: 40px 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv2 {
    margin: 40px 0;
  }
}

.p-ttl--lv2-wh {
  margin: 0;
  padding: 42px 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv2-wh {
    padding: 42px 0 40px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl--lv2-wh .p-ttl__lv2--gray-pc-only {
    color: #cccccc;
  }
}

.p-ttl--lv2-wh .p-ttl__lv2--gray {
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv2-wh.-course-guide {
    padding: 25px 0 15px;
  }
}

.p-ttl--lv2-bl {
  background-color: #000000;
  padding: 42px 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv2-bl {
    padding: 42px 0 40px;
  }
}

.p-ttl--lv2-bl .p-ttl__lv2 {
  color: #cccccc;
  letter-spacing: 0.05em;
}

.p-ttl--lv3-wh {
  margin: 34.5px 0;
}

.p-ttl--lv3-wh .p-ttl__lv3 {
  letter-spacing: 0.05em;
  text-align: left;
}

.p-ttl--lv3-gr {
  background-color: #dbe1e8;
  padding: 27px 0;
  margin: 0;
}

.p-ttl--lv3-gr .p-ttl__lv3 {
  color: #000000;
}

.p-ttl--lv3-bl {
  background-color: #000000;
  padding: 27px 0;
  margin: 0;
}

.p-ttl--lv3-bl .p-ttl__lv3 {
  color: #ffffff;
}

.p-ttl--lv4-wh .p-ttl__lv4--bl {
  font-weight: 600;
}

.p-ttl--lv4-wh .p-ttl__lv4--blue {
  color: #000000;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl--lv4-wh .p-ttl__lv4--blue {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.p-ttl--lv4-line .p-ttl__lv4 {
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-weight: 600;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl--lv4-line .p-ttl__lv4 {
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl--lv4-line .p-ttl__lv4 {
    font-size: 108%;
    padding-bottom: 7px;
  }
}

.p-ttl--lv5-blue {
  background-color: #000000;
  padding: 29px 0;
  margin: 0;
}

.p-ttl--lv5-blue .p-ttl__lv5 {
  color: #949494;
}

.p-ttl--lv6-wh {
  margin: 40px 0;
}

.p-ttl--lv7-wh {
  margin: 60px 0;
}

.p-ttl--lv8-blue {
  background-color: #000000;
  padding: 27px 0;
  margin: 0;
}

.p-ttl--lv8-blue .p-ttl__lv8 {
  margin: 5px auto;
}

.p-ttl--lv8-blue .p-ttl__lv8--gr {
  color: #cccccc;
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl--lv9-wh .p-ttl__lv9 {
    padding: 0 25px;
  }
}

.p-ttl--lv9-bl {
  background-color: #000000;
  padding: 29px 0;
  margin: 0;
  text-align: center;
}

.p-ttl--lv9-bl .p-ttl__lv9 {
  color: #ffffff;
}

.p-ttl--link {
  background-color: #e6e6e6;
  padding: 0;
  margin: 0;
}

.p-ttl__link-top {
  float: left;
  display: block;
}

.p-ttl__link-top > a {
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-ttl__link-top > a {
    font-size: 12px;
    line-height: 32px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl__link-top {
    margin-left: 15px;
  }
}

.p-ttl__right-links {
  float: right;
}

@media only screen and (max-width: 767px) {
  .p-ttl__right-links {
    margin-right: 8px;
  }
}

.p-ttl__right-link {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  margin: 3px auto 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-ttl__right-link:before {
  border-left: 2px solid #929292;
  height: 11px;
  content: "";
  display: inline-block;
  width: 2px;
  margin-right: 12px;
  vertical-align: middle;
}

.p-ttl__right-link:first-child {
  border-left: 0;
  padding-right: 10px;
}

.p-ttl__right-link:first-child:before {
  border-left: 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-ttl__right-link {
    font-size: 12px;
    line-height: 32px;
    margin: 0 auto;
  }
}

.p-ttl__right-link:hover {
  opacity: 0.7;
}

.ie8 .p-ttl__right-link:hover {
  filter: alpha(opacity=70);
}

.p-ttl__link-detail {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .p-ttl__link-detail {
    display: none;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-ttl__link-detail--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-ttl__link-detail--sp {
    display: block;
    position: static;
    text-align: center;
  }
}

.p-form-entry {
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-form-entry {
    border-bottom: 1px solid #cccccc;
  }
}

.p-form-entry tbody td {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-form-entry tbody td {
    display: block;
    border-bottom: none;
  }
}

.p-form-entry__ttl {
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
}

.p-form-entry__person {
  background-color: #dbe1e8;
}

.p-form-entry__heading {
  padding: 13px;
  background-color: #dbe1e8;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-form-entry__heading {
    position: relative;
    padding: 7px 10px;
    text-align: left;
  }
}

.p-form-entry__btn {
  content: url(/common/images/common/icon_plus.png);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-form-entry__btn {
    display: none;
  }
}

.p-form-entry__btn.is-active {
  content: url(/common/images/common/icon_minus.png);
}

.p-form-entry__item {
  border-collapse: collapse;
  width: 100%;
}

.p-form-entry__item thead td {
  border: none;
}

.p-form-entry__item tbody {
  background-color: #ffffff;
}

.p-form-entry__item tbody td {
  padding-bottom: 10px;
  border: none;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .p-form-entry__item tbody td {
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-entry__item tbody td.p-form-entry__bottom {
    display: none;
  }
  .p-form-entry__item tbody td.p-form-entry__bottom--1 {
    display: block;
  }
  .p-form-entry__item tbody td.p-form-entry__bottom.is-active {
    display: block;
    border-top: 1px solid #cccccc;
  }
}

.p-form-entry__bottom {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-form-entry__bottom {
    padding: 10px;
  }
}

.p-form-entry__inner {
  width: 100%;
}

.p-form-entry__label {
  margin-bottom: 5px;
}

.p-form-entry__partner {
  display: table;
  width: 100%;
}

.p-form-entry__input {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding-right: 5px;
}

.p-form-entry__input-btn {
  padding: 6px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: bold;
  color: #000000;
  border-color: #000000;
}

.p-form-select {
  display: table-cell;
}

.p-form-select:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.p-form-entry__delete {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  width: 70px;
  color: #666666;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-form-entry__input .p-btn--small {
    line-height: 28px;
  }
}

.ie8 p-form-select {
  background-image: none;
}

.ie8 .p-form-select:disabled {
  background-image: none;
}

.ie9 p-form-select {
  background-image: none;
}

.ie9 .p-form-select:disabled {
  background-image: none;
}

.ie9 .p-form-entry__input .p-btn--small {
  line-height: 28px;
}

.android .p-form-entry__btn {
  top: 7px;
}

.android .p-form-entry__delete {
  padding: 2px 15px 0;
  line-height: 24px;
}

.p-form-gc {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.p-form-gc th {
  width: 160px;
  padding: 20px;
  background-color: #dbe1e8;
  color: #000000;
  text-align: left;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-form-gc th {
    padding: 7px 10px;
    border: none;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-gc th, .p-form-gc td {
    display: block;
    width: 100%;
  }
}

.p-form-gc__heading {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-form-gc__heading {
    margin-bottom: 10px;
  }
}

.p-form-gc__heading-txt {
  margin-bottom: 5px;
  color: #999999;
  font-weight: bold;
}

.p-form-gc__must {
  color: #df4e3f;
  font-size: 12px;
  font-weight: bold;
}

.p-form-gc__unit {
  padding: 18px 35px;
}

@media only screen and (max-width: 767px) {
  .p-form-gc__unit {
    padding: 0 25px 12px;
  }
}

.p-form-gc__pref {
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-links {
    width: 320px;
  }
}

.p-links__item {
  border-bottom: 1px solid #ffffff;
}

.p-links__item:first-child {
  border-top: 1px solid #ffffff;
}

.p-links__item > a {
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-links__item > a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(/common/images/common/arrow_right_blue.png);
  float: right;
  margin-right: 2px;
  margin-top: 6px;
}

.p-links__item > a:hover {
  opacity: 0.7;
}

.ie8 .p-links__item > a:hover {
  filter: alpha(opacity=70);
}

.p-inquiry {
  padding: 50px 0;
  text-align: center;
  background: #a6a6a6;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-svg {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .p-svg--web-user {
    width: 245px;
    height: 27px;
    background-image: url(../images/svg_texts/txt_web_user.svg);
  }
  .p-svg--ogm-selection {
    width: 265px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_ogm_selection.svg);
  }
  .p-svg--ogm-collection {
    width: 276px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_ogm_collection.svg);
  }
  .p-svg--lineup {
    width: 116px;
    height: 21px;
    background-image: url(../images/svg_texts/txt_lineup.svg);
  }
  .p-svg--news-release {
    width: 235px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_news_release.svg);
  }
  .p-svg--information {
    width: 235px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_information.svg);
  }
  .p-svg--selection {
    width: 178px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_selection.svg);
  }
  .p-svg--collection {
    width: 193px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_collection.svg);
  }
  .p-svg--pickup {
    width: 197px;
    height: 22px;
    background-image: url(../images/svg_texts/txt_pickup_plan.svg);
  }
  .ie8 .p-svg {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    background-image: none;
  }
}

.p-slick .slick-dots {
  z-index: 5000;
  width: auto;
}

.p-slick .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .p-slick .slick-dots li {
    margin-left: 6px;
  }
}

.p-slick .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #666666;
}

.p-slick .slick-dots li button:before {
  content: none;
}

.p-slick .slick-dots li.slick-active button {
  background-color: #df4e3f;
}

.p-slick--kv .slick-dots {
  position: absolute;
  z-index: 5000;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-slick--kv .slick-dots {
    top: 420px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-slick--kv .slick-dots {
    bottom: 55px;
    right: 15px;
  }
}

.p-slick--recommend .slick-dots {
  margin-top: 15px;
}

@media screen and (min-width: 768px), print, tv {
  .p-slick--recommend .slick-dots {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: -32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-slick--recommend .slick-dots {
    margin-bottom: 17px;
  }
}

.-sp .p-slick__prev {
  z-index: 100;
  left: 40px;
  background-size: 10px auto;
  background-position: center 10px;
}

.-sp .p-slick__next {
  z-index: 100;
  right: 40px;
  background-size: 10px auto;
  background-position: center 10px;
}

.p-anchor {
  width: 100%;
  border-collapse: collapse;
}

.p-anchor:after {
  content: "";
  display: table;
  clear: both;
}

.p-anchor__unit {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .p-anchor__unit {
    width: 100%;
    display: table;
  }
}

.p-anchor__item {
  float: left;
  width: 25%;
  margin-bottom: 6px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 2px solid #cccccc;
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor__item--colspan-2 {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor__item--last {
    border-right: 1px solid #e6e6e6;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor__item:nth-child(2n) {
    border-right: 1px solid #e6e6e6;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor__item {
    display: table-cell;
    float: none;
    width: 50%;
    vertical-align: middle;
  }
}

.p-anchor__item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 14px 30px 15px;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-anchor__item a {
    text-align: left;
    font-size: 12px;
    padding: 8px 10px 10px 30px;
  }
}

.p-anchor__item a:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -3px;
  content: url(/common/images/common/arrow_list_down_gray.png);
}

@media only screen and (max-width: 767px) {
  .p-anchor__item a:before {
    left: 12px;
  }
}

.p-anchor__item a:hover {
  opacity: 0.7;
}

.ie8 .p-anchor__item a:hover {
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor--preferential .p-anchor__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3333%;
    height: 52px;
  }
  .p-anchor--preferential .p-anchor__item a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0px 30px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor--preferential .p-anchor__item {
    border-left: none;
    border-right: none;
    vertical-align: middle;
    height: 52px;
  }
  .p-anchor--preferential .p-anchor__item a {
    display: block;
    text-align: center;
    padding: 0px 30px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-kv {
    height: 415px;
  }
  body.pg-ogm-top .p-kv,
  body.pg-course-top .p-kv {
    margin-left: -200px;
    margin-right: -200px;
  }
}

.p-kv__items {
  margin-bottom: 0 !important;
}

.p-kv__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.p-kv__item--dark {
  background-color: #333333;
}

.p-kv__item--dark:after {
  background-image: url(../images/kv/shadow_dark.png);
}

.p-kv__item--bright {
  background-color: #e6e6e6;
}

.p-kv__item--bright:after {
  background-image: url(../images/kv/shadow_bright.png);
}

.p-kv__item__pc {
  position: relative;
  z-index: -1;
  margin: 0 auto;
  max-width: none;
}

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

@media screen and (min-width: 768px), print, tv {
  .p-kv__item__sp {
    display: none !important;
  }
}

.p-kv__scroll {
  position: absolute;
  top: -80px;
  right: 50%;
  margin-right: -22px;
  z-index: 1000;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv__scroll {
    display: none;
  }
}

.p-kv--preferential {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--preferential {
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-kv--preferential .p-kv__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--preferential .p-kv__content {
    width: 1024px;
    margin: 0 auto;
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv--preferential .p-kv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--preferential .p-kv__sp {
    display: none;
  }
}

.p-kv--preferential .p-kv__img {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--preferential .p-kv__img--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv--preferential .p-kv__img--sp {
    display: block;
  }
}

.p-kv--preferential .p-kv__breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--preferential .p-kv__breadcrumb {
    width: 1024px;
    margin: 0 auto;
  }
}

.p-kv--preferential .p-kv__copy-top {
  text-shadow: 0 0 5px #333;
  margin-bottom: 15px;
  font-size: 270%;
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-kv--preferential .p-kv__copy-top {
    font-size: 150%;
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 20px;
  }
}

.p-kv--preferential .p-kv__copy-bottom {
  text-shadow: 0 0 3px #333;
  font-size: 115%;
  line-height: 1.5;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-kv--preferential .p-kv__copy-bottom {
    font-size: 100%;
    margin-left: 24px;
    margin-right: 23px;
  }
}

.p-kv--privilege {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--privilege {
    margin-bottom: 50px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv--privilege {
    margin-bottom: 30px;
  }
}

.p-kv--privilege .p-kv__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--privilege .p-kv__content {
    width: 1024px;
    margin: 0 auto;
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv--privilege .p-kv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--privilege .p-kv__sp {
    display: none;
  }
}

.p-kv--privilege .p-kv__img {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--privilege .p-kv__img--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv--privilege .p-kv__img--sp {
    display: block;
  }
}

.p-kv--privilege .p-kv__breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 768px), print, tv {
  .p-kv--privilege .p-kv__breadcrumb {
    width: 1024px;
    margin: 0 auto;
  }
}

.p-kv--privilege .p-kv__copy-top {
  text-shadow: 0 0 5px #333;
  margin-bottom: 15px;
  font-size: 270%;
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-kv--privilege .p-kv__copy-top {
    font-size: 150%;
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 20px;
  }
}

.p-kv--privilege .p-kv__copy-bottom {
  text-shadow: 0 0 3px #333;
  font-size: 115%;
  line-height: 1.5;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-kv--privilege .p-kv__copy-bottom {
    font-size: 100%;
    margin-left: 24px;
    margin-right: 23px;
  }
}

.p-web-entry {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry {
    padding: 33px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry {
    padding: 22px 0 32px;
  }
}

.p-web-entry--gray {
  background-color: #ededed;
}

@media only screen and (max-width: 767px) {
  .p-web-entry__panel {
    display: none;
  }
  .p-web-entry__panel.is-active {
    display: block;
  }
}

.p-web-entry__inner {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__inner {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__inner--line:after {
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 0;
    width: 1px;
    border-right: 1px solid #cccccc;
    content: "";
    display: inline-block;
  }
}

.p-web-entry__ttl {
  font-size: 143%;
  line-height: 2.1;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__ttl {
    font-size: 129%;
    line-height: 1.74;
  }
}

.p-web-entry__ttl-big {
  font-size: 140%;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .p-web-entry__ttl-big {
    font-size: 144%;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__txt {
    margin: 4px auto 0;
    min-height: 63px;
    letter-spacing: -0.06em;
    text-align: center;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__txt {
    padding: 0 15px;
    text-align: center;
    margin: 10px auto 13px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__link {
    font-size: 108%;
  }
}

.p-web-entry__sns-text {
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-text {
    font-size: 114%;
    line-height: 1.9;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin: 10px auto 7px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-text {
    font-size: 86%;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    margin: 22px auto 12px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__btn {
    padding: 0 80px;
    margin: 0 auto 25px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__btn {
    padding: 0 15px;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-fb {
    margin-right: 16px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-fb {
    width: 22%;
    margin-right: 4%;
    background-color: #3c5998;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-tw {
    margin-right: 16px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-tw {
    width: 22%;
    margin-right: 4%;
    background-color: #1da1f2;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-google {
    margin-right: 16px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-google {
    width: 22%;
    margin-right: 4%;
    background-color: #db4437;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-yh {
    margin-right: 0;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-yh {
    width: 22%;
    margin-right: 0;
    background-color: #e71438;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-web-entry__sns-btn {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-btn {
    font-size: 0;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-web-entry__sns-btn > a {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry--normal {
    padding: 32px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-mail-mag-entry--normal {
    padding: 25px 0 40px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry__inner {
    border: 1px solid #cccccc;
    padding: 16px 23px;
  }
}

.p-mail-mag-entry__ttl {
  font-size: 143%;
  line-height: 2.4;
  vertical-align: middle;
  color: #010101;
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry__ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .p-mail-mag-entry__ttl {
    font-size: 128%;
    line-height: 1.5;
  }
}

.p-mail-mag-entry__txtbox {
  font-size: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry__txtbox {
    display: inline-block;
    float: left;
    padding: 2px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-mail-mag-entry__txtbox {
    margin: 9px auto 16.5px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry__txt {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .p-mail-mag-entry__txt {
    display: inline;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-mail-mag-entry__btn {
    width: 280px;
    float: right;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-club-desc--normal {
    display: block;
    background-color: #dbe1e8;
  }
}

@media only screen and (max-width: 767px) {
  .p-club-desc--normal {
    display: none;
  }
}

.p-club-desc__main {
  width: 780px;
  float: left;
}

.p-club-desc__ttl {
  font-size: 143%;
  line-height: 1.5;
  padding: 20px 0 10px;
}

.p-club-desc__middle {
  float: left;
  width: 430px;
  padding-bottom: 24px;
}

.p-club-desc__middle > ul > li {
  font-size: 86%;
  padding-left: 10px;
}

.p-club-desc__middle > ul > li:before {
  content: "•";
  display: inline-block;
  float: left;
  text-indent: -10px;
}

.p-club-desc__left {
  float: left;
  width: 350px;
}

.p-club-desc__tel {
  color: #000000;
  font-weight: bold;
  margin-right: 10px;
}

.p-club-desc__fax {
  color: #000000;
  font-weight: bold;
}

.p-club-desc__btnbox {
  float: right;
  width: 230px;
  margin: 24px auto;
}

.p-club-desc__btn-1 {
  line-height: 46px;
  margin: 0 auto 8px;
}

.p-club-desc__btn-2 {
  line-height: 46px;
}

.p-mega {
  display: none;
  background-color: #c1c1c1;
}

.p-mega-triangle {
  position: relative;
  z-index: 7000;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-mega-triangle.is-active {
  visibility: visible;
}

.ie8 .p-mega-triangle {
  visibility: visible;
  display: none;
}

.ie8 .p-mega-triangle.is-active {
  display: block;
}

.p-mega-triangle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  right: 75px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c1c1c1;
}

.p-mega__inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px), print, tv {
  .c-grid--3col > .c-grid__col.p-mega__col1 {
    width: 320px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .c-grid--3col > .c-grid__col.p-mega__col2 {
    width: 385px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .c-grid--3col > .c-grid__col.p-mega__col3 {
    width: 310px;
  }
}

.p-mega__conditions-box {
  position: relative;
  height: 230px;
  padding: 25px;
  background-color: #dbe1e8;
}

.p-mega__condition {
  margin-bottom: 5px;
  font-size: 14px;
}

.p-mega__condition input {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.ie8 .p-mega__condition input {
  width: auto;
  height: auto;
}

.p-mega__checkbox {
  display: none;
}

.p-mega__checkbox:checked + .p-mega__checkbox-icon:before {
  background-color: #000000;
  background-image: url(/common/images/common/icon/icon_check_bg_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.p-mega__checkbox + .p-mega__checkbox-icon {
  font-weight: normal;
  margin-bottom: 0;
}

.p-mega__checkbox + .p-mega__checkbox-icon:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.p-mega__submit {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: none;
  vertical-align: middle;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.p-mega__submit:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: bottom;
  background: url(/common/images/common/icon/icon_search_wh.png) no-repeat;
}

.p-mega__submit.is-disabled {
  opacity: 0.7;
}

.p-mega__submit.is-active {
  -webkit-animation-name: blink-opacity;
          animation-name: blink-opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.p-mega__submit.is-active:hover {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 0.9 !important;
}

.p-mega__links {
  padding-left: 25px;
  margin-top: 140px;
}

.p-mega__link {
  border-bottom: 1px solid #ffffff;
}

.p-mega__link:first-child {
  border-top: 1px solid #ffffff;
}

.p-mega__link > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  color: #000000;
}

.p-mega__link > a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(/common/images/common/arrow_right_blue.png);
  float: right;
  margin-right: 2px;
  margin-top: 6px;
}

.p-mega__link > a:hover {
  color: #666;
}

.p-mega__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #a6a6a6;
  background-image: url(../images/icon_close_wh.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.is-sp-fixed .p-mega--sp .p-mega__close {
  position: fixed;
  top: 44px;
}

.is-sp-fixed .p-mega--sp.is-static .p-mega__close {
  position: relative;
  top: 0px;
}

.p-mega--sp {
  position: absolute;
  width: 100%;
  z-index: 6000;
  overflow: auto;
}

.ie8 .p-mega--sp {
  display: none !important;
}

.ie8 .p-mega--sp.is-active {
  display: block !important;
}

.is-sp-fixed .p-mega--sp {
  position: fixed;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500000;
}

.is-sp-fixed .p-mega--sp.is-static {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: auto;
}

.p-mega--sp .p-mega__inner:after {
  background-image: none;
}

.p-mega--sp .p-mega__search {
  margin-left: 15px;
  margin-right: 15px;
}

.p-mega--sp .p-mega__search-inner {
  height: auto;
}

.p-mega--sp .p-mega__conditions-box {
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
}

.p-mega--sp .p-mega__condition {
  margin-bottom: 15px;
}

.p-mega--sp .p-mega__conditions-ttl {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.p-mega--sp .p-mega__conditions-ttl:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/common/images/common/icon/icon_search_plus.png);
  background-repeat: no-repeat;
}

.p-mega--sp .p-mega__submit {
  position: static;
  display: block;
  margin: 15px auto 0;
}

.p-mega--sp .p-mega__links {
  margin: 15px 15px 0;
  padding-left: 0;
}

.p-mega--ogm .p-mega__search-inner {
  height: 385px;
}

.p-mega--ogm .p-mega__conditions-box {
  height: 385px;
}

.p-mega--ogm .p-mega__submit {
  left: 25px;
}

.p-mega--ogm .p-mega__condition {
  margin-bottom: 20px;
}

.p-mega--ogm .p-mega__links {
  margin-top: 340px;
}

.p-search {
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .p-search {
    padding: 0 15px;
    width: 100%;
  }
}

.p-search__inner {
  height: 310px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px), print, tv {
  .p-search__inner {
    width: 320px;
    position: absolute;
    top: -390px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-search__inner {
    position: relative;
    top: -15px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.p-search__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-search__ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-search__ttl:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-image: url(/common/images/common/icon/icon_search_blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: -18px;
}

.p-search__condition-txt {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

@-webkit-keyframes blink-outline {
  0% {
    outline-color: #df4e3f;
  }
  40% {
    outline-color: rgba(223, 78, 63, 0);
  }
  50% {
    outline-color: rgba(223, 78, 63, 0);
  }
  90% {
    outline-color: #df4e3f;
  }
}

@keyframes blink-outline {
  0% {
    outline-color: #df4e3f;
  }
  40% {
    outline-color: rgba(223, 78, 63, 0);
  }
  50% {
    outline-color: rgba(223, 78, 63, 0);
  }
  90% {
    outline-color: #df4e3f;
  }
}

@-webkit-keyframes blink-opacity {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}

@keyframes blink-opacity {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}

.p-search__condition {
  width: 100%;
  padding: 9px 30px 9px 12px;
  margin-bottom: 15px;
  color: #999999;
  border: 1px solid #cccccc;
  background-image: url(/common/images/common/icon/icon_calender.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  height: 40px;
}

.iOS.phone .p-search__condition {
  font-size: 16px;
}

.p-search__condition.has-error {
  color: #df4e3f !important;
  outline: 3px solid #df4e3f;
  -webkit-animation-name: blink-outline;
          animation-name: blink-outline;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
}

.p-search__condition:disabled {
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(/common/images/common/icon/icon_calender_gray.png);
}

.p-search__condition--time {
  background-image: url(/common/images/common/arrow_down_blue.png);
  background-position: right 13px center;
  background-size: 8px;
}

.p-search__condition--time:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.p-search__condition--price {
  background-image: url(/common/images/common/arrow_down_blue.png);
  background-position: right 13px center;
  background-size: 8px;
}

.p-search__condition--price:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.p-search__condition--area {
  background-image: url(/common/images/common/arrow_down_blue.png);
  background-position: right 13px center;
  background-size: 8px;
}

.p-search__condition--area:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.p-search__condition--pref {
  background-image: url(/common/images/common/arrow_down_blue.png);
  background-position: right 13px center;
  background-size: 8px;
}

.p-search__condition--pref:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.p-search__condition--course {
  background-image: url(/common/images/common/arrow_down_blue.png);
  background-position: right 13px center;
  background-size: 8px;
}

.p-search__condition--course:disabled {
  background-image: url(/common/images/common/arrow_down_gray.png);
}

.ie8 .p-search__condition {
  background-position: 95% center;
  padding: 9px 12px 9px 12px;
}

.ie9 .p-search__condition {
  background-image: none;
  padding: 9px 12px 9px 12px;
}

.p-search__condition::-ms-expand {
  display: none;
}

.p-search__balloon {
  display: none;
  position: absolute;
  margin-top: -34px;
  background-color: #df4e3f;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 13px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.p-search__balloon:after {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  bottom: -10px;
  color: #df4e3f;
}

.p-search__balloon.is-active {
  display: block;
}

.p-search__bottom {
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .p-search__bottom {
    text-align: center;
  }
}

.p-search__btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: none;
  vertical-align: middle;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.p-search__btn:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: bottom;
  background: url(/common/images/common/icon/icon_search_wh.png) no-repeat;
  background-size: 100% 100%;
}

.p-search__btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.ie8 .p-search__btn:hover {
  filter: alpha(opacity=70);
}

.p-search__btn--search {
  margin-right: 10px;
}

.p-search__btn--search.is-disabled {
  opacity: 0.7;
}

.p-search__btn--search.is-active {
  -webkit-animation-name: blink-opacity;
          animation-name: blink-opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.p-search__btn--search.is-active:hover {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 0.9 !important;
}

.p-search__btn--condition {
  background-color: #c1c1c1;
  color: #000000;
}

.p-search__btn--condition:before {
  background-image: url(/common/images/common/icon/icon_search_plus.png);
}

.p-search__btn--condition.is-active {
  color: #ffffff;
}

.p-search__btn--condition.is-active:before {
  background-image: url(/common/images/common/icon/icon_search_plus_gray.png);
}

.p-search__btn--close {
  background-color: #a6a6a6;
}

.p-search__btn--close:before {
  margin-right: 20px;
  background-image: url(/common/images/icon_close.png);
}

@media only screen and (max-width: 767px) {
  .p-search__btn {
    width: calc(50% - 5px);
  }
}

.p-search--mega {
  width: auto;
  padding: 20px;
  height: 230px;
  background-color: #f0f3f6;
}

@media screen and (min-width: 768px), print, tv {
  .p-search--mega {
    position: static;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-search--mega {
    padding: 20px;
    position: static;
  }
}

.p-search--mega .p-search__ttl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .p-search--mega .p-search__ttl {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .p-search--mega .p-search__condition-box {
    display: table;
    width: 100%;
  }
}

.p-search--mega .p-search__condition-txt {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
  text-align: right;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-search--mega .p-search__condition-txt {
    display: table-cell;
    padding-right: 10px;
  }
}

.p-search--mega .p-search__condition {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background-position: right 10px center;
}

@media only screen and (max-width: 767px) {
  .p-search--mega .p-search__condition {
    display: table-cell;
    width: 100%;
  }
}

.p-search--mega .p-search__condition--time,
.p-search--mega .p-search__condition--price {
  background-position: right 13px center;
}

@media only screen and (max-width: 767px) {
  .p-search--ogmtop {
    padding-bottom: 5px;
    background-image: url(../images/back_search.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search--ogmtop .p-search__conditions-box-left {
    width: 190px;
    float: left;
    display: inline-block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search--ogmtop .p-search__conditions-box-right {
    width: 190px;
    float: right;
    display: inline-block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search--ogmtop .p-search__inner {
    width: 436px;
  }
}

@media only screen and (max-width: 767px) {
  .p-search--ogmtop .p-search__inner {
    position: relative;
    top: -15px;
    height: auto;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search--ogmtop .p-search__bottom {
    float: right;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search--ogmtop .p-search__conditions-box {
    left: 436px;
  }
}

@media only screen and (max-width: 767px) {
  .p-search--ogmtop .p-search__conditions-box {
    margin-top: -80px;
  }
}

.p-search__conditions-box {
  display: none;
  position: absolute;
  left: 320px;
  top: -390px;
  width: 320px;
  height: 310px;
  padding: 25px;
  background-color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .p-search__conditions-box {
    top: 100%;
    left: 15px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 25px 20px;
    margin-top: -120px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-search__conditions-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    background-image: url(/common/images/common/arrow_login_left.png);
    background-repeat: no-repeat;
    left: -10px;
    bottom: 45px;
  }
}

.p-search__conditions-box.is-active {
  display: block;
}

.p-search__condition-detail {
  margin-bottom: 15px;
  font-size: 14px;
}

.p-search__condition-detail input {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.p-search__conditions-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.p-search__conditions-ttl:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/common/images/common/icon/icon_search_plus.png);
  background-repeat: no-repeat;
}

.p-search__checkbox {
  display: none;
}

.ie8 .p-search__inner {
  background-color: #ffffff;
}

.ie8 .p-search__ttl:before {
  display: inline-block;
  content: url(/common/images/common/icon/icon_search_plus.png);
  vertical-align: -4px;
  background-image: none;
}

.ie8 .p-search__condition,
.ie8 .p-search__condition--area,
.ie8 .p-search__condition--pref,
.ie8 .p-search__condition--time,
.ie8 .p-search__condition--course,
.ie8 .p-search__condition--price {
  background-image: none;
}

.ie8 .p-search__checkbox {
  width: auto;
  height: auto;
}

.p-search__checkbox + .p-search__checkbox-icon {
  font-weight: normal;
  margin-bottom: 0;
}

.p-search__checkbox:checked + .p-search__checkbox-icon:before {
  background-color: #000000;
  background-image: url(/common/images/common/icon/icon_check_bg_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.p-search__checkbox + .p-search__checkbox-icon:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.p-search__submit {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: none;
  vertical-align: middle;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.p-search__submit:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: bottom;
  background: url(/common/images/common/icon/icon_search_wh.png) no-repeat;
}

.p-search__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #a6a6a6;
  background-image: url(../images/icon_close_wh.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.p-search__close:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.ie8 .p-search__close:hover {
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
  .p-search__close {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-tab-box {
    display: none;
  }
  .p-tab-box.is-active {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-grid-change .p-grid-change__img {
    float: right;
  }
}

.p-preferential {
  margin-bottom: 40px;
}

.p-preferential__title {
  margin-bottom: 30px;
  color: #df4e3f;
  font-size: 28px;
}

@media screen and (min-width: 768px), print, tv {
  .p-preferential__title {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-preferential__title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
  }
}

.p-preferential__subtitle {
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
}

@media screen and (min-width: 768px), print, tv {
  .p-preferential__subtitle {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-preferential__subtitle {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
  }
}

.p-preferential__subtitle-lv2 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .p-preferential__subtitle-lv2 {
    font-size: 15px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-preferential__img {
    float: right;
  }
  .p-preferential__img--left {
    float: left;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-preferential__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-preferential__txt-tel {
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-preferential__content {
    width: 675px;
  }
  .p-preferential__content--right {
    width: auto;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-preferential__contact {
    clear: both;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-preferential__contact {
    margin-bottom: 10px;
  }
}

.p-dynamic-table {
  height: 43px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px), print, tv {
  .p-dynamic-table {
    display: none;
  }
}

.p-dynamic-table + .p-dynamic-table {
  margin-top: -1px;
}

.p-dynamic-table.is-active th:after {
  display: none;
}

.p-dynamic-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-dynamic-table table th {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background-color: #dbe1e8;
  color: #000000;
  font-weight: normal;
  text-align: left;
}

.p-dynamic-table table th:before, .p-dynamic-table table th:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}

.p-dynamic-table table th:before {
  right: 10px;
  width: 16px;
  height: 2px;
}

.p-dynamic-table table th:after {
  right: 17px;
  width: 2px;
  height: 16px;
}

.p-dynamic-table table td {
  padding: 10px 15px;
  border: 1px solid #cccccc;
  font-weight: normal;
}

.p-number-box {
  display: inline-block;
  margin-right: 15px;
  background-color: #df4e3f;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-number-box {
    width: 70px;
    height: 70px;
    padding-top: 13px;
    vertical-align: -10px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-number-box {
    padding: 13px;
    vertical-align: 2px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

.p-number-box__text {
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-number-box__text {
    font-size: 19px;
    display: inline;
  }
}

.p-number-box__number {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print, tv {
  .p-number-box__number {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .p-number-box__number {
    font-size: 19px;
    font-weight: normal;
    display: inline;
  }
}

.p-card-preferential {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 5px solid #f9dcd9;
  background-color: #fbeded;
  color: #df4e3f;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-card-preferential {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-card-preferential {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-feature-01 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .p-feature-01 {
    margin-bottom: 30px;
  }
}

.p-feature-01__photo {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .p-feature-01__photo {
    margin-bottom: 20px;
  }
}

.p-feature-01__content:after {
  content: "";
  display: table;
  clear: both;
}

.p-feature-01__icon {
  float: left;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-feature-01__text {
    overflow: hidden;
  }
}

.p-feature-01__title {
  color: #df4e3f;
}

@media screen and (min-width: 768px), print, tv {
  .p-feature-01__title {
    margin-top: -5px;
    font-size: 20px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .ie11 .p-feature-01__title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-feature-01__title {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    font-size: 18px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  .p-feature-01__desc {
    clear: both;
    margin-bottom: 5px;
  }
}

.p-feature-01__note {
  clear: both;
  color: #666;
  font-size: 12px;
}

.p-yardage {
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage {
    font-size: 11px;
  }
}

.ie8 .p-yardage,
.ie9 .p-yardage {
  width: 100%;
  margin-bottom: 40px;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-yardage__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 126px;
    border-right: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__header {
    border-width: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__header {
    border-width: 5px;
  }
}

.ie8 .p-yardage__header,
.ie9 .p-yardage__header {
  border-right: none;
  border-bottom: 2px solid #bebebf;
  display: table-row;
  width: 100%;
}

.p-yardage__header li {
  background-color: #666;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__header li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 56px;
    max-height: 56px;
    line-height: 1;
  }
  .p-yardage__header li.-smallchar {
    font-size: 13px;
  }
  .p-yardage.-rate .p-yardage__header li {
    min-height: 59px;
  }
  .ie8 .p-yardage.-rate .p-yardage__header li,
  .ie9 .p-yardage.-rate .p-yardage__header li {
    height: auto;
    min-height: 0;
    border-right: 5px solid #bebebf;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__header li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    min-height: 43px;
  }
  .p-yardage.-rate .p-yardage__header li {
    min-height: 46px;
    padding: 14px 0;
  }
}

.ie8 .p-yardage__header li,
.ie9 .p-yardage__header li {
  display: table-cell;
  border-right: 2px solid #bebebf;
  min-height: 0;
}

.p-yardage.-out .p-yardage__header li:first-child {
  background-color: #df4e3f;
}

.p-yardage.-in .p-yardage__header li:first-child {
  background-color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__header li:not(:last-child) {
    border-bottom: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__header li:not(:last-child) {
    border-width: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__header li:not(:last-child) {
    border-right: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__header li:not(:last-child) {
    border-width: 5px;
  }
}

.p-yardage__course {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__course {
    border-right: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__course {
    border-width: 5px;
  }
  .p-yardage.-rate .p-yardage__course:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__course {
    border-width: 5px;
  }
}

.ie8 .p-yardage__course,
.ie9 .p-yardage__course {
  border-right: none;
  border-bottom: 2px solid #bebebf;
  display: table-row;
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__course li {
    min-height: 56px;
    padding: 15px 10px;
  }
  .ie8 .p-yardage__course li,
  .ie9 .p-yardage__course li {
    height: auto;
    min-height: 0;
  }
  .p-yardage.-rate .p-yardage__course li {
    min-height: 59px;
    padding: 15px 10px;
  }
  .ie8 .p-yardage.-rate .p-yardage__course li,
  .ie9 .p-yardage.-rate .p-yardage__course li {
    height: auto;
    min-height: 0;
    border-right: 5px solid #bebebf;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__course li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 43px;
    padding: 12px 0;
  }
  .p-yardage.-rate .p-yardage__course li {
    min-height: 46px;
    padding: 14px 0;
  }
}

.ie8 .p-yardage__course li,
.ie9 .p-yardage__course li {
  display: table-cell;
  border-right: 2px solid #bebebf;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__course li a {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__course li a {
    padding: 12px 0;
  }
}

.p-yardage__course li:first-child {
  background-color: #000;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__course li:first-child {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__course li:first-child {
    padding: 0;
  }
}

.p-yardage.-rate .p-yardage__course li:first-child {
  color: #fff;
}

.p-yardage__course li:first-child a {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-yardage__course li:first-child a:hover {
  opacity: 0.4;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__course li:not(:last-child) {
    border-bottom: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__course li:not(:last-child) {
    border-width: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__course li:not(:last-child) {
    border-right: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__course li:not(:last-child) {
    border-width: 5px;
  }
}

.p-yardage__total {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage.-in .p-yardage__total {
    border-right: 2px solid #bebebf;
  }
  .ie8 .p-yardage.-in .p-yardage__total,
  .ie9 .p-yardage.-in .p-yardage__total {
    border-right: none;
    border-bottom: 2px solid #bebebf;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage.-in .p-yardage__total {
    border-bottom: 2px solid #bebebf;
  }
}

.ie8 .p-yardage__total,
.ie9 .p-yardage__total {
  border-right: none;
  display: table-row;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.p-yardage__total li {
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.p-yardage__total li.-smallchar {
  font-size: 13px;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__total li {
    padding: 0px 10px;
    min-height: 56px;
    height: 56px;
  }
  .ie8 .p-yardage__total li,
  .ie9 .p-yardage__total li {
    height: auto;
    min-height: 0;
  }
  .p-yardage.-rate .p-yardage__total li {
    min-height: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__total li {
    padding: 0px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 43px;
  }
  .p-yardage.-rate .p-yardage__total li {
    min-height: 46px;
  }
}

.ie8 .p-yardage__total li,
.ie9 .p-yardage__total li {
  display: table-cell;
  border-right: 2px solid #bebebf;
}

.p-yardage__total li:first-child {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage__total li:not(:last-child) {
    border-bottom: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__total li:not(:last-child) {
    border-width: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage__total li:not(:last-child) {
    border-right: 2px solid #bebebf;
  }
  .p-yardage.-rate .p-yardage__total li:not(:last-child) {
    border-width: 5px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-yardage.-in .p-yardage__total.-all {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-yardage.-in .p-yardage__total.-all {
    border-bottom: none;
  }
}

.p-yardage__total.-all li {
  background-color: #666;
  color: #fff;
}

.p-yardage__total.-all li:first-child {
  background-color: #000;
}

.p-snsbox {
  margin: auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-snsbox {
    width: 1024px;
    padding: 0 0 98px;
  }
}

@media only screen and (max-width: 767px) {
  .p-snsbox {
    padding: 65px 0 40px;
  }
}

.p-snsbox__title {
  color: #fffefe;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-snsbox__title {
    font-size: 14px;
  }
}

.p-snsbox__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .p-snsbox__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 246px;
    padding: 18px 0 0;
  }
  .ie8 .p-snsbox.-course-guide .p-snsbox__items {
    width: 480px;
    padding: 20px 25px;
  }
}

.p-snsbox__item {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-snsbox__item {
    width: 33.333333333%;
  }
}

.p-snsbox__link {
  display: inline-block;
  width: 84px;
  height: 84px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 12px 20px;
}

.p-snsbox.-course-guide .p-snsbox__link {
  width: 120px;
  margin: 12px 22px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .p-snsbox__link {
    width: 42px;
    height: 42px;
    margin: 6px 5px;
  }
  .p-snsbox.-course-guide .p-snsbox__link {
    width: 60px;
    height: 42px;
    margin: 6px 11px;
  }
  .ie8 .p-snsbox.-course-guide .p-snsbox__link {
    width: 120px;
    height: 84px;
  }
}

.p-snsbox__link:hover {
  opacity: 0.7;
}

.ie8 .p-snsbox__link:hover {
  filter: alpha(opacity=70);
}

.p-snsbox__link:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .p-snsbox__link:before {
    background-size: 100%;
  }
}

.p-point {
  margin: 40px 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-point {
    padding: 0 25px;
  }
}

.ie8 .p-point,
.ie9 .p-point {
  display: table;
}

@media screen and (min-width: 768px), print, tv {
  .p-point__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-point__img {
    text-align: center;
    margin-bottom: 40px;
  }
}

.ie8 .p-point__img,
.ie9 .p-point__img {
  float: right;
}

.p-point__text {
  line-height: 1.75;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-point__text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-point__text {
    font-size: 10px;
  }
}

.ie8 .p-point__text,
.ie9 .p-point__text {
  float: left;
}

.p-special-point {
  margin: 40px 0;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-special-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.ie8 .p-special-point,
.ie9 .p-special-point {
  display: table;
}

.p-special-point__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 230px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-special-point__item {
    width: 180px;
  }
}

.ie8 .p-special-point__item,
.ie9 .p-special-point__item {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
}

.p-special-point__img img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .p-special-point__img img {
    width: 176px;
  }
}

.p-special-point__title {
  margin: 30px 0 10px;
  font-size: 18px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-special-point__title {
    width: 160px;
    margin: 20px auto 5px;
    font-size: 14px;
  }
}

.p-special-point__text {
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .p-special-point__text {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    font-size: 10px;
  }
}

.p-hall__title {
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__title {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__box {
    float: left;
    width: 50%;
    padding: 0 14px;
  }
  .p-hall__box:nth-child(odd) {
    padding-right: 32px;
  }
  .p-hall__box:nth-child(even) {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__box {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__box + .p-hall__box {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__box + .p-hall__box {
    margin-bottom: 20px;
  }
}

.p-hall__sub-title {
  border-bottom: 5px solid #a6a6a6;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__sub-title {
    padding-bottom: 18px;
    margin: 0 6px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__sub-title {
    border-bottom: 4px solid #a6a6a6;
    padding-bottom: 12px;
    margin: 0 6px 24px;
  }
}

.p-hall__sub-title > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__sub-title > a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__sub-title > a {
    font-size: 18px;
  }
}

.p-hall__sub-title > a:hover {
  text-decoration: underline;
}

.p-hall__img {
  display: block;
  width: 138px;
  height: 118px;
  background-position: center;
  background-size: auto 118px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-hall__img {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
}

.ie8 .p-hall__img {
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__box.-range .p-hall__img {
    width: 450px;
    height: 185px;
    background-size: 450px auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__box.-range .p-hall__img {
    width: 100%;
    height: 185px;
    background-size: 100% auto;
  }
}

.p-hall__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-hall__item {
  padding: 8px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}

@media only screen and (max-width: 767px) {
  .p-hall__item {
    padding: 6px;
  }
}

.ie8 .p-hall__item,
.ie9 .p-hall__item {
  float: left;
  width: 33.3%;
}

.p-hall__link {
  position: relative;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-hall__link {
    border-radius: 4px;
  }
}

.p-hall__link:after {
  display: block;
  content: " ";
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background-image: url(/common/images/arrow_on_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.ie8 .p-hall__link:after {
  filter: alpha(opacity=0);
}

@media only screen and (max-width: 767px) {
  .p-hall__link:after {
    width: 30px;
    height: 30px;
    background-size: 9px 18px;
  }
}

.ie8 .p-hall__link:after {
  visibility: hidden;
}

.p-hall__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(6, 68, 116, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 8px;
}

.ie8 .p-hall__link:before {
  filter: alpha(opacity=0);
}

@media only screen and (max-width: 767px) {
  .p-hall__link:before {
    border-radius: 4px;
  }
}

.p-hall__link:hover:after {
  opacity: 1;
}

.ie8 .p-hall__link:hover:after {
  filter: alpha(opacity=100);
}

.ie8 .p-hall__link:hover:after {
  z-index: 10000;
  visibility: visible;
}

.p-hall__link:hover:before {
  opacity: 1;
}

.ie8 .p-hall__link:hover:before {
  filter: alpha(opacity=100);
}

.ie8 .p-hall__link:hover:before {
  background-image: url(/common/images/alt_bg/bg_ie8_01.png);
}

.p-hall__course-number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ie8 .p-hall__course-number {
  filter: alpha(opacity=100);
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__course-number {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__course-number {
    font-size: 60px;
    margin-bottom: 20%;
  }
}

.p-hall__yards {
  display: inline-block;
  margin-right: 5px;
}

.p-hall__par-number {
  display: inline-block;
  margin-right: 5px;
}

.p-hall__txtbox {
  background-color: #000000;
  color: #ffffff;
  display: block;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__txtbox {
    font-size: 16px;
    border-radius: 0 0 8px 8px;
    padding: 3px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__txtbox {
    font-size: 12px;
    border-radius: 0 0 4px 4px;
    padding: 2px 4px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hall__txtbox {
    font-size: 10px;
  }
}

.p-hall__box.-range .p-hall__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.ie8 .p-hall__box.-range .p-hall__item,
.ie9 .p-hall__box.-range .p-hall__item {
  width: 100%;
}

.p-hall__box.-range .p-hall__img {
  max-height: 184px;
}

.ie8 .p-hall__box.-range .p-hall__img {
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall__box.-range .p-hall__txtbox {
    font-size: 18px;
    padding: 9px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__box.-range .p-hall__txtbox {
    font-size: 14px;
    padding: 7px 4px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall__box.-range .p-hall__link {
    max-width: 414px;
    margin: 0 auto;
  }
}

.p-hall__box.-range .p-hall__yards {
  margin-right: 20px;
}

.p-anchor-row {
  background-color: #041a28;
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor-row {
    min-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-row {
    min-height: 38px;
  }
}

.p-anchor-row__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ie8 .p-anchor-row__items,
.ie9 .p-anchor-row__items {
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor-row.is-fixed .p-anchor-row__items {
    position: fixed;
    z-index: 10000;
    width: 1024px;
    top: 81px;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-row.is-sp-fixed .p-anchor-row__items {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 44px;
  }
}

.p-anchor-row__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ie8 .p-anchor-row__item,
.ie9 .p-anchor-row__item {
  display: table-cell;
}

.p-anchor-row__item a {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #041a28;
  font-feature-setting: "palt",1;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ie8 .p-anchor-row__item a,
.ie9 .p-anchor-row__item a {
  display: block;
}

.p-anchor-row__item a span {
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-anchor-row__item a {
    padding: 17px;
    font-size: 16px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-row__item a {
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.2;
  }
}

.p-anchor-row__item a.is-active, .p-anchor-row__item a:hover {
  background-color: #c1c1c1;
  color: #000000;
}

@media screen and (min-width: 768px), print, tv {
  .p-course-data__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 45px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-course-data__main {
    padding: 30px 15px 0;
  }
}

.ie8 .p-course-data__main,
.ie9 .p-course-data__main {
  display: table;
}

@media screen and (min-width: 768px), print, tv {
  .p-course-data__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .p-course-data__img {
    text-align: center;
  }
}

.ie8 .p-course-data__img,
.ie9 .p-course-data__img {
  display: table-cell;
}

.p-course-data__text {
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-course-data__text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
}

.ie8 .p-course-data__text,
.ie9 .p-course-data__text {
  display: table-cell;
  vertical-align: top;
}

.p-course-data__table {
  margin: 30px 0 40px;
}

@media only screen and (max-width: 767px) {
  .p-course-data__table {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }
}

.p-course-data__table th {
  text-align: left;
}

@media screen and (min-width: 768px), print, tv {
  .p-course-data__table th {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-course-data__table th {
    width: 75px;
  }
}

.p-course-data__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}

.ie8 .p-course-data__icons,
.ie9 .p-course-data__icons {
  display: table;
}

.p-course-data__icon {
  padding: 0 10px;
}

.ie8 .p-course-data__icon,
.ie9 .p-course-data__icon {
  display: table-cell;
  padding-right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

a.p-course-data__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.p-course-data__icon:hover {
  opacity: 0.7;
}

.p-course-data__desc {
  line-height: 1.75;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-course-data__desc {
    margin: 30px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .p-course-data__desc {
    margin: 30px 15px;
    font-size: 10px;
  }
}

.p-cv {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -120px;
  color: #fff;
  z-index: 10000;
}

.p-cv__menu {
  z-index: 0;
  position: absolute;
  top: 60px;
  right: -500px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__menu {
    width: 420px;
  }
  .p-cv.is-active .p-cv__menu {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__menu {
    width: 270px;
  }
  .p-cv.is-active .p-cv__menu {
    right: 30px;
  }
}

.p-cv__menu__item {
  display: block;
  vertical-align: top;
  text-align: right;
  width: 100%;
  margin: 16px 0;
}

.p-cv__menu__copy {
  display: inline-block;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-style: italic;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__menu__copy {
    width: 160px;
    font-size: 14px;
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__menu__copy {
    width: 120px;
    font-size: 11px;
    padding: 0 10px 0 0;
  }
}

.p-cv__menu__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-image: url(/common/images/course/cv-link-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__menu__link {
    margin-right: -17px;
    width: 216px;
    height: 50px;
    padding: 10px 5px;
    line-height: 30px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__menu__link {
    margin-right: -20px;
    width: 163px;
    height: 37.5px;
    padding: 7px 3px;
    line-height: 22.5px;
    font-size: 13.5px;
  }
}

.p-cv__menu__link:hover {
  -webkit-transform: scale(1.1) translateX(-7px);
      -ms-transform: scale(1.1) translateX(-7px);
          transform: scale(1.1) translateX(-7px);
  opacity: 0.8;
}

.p-cv__menu__link:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.p-cv__menu__link.-calendar:before {
  background-image: url(/common/images/common/icon/icon_calender_wh.png);
}

.p-cv__menu__link.-personal:before {
  background-image: url(/common/images/common/icon/icon_person_wh.png);
}

.p-cv__btn {
  position: relative;
  z-index: 1;
  background-color: #df4e3f;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__btn {
    padding: 12px 13px 12px 11px;
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__btn {
    padding: 8px 6px 8px 10px;
    height: 180px;
    opacity: 0.2;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .p-cv__btn.is-sp-scrolling {
    opacity: 0.9;
  }
  .p-cv__btn.is-sp-active {
    opacity: 1;
  }
}

.p-cv__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.p-cv__bar {
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-cv.is-active .p-cv__bar {
  height: 26px;
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__bar {
    top: 13px;
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__bar {
    top: 16px;
    left: 7px;
  }
}

.p-cv__bar.-bar-1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 37px;
}

.p-cv.is-active .p-cv__bar.-bar-1 {
  top: 26px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-cv__bar.-bar-2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 26px;
}

.p-cv.is-active .p-cv__bar.-bar-2 {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 768px), print, tv {
  .p-cv__btn-text {
    margin-top: 60px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cv__btn-text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.p-cv__text {
  display: block;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .p-hall-img {
    padding-bottom: 8px;
  }
}

.p-hall-img__items {
  margin: 0 19px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-hall-img__items {
    margin: 0 5px;
  }
}

.p-hall-img__item {
  padding: 0 11px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-hall-img__item {
    padding: 0 5px;
  }
}

.p-hall-img__item img {
  width: 225px;
}

.ie8 .p-hall-img__item,
.ie9 .p-hall-img__item {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-img__item,
  .ie9 .p-hall-img__item {
    width: 33.3%;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-img__item.u-hidden-sp {
    display: none;
  }
}

.p-movie {
  position: relative;
  text-align: center;
}

.p-movie__main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print, tv {
  .p-movie__main {
    width: 500px;
  }
}

.p-hall-desc {
  padding: 0 30px 30px 46px;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc {
    padding: 0 8px;
  }
}

.p-hall-desc__lead {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__lead {
    font-size: 10px;
    margin-bottom: 13px;
    line-height: 1.8;
  }
}

.p-hall-desc__desc {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__scorebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-desc__scorebox:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.p-hall-desc__score {
  color: #ffffff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__score {
    margin-bottom: 22px;
    padding-left: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px), print, tv {
  .ie8 .p-hall-desc__score,
  .ie9 .p-hall-desc__score {
    display: table;
    table-layout: fixed;
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-desc__score,
  .ie9 .p-hall-desc__score {
    display: table;
    table-layout: fixed;
    width: 50%;
    float: left;
  }
}

.p-hall-desc__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ie8 .p-hall-desc__title-box,
.ie9 .p-hall-desc__title-box {
  display: table-row;
}

.p-hall-desc__title {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__title {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.ie8 .p-hall-desc__title,
.ie9 .p-hall-desc__title {
  display: table-cell;
}

.p-hall-desc__score-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__score-data {
    font-size: 10px;
  }
}

.ie8 .p-hall-desc__score-data,
.ie9 .p-hall-desc__score-data {
  display: table-row;
}

.p-hall-desc__tee {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}

.ie8 .p-hall-desc__tee,
.ie9 .p-hall-desc__tee {
  display: table-cell;
}

.p-hall-desc__yds {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-desc__yds {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__yds {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hall-desc__yds {
    margin-left: 5px;
  }
}

.ie8 .p-hall-desc__yds,
.ie9 .p-hall-desc__yds {
  display: table-cell;
}

.p-hall-desc__par {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-desc__par {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__par {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hall-desc__par {
    margin-left: 0;
  }
}

.ie8 .p-hall-desc__par,
.ie9 .p-hall-desc__par {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__lead-imgbox {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-desc__lead-imgbox,
  .ie9 .p-hall-desc__lead-imgbox {
    float: right;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-desc__lead-imgbox.u-hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-desc__map {
    float: right;
    width: 605px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__map {
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .p-hall-desc__map,
  .ie9 .p-hall-desc__map {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-desc__img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-desc__note {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__note {
    width: auto;
    text-align: center;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-desc__note-img {
    margin-bottom: 20px;
  }
}

.p-hall-nav {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav {
    padding: 35px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav {
    padding: 20px 0 0;
    font-size: 10px;
  }
}

.ie8 .p-hall-nav, .ie9 .p-hall-nav {
  text-align: center;
}

.p-hall-nav__unit {
  position: relative;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__unit {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__unit {
    margin-bottom: 20px;
    display: none;
  }
  .p-hall-nav__unit.-current {
    display: block;
  }
}

.ie8 .p-hall-nav__unit, .ie9 .p-hall-nav__unit {
  text-align: center;
}

.p-hall-nav__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__courses {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__courses {
    margin-bottom: 15px;
    padding: 0 20px;
  }
}

.ie8 .p-hall-nav__courses, .ie9 .p-hall-nav__courses {
  display: inline-block;
}

.p-hall-nav__course {
  margin: 0 10px;
}

.ie8 .p-hall-nav__course, .ie9 .p-hall-nav__course {
  float: left;
}

.p-hall-nav__course a {
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 10px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

.p-hall-nav__course a:hover {
  color: #031a28;
  background-color: #fff;
}

.p-hall-nav__course.-current a {
  color: #031a28;
  background-color: #fff;
}

.p-hall-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ie8 .p-hall-nav__items, .ie9 .p-hall-nav__items {
  display: inline-block;
}

.p-hall-nav__pager {
  position: absolute;
  content: "";
  display: block;
}

.p-hall-nav__pager a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__pager {
    top: 12px;
    width: 15px;
    height: 30px;
  }
  .p-hall-nav__pager a {
    background-size: 15px auto;
  }
  .ie8 .p-hall-nav__pager {
    top: 0;
    width: 25px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__pager {
    top: 16%;
    width: 10px;
    height: 20px;
  }
  .p-hall-nav__pager a {
    background-size: 10px auto;
  }
}

.p-hall-nav__pager.-prev a {
  background-image: url(/common/images/common/arrow_l.png);
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__pager.-prev {
    left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__pager.-prev {
    left: 5px;
  }
}

.p-hall-nav__pager.-next a {
  background-image: url(/common/images/common/arrow_r.png);
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__pager.-next {
    right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__pager.-next {
    right: 5px;
  }
}

.p-hall-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__item {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__item {
    margin: 0 2px;
  }
}

.ie8 .p-hall-nav__item, .ie9 .p-hall-nav__item {
  float: left;
}

.p-hall-nav__item.-current {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__item.-current {
    padding-bottom: 0;
  }
}

.p-hall-nav__item.-current a {
  color: #031a28;
  background-color: #fff;
}

.p-hall-nav__item.-practice {
  font-size: 30px;
  font-style: italic;
}

.p-hall-nav__item a {
  display: block;
  border: 1px solid #fff;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-style: italic;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

@media screen and (min-width: 768px), print, tv {
  .p-hall-nav__item a {
    padding: 9.5px 17px;
    border-radius: 10px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-hall-nav__item a {
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 16px;
  }
}

.p-hall-nav__item a:hover {
  color: #031a28;
  background-color: #fff;
}

.p-redirect {
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px), print, tv {
  .p-redirect {
    padding: 30px;
    max-width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .p-redirect {
    padding: 40px 15px;
    max-width: calc(100vw - 30px);
  }
}

.p-redirect__closer {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.p-redirect__closer span {
  position: absolute;
  display: block;
  border-top: 1px solid #333;
  width: 15px;
  right: 5px;
  top: 5px;
}

.p-redirect__closer span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-redirect__closer span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-redirect__title {
  color: #f00;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print, tv {
  .p-redirect__title {
    font-size: 18px;
  }
}

.p-redirect__url {
  margin-top: 10px;
}

.p-redirect__url a {
  color: #006;
  font-family: "Helvetica Neue",Helvetica, sans-serif;
}

.pg-course-guide {
  background-color: #a6a6a6;
  background-size: cover;
  background-attachment: fixed;
}

.pg-course-guide .l-wrapper {
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

.pg-course-guide.is-pale .l-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}

.pg-course-guide.is-medium .l-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}

.pg-course-guide.is-deep .l-wrapper {
  background-color: rgba(0, 0, 0, 0.9);
}

.pg-course-guide__inner {
  background-color: rgba(0, 0, 0, 0.7);
}

.ie8 .pg-course-guide__inner,
.ie9 .pg-course-guide__inner {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(font/VideoJS.eot?#iefix) format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYSy2hLaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4jC5t2/j+W2+MnCzM4DAtTC+5cg0OyNYnIOBCUQBAAceB90AeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play:before {
  content: "\f101";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "" !important;
  background-image: url(/common/images/common/icon/arrow_movie.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

@media only screen and (max-width: 767px) {
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    background-size: 15px auto;
  }
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .1px solid #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 767px) {
  .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
  }
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  box-sizing: content-box;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  box-sizing: content-box;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s, opacity .1s;
  transition: visibility .1s, opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.333333333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: relative;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
  transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 9em;
  -webkit-transition: width .1s;
  transition: width .1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0 !important;
  white-space: nowrap;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
          animation: 0s linear .3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  position: absolute;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}

.vjs-track-setting > select {
  margin-right: 5px;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
