/*===================================
common
===================================*/
html{
  scroll-behavior: smooth;
  /* background-color: #020a1e; */
  /* color: #FFF; */
}
.main{
  /* background-color: #020a1e; */
  padding-bottom: 0;
  overflow: hidden;
}
.simple-footer {
    margin-top: 0;
    border-top: 4px solid #004496;
}

figure {
  margin: 0;
}

.pc-none{
  display: none;
}
.sp-none{
  display: inline;
}

.main-section{
  width: 100%;
  min-width: auto;
  padding: 2rem 0 4rem;
  z-index: 2;
  position: relative;
  /* background-color: #020a1e; */
}


.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.point-underline {
  position: relative;
  z-index: 1;
}
.point-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: #004496;
  z-index: -1;
  transition: all 3s;
}
.point-underline.isActive {
  padding:0 5px;
}
.point-underline.isActive:after {
  width: 100%;
}






/*===================================
section-box
===================================*/
.section-wrap{
  max-width: 1400px;
  min-width: 1100px;
  margin: 0 auto;
  /* padding: 10rem; */
}
.section__heading{
  margin: 2rem auto 4rem;
  /* color: #FFF; */
  font-size: 34px;
  color: #0D4C95;
}
.section-box-wrap{
  width: 100%;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: nowrap;
}
.section-box-image{
  width: 55%;
  padding: 0rem 2rem;
}
.section-box-image figure{
  width: 100%;
}
.section-box-image figure img{
  width: 100%;
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.section-box-body{
  width: 45%;
  padding: 6rem 3rem;
}

.section-box-heading{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.section-box-text{
  font-size: 16px;
  line-height: 1.5;
}

.section-button-wrap{
  width: 560px;
  margin: 2rem auto 4rem;
}
.section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.section-box-button a {
  display: block;
  padding: 16px 16px;
  background-color: #004496;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right_wh.svg);
  border-radius: 30px;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 9px;
}
.section-box-button a:hover {
  background-color: #00446c;
  transition: 0.5s;
}
.section-box-button:hover > a {
  background-position: right 15px center;
  transition: 0.5s;
}

/*===================================
#localNav__section
===================================*/
#localNav__section{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.85);
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  /* min-width: 1100px; */
  margin: 0 auto;
  position: relative;
}


.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: 1rem 1rem 0.5rem;
}
.his-logo-inner{
  width: 70px;
  margin-right: 1rem;
}
.his-logo img {
  width: 66px;
  height: 26px;
}
.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
  width: 200px;
}

.his-logo-wrap .section-button-wrap{
  width: 240px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.his-logo-wrap .section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.his-logo-wrap .section-box-button a {
  padding: 10px 12px 10px 20px;
  background-image: url(https://www.his-j.com/searchMod/img/icon_search.svg);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 15px;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 1rem 0.5rem;
  /* background-color: #EEE; */
}
.local-nav{
  display: flex;
  flex-wrap:nowrap
}
.local-nav li{
  font-size: 14px;
}
.local-nav li a {
    display: block;
    padding: .5rem 0.8rem 0.5rem 0.8rem;
    color: #222;
    text-decoration: none;
}
.local-nav li a:hover{
  text-decoration: underline;
}


.local-nav li.is-active{
  font-weight: bold;
  position: relative;
  transition: .3s;
}
.local-nav li.is-active a:hover{
  text-decoration: none;
  opacity: 0.8;
  transition: .5s;
}
.local-nav li.is-active::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0D4C95;
}


/*===================================
#point__section
===================================*/
#point__section{

}
#point__section > .section-box-body:nth-child(odd){
  text-align: right;
}
figcaption{
  display: none;
}

/*===================================
port
===================================*/
#port__section{
  background-color: #EEE;
}
.port-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 4em 2em;
  /* background-color: #FFF; */
  border-radius: 24px;
}
.port-box-heading{
  font-weight: bold;
  margin: 0 auto .5em;
  font-size: 24px;
  text-align: center;
}
.port-box-inner{
  width: 100%;
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.port-box{
  width: 31.3%;
  margin: 1%;
  display: flex;
  flex-wrap: nowrap;
}
.port-box-image{
  width: 20%;
}
.port-box-image img{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.port-box-item{
  width: 80%;
  padding: 0 1rem;
}
.port-item-heading{
  font-size: 14px;
  color:#4692C9;
}
.port-item-text{
  font-size: 12px;
}
.port-box-wrap > .section-button-wrap{
  width: 480px;
  margin: 1rem auto 1rem;
}

/*===================================
#step__section
===================================*/
#step__section{background-color: #EEE;padding: 2rem 0 2rem;}

.clause-box {
    width: 100%;
    padding: 2%;
}
.clause-box img{
    width: 98%;
    display:block;
    margin: 0 auto 2%;
}

.step-box{
  width: 31.3%;
  margin: 1%;
}
.step-box .section-box-heading{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2;
  padding-left: 3.5rem;
  position: relative;
}
.step-box .heading-icon-number{
  font-size: 16px;
  padding: .2rem 1rem;
  border-radius: 50px;
  background-color: #0080cb;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.step-box .section-box-image{
  width: 100%;
  padding: 0;
  position: relative;
  border: 1px solid #DDD;
  border-radius: 0;
}
.step-box .section-box-body{
  width: 100%;
  padding: 1rem 2rem;
}
.step-box .section-box-text{
  text-align: left;
}

#gift__wrap.step-box-wrap{
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 4rem;
  background-color: #FFF;
}
#gift__wrap.step-box-wrap .section-heding-text{
  width: 100%;
  line-height: 1.5;
}
#gift__wrap.step-box-wrap .step-box{
  width: 48%;
  margin: 1%;
}



/*===================================
#otherItem__sectionÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
===================================*/
section#otherItem__section {
    /* background-color: #EEE; */
    padding: 2rem 0 1rem;
}
section#otherItem__section .section__heading {
    margin: 2rem auto 2rem;
}
#otherItem__section .section-box-wrap{
  flex-wrap: wrap;
}

#otherItem__section .step-box .section-box-body {
  width: 100%;
  padding: 1rem 0.5rem;
}
#otherItem__section .step-box{
  width: 32.3%;
  margin: 1% .5% 0%;
  background-color: #FFF;
  padding: 1%;
  border:3px solid #FFF;
  transition:.3s;
  background-position: right 20px bottom 10px;
    background-repeat: no-repeat;
    background-size: 14px;
}
#otherItem__section .step-box a{
  text-decoration:none;
  color:#222;
}
#otherItem__section .step-box:hover{
  opacity:.8;
  border:3px solid #0D4C95;
  transition:.5s;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  border-radius: 6px;
  background-position: right 10px bottom 10px;
}
#otherItem__section .step-box .section-box-heading{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2;
  padding-left: 0;
  position: relative;
}
#otherItem__section .step-box .section-box-image{
  border: none;
}


.level-box-wrap{
  width: 100%;
  padding: 1rem;
  background-color: #EEE;
  margin-bottom: 1rem;
}
.level-box{
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items:center;
}
.level-box-heading{
  width: 30%;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
h5.level-box-title {
    font-size: 14px;
}
span.level-box-tooltip-btn {
    background-color: #0D4C95;
    color: #FFF;
    padding: 3px 0;
    line-height: 1;
    border-radius: 50%;
    margin: 0 0 0 .5rem;
    font-size: 14px;
    height: 18px;
    width: 18px;
    text-align:center;
    cursor: pointer;
}
.level-box-tooltip{
  display: none;
  position: absolute;
  padding: 1rem;
  border: 4px solid #0D4C95;
  background-color: #FFF;
  width: 420px;
  font-size: 14px;
  top: 22px;
  z-index: 10000;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
}
.level-box-tooltip ul{}
.level-box-tooltip ul li{
  display: flex;
  flex-wrap: nowrap;
  padding: 0.2rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid #DDD;
  align-items: baseline;
}
.level-box-tooltip ul li:first-child{
  border-bottom: none;
  color: #0D4C95;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.level-box-tooltip ul li span:first-child{
  width: 25%;
  margin-right: auto;
  line-height: 1;
}
.level-box-tooltip ul li span:last-child{
  width: 80%;
}
.level-box-tooltip ul li span img{
  width: 90%;
}
.level-box-tooltip p{
  background-color: #EEE;
  padding: .5rem;
  font-size: 12px;
}

.level-box-tooltip-btn:hover + .level-box-tooltip{
    display: inline;
}
span.level-box-body {
    width: 60%;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}
span.level-box-body img {
    width: 100%;
    max-width:180px;
    display:block;
}

/*===================================
FAQ
===================================*/

#faq__section .section-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 4rem;
  display: block;
}
.faq-box-wrap{
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #004496;
  margin-bottom: 1rem;
}
.faq-box-heading{
  font-size: 26px;
  font-weight: bold;
  padding: .5rem 2rem;
}
.faq-box-answer{
  font-size: 16px;
  padding: .5rem 2rem;
}




.faq-check{
  display: none;
}
.faq-label{
  font-size: 22px;
  font-weight: bold;
  padding: .5rem 2rem;
  display: block;
  position: relative;
}
.faq-label:after{
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  transition: .3s;
  color: #004496;
}
.faq-content{
  display: block;
  height: 0;
  opacity: 0;
  transition: 0s;
  visibility: hidden;
  font-size: 16px;
  padding: .5rem 2rem;
  width: 96%;
  margin: 0 auto;
  /* background-color: #FFF; */
  color:#333;
}
.faq-check:checked + .faq-label:after{
  transform:rotate(45deg);
  transition: .5s;
}
.faq-check:checked + .faq-label + .faq-content{
  height: auto;
  opacity: 1;
  padding: .5rem 2rem;
  visibility: visible;
}



/*===================================
#search
===================================*/
#search__section{
  background-color: #020a1e;
  padding: 3rem;
}
#search__section .section__heading{
  margin: 0 auto 2rem;
  color: #FFF
}
#search__section .section-wrap{
  max-width: 1100px;
  min-width: 960px;
  margin: 0 auto 3rem;
  /* padding: 10rem; */
  /* box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13); */
}
#search__section .section-box-wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#search__section .mv__container {
  height: auto;
}
#search__section .mvControl__search {
  width: 100%;
}
#search__section .rn-searchMod {
  width: 100%;
}
#search__section .rn-searchMod__formSection{
  width: 100%;
  min-height: auto;
  padding: 20px 20px 16px;
}
#search__section .listItem{
  display: flex;
  flex-wrap: nowrap;
}
#search__section .listItem li{
  width: 32.3%;
  margin: 0 0.75%;
}
#search__section .inner__block{
  display: flex;
  flex-wrap: nowrap;
}

#search__section .inputblock--w1#search__keywordWrap{
  width: 49%;
  margin: 0 0.5%;
}
#search__section .inputblock--w1#search__keywordWrap .listItem li{
  width: 100%;
  margin: 0;
}
#search__section .listItem#search__areaWrap{
  width: 75%;
  margin: 0;
}
#search__section .inputblock--w1#search__themeWrap{
  width: 24%;
  margin: 0 0.5%;
}
#search__section .inputblock--w1#search__dateWrap{
  width: 24%;
  margin: 0 0.5%;
}
#search__section .inner__block.searchBtnBlock {
  width: 24%;
  margin: 0 0.5%;
}

.rn-searchMod__buttonSearch {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 17px 24px;
  font-weight: bold;
  text-align: center;
}
.rn-searchMod__buttonSearch::before {
  left: 30px;
}
#search__section select:disabled {
  background: #ccc;
}

#search__section .rn-searchMod__label {
  margin-bottom: 8px;
  border: 1px solid #666;
}



/*===================================
port
===================================*/


#theme__Wrap .section-wrap {
  max-width: 1100px;
  min-width: 900px;
  margin: 0 auto;
  /* padding: 10rem; */
}

#port_main__section {
  /* background-color: #020a1e; */
  padding: 0;
}
#port_main__section .section__heading{
  margin: 0;
  color: #000;
  font-size: 24px;;
}
#port_main__section .section-wrap{
  max-width: 100%;
  min-width: 1100px;
  margin: 0px auto 1rem;
}

#port_main__section .portmain-box {
  margin: 0 auto;
  border-radius: 12px;
  padding: 2rem 2rem 0;
  position: absolute;
  bottom: -2vw;
  right: 50%;
  margin-right: -250px;
  /* filter: drop-shadow(7px 4px 4px rgba(0,0,0,0.7)); */
}
#port_main__section .portmain-box img{
  max-width: 440px;
}
.portmain-box-wrap{
  width: 100%;
  height: 650px;
  /* height: 1080px; */
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/train_pic000.jpg);
  border-bottom: none;
  position: relative;
}

.taiwan-main .portmain-box-wrap{
  background-image: url(../images/taiwan/train_pic000.jpg);
}


.audio-notice-box{
  padding: .5rem 1rem;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.audio-notice-image {
    width: 50px;
    margin-right:10px;
    border-radius: 8px;
  transition: 0.5s;
  cursor: pointer;
}
.audio-notice-image:hover{
  transform: scale(1.2);
  transition: 0.3s;
}
.audio-notice-image img{
    width:100%;
}
.audio-notice-text {
    font-size: 12px;
}


/*===================================
Special
===================================*/
section#special__section {
    padding: 2rem 0 0;
}
.section-heding-title{
  color: #004496;
  text-align: center;
  font-size: 48px;
}
.section-heding-text{
  /* color: #FFF; */
  text-align: center;
  font-size: 18px;
  padding:1rem 2rem;
  line-height: 2;
}

/*===================================
item
===================================*/
.item-box-left{
  width: 52%;
}
.item-box-left img{
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
.item-box-right{
  width: 44%;
  margin-left: auto;
}

.item-box-outer{
  width: 100%;
  max-width: 1060px;
  padding: 2rem 4rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.item-body-date{
  font-size: 30px;
  color: #004496;
  margin-bottom: 1.5rem;
  line-height: 1;
  padding: 1rem 0 0;
}
.item-body-date span{
  font-size: 16px;
}
.item-body-text{
  font-size: 16px;
  line-height: 2;
}
.item-body-text span{
  font-weight: bold;
}

.item-btn-box{
  margin: 1rem 0;
  margin-top: 3rem;
}
.item-btn-heading{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 16px;
}
.item-heading-p{
  width: 65%;
  font-size: 18px;
  font-weight: bold;
  color: #004496;
}
span.item-heading-plan {
  width: 100%;
  font-size: 22px;
  margin-bottom: 1rem;
  color: #004496;
  font-weight: bold;
}
.item-heading-price{
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  /* color: #FFF; */
  text-align: right;
}
.item-btn-wrap{
  width: 100%;
}
.item-btn-wrap a{
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  background-color: #004496;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right_wh.svg);
  border-radius: 30px;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 9px;
  font-size: 1.4rem;
}
.item-btn-wrap:hover a{
  opacity: 0.8;
  background-position: right 15px center;
  text-decoration: none;
  transition: 0.5s;
}

.item-image-thumnail{
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* overflow-x: scroll; */
}
.item-image-thumnail ul{
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.item-image-thumnail ul li{
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  margin-right: 1%;
  overflow: hidden;
  border-radius: 8px;
}
.item-image-thumnail ul li{
  width: 7vw;
  margin-right: 1vw;
  max-width: none;
  height: auto;
  max-height: none;
}
.item-image-thumnail ul li img{
  width: 100%;
  height: auto;
  display: block;
}

#timeline__section .item-box-right{
  width: 90%;
  margin: 4% auto;
}

#timeline__section .item-box-outer{
  display: flex;
  flex-wrap: nowrap;
}
#timeline__section .item-box-outer .item-body-date{
  text-align: center;
  margin: 0 auto 1rem;
  display: block;
}
.item-btn-outer{
  display: flex;
  flex-wrap: nowrap;
}
.item-btn-outer .item-btn-box{
  width: 48%;
}
.item-btn-outer .item-btn-box:last-child{
  width: 48%;
  margin-left: 4%;
}
.item-btn-outer .item-heading-p{
  width: 70%;
  font-size: 16px;
}
.item-btn-outer .item-heading-price{
  width: 30%;
  font-size: 18px;
}


/*===================================
item
===================================*/

.item-section-wrap{
  max-width: none;
  margin: 0 auto;
}


.section-heading-h3{
  /* color: #FFF; */
  padding: 2rem 2rem 0;
  text-align: center;
  /* border: 4px solid #004496; */
  font-size: 36px;
  margin-bottom: 0rem;
  color: #0D4C95;
}
#item__section h3.section-heading-h3 {
    border: 6px solid;
    padding: 2rem;
    margin-bottom: 2rem;
}
.item-section-wrap .section-heding-text{
  /* color: #FFF; */
  text-align: center;
  font-size: 22px;
  max-width: 820px;
  margin: 0 auto;
  padding: 1rem;
}


.item-box-image{
  width: 100%;
  margin:0.5rem auto;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.item-box-image img{
  width: 100%;
  height: auto;
  display: block;
}
.item-box-image video{
  width: 100%;
  height: auto;
  display: block;
}
.audio-box{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding: 5px 5px;
  width: 60px;
  height: 60px;
  transition: 0.5s;
  cursor: pointer;
}
.audio-box:hover{
  transform: scale(1.2);
  transition: 0.3s;
}
.audio-box img{
  width: 100%;
  height: auto;
  display: block;
}
/*===================================
timeline
===================================*/
section#plan__section {
    padding: 2rem 4rem 2rem;
}
section#timeline__section {
    padding: 4rem 4rem 0rem;
    margin-bottom: 4rem;
    border-bottom: 4px solid #004496;
}

.section-heading-h4{
  /* color: #FFF; */
  padding:2rem;
  text-align: left;
  font-size: 24px;
  color: #004496;
  font-weight: bold;
}
.item-box-wrap{
  width: 80%;
  margin: auto;
}
.item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  padding:20px 20px 20px 10%;
  border-left: 4px solid #004496;
}
.item-box-text{
  width: 64%;
}
#timeline__section .item-box-image{
  width: 30%;
  margin-left: 6%;
  display: flex;
  flex-wrap: nowrap;
}

/*===================================
plan
===================================*/
section#plan__section {
    padding: 2rem 0 2rem;
    background-color: #EEE;
}

#plan__section .item-box-wrap{
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#plan__section .item-box{
  width: 31.3%;
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
  padding:1rem;
  border-left: none;
  /* border: 1px solid #004496; */
}
#plan__section .item-box:nth-child(1),
#plan__section .item-box:nth-child(2){
  width: 48%;
}
#plan__section .item-box-text{
  width: 100%;
}
#plan__section .section-heading-h5{
  /* color: #FFF; */
  padding: 1rem 0 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
  font-weight: bold;
  margin: -5px auto 10px;
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 120%;
  background-image: url(../images/img_comment002.png);
}
#plan__section .item-box:nth-child(1) .section-heading-h5,
#plan__section .item-box:nth-child(2) .section-heading-h5{
  padding: 1.2rem 0 0.7rem;
  margin: -7px auto 10px;
  background-size: 100%;
  font-size: 1.3rem;
}
#plan__section .section-heading-h6{
  padding:0;
  text-align: left;
  font-size: 12px;
  /* color: #FFF; */
  font-weight: bold;
  margin:0;
}
#plan__section .item-box-text a{
  color: #004496;
  word-break: break-all;
}
#plan__section .item-box-image{
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  border: 1px solid #DDD;
}
#plan__section .item-box-image figcaption{
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #0D4C95;
  color: #FFF;
  z-index: 10;
  padding: 5px 15px;
  display: inline-block;
}
#plan__section .item-box-image img{
  width: 100%;
}


#plan__section .item-box > div:last-child{
  margin-left: 0;
}

/*===================================
Profile
===================================*/
section#profile__section {
    padding: 2rem 4rem 2rem;
}

#profile__section .item-box-wrap{
  width: 100%;
  margin: auto;
}
#profile__section .item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  padding:20px 20px 20px 20px;
  border-left: none
}
#profile__section .item-box-text{
  width: 68%;
}
#profile__section .section-heading-h5{
  /* color: #FFF; */
  padding:1rem 0 2rem;
  text-align: left;
  font-size: 24px;
  color: #004496;
  font-weight: bold;
}
#profile__section .section-heading-h6{
  padding:0;
  text-align: left;
  font-size: 12px;
  /* color: #FFF; */
  font-weight: bold;
  margin:0;
}
#profile__section .item-box-text a{
  color: #004496;
  word-break: break-all;
}
#profile__section .item-box-image{
  width: 27%;
  margin-left: 6%;
  display: flex;
  flex-wrap: nowrap;
}
#profile__section .item-box-image img{
  width: 100%;
}


/*===================================
itemFooter
===================================*/
section#itemFooter__section {
    padding: 4rem 0 4rem;
}
#item__footerMenuWrap{
  border-bottom: 4px solid #004496;
  padding-top: 2rem;
}

#item__footerMenuWrap .section-wrap {
  max-width: 1100px;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  /* padding: 10rem; */
}
.button-bg--right, #item__footerMenuWrap .section-wrap .item-footer-menu-right a {
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 10px;
}.button-bg--left, #item__footerMenuWrap .section-wrap .item-footer-menu a {
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 10px;
}

#item__footerMenuWrap .section-wrap .item-footer-menu {
  width: 48%;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu {
    width: 100%;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu span {
  display: block;
  width: 100%;
}#item__footerMenuWrap .section-wrap .item-footer-menu a {
  display: block;
  width: 80%;
  margin: 5px 0;
  padding: 16px;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_left.svg);
  border-radius: 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  background-color: #eee;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu a {
    margin: 0 auto 20px;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu:hover > a {
  background-color: #eee;
  background-position: left 15px center;
  text-decoration: underline;
  transition: 0.5s;
}#item__footerMenuWrap .section-wrap .item-footer-menu-right {
  width: 48%;
  text-align: right;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu-right {
    width: 100%;
    padding: 2% 0;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu-right span {
  display: block;
  width: 100%;
  font-size: 14px;
}#item__footerMenuWrap .section-wrap .item-footer-menu-right a {
  display: block;
  width: 80%;
  margin: 5px 0;
  margin-left: auto;
  padding: 16px;
  background-color: #e1f3ff;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  border-radius: 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu-right a {
    width: 100%;
    margin: 5px auto;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu-right:hover > a {
  opacity: 0.8;
  background-position: right 15px center;
  text-decoration: underline;
  transition: 0.5s;
}


.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
.breadcrumb__item a {
    /* color: #FFF; */
}
.breadcrumb__item {
    /* color: #FFF; */
}



/*===================================
top.html
===================================*/
.top-wrap .portmain-box-wrap{
  width: 100%;
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../other/_slider_pc_remotetsu.jpg);
  border-bottom: none;
  position: relative;
}
.item-section-wrap.top-wrap .section-heding-text {
    /* color: #FFF; */
    text-align: center;
    font-size: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}
#otherItem__section.top-wrap{
  background-color: #EEE;
}
#step__section.top-wrap{
  background-color: #FFF;
}
#otherItem__section.top-wrap .step-box{
  width: 48%;
  margin: 1% 1% 1%;
  background-color: #FFF;
  padding: 1%;
  /* border:3px solid #EEE; */
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  background-position: right 20px top 250px;
}
#otherItem__section.top-wrap .section-box-wrap.other-item .step-box{
  width: 31.3%;
  margin: 1% 1% 1%;
  background-color: #FFF;
  padding: 1%;
  /* border:3px solid #EEE; */
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  background-position: right 20px top 250px;
}
#otherItem__section.top-wrap .step-box:hover{
  opacity:1;
  border:3px solid #0D4C95;
  transition:.5s;
  z-index: 1;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  border-radius: 6px;
  background-position: right 10px top 250px;
}
#otherItem__section.top-wrap .step-box .section-box-body {
    width: 100%;
    padding: 0 0.5rem 1rem;
}
#otherItem__section.top-wrap .level-box-wrap{
  width: 100%;
  padding: .5rem;
  background-color: #EEE;
  margin-bottom: 0;
}
#otherItem__section.top-wrap .level-box{
  padding: .2rem .4rem;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items:center;
}
#otherItem__section.top-wrap h5.level-box-title {
    font-size: 12px;
}
#otherItem__section.top-wrap span.level-box-body {
    width: 60%;
    font-size: 14px;
}
#otherItem__section.top-wrap span.level-box-body img {
    max-width:120px;
}


/*===================================
movie
===================================*/

.movie-box-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.movie-box-heading{
  font-size: 24px;
  font-weight: bold;
  margin: 1rem auto;
  color: #0a4496;
  text-align: center;
}
.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  /* border: 1px solid #EEE; */
  margin: 0 auto;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie-box-balloon{
  position: relative;
  padding: 5px 10px;
  background-color: #FFF;
  margin-top: 1rem;
  border-radius: 4px;
  animation: hurueru .3s  infinite;
  animation-delay: 3s;
}
/* @keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
} */

.movie-box-balloon a{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
}
.movie-box-balloon::before{
  content: '';
  position: absolute;
  left: 20px;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
}

