/*---------------------------------
font
--------------------------------*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700&display=swap');

.m-plus-m {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.m-plus-b {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

/*---------------------------------
link
--------------------------------*/
/*normal*/
a {
  text-decoration:none;
  color:#0090c5;
}
a:visited {
  text-decoration: none;
  color: #0090c5;
}
a:active,
a:hover {
  text-decoration:underline;
  color:#00a7e4;
}

/*under-line*/
a.under-line {
  text-decoration: underline;
}
a.under-line:visited {
  text-decoration: underline;
}
a.under-line:active,
a.under-line:hover {
  text-decoration:none;
}

/* img */
a img:hover {
  display: inline-block;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
a,a:hover,input,input:hover,button,button:hover,a img:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*---------------------------------
css layout
--------------------------------*/

html,body{
  min-width:1260px;
}
body{
  margin:0 auto;
}
* html body{
  overflow: hidden;
}
.wrap {
  position: relative;
}
.wrap:after {
  clear: both;
  display: block;
  content: "";
}
.innr {
  width: 1200px;
  margin: 0 auto;
}
.adjustment {
  padding-top: 60px;
  margin-top: -60px;
}

@media (min-width: 481px) {
  .visible-xs {
    display:none !important;
  }
}
@media screen and (max-width: 480px) {
  html,body{
    min-width:initial;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display:inherit !important;
  }
  .innr {
    width: 100%;
    padding: 0 12px;
  }
  .adjustment {
    padding-top: 117px;
    margin-top: -117px;
  }
}

/*---------------------------------
section common
--------------------------------*/
img {
  max-width: 100%;
  vertical-align: bottom;
}
table {
  width: 100%;
}
strong {
  font-weight: bold;
}

img.left {
  float: left;
  display: inline-block;
}
img.right {
  float: right;
  display: inline-block;
}
.rightBox {
  float: right;
}
.leftBox {
  float: left;
}


.add {
  color: #777;
}

.attn {
  font-weight: bold;
  color: #d30000;
}
.attn a {
  color: #d30000;
  font-weight: bold;
  text-decoration: underline;
}
.attn a:visited {
  color: #d30000;
  text-decoration: none;
}
.attn a:hover,
.attn a:active {
  color: #d23e3e;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  img.right, img.left, .rightBox, .leftBox {
    float: none;
  }
}




/*---------------------------------
button color
--------------------------------*/
/* btn link */
a.btn { text-decoration: none; display: inline-block; }
a.btn:visited { text-decoration: none;}
a.btn:hover,
a.btn:active { filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; text-decoration: none;}

