@charset "utf-8";

/*
* ★★CSS for PC
*
* @date 2020.xx.xx
* @author HeChengHao
*/
/* -- Reset -- */
#widewrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#contentsArea {
  position: relative;
  margin: 0 auto;
  background: #fff;
  word-wrap: break-word;
}
#contentsArea #contents {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: none;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
.sp {
  display: none;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
.rt-header .rt-nav-link li.rt-nav-active a {
  background: none !important;
}

/* -- Top -- */
#keyVisual {
  margin: 0 auto;
  width: 100%;
  height: 484px;
  background: url(../images/topBg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.topbtn {
  width: 500px;
  height: 60px;
  margin-top: 24px;
}

.topbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1;
  background: #2eb8ff url(../images/icon.svg) right 30px center no-repeat;
}
.topbtn a:hover {
  text-decoration: none !important;
}

.date {
  font-size: 18px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  background-color: #fff;
  height: 42px;
  width: 365px;
}

#keyVisual h1 {
  text-indent: 0;
  text-align: center;
  width: 800px;
  margin-top: 37px;
}

/* -- nav -- */
.spnav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.spnav input,
.spnav label,
.spnavBg {
  display: none !important;
}
.spnav ul {
  width: 140px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.spnav ul li {
  margin-bottom: 4px;
  width: 100%;
}
.spnav ul li a {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 0;
  background: #55c7f2;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff !important;
}
.spnav .top a {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff !important;
  background: #6fcf97;
}
.spnav a {
  text-decoration: none !important;
}

/* -- Contents -- */
.wBox {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-top: 64px;
}
.mBox {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 1080px;
}
.ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.tpr {
  margin: 0 auto 70px;
  font-size: 14px;
  line-height: 2;


}
.tprt {width: 952px;}
.tpr a {
  color: #2eb8ff !important;
}

*[class^="btn"] a {
  color: #333 !important;
  text-decoration: none !important;
}
.jdsCoponSwitch {
  background: url(../images/iconP.png) 98% center no-repeat;
}
.jdsCoponSwitch.active-submenu {
  background: url(../images/iconM.png) 98% center no-repeat;
}

.btnTop {
  width: 600px;
  margin: 80px auto;
}
.btnTop a {
  display: block;
  padding: 23px 0;
  background: #55c7f2;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  color: #fff !important;
}

/* -- whats -- */
#whats .ttl {
  color: #2eb8ff;
}
#whats dl {
  width: 880px;
  margin: 40px auto 0;
  overflow: hidden;
  border-radius: 14px;
  padding-bottom: 40px;
}
#whats dl dt {
  margin-top: 32px;
  padding-bottom: 24px;
}
#whats dl dd {
  width: 570px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 2;
  position: relative;
}
#whats dl dd::before {
  content: url(../images/checkbox-selected.png);
  margin-right: 24px;
  vertical-align: -2px;
}
#whats .ttls {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px;

  margin: 60px auto 0;
  display: flex;
  align-items: center;
}
#whats .ttls + .tpr {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #bf0000;
}
#whats .ttls + .tpr a {
  display: block;
  margin: 32px auto 0;
  width: 600px;
  padding: 24px 0;
  text-align: center;
  font-size: 24px;
  color: #000 !important;
  font-weight: bold;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  line-height: 1;
}
#whats .ttls + .tpr a:hover {
  text-decoration: none !important;
}

/* -- step -- */
#step {
  background: #def5ff;
  margin-top: 80px;
  padding-bottom: 72px;
}
#step .ttl {
  color: #2eb8ff;
  padding-top: 64px;
}
#step .mBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1280px;
  background: #fff;
  padding: 72px 0 64px;
  margin-top: 64px;
}
#step .step1 {
  background: #def5ff;
  padding-left: 34px;
  width: 253px;
  box-sizing: border-box;
  padding-bottom: 19px;
}
#step .step1 dt {
  padding-top: 22px;
  text-align: center;
}
#step .step2 {
  background: #dcf9dc;
  width: 652px;
}
#step .step2 dt {
  padding-top: 22px;
  text-align: center;
}
#step .stepgo {
  width: 176px;
  height: 463px;
  background: url(../images/imgStepGo.png) left center no-repeat;
}
#step .step1 dd {
  border-radius: 8px 0 0 8px;
  border: 4px solid #2eb8ff;
  border-right: 0;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
#step .step2 dd {
  border-radius: 0 8px 8px 0;
  border: 4px solid #00b900;
  border-left: 0;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
#step .step1 .item {
  width: 100%;
}
#step .step2 .item {
  width: calc(100% * 1 / 3);
}
#step .step1 .tit {
  background: #2eb8ff;
  text-align: center;
  padding: 8px 0 16px;
}
#step .step2 .tit {
  background: #00b900;
  text-align: center;
  padding: 8px 0 16px;
  position: relative;
}
#step .step2 .tit::before {
  display: block;
  border-left: 1px solid #fff;
  height: calc(100% - 5px);
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
#step .cts {
  background: #fff;
  text-align: center;
  padding: 0 16px 16px;
  overflow: hidden;
  position: relative;
}
#step .step2 .cts::before {
  display: block;
  border-left: 1px solid #00b900;
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#step .step2 .item:first-child .cts::before {
  border-left: 1px solid #2eb8ff;
}
#step .cts .photo {
  margin-top: 16px;
}
#step .cts .name {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
#step .cts .name b {
  font-size: 28px;
  display: block;text-align: center;
}
#step .tpr {
  width: 1080px;
  margin-top: 40px;
}
#step .step1 .cts .name{
    text-align: left;
}
#step  .cts .name span{
    font-size: 10px;display: block;
}
/* -- bnrBox -- */
.bnrBox a:hover {
  text-decoration: none !important;
}
.slideBox .jdsSwiperPlus {
  width: 1050px;
  margin: 40px auto 0;
}
.slideBox .jdsSwiperPlus .swiper-slide {
  width: 302px !important;
  margin: 0 20px;
  line-height: 0;
  overflow: hidden;
  border: 1px solid #eee;
box-sizing: border-box;
}

.slideBox .jdsSwiperPlus .swiper-scrollbar {
  display: none;
}

/* -- useful -- */
#useful .mBox {
  background: #fff8e4;
  margin-top: 32px;
  padding-bottom: 50px;
}
.safe {
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.safe dt {
  font-weight: bold;
  margin: 40px 0 0;
  width: 100%;
}
.safe dt span {
  display: block;
  font-weight: normal;
  font-size: 24px;
  margin-top: 10px;
}
.safe dd {
  margin: 32px 12px 0;
  width: calc(50% - 24px);
  background: #fff;
}
.safe dd a {
  margin-left: 30px;
  padding-left: 50px;
  height: 135px;
  display: flex;
  align-items: center;
  line-height: 1.6;
  color: #0d67b2 !important;
  background: url(../images/open_bk_15_14.png) right 50% no-repeat,
    url(../images/iconPlane.png) left center no-repeat;
}
.safe dd a:hover {
  text-decoration: none !important;
}
.safe dd.tpr {
  background: none;
}

/**/
.ttls.jdsCoponSwitch {
  background: #bf0000 url(../images/plus_s.svg) no-repeat right 20px center;
  background-size: 20px auto;
}
.ttls.jdsCoponSwitch.active-submenu {
    background: #bf0000 url(../images/minus_s.svg) no-repeat right 20px center;
      background-size: 20px auto;
}
