@charset "UTF-8";
/*==================================================================
	page.scss
==================================================================*/
/*==================================================================
    #top
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#top #title {
  width: 100%;
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px 0 60px;
  overflow-x: hidden;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #title {
    width: 100%;
    padding: 0px 0 40px;
  }
}

/* ======= ie9 ======= */
.ie9 #top #title {
  display: none;
}

/*  .swiper
---------------------------------------------*/
#top #title .sliderWrapper {
  width: 1800px;
  margin: 0 auto;
}

#top #title .sliderWrapper .swiper-slide a {
  display: inline-block;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #title .sliderWrapper {
    width: 100%;
  }
}

/* ======= ie10 =======
.other #top #title .sliderWrapper,
.ie10 #top #title .sliderWrapper {
    width: 100%;
}
*/
#top #title .swiper-container {
  overflow: inherit;
}

#top #title .swiper-container .swiper-pagination {
  bottom: -40px;
}

#top #title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  opacity: 1;
  background-color: #244b63;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3ba9e0;
}

#top #title .swiper-container .swiper-button-prev,
#top #title .swiper-container .swiper-button-next {
  width: 50px;
  height: 80px;
  background-color: #0066b2;
  border-radius: 8px;
  background-image: none;
  left: 50%;
  -webkit-transform: translateX(-495px);
  -ms-transform: translateX(-495px);
  transform: translateX(-495px);
  right: auto;
  text-align: center;
  padding-top: 27px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  z-index: 12;
}

#top #title .swiper-container .swiper-button-prev img,
#top #title .swiper-container .swiper-button-next img {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#top #title .swiper-container .swiper-button-next {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(495px);
  -ms-transform: translateX(495px);
  transform: translateX(495px);
}

#top #title .swiper-container .swiper-button-next img {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

/* ======= hover ======= */
.pc #top #title .swiper-container .swiper-pagination-bullet:hover {
  cursor: pointer;
  background-color: #0066b2;
}

.pc #top #title .swiper-container .swiper-button-prev:hover,
.pc #top #title .swiper-container .swiper-button-next:hover {
  background-color: #3ba9e0;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #title .swiper-container .swiper-pagination {
    bottom: -30px;
  }
  #top #title .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }
  #top #title .swiper-container .swiper-button-prev,
  #top #title .swiper-container .swiper-button-next {
    width: 20px;
    height: 30px;
    background-color: #0066b2;
    border-radius: 4px;
    left: 5px;
    top: auto;
    bottom: -35px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    right: auto;
    padding-top: 2px;
  }
  #top #title .swiper-container .swiper-button-prev img,
  #top #title .swiper-container .swiper-button-next img {
    width: 7px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  #top #title .swiper-container .swiper-button-next {
    left: auto;
    right: 5px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  #top #title .swiper-container .swiper-button-next img {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
}

/* -----------------------------------------------
    #linkTop
------------------------------------------------*/
#top #linkTop {
  width: 100%;
  background-color: #0066b2;
  padding: 32px 0;
}

#top #linkTop .row .col-md-4 {
  height: 205px;
}

#top #linkTop .row .col-md-4 a {
  width: 100%;
  border-radius: 4px;
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px -5px 0px 0px rgba(19, 47, 63, 0.2) inset;
  box-shadow: 0px -5px 0px 0px rgba(19, 47, 63, 0.2) inset;
  position: relative;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #linkTop .row .col-md-4 a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 31px;
  height: 31px;
  background: url(./../img/common/arw_btn.svg);
  background-size: cover;
}

#top #linkTop .row .col-md-4:nth-child(1) {
  padding-left: 0;
  padding-right: 5px;
}

#top #linkTop .row .col-md-4:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}

#top #linkTop .row .col-md-4:nth-child(3) {
  padding-right: 0;
  padding-left: 5px;
}

#top #linkTop .row .col-md-4:nth-child(3) a {
  height: 100px;
  margin-bottom: 5px;
}

#top #linkTop .row .col-md-4 a.intro {
  text-align: center;
  padding-top: 25px;
}

#top #linkTop .row .col-md-4 a.intro span {
  display: inline-block;
  margin-bottom: 10px;
}

#top #linkTop .row .col-md-4 a.jcb {
  text-align: center;
  padding: 25px 30px 0;
}

#top #linkTop .row .col-md-4 a.jcb span {
  display: inline-block;
  margin-bottom: 30px;
}

#top #linkTop .row .col-md-4 a.jcb em {
  display: inline-block;
  width: 100%;
  background-color: #f6a023;
  background-image: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}

#top #linkTop .row .col-md-4 a.jcb em small {
  position: relative;
}

#top #linkTop .row .col-md-4 a.jcb em small::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(./../img/common/externalLink_w.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}

#top #linkTop .row .col-md-4 a.benefit,
#top #linkTop .row .col-md-4 a.ss {
  padding: 25px 25px;
}

/* ======= hover ======= */
.pc #top #linkTop .row a:hover {
  opacity: 0.6;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #linkTop {
    width: 100%;
    padding: 10px 0;
  }
  #top #linkTop .row .col-md-4 {
    height: auto;
  }
  #top #linkTop .row .col-md-4 a {
    height: 100%;
    margin-bottom: 10px;
  }
  #top #linkTop .row .col-md-4 a::after {
    bottom: 7px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  #top #linkTop .row .col-md-4:nth-child(1) {
    padding-left: 15px;
    padding-right: 7px;
  }
  #top #linkTop .row .col-md-4:nth-child(2) {
    padding-left: 8px;
    padding-right: 15px;
  }
  #top #linkTop .row .col-md-4:nth-child(3) {
    padding-right: 15px;
    padding-left: 15px;
  }
  #top #linkTop .row .col-md-4:nth-child(3) a {
    width: calc(50% - 8px);
    float: left;
    height: 60px;
    margin-bottom: 0;
  }
  #top #linkTop .row .col-md-4:nth-child(3) a:nth-child(1) {
    margin-right: 7px;
  }
  #top #linkTop .row .col-md-4:nth-child(3) a:nth-child(2) {
    margin-left: 8px;
  }
  #top #linkTop .row .col-md-4 a.intro {
    padding: 15px 10px;
    height: 100px;
  }
  #top #linkTop .row .col-md-4 a.intro span {
    margin-bottom: 5px;
  }
  #top #linkTop .row .col-md-4 a.intro span img {
    width: 90%;
    max-width: 180px;
  }
  #top #linkTop .row .col-md-4 a.intro em img {
    width: 100%;
    max-width: 100px;
  }
  #top #linkTop .row .col-md-4 a.jcb {
    text-align: center;
    padding: 8px 10px;
    height: 100px;
  }
  #top #linkTop .row .col-md-4 a.jcb span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  #top #linkTop .row .col-md-4 a.jcb span img {
    width: 100%;
    max-width: 200px;
  }
  #top #linkTop .row .col-md-4 a.jcb em {
    width: 100%;
    border-radius: 6px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 1;
    padding-top: 0.5rem;
  }
  #top #linkTop .row .col-md-4 a.jcb em small {
    position: relative;
  }
  #top #linkTop .row .col-md-4 a.jcb em small::after {
    width: 16px;
    height: 10px;
    right: -20px;
  }
  #top #linkTop .row .col-md-4 a.benefit,
  #top #linkTop .row .col-md-4 a.ss {
    height: 60px;
    padding: 15px 5px;
  }
  #top #linkTop .row .col-md-4 a.benefit img {
    width: 100%;
    max-width: 100px;
  }
  #top #linkTop .row .col-md-4 a.ss img {
    width: 100%;
    max-width: 150px;
  }
}

/* -----------------------------------------------
    #benefit
------------------------------------------------*/
#top #benefit {
  background-color: #fffbf3;
  padding-top: 60px;
  padding-bottom: 80px;
}

#top #benefit h2 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

#top #benefit h2 span img {
  position: absolute;
  top: 10px;
  left: 28%;
}

#top #benefit h2::after,
#top #benefit h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 35%;
  height: 22px;
  background: url(./../img/top/h_benefit_bg.svg) repeat-x;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

#top #benefit h2::after {
  left: auto;
  right: 0;
}

#top #benefit ul.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#top #benefit ul.row .col-md-3 {
  text-align: center;
}

#top #benefit ul.row .col-md-3:nth-child(2) a {
  padding-top: 90px;
}

#top #benefit ul.row .col-md-3:nth-child(3) a {
  padding-top: 40px;
}

#top #benefit ul.row .col-md-3:nth-child(4) a {
  padding-top: 20px;
  background-color: #02b902;
}

#top #benefit ul.row .col-md-3 a {
  display: inline-block;
  width: 220px;
  height: 220px;
  padding-top: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#top #benefit ul.row .col-md-3 a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 0px solid #0066b2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #benefit ul.row .col-md-3 p {
  font-weight: bold;
  font-size: 2rem;
}

/*******　キャッシュレス　*******/
#top #benefit ul.row .col-md-2 {
  width: 20% !important;
  text-align: center;
}

#top #benefit ul.row .col-md-2:nth-child(1) a {
  padding-top: 30px;
}

#top #benefit ul.row .col-md-2:nth-child(2) a {
  padding-top: 30px;
}

#top #benefit ul.row .col-md-2:nth-child(3) a {
  padding-top: 75px;
}

#top #benefit ul.row .col-md-2:nth-child(4) a {
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
}

#top #benefit ul.row .col-md-2:nth-child(5) a {
  padding-top: 25px;
  background-color: #02b902;
  padding-left: 20px;
  padding-right: 20px;
}

#top #benefit ul.row .col-md-2 a {
  display: inline-block;
  width: 176px;
  height: 176px;
  padding-top: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding-left: 10px;
  padding-right: 10px;
}

#top #benefit ul.row .col-md-2 a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  border: 0px solid #0066b2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #benefit ul.row .col-md-2 p {
  font-weight: bold;
  font-size: 1.6rem;
}

/* ======= hover ======= */
#top #benefit ul.row .col-md-3 a:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#top #benefit ul.row .col-md-3 a:hover::after {
  opacity: 1;
  border: 10px solid #0066b2;
}
/*******　キャッシュレス　*******/
#top #benefit ul.row .col-md-2 a:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#top #benefit ul.row .col-md-2 a:hover::after {
  opacity: 1;
  border: 10px solid #0066b2;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #benefit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #top #benefit h2 {
    margin-bottom: 30px;
  }
  #top #benefit h2 img {
    width: 100%;
    max-width: 150px;
  }
  #top #benefit h2 span img {
    display: none;
  }
  #top #benefit h2::after,
  #top #benefit h2::before {
    width: 22%;
    height: 22px;
    background: url(./../img/top/h_benefit_bg.svg) repeat-x;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  #top #benefit h2::after {
    left: auto;
    right: 0;
  }
  #top #benefit ul.row .col-md-3 {
    text-align: center;
  }
  #top #benefit ul.row .col-md-3:nth-child(1) a {
    padding-top: 30px;
  }
  #top #benefit ul.row .col-md-3:nth-child(1) a img {
    width: 68px;
  }
  #top #benefit ul.row .col-md-3:nth-child(2) a {
    padding-top: 55px;
  }
  #top #benefit ul.row .col-md-3:nth-child(2) a img {
    width: 100px;
  }
  #top #benefit ul.row .col-md-3:nth-child(3) a {
    padding-top: 22px;
  }
  #top #benefit ul.row .col-md-3:nth-child(3) a img {
    width: 70px;
  }
  #top #benefit ul.row .col-md-3:nth-child(4) a {
    padding-top: 15px;
  }
  #top #benefit ul.row .col-md-3:nth-child(4) a img {
    width: 100px;
  }
  #top #benefit ul.row .col-md-3 a {
    width: 130px;
    height: 130px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  #top #benefit ul.row .col-md-3 a::after {
    display: none;
  }
  #top #benefit ul.row .col-md-3 p {
    font-weight: bold;
    font-size: 1.4rem;
  }

  /*******　キャッシュレス　*******/
  #top #benefit ul.row .col-md-2 {
    text-align: center;
    width: 50% !important;
  }
  #top #benefit ul.row .col-md-2:nth-child(1) a {
    padding-top: 30px;
  }
  #top #benefit ul.row .col-md-2:nth-child(1) a img {
    width: 60px;
  }
  #top #benefit ul.row .col-md-2:nth-child(2) a {
    padding-top: 30px;
  }
  #top #benefit ul.row .col-md-2:nth-child(2) a img {
    width: 68px;
  }
  #top #benefit ul.row .col-md-2:nth-child(3) a {
    padding-top: 55px;
  }
  #top #benefit ul.row .col-md-2:nth-child(3) a img {
    width: 100px;
  }
  #top #benefit ul.row .col-md-2:nth-child(4) a {
    padding-top: 22px;
  }
  #top #benefit ul.row .col-md-2:nth-child(4) a img {
    width: 70px;
  }
  #top #benefit ul.row .col-md-2:nth-child(5) a {
    padding-top: 15px;
  }
  #top #benefit ul.row .col-md-2:nth-child(5) a img {
    width: 100px;
  }
  #top #benefit ul.row .col-md-2 a {
    width: 130px;
    height: 130px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  #top #benefit ul.row .col-md-2 a::after {
    display: none;
  }
  #top #benefit ul.row .col-md-2 p {
    font-weight: bold;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
    #sceneArea
------------------------------------------------*/
#top #sceneArea .intro {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 100px 0 40px;
  position: relative;
}

#top #sceneArea .intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

#top #sceneArea .intro h2 {
  display: inline-block;
  max-width: 288px;
  position: relative;
}

#top #sceneArea .intro h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -150px;
  width: 122px;
  height: 117px;
  background: url(./../img/top/h_scene2.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

#top #sceneArea .row {
  margin: 0;
}

#top #sceneArea .col-md-4 {
  padding: 0;
  margin-bottom: 0;
}

#top #sceneArea .col-md-4 a .fig {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

#top #sceneArea .col-md-4 a .fig::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./../img/top/img_scene1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #sceneArea .col-md-4 a .txtArea {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 60px 20px 40px;
  overflow: hidden;
  margin-top: -50px;
  height: 220px;
}

#top #sceneArea .col-md-4 a .txtArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  -webkit-transform: rotateZ(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotateZ(-1deg);
  background-color: #77c5ae;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #sceneArea .col-md-4 a .txtArea .icon {
  display: inline-block;
  margin-bottom: 15px;
}

#top #sceneArea .col-md-4 a .txtArea .txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

#top #sceneArea .col-md-4 a .txtArea .txt span {
  position: relative;
}

#top #sceneArea .col-md-4 a .txtArea .txt span::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(./../img/common/arw_circle_w.svg) no-repeat center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #sceneArea .col-md-4 a .txtArea .number {
  top: 40px;
  right: 20px;
  position: absolute;
}

#top #sceneArea .col-md-4:nth-child(2) a .fig {
  margin-top: -50px;
}

#top #sceneArea .col-md-4:nth-child(2) a .fig::before {
  background-image: url(./../img/top/img_scene2.png);
}

#top #sceneArea .col-md-4:nth-child(2) a .number {
  top: auto;
  bottom: 50px;
  left: 20px;
  position: absolute;
}

#top #sceneArea .col-md-4:nth-child(2) a .txtArea {
  margin-top: 0px;
}

#top #sceneArea .col-md-4:nth-child(2) a .txtArea::before {
  background-color: #e1565d;
  bottom: auto;
  top: -30px;
  left: -20px;
  z-index: -1;
  -webkit-transform: rotateZ(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotateZ(-2deg);
}

#top #sceneArea .col-md-4:nth-child(3) a .fig::before {
  background-image: url(./../img/top/img_scene3.png);
}

#top #sceneArea .col-md-4:nth-child(3) a .txtArea::before {
  background-color: #f6a023;
  -webkit-transform: rotateZ(2deg);
  -ms-transform: rotate(2deg);
  transform: rotateZ(2deg);
}

/* ======= hover ======= */
.pc #top #sceneArea .col-md-4 a:hover .fig::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pc #top #sceneArea .col-md-4 a:hover .txtArea::before {
  background-color: #3ba9e0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.pc #top #sceneArea .col-md-4 a:hover .txtArea .txt span {
  position: relative;
}

.pc #top #sceneArea .col-md-4 a:hover .txtArea .txt span::after {
  -webkit-transform: translateY(-50%) translateX(10px);
  -ms-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #sceneArea .intro {
    padding: 30px 0 30px;
  }
  #top #sceneArea .intro::after {
    display: none;
  }
  #top #sceneArea .intro h2 {
    display: inline-block;
    max-width: 180px;
    position: relative;
  }
  #top #sceneArea .intro h2::before {
    top: 5px;
    left: -56px;
    width: 50px;
    height: 48px;
  }
  #top #sceneArea .row {
    margin: 0;
  }
  #top #sceneArea .col-md-4 {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #top #sceneArea .col-md-4 a .fig {
    width: 100%;
    height: 200px;
  }
  #top #sceneArea .col-md-4 a .txtArea {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 50px 20px 20px;
    overflow: hidden;
    margin-top: -50px;
    height: auto;
  }
  #top #sceneArea .col-md-4 a .txtArea::before {
    content: "";
    display: block;
    position: absolute;
    width: 130%;
    height: 100%;
    bottom: -20px;
    left: -20px;
    z-index: -1;
    -webkit-transform: rotateZ(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotateZ(-1deg);
    background-color: #77c5ae;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  #top #sceneArea .col-md-4 a .txtArea .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 40px;
  }
  #top #sceneArea .col-md-4 a .txtArea .txt {
    font-size: 1.6rem;
  }
  #top #sceneArea .col-md-4 a .txtArea .txt span {
    position: relative;
  }
  #top #sceneArea .col-md-4 a .txtArea .txt span::after {
    width: 15px;
    height: 15px;
    right: -20px;
  }
  #top #sceneArea .col-md-4 a .txtArea .number {
    top: 30px;
    right: 15px;
    width: 30px;
  }
  #top #sceneArea .col-md-4:nth-child(2) a .fig {
    margin-top: -50px;
  }
  #top #sceneArea .col-md-4:nth-child(2) a .number {
    top: auto;
    bottom: 40px;
    left: 15px;
  }
  #top #sceneArea .col-md-4:nth-child(2) a .txtArea {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #top #sceneArea .col-md-4:nth-child(2) a .txtArea::before {
    bottom: auto;
    top: -30px;
    left: -20px;
    z-index: -1;
  }
}

/* -----------------------------------------------
    #faq
------------------------------------------------*/
#top #faq {
  margin: 90px auto 90px;
  position: relative;
}

#top #faq h2 {
  text-align: center;
  margin-bottom: 20px;
}

#top #faq ul.row .col-md-6 {
  padding: 0 1px;
  margin-bottom: 2px;
}

#top #faq ul.row .col-md-6 a {
  width: 100%;
  display: inline-block;
  background-color: #f9f9f9;
  height: 70px;
  border-radius: 4px;
  color: #333;
  font-size: 1.5rem;
  padding: 25px 15px 15px 65px;
  -webkit-box-shadow: 0px -5px 0px 0px rgba(19, 47, 63, 0.2) inset;
  box-shadow: 0px -5px 0px 0px rgba(19, 47, 63, 0.2) inset;
  position: relative;
}

#top #faq ul.row .col-md-6 a .q {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  background-color: #3ba9e0;
  color: #fff;
  border-radius: 4px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "roboto";
  font-size: 2.4rem;
  margin-right: 0.3em;
}

#top #faq .externalLink {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 25px;
}

#top #faq .externalLink span {
  position: relative;
}

#top #faq .externalLink span::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(./../img/common/externalLink_bl.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ======= hover ======= */
.pc #top #faq ul.row .col-md-6 a:hover {
  color: #fff;
  background-color: #3ba9e0;
}

.pc #top #faq ul.row .col-md-6 a:hover .q {
  background-color: #fff;
  color: #3ba9e0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #faq {
    margin: 40px auto 40px;
  }
  #top #faq h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #top #faq h2 img {
    max-width: 155px;
    width: 100%;
  }
  #top #faq ul.row {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #top #faq ul.row .col-md-6 {
    padding: 0 0px;
    margin-bottom: 10px;
  }
  #top #faq ul.row .col-md-6 a {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    padding: 15px 15px 15px 55px;
  }
  #top #faq ul.row .col-md-6 a .q {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    border-radius: 4px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    margin-right: 0;
  }
  #top #faq .externalLink {
    text-align: center;
    position: static;
    top: auto;
    right: auto;
    font-size: 1.5rem;
    padding-right: 0;
    width: 100%;
    display: inline-block;
    border: 1px solid #3ba9e0;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  #top #faq .externalLink span::after {
    width: 20px;
    height: 15px;
    right: -25px;
  }
}

/* -----------------------------------------------
    #news
------------------------------------------------*/
/*  common
---------------------------------------------*/
#top #news {
  background-color: #fff3f4;
  padding-top: 70px;
  padding-bottom: 70px;
}

#top #news .box {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  padding: 40px 50px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #top #news .box {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 10px 10px;
  }
}

/*  newsAndface
---------------------------------------------*/
#top #newsAndface {
  margin-bottom: 5px;
}

#top #newsAndface .box {
  float: left;
}

#top #newsAndface .box:first-child {
  width: 595px;
  margin-right: 5px;
}

#top #newsAndface .box:last-child {
  width: 400px;
  padding: 20px;
}

#top #newsAndface .box:last-child .fb-page {
  min-height: 400px;
}

@media screen and (max-width: 1000px) {
  #top #newsAndface .box {
    float: auto;
  }
  #top #newsAndface .box:first-child {
    width: 100%;
    margin-right: 0;
  }
  #top #newsAndface .box:last-child {
    width: 100%;
    padding: 10px;
  }
  #top #newsAndface .box:last-child .fb-page {
    min-height: 400px;
  }
}

/*  newsArea
---------------------------------------------*/
#top #news .newsArea {
  position: relative;
}

#top #news .newsArea h2 {
  border-left: 5px solid #0066b2;
  padding-left: 10px;
  margin-bottom: 30px;
}

#top #news .newsArea .more {
  position: absolute;
  top: 40px;
  right: 50px;
}

#top #news .newsArea .more span {
  position: relative;
  padding-left: 20px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3ba9e0;
}

#top #news .newsArea .more span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(./../img/common/icon_list.svg) no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top #news .newsArea dl {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-top: 15px;
  border-bottom: 1px dotted #ededed;
}

#top #news .newsArea dl:first-of-type {
  margin-top: 0px;
}

#top #news .newsArea dl:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}

#top #news .newsArea dl dt {
  color: #a9a9a9;
  position: absolute;
  top: 0;
  left: 0;
}

#top #news .newsArea dl dd {
  padding-left: 14rem;
}

#top #news .newsArea dl dd a {
  color: #666;
  line-height: 1.8;
}

/* ======= hover ======= */
.pc #top #news .newsArea .more:hover {
  opacity: 0.6;
}

.pc #top #news .newsArea dl dd a:hover {
  color: #3ba9e0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #news .newsArea {
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: center;
  }
  #top #news .newsArea h2 {
    text-align: left;
    padding-left: 10px;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  #top #news .newsArea .more {
    position: static;
    bottom: auto;
    left: auto;
  }
  #top #news .newsArea .more span {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    line-height: 1;
    font-size: 1.6rem;
  }
  #top #news .newsArea .more span::before {
    width: 15px;
    height: 11px;
    left: -30px;
  }
  #top #news .newsArea dl {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-top: 15px;
    text-align: left;
  }
  #top #news .newsArea dl:first-of-type {
    margin-top: 0px;
  }
  #top #news .newsArea dl:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  #top #news .newsArea dl dt {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #top #news .newsArea dl dd {
    padding-left: 0rem;
  }
  #top #news .newsArea dl dd a {
    color: #666;
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

/*  contactArea
---------------------------------------------*/
#top #news .contactArea .btn01 {
  margin-bottom: 20px;
}

#top #news .contactArea h3 {
  text-align: center;
  margin-bottom: 12px;
  color: #0066b2;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  overflow-x: hidden;
  /*ie*/
}

#top #news .contactArea h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0066b2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#top #news .contactArea h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
}

#top #news .contactArea .spNone {
  padding-left: 50px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #news .contactArea .btn01 {
    margin-bottom: 20px;
  }
  #top #news .contactArea h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  #top #news .contactArea h3 span {
    padding: 0.5em 0.4em;
  }
  #top #news .contactArea .spNone {
    padding-left: 50px;
  }
  #top #news .contactArea .pcNone dl {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    max-width: 630px;
    background-color: #0066b2;
    color: #fff;
    border: 0;
  }
  #top #news .contactArea .pcNone dl dt {
    color: #fff;
    width: 100%;
    background-color: #0066b2;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.8rem 0 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  #top #news .contactArea .pcNone dl dd {
    text-align: center;
    padding: 5px 10px 15px;
  }
  #top #news .contactArea .pcNone dl dd .tel {
    font-family: "roboto";
    font-size: 4rem;
    margin-bottom: 10px;
  }
  #top #news .contactArea .pcNone dl dd .tel small {
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    vertical-align: middle;
  }
  #top #news .contactArea .pcNone dl dd .time {
    color: #fff;
    font-weight: bold;
  }
  #top #news .contactArea .pcNone dl dd .time em {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    margin-right: 0.5rem;
    border: 1px solid #fff;
    font-weight: bold;
  }
}

/* ======= ie9 =======
.other #top #news .contactArea h3::before,
.ie10 #top #news .contactArea h3::before,
.ie9 #top #news .contactArea h3::before {
    width: 80%;
}*/
/*  #bnrArea
---------------------------------------------*/
#top #bnrArea {
  background-color: #fff;
  padding: 50px 0;
}

#top #bnrArea .bnrArea {
  position: relative;
}

#top #bnrArea .swiper-button-prev,
#top #bnrArea .swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #0066b2;
  border-radius: 50%;
  background-image: none;
  left: -40px;
  right: auto;
  text-align: center;
  padding-top: 12px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#top #bnrArea .swiper-button-prev img,
#top #bnrArea .swiper-button-next img {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 10px;
}

#top #bnrArea .swiper-slide a {
  display: inline-block;
}

#top #bnrArea .swiper-slide a img {
  width: 242px;
}

#top #bnrArea .swiper-button-next {
  left: auto;
  right: -40px;
}

#top #bnrArea .swiper-button-next img {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

/* ======= ie ======= */
@media all and (-ms-high-contrast: none) {
  #top #bnrArea .swiper-button-prev img,
  #top #bnrArea .swiper-button-next {
    padding-top: 6px;
  }
  #top #bnrArea .swiper-button-prev img img,
  #top #bnrArea .swiper-button-next img {
    width: 18px;
  }
}

/* ======= hover ======= */
.pc #top #bnrArea .swiper-button-prev:hover,
.pc #top #bnrArea .swiper-button-next:hover {
  cursor: pointer;
  background-color: #3ba9e0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #top #bnrArea {
    padding: 30px 30px;
  }
  #top #bnrArea .bnrArea {
    position: relative;
  }
  #top #bnrArea .swiper-button-prev,
  #top #bnrArea .swiper-button-next {
    width: 30px;
    height: 30px;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    right: auto;
    padding-top: 2px;
  }
  #top #bnrArea .swiper-button-prev img,
  #top #bnrArea .swiper-button-next img {
    width: 8px;
  }
  #top #bnrArea .swiper-slide a img {
    width: auto;
  }
  #top #bnrArea .swiper-button-next {
    left: auto;
    right: -20px;
  }
  #top #bnrArea .swiper-button-next img {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
}

/* ======= ie9 ======= */
.ie9 #top #bnrArea {
  display: none;
}

/* -----------------------------------------------
    #bottomBnr
------------------------------------------------*/
#bottomBnr {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 99;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  opacity: 1;
}

#bottomBnr .inner {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  -webkit-animation: fadeInUp3 1.5s;
  animation: fadeInUp3 1.5s;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  position: relative;
}

#bottomBnr .inner .btnClose {
  width: 48px;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 10;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#bottomBnr .inner .bnrArea {
  display: inline-block;
  -webkit-box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#bottomBnr .inner .bnrArea::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#bottomBnr .inner .bnrArea:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

/* ======= hover ======= */
.pc #bottomBnr .btnClose:hover {
  cursor: pointer;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.pc #bottomBnr .bnrArea:hover img {
  opacity: 1;
}

/* ======= remove ======= */
#bottomBnr.remove {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #bottomBnr {
    bottom: 15px;
  }
  #bottomBnr .inner {
    position: relative;
    width: 280px;
  }
  #bottomBnr .inner .btnClose {
    width: 40px;
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 1;
  }
  #bottomBnr .inner .bnrArea {
    position: relative;
  }
  #bottomBnr .inner .bnrArea img {
    width: 100%;
  }
  #bottomBnr .inner .bnrArea::before {
    display: none;
  }
  #bottomBnr .inner .bnrArea:hover::before {
    -webkit-animation: none;
    animation: none;
  }
}

/* -----------------------------------------------
    idekkun SP
------------------------------------------------*/
/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .topFtr #btnIdekkun {
    right: 15px;
    bottom: 100px;
  }
  .topFtr #btnIdekkun.remove {
    right: 15px;
    bottom: 15px;
  }
}

/* -----------------------------------------------
    footer
------------------------------------------------*/
/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .topFtr #footer #privacy {
    padding: 20px 0 200px;
  }
  .topFtr #footer #privacy.remove {
    padding: 20px 0 120px;
  }
}

/*==================================================================
    #guide
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #guide .h01 span img {
    width: 8px;
  }
}

/* -----------------------------------------------
    #guide01
------------------------------------------------*/
#guide #guide01 {
  margin-bottom: 90px;
}

#guide #guide01 .imgArea {
  text-align: right;
}

#guide #guide01 .imgArea .absolute {
  top: 28%;
  right: 2%;
}

#guide #guide01 .txtArea {
  max-width: 360px;
}

#guide #guide01 .txtArea p {
  margin-bottom: 30px;
}

#guide #guide01 .txtArea .listBox01 dd:nth-of-type(5) {
  border-bottom: 0;
}

#guide #guide01 .txtArea .listBox01 dd:nth-of-type(6) {
  border-bottom: 0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #guide #guide01 {
    margin-bottom: 40px;
  }
  #guide #guide01 .imgArea {
    text-align: center;
    margin-bottom: 20px;
  }
  #guide #guide01 .imgArea img {
    width: 100%;
  }
  #guide #guide01 .imgArea .absolute {
    width: 48%;
  }
  #guide #guide01 .txtArea {
    max-width: none;
  }
  #guide #guide01 .txtArea p {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------
    #guide02
------------------------------------------------*/
#guide #guide02 {
  background-color: #fff3f4;
  padding: 80px 0;
}

#guide #guide02 .txt {
  margin-bottom: 50px;
}

#guide #guide02 ul.row {
  margin-bottom: 60px;
}

#guide #guide02 .col-md-4:last-of-type .linkList01 {
  padding-bottom: 100px;
}

#guide #guide02 .moreArea {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #guide #guide02 {
    padding: 40px 0 30px;
  }
  #guide #guide02 .txt {
    margin-bottom: 30px;
  }
  #guide #guide02 ul.row {
    margin-bottom: 20px;
  }
  #guide #guide02 .col-md-4:last-of-type .linkList01 {
    padding-bottom: 100px;
  }
  #guide #guide02 .moreArea {
    max-width: none;
  }
}

/*==================================================================
    #scene
===================================================================*/
/* -----------------------------------------------
    #main
------------------------------------------------*/
#scene #main {
  margin-bottom: 100px;
}

#scene #main .txt {
  margin-bottom: 50px;
}

#scene #main ul {
  margin: 0;
}

#scene #main ul li {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

#scene #main ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
}

#scene #main ul li a .fig {
  width: 50%;
  height: 240px;
  position: absolute;
  overflow: hidden;
  background-size: contain;
  right: 0;
  z-index: -1;
}

#scene #main ul li a .fig::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./../img/scene/img_scene1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#scene #main ul li a .txtArea {
  width: 58%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 65px 0px 0px;
  overflow: hidden;
  height: 240px;
}

#scene #main ul li a .txtArea .inner {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  position: relative;
}

#scene #main ul li a .txtArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 140%;
  bottom: -40px;
  left: -80px;
  z-index: -1;
  -webkit-transform: rotateZ(5deg);
  -ms-transform: rotate(5deg);
  transform: rotateZ(5deg);
  background-color: #77c5ae;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#scene #main ul li a .txtArea .icon {
  display: inline-block;
  margin-bottom: 15px;
}

#scene #main ul li a .txtArea .txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
}

#scene #main ul li a .txtArea .txt span {
  position: relative;
}

#scene #main ul li a .txtArea .txt span::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(./../img/common/arw_circle_w.svg) no-repeat center;
  background-size: cover;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -100px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#scene #main ul li a .txtArea .number {
  top: -40px;
  left: 50px;
  position: absolute;
  width: 50px;
}

#scene #main ul li:nth-child(2) a .fig {
  right: auto;
  left: 0;
}

#scene #main ul li:nth-child(2) a .fig::before {
  background-image: url(./../img/top/img_scene2.png);
}

#scene #main ul li:nth-child(2) a .number {
  left: 80px;
  position: absolute;
}

#scene #main ul li:nth-child(2) a .txtArea {
  margin-left: 42%;
}

#scene #main ul li:nth-child(2) a .txtArea::before {
  background-color: #e1565d;
  left: auto;
  top: -30px;
  right: -80px;
  -webkit-transform: rotateZ(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotateZ(-5deg);
}

#scene #main ul li:nth-child(3) a .fig::before {
  background-image: url(./../img/top/img_scene3.png);
}

#scene #main ul li:nth-child(3) a .txtArea::before {
  background-color: #f6a023;
}

#scene #main ul li:nth-child(3) a .txt span:after {
  top: 15%;
}

/* ======= hover ======= */
.pc #scene #main ul li a:hover .fig::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pc #scene #main ul li a:hover .txtArea::before {
  background-color: #3ba9e0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.pc #scene #main ul li a:hover .txtArea .txt span {
  position: relative;
}

.pc #scene #main ul li a:hover .txtArea .txt span::after {
  -webkit-transform: translateY(-50%) translateX(10px);
  -ms-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #scene #main {
    margin-bottom: 50px;
  }
  #scene #main .txt {
    margin-bottom: 30px;
  }
  #scene #main ul {
    margin: 0;
  }
  #scene #main ul li {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  #scene #main ul li a {
    position: relative;
    width: 100%;
    height: auto;
  }
  #scene #main ul li a .fig {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    right: 0;
    z-index: -1;
  }
  #scene #main ul li a .fig::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./../img/scene/img_scene1.png) no-repeat center;
    background-size: cover;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  #scene #main ul li a .txtArea {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 60px 20px 10px;
    overflow: hidden;
    margin-top: -50px;
    height: auto;
  }
  #scene #main ul li a .txtArea .inner {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  #scene #main ul li a .txtArea::before {
    content: "";
    display: block;
    position: absolute;
    width: 130%;
    height: 100%;
    bottom: -20px;
    left: -20px;
    z-index: -1;
    -webkit-transform: rotateZ(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotateZ(-5deg);
    background-color: #77c5ae;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  #scene #main ul li a .txtArea .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 40px;
  }
  #scene #main ul li a .txtArea .txt {
    font-size: 1.7rem;
  }
  #scene #main ul li a .txtArea .txt span {
    position: relative;
  }
  #scene #main ul li a .txtArea .txt span::after {
    width: 15px;
    height: 15px;
    right: -40px;
  }
  #scene #main ul li a .txtArea .number {
    top: -10px;
    left: 0;
    width: 30px;
  }
  #scene #main ul li:nth-child(2) a .number {
    top: -10px;
    bottom: 40px;
    left: 0px;
  }
  #scene #main ul li:nth-child(2) a .txtArea {
    margin-left: 0;
  }
  #scene #main ul li:nth-child(2) a .txtArea::before {
    top: 20px;
  }
}

/*==================================================================
    .scene common
===================================================================*/
/*  #title
---------------------------------------------*/
.scene #title .h01 {
  border-color: #77c5ae;
}

.scene #title .h01 span {
  background-color: #77c5ae;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .scene .h01 span img {
    width: 8px;
  }
}

/*  .sceneList
---------------------------------------------*/
.sceneList li {
  margin-bottom: 60px;
}

.sceneList li h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.sceneList li h3 img {
  padding-right: 0.5em;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .sceneList li {
    margin-bottom: 15px;
  }
  .sceneList li h3 {
    font-size: 2rem;
    margin-bottom: 0.6em;
    padding-left: 55px;
    position: relative;
  }
  .sceneList li h3 img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    position: absolute;
    padding-right: 0.5em;
  }
}

/*  #intro 導入部分
---------------------------------------------*/
.scene #intro .h02 {
  margin-bottom: 50px;
}

.scene #intro .main {
  text-align: center;
  margin-bottom: 20px;
}

.scene #intro .arw {
  text-align: center;
  margin-bottom: 10px;
}

.scene #intro .omakase {
  text-align: center;
  margin-bottom: 80px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .scene #intro .h02 {
    margin-bottom: 30px;
  }
  .scene #intro .main {
    margin-bottom: 10px;
  }
  .scene #intro .arw {
    margin-bottom: 10px;
  }
  .scene #intro .arw img {
    width: 100%;
    max-width: 240px;
  }
  .scene #intro .omakase {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*  .otherBenefit そのほかの特典はこちら
---------------------------------------------*/
.scene .otherBenefit {
  margin-bottom: 80px;
  text-align: center;
}

.scene .otherBenefit h4 {
  margin-bottom: 10px;
}

.scene .otherBenefit .btn02 {
  max-width: 400px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .scene .otherBenefit {
    margin-bottom: 40px;
  }
  .scene .otherBenefit h4 {
    margin-bottom: 10px;
  }
  .scene .otherBenefit h4 img {
    width: 100%;
    max-width: 240px;
  }
  .scene .otherBenefit .btn02 {
    max-width: auto;
  }
}

/*  #merit その他のメリット
---------------------------------------------*/
.scene #merit {
  margin-bottom: 100px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .scene #merit {
    margin-bottom: 40px;
  }
}

/*  #otherLink
---------------------------------------------*/
.scene #otherLink {
  padding: 50px 0 70px;
  background-color: #f9f9f9;
}

.scene #otherLink .h03 {
  color: #0066b2;
  border-color: #0066b2;
}

.scene #otherLink li {
  padding: 0 0;
}

.scene #otherLink li a {
  width: 100%;
  text-align: center;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .scene #otherLink {
    padding: 30px 0 30px;
  }
  .scene #otherLink li {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .scene #otherLink li a img {
    width: 100%;
  }
}

/*==================================================================
    scene/#car
===================================================================*/
/*  ui
---------------------------------------------*/
#car .h02 {
  border-color: #77c5ae;
  color: #333;
}

#car .h03 {
  border-color: #77c5ae;
  color: #333;
}

/*  sceneList
---------------------------------------------*/
#car .sceneList li:nth-child(1) .linkList02 {
  background-image: url(./../img/scene/car/bg_scene_car1.png);
}

#car .sceneList li:nth-child(2) .linkList02 {
  background-image: url(./../img/scene/car/bg_scene_car2.png);
}

#car .sceneList li:nth-child(3) .linkList02 {
  background-image: url(./../img/scene/car/bg_scene_car3.png);
}

#car .sceneList li:nth-child(4) .linkList02 {
  background-image: url(./../img/scene/car/bg_scene_car4.png);
}

/*==================================================================
    scene/#life
===================================================================*/
/*  ui
---------------------------------------------*/
#life .hScene {
  background-color: #e07070;
}

#life .h02 {
  border-color: #e07070;
  color: #333;
}

#life .h03 {
  border-color: #e07070;
  color: #333;
}

/*  sceneList
---------------------------------------------*/
#life .sceneList li:nth-child(1) .linkList02 {
  background-image: url(./../img/scene/life/bg_scene_life1.png);
  background-size: cover;
}

#life .sceneList li:nth-child(2) .linkList02 {
  background-image: url(./../img/scene/life/bg_scene_life2.png);
  background-size: cover;
}

/*==================================================================
    scene/#travel
===================================================================*/
/*  ui
---------------------------------------------*/
#travel .hScene {
  background-color: #f6a023;
}

#travel .h02 {
  border-color: #f6a023;
  color: #333;
}

#travel .h03 {
  border-color: #f6a023;
  color: #333;
}

/*  sceneList
---------------------------------------------*/
#travel .sceneList li:nth-child(1) .linkList02 {
  background-image: url(./../img/scene/travel/bg_scene_travel1.png);
  background-size: cover;
}

#travel .sceneList li:nth-child(2) .linkList02 {
  background-image: url(./../img/scene/travel/bg_scene_travel2.png);
  background-size: cover;
}

/*==================================================================
    #benefit
===================================================================*/
/* -----------------------------------------------
    .befit - common
------------------------------------------------*/
/*  #title
---------------------------------------------*/
.benefit #title .h01 {
  border-color: #f6a023;
}

.benefit #title .h01 span {
  background-color: #f6a023;
}

.benefit #title .h01.h01Sub em {
  color: #f6a023;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .benefit .h01 span img {
    width: 15px;
  }
}

/*  sec
---------------------------------------------*/
.benefit .sec {
  margin-bottom: 60px;
}

.benefit .sec figure {
  text-align: right;
}

.benefit .sec .txtArea h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0066b2;
}

.benefit .sec .txtArea p {
  margin-bottom: 30px;
}
.benefit .sec .txtArea p.caution {
  font-size: 1.3rem;
  opacity: 0.8;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .benefit .sec {
    margin-bottom: 40px;
  }
  .benefit .sec figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .benefit .sec .txtArea h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .benefit .sec .txtArea p {
    margin-bottom: 20px;
  }
}

/*  #cashless
---------------------------------------------*/
.benefit #cashless .container {
  max-width: 800px;
  padding: 0 0 100px;
}
.benefit #cashless .container .cashlessArea {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .benefit #cashless .container {
    max-width: 100%;
    padding: 0 60px 80px;
  }
}

/*  #bPoint3 さらに！ポイント3倍
---------------------------------------------*/
.benefit #bPoint3 {
  background-image: url(./../img/benefit/bg_benefit_point3_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-bottom: 1px solid #ccc;
}

.benefit #bPoint3 .container {
  position: relative;
  max-width: 800px;
  padding: 130px 0 80px;
}

.benefit #bPoint3 .container .and {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.benefit #bPoint3 .container h2 {
  text-align: center;
}

.benefit #bPoint3 .container .txtArea {
  margin-bottom: 40px;
}

.benefit #bPoint3 .container .txtArea .leftBox {
  padding-right: 40px;
}

.benefit #bPoint3 .container .txtArea .rightBox {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px 3px rgba(0, 0, 0, 0.1);
}

.benefit #bPoint3 .container .linkArea h3 {
  text-align: center;
  margin-bottom: 10px;
}

.benefit #bPoint3 .container .linkArea .btn02 {
  margin-bottom: 30px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .benefit #bPoint3 {
    background-image: url(./../img/benefit/bg_benefit_point3_sp.png);
    background-position: center bottom;
  }
  .benefit #bPoint3 .container {
    max-width: none;
    padding: 80px 15px 40px;
  }
  .benefit #bPoint3 .container .and {
    width: 100px;
    top: -50px;
  }
  .benefit #bPoint3 .container h2 {
    margin-bottom: 20px;
  }
  .benefit #bPoint3 .container .txtArea {
    margin-bottom: 40px;
  }
  .benefit #bPoint3 .container .txtArea .leftBox {
    float: none !important;
    padding-right: 0px;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .benefit #bPoint3 .container .txtArea .rightBox {
    float: none !important;
    width: 100% !important;
    padding: 15px;
  }
  .benefit #bPoint3 .container .linkArea h3 img {
    width: 100%;
    max-width: 400px;
  }
  .benefit #bPoint3 .container .linkArea .btn02 {
    margin-bottom: 20px;
  }
}

/*  .benefit #otherLinkBenefit
---------------------------------------------*/
.benefit #otherLinkBenefit {
  padding: 0 0 100px;
}

.benefit #otherLinkBenefit .btn02 {
  background-color: #f9f9f9;
  color: #333;
  height: 100px;
  padding-top: 25px;
}

.benefit #otherLinkBenefit .btn02::after {
  color: #f6a023;
}

.benefit #otherLinkBenefit li:nth-child(3) .btn02 {
  padding-top: 40px;
}

/* .benefit #otherLinkBenefit li:nth-child(4) {
  line-height: 100px;
}

.benefit #otherLinkBenefit li:nth-child(4) .btn02 {
  padding-top: 0px;
} */

/* ======= hover ======= */
.pc .benefit #otherLinkBenefit .btn02:hover {
  background-color: #f6a023;
  color: #fff;
}

.pc .benefit #otherLinkBenefit .btn02:hover::after {
  color: #fff;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  .benefit #otherLinkBenefit {
    padding: 0 15px 50px;
  }
  .benefit #otherLinkBenefit .btn02 {
    height: auto;
    padding: 1.2em 1em;
  }
  .benefit #otherLinkBenefit li:nth-child(4) {
    line-height: 1.2;
  }
  .benefit #otherLinkBenefit li:nth-child(4) .btn02 {
    padding: 1.7em 1.5em;
  }
}

/* -----------------------------------------------
    #benefit
------------------------------------------------*/
/*  common
---------------------------------------------*/
#benefit .sec {
  padding: 60px 0 90px;
  margin-bottom: 0;
}

#benefit .btn02 {
  max-width: 400px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit .sec {
    padding: 30px 0 40px;
  }
  #benefit .btn02 {
    max-width: none;
  }
}

/*  .txtArea
---------------------------------------------*/
#benefit .txtArea h3 {
  font-size: 2rem;
  color: #0066b2;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

#benefit .txtArea p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

#benefit .txtArea figure {
  margin-bottom: 20px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit .txtArea h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #benefit .txtArea p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  #benefit .txtArea figure {
    margin-bottom: 20px;
  }
  #benefit .txtArea figure img {
    width: 100%;
  }
}

/* -----------------------------------------------
    #bCash　キャッシュレス
------------------------------------------------*/
#benefit #bCash {
  background-color: #fffdf0;
}

/* -----------------------------------------------
    #bSs
------------------------------------------------*/
#benefit #bSs {
  background-color: #fffaf2;
}

#benefit #bSs .txtArea figure {
  text-align: left;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit #bSs .col-md-6:first-of-type {
    margin-bottom: 30px;
  }
  #benefit #bSs .txtArea figure {
    text-align: center;
  }
  #benefit #bSs .txtArea figure img {
    width: 100%;
  }
}

/* -----------------------------------------------
    #bDenki
------------------------------------------------*/
#benefit #bDenki {
  background-color: #e4f7f8;
}

#benefit #bDenki figure.col-md-6 {
  text-align: right;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit #bDenki figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------
    #bLine
------------------------------------------------*/
#benefit #bLine {
  background-color: #d9f6e1;
}

#benefit #bLine figure.col-md-6 {
  text-align: right;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit #bLine figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------
    #bOther
------------------------------------------------*/
#benefit #bOther {
  padding-top: 70px;
}

#benefit #bOther .h02 {
  margin-bottom: 60px;
}

#benefit #bOther li.col-md-6 {
  text-align: center;
  margin-bottom: 40px;
}

#benefit #bOther .listArea {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  text-align: left;
}

#benefit #bOther .listArea h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0066b2;
  margin-bottom: 0.8em;
}

#benefit #bOther .listArea p {
  font-size: 1.4rem;
  margin-bottom: 2em;
}

#benefit #bOther .listArea figure {
  width: 100%;
  height: 200px;
  border: 2px solid #eee;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#benefit #bOther .listArea figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #benefit #bOther {
    padding-top: 30px;
  }
  #benefit #bOther .h02 {
    margin-bottom: 30px;
  }
  #benefit #bOther li.col-md-6 {
    margin-bottom: 20px;
  }
  #benefit #bOther .listArea {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  #benefit #bOther .listArea h3 {
    font-size: 1.7rem;
    margin-bottom: 0.6em;
  }
  #benefit #bOther .listArea p {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
  #benefit #bOther .listArea figure {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  #benefit #bOther .listArea figure img {
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

/*==================================================================
    #cashless
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
/* -----------------------------------------------
    cashMerit02
------------------------------------------------*/
#cashless #cashMerit02 {
  margin-bottom: 150px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #cashless #cashMerit02 {
    margin-bottom: 80px;
  }
}

/*==================================================================
    #ss
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
/* -----------------------------------------------
    ssMerit3
------------------------------------------------*/
#ss #ssMerit03 {
  margin-bottom: 100px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #ss #ssMerit03 {
    margin-bottom: 80px;
  }
}

/*==================================================================
    #electric
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
/* -----------------------------------------------
    eleMerit2
------------------------------------------------*/
#electric #eleMerit02 {
  margin-bottom: 100px;
}

#electric #eleMerit02 .col-md-7 {
  text-align: right;
}

#electric #eleMerit02 .col-md-7 .supplement {
  padding-top: 20px;
  display: inline-block;
  max-width: 500px;
  font-size: 1.2rem;
  text-align: left;
}

#electric #eleMerit02 .col-md-7 .supplement li {
  color: #999;
  margin-bottom: 0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #electric #eleMerit02 {
    margin-bottom: 60px;
  }
  #electric #eleMerit02 .col-md-7 {
    text-align: center;
  }
  #electric #eleMerit02 .col-md-7 .supplement {
    padding-top: 10px;
    max-width: none;
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
    #bPoint3
------------------------------------------------*/
#electric #bPoint3 .linkArea .row .col-md-6:first-child {
  text-align: right;
}

#electric #bPoint3 .linkArea .row .col-md-6:last-child {
  text-align: left;
}

#electric #bPoint3 .linkArea .btnExt02 {
  height: 40px;
  line-height: 40px;
  padding: 0em 50px 0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #electric #bPoint3 .linkArea .row .col-md-6:first-child {
    text-align: center;
    margin-bottom: 15px;
  }
  #electric #bPoint3 .linkArea .row .col-md-6:last-child {
    text-align: center;
  }
  #electric #bPoint3 .linkArea .btnExt02 {
    width: 100%;
    height: auto;
    line-height: auto;
    padding: 0em 50px 0;
  }
}

/*==================================================================
    #line
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
/* -----------------------------------------------
    #line01
------------------------------------------------*/
#line #line01 {
  margin-bottom: 120px;
}

#line #line01 h2 {
  position: relative;
}

#line #line01 h2 .absolute {
  top: -30px;
  left: -30px;
}

#line #line01 .supplementSmall {
  max-width: none;
  margin-bottom: 80px;
}

#line #line01 .intro {
  margin-bottom: 60px;
}

#line #line01 .txtArea h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0066b2;
  margin-bottom: 20px;
}

#line #line01 .col-md-7 {
  text-align: right;
}

#line #line01 .listArea .col-md-2 {
  padding: 0 10px;
}

#line #line01 .listArea .col-md-2:first-child {
  padding-left: 15px;
}

#line #line01 .listArea .col-md-2:last-child {
  padding-right: 15px;
}

#line #line01 .listArea .col-md-2 .inner {
  min-height: 170px;
  background-color: #fff;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
}

#line #line01 .listArea .col-md-2 .inner img {
  padding-bottom: 60px;
}

#line #line01 .listArea .col-md-2 .inner p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #line #line01 {
    margin-bottom: 40px;
  }
  #line #line01 h2 .absolute {
    width: 25%;
    top: -10px;
    left: -10px;
  }
  #line #line01 .supplementSmall {
    margin-bottom: 40px;
  }
  #line #line01 .intro {
    margin-bottom: 40px;
  }
  #line #line01 .txtArea h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #line #line01 .col-md-7 {
    text-align: center;
  }
  #line #line01 .col-md-7 img {
    width: 100%;
  }
  #line #line01 .listArea .col-md-2 {
    padding: 0 15px;
  }
  #line #line01 .listArea .col-md-2:first-child {
    padding-left: 15px;
  }
  #line #line01 .listArea .col-md-2:last-child {
    padding-right: 15px;
  }
  #line #line01 .listArea .col-md-2 .inner {
    min-height: 170px;
    height: 180px;
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  #line #line01 .listArea .col-md-2 .inner img {
    padding-bottom: 60px;
  }
  #line #line01 .listArea .col-md-2 .inner p {
    bottom: 10px;
    width: 100%;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
    #line02
------------------------------------------------*/
#line #line02 {
  background-color: #e2f7e2;
  padding: 80px 0 120px;
}

#line #line02 .flowList {
  padding-top: 30px;
}

#line #line02 .flowList .col-md-3 .inner {
  min-height: 170px;
  background-color: #fff;
  padding: 40px 10px 15px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
}

#line #line02 .flowList .col-md-3 .inner p {
  text-align: left;
  font-size: 1.4rem;
}

#line #line02 .flowList .col-md-3 .inner .complete {
  position: absolute;
  bottom: -100px;
  right: -60px;
}

#line #line02 .flowList .col-md-3 .inner .num {
  position: absolute;
  top: -20px;
  left: -20px;
}

#line #line02 .flowList .col-md-3 .inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 60px;
  background-image: url(./../img/benefit/line/arw_benefit_line_flow.svg);
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
}

#line #line02 .flowList .col-md-3:last-child .inner::after {
  display: none;
}

#line #line02 .flowList .col-md-3:nth-child(1) figure {
  padding-top: 0px;
}

#line #line02 .flowList .col-md-3:nth-child(2) figure {
  padding-top: 20px;
}

#line #line02 .flowList .col-md-3:nth-child(3) figure {
  padding-top: 30px;
}

#line #line02 .flowList .col-md-3:nth-child(4) figure {
  padding-top: 0px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #line #line02 {
    padding: 40px 0 40px;
  }
  #line #line02 .flowList {
    padding-top: 30px;
  }
  #line #line02 .flowList .col-md-3 .inner {
    min-height: auto;
    padding: 30px 15px 15px;
    margin-bottom: 50px;
  }
  #line #line02 .flowList .col-md-3 .inner p {
    font-size: 1.4rem;
  }
  #line #line02 .flowList .col-md-3 .inner .complete {
    position: absolute;
    bottom: -100px;
    right: 40%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #line #line02 .flowList .col-md-3 .inner .num {
    width: 35px;
    height: 35px;
    display: inline-block;
    top: -20px;
    left: -10px;
  }
  #line #line02 .flowList .col-md-3 .inner::after {
    top: auto;
    bottom: -40px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(0%) translateX(-50%) rotateZ(90deg);
    -ms-transform: translateY(0%) translateX(-50%) rotate(90deg);
    transform: translateY(0%) translateX(-50%) rotateZ(90deg);
    right: calc(50% - 35px);
  }
  #line #line02 .flowList .col-md-3:last-child .inner::after {
    display: none;
  }
  #line #line02 .flowList .col-md-3:nth-child(1) figure {
    padding-top: 0px;
  }
  #line #line02 .flowList .col-md-3:nth-child(2) figure {
    padding-top: 0px;
  }
  #line #line02 .flowList .col-md-3:nth-child(3) figure {
    padding-top: 0px;
  }
  #line #line02 .flowList .col-md-3:nth-child(4) figure {
    padding-top: 0px;
  }
}

/* -----------------------------------------------
    #line03
------------------------------------------------*/
#line #line03 {
  background-color: #fffbf3;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}

#line #line03 .container {
  background-color: #fff;
  border: 5px solid #06b206;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
}

#line #line03 .container h2 {
  margin: 0 auto 10px;
  position: relative;
  max-width: 545px;
}

#line #line03 .container h2::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./../img/benefit/line/img_benefit_line_idekkun01.png);
  width: 214px;
  height: 153px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  left: -220px;
}

#line #line03 .container h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./../img/benefit/line/img_benefit_line_phone.png);
  width: 88px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  right: -130px;
}

#line #line03 .container .btn02 {
  max-width: 480px;
  background-color: #06b206;
}

/* ======= hover ======= */
.pc #line #line03 .btn02:hover {
  background-color: #3ba9e0;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #line #line03 {
    padding: 40px 15px;
  }
  #line #line03 .container {
    border: 4px solid #06b206;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
  }
  #line #line03 .container h2 {
    margin: 0 auto 10px;
    position: relative;
    max-width: 545px;
    width: 100%;
  }
  #line #line03 .container h2::before {
    display: none;
  }
  #line #line03 .container h2::after {
    display: none;
  }
  #line #line03 .container .btn02 {
    max-width: 480px;
    background-color: #06b206;
  }
  #line #line03 .container .btn02::after {
    top: auto;
    bottom: 5px;
    right: 10px;
  }
}

/*==================================================================
    #okidoki
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#okidoki #title .h01 {
  border-color: #f1e325;
}

#okidoki #title .h01 span {
  background-color: #e6d21a;
}

#okidoki #title .h01 span img {
  width: 25px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #okidoki .h01 span img {
    width: 18px !important;
  }
}

/* -----------------------------------------------
    #main
------------------------------------------------*/
#okidoki #main {
  padding-bottom: 90px;
}

#okidoki #main .set {
  margin-bottom: 70px;
}

#okidoki #main .set .cellLeft {
  width: 500px;
  float: left;
  margin-right: 40px;
}

#okidoki #main .set .cellRight {
  width: 460px;
  float: right;
}

#okidoki #main .set.set01 .cellRight,
#okidoki #main .set.set02 .cellRight {
  text-align: left;
}

#okidoki #main .set.set05 .cellRight {
  text-align: center;
}

#okidoki #main p em {
  font-size: 1.8rem;
  font-weight: bold;
}

#okidoki #main p span.red {
  color: #ff5064;
}

#okidoki #main p.caution {
  color: #787878;
}

#okidoki #main .set01 .cellLeft p {
  margin-bottom: 30px;
}

#okidoki #main .set01 .cellLeft .btnList {
  width: 400px;
}

#okidoki #main .set01 .cellRight .img li {
  margin-bottom: 15px;
}

#okidoki #main .set03 .tableSet {
  -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 25px;
}

#okidoki #main .set03 .tableSet h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #f49e23;
  border-bottom: solid 1px #ff9b00;
}

#okidoki #main .set03 .tableSet table {
  width: 100%;
  border-collapse: collapse;
}

#okidoki #main .set03 .tableSet table tr {
  border-bottom: dotted 1px #dbdbdb;
}

#okidoki #main .set03 .tableSet table tr:last-child {
  border-bottom: none;
}

#okidoki #main .set03 .tableSet table tr th {
  width: 20%;
  padding: 10px 0;
  line-height: 1.3;
  color: #025ba9;
  font-weight: bold;
  text-align: left;
}

#okidoki #main .set03 .tableSet table tr td {
  width: 80%;
  padding: 10px 0;
  line-height: 1.3;
}

#okidoki #main .set05 .cellLeft p {
  margin-bottom: 30px;
}

#okidoki #main .set05 .cellLeft .btnList {
  width: 400px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #okidoki #main {
    padding-bottom: 20px;
  }
  #okidoki #main .set {
    margin-bottom: 50px;
  }
  #okidoki #main .set .cellLeft {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #okidoki #main .set .cellRight {
    width: 100%;
    float: none;
  }
  #okidoki #main .set.set01 .cellRight,
  #okidoki #main .set.set02 .cellRight {
    text-align: center;
  }
  #okidoki #main .set.set01 .cellRight img,
  #okidoki #main .set.set02 .cellRight img {
    max-width: 100%;
    height: auto;
  }
  #okidoki #main .set.set05 .cellRight img {
    max-width: 100%;
    height: auto;
  }
  #okidoki #main p em {
    font-size: 1.6rem;
  }
  #okidoki #main .set01 .cellLeft p {
    margin-bottom: 30px;
  }
  #okidoki #main .set01 .cellLeft .btnList {
    width: 100%;
  }
  #okidoki #main .set03 .tableSet {
    padding: 15px;
  }
  #okidoki #main .set03 .tableSet h3 {
    font-size: 1.8rem;
  }
  #okidoki #main .set03 .tableSet table tr th {
    width: auto;
    padding: 10px 10px 10px 0;
    white-space: nowrap;
  }
  #okidoki #main .set03 .tableSet table tr td {
    width: auto;
  }
  #okidoki #main .set05 .cellLeft .btnList {
    width: 100%;
  }
}

/* -----------------------------------------------
    #ctaArea
------------------------------------------------*/
#ctaArea {
  padding: 70px 0 60px;
  background: #fff1f2;
}

#ctaArea .inner {
  width: 1000px;
  margin: 0 auto;
}

#ctaArea .inner .cta {
  border-radius: 10px;
  border: solid 5px #ffa3ba;
  background: #fff;
  padding: 15px;
  position: relative;
  text-align: center;
}

#ctaArea .inner .cta dl {
  display: inline-block;
  text-align: center;
}

#ctaArea .inner .cta dl dt {
  margin-bottom: 15px;
}

#ctaArea .inner .cta dl dd {
  width: 400px;
  margin: 0 auto;
}

#ctaArea .inner .cta dl dd .btn02 {
  background-color: #ffa3ba;
}

#ctaArea .inner .cta dl dd .btn02::after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../../asset/img/okidoki/icon_blank.png) no-repeat 0 0;
}

#ctaArea .inner .cta dl dd.pc .btn02:hover {
  background-color: #3ba9e0;
}

#ctaArea .inner .cta dl dd.pc .btn02:hover::after {
  right: 1rem;
  color: #fff;
}

#ctaArea .inner .cta::before,
#ctaArea .inner .cta::after {
  display: block;
  content: "";
  position: absolute;
}

#ctaArea .inner .cta::before {
  width: 227px;
  height: 168px;
  background: url(../../asset/img/okidoki/icon_okidoki_01.png) no-repeat 0 0;
  top: -40px;
  left: 30px;
}

#ctaArea .inner .cta::after {
  width: 125px;
  height: 154px;
  background: url(../../asset/img/okidoki/icon_okidoki_02.png) no-repeat 0 0;
  top: -25px;
  right: 120px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #ctaArea {
    padding: 40px 15px;
  }
  #ctaArea .inner {
    width: 100%;
  }
  #ctaArea .inner .cta {
    border-radius: 5px;
    border: solid 3px #ffa3ba;
    padding: 10px;
  }
  #ctaArea .inner .cta dl dd {
    width: 100%;
  }
  #ctaArea .inner .cta dl dd .btn02 {
    background-color: #ffa3ba;
  }
  #ctaArea .inner .cta dl dd .btn02::after {
    content: "";
    width: 20px;
    height: 16px;
    background: url(../../asset/img/okidoki/icon_blank.png) no-repeat 0 0;
  }
  #ctaArea .inner .cta dl dd.pc .btn02:hover {
    background-color: #3ba9e0;
  }
  #ctaArea .inner .cta dl dd.pc .btn02:hover::after {
    right: 1rem;
    color: #fff;
  }
  #ctaArea .inner .cta::before,
  #ctaArea .inner .cta::after {
    display: none;
  }
}

/*==================================================================
    #okidokikoukan
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#okidokikoukan #title .h01 {
  border-color: #e07070;
}

#okidokikoukan #title .h01 span {
  background-color: #e07070;
}

#okidokikoukan #title .h01 span img {
  width: 21px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #okidokikoukan .h01 span img {
    width: 16px !important;
  }
}

/* -----------------------------------------------
    #main
------------------------------------------------*/
/*	lead
------------------------------------------------*/
#okidokikoukan #main {
  padding-bottom: 40px;
}

#okidokikoukan #main .lead {
  margin-bottom: 120px;
}

#okidokikoukan #main .lead .cellLeft {
  width: 480px;
  float: left;
  margin-right: 20px;
}

#okidokikoukan #main .lead .cellRight {
  width: 500px;
  float: right;
  text-align: center;
}

#okidokikoukan #main p.caution {
  font-size: 1.4rem;
  color: #999999;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #okidokikoukan #main {
    padding-bottom: 20px;
  }
  #okidokikoukan #main .lead {
    margin-bottom: 50px;
  }
  #okidokikoukan #main .lead .cellLeft {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #okidokikoukan #main .lead .cellRight {
    width: 100%;
    float: none;
    text-align: center;
  }
  #okidokikoukan #main .lead .cellRight img {
    max-width: 100%;
    height: auto;
  }
  #okidokikoukan #main p em {
    font-size: 1.6rem;
  }
}

/*	layout
------------------------------------------------*/
#okidokikoukan #main .sec.sec01 {
  padding: 60px 0 80px;
  background: #fffbf3;
}

#okidokikoukan #main .sec.sec02 {
  padding-top: 80px;
}

#okidokikoukan #main .sec .inner {
  width: 1000px;
  margin: 0 auto;
}

#okidokikoukan #main .sec .inner .shadowBox {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .sec.sec01 {
    padding: 40px 0;
    background: #fffbf3;
  }
  #okidokikoukan #main .sec.sec02 {
    padding-top: 60px;
  }
  #okidokikoukan #main .sec .inner {
    width: 100%;
    padding: 0 15px;
  }
}

/*	ttl
------------------------------------------------*/
#okidokikoukan #main .sec h2 {
  font-size: 2.6rem;
  color: #025bab;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px #025bab;
}

#okidokikoukan #main .sec h2 em {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  padding: 0 0.8em;
  background: #00b2fb;
  border-radius: 1.5rem;
  margin-right: 0.5em;
}

#okidokikoukan #main .sec h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0066b3;
  line-height: 1.4;
  margin-bottom: 10px;
}

#okidokikoukan #main .sec h4 {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .sec h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
  }
  #okidokikoukan #main .sec h2 em {
    font-size: 1.2rem;
    line-height: 2.6rem;
    padding: 0 0.5em;
    border-radius: 1.3rem;
    margin-right: 0.3em;
  }
  #okidokikoukan #main .sec h3 {
    font-size: 2.2rem;
  }
  #okidokikoukan #main .sec h4 {
    font-size: 2.2rem;
  }
}

/*	tel
------------------------------------------------*/
#okidokikoukan #main .tel {
  padding: 30px 40px;
}

#okidokikoukan #main .tel .number {
  margin-bottom: 30px;
}

#okidokikoukan #main .tel .number .fix {
  width: 420px;
  float: left;
  position: relative;
}

#okidokikoukan #main .tel .number .fix::after {
  display: block;
  content: "";
  width: 3px;
  height: 51px;
  background: url(../../asset/img/okidokikoukan/icon01_pc.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: -38px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#okidokikoukan #main .tel .number .smp {
  width: 420px;
  float: right;
}

#okidokikoukan #main .tel .number dt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004979;
  text-align: center;
  background: #e9f2f4;
  border-radius: 15px;
  margin-bottom: 10px;
}

#okidokikoukan #main .tel .number dt em {
  display: inline-block;
  padding: 0 0.2em;
  line-height: 22px;
  font-size: 1.4rem;
  color: #fff;
  background: #ff6493;
  border-radius: 5px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 0.2em;
}

#okidokikoukan #main .tel .number dd {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#okidokikoukan #main .tel .number .fix dd {
  color: #00a73c;
}

#okidokikoukan #main .tel .number .smp dd {
  color: #ff9d00;
}

#okidokikoukan #main .tel .add {
  color: #787878;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .tel {
    padding: 15px 10px;
  }
  #okidokikoukan #main .tel .number {
    margin-bottom: 20px;
  }
  #okidokikoukan #main .tel .number .fix {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #okidokikoukan #main .tel .number .fix::after {
    display: none;
  }
  #okidokikoukan #main .tel .number .smp {
    width: 100%;
    float: none;
  }
  #okidokikoukan #main .tel .number dt {
    font-size: 1.2rem;
  }
  #okidokikoukan #main .tel .number dt em {
    line-height: 20px;
    font-size: 1.1rem;
  }
  #okidokikoukan #main .tel .number dd {
    font-size: 2.8rem;
  }
  #okidokikoukan #main .tel .number .smp dd {
    width: 100%;
    height: 60px;
    position: relative;
  }
  #okidokikoukan #main .tel .number .smp dd::after {
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    background: #c28037;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #okidokikoukan #main .tel .number .smp dd a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #ff9d00;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #okidokikoukan #main .tel .add {
    font-size: 1.4rem;
    text-align: left;
  }
}

/*	net step
------------------------------------------------*/
#okidokikoukan #main .step {
  margin-bottom: 35px;
  text-align: center;
}

#okidokikoukan #main .step ul {
  margin-bottom: 10px;
  display: inline-block;
}

#okidokikoukan #main .step ul li {
  width: 280px;
  height: 100px;
  float: left;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-right: 30px;
  margin-bottom: 0;
  background: #bfae88;
  border-bottom: solid 5px #847761;
  position: relative;
}

#okidokikoukan #main .step ul li:last-child {
  margin-right: 0;
}

#okidokikoukan #main .step ul li:last-child::after {
  display: none;
}

#okidokikoukan #main .step ul li::after {
  display: block;
  content: "";
  width: 16px;
  height: 26px;
  background: url(../../asset/img/okidokikoukan/icon02_pc.png) no-repeat 0 0;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#okidokikoukan #main .step ul li::before {
  display: block;
  content: "";
  width: 71px;
  height: 70px;
  position: absolute;
  top: 2px;
  left: 2px;
}

#okidokikoukan #main .step ul li:nth-child(1)::before {
  background: url(../../asset/img/okidokikoukan/icon03_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .step ul li:nth-child(2)::before {
  background: url(../../asset/img/okidokikoukan/icon04_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .step ul li:nth-child(3)::before {
  background: url(../../asset/img/okidokikoukan/icon05_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .step .download {
  text-align: right;
  padding: 0 45px 0 55px;
}

#okidokikoukan #main .step .download a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .step {
    margin-bottom: 40px;
  }
  #okidokikoukan #main .step ul {
    margin-bottom: 20px;
    display: block;
  }
  #okidokikoukan #main .step ul li {
    width: 100%;
    height: 60px;
    float: none;
    font-size: 1.8rem;
    line-height: 55px;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #okidokikoukan #main .step ul li:last-child {
    margin-bottom: 0;
  }
  #okidokikoukan #main .step ul li::after {
    width: 25px;
    height: 10px;
    background: url(../../asset/img/okidokikoukan/icon02_sp.png) no-repeat 0 0;
    background-size: 25px 10px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #okidokikoukan #main .step ul li::before {
    width: 45px;
    height: 46px;
  }
  #okidokikoukan #main .step ul li:nth-child(1)::before {
    background: url(../../asset/img/okidokikoukan/icon03_sp.png) no-repeat 0 0;
    background-size: 45px 46px;
  }
  #okidokikoukan #main .step ul li:nth-child(2)::before {
    background: url(../../asset/img/okidokikoukan/icon04_sp.png) no-repeat 0 0;
    background-size: 45px 46px;
  }
  #okidokikoukan #main .step ul li:nth-child(3)::before {
    background: url(../../asset/img/okidokikoukan/icon05_sp.png) no-repeat 0 0;
    background-size: 45px 46px;
  }
  #okidokikoukan #main .step .download {
    text-align: center;
    padding: 0;
  }
  #okidokikoukan #main .step .download a:hover {
    opacity: 1;
  }
}

/*	net step01-03
------------------------------------------------*/
#okidokikoukan #main .stepCom {
  margin-bottom: 50px;
}

#okidokikoukan #main .stepCom::after {
  display: block;
  content: "";
  width: 61px;
  height: 131px;
  position: absolute;
  top: 30px;
  left: 0;
}

#okidokikoukan #main .stepCom.step01::after {
  background: url(../../asset/img/okidokikoukan/icon06_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .stepCom.step02::after {
  background: url(../../asset/img/okidokikoukan/icon07_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .stepCom.step03::after {
  background: url(../../asset/img/okidokikoukan/icon08_pc.png) no-repeat 0 0;
}

#okidokikoukan #main .stepCom .lead .leftBox {
  width: 400px;
  float: left;
}

#okidokikoukan #main .stepCom .lead .rightBox {
  width: 400px;
  float: right;
}

#okidokikoukan #main .stepCom.step01 .lead {
  margin-bottom: 50px;
}

#okidokikoukan #main .stepCom.step01 .lead .image {
  padding-left: 40px;
}

#okidokikoukan #main .stepCom.step01 .lead .rightBox {
  padding-top: 10px;
}

#okidokikoukan #main .stepCom.step02 .lead {
  margin-bottom: 50px;
}

#okidokikoukan #main .stepCom.step02 .lead .image {
  padding-left: 30px;
}

#okidokikoukan #main .stepCom.step02 .lead .rightBox {
  padding-top: 40px;
}

#okidokikoukan #main .stepCom.step03 .lead {
  margin-bottom: 45px;
}

#okidokikoukan #main .stepCom.step03 .lead .image {
  padding-left: 70px;
}

#okidokikoukan #main .stepCom.step03 .lead .rightBox {
  padding-top: 30px;
}

#okidokikoukan #main .stepCom .btnDetail {
  width: 400px;
  margin: 0 auto;
}

#okidokikoukan #main .stepCom .btnDetail a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0066b3;
  background: #fff;
  border: solid 1px #5796bc;
  border-radius: 25px;
  position: relative;
}

#okidokikoukan #main .stepCom .btnDetail a::after {
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../../asset/img/okidokikoukan/icon09_pc.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#okidokikoukan #main .stepCom .btnDetail a:hover {
  color: #fff;
  background: #0066b3;
  border: solid 1px #0066b3;
}

#okidokikoukan #main .stepCom .btnDetail a:hover::after {
  background: url(../../asset/img/okidokikoukan/icon10_pc.png) no-repeat 0 0;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .stepCom {
    margin-bottom: 40px;
  }
  #okidokikoukan #main .stepCom::after {
    width: 58px;
    height: 129px;
    top: 30px;
  }
  #okidokikoukan #main .stepCom.step01::after {
    background: url(../../asset/img/okidokikoukan/icon06_sp.png) no-repeat 0 0;
    background-size: 58px 122px;
  }
  #okidokikoukan #main .stepCom.step02::after {
    background: url(../../asset/img/okidokikoukan/icon07_sp.png) no-repeat 0 0;
    background-size: 58px 126px;
  }
  #okidokikoukan #main .stepCom.step03::after {
    background: url(../../asset/img/okidokikoukan/icon08_sp.png) no-repeat 0 0;
    background-size: 58px 129px;
  }
  #okidokikoukan #main .stepCom .lead .leftBox {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #okidokikoukan #main .stepCom .lead .rightBox {
    width: 100%;
    float: none;
  }
  #okidokikoukan #main .stepCom.step01 .lead,
  #okidokikoukan #main .stepCom.step02 .lead,
  #okidokikoukan #main .stepCom.step03 .lead {
    margin-bottom: 30px;
  }
  #okidokikoukan #main .stepCom.step01 .lead .image,
  #okidokikoukan #main .stepCom.step02 .lead .image,
  #okidokikoukan #main .stepCom.step03 .lead .image {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #okidokikoukan #main .stepCom.step01 .lead .image img,
  #okidokikoukan #main .stepCom.step02 .lead .image img,
  #okidokikoukan #main .stepCom.step03 .lead .image img {
    max-width: 100%;
    height: auto;
  }
  #okidokikoukan #main .stepCom.step01 .lead .rightBox,
  #okidokikoukan #main .stepCom.step02 .lead .rightBox,
  #okidokikoukan #main .stepCom.step03 .lead .rightBox {
    padding-top: 0;
  }
  #okidokikoukan #main .stepCom .btnDetail {
    width: 100%;
    margin: 0 auto;
  }
  #okidokikoukan #main .stepCom .btnDetail a {
    font-size: 1.4rem;
  }
  #okidokikoukan #main .stepCom .btnDetail a::after {
    width: 19px;
    height: 14px;
    background: url(../../asset/img/okidokikoukan/icon09_sp.png) no-repeat 0 0;
    background-size: 19px 14px;
    -webkit-transition: none;
    transition: none;
  }
  #okidokikoukan #main .stepCom .btnDetail a:hover {
    color: #0066b3;
    background: #fff;
    border: solid 1px #5796bc;
  }
  #okidokikoukan #main .stepCom .btnDetail a:hover::after {
    width: 19px;
    height: 14px;
    background: url(../../asset/img/okidokikoukan/icon09_sp.png) no-repeat 0 0;
  }
}

/*	net step01
------------------------------------------------*/
#okidokikoukan #main .step01 {
  padding: 50px 90px 30px;
}

#okidokikoukan #main .step01 .btnArea li {
  width: 400px;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(1) {
  float: left;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(2) {
  float: right;
}

#okidokikoukan #main .step01 .btnArea li dt {
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: bold;
  color: #333;
  padding-left: 1.3em;
  margin-bottom: 10px;
  position: relative;
}

#okidokikoukan #main .step01 .btnArea li dt::after {
  display: inline-block;
  color: #0282df;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#okidokikoukan #main .step01 .btnArea li:nth-child(1) dt::after {
  content: "\f2c2";
}

#okidokikoukan #main .step01 .btnArea li:nth-child(2) dt::after {
  content: "\f059";
}

#okidokikoukan #main .step01 .btnArea li dd {
  width: 100%;
  height: 70px;
  position: relative;
  margin-bottom: 10px;
}

#okidokikoukan #main .step01 .btnArea li dd::after {
  display: block;
  width: 100%;
  height: 65px;
  content: "";
  border-radius: 6px;
  position: absolute;
  top: 5px;
  left: 0;
}

#okidokikoukan #main .step01 .btnArea li dd a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#okidokikoukan #main .step01 .btnArea li dd a::after {
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../../asset/img/okidokikoukan/icon10_pc.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#okidokikoukan #main .step01 .btnArea li dd a:hover {
  top: 5px;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(1) dd::after {
  background: #c28037;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(1) dd a {
  background: #ff9d00;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(2) dd::after {
  background: #5b5b5b;
}

#okidokikoukan #main .step01 .btnArea li:nth-child(2) dd a {
  background: #a0a0a0;
}

#okidokikoukan #main .step01 .btnArea li .caution {
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #787878;
  padding: 0 80px 0 60px;
  position: relative;
}

#okidokikoukan #main .step01 .btnArea li .caution::after {
  display: block;
  content: "";
  width: 51px;
  height: 32px;
  background: url(../../asset/img/okidokikoukan/icon11_pc.png) no-repeat 0 0 !important;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .step01 {
    padding: 40px 10px 30px;
  }
  #okidokikoukan #main .step01 .image {
    padding: 0 40px 0 80px !important;
    text-align: center;
  }
  #okidokikoukan #main .step01 .image img {
    max-width: 100%;
    height: auto;
  }
  #okidokikoukan #main .step01 .btnArea li {
    width: 100%;
  }
  #okidokikoukan #main .step01 .btnArea li:nth-child(1) {
    float: none;
  }
  #okidokikoukan #main .step01 .btnArea li:nth-child(2) {
    float: none;
  }
  #okidokikoukan #main .step01 .btnArea li dt {
    font-size: 1.4rem;
  }
  #okidokikoukan #main .step01 .btnArea li dd {
    height: 60px;
  }
  #okidokikoukan #main .step01 .btnArea li dd::after {
    height: 55px;
  }
  #okidokikoukan #main .step01 .btnArea li dd a {
    height: 55px;
    line-height: 55px;
    font-size: 1.5rem;
  }
  #okidokikoukan #main .step01 .btnArea li dd a::after {
    width: 19px;
    height: 14px;
    background: url(../../asset/img/okidokikoukan/icon10_sp.png) no-repeat 0 0;
    background-size: 19px 14px;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  #okidokikoukan #main .step01 .btnArea li dd a:hover {
    top: 5px;
  }
  #okidokikoukan #main .step01 .btnArea li .caution {
    font-size: 1.2rem;
    padding: 0 80px 0 0;
  }
  #okidokikoukan #main .step01 .btnArea li .caution::after {
    width: 65px;
    height: 40px;
    background: url(../../asset/img/okidokikoukan/icon11_sp.png) no-repeat 0 0;
    background-size: contain !important;
    right: 10px;
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

/* net　step02
-------------------------------------------------------*/
#okidokikoukan #main .step02 {
  padding: 40px 90px 50px;
}

#okidokikoukan #main .step02 .flow {
  margin-bottom: 25px;
}

#okidokikoukan #main .step02 .flow li {
  width: 320px;
  float: left;
  position: relative;
}

#okidokikoukan #main .step02 .flow li:nth-child(2) {
  width: 180px;
  height: 280px;
}

#okidokikoukan #main .step02 .flow li:nth-child(2) span {
  display: block;
  width: 109px;
  height: 124px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  padding-top: 38px;
  padding-left: 10px;
  background: url(../../asset/img/okidokikoukan/icon12_pc.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#okidokikoukan #main .step02 .flow li dt {
  width: 100%;
  height: 280px;
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  margin-bottom: 5px;
}

#okidokikoukan #main .step02 .flow li dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#okidokikoukan #main .step02 .flow li dd {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

#okidokikoukan #main .step02 .flow li dd.caution {
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
  text-align: right;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .step02 {
    padding: 40px 10px 30px;
  }
  #okidokikoukan #main .step02 .image {
    padding: 0 40px 0 80px !important;
    text-align: center;
  }
  #okidokikoukan #main .step02 .image img {
    max-width: 100%;
    height: auto;
  }
  #okidokikoukan #main .step02 .flow {
    margin-bottom: 25px;
  }
  #okidokikoukan #main .step02 .flow li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    float: none;
  }
  #okidokikoukan #main .step02 .flow li:nth-child(2) {
    width: 100%;
    height: 64px;
  }
  #okidokikoukan #main .step02 .flow li:nth-child(2) span {
    display: block;
    width: 266px;
    height: 50px;
    font-size: 2rem;
    letter-spacing: 0;
    padding-top: 13px;
    padding-left: 0;
    background: url(../../asset/img/okidokikoukan/icon12_sp.png) no-repeat 0 0;
    background-size: 266px 50px;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #okidokikoukan #main .step02 .flow li dt {
    width: 100%;
    height: 260px;
  }
  #okidokikoukan #main .step02 .flow li dt img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  #okidokikoukan #main .step02 .btnDetail a {
    padding-top: 0.6em;
    line-height: 1.2;
  }
}

/* net　step03
-------------------------------------------------------*/
#okidokikoukan #main .step03 {
  padding: 60px 70px 50px;
}

#okidokikoukan #main .step03 .intro {
  width: 100%;
  background: #bfae88;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 5px;
}

#okidokikoukan #main .step03 .intro li {
  width: 280px;
  float: left;
  margin-right: 10px;
}

#okidokikoukan #main .step03 .intro li:last-child {
  width: 260px;
  margin-right: 0;
}

#okidokikoukan #main .step03 .intro li dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
  padding: 10px;
  background: #fff;
  border-bottom: solid 1px #bfae88;
}

#okidokikoukan #main .step03 .intro li dt span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background: #fff800;
  border-radius: 2px;
  padding: 0.4em;
  margin-left: 0.4em;
  vertical-align: middle;
}

#okidokikoukan #main .step03 .intro li dt span em {
  font-size: 1.5rem;
  color: #ff0000;
}

#okidokikoukan #main .step03 .intro li dd {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
}

#okidokikoukan #main .step03 .intro li dd .inner {
  display: inline-block;
  padding: 15px;
  width: auto;
  position: relative;
}

#okidokikoukan #main .step03 .intro li dd .subTtl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}

#okidokikoukan #main .step03 .intro li dd .point {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  margin-bottom: 5px;
}

#okidokikoukan #main .step03 .intro li dd .point em {
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
  color: #ff0000;
}

#okidokikoukan #main .step03 .intro li dd .caution {
  font-size: 1rem;
  line-height: 1.2;
  color: #999;
}

#okidokikoukan #main .step03 .intro li:nth-child(2) dd::after,
#okidokikoukan #main .step03 .intro li:nth-child(3) dd::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
}

#okidokikoukan #main .step03 .intro li:nth-child(2) dd::after {
  width: 112px;
  height: 56px;
  background: url(../../asset/img/okidokikoukan/icon13_pc.png) no-repeat 0 0;
  right: 10px;
}

#okidokikoukan #main .step03 .intro li:nth-child(3) dd::after {
  width: 60px;
  height: 60px;
  background: url(../../asset/img/okidokikoukan/icon14_pc.png) no-repeat 0 0;
  background-size: cover;
  right: 12px;
}

#okidokikoukan #main .step03 .outline {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #999;
  text-align: right;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  #okidokikoukan #main .step03 {
    padding: 40px 10px 30px;
  }
  #okidokikoukan #main .step03 .image {
    padding: 0 40px 0 80px !important;
    text-align: center;
  }
  #okidokikoukan #main .step03 .image img {
    max-width: 100%;
    height: auto;
  }
  #okidokikoukan #main .step03 .intro h4 {
    font-size: 2rem;
  }
  #okidokikoukan #main .step03 .intro li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #okidokikoukan #main .step03 .intro li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #okidokikoukan #main .step03 .intro li dt {
    font-size: 1.6rem;
  }
  #okidokikoukan #main .step03 .intro li dt span em {
    font-size: 1.6rem;
  }
  #okidokikoukan #main .step03 .intro li dd {
    width: 100%;
    height: auto;
  }
  #okidokikoukan #main .step03 .intro li dd .inner {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #okidokikoukan #main .step03 .intro li dd .subTtl {
    font-size: 1.8rem;
  }
  #okidokikoukan #main .step03 .intro li dd .point {
    font-size: 1.6rem;
  }
  #okidokikoukan #main .step03 .intro li:nth-child(2) dd::after {
    top: 45px;
    width: 75px;
    height: 47px;
    background: url(../../asset/img/okidokikoukan/icon13_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #okidokikoukan #main .step03 .intro li:nth-child(3) dd::after {
    width: 70px;
    height: 70px;
    background: url(../../asset/img/okidokikoukan/icon14_sp.png) no-repeat 0 0;
    background-size: 70px 70px;
  }
  #okidokikoukan #main .step03 .outline {
    font-size: 1.2rem;
    text-align: left;
  }
}

/* -----------------------------------------------
    #otherLinkOkidoki
------------------------------------------------*/
#otherLinkOkidoki {
  margin-bottom: 100px;
}

#otherLinkOkidoki .h03 {
  color: #0066b2;
}

#otherLinkOkidoki .col-md-6 .btn02 {
  padding: 1.5em 1em;
  color: #333;
  background-color: #f7f7f7;
}

#otherLinkOkidoki .col-md-6 .btn02::after {
  color: #333;
}

#otherLinkOkidoki .col-md-6 .btn02 span {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 5px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4e525;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#otherLinkOkidoki .col-md-6:last-child .btn02 span {
  background-color: #e07070;
}

/* ======= hover ======= */
.pc #otherLinkOkidoki .col-md-6 .btn02:hover {
  color: #fff;
  background-color: #f4e525;
}

.pc #otherLinkOkidoki .col-md-6 .btn02:hover::after {
  color: #fff;
}

.pc #otherLinkOkidoki .col-md-6:last-child .btn02:hover {
  color: #fff;
  background-color: #e07070;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #otherLinkOkidoki {
    margin-bottom: 40px;
  }
  #otherLinkOkidoki .col-md-6 .btn02 {
    padding: 1.5em 1em;
  }
  #otherLinkOkidoki .col-md-6 .btn02 span {
    width: 30px;
    height: 30px;
  }
  #otherLinkOkidoki .col-md-6:last-child .btn02::before {
    padding-top: 11px;
  }
}

/*==================================================================
    #campaign
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#campaign #title .h01 {
  border-color: #ffa5bc;
}

#campaign #title .h01 span {
  background-color: #ffa5bc;
}

#campaign #title .h01 span img {
  width: 25px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #campaign .h01 span img {
    width: 18px !important;
  }
}

/* -----------------------------------------------
    .set
------------------------------------------------*/
#campaign #main {
  padding-bottom: 80px;
}

#campaign #main .set {
  padding: 40px 70px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

#campaign #main .set .img {
  width: 400px;
  float: left;
  margin-right: 60px;
}

#campaign #main .set .txt {
  width: 400px;
  float: right;
}

#campaign #main .set .txt h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}

#campaign #main .set .txt p {
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 15px;
}

#campaign #main .set .txt dl {
  margin-bottom: 20px;
}

#campaign #main .set .txt dl dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #025bab;
  padding-left: 10px;
  border-left: solid 5px #0066b2;
}

#campaign #main .set .txt dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

#campaign #main .set .txt .btnArea .btn02::after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../../asset/img/okidoki/icon_blank.png) no-repeat 0 0;
}

@media screen and (max-width: 1000px) {
  #campaign #main {
    padding-bottom: 60px;
  }
  #campaign #main .set {
    padding: 10px;
    margin-bottom: 30px;
  }
  #campaign #main .set .img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #campaign #main .set .img img {
    max-width: 100%;
    height: auto;
  }
  #campaign #main .set .txt {
    width: 100%;
    float: none;
  }
  #campaign #main .set .txt h2 {
    font-size: 1.6rem;
  }
  #campaign #main .set .txt dl {
    margin-bottom: 20px;
  }
  #campaign #main .set .txt dl dd {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
    #pageNavWrap
------------------------------------------------*/
#pageNavWrap {
  padding-top: 30px;
  text-align: center;
}

#pageNavWrap #pager {
  display: inline-block;
}

#pageNavWrap #pager a,
#pageNavWrap #pager span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 2.4rem;
  font-family: "roboto";
  font-weight: bold;
  color: #064ea0;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: solid 2px #efefef;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 5px;
}

#pageNavWrap #pager a.prev,
#pageNavWrap #pager a.next {
  text-indent: -9999px;
  position: relative;
}

#pageNavWrap #pager a.prev::after,
#pageNavWrap #pager a.next::after {
  text-indent: 0;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pageNavWrap #pager a.prev::after {
  content: "\f104";
}

#pageNavWrap #pager a.next::after {
  content: "\f105";
}

#pageNavWrap #pager a:hover {
  color: #fff;
  background-color: #f6a023;
  border: solid 2px #f6a023;
}

#pageNavWrap #pager span.current {
  color: #fff;
  background-color: #0f84cc;
}

#pageNavWrap #pager span.dots {
  border: none;
}

@media screen and (max-width: 1000px) {
  #pageNavWrap {
    padding-top: 20px;
  }
  #pageNavWrap #pager a,
  #pageNavWrap #pager span {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 1.6rem;
    border: solid 1px #efefef;
    border-radius: 12px;
    margin: 0 3px;
  }
}

/*==================================================================
    #news
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#news #title .h01 {
  border-color: #0266b2;
}

#news #title .h01 span {
  background-color: #0266b2;
}

#news #title .h01 span img {
  width: 12px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #news .h01 span img {
    width: 8px !important;
  }
}

/* -----------------------------------------------
    .set
------------------------------------------------*/
#news #main {
  padding: 30px 0 80px;
}

#news #main .inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#news #main .set li {
  margin-bottom: 20px;
}

#news #main .set li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 40px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
}

#news #main .set li a dl {
  letter-spacing: -0.4em;
}

#news #main .set li a dl dt {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 10em;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
  color: #025bab;
}

#news #main .set li a dl dd {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 10em);
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333333;
}

#news #main .set li a:hover {
  background: #025bab;
}

#news #main .set li a:hover dl dt {
  color: #fff;
}

#news #main .set li a:hover dl dd {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #news #main {
    padding: 0 0 60px;
  }
  #news #main .inner {
    width: 100%;
    padding: 0 15px 30px;
  }
  #news #main .set li a {
    padding: 15px;
  }
  #news #main .set li a dl {
    letter-spacing: normal;
  }
  #news #main .set li a dl dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #news #main .set li a dl dd {
    display: block;
    width: 100%;
  }
}

/*==================================================================
    #newsdetail
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#newsdetail #title .h01 {
  border-color: #0266b2;
}

#newsdetail #title .h01 span {
  background-color: #0266b2;
}

#newsdetail #title .h01 span img {
  width: 12px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #newsdetail .h01 span img {
    width: 8px !important;
  }
}

/* -----------------------------------------------
    #article
------------------------------------------------*/
#newsdetail #main {
  padding: 0 0 80px;
}

#newsdetail #main #article {
  width: 800px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin: 0 auto 60px;
}

#newsdetail #main #article .ttlArea {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: solid 1px #dddddd;
}

#newsdetail #main #article .ttlArea h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}

#newsdetail #main #article .ttlArea .date {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0266b2;
  font-weight: bold;
}

#newsdetail #main #article .article {
  /* 配置位置 左 */
  /* 配置位置 右 */
  /* 配置位置 中央 */
}

#newsdetail #main #article .article h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0266b2;
  padding: 0.2em 0.8em;
  border-left: solid 10px #0266b2;
  background: #f9f9f9;
  margin-bottom: 25px;
}

#newsdetail #main #article .article h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0266b2;
  margin-bottom: 10px;
}

#newsdetail #main #article .article h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

#newsdetail #main #article .article p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2em;
}

#newsdetail #main #article .article p a {
  text-decoration: underline;
}

#newsdetail #main #article .article p a:hover {
  text-decoration: none;
}

#newsdetail #main #article .article p.img {
  text-align: center;
}

#newsdetail #main #article .article em {
  font-style: italic;
}

#newsdetail #main #article .article .wp-caption-dd {
  font-size: 1.3rem;
}

#newsdetail #main #article .article .alignright {
  display: block;
  margin: 0 0 10px auto;
  float: none;
}

#newsdetail #main #article .article .alignleft {
  display: block;
  margin: 0 auto 10px 0;
  float: none;
}

#newsdetail #main #article .article .aligncenter {
  display: block;
  margin: 0 auto 10px;
  float: none;
}

#newsdetail #main #listBack {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

#newsdetail #main #listBack .btn02 {
  width: 400px;
}

#newsdetail #main #listBack .btn02::after {
  right: auto;
  left: 1.8rem;
  content: "\f053";
}

#newsdetail #main #listBack .btn02:hover::after {
  left: 1rem;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #newsdetail #main {
    padding: 0 15px 60px;
  }
  #newsdetail #main #article {
    width: 100%;
    padding: 15px;
    margin: 0 auto 40px;
  }
  #newsdetail #main #article .ttlArea {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #newsdetail #main #article .ttlArea h1 {
    font-size: 1.8rem;
  }
  #newsdetail #main #article .ttlArea .date {
    font-size: 1.4rem;
  }
  #newsdetail #main #article .article h2 {
    font-size: 1.6rem;
  }
  #newsdetail #main #article .article h3 {
    font-size: 1.4rem;
  }
  #newsdetail #main #article .article p {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
  }
  #newsdetail #main #article .article p a {
    text-decoration: underline;
  }
  #newsdetail #main #article .article p a:hover {
    text-decoration: none;
  }
  #newsdetail #main #article .article p.img {
    text-align: center;
  }
  #newsdetail #main #article .article p img {
    max-width: 100%;
    height: auto;
  }
  #newsdetail #main #listBack {
    width: 100%;
  }
  #newsdetail #main #listBack .btn02 {
    width: 100%;
  }
}

/*==================================================================
    #sitemaps
===================================================================*/
/* -----------------------------------------------
    #title
------------------------------------------------*/
#sitemaps #title .h01 {
  border-color: #0266b2;
}

#sitemaps #title .h01 span {
  background-color: #0266b2;
}

#sitemaps #title .h01 span img {
  width: 12px;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #sitemaps .h01 span img {
    width: 8px !important;
  }
}

/* -----------------------------------------------
    #main
------------------------------------------------*/
#sitemaps #main {
  padding-bottom: 120px;
}

#sitemaps #main .set {
  width: 800px;
  margin: 0 auto 60px;
}

#sitemaps #main .set h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #025bab;
  font-weight: bold;
  padding-left: 0.5em;
  border-left: solid 5px #025bab;
  margin-bottom: 15px;
}

#sitemaps #main .set ul li {
  border-bottom: solid 1px #dddddd;
  margin-bottom: 0;
}

#sitemaps #main .set ul li a {
  display: block;
  padding: 20px 60px 20px 35px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  position: relative;
}

#sitemaps #main .set ul li a::after {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0266b2;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#sitemaps #main .set ul li a.blank::after {
  width: 20px;
  height: 16px;
  content: "";
  background: url(../../asset/img/sitemap/icon_blank.png) no-repeat 0 0;
}

#sitemaps #main .set ul li a.blank:hover::after {
  background: url(../../asset/img/sitemap/icon_blank_hover.png) no-repeat 0 0;
}

#sitemaps #main .set ul li a:hover {
  color: #fff;
  background-color: #0266b2;
}

#sitemaps #main .set ul li a:hover::after {
  color: #fff;
}

/* ======= sp ======= */
@media screen and (max-width: 1000px) {
  #sitemaps #main {
    padding-bottom: 60px;
  }
  #sitemaps #main .set {
    width: 100%;
    margin: 0 auto 40px;
  }
  #sitemaps #main .set h2 {
    font-size: 2rem;
  }
  #sitemaps #main .set ul li a {
    display: block;
    padding: 15px 40px 15px 20px;
  }
  #sitemaps #main .set ul li a::after {
    right: 20px;
  }
}
