/* CSS for SmartPhone @date   */
/* ------------------------------------------

------------------------------------------ */
body {
  margin: 0;
  padding: 0;
}

/* * {
  box-sizing: border-box;
} */


#widewrapper .pc {
  display: none !important;
}

#contentsArea {
  position: relative;
  background: #FFF;
}


#contents {
  background: #FFF8E4;
  padding: 30px 0 0;
  overflow: hidden;
}
#showMsg {
  display: none !important;
}

/* ----- rightpart -----*/
/* #Top {
  padding: 10px 0 0;
  box-shadow: inset 0px 15px 10px -15px #999;
} */
#Top img{
  display: block;
  width: 100%;
}
.midashi{color: #0B3160;font-weight: bold;text-align: center;font-size: 148%;
  margin-bottom: 30px;position: relative;
}
.midashi:after{display: block;content: "";width: 120px;height: 2px; background-color: #0B3160;position: absolute;right: calc(50% - 60px);bottom: -5px;}
.midashi img{
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.midashi span{
  display: block;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.ttl{color: #0B3160;text-align: center;font-size: 108%;line-height: 180%;}
.ttl b{font-size: 12px;padding-left: 10px;}
.ttl span{display: inline-block;position: relative;font-size: 138%;z-index: 1;}
.ttl span:after{display: block;content: "";width: 100%;height: 14px;position: absolute;background-color: #FFFF00;bottom: 0;z-index: -1;}
.ttl img{
  display: block;
  width: 70%;
  max-width: 373px;
  margin: 0 auto 16px;
}
.useCpn{
  background: #fff;


  padding: 24px 0;
}
.point{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.point li{
  margin: 2% auto; 
  width: 92%;
}
.point li img{
  display: block;
  width: 100%;
}
.step li{
  margin: 0 8px 60px;
}
.step li:nth-child(2){
  position: relative;
}
.step li:nth-child(2):before{
  position: absolute;
  content: '';
  width: 22px;
  height: 19px;
  background: url(../images/arr.png) no-repeat;
  top: -40px;
  left: 50%;
  margin-left: -11px;
}
.step li:nth-child(2):after{
  position: absolute;
  content: '';
  width: 22px;
  height: 19px;
  background: url(../images/arr.png) no-repeat;
  bottom: -50px;
  left: 50%;
  margin-left: -11px;
}
.step li img{
  display: block;
  width: 100%;
}
.note{
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: -40px 8px 0;
}
.stepBtn{
  margin: 24px auto;
}
.stepBtn .ttl img{
  width: auto;
}
#contentsArea .stepBtn a.sbtn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 24px 0 12px;
  height: 72px;
}
#contentsArea .stepBtn a.sbtn:hover{
  color: #fff;
  text-decoration: none;
  opacity: .8;
}
.stepBtn a.sbtn:after{
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.stepBtn a.gold{
  background: #0B3160;
}
.stepBtn a.red{
  background: #bf0000;
}
.other{
  background: #FFF8E4;
  padding: 30px 8px 30px;
}
#other .bnr600 p{font-size: 12px;margin-bottom: 30px;margin-top: -30px;}
.bnr600 img{
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
#survey{padding: 24px 0 17px !important;}
#sevInfo table{
  width: 100%;margin-bottom: 0 !important;
}
.ossm{
  margin-bottom: 30px;
}
.swiper-container{
  padding-bottom: 20px !important;
}
.other .swiper-slide img{
  display: block;
  width: 100%;
}

#sRight {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 102;
}
.ss-right {
    color: #fff;
    z-index: 16;
}
#sRight .jss_switchMenu {
    position: relative;
}
#sRight .jss_switchMenu dl {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    right: 0;
    bottom: 10px;
    width: 160px;
}
#sRight .jss_switchMenu dl {
    right: -200px;
    bottom: 52px;
}
.ss-right dd ul {
    overflow: hidden;
}
.ss-right dd li {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    height: 44px;
    width: 165px;
    background: #0B3160;
    margin-bottom: 3px;
    border-radius: 100rem 0 0 100rem;
}
#contentsArea .ss-right dd li a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    line-height: 1.3;
}
#contentsArea .ss-right dd li a span{
  font-size: 11px;
  display: block;
}
.trigger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 10px auto;
    display: none;
    background: url(../images/menu_open.png) center center/50px auto no-repeat;
}
.trigger {
    margin-right: 0;
    display: block;
}
#sRight .jss_switchMenu.active .trigger {
    background: url(../images/menu_close.png) center center no-repeat;
    background-size: 50px auto;
}
#sRight .jss_switchMenu.active dl {
    right: 0;
}

#sevInfo table tr td{background-color: #fff;}

.stepBtn h4{display: flex; font-size: 88%;color: #333;align-items: center;padding-bottom: 20px;}
.stepBtn h4 img{padding-right: 10px;width: 50px;}
.stepBtn{width: 95%;margin: 0 auto;}
.stepBtn li{margin-bottom: 40px;}
.stepBtn li p{padding: 0 0 20px;font-size: 88%;line-height: 150%;}
.stepBtn li p a{text-decoration: underline !important;}
h3.ttl.example{text-align: left;width: 95%;margin: 20px auto;border-left: 6px solid #bf0000;padding-left: 10px;}
p.example{width: 95%;margin: 10px auto;}
p.example img{width: 100%;}

.stepBtn li:first-child:after{display: block;content: "▼";text-align: center;font-size: 44px;color: #0B3160;line-height: 50%;}

#OVERVIEW .holder {
  background-color: #FFF;
  margin: 24px 16px 0;
  padding: 16px;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}
#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}
#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}
#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  background: #ebebeb;
  font-weight: 400;
}
#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}
#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}
#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}
#OVERVIEW h2 {
    text-align: center;
    font-weight: 500;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #bf0000;
    font-size: 20px;
}


#topLogo {
    position: relative;
    padding: 12px;
      border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
#topLogo img{max-width: 100%;}
#topLogo a {
    display: flex;
    color: #333;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    justify-content: flex-end;
    padding: 10px 0 0 0;
}