/*===================================
ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“
===================================*/
html{
  scroll-behavior: smooth;
  /* background-color: #020a1e; */
  /* color: #FFF; */
}
.main{
  /* background-color: #020a1e; */
  padding-bottom: 0;
}
.simple-footer {
    margin-top: 0;
    border-top: 4px solid #004496;
}

figure {
  margin: 0;
}

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

.main-section{
  width: 100%;
  min-width: auto;
  padding: 2rem 0 2rem;
  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: none;
  min-width: auto;
  margin: 0 auto;
  /* padding: 10rem; */
}
.section__heading{
  margin: 2rem auto 4rem;
  /* color: #FFF; */
  font-size: 1.4rem;
}
.section-box-wrap{
  width: 100%;
  margin: 1.5rem 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: 2;
}

.section-button-wrap{
  width: 90%;
  margin: 1rem auto 2rem;
}
.section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.section-box-button a {
  display: block;
  padding: 14px 14px;
  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 15px center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.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{
  /* position: absolute; */
  /* top: 0; */
  z-index: 1000000;
  width: 100%;
  /* margin-bottom: .5rem; */
  height: 50px;
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  min-width: auto;
  margin: 0 auto;
  position: relative;
}


.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: 1rem 1rem;
}
.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;
}

.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: 1rem;
  background-color: rgb(238 238 238 / 90%);
  /* display: none; */
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  /* height: 100vh; */
  display: none;
  z-index: 1000000;
  background-color: rgba(238,238,238,0.9);
}
.local-nav-wrap.nav-menu__active{
  display: block;
}
.local-nav{
  display: flex;
  flex-wrap: wrap;
}
.local-nav li{
  font-size: 14px;
  width: 100%;
  padding: 3%;
  background-color: #FFF;
  margin: 1%;
  /* background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px; */
  position: relative;
}
.local-nav li::before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background-image: url(https://www.his-j.com/ec/img/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
}



.local-nav li a{
  display: block;
  padding: .5rem 2rem 0.5rem 0;
  /* color: #FFF; */
  text-decoration: none;
}
.local-nav li a:hover{
  /* color: #FFF; */
  text-decoration: 1px solid #FFF;
}

#nav-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #0D4C95;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.3s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
/* #nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
} */

#nav-toggle.page-nav-spmenu__close span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
#nav-toggle.page-nav-spmenu__close span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
#nav-toggle.page-nav-spmenu__close  span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}



/*===================================
ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã‹â€ 
===================================*/
#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: auto;
  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;
}

/*===================================
tooltip
===================================*/
.level-box-tooltip{
  display: none;
  position: absolute;
  padding: .5rem;
  border: 4px solid #0D4C95;
  background-color: #FFF;
  width: 94vw;
  font-size: 12px;
  top: 22px;
  left: -2.5vw;
  z-index: 1;
  filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.3));
}


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

#faq__section .section-box-wrap{
  width: 100%;
  max-width: auto;
  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: 18px;
  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__section{
  background-color: #020a1e;
  /* display: none; */
  padding: 2rem 1.5rem;
}
#search__section .section__heading{
  margin: 0 auto 2rem;
  color: #FFF
}
#search__section .section-wrap{
  max-width: none;
  min-width: auto;
  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: 100%;
  margin: 0 0.75%;
}
#search__section .inner__block{
  display: flex;
  flex-wrap: wrap;
}

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

.rn-searchMod__buttonSearch {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 17px 15px;
  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ÃƒÂ¨Ã‚ÂªÃ‚Â¬ÃƒÂ¦Ã‹Å“Ã…Â½LPÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨
===================================*/


#theme__Wrap .section-wrap {
  max-width: none;
  min-width: auto;
  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: auto;
  margin: 0 auto 1rem;
}

#port_main__section .portmain-box{
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1rem 4rem 0;
  position: absolute;
  bottom: 2vh;
  right: 0;
  text-align: center;
  filter: none;
}
#port_main__section .portmain-box img{
  max-width: 100%;
}
.portmain-box-wrap{
  width: 100%;
  height: 74vh;
  /* height: 1080px; */
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/train_pic000_sp.jpg);
  border-bottom: none;
}

.audio-notice-box{
  width:70vw;
  padding: .2rem 1rem;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top:auto;
  bottom: 0.5vw;
  right: 15vw;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DDD;
}
.audio-notice-image {
    width: 44px;
    margin-right:10px;
}
.audio-notice-image img{
    width:100%;
}
.audio-notice-text {
    font-size: 12px;
}



/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  Special
===================================*/
section#special__section {
    padding: 0rem 2rem 2rem;
}
.section-heding-title{
  color: #004496;
  text-align: center;
  font-size: 2rem;
}
.section-heding-text{
  /* color: #FFF; */
  text-align: center;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.4;
}

/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  item
===================================*/
.item-box-left{
  width: 100%;
  order: 1;
}
.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: 100%;
  margin-left: 0;
  order: 3;
}

.item-box-outer{
  width: 100%;
  max-width: none;
  padding: 2rem 0;
  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: 14px;
  line-height: 1.6;
  padding: 1rem;
  text-align: center;
}
.item-body-text span{
  font-weight: bold;
}

.item-btn-box{
  margin: 0 1rem;
  margin-top: 1rem;
}
.item-btn-heading{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.item-heading-plan{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #004496;
  margin-bottom: 0.5rem;
}
span.item-heading-plan {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.item-heading-price{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  /* color: #FFF; */
  text-align: right;
  margin-bottom: 1rem;
}
.item-btn-wrap{
  width: 100%;
}
.item-btn-wrap a{
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  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: 8px;
}
.item-btn-wrap:hover a{
  opacity: 0.8;
  background-position: right 15px center;
  text-decoration: none;
  transition: 0.5s;
}

.item-image-thumnail{
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  order: 2;
  padding: 0;
}
.item-image-thumnail ul{
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 2vw 3vw;
  /* background-color: #EEE; */
}
.item-image-thumnail ul li{
  width: 60px;
  max-width: 60px;
  height: auto;
  max-height: none;
  margin-right: 1%;
  overflow: hidden;
  border-radius: 8px;
}
.item-image-thumnail ul li{
  width: 28vw;
  max-width: 28vw;
  margin-right: 2vw;
}
.item-image-thumnail ul li img{
  width: 100%;
  height: auto;
  display: block;
}

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

#timeline__section .item-box-outer{
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
#timeline__section .item-box-outer .item-body-date{
  text-align: center;
  margin: 0 auto 1rem;
  display: block;
}
.item-btn-outer{
  display: flex;
  flex-wrap: wrap;
}
.item-btn-outer .item-btn-box{
  width: 100%;
}
.item-btn-outer .item-btn-box:last-child{
  width: 100%;
  margin-left: 0;
}
.item-btn-outer .item-heading-plan{
  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;
  padding: 0;
}

.section-heading-h3{
  /* color: #FFF; */
  padding: 1rem 1rem 0.5rem;
  text-align: center;
  /* border: 4px solid #004496; */
  font-size: 1.7rem;
  margin: 0;
}
#item__section h3.section-heading-h3 {
    border: 6px solid;
    padding: 1rem;
    margin: 0 auto 2rem;
    width:96%;

}
.item-section-wrap .section-heding-text{
  /* color: #FFF; */
  text-align: center;
  font-size: 1.2rem;
  max-width: none;
  margin: 0 auto;
  padding: 0 1rem;
}


.item-box-image{
  width: 100%;
  margin: 0.5rem auto 0rem;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.item-box-image img{
  width: 100%;
  height: auto;
  display: block;
}
.audio-box{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding: 5px 5px;
  width: 60px;
  height: 60px;
}
.audio-box img{
  width: 100%;
  height: auto;
  display: block;
}
/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  timeline
===================================*/

section#timeline__section {
    padding: 4rem 2rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 4px solid #004496;
}

.section-heading-h4{
  /* color: #FFF; */
  padding: 2rem 0.5rem;
  text-align: left;
  font-size: 1.4rem;
  color: #004496;
  font-weight: bold;
}
.item-box-wrap{
  width: 100%;
  margin: auto;
}
.item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border-left: 4px solid #004496;
}
.item-box-text{
  width: 100%;
}
#timeline__section .item-box-image{
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
}

/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  plan
===================================*/
section#plan__section {
    padding: 2rem 1rem 2rem;
    background-color: #EEE;
}

#plan__section .item-box-wrap{
  width: 100%;
  margin: auto;
}
#plan__section .item-box{
  width: 100%!important;
  margin: 6% 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-left: none;
  border: none;
}
#plan__section .item-box-text{
  width: 100%;
  order: 2;
  font-size: 0.9rem;
}
#plan__section .section-heading-h5{
    padding: 13px 0 0.7rem;
    text-align: center;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: bold;
    margin: -18px 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: 14px 0 0.7rem;
    margin: -18px auto 4px;
    background-size: 120%;
    color: #FFF;
}
#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: 0 auto 20px;
  display: flex;
  flex-wrap: nowrap;
  order: 1;
  position: relative;
}
#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: auto;
    font-size: 14px;
    text-align: center;
}

/*===================================
ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â‚¬â€
===================================*/
#step__section {
    padding: 2rem 0rem;
}
.clause-box img {
    width: 92%;
    display: block;
    margin: 0 auto 0%;
}
#step__section .section-box-wrap {
    flex-wrap: wrap;
    margin: 1.5rem auto 2rem;
    padding: 0 1rem;
}
.step-box{
  width: 100%;
  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;
  border-radius: 0;
  /* filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.5)); */
}
.step-box .section-box-body{
  width: 100%;
  padding: 1rem 1rem;
}
.step-box .section-box-text{
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

#gift__wrap.step-box-wrap{
  flex-wrap: wrap;
  width: 90%;
  padding: 0 1rem;
  margin: 0 auto 2rem;
}
#gift__wrap.step-box-wrap .section-heding-text{
  width: 100%;
  line-height: 1.5;
}
#gift__wrap.step-box-wrap .step-box{
  width: 100%;
  margin: 1% 0 3%;
}
#gift__wrap.step-box-wrap .step-box .section-box-text{
  text-align: left;
  font-size:14px;
}

/*===================================
ÃƒÂ¤Ã‚Â»Ã¢â‚¬â€œÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚Â
===================================*/
#otherItem__section{
  padding: 2rem 1rem;
}
section#otherItem__section .section__heading {
    margin: 2rem auto 2rem;
    padding: 0 1rem;
}
#otherItem__section .section-box-wrap{
  flex-wrap: wrap;
  margin: 1.5rem auto 2rem;
}

#otherItem__section .step-box .section-box-body {
  width: 100%;
  padding: 1rem 0.5rem;
}
#otherItem__section .step-box{
  width: 94%;
  margin: 1% 3% 2%;
}
#otherItem__section .step-box .section-box-heading{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1;
  padding-left: 0;
  position: relative;
  text-align: center;
}

/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  Profile
===================================*/
section#profile__section {
    padding: 2rem 2rem 2rem;
}

#profile__section .item-box-wrap{
  width: 100%;
  margin: auto;
}
#profile__section .item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 60px;
  border-left: none;
}
#profile__section .item-box-text{
  width: 100%;
  order: 2;
}
#profile__section .section-heading-h5{
  /* color: #FFF; */
  padding: 0 0 1rem;
  text-align: left;
  font-size: 1.4rem;
  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: 60%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: nowrap;
  order: 1;
}
#profile__section .item-box-image img{
  width: 100%;
}


/*===================================
ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‚Â¹ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â  itemFooter
===================================*/
section#itemFooter__section {
    padding: 0 2rem 4rem;
}
#item__footerMenuWrap{
  border-bottom: 4px solid #004496;
}

#item__footerMenuWrap .section-wrap {
  max-width: auto;
  min-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  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: 85%;
  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 10px;
    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: 85%;
    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: 1rem auto 0;
  padding: 1rem 0 2.5rem;
  background-color: #EEE;
}
.breadcrumb__item a {
    /* color: #FFF; */
}
.breadcrumb__item {
    /* color: #FFF; */
}



/*===================================
top.html
===================================*/
.top-wrap .portmain-box-wrap {
    width: 100%;
    height: 310px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../other/sldr_other_remotetsu.jpg);
    border-bottom: none;
    position: relative;
}
#item__section.top-wrap h3.section-heading-h3 {
    border: 6px solid;
    padding: 1rem;
    margin: 0 auto 0rem;
    width: 96%;
}
.item-section-wrap.top-wrap .section-heding-text {
    /* color: #FFF; */
    text-align: center;
    font-size: 1.2rem;
    line-height:1.5;
    max-width: auto;
    margin: 0 auto;
    padding: 1.5rem 1rem 0;
}

.item-section-wrap.top-wrap .section-box-wrap {
    width: 100%;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: nowrap;
}

.movie-box-heading {
    font-size: 1.4rem;
}

#otherItem__section.top-wrap .step-box{
    width: 96%;
    margin: 1% 2% 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 30px top 250px;
}
#otherItem__section.top-wrap .section-box-wrap.other-item .step-box {
    width: 46%;
    margin: 1% 2% 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 30px top 250px;
}
#otherItem__section.top-wrap .section-box-wrap.other-item .step-box .section-box-heading {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1;
    padding-left: 0;
    position: relative;
    text-align: center;
}
#otherItem__section.top-wrap .section-box-wrap.other-item .step-box .section-box-text {
    text-align: center;
    font-size: 0.85rem;
}

#otherItem__section.top-wrap .step-box .section-box-body {
    width: 100%;
    padding: 1rem 0.5rem 1.5rem;
}
