@charset "UTF-8";

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

  base.css
  
  1.reset
  2.font
  3.particles
  4.header
  5.contents
  6.footer

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

/* 1.reset
------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { 
  display: block;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;  
  border-spacing: 0;
}
caption, th  {
  text-align: left;
  font-weight: normal;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
object, embed {
  vertical-align: top;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
a {
  background-color: transparent; /* IE 10 */
  -webkit-text-decoration-skip: objects; /* iOS 8+, Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
}
b, strong {
  font-weight: bolder;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul {
  list-style: none;
}
.clearfix:after{
  content : ''; display : block; clear : both; height:0;
}

[disabled] {
  cursor: default;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button; /* iOS */
}
button, select {
  text-transform: none; /* Firefox 40+, IE 11- */
}
select::-ms-expand {
  display: none; /* IE 11+ */
}
select::-ms-value {
  color: currentColor; /* IE 11+ */
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible; /* IE 8/9/10/11 */
}
textarea {
  overflow: auto; /* IE 11+ */
  resize: vertical;
}



/* 2.font
------------------------------------------- */
html { font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Roboto, '游ゴシック  Medium', meiryo, sans-serif;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.fugaz {
  font-family: 'Fugaz One', cursive;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.quest {
  font-family: 'Questrial', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.lola {
  font-family: 'Lora', serif;
}
.play {
  font-family: 'Playfair Display', serif;
}


/* 3.particles
------------------------------------------- */
.res-img {
  width: 100%;
  height: auto;
}
.emp {
  color: #d00;
}

/* heading */
.sec-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.sec-ttl .en {
  font-size: 2.7rem;
  font-weight:700;
}
.sec-ttl .ja {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.2rem;
}
.b-sec-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.b-sec-ttl .en {
  font-size: 2.3rem;
  font-weight:700;
}
.b-sec-ttl .ja {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

/* button */
.btn {
  display: inline-block;
  font-size: 1.4rem;
}
.first-btn {
  border: 1px solid #333;
  color: #333;
}
.first-btn:hover {
  color: #fc5087;
  border: 1px solid #fc5087;  
}
.second-btn {
  color: #fff;
  border: 2px solid #fff;
}
.induct-btn {
  display: block;
  padding: 0.8rem 0;
  text-align: center;
  font-weight: bold;
}
.induct-btn.first-btn {
  background-image: url(../img/common/b-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}
.induct-btn.first-btn:hover {
  background-image: url(../img/common/a-arw.png);
}
.third-btn {
  color: #fff;
  border: 2px solid #fff;
  margin:1rem 0;
}
.third-btn:hover {
  color: #d00;
  border: 2px solid #d00;
}
.induct-btn.third-btn {
  background-image: url(../img/streetdance/w-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}
.induct-btn.third-btn:hover {
  background-image: url(../img/streetdance/a-arw.png);
}
.repo-induct-btn {
  display: block;
  width:100%;
  padding: .7rem 2.2em .5em .7em;
  text-align: left;
  font-size:1.2rem;
  font-weight: bold;
  margin-top:1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  border-radius: 4px;  
}
.report-btn {
  color: #1DC0CA;	
  background-color:#F2FCFD;
  border: 1px solid #66D3DA;
}
.report-btn:hover{
  color: #fff;	
  background-color:#1DC0CA;
  border: 1px solid #1DC0CA;
}
.repo-induct-btn.report-btn {
  background-image: url(../img/common/r-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}
.repo-induct-btn.report-btn:hover {
  background-image: url(../img/common/w-arw.png);
}

.beginner-induct-btn {
  display: block;
  width:100%;
  padding: .7em 0;
  text-align: center;
  font-size:1.3rem;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  border-radius: 4px;  
}
.beginner-btn {
  color: #1DC0CA;
  border:1px solid #1DC0CA;
  background-color:#FFFCF7;
}
.beginner-induct-btn.beginner-btn {
  background-image: url(../img/common/beginner-ico.png);
  background-position: 4% 50%;
  background-size: 10px ;
}


.wide-btn {
  display: block;
  padding: .4em 0;
  text-align: center;
  font-weight: bold;
}
.wide-btn {
  background-image: url(../img/common/b-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}

.dark-grad {
  background: #4d4d4d; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4d4d4d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.light-grad {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}




/* 4.header
------------------------------------------- */
.header {
  border-top: 5px solid #ccc;
  }
.no-h-b {
  border-top: 0px solid #ccc;	
}
.head-top-block{
  box-shadow: 0px 3px 3px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.20); 
}
.sp-header {
  position: fixed;
  width: 100%;
  z-index: 5; 
}
.head-top .wrap {
  padding: 0;
}
.sp-header .head-logo {
  float: left;
  padding: 9px 0 0 8px;
  width: 210px;
  height: 50px;
  background-color:#fc5087;
}
.sp-header .head-logo2 {
  float: left;
  padding: 4px 0 0 9px;
  width: 230px;
  height: 55px;
  background-color:#fff !important;
}
.sp-header .head-logo2 img{
  height: 45px;
  width:auto;
}
.sp-header .head-logo2 span {
  position:absolute;
  top:11px;
  left:90px;
  width: calc(250px - 90px);
  font-size:.8rem;
  color:#fc5087;
  line-height:1.3;
}
.sp-header .head-logo3 {
  float: left;
  padding: 4px 0 0 9px;
  width: 230px;
  height: 55px;
  background-color:#fff !important;
  position:relative;
}
.sp-header .head-logo3 img{
  height: 45px;
  width:auto;
}
.sp-header .head-logo3 span {
  position:absolute;
  top:11px;
  left:90px;
  width: calc(250px - 90px);
  font-size:.8rem;
  color:#fc5087;
  line-height:1.3;  
}
.sp-header .head-right {
  float: left;
  height: 50px;
  width: calc(100% - 210px);
  background-color:#fc5087;
}
.sp-header .head-right2 {
  float: left;
  height: 55px;
  width: calc(100% - 230px);
  background-color:#fff !important;
}
.sp-header .head-tgr {
  float: right;
  width: 100px;
}
.sp-header .head-tgr li {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.no-h-b .head-tgr li {
  float: left;
  width: 50px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
.sp-header .tgr-txt {
  display: inline-block;
  padding-top: 3.4rem;
}
.no-h-b .tgr-txt {
  display: inline-block;
  padding-top: 3.8rem;
}
.sp-header .tgr-studio {
  border-left: 0px solid #eee;
  background: #fff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.sp-header .tgr-studio2 {
  border-left: 0px solid #a9a9a9;
  background: #81d0d5;
  padding-top:3px;
}
.sp-header .tgr-studio-txt {
  font-size: 0.8rem;
  background-image: url(../img/common/tel-b-ico.png);
  background-position: 50% 7px;
  background-size: 33px auto;
}
.no-h-b .tgr-studio-txt {
  font-size: 0.8rem;
  background-image: url(../img/common/tel-b-ico.png);
  background-position: 50% 10px;
  background-size: 33px auto;
}
.sp-header .tgr-gnavi {
  background: #e72001;
  background: -moz-linear-gradient(top,  #CBAF73 0%, #AB935D 100%);
  background: -webkit-linear-gradient(top,  #CBAF73 0%,#AB935D 100%);
  background: linear-gradient(to bottom,  #CBAF73 0%,#AB935D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBAF73', endColorstr='#AB935D',GradientType=0 );
}
.sp-header .tgr-gnavi2 {
  background: #fc5087;
}
.sp-header .tgr-gnavi-txt {
  color: #fff;
  font-size: 0.9rem;
  background-image: url(../img/common/menu-ico.png);
  background-position: 50% 11px;
  background-size: 25px auto;
}
.no-h-b .tgr-gnavi-txt {
  color: #fff;
  font-size: 0.9rem;
  background-image: url(../img/common/menu-ico.png);
  background-position: 50% 14px;
  background-size: 25px auto;
}
.sp-header .overlay {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: rgba(26, 19, 17, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.sp-header .overlay::after {
  position: absolute;
  content: "";
  top: -7px;
  margin-left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(26, 19, 17, 0.8) transparent;
}
.sp-header.s-menu-open .s-menu {
  visibility: visible;
  opacity: 1;
}
.sp-header.gnavi-open .gnavi {
  visibility: visible;
  opacity: 1;
}
.sp-header .s-menu .inner {
  padding: .4rem 4% 2rem;
}
.sp-header .gnavi .wrap {
  padding: 1.6rem 4% 2rem;
}
.sp-header .s-menu.overlay::after {
  right: 68px;
}
.sp-header .gnavi.overlay::after {
  right: 18px;
}
.sp-header .overlay-main {
  padding-right: 1px;
  height: 80vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp-header .s-menu-navi {
  margin-bottom: 2rem;
}
.sp-header .s-menu-navi li {
  padding: .9rem 0;
  border-bottom: 1px solid #ccc;
}
.sp-header .s-menu-block {
  display: table;
  width: 100%;
  height: 46px;
  padding-left: 56px;
  background-position: 0 50%;
  background-size: 46px auto;
}
.sp-header .s-menu-ttl {
  display: table-cell;
  width: 38%;
  color: #fff;
  vertical-align: middle;
}
.sp-header .s-menu-dial {
  display: table-cell;
  width: 62%;
  text-align: right;
  vertical-align: middle;
}
.sp-header .s-menu-btn {
  padding: 1rem 12px;
  color: #fff;
  border-radius: 3px;
  background: #1DC0CA;
}
.s-menu-num {
  font-weight: 700;
}
.sp-header .s-menu-num {
  padding-left: 20px;
  background-image: url(../img/common/tel-w-ico.png);
  background-position: 0 50%;
  background-size: 15px auto;
}

.sp-header .s-menu-ginza { background-image: url(../img/common/menu-ginza.png);}
.sp-header .s-menu-toritsu { background-image: url(../img/common/menu-toritsu.png);}
.sp-header .s-menu-shinjuku { background-image: url(../img/common/menu-shinjuku.png);}
.sp-header .s-menu-akihabara { background-image: url(../img/common/menu-akihabara.png);}
.sp-header .s-menu-nakameguro { background-image: url(../img/common/menu-nakameguro.png);}
.sp-header .s-menu-komazawa { background-image: url(../img/common/menu-komazawa.png);}
.sp-header .s-menu-ebisu { background-image: url(../img/common/menu-ebisu.png);}

.sp-header .s-menu-contact {
  margin-bottom: 2rem;
  text-align: center;
}
.sp-header .s-menu-contact a {
  display: block;
  padding: 0.8rem 0;
  background-image: url(../img/common/mail-w-ico.png);
  background-position: 6% 50%;
  background-size: 19px auto;
}
.sp-header .close {
  text-align: center;
  font-size: 1.1rem;
}
.sp-header .close .close-btn {
  padding: 2px 5px 2px 28px;
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../img/common/menu-cross-ico.png);
  background-size: auto 100%;
  margin-top:0em;
}

.sp-header .gnavi-frame li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid #eee;
}
.sp-header .gnavi-frame li ul li {
  margin-bottom: 0;
  border-top: 1px solid #999;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.sp-header .gnavi li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 16px 10px 16px 40px;
  background-position: 10px 50%;
  background-size: auto 26px;
  z-index: 5;
}
.sp-header .gnavi li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../img/common/menu-re-arw-ico.png);
  background-size: 16px auto;
  background-position: 50% 50%;
  z-index: 4;
}
.sp-header .gnavi li .en {
  color: #797979;
  font-family: 'Questrial', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 10px;
}
.sp-header .gnavi .nav-parent {
  display: inline-block;
  width: calc(100% - 50px);
}
.sp-header .gnavi .nav-parent::after {
  background: none;
}
.sp-header .nav-plus {
  display: block;
  float: right;
  height: 50px;
  vertical-align: top;
  width: 50px;
  background-image: url(../img/common/menu-plus-ico-w.png);
  background-position: 17px 50%;
  background-size: 16px auto;
}
.sp-header .list-open .nav-plus {
  background-image: url(../img/common/menu-minus-ico-w.png);
}
.header .gnavi .gnavi-low {
  clear: right;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.header .gnavi .gnavi-low li {
  opacity: 0;
  height: 0;
}
.header .gnavi .list-open .gnavi-low {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.header .gnavi .list-open .gnavi-low li {
  opacity: 1;
  height: auto;
}
.sp-header .gnavi-low li {
  background: rgba(0, 0, 0, .2);
}
.sp-header .gnavi .gnavi-low a {
  padding: 14px 10px;
}


.sp-header .gnavi .nav-feature {
  background-image: url(../img/common/feature-ico.png);
  background-size: auto 28px !important;    
}
.sp-header .gnavi .nav-system {
  background-image: url(../img/common/system-ico.png);
}
.sp-header .gnavi .nav-guidance {
  background-image: url(../img/common/guidance-ico.png);
}
.sp-header .gnavi .nav-schedule {
  background-image: url(../img/common/schedule-ico.png);
}
.sp-header .gnavi .nav-access {
  background-image: url(../img/common/access-ico.png);
}
.sp-header .gnavi .nav-genre {
  background-image: url(../img/common/genre-ico.png);
  background-size: auto 32px !important;  
}
.sp-header .gnavi .nav-beginner {
  background-image: url(../img/common/beginner-ico.png);
}
.sp-header .gnavi .nav-effect {
  background-image: url(../img/common/effect-ico.png);
}
.sp-header .gnavi .nav-qa {
  background-image: url(../img/common/qa-ico.png);
}
.sp-header .gnavi .nav-contact {
  background-image: url(../img/common/contact-ico.png);
}
.sp-header .gnavi .nav-info {
  background-image: url(../img/common/info-ico.png);
}
.sp-header .gnavi .nav-main-entry {
  background-image: url(../img/common/entry-w-ico.png);
}

.sp-header .gnavi li.sq {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  text-align: center;
}
.sp-header .gnavi li.sq.flap {
  margin-right: 0;
}
.sp-header .gnavi li.clr {
  clear: left;
}
.sp-header .gnavi li.sq {
  font-size: 1rem;
}
.sp-header .gnavi li.sq a {
  padding: 46px 0 8px;
  background-position: 50% 10px;
  background-size: auto 26px;
}
.sp-header .gnavi li.sq a::after {
  background-image: none;
}
.sp-header .gnavi li.sq .en {
  display: block;
  margin: 0;
}

.sp-header .gnavi li.member a::after {
  background-image: url(../img/common/menu-re-arw-ico.png);
}

.sp-header .gnavi-frame li.member {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: 0px solid #fff;
  border-radius: 3px;
  background: #f2516a;
}
.sp-header .gnavi-frame li.member a {
  padding: 20px 10px 20px 53px;
  color: #fff;
}
.sp-header .gnavi-frame li.sitemap {
  margin-bottom: 20px;
  text-align: center;
  border: none;
  background: none;
}
.sp-header .gnavi-frame li.sitemap a {
  display: inline-block;
  padding: 0 1.8em 0 0;
  color: #fff;
  background-image: url(../img/common/w-arw.png);
  background-position: 100% 50%;
  background-size: auto 1em;
}
.sp-header .gnavi-frame li.sitemap a::after {
  background-image: none;
}
.sp-header .gnavi-frame li.sitemap .en {
  color: #c8c9ca;
}

.sp-header .gnavi-frame li.member .en {
  color: #fff;
}

.sp-header .gnavi-sub {
  display: none;
}

.sp-header .gnavi .h-ticket li a {
  position: relative;
  display: block;
  color: #231815;
  padding: 0 0;
  background-position: 10px 50%;
  background-size: auto 26px;
  z-index: 5;
}
.sp-header .gnavi .h-ticket li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: none;
  z-index: 4;
}

.sp-header .gnavi .h-ticket li img {
  width:100%;
}
.sp-header .gnavi .h-ticket .main-ticket .ticket-list {
  width:100%;
  margin:2em 0 0;
}

.nav-k-pop{display:inline;padding-left:.5em;font-size:.8em;}
@media screen and (min-width: 768px) {
.sp-header .gnavi-frame li {
  font-size: 1.3rem;
}
.sp-header .gnavi li.sq {
  font-size: 1.4rem;
}
}
@media screen and (min-width: 769px) {
.gnavi li.pc-hide {
  display: none;
}
}

/* 5.contents
------------------------------------------- */
.page-container {
  margin-bottom: 2rem;
}
.container {
  padding-top: 55px;
}
.sec {
  margin-bottom: 2.5rem;
}
.wrap {
  padding: 0 3%;
}
.inside {
  padding: 0 3%;
}
.sp-header .gnavi .h-ticket .inside{
  padding:0 0 !important;
}
.sp-hide {
  display: none;
}
.text {
  line-height: 1.6;
}
.dance-bg {
  background-image: url(../img/top/feature-bg_sp.png);
  background-position: 50% 50%;
  background-size: cover;
}
.r-fill-bg {
  padding: 1.6rem 0;
  color: #fff;
  background-color: #fc5087;
}
.r-fill-bg .sec-ttl {
  color: #fff;
  margin-top:1em !important;  
  
}

@media screen and (min-width: 768px) {
.r-fill-bg .sec-ttl {
  color: #fff;
  margin-bottom:1em !important;
  margin-top:1em !important;
}
}

.list li {
  position: relative;
  padding-left: 1em;
}
.list li:not(:last-child) {
  margin-bottom: .6rem;
}
.list li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.page-head {
  display: table;
  width: 100%;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
}
.page-head .inner {
  display: table-cell;
  vertical-align: middle;
}
.page-head-sub {
  margin-top: 2rem;
}
.ttl-base {
  padding: .2em 0;
  background-color: rgba(0, 0, 0, .4);
}
.ttl-base2 {
  padding: .7em 0 0;
  background-color: rgba(0, 0, 0, .4);
}
.ttl-base3 {
  padding: .2em 0;
  background-color: #c7c1bc;
}
.breadcrumbs {
  margin-bottom: 3rem;
  color:#ccc;
}
.breadcrumbs ol {
  padding: .4em 0;
  border-bottom: 1px dotted #aaa;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: .9rem;
}
.breadcrumbs li a{
  color:#999;
}
.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  content: ">";
  right: -1em;
  top: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.sp-wrap {
  padding: 0 4%;
}

.recept-table {
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.recept-table th,
.recept-table td {
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recept-table th {
  padding: .6em 1em;
  font-size: 1.2rem;
  background-color: #f6f6f6;
}
.recept-table td {
  padding: .6em 1em;
}

.recept-table .dial {
  float: right;
  color: #00af96;
}

.req {
  color: #ee0000;
}
.form-table {
  margin-bottom: 3rem;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.form-table th,
.form-table td {
  padding: 1rem 4%;
  display: block;
}
.form-table th {
  font-size: 1.4rem;
  font-weight: normal;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #F8F1E9;
}
.form-table td {
  padding: 1.5rem 4%;
  display: block;
}
.form-supple p:not(:last-child) {
  margin-bottom: 1rem;
}
.input-list li {
  margin-top: .4em;
  margin-right: 1em;
  margin-bottom: .4em;
  display: inline-block;
}
.input-list li label {
  padding-left: .4em;
}
.input,
textarea {
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #666;
}
.input.input-date {
  width: 22%;
}
.d-unit {
  margin: 0 .5em;
}
.select {
  padding: 8px;
  font-size: 1.6rem;
  border: 1px solid #666;
}
.input-head {
  margin-bottom: 1rem;
}
.form-operate {
  padding: 0 3%;
  text-align: center;
}
.form-operate li {
  text-align: center;
}
.form-operate li input {
  padding: .8em 6em;
  color: #fff;
  font-weight: bold;
}
.form-operate li input[disabled] {
  cursor:not-allowed;
  background-color: #ccc;
}
.form-operate li input.long-word {
  padding: 0.8em 3em;
}
.couple-operate li {
  float: left;
  width: 46%;
}
.couple-operate li:last-child {
  float: right;
}
.couple-operate li input {
  padding: 0.8em 0;
  width: 100%;
}

.primary-btn {
  background-color: #000;
}
.secondary-btn {
  background-color: #dd0000;
}
.caution-txt {
  color: #ee0000;
}
.error-list {
  padding: 1.4em 4%;
  margin-bottom: 2rem;
}
.caution-ttl {
  color: #ee0000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.restriction {
  margin-bottom: 3rem;
  text-align: center;
}

.stand-btn {
  text-align: center;
}
.back-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8em 4em;
}
.back-btn .arw {
  padding-right: 1.2em;
  background-image: url(../img/common/w-arw.png);
  background-position: 100% 50%;
  background-size: auto 12px;
}



/* 6.footer
------------------------------------------- */
.footer {
  background-color: #F8F1E9;
}
.footer .wrap {
  padding: 0 0 2rem;
}
.foot-top-block {
  padding: 2.4rem 6%;
}
.foot-lede-ttl {
  padding: 0 14%;
  margin-bottom: 2rem;
}
.foot-lede-ttl2 {
  width:30%;
  margin:0 auto 2rem;
}
.foot-lede-desc {
  color: #444;
  font-size: 1.2rem;
}
.foot-lede-desc p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.copyright {
  padding: 1.2rem 0;
  text-align: center;
  color: #444;
  font-size: 1rem;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}