
.res-table-type-01 .nagoya {
  background-color: #FFFFCC;
}

.ttl-open-btn {
  margin-top: 15px;
  text-align: right;
}
.ttl-open-btn,
.res-ttl-close {
  padding-right: 10px;
}
.title-box .ttl-type-03-01 .ttl-open-btn img {
  text-align: right;
  width: 29px;
  height: 30px;
  max-width: 29px;
}
.title-box.h3 .res-ttl-close img {
    height: 29px;
    width: 30px;
}
.btn-toggle-open:hover {
  cursor: pointer;
}
.amc-image-right {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.amc-image-right .fright { width: 25%; }
.amc-image-right .fleft { width: 72%; }


/* koushi */
.koushi-block {
  width:100%;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top:30px;
}

.koushi-block .fleft { width: 20%; }
.koushi-block .fright { width: 78%; }

.koushi-block:first-child { margin-top: 0; }

.koushi-block .tantou{
  margin-top: 20px;
  overflow: hidden;
}
.koushi-block .tantou dt{
  display: inline-block;
  background-color: #00aff0;
  border-radius: 3px;
  padding: 4px 10px;
  color: #fff;
  float: left;
  min-width: 6.8%;
}
.koushi-block .tantou dd{
  float: left;
  width: 80%;
}
.koushi-block .tantou dd p{
  display: inline-block;
  color: #00146d;
  padding: 4px 15px 4px 0px;
  border-right: solid 1px #333;
  margin-left: 15px;
}
.koushi-block .tantou dd p:last-child{
  border-right: none;
  padding-right: 0px;
}

/* privacy */
.privacy {
  border: 1px solid #990000;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px;
}


/* about */
.about{
  border: solid 1px #093568;
  padding: 10px;
}


/* tabBlock */
.tabBlock {
  margin-top: 45px;
}
.tabBlock .tabLst {
  border-bottom: 2px solid #0a318e;
  font-size: 0;
}
.tabBlock .tabLst li {
  display: inline-block;
  width: 24.73684210526316%;
  margin-left: 0.3157894736842105%;
  background: #cfd0d3;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.tabBlock .tabLst li.active {
  background: #0a318e;
}
.tabBlock .tabLst li:first-child {
  margin-left: 0;
}
.tabBlock .tabLst li .tabTxt {
  padding: 12px 5px 10px;
}



.res-bnr-block {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.res-bnr-block li {
  display: inline-block;
  margin:  0 0 0 2.69%;
  width: 44.62%
}
.res-bnr-block li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 570px){
  .res-bnr-block li {
    width: 100%;
    float: none;
    margin: 0;
  }
  .res-bnr-block li:not(:first-child) {
    margin-top: 10px;
  }
}

.btn-close span {
  display: block!important;
}
.btn-close > span {
  padding: 10px;
}
.btn-close span.btn-text {
  color: #fff;
  text-align: center;
}

.res-members-block {
  margin-top: 25px;
  background-color: #fff4fa;
  padding: 35px 10px;
}

.ttl_red {
  color: #900;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.blue-border-box {
  margin-top: 25px;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 10px;
  background-color: #fff;
  border: 1px solid #1055a2;
}
.blue-border-box .ttl_blue {
  color: #06b;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.blue-border-box .res-indent-block li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 0) and (max-width: 570px) {
  .res-members-block {
    padding: 10px;
  }
  .blue-border-box .res-indent-block li {
    text-align: left;
  }
}




/* ttl-label */
.ttl-text .ttl-label {
  background-color: #c72c17;
  color:#ffffff;
  font-size: 1.5rem;
  vertical-align: top;
  padding: 0px 5px;
  margin-right: 5px;
}
/* voice */
.voice-mt{
  margin-top:80px;
}
/* fc-block */
.fc-block{
  width: 100%;
  display: block;
}
/* fc-btn */
.fc-btn{
  width: 50%;
  display: block;
  margin:10px 25% 30px;
}
/* privilege-img */
.privilege-img{
  width: 75%;
  display: inline-block;
}
@media (min-width:571px) and (max-width:1024px) {
  .res-contents h1 {
    text-align: center;
  }
}
@media screen and (max-width: 800px){
  .koushi-block .tantou dd p{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 570px){
  .fright, .fleft {
    float: none;
    width: 100%;
  }
  .amc-image-right .fright,
  .amc-image-right .fleft {
    width: 100%
  }
  .amc-image-right .fright {
    margin-bottom: 10px;
  }

  .koushi-block .fleft{
    width: auto;
    text-align: center;
    float: none;
  }
  .koushi-block .fright{
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
  }
  .fc-btn {
    width: 85%;
    margin: 20px auto 45px;
    padding: 0 10px;
  }
  .privilege-img {
    width: 100%;
  }
  }


.res-main-back {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 5px 10px 10px;
}

.res-parent-spt {
  margin-top: 15px;
}

.label{
  position:relative;
}
.label-recruit {
  position: absolute;
  left: -30px;
  top: 2px;
  z-index: 100;
  margin-left: 5px;
}
@media (min-width:0) and (max-width:570px) {
.label-recruit {
  left: 0px;
  top: 0px;
}
}


/*1904*/
.gift-area{
  display:table;
}

.gift-area-left{
  display:table-cell;
  padding-right:10px;
  width:80%;
}
.gift-area-right{
  display:table-cell;
  vertical-align: middle;
  width:20%;
  text-align: center;
}
.gift-area-ttl{
  border: 2px solid #00aff0;
  border-radius: 3px;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 0) and (max-width: 570px) {

.gift-area{
  display:block;
}
.gift-area-left{
  display:block;
  width:100%;
  padding-right:0;
  margin-bottom:15px;
}
.gift-area-right{
  display:block;
  width:100%;
}

}