/* STYLE LIST ------------------------------------------------------

 00. COMMON STYLE

 01. CONTENTS

 02. MEDIAQUERY for TABLET

 03. MEDIAQUERY for SMARTPHONE

-------------------------------------------------------------------- */
/* 01. CONTENTS
-------------------------------------------------------------------- */
.details {
  padding: 40px 0 90px 0;
}

.details h2 {
  font-size: 26px;
  margin-bottom: 40px;
}



.details h2 .cat {
/*  font-size: 15px;*/
  font-size: 12px;
  color: #fff;
  background-color: #918b8a;
/*  width: 115px;*/
  width: 135px;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
  margin-right: 2px;/*add ishii*/
  box-sizing: border-box;
}



.details h2 .cat.domestic {
  background-color: #157500;
}

.details h2 .cat.overseas {
  background-color: #0d5faf;
}

.details h2 .cat.package {
  background-color: #ff7800;
}


.details h2 .largeCat {
    font-size: 16px;
    color: #0D5FAF;
    border: solid 2px #0D5FAF;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    width: 15%;
    padding: 12px 0;
    margin-right: 1.5%;
    box-sizing: border-box;
    vertical-align: middle;
}

.details h2 .title {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  line-height: 1.3;
}

.details__contents {
  padding: 60px 0;
  border-top: solid 1px #EB7300;
  border-bottom: solid 1px #EB7300;
}

.details__contents--inner {
  width: 72%;
  margin: 0 auto;
  text-align: center;
}

.details__contents--inner h2 {
  font-size: 1.8em;
  margin: 0 auto 15px;
}

.details__contents--inner p {
  line-height: 1.4em;
}

/* add ishii  */
.details__contents--inner strong{
    font-weight: bold;
}



.applicationBtn {
  margin-top: 95px;
}

.applicationBtn a {
  display: block;
  background-color: #e11794;
  color: #fff;
  width: 41.099999999999994%;
  text-align: center;
  font-size: 24px;
  padding: 16px 0;
  margin: 0 auto;
  transition: .3s;
  position: relative;
}

.applicationBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.applicationBtn a::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

.infoList {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.infoList li {
  border-bottom: dotted 1.5px #231815;
  font-size: 15px;
}

.infoList li a {
  background: url(../../../../shared/img/blueCircleArrow.png) left center no-repeat;
  display: inline-block;
  padding: 25px 0 25px 20px;
}

.infoList li:last-child {
  border-bottom: none;
}

.btnArea p {
  text-align: right;
  padding-top: 5px;
}

.btnArea p a {
  display: inline-block;
  font-size: 12px;
  transition: .3s;
  background: url(../../../../shared/img/grayArrow.png) right center no-repeat;
  padding-right: 15px;
}

.btnArea p a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 02. MEDIAQUERY for TABLET
-------------------------------------------------------------------- */
/* 03. MEDIAQUERY for SMARTPHONE
-------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .details {
    padding: 4.6875% 0 9.375% 0;
  }
  .details h2 {
    font-size: 26px;
    font-size: 4.0625vw;
    margin-bottom: 5.555555555555555%;
  }
  .details h2 .cat {
    width: 21.296296296296298%;
    font-size: 16px;
    font-size: 2.5vw;
    padding: 1.4814814814814816% 0;
    margin-bottom: 2.7777777777777777%;
    margin-right: 2px;/*add ishii*/
  }
  .details h2 .largeCat {
    /*width: 24.25925925925926%;*/
    width: 24%;
    padding: 4.074074074074074% 0;
    margin-right: 3.7037037037037033%;
    font-size: 21px;
    font-size: 3.28125vw;
  }
  .details h2 .title {
    width: 72.03703703703704%;
  }
  .details__contents {
    padding: 5.555555555555555% 0;
  }
  .details__contents--inner {
    width: 100%;
  }
  .details__contents--inner h2 {
    font-size: 1.8em;
  }
  .infoList li {
    font-size: 18px;
    font-size: 2.8125vw;
    padding: 2.7777777777777777% 0;
  }
  .infoList li a {
    padding: 4.62962962962963% 0 4.62962962962963%;
    /*display: block;*/
    display: inline-block;
  }
  .btnArea p a {
    font-size: 16px;
    font-size: 2.5vw;
  }
  .applicationBtn {
    margin-top: 7.4074074074074066%;
  }
  .applicationBtn a {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 2.9629629629629632% 0;
    width: 76.11111111111111%;
  }
  .applicationBtn a::before {
    width: 8px;
    height: 8px;
    right: 10px;
    margin-top: -5px;
  }
}


/*add ishii 2017-01-10 s*/
.topicstag {
    border-color: #129605;
    background-color: #129605;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 20px;
    width: 62px;        
    margin-left: 8px;
}

.taikaitag {
    border-color: #FF6E00;
    background-color: #FF6E00;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 20px;
    width: 62px;
    margin-left: 8px;
}


.bosyutag {
    border-color: #f3335c !important;
    background-color: #f3335c;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 20px;
    width: 62px;        
    margin-left: 8px;
}


.etctag {
    border-color: #129605 !important;
    background-color: #fff;
    color: #129605;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 20px;
    width: 62px;     
    margin-left: 8px;   
}

.club_list{
    margin: 20px auto;
    border-color: #004098 !important;
    background-color: #fff;
    color: #004098;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 3px solid transparent;
    line-height: 25px;
    padding:10px 50px;    
}
.club_list a{
    color: #004098;
}
@media screen and (max-width: 640px) {
    .club_list {
        font-size: 3vw;
    }
    .topicstag,.etctag {
        display: block;
    }

	.infoList li a {
	  background: url(../../../../shared/img/blueCircleArrow.png) left center no-repeat;
	  display: inline-block;
	  padding: 25px 0 25px 20px;
	}


}

.relationLinkWrapper{
	margin-bottom: 30px;
}
/*add ishii 2017-01-10 e*/


/*add ishii 2018-11-06 e*/
section div.detailsWrapper .details__contents a {
    color: #0D5FAF;
    text-decoration: underline;
}
section div.detailsWrapper .details__contents a:hover {
    text-decoration: none;
}