/* pink */
a.btnA { background-color:#eb4f98; color: #fff; position: relative; line-height: 1; }
a.btnA:visited { background-color:#eb4f98;}
a.btnA::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 8%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
}


/*---------------------------------
btn-cont
--------------------------------*/
.btn-cont {
  clear: both;
  text-align: center;
  padding-top: 70px;
}

@media screen and (max-width: 480px) {
  .btn-cont {
    padding-top: 30px;
  }
}


/*---------------------------------
HEADER-pc
--------------------------------*/
.header-pc {
  background: #00b0f0;
  border-bottom: 1px solid #fff;
}

/*  logo  */
.header-pc h1,
.header-pc p.logo-cont {
  margin: 22px 0 18px 30px;
  border-right:1px solid #4dc8f5;
}
.header-pc h1 .logo,
.header-pc p.logo-cont .logo {
  padding-right: 15px;
}

/*  header-tel  */
.header-pc .header-tel {
  padding: 16px 0 0 20px;
}
.header-pc .header-tel .time {
  font-size: 1em;
  color: #fff;
  padding-bottom: 0.5em;
}

/*  header-icn  */
.header-pc .header-btn {
  display: table;
}
.header-pc .header-btn li {
  text-align: center;
  display: table-cell;
}
.header-pc .header-btn li.request {
  background: #009cd5;
}
.header-pc .header-btn li.application {
  background: #0090c5;
}
.header-pc .header-btn li.student {
  background: #2db3a4;
}
.header-pc .header-btn li a {
  display: block;
  width: 96px;
  height: 80px;
  padding-top: 18px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.9;
  color: #fff;
}
.header-pc .header-btn li.student a {
  width: 150px;
}
.header-pc .header-btn li a:hover,
.header-pc .header-btn li a:active {
  background: rgba(255, 255, 255, 0.1);
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
  text-decoration: none;
}

.header-pc .header-btn .icn-paper {
  width:21px;
  height:26px;
  fill:#fff;
  vertical-align: middle;
  margin-bottom: 0.4em;
}
.header-pc .header-btn .icn-car {
  width:30px;
  height:24px;
  fill:#fff;
  vertical-align: middle;
  margin-bottom: 0.5em;
}
.header-pc .header-btn .icn-student {
  width:26px;
  height:26px;
  fill:#fff;
  vertical-align: middle;
  margin-bottom: 0.4em;
}

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

  .main-wrap {
    padding-top:117px;
  }
  .header-sp {
    border-top:5px solid #00b0f0;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 99999;
  }
  .header-sp .header-sp-upper {
    display: table;
  }
  .header-sp .header-sp-upper div.logo  {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
  }
  .header-sp .header-sp-upper img.logo   {
    width: 86%;
  }
  .header-sp .header-sp-upper .header-tel  {
    display: table-cell;
    text-align: center;
    font-size: 0.9em;
    width: 60px;
  }
  .header-sp .header-sp-upper .header-tel a  {
    display: block;
    background: #efefef;
    height: 56px;
    padding-top: 9px;
  }
  .header-sp .header-sp-upper .header-tel a:hover,
  .header-sp .header-sp-upper .header-tel a:active  {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    text-decoration: none;
  }
  .header-sp .header-sp-upper .header-tel .icn-smartphone  {
    width:14px;
    height:22px;
    fill:#0090c5;
  }
  .header-sp .header-sp-upper .menu-btn  {
    display: table-cell;
    font-size: 0.9em;
    width: 60px;
    vertical-align: top;
    cursor: pointer;
    z-index: 999999;
  }


  .menu-btn span {
    color: #00b0f0;
    height: 56px;
    display: block;
    position: relative;
  }

  .menu-btn span:after {
    position: absolute;
    left:0px;
    top:1px;
    right:0px;
    bottom:0px;
    margin: auto auto;
    content: '';
    display: inline-block;
    width:32px;
    height:38px;
    background: url("../img/common/svg/open.svg") 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .menu-btn span:after {
    position: absolute;
    left:0px;
    top: 10px;
    right: 15px;
    bottom:0px;
    margin: auto auto;
    content: '';
    display: inline-block;
    width:32px;
    height:35px;
    background: url("../img/common/svg/close.svg") 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: 999999;
  }

  .modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6px;
    background:#00b0f0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    text-align: center;
  }
  .modal-menu .innr {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }
  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .modal-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
  }


  .modal-menu .logo-cont {
    text-align: center;
    padding: 25px 0 20px;
  }
  .modal-menu .logo-cont img.logo {
    width: 60%;
  }

  .modal-menu .menu01 {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
  }
  .modal-menu .menu01 li {
    width: 50%;
  }
  .modal-menu .menu01 li a {
    display: block;
    background: #fff;
    font-size: 1.2em;
    color: #333;
    text-align: center;
    height: 54px;
    padding-top: 15px;
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
  }
  .modal-menu .menu01 li a:hover,
  .modal-menu .menu01 li a:active {
    background: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }
  .modal-menu .menu01 li:nth-child(even) {
    border-right:1px solid #e0e0e0;
  }
  .modal-menu .menu01 li.n01 a {
    border-radius: 6px 0 0 0;
    padding-top: 6px;
  }
  .modal-menu .menu01 li.n02 a {
    border-radius: 0 6px 0 0;
    padding: 18px 0 0 0;
  }
  .modal-menu .menu01 li.n07 a {
    border-radius: 0 0 0 6px;
    border-bottom:1px solid #e0e0e0;
  }
  .modal-menu .menu01 li.n08 a {
    border-radius: 0 0 6px 0;
    border-bottom:1px solid #e0e0e0;
  }

  .modal-menu .menu01 li a span {
    display: inline-block;
    font-size: 0.7em;
    background-color:#00b0f0;
    border-radius: 15px;
    padding: 0.1em 0.6em 0.1em 1em;
    margin: 0 0 1px 20px;
    color: #fff;
    position: relative;
  }
  .modal-menu .menu01 li a span::after {
    content: "";
    position: absolute;
    top:100%;
    right:15px;
    height: 0;
    width: 0;
    border-width: 5px 4px 0 2px;
    border-style: solid;
    border-color: #00b0f0 transparent transparent;
  }

  .modal-menu .menu01 li a .icn-star,
  .modal-menu .menu01 li a .icn-handle,
  .modal-menu .menu01 li a .icn-staff,
  .modal-menu .menu01 li a .icn-guide,
  .modal-menu .menu01 li a .icn-qa,
  .modal-menu .menu01 li a .icn-check,
  .modal-menu .menu01 li a .icn-price,
  .modal-menu .menu01 li a .icn-access {
    fill:#00b0f0;
    margin-right: 0.3em;
    vertical-align: middle;
  }
  .modal-menu .menu01 li a .icn-star {
    width:19px;
    height:18px;
    margin-top: -3px;
  }
  .modal-menu .menu01 li a .icn-handle {
    width:24px;
    height:24px;
  }
  .modal-menu .menu01 li a .icn-staff {
    width:16px;
    height:24px;
  }
  .modal-menu .menu01 li a .icn-guide {
    width:26px;
    height:24px;
  }
  .modal-menu .menu01 li a .icn-qa {
    width:24px;
    height:24px;
  }
  .modal-menu .menu01 li a .icn-check {
    width:25px;
    height:22px;
    margin: -5px 0 0 0;
  }
  .modal-menu .menu01 li a .icn-price {
    width:24px;
    height:24px;
  }
  .modal-menu .menu01 li a .icn-access {
    width:15px;
    height:24px;
  }


  .modal-menu .tel-cont > dl > dt {
    font-size: 1.3em;
    padding-bottom: 6px;
  }
  .modal-menu .tel-cont dd a {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    font-size: 1.3em;
    display: block;
    background: #efefef;
    position: relative;
    padding: 1em 0;
  }
  .modal-menu .tel-cont dd a::before {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 8%;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent #00b0f0 #00b0f0 transparent;
    transform: rotate(-45deg);
  }
  .modal-menu .tel-cont dd a:hover,
  .modal-menu .tel-cont dd a:active {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
  }
  .modal-menu .tel-cont dd a img {
    width: 60%;
    margin: 0 auto;
  }
  .modal-menu .tel-cont .time {
    padding-top: 12px;
    width: 244px;
    text-align: left;
    margin: 0 auto;
  }
  .modal-menu .tel-cont .time dt {
    float: left;
  }
  .modal-menu .tel-cont .time dd {
    padding-left: 70px;
  }

  .modal-menu .btn-cont {
    padding: 15px 0 20px;
    text-align: center;
    border-bottom: none;
  }
  .modal-menu .btn-cont ul {
    display: flex;
    justify-content: space-between;
  }
  .modal-menu .btn-cont ul li {
    width: 49%;
  }
  .modal-menu .btn-cont a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.4em;
    padding: 0.8em;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
  }
  .modal-menu .btn-cont a:hover,
  .modal-menu .btn-cont a:active {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    text-decoration: none;
  }
  .modal-menu .btn-cont .request a {
    background-color: #009cd5;
  }
  .modal-menu .btn-cont .application a {
    background-color: #0090c5;
  }
  .modal-menu .request {
    margin-top: 0;
  }
  .modal-menu .application {
    margin-top: 0;
  }
  .modal-menu .btn-cont a::before {
    top: 42%;
    width: 8px;
    height: 8px;
  }
  .modal-menu .btn-cont a .icn-paper {
    fill:#fff;
    width:16px;
    height:20px;
    margin: 0 0.4em 0 0;
    vertical-align: sub;
  }
  .modal-menu .btn-cont a .icn-car {
    fill:#fff;
    width:24px;
    height:20px;
    margin: 0 0.4em 0 0;
    vertical-align: sub;
  }


  .header-sp .header-sp-under {
    display: flex;
    justify-content: space-between;
  }

  .header-sp .header-sp-under .header-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-sp .header-sp-under .header-btn li {
    width: 33.33%;
  }

  .header-sp .header-sp-under .header-btn li.request {
    background: #009cd5;
    width: 29%;
  }
  .header-sp .header-sp-under .header-btn li.application {
    background: #0090c5;
    width: 29%;
  }
  .header-sp .header-sp-under .header-btn li.student {
    background: #2db3a4;
    width: 42%;
  }
  .header-sp .header-sp-under .header-btn li a {
    display: block;
    text-align: center;
    height: 56px;
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  .header-sp .header-sp-under .header-btn li a:hover,
  .header-sp .header-sp-under .header-btn li a:active {
    background: rgba(255, 255, 255, 0.1);
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    text-decoration: none;
  }

  .header-sp .header-sp-under .header-btn .icn-paper {
    width:14px;
    height:17px;
    fill:#fff;
    vertical-align: sub;
    margin-right: 0.4em;
  }
  .header-sp .header-sp-under .header-btn .icn-car {
    width:20px;
    height:16px;
    fill:#fff;
    vertical-align: sub;
    margin-right: 0.4em;
  }
  .header-sp .header-sp-under .header-btn .icn-student {
    width:17px;
    height:17px;
    fill:#fff;
    vertical-align: sub;
    margin-right: 0.4em;
  }

}



/*---------------------------------
header-nav
--------------------------------*/
.header-nav {
  background-color: #efefef;
  border-bottom:1px solid #fff;
  z-index: 99999;
}
.header-nav ul {
  border-left: 1px solid #fff;
  display: table;
  width: 100%;
}
.header-nav ul li {
  width: 12.5%;
  border-right: 1px solid #fff;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.header-nav ul li a {
  display: block;
  font-size: 1.6em;
  width: 100%;
  height: 80px;
}
.header-nav ul li a:hover,
.header-nav ul li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
.header-nav ul li:first-of-type a {
  padding-top: 12px;
}
.header-nav ul li:nth-of-type(n+2) a {
  line-height: 80px;
}
.header-nav ul li a span {
  display: inline-block;
  font-size: 0.7em;
  background-color:#eb4f98;
  border-radius: 15px;
  padding: 0.1em 0.6em 0.1em 1em;
  margin-bottom: 6px;
  color: #fff;
  position: relative;
}
.header-nav ul li a span::after {
  content: "";
  position: absolute;
  top:100%;
  right:15px;
  height: 0;
  width: 0;
  border-width: 8px 4px 0 2px;
  border-style: solid;
  border-color: #eb4f98 transparent transparent;
}

.header-nav.sticky ul li a {
  font-size: 1.4em;
  height: 60px;
}
.header-nav.sticky ul li:first-of-type a {
  padding-top: 4px;
}
.header-nav.sticky ul li:nth-of-type(n+2) a {
  line-height: 60px;
}


/*---------------------------------
follow-nav
--------------------------------*/

.follow-nav {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 99999;
}
.follow-nav ul li {
  margin-bottom: 1.5em;
}
.follow-nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  width: 65px;
  border-radius: 6px 0 0 6px;
}
.follow-nav ul li a:hover,
.follow-nav ul li a:active {
  background: rgba(255, 255, 255, 0.1);
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
  text-decoration: none;
}

.follow-nav ul li.request a {
  background: #009cd5;
  height: 124px;
}
.follow-nav ul li.application a {
  background: #0090c5;
  height: 120px;
}
.follow-nav ul li.twitter a {
  background: #00aced;
  height: 120px;
}

.follow-nav ul li a span {
  position: absolute;
  left:22px;
  top:50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.3em;
}

.follow-nav ul li .icn-paper {
  width:18px;
  height:22px;
  fill:#fff;
  margin: 20px 23px;
}
.follow-nav ul li .icn-car {
  width:24px;
  height:20px;
  fill:#fff;
  margin: 20px 21px;
}
.follow-nav ul li .icn-twitter {
  width:22px;
  height:17px;
  fill:#fff;
  margin: 20px 22px;
}

/* iPhone用 */
.iPhone .follow-nav ul li.request a span {
  left:16px;
}
.iPhone .follow-nav ul li.application a span {
  left:16px;
}

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

}


/*---------------------------------
pagetop
--------------------------------*/
#pagetop {
  position: fixed;
  right: 30px;
  bottom:20px;
  z-index:99;
}
@media screen and (max-width: 480px) {
  #pagetop {
    right: 10px;
    bottom:15px;
    width: 60px;
  }
}

/*---------------------------------
footer
--------------------------------*/

/*info-cont*/

footer .info-cont-wrap .innr {
  position: relative;
}

footer .info-cont-wrap .innr::before {
  position: absolute;
  left:30px;
  top:-80px;
  content: '';
  display: inline-block;
  width:108px;
  height:46px;
  background: url("../img/common/svg/footer-car.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index:999;
}
footer .info-cont-wrap .innr::after {
  position: absolute;
  left:160px;
  top:-73px;
  content: '';
  display: inline-block;
  width:86px;
  height:40px;
  background: url("../img/common/svg/footer-bike.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index:999;
}

footer .info-cont-wrap {
  background-color: #00b0f0;
  padding: 34px 0;
}
footer .info-cont {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
footer .info-cont div {
  width: 33.3%;
  text-align: center;
  font-size: 1.4em;
  border-left:1px solid #4dc8f5;
}
footer .info-cont div:first-of-type {
  border-left:none;
}
footer .info-cont .company-info dl {
  padding-bottom: 16px;
}
footer .info-cont .company-info dt {
  padding-bottom: 10px;
}
footer .info-cont .certification {
  display: flex;
  justify-content: center;
}
footer .info-cont .certification li {
  display: inline-block;
  background: #4dc8f5;
  border:2px solid #80d8f8;
  border-radius: 3px;
  width: 140px;
  padding: 10px 0;
  margin: 0 6px;
}
footer .info-cont .tel-cont > dl > dt {
  font-size: 1.15em;
  padding-bottom: 10px;
}
footer .info-cont .tel-cont .time {
  padding-top: 20px;
  width: 244px;
  text-align: left;
  margin: 0 auto;
}
footer .info-cont .tel-cont .time dt {
  float: left;
}
footer .info-cont .tel-cont .time dd {
  padding-left: 70px;
}

footer .info-cont .btn-cont {
  padding-top: 0;
  text-align: right;
}
footer .info-cont .btn-cont a {
  width: 320px;
  text-align: center;
  font-size: 1.4em;
  padding: 0.8em;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
footer .info-cont .request {
  margin-top: 6px;
}
footer .info-cont .request a {
  background-color: #009cd5;
}
footer .info-cont .application {
  margin-top: 18px;
}
footer .info-cont .application a {
  background-color: #0090c5;
}
footer .info-cont .btn-cont a::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 8%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}
footer .info-cont .btn-cont a .icn-paper {
  width:19px;
  height:24px;
  fill:#fff;
  vertical-align: sub;
  margin-right: 0.4em;
}
footer .info-cont .btn-cont a .icn-car {
  width:26px;
  height:22px;
  fill:#fff;
  vertical-align: sub;
  margin-right: 0.4em;
}


/*guide-cont*/
footer .guide-cont-wrap {
  background-color: #efefef;
  padding: 34px 0 30px;
}
footer .guide-cont {
  display: flex;
  justify-content: space-between;
}

footer .guide-cont .sitemap {
  display: flex;
  justify-content: space-between;
}
footer .guide-cont .sitemap ul {
  font-size: 1.5em;
  line-height: 2;
  border-left: 1px solid #e0e0e0;
  padding: 0 30px;
  white-space: nowrap;
}
footer .guide-cont .sitemap ul:first-of-type {
  border-left: none;
  padding-left: 0;
}

footer .guide-cont .fms-cont {
  border:1px solid #d8d8d8;
  border-radius: 6px;
}
footer .guide-cont .fms-cont dl {
  border:4px solid #f2f8fa;
  border-radius: 6px;
  background: #fff;
  padding: 20px 40px;
}
footer .guide-cont .fms-cont dl dt {
  font-size: 1.5em;
  color: #666;
  text-align: center;
  padding-bottom: 10px;
}
footer .guide-cont .fms-cont dl dt a {
  font-size: 1.5em;
  font-weight: 700;
}
footer .guide-cont .fms-cont dl dd ul {
  display: flex;
  justify-content: center;
}
footer .guide-cont .fms-cont dl dd ul li {
  text-align: center;
  padding-top: 30px;
}
footer .guide-cont .fms-cont dl dd ul li:nth-child(2n) {
  padding: 0 15px;
}
footer .guide-cont .fms-cont dl dd ul li a {
  font-size: 1.2em;
  color: #333;
}
footer .guide-cont .fms-cont dl dd ul li a:active,
footer .guide-cont .fms-cont dl dd ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
footer .guide-cont .fms-cont dl dd ul li img {
  padding-bottom: 5px;
}

footer .copyright {
  border-top:1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #999;
}
@media screen and (max-width: 480px) {

  /*info-cont*/
  footer .info-cont-wrap .innr::before {
    left:15px;
    top:-42px;
    width:80px;
    height:34px;
  }
  footer .info-cont-wrap .innr::after {
    left:105px;
    top:-38px;
    width:65px;
    height:30px;
  }

  footer .info-cont-wrap {
    background-color: #00b0f0;
    padding: 8px 0;
  }
  footer .info-cont {
    color: #fff;
    display: inherit;
  }
  footer .info-cont div {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    border-left:none;
    border-bottom:1px solid #4dc8f5;
    padding: 30px 0;
  }

  footer .info-cont .company-info dt img {
    width: 80%;
  }
  footer .info-cont .tel-cont > dl > dt {
    font-size: 1.15em;
    padding-bottom: 10px;
  }
  footer .info-cont .tel-cont dd a {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    font-size: 1.3em;
    display: block;
    background: #fff;
    position: relative;
    padding: 1em 0;
  }
  footer .info-cont .tel-cont dd a::before {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 8%;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent #00b0f0 #00b0f0 transparent;
    transform: rotate(-45deg);
  }
  footer .info-cont .tel-cont dd a:hover,
  footer .info-cont .tel-cont dd a:active {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
  }
  footer .info-cont .tel-cont dd a img {
    width: 60%;
    margin: 0 auto;
  }
  footer .info-cont .btn-cont {
    padding-top: 30px;
    text-align: center;
    border-bottom: none;
  }
  footer .info-cont .btn-cont a {
    width: 90%;
    font-size: 1.3em;
  }
  footer .info-cont .request {
    margin-top: 0;
  }
  footer .info-cont .application {
    margin-top: 15px;
  }
  footer .info-cont .btn-cont a::before {
    top: 42%;
    width: 8px;
    height: 8px;
  }
  footer .info-cont .btn-cont a .icn-paper {
    width:16px;
    height:20px;
  }
  footer .info-cont .btn-cont a .icn-car {
    width:24px;
    height:20px;
  }


  /*guide-cont*/
  footer .guide-cont-wrap {
    padding: 0 0 20px;
  }
  footer .guide-cont-wrap .innr {
    padding: 0;
  }
  footer .guide-cont {
    display: inherit;
  }

  footer .guide-cont .sitemap {
    display: inherit;
  }
  footer .guide-cont .sitemap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.2em;
    line-height: 1;
    border-left: none;
    padding: 0;
    white-space: nowrap;
  }
  footer .guide-cont .sitemap ul li {
    width: 50%;
    border-bottom:1px solid #fff;
  }
  footer .guide-cont .sitemap ul li:nth-child(odd){
    border-right:1px solid #fff;
  }
  footer .guide-cont .sitemap ul li.bt {
    border-top:1px solid #fff;
  }
  footer .guide-cont .sitemap ul li a {
    display: block;
    width: 100%;
    padding: 1.2em 0;
    text-align: center;
  }
  footer .guide-cont .sitemap ul li a:hover,
  footer .guide-cont .sitemap ul li a:active {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }

  footer .guide-cont .fms-cont {
    margin: 30px 20px;
    border:1px solid #d8d8d8;
    border-radius: 6px;
  }
  footer .guide-cont .fms-cont dl {
    padding: 15px 20px;
  }
  footer .guide-cont .fms-cont dl dt {
    font-size: 1.4em;
    padding-bottom: 8px;
  }
  footer .guide-cont .fms-cont dl dd ul li {
    padding-top: 20px;
  }
  footer .guide-cont .fms-cont dl dd ul li:nth-child(2n) {
    padding: 0 10px;
  }
  footer .guide-cont .fms-cont dl dd ul li a {
    font-size: 1em;
  }

  footer .copyright {
    font-size: 1.1em;
    padding-top: 20px;
  }
}


/*---------------------------------

★★★★★　　sub common　　★★★★★

--------------------------------*/
/*---------------------------------
layout
--------------------------------*/
.sub .main-cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.sub .main-cont .left-cont {
  width: 860px;
}
.sub .main-cont .right-cont {
  width: 300px;
}

@media screen and (max-width: 480px) {
  .sub .main-cont {
    display: inherit;
    padding-bottom: 60px;
  }
  .sub .main-cont .left-cont,
  .sub .main-cont .right-cont {
    width: 100%;
  }
  .sub .main-cont .left-cont {
    padding-bottom: 40px;
  }
}

/*---------------------------------
ttl-cont
--------------------------------*/

/*-- second h1 --*/
.second .main-wrap > .ttl-cont {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
}
.second .main-wrap > .ttl-cont .dot {
  position: absolute;
  height: 320px;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/kv-dot.png) 0 0 repeat;
}
.second .main-wrap > .ttl-cont .txt-cont {
  position: absolute;
  top: 110px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto;
  text-align: center;
}
.second .main-wrap > .ttl-cont h1 {
  color: #fff;
  font-size: 5em;
  letter-spacing: 3px;
  line-height: 1.8;
  color: #fff;
}
.second .main-wrap > .ttl-cont .en {
  font-size: 1.4em;
  letter-spacing: 3px;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  background: #00b0f0;
}
@media screen and (max-width: 480px) {
  .second .main-wrap > .ttl-cont {
    height: 160px;
  }
  .second .main-wrap > .ttl-cont .dot {
    height: 160px;
  }
  .second .main-wrap > .ttl-cont .txt-cont {
    top: 48px;
  }
  .second .main-wrap > .ttl-cont h1 {
    font-size: 3em;
  }
  .second .main-wrap > .ttl-cont .en {
    font-size: 1em;
  }
}


/*---------------------------------
breadcrumb
--------------------------------*/
.sub .breadcrumb {
  padding: 16px 0 40px;
  display: flex;
  justify-content: flex-start;
  font-size: 1.4em;
}
.third .breadcrumb {
  padding: 16px 0 20px;
}
.sub .breadcrumb p {
  display: inline-block;
  padding-right: 20px;
  margin-right: 15px;
}
.sub .breadcrumb p a {
  display: block;
  position: relative;
}
.sub .breadcrumb p a:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -20px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #999 #999 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .sub .breadcrumb {
    padding: 10px 0 20px 15px;
    font-size: 1.1em;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 0 -12px;
  }
  .sub .breadcrumb p {
    padding-right: 15px;
    margin-right: 10px;
  }
  .sub .breadcrumb p a:after {
    top: 5px;
    right: -15px;
    width: 5px;
    height: 5px;
  }
}


/*---------------------------------

right-cont

--------------------------------*/

/*---  btn-cont  ---*/
.sub .right-cont .btn-cont {
  margin-bottom: 28px;
  padding-top: 0;
}
.sub .right-cont .btn-cont .request {
  margin-bottom: 15px;
}
.sub .right-cont .btn-cont a {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  padding: 0.8em;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
.sub .right-cont .btn-cont a::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 8%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}
.sub .right-cont .btn-cont .request a {
  background-color: #009cd5;
}
.sub .right-cont .btn-cont .application a {
  background-color: #0090c5;
}

.sub .right-cont .btn-cont a .icn-paper {
  width: 19px;
  height: 24px;
  fill: #fff;
  vertical-align: sub;
  margin-right: 0.4em;
}
.sub .right-cont .btn-cont a .icn-car {
  width: 26px;
  height: 22px;
  fill: #fff;
  vertical-align: sub;
  margin-right: 0.4em;
}


/*---  right-nav  ---*/
.sub .right-cont .right-nav {
  margin-bottom: 40px;
  border-top:4px solid #333;
  padding-top:5px;
  font-size: 1.6em;
}
.sub .right-cont .right-nav ul li {
  display: block;
  width: 100%;
  border-bottom:1px solid #333;
  padding: 4px 0;
}
.sub .right-cont .right-nav ul li a {
  display: block;
  width: 100%;
  padding: 0.8em 0.5em 0.8em 2em;
  position: relative;
  color: #333;
}
.sub .right-cont .right-nav ul li a:hover,
.sub .right-cont .right-nav ul li a:active {
  text-decoration: none;
  background: #f5f5f5;
}
.sub .right-cont .right-nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 3%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent #666 #666 transparent;
  transform: rotate(-45deg);
}

.sub .right-cont .right-nav ul li.student a {
  background: #2db3a4;
  color: #fff;
}
.sub .right-cont .right-nav ul li.student a:hover,
.sub .right-cont .right-nav ul li.student a:active {
  background: #5bd7c9;
}
.sub .right-cont .right-nav ul li.student a::before {
  border-color: transparent #fff #fff transparent;
}


/*---  bannr-cont  ---*/
.sub .right-cont .bannr-cont li {
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  /*---  bannr-cont  ---*/
  .sub .right-cont .bannr-cont li {
    text-align: center;
  }
  .sub .right-cont .bannr-cont li img {
    width: 86%;
  }
}



/*---------------------------------

left-cont

--------------------------------*/

/*---  page-link  ---*/
.sub .page-link ul {
  border:4px solid #efefef;
  border-right: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
  font-size: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub .page-link ul li {
  border-right:1px solid #efefef;
  border-bottom:1px solid #efefef;
  display: block;
  width: 50%;
}
.sub .page-link ul li a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0.5em 0;
  color: #333;
}
.sub .page-link ul li a:hover,
.sub .page-link ul li a:active {
  text-decoration: none;
  background: #f5f5f5;
}
.sub .page-link ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: 5%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  /*---  page-link  ---*/
  .sub .page-link ul {
    border:3px solid #efefef;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    font-size: 1.3em;
    line-height: 1.5;
  }
  .sub .page-link ul li a {
    padding: 0.5em 1.3em 0.5em 0.5em;
  }
  .sub .page-link ul li a::before {
    top: 33%;
    right: 7%;
    width: 5px;
    height: 5px;
  }
}


/*---  title  ---*/
.sub .sub-ttl-cont h2 {
  font-size: 3em;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0.3em 0.1em;
  margin: 60px 0 30px;
  border-bottom: 4px solid #00b0f0;
}

.sub .sub-ttl-table {
  display: table;
  width: 100%;
  margin: 10px 0 20px 0;
}
.sub .sub-ttl-table .ttl {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  background: #00b0f0;
  padding: 0.3em;
}
.sub .sub-ttl-table .ttl h3 {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.6;
  letter-spacing: 1px;
}
.sub .sub-ttl-table .info {
  display: table-cell;
  vertical-align: middle;
  background: #e8f4f9;
  color: #00b0f0;
  font-size: 1.8em;
  line-height: 1.4;
  padding: 0.5em 1em;
}
.sub .sub-ttl-table .info span {
  text-decoration: underline;
}



.sub dl dt.ttl {
  font-size: 2em;
  padding-bottom: 0.6em;
}

@media screen and (max-width: 480px) {
  /*---  title  ---*/
  .sub .sub-ttl-cont h2 {
    font-size: 2em;
    line-height: 1.4;
    margin: 30px 0 20px;
    border-bottom: 3px solid #00b0f0;
  }

  .sub .sub-ttl-table {
    margin-bottom: 15px;
  }
  .sub .sub-ttl-table .ttl {
    width: 100px;
    white-space: nowrap;
    padding: 0.4em 1.2em;
  }
  .sub .sub-ttl-table .ttl h3 {
    font-size: 1.7em;
  }
  .sub .sub-ttl-table .info {
    font-size: 1.3em;
    line-height: 1.4;
    padding: 0.4em 1em;
  }


  .sub dl dt.ttl {
    font-size: 1.6em;
    padding-bottom: 0.4em;
  }
}


/*---  p.txt  ---*/
.sub section p.txt {
  font-size: 1.6em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  /*---  p.txt  ---*/
  .sub section p.txt {
    font-size: 1.3em;
  }
}


/*---  fb  ---*/
.sub .fb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/* typeA */
.sub .fb.fb-typeA  {
  padding: 10px 0 30px;
}

/* typeB */
.sub .fb.fb-typeB  {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.sub .fb.fb-typeB .img-cont {
  width: 260px;
}
.sub .fb.fb-typeB .txt-cont {
  width: 570px;
}
.sub .fb.fb-typeB .txt-cont dl dt {
  font-size: 3em;
  padding-bottom: 0.2em;
}
.sub .fb.fb-typeB .txt-cont dl .txt {
  font-size: 1.6em;
}
.sub .fb.fb-typeB .txt-cont .btn-cont {
  padding-top: 10px;
}
.sub .fb.fb-typeB .txt-cont .btn-cont a {
  display: block;
  width: 220px;
  margin-left: auto;
  text-align: center;
  font-size: 1.6em;
  padding: 0.5em 0.2em 0.5em 0;
  letter-spacing: 2px;
  color: #fff;
  background: #eb4f98;
  position: relative;
}
.sub .fb.fb-typeB .txt-cont .btn-cont a::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: 8%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}


/* typeC */
.sub .fb.fb-typeC  {
  padding-bottom: 30px;
}
.sub .fb.fb-typeC .img-cont {
  width: 320px;
}
.sub .fb.fb-typeC .txt-cont {
  width: 500px;
}

/* bnr-cont */
.sub .left-cont .fb.bnr-cont {
  justify-content: center;
  padding-top: 60px;
}
.sub .left-cont .fb.bnr-cont img {
  width: 390px;
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  /* typeA */
  .sub .fb.fb-typeA dl  {
    width: 100%;
  }
  .sub .fb.fb-typeA dl dd  {
    text-align: center;
  }
  .sub .fb.fb-typeA dl:first-of-type  {
    padding-bottom: 30px;
  }

  /* typeB */
  .sub .fb.fb-typeB  {
    margin: 0 -12px 30px -12px;
    padding: 0 12px 30px 12px;
  }
  .sub .fb.fb-typeB .img-cont,
  .sub .fb.fb-typeC .img-cont {
    width: 100%;
    text-align: center;
  }
  .sub .fb.fb-typeB .txt-cont,
  .sub .fb.fb-typeC .txt-cont {
    width: 100%;
  }
  .sub .fb.fb-typeC .img-cont {
    padding-bottom: 15px;
  }
  .sub .fb.fb-typeB .txt-cont dl dt {
    text-align: center;
    font-size: 2em;
    padding: 15px 0 10px;
  }
  .sub .fb.fb-typeB .txt-cont dl .txt {
    font-size: 1.3em;
  }
  .sub .fb.fb-typeB .txt-cont .btn-cont {
    padding-top: 5px;
  }
  .sub .fb.fb-typeB .txt-cont .btn-cont a {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    padding: 0.7em 0.2em 0.7em 0;
  }
  /* typeC */
  .sub .fb.fb-typeC  {
    padding-bottom: 20px;
  }

  /* bnr-cont */
  .sub .left-cont .fb.bnr-cont {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  .sub .left-cont .fb.bnr-cont img {
    width: 80%;
    padding: 6px 0;
  }
}



/*---  table-cont  ---*/
.sub .table-cont {
  padding-bottom: 40px;
}

/* typeA */
.sub .table-cont.typeA dl {
  display: table;
  width: 100%;
  border-left:1px solid #cccccc;
  font-size: 1.6em;
  line-height: 1.6;
}
.sub .table-cont.typeA dl:first-of-type {
  border-top:1px solid #cccccc;
}
.sub .table-cont.typeA dl dt,
.sub .table-cont.typeA dl dd {
  display: table-cell;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding: 0.6em 1em;
}
.sub .table-cont.typeA dl dt {
  font-weight: bold;
  width: 200px;
  background: #fdf3f8;
}

/* typeB */
.sub .table-cont.typeB dl {
  display: table;
  width: 100%;
  border-left:1px solid #cccccc;
}
.sub .table-cont.typeB dl:first-of-type {
  border-top:1px solid #cccccc;
}
.sub .table-cont.typeB dl dt,
.sub .table-cont.typeB dl dd {
  display: table-cell;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding: 0.6em 1em;
}
.sub .table-cont.typeB dl dt {
  width: 200px;
  background: #efefef;
  font-size: 2em;
  vertical-align: middle;
}
.sub .table-cont.typeB dl dd {
  font-size: 1.6em;
  line-height: 1.6;
}

/* typeC */
.sub .table-cont.typeC table {
  width: 100%;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
}
.sub .table-cont.typeC th,
.sub .table-cont.typeC td {
  display: table-cell;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding: 0.6em 1em;
}
.sub .table-cont.typeC th {
  background: #efefef;
  font-size: 2.2em;
  vertical-align: middle;
  border-bottom:none;
}
.sub .table-cont.typeC th.lg {
  background: #f8f8f8;
  border-bottom:1px solid #cccccc;
  width: 24%;
}
.sub .table-cont.typeC td {
  font-size: 3em;
  color: #eb4f98;
  vertical-align: middle;
  width: 38%;
}
.sub .table-cont.typeC .cntr {
  text-align: center;
}
.sub .table-cont.typeC span {
  font-size: 0.8em;
}
.sub .table-cont.typeC span.tax-included {
  font-size: 0.6em;
  padding-left: 0.3em;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  /*---  table-cont  ---*/
  .sub .table-cont {
    padding-bottom: 30px;
  }

  /* typeA */
  .sub .table-cont.typeA dl {
    display: block;
    width: 100%;
    font-size: 1.3em;
  }
  .sub .table-cont.typeA dl dt,
  .sub .table-cont.typeA dl dd {
    display: inherit;
    width: 100%;
    padding: 0.6em;
  }


  /* typeB */
  .sub .table-cont.typeB dl {
    display: block;
    width: 100%;
  }
  .sub .table-cont.typeB dl dt,
  .sub .table-cont.typeB dl dd {
    display: inherit;
    width: 100%;
    padding: 0.5em;
  }
  .sub .table-cont.typeB dl dt {
    font-size: 1.5em;
  }
  .sub .table-cont.typeB dl dd {
    font-size: 1.3em;
    padding: 0.6em;
  }

  /* typeC */
  .sub .table-cont.typeC table {
    width: 100%;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
  }
  .sub .table-cont.typeC th,
  .sub .table-cont.typeC td {
    display: table-cell;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding: 0.5em;
  }
  .sub .table-cont.typeC th {
    font-size: 1.5em;
    border-bottom:none;
  }
  .sub .table-cont.typeC th.lg {
    white-space: nowrap;
    width: auto;
  }
  .sub .table-cont.typeC td {
    font-size: 2em;
    width: 46%;
  }
}



/*---  summary  ---*/
.sub .summary  {
  padding-bottom: 40px;
  font-size: 1.6em;
  line-height: 1.6;
}
.sub .summary li {
  padding-left: 1em;
  padding-bottom: 0.3em;
  position: relative;
  width: 100%;
}
.sub .summary li:last-child {
  padding-bottom: 0;
}
.sub .summary li:before {
  position: absolute;
  top:5px;
  left: 0px;
  content: "\25CF";
  color: #00c5f5;
  font-size: 0.4em;
}

@media screen and (max-width: 480px) {
  /*---  summary  ---*/
  .sub .summary  {
    padding-bottom: 30px;
    font-size: 1.3em;
  }
  .sub .summary li:before {
    top:2px;
  }

}




/*---  course  ---*/
.sub .course  {
  padding-bottom: 30px;
}
.sub .course li  {
  padding-bottom: 20px;
}
.sub .course li:last-child  {
  padding-bottom: 0;
}
.sub .course li dl  {
  display: table;
  width: 100%;
  border: 3px solid #efefef;
  border-radius: 6px;
  padding: 16px 20px;
}
.sub .course li dt,
.sub .course li dd {
  display: table-cell;
}
.sub .course li dt {
  border-radius: 6px;
  width: 160px;
  display: block;
  text-align: center;
  font-size: 2em;
  color: #fff;
  padding: 0.7em 0;
  background: #eee;
}
.sub .course li .txt-cont {
  text-align: left;
  font-size: 1.8em;
  width: 400px;
  vertical-align: middle;
}
.sub .course li .txt-cont .icn {
  display: inline-block;
  font-size: 0.9em;
  padding: 0.1em 0.9em;
  margin-left: 0.5em;
  color: #fff;
  border-radius: 50px;
  background: #efefef;
}
.sub .course li .btn-cont {
  width: 220px;
  padding-top: 0;
  vertical-align: middle;
}
.sub .course li .btn-cont a {
  display: block;
  width: 220px;
  margin-left: auto;
  text-align: center;
  font-size: 1.6em;
  padding: 0.5em 0.2em 0.5em 0;
  letter-spacing: 2px;
  color: #fff;
  background: #cccccc;
  position: relative;
}
.sub .course li .btn-cont a::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 8%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .sub .course  {
    padding-bottom: 20px;
  }
  .sub .course li  {
    padding-bottom: 15px;
  }
  .sub .course li dl  {
    display: inherit;
    padding: 10px;
  }
  .sub .course li dt,
  .sub .course li dd {
    display: inherit;
  }
  .sub .course li dt {
    border-radius: 6px;
    width: 100%;
    font-size: 1.6em;
    padding: 0.5em 0;
  }
  .sub .course li .txt-cont {
    text-align: center;
    font-size: 1.4em;
    padding: 1em 0;
    width: 100%;
  }
  .sub .course li .btn-cont {
    width: 100%;
  }
  .sub .course li .btn-cont a {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    padding: 0.7em 0.2em 0.7em 0;
  }
  .sub .course li .btn-cont a::before {
    top: 38%;
  }
}



















/*---  page-back  ---*/
.sub .page-back a {
  width: 380px;
  text-align: center;
  font-size: 2em;
  padding: 0.7em 0.2em 0.7em 0;
  letter-spacing: 2px;
  color: #333;
  background: #efefef;
  position: relative;
}
.sub .page-back a::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 8%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #333 #333 transparent;
  transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .sub .page-back a {
    width: 80%;
    font-size: 1.4em;
    padding: 0.7em 0.2em 0.7em 0;
  }
  .sub .page-back a::before {
    width: 7px;
    height: 7px;
  }
}




/*   access    */

.sub img.map {
  border: 3px solid #efefef;
}
/*---  youtube  ---*/
.sub .left-cont iframe.youtube {
  width: 490px;
}
/*---  google-map  ---*/
.sub .google-map iframe {
  width: 100%;
}
.sub .google-map small {
  font-size: 1.1em;
}
@media screen and (max-width: 480px) {
  /*---  youtube  ---*/
  .sub .left-cont iframe.youtube {
    width: 100%;
    max-height: 220px;
  }
}

/*太字*/
.bold {
  font-weight: bold;
}

/*赤色*/
.red {
  color: #E50202;
}

/*太字で赤色*/
.bold-red {
  font-weight: bold;
  color: #E50202;
}

/*青色*/
.blue {
  color: blue;
}

/*太字で青色*/
.bold-blue {
  font-weight: bold;
  color: blue;
}

/*緑色*/
.green {
  color: green;
}

/*太字で緑色*/
.bold-green {
  font-weight: bold;
  color: green;
}

/*赤のアンダーライン*/
.red-under {
  border-bottom: 2px solid red;
}

/*マーカーの黄色のような色*/
.marker {
  background-color: #ff9;
}

.marker-red {
  background-color: #ffd0d1;
}

.marker-blue {
  background-color: #a5d7f9;
}

/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

/*打ち消し線*/
.strike {
  text-decoration: line-through;
}

#booking-package_calendarPage .calendar {
  background: #fff !important;
}
