

/* 楽天コラボLP
----------------------------------------------------------------------------------------------- */
#rakuten-plan {
  line-height: 1.8;
  text-align: center;
}
#rakuten-plan * {
  box-sizing: border-box;
}
#rakuten-plan ul,
#rakuten-plan ol,
#rakuten-plan li {
  list-style: none;
}
#rakuten-plan figure {
  line-height: 0;
}
#rakuten-plan main {
  display: block;
  font-size: 16px;
}
#rakuten-plan small {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
#rakuten-plan figure img {
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
}
#rakuten-plan section {
  padding: 90px 0 130px;
}
#rakuten-plan section h2 {
  margin: 9px auto 56px;
  font-size: 31px;
}
#rakuten-plan section h2.colored {
  display: inline-block;
  padding: 2px 20px;
  font-size: 28px;
  line-height: 1.6;
  color: #ffffff;
  background-color: #14b3b3;
  border-radius: 3px;
}
#rakuten-plan .bg-grn h2.colored {
  color: #14b3b3;
  background-color: #ffffff;
}
#rakuten-plan .box {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
}
#rakuten-plan .emphasis {
  margin-bottom: 55px;
  font-size: 31px;
}
#rakuten-plan h2 + .emphasis {
  margin-top: -20px;
}
#rakuten-plan .bg-sand {
  background-color: #f4e8d7;
}
#rakuten-plan .bg-grn {
  background-color: #14b3b3;
}
#rakuten-plan .fc-grn {
  font-weight: 600;
  color: #14b4b4;
}
#rakuten-plan .fc-red {
  font-weight: 600;
  color: #b90000;
}
#rakuten-plan .rak-btn {
  background-color: #ce3838;
  box-shadow: 0 4px #9d1212;
}
#rakuten-plan .rak-btn:hover {
  background-color: #c73333;
  box-shadow: 0 1px #c76612;
}
#rakuten-plan .co-nbtn-m {
  width: 260px;
  padding: 8px 25px 6px;
}
#rakuten-plan .co-btn-new::after {
  right: 15px;
  border-radius: 1px;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan section h2.colored {
    line-height: 2;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan main {
    font-size: 15px;
  }
  #rakuten-plan section {
    padding: 45px 0 90px;
  }
  #rakuten-plan section h2 {
    margin: 9px auto 40px;
    font-size: 24px;
  }
  #rakuten-plan section h2.colored {
    font-size: 19px;
  }
  #rakuten-plan .emphasis {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan main {
    font-size: 14px;
  }
  #rakuten-plan section {
    padding: 36px 0 60px;
  }
  #rakuten-plan section h2 {
    margin: 9px auto 32px;
    font-size: 18px;
  }
  #rakuten-plan section h2.colored {
    font-size: 16px;
  }
  #rakuten-plan .emphasis {
    margin-bottom: 35px;
    font-size: 18px;
    text-align: center;
  }
  #rakuten-plan h2 + .emphasis {
    margin-top: -6px;
  }
  #rakuten-plan .box {
    width: calc(100% - 30px);
  }
  #rakuten-plan small {
    line-height: 1.6;
  }
}

/*** ------------------- フォント ------------------- ***/
#rakuten-plan h4,
#rakuten-plan header,
#rakuten-plan header .rak-btn,
#rakuten-plan .worry ul li,
#rakuten-plan .worry .bg-sand,
#rakuten-plan .emphasis,
#rakuten-plan .about-ur dl dt,
#rakuten-plan .published h2,
#rakuten-plan .btm-apply {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}

/*** ------------------- ヘッダー ------------------- ***/
#rakuten-plan header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 25px 8px;
  color: #ffffff;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    color 0.2s,
    padding 0.2s;
}
#rakuten-plan header .ur-logo {
  width: calc(100% - 540px);
  max-width: 830px;
  height: 31px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(/web/img/common/header/logo_00.png) left center / contain
    no-repeat;
}
#rakuten-plan header ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 540px;
}
#rakuten-plan header ul p {
  margin-bottom: 3px;
  font-size: 13px;
}

/* スクロール時 */
#rakuten-plan header.scrolled {
  padding-top: 8px;
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 -4px 7px 0 #000000;
}
#rakuten-plan header.scrolled .ur-logo {
  background-image: url(/web/img/common/header/logo_02_00.svg);
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan header {
    position: absolute;
    justify-content: flex-start;
    padding-left: 13px;
  }
  #rakuten-plan header .ur-logo {
    width: 150px;
  }
}

/*** ------------------- TAB/SP固定枠 ------------------- ***/
/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan header #ts-fix-apply {
    position: fixed;
    bottom: -200px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 7px;
    background-color: rgb(62 72 71 / 90%);
    transition: bottom 0.3s;
  }
  #rakuten-plan header #ts-fix-apply li {
    padding: 10px 0 13px;
  }
  #rakuten-plan header #ts-fix-apply .co-nbtn-m {
    width: 100%;
  }
  #rakuten-plan header #ts-fix-apply.show-btn {
    bottom: 0;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan header #ts-fix-apply li {
    width: calc(50% - 20px);
    max-width: 260px;
    margin: 0 20px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan header #ts-fix-apply {
    justify-content: space-around;
  }
  #rakuten-plan header #ts-fix-apply li {
    width: 48%;
  }
  #rakuten-plan header #ts-fix-apply p,
  #rakuten-plan header #ts-fix-apply .co-nbtn-m {
    font-size: 12px;
  }
  #rakuten-plan header #ts-fix-apply .co-nbtn-m {
    padding: 7px 18px 6px;
    line-height: 1.4;
  }
  #rakuten-plan .co-btn-new::after {
    right: 9px;
  }
}

/*** ------------------- トップに戻る ------------------- ***/
#top {
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 3;
  display: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: -100px;
  white-space: nowrap;
  background-color: rgb(20 180 180 / 90%);
  border-radius: 50%;
  transition: bottom 0.3s;
}
#top::after {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 3px #ffffff solid;
  border-right: 3px #ffffff solid;
  border-radius: 1px;
  transform: rotate(-45deg);
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #top {
    bottom: 20px;
    display: block;
  }
  #top.hide-top {
    bottom: -100px;
  }
}

/*** ------------------- メインビジュアル ------------------- ***/
#rakuten-plan .main-v {
  padding: 0;
  background:
    url(/web/img/pre/lp/rakuten/bg_pc.png) right calc(50% - 300px) bottom
      87px / 600px auto no-repeat,
    url(/web/img/pre/lp/rakuten/bg_city_00.png) bottom 90px center / auto 53px
      repeat-x,
    url(/web/img/pre/lp/rakuten/bg_top_00.png) top left calc(50% + 190px) /
      contain no-repeat #14b3b3;
}
#rakuten-plan .main-v .main-v-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
#rakuten-plan .main-v .main-catch {
  max-width: 540px;
  padding: 130px 15px 200px 35px;
  line-height: 1;
}

/* ロゴ：リボン */
#rakuten-plan .main-v .main-catch .ribbon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
#rakuten-plan .main-v .main-catch p {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px 8px;
  background-color: #ffffff;
  border: 2px #14b3b3 solid;
}
#rakuten-plan .main-v .main-catch p span {
  margin: 0 10px 0 12px;
  font-size: 30px;
}
#rakuten-plan .main-v .main-catch .logo-rak {
  width: 175px;
}
#rakuten-plan .main-v .main-catch .logo-ur {
  width: 110px;
}
#rakuten-plan .main-v .main-catch .ribbon::before,
#rakuten-plan .main-v .main-catch .ribbon::after,
#rakuten-plan .main-v .main-catch .ribbon p::before,
#rakuten-plan .main-v .main-catch .ribbon p::after {
  position: absolute;
  content: "";
}
#rakuten-plan .main-v .main-catch .ribbon::before,
#rakuten-plan .main-v .main-catch .ribbon::after {
  top: 10px;
  width: 42px;
  height: 49px;
  background-color: #ffffff;
}
#rakuten-plan .main-v .main-catch .ribbon::before {
  right: calc(100% - 11px);
}
#rakuten-plan .main-v .main-catch .ribbon::after {
  left: calc(100% - 11px);
}
#rakuten-plan .main-v .main-catch .ribbon p::before,
#rakuten-plan .main-v .main-catch .ribbon p::after {
  top: 7px;
  width: 0;
  height: 0;
  border-color: transparent #14b2b2;
  border-style: solid;
  border-top-width: 25px;
  border-bottom-width: 25px;
}
#rakuten-plan .main-v .main-catch .ribbon p::before {
  right: calc(100% + 17px);
  border-right-width: 0;
  border-left-width: 16px;
}
#rakuten-plan .main-v .main-catch .ribbon p::after {
  left: calc(100% + 17px);
  border-right-width: 16px;
  border-left-width: 0;
}

/* キャッチ */
#rakuten-plan .main-v .main-catch h1 {
  font-size: 49px;
  line-height: 1.3em;
  color: #ffffff;
  letter-spacing: -2px;
}
#rakuten-plan .main-v .main-catch h1 > span {
  display: block;
  padding: 10px 20px;
  margin: 25px 25px 0;
  font-size: 18px;
  letter-spacing: 2px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
#rakuten-plan .main-v figure {
  width: calc(100% - 540px);
  max-width: 630px;
}

/* 人たち */
#rakuten-plan .main-v figure img {
  position: absolute;
  z-index: 2;
}
#rakuten-plan .main-v figure img:nth-child(1) {
  bottom: 52px;
  left: -3.7%;
  width: 126px;
}
#rakuten-plan .main-v figure img:nth-child(2) {
  bottom: 40px;
  left: 35.4%;
  width: 42px;
}
#rakuten-plan .main-v figure img:nth-child(3) {
  right: 34.5%;
  bottom: 55px;
  width: 50px;
}
#rakuten-plan .main-v figure img:nth-child(4) {
  right: 7.4%;
  bottom: 45px;
  width: 93px;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .main-v .main-v-inner {
    display: block;
  }
  #rakuten-plan .main-v .main-catch {
    max-width: 100%;
    padding: 80px 0 3px;
  }
  #rakuten-plan .main-v .main-catch h1 {
    letter-spacing: 1px;
  }
  #rakuten-plan .main-v figure {
    margin: 0 auto;
  }
  #rakuten-plan .main-v .main-catch .ribbon p::after {
    border-color: transparent #3bbdbd;
  }
  #rakuten-plan .main-v figure img:nth-child(1) {
    left: 57.8%;
  }
  #rakuten-plan .main-v figure img:nth-child(3) {
    right: 62%;
  }
  #rakuten-plan .main-v figure img:nth-child(4) {
    right: 84.4%;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .main-v {
    background-position:
      center bottom 58px,
      bottom 80px right 19%,
      top left -40%;
    background-size:
      460px auto,
      auto 53px,
      auto 100%;
  }
  #rakuten-plan .main-v .main-v-inner {
    padding-bottom: 55px;
  }
  #rakuten-plan .main-v .main-catch h1 {
    font-size: 45px;
    letter-spacing: 1px;
  }
  #rakuten-plan .main-v .main-catch h1 > span {
    display: inline-block;
    padding: 7px 15px;
    margin-top: 20px;
    font-size: 16px;
  }
  #rakuten-plan .main-v .main-catch p span {
    margin: -3px 10px 4px 12px;
  }
  #rakuten-plan .main-v .main-catch .ribbon {
    margin-bottom: 44px;
  }
  #rakuten-plan .main-v figure {
    height: 300px;
  }
  #rakuten-plan .main-v figure img:nth-child(1) {
    bottom: 20px;
    width: 120px;
  }
  #rakuten-plan .main-v figure img:nth-child(2) {
    bottom: 39px;
    left: 88.4%;
    width: 40px;
  }
  #rakuten-plan .main-v figure img:nth-child(3) {
    bottom: 40px;
    width: 48px;
  }
  #rakuten-plan .main-v figure img:nth-child(4) {
    bottom: 25px;
    width: 87px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .main-v {
    background-position:
      center bottom 68px,
      bottom 90px right 19%,
      top left 22%;
    background-size:
      250px auto,
      auto 25px,
      auto 100%;
  }
  #rakuten-plan .main-v .main-v-inner {
    padding-bottom: 67px;
  }
  #rakuten-plan .main-v .main-catch h1 {
    margin: 0 -10px;
    font-size: 29px;
    letter-spacing: 1px;
  }
  #rakuten-plan .main-v .main-catch h1 > span {
    width: 270px;
    padding: 7px 10px;
    margin: 12px auto 7px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #rakuten-plan .main-v .main-catch .ribbon {
    margin-bottom: 33px;
  }
  #rakuten-plan .main-v .main-catch .logo-rak {
    width: 36vw;
  }
  #rakuten-plan .main-v .main-catch .logo-ur {
    width: 25vw;
  }
  #rakuten-plan .main-v .main-catch p span {
    margin: -2px 5px 3px 7px;
    font-size: 21px;
  }
  #rakuten-plan .main-v .main-catch p {
    padding: 6px 12px 5px;
  }
  #rakuten-plan .main-v .main-catch .ribbon::before,
  #rakuten-plan .main-v .main-catch .ribbon::after {
    top: 8px;
    width: 29px;
    height: 33px;
  }
  #rakuten-plan .main-v .main-catch .ribbon p::before,
  #rakuten-plan .main-v .main-catch .ribbon p::after {
    top: 4px;
    border-top-width: 17px;
    border-bottom-width: 17px;
  }
  #rakuten-plan .main-v .main-catch .ribbon p::before {
    right: calc(100% + 9px);
    border-left-width: 11px;
  }
  #rakuten-plan .main-v .main-catch .ribbon p::after {
    left: calc(100% + 9px);
    border-right-width: 11px;
  }
  #rakuten-plan .main-v figure {
    height: 170px;
  }
  #rakuten-plan .main-v figure img:nth-child(1) {
    bottom: 32px;
    width: 73px;
  }
  #rakuten-plan .main-v figure img:nth-child(2) {
    bottom: 45px;
    left: 92.4%;
    width: 24px;
  }
  #rakuten-plan .main-v figure img:nth-child(3) {
    bottom: 45px;
    width: 29px;
  }
  #rakuten-plan .main-v figure img:nth-child(4) {
    bottom: 32px;
    width: 52px;
  }
}

/*** ------------------- お悩み ------------------- ***/
#rakuten-plan .worry {
  padding-bottom: 0;
}
#rakuten-plan .worry ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
#rakuten-plan .worry ul li {
  width: calc(33.333% - 30px);
  padding: 15px 35px 30px;
  font-size: 19px;
  background-color: #f5f5f5;
  border: 1px #d5d5d5 solid;
  border-radius: 5px;
}
#rakuten-plan .worry ul figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 198px;
  margin-bottom: 32px;
}
#rakuten-plan .worry .bg-sand::before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 45px;
  content: "";
  border-color: #ffffff transparent;
  border-style: solid;
  border-width: 30px 33px 0;
}
#rakuten-plan .worry .bg-sand {
  padding: 0 20px 47px;
  font-size: 31px;
}
#rakuten-plan .worry .bg-sand img {
  display: inline-block;
  width: 250px;
  margin: 8px 2px -2px 0;
  vertical-align: text-bottom;
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .worry ul {
    margin-bottom: 90px;
  }
  #rakuten-plan .worry ul li {
    width: calc(33.333% - 13px);
    padding: 15px 25px 30px;
    font-size: 17px;
  }
  #rakuten-plan .worry ul figure {
    height: 159px;
  }
  #rakuten-plan .worry .bg-sand {
    padding-bottom: 33px;
    font-size: 24px;
  }
  #rakuten-plan .worry .bg-sand::before {
    margin-bottom: 30px;
    border-width: 22px 25px 0;
  }
  #rakuten-plan .worry .bg-sand img {
    width: 200px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .worry ul {
    display: block;
    margin-bottom: 60px;
  }
  #rakuten-plan .worry ul li {
    width: 100%;
    padding: 15px 30px 23px;
    font-size: 17px;
  }
  #rakuten-plan .worry ul li:not(:first-of-type) {
    margin-top: 15px;
  }
  #rakuten-plan .worry ul figure {
    height: 155px;
    margin-bottom: 23px;
  }
  #rakuten-plan .worry .bg-sand {
    padding-bottom: 25px;
    font-size: 18px;
  }
  #rakuten-plan .worry .bg-sand::before {
    margin-bottom: 25px;
    border-width: 20px 22px 0;
  }
  #rakuten-plan .worry .bg-sand img {
    width: 130px;
    margin: 5px 2px 0 0;
  }
}

/*** ------------------- URIHOとは ------------------- ***/
#rakuten-plan .about-ur .ur-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 123px;
  text-align: left;
}
#rakuten-plan .about-ur .ur-flow p + * {
  margin-top: 30px;
}
#rakuten-plan .about-ur .ur-flow div {
  width: calc(48% - 30px);
  margin-top: 40px;
}
#rakuten-plan .about-ur .ur-flow img {
  width: 51.6%;
}

/* 保証対象 */
#rakuten-plan .about-ur dl {
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}
#rakuten-plan .about-ur dl dt {
  position: relative;
  flex-grow: 0;
  width: 245px;
  font-size: 22px;
  color: #ffffff;
}
#rakuten-plan .about-ur dl dt span {
  font-size: 15px;
}
#rakuten-plan .about-ur dl dt::before,
#rakuten-plan .about-ur .not-target dt::after {
  display: block;
  margin: 0 auto 15px;
  content: "";
}
#rakuten-plan .about-ur dl dd {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
#rakuten-plan .about-ur dl dd p {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 20px 0 -18px;
}
#rakuten-plan .about-ur dl dd + dd {
  border-left: 1px #cccccc dashed;
}
#rakuten-plan .about-ur .target {
  border-color: #2e6fb5;
}
#rakuten-plan .about-ur .target dt {
  padding: 45px 0 40px;
  background-color: #2e6fb5;
}
#rakuten-plan .about-ur .target dt::before {
  width: 38px;
  height: 38px;
  margin-top: 7px;
  border: 4px #ffffff solid;
  border-radius: 50%;
}
#rakuten-plan .about-ur .target dd {
  width: calc((100% - 245px) / 2);
}
#rakuten-plan .about-ur .target dd figure {
  height: 100px;
}
#rakuten-plan .about-ur .not-target {
  margin-top: 50px;
  border-color: #de6450;
}
#rakuten-plan .about-ur .not-target dt {
  padding: 40px 0 35px;
  background-color: #de6450;
}
#rakuten-plan .about-ur .not-target dt::before,
#rakuten-plan .about-ur .not-target dt::after {
  width: 48px;
  height: 4px;
  background-color: #ffffff;
}
#rakuten-plan .about-ur .not-target dt::before {
  margin: 15px auto 32px;
  transform: rotate(45deg);
}
#rakuten-plan .about-ur .not-target dt::after {
  position: absolute;
  top: 55px;
  left: calc(50% - 24px);
  transform: rotate(-45deg);
}
#rakuten-plan .about-ur .not-target dd {
  width: calc((100% - 245px) / 3);
}
#rakuten-plan .about-ur .not-target dd figure {
  height: 103px;
  margin-top: -18px;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .about-ur .ur-flow {
    flex-direction: column;
  }
  #rakuten-plan .about-ur .ur-flow div {
    order: 1;
  }
  #rakuten-plan .about-ur dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #rakuten-plan .about-ur .not-target dt::after {
    position: static;
    order: -1;
    margin: 0;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .about-ur .ur-flow {
    margin-bottom: 75px;
  }
  #rakuten-plan .about-ur .ur-flow div {
    max-width: 585px;
    margin-top: 35px;
  }
  #rakuten-plan .about-ur .ur-flow div,
  #rakuten-plan .about-ur .ur-flow img {
    width: 100%;
  }
  #rakuten-plan .about-ur .ur-flow img {
    max-width: 470px;
  }
  #rakuten-plan .about-ur .ur-flow small {
    margin-top: 20px;
  }
  #rakuten-plan .about-ur dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  #rakuten-plan .about-ur dl dt {
    padding: 17px 0 !important;
    font-size: 19px;
  }
  #rakuten-plan .about-ur dl dd {
    margin: 30px 0;
  }
  #rakuten-plan .about-ur dl dd p {
    margin-bottom: 0;
  }
  #rakuten-plan .about-ur .target dt::before {
    width: 27px;
    height: 27px;
    margin: 0 14px 0 0;
  }
  #rakuten-plan .about-ur .target dd {
    width: 50%;
  }
  #rakuten-plan .about-ur .target dd figure {
    height: 87px;
  }
  #rakuten-plan .about-ur .not-target {
    margin-top: 30px;
  }
  #rakuten-plan .about-ur .not-target dt::before,
  #rakuten-plan .about-ur .not-target dt::after {
    width: 40px;
  }
  #rakuten-plan .about-ur .not-target dt::before {
    margin: 0 12px 0 -40px;
  }
  #rakuten-plan .about-ur .not-target dd {
    width: 33.333%;
  }
  #rakuten-plan .about-ur .not-target dd:not(:first-of-type) figure {
    height: 90px;
    margin-top: -6px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .about-ur .ur-flow {
    margin-bottom: 45px;
  }
  #rakuten-plan .about-ur .ur-flow div,
  #rakuten-plan .about-ur .ur-flow img {
    width: 92%;
  }
  #rakuten-plan .about-ur .ur-flow div,
  #rakuten-plan .about-ur .ur-flow p + * {
    margin-top: 25px;
  }
  #rakuten-plan .about-ur dl {
    display: block;
  }
  #rakuten-plan .about-ur dl dt {
    padding: 13px 0 !important;
    font-size: 15px;
  }
  #rakuten-plan .about-ur dl dt span {
    font-size: 13px;
  }
  #rakuten-plan .about-ur .target dd,
  #rakuten-plan .about-ur .not-target dd {
    width: 82%;
  }
  #rakuten-plan .about-ur dl dd {
    margin: 30px auto;
  }
  #rakuten-plan .about-ur dl dd + dd {
    padding-top: 25px;
    border-top: 1px #cccccc dashed;
    border-left: 0;
  }
  #rakuten-plan .about-ur dl dd p {
    margin: 13px 0 0;
  }
  #rakuten-plan .about-ur .target dt::before {
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    border-width: 3px;
  }
  #rakuten-plan .about-ur .target dd figure {
    height: 85px;
  }
  #rakuten-plan .about-ur .not-target {
    margin-top: 30px;
  }
  #rakuten-plan .about-ur .not-target dt::before,
  #rakuten-plan .about-ur .not-target dt::after {
    width: 30px;
    height: 3px;
  }
  #rakuten-plan .about-ur .not-target dt::before {
    margin: 0 5px 0 -30px;
  }
  #rakuten-plan .about-ur .not-target dd figure {
    height: 88px;
  }
  #rakuten-plan .about-ur .not-target dd:nth-of-type(1) figure {
    height: 100px;
  }
  #rakuten-plan .about-ur .not-target dd:nth-of-type(2) figure {
    margin-top: -5px;
  }
  #rakuten-plan .about-ur .not-target dd:nth-of-type(3) figure {
    margin-top: -14px;
  }
}

/*** ------------------- 選ばれる理由 ------------------- ***/
#rakuten-plan .choice ul {
  max-width: 835px;
}
#rakuten-plan .choice li {
  display: flex;
  align-items: center;
  text-align: left;
}
#rakuten-plan .choice li figure {
  flex-shrink: 0;
}
#rakuten-plan .choice li:not(:first-child) {
  margin-top: 70px;
}
#rakuten-plan .choice li:nth-child(2n + 1) figure {
  margin-right: 40px;
}
#rakuten-plan .choice li:nth-child(2n) figure {
  order: 1;
  margin: 0 -15px 0 40px;
}
#rakuten-plan .choice li:nth-child(1) figure {
  width: 280px;
}
#rakuten-plan .choice li:nth-child(2) figure {
  width: 275px;
}
#rakuten-plan .choice li:nth-child(2) > div {
  margin-top: 25px;
}
#rakuten-plan .choice li:nth-child(3) figure {
  width: 260px;
}
#rakuten-plan .choice li:nth-child(3) > div {
  margin-top: 15px;
}
#rakuten-plan .choice li .emphasis {
  margin-bottom: 10px;
}
#rakuten-plan .choice li small {
  margin-top: 8px;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .choice li:nth-child(1) figure {
    width: 232px;
  }
  #rakuten-plan .choice li:nth-child(2) figure {
    width: 229px;
  }
  #rakuten-plan .choice li:nth-child(3) figure {
    width: 213px;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .choice ul {
    max-width: 665px;
  }
  #rakuten-plan .choice li:not(:first-child) {
    margin-top: 50px;
  }
  #rakuten-plan .choice li:nth-child(2n) figure {
    margin-right: 0;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .choice ul {
    margin-top: 10px;
  }
  #rakuten-plan .choice li {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #rakuten-plan .choice li:not(:first-child) {
    margin-top: 35px;
  }
  #rakuten-plan .choice li:nth-child(2n + 1) figure,
  #rakuten-plan .choice li:nth-child(2n) figure {
    margin: 0 auto 25px;
  }
  #rakuten-plan .choice li:nth-child(1) figure img {
    margin-left: -8px;
  }
  #rakuten-plan .choice li:nth-child(2) figure img {
    margin-left: 12px;
  }
  #rakuten-plan .choice li .emphasis {
    margin-bottom: 17px;
  }
  #rakuten-plan .choice li small {
    margin-top: 16px;
  }
}

/*** ------------------- 料金プラン ------------------- ***/
#rakuten-plan .charge .emphasis {
  margin-bottom: 20px;
}
#rakuten-plan .charge small {
  margin-top: 13px;
}
#rakuten-plan .charge .plans {
  margin-top: 60px;
}
#rakuten-plan .charge .plans,
#rakuten-plan .charge .plans tbody {
  display: flex;
  justify-content: space-between;
}
#rakuten-plan .charge .plans tr {
  display: flex;
  flex-direction: column;
}
#rakuten-plan .charge .plans tr > :first-child {
  height: 65px;
}
#rakuten-plan .charge .plans tr > :not(:first-child) {
  height: 90px;
}
#rakuten-plan .charge .plans tr > * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#rakuten-plan .charge .plans td,
#rakuten-plan .charge .plans th {
  padding-top: 5px;
}
#rakuten-plan .charge .plans td {
  flex-grow: 1;
}

/* 項目 */
#rakuten-plan .charge .plans thead {
  display: flex;
  width: 13.3%;
}
#rakuten-plan .charge .plans thead tr {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#rakuten-plan .charge .plans thead th {
  height: 90px;
  font-size: 16px;
  color: #ffffff;
  background-color: #666666;
}
#rakuten-plan .charge .plans thead th:first-of-type {
  border-top-left-radius: 5px;
}
#rakuten-plan .charge .plans thead th:last-of-type {
  border-bottom-left-radius: 5px;
}
#rakuten-plan .charge .plans thead th:not(:first-of-type) {
  border-top: 1px #ffffff dotted;
}

/* 各プラン */
#rakuten-plan .charge .plans tbody {
  width: 85.9%;
}
#rakuten-plan .charge .plans [class^="plan-"] {
  position: relative;
  width: 24.3%;
  font-size: 14px;
  border-radius: 5px;
}
#rakuten-plan .charge .plans [class^="plan-"] > * {
  line-height: 1.5;
}
#rakuten-plan .charge .plans [class^="plan-"] * {
  font-weight: 600;
}
#rakuten-plan .charge .plans [class^="plan-"] th {
  border-bottom: 1px #ffffff dotted;
  border-radius: 5px 5px 0 0;
}
#rakuten-plan .charge .plans [class^="plan-"] th,
#rakuten-plan .charge .plans [class^="plan-"] td:first-of-type {
  color: #ffffff;
}
#rakuten-plan .charge .plans [class^="plan-"] td {
  padding-top: 4px;
}
#rakuten-plan .charge .plans [class^="plan-"] td span {
  margin: 0 3px 4px 0;
  font-size: 27px;
}
#rakuten-plan .charge .plans [class^="plan-"] td:first-of-type {
  padding-top: 7px;
}
#rakuten-plan .charge .plans [class^="plan-"] td:first-of-type span {
  margin: 0 3px 7px 0;
  font-size: 31px;
}
#rakuten-plan .charge .plans [class^="plan-"] td:not(:first-of-type) {
  margin: 0 2px;
}
#rakuten-plan .charge .plans [class^="plan-"] td:last-child {
  border-top: 1px #a5a5a5 solid;
}

/* 楽天プラン */
#rakuten-plan .charge .plans .plan-r {
  color: #b90000;
  box-shadow: 0 0 0 2px #b90000 inset;
}
#rakuten-plan .charge .plans .plan-r th,
#rakuten-plan .charge .plans .plan-r td:first-of-type {
  background-color: #b90000;
}
#rakuten-plan .charge .plans .plan-r th p {
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 4px;
  transform: rotate(-45deg);
}
#rakuten-plan .charge .plans .plan-r th::before,
#rakuten-plan .charge .plans .plan-r th p::before,
#rakuten-plan .charge .plans .plan-r th p::after {
  position: absolute;
  height: 0;
  content: "";
  border-style: solid;
}
#rakuten-plan .charge .plans .plan-r th::before {
  top: 6px;
  left: -22px;
  width: 34px;
  border-color: #eec23b transparent;
  border-width: 0 20px 20px;
  transform: rotate(-45deg);
}
#rakuten-plan .charge .plans .plan-r th p::before,
#rakuten-plan .charge .plans .plan-r th p::after {
  top: 19px;
  width: 0;
  border-color: #9f7906 transparent transparent;
  border-width: 2px;
}
#rakuten-plan .charge .plans .plan-r th p::before {
  left: 46px;
}
#rakuten-plan .charge .plans .plan-r th p::after {
  left: -21px;
}

/* Aプラン */
#rakuten-plan .charge .plans .plan-a {
  color: #00a0a0;
  box-shadow: 0 0 0 2px #00a0a0 inset;
}
#rakuten-plan .charge .plans .plan-a th,
#rakuten-plan .charge .plans .plan-a td:first-of-type {
  background-color: #00a0a0;
}

/* Bプラン */
#rakuten-plan .charge .plans .plan-b {
  color: #3c9600;
  box-shadow: 0 0 0 2px #3c9600 inset;
}
#rakuten-plan .charge .plans .plan-b th,
#rakuten-plan .charge .plans .plan-b td:first-of-type {
  background-color: #3c9600;
}

/* Cプラン */
#rakuten-plan .charge .plans .plan-c {
  color: #2869a0;
  box-shadow: 0 0 0 2px #2869a0 inset;
}
#rakuten-plan .charge .plans .plan-c th,
#rakuten-plan .charge .plans .plan-c td:first-of-type {
  background-color: #2869a0;
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .charge .plans thead th {
    font-size: 14px;
  }
  #rakuten-plan .charge .plans tr > :first-child {
    height: 95px;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td span,
  #rakuten-plan .charge .plans [class^="plan-"] td:first-of-type span {
    font-size: 22px;
  }
  #rakuten-plan .charge .plans thead {
    width: 14.3%;
  }
  #rakuten-plan .charge .plans tbody {
    width: 84.9%;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .charge .emphasis {
    margin-bottom: 5px;
  }
  #rakuten-plan .charge > p,
  #rakuten-plan .charge > small {
    margin: 0 27px;
    text-align: left;
  }
  #rakuten-plan .charge > small {
    margin-top: 12px;
  }
  #rakuten-plan .charge .plans {
    display: block;
    margin-top: 35px;
  }
  #rakuten-plan .charge .plans thead,
  #rakuten-plan .charge .plans tbody {
    display: block;
    width: 100%;
  }
  #rakuten-plan .charge .plans tr {
    flex-direction: row;
  }
  #rakuten-plan .charge .plans tr > :first-child {
    width: 31%;
    height: auto;
  }
  #rakuten-plan .charge .plans tr > :not(:first-child) {
    width: 23%;
    height: 80px;
  }
  #rakuten-plan .charge .plans td,
  #rakuten-plan .charge .plans th,
  #rakuten-plan .charge .plans [class^="plan-"] td,
  #rakuten-plan .charge .plans [class^="plan-"] td:first-of-type {
    padding-top: 0;
  }
  #rakuten-plan .charge .plans thead th {
    height: 70px !important;
    font-size: 12px;
    line-height: 1.6;
  }
  #rakuten-plan .charge .plans [class^="plan-"] {
    width: 100%;
    padding: 2px 0;
    margin-top: 3px;
    font-size: 12px;
  }
  #rakuten-plan .charge .plans [class^="plan-"] > * {
    flex-direction: column;
  }
  #rakuten-plan .charge .plans [class^="plan-"] th {
    border-right: 1px #ffffff dotted;
    border-bottom: 0;
    border-radius: 5px 0 0 5px;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td span,
  #rakuten-plan .charge .plans [class^="plan-"] td:first-of-type span {
    margin-bottom: 4px;
    font-size: 15px;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td:first-of-type {
    padding: 2px 0;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td {
    line-height: 1.2;
  }
  #rakuten-plan .charge .plans .plan-c td:last-child {
    font-size: 13px;
  }
  #rakuten-plan .charge .plans thead th:not(:first-of-type),
  #rakuten-plan .charge .plans [class^="plan-"] td:last-child {
    border-top: 0;
  }
  #rakuten-plan .charge .plans thead th:not(:first-of-type) {
    border-left: 1px #ffffff dotted;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td:not(:first-of-type) {
    margin: 0;
  }
  #rakuten-plan .charge .plans [class^="plan-"] td:last-child {
    border-left: 1px #a5a5a5 solid;
  }
  #rakuten-plan .charge .plans thead th:last-of-type {
    border-radius: 0 5px 0 0;
  }
  #rakuten-plan .charge .plans .plan-r th p {
    font-size: 8px;
  }
  #rakuten-plan .charge .plans .plan-r th::before {
    top: 6px;
    left: -15px;
    width: 28px;
    border-width: 0 13px 13px;
  }
  #rakuten-plan .charge .plans .plan-r th p::before,
  #rakuten-plan .charge .plans .plan-r th p::after {
    top: 13px;
  }
  #rakuten-plan .charge .plans .plan-r th p::before {
    left: 35px;
  }
  #rakuten-plan .charge .plans .plan-r th p::after {
    left: -16px;
  }
}

/* 仕組み説明 */
#rakuten-plan .charge .amount,
#rakuten-plan .charge .trial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  margin-top: 50px;
  text-align: left;
  background-color: #f5f5f5;
  border: 1px #d5d5d5 solid;
  border-radius: 5px;
}
#rakuten-plan .charge .amount h4,
#rakuten-plan .charge .trial h4 {
  margin-bottom: 8px;
  font-size: 22px;
}
#rakuten-plan .charge .amount div {
  padding-right: 95px;
}
#rakuten-plan .charge .amount h5,
#rakuten-plan .charge .amount h5 + p {
  font-size: 14px;
}
#rakuten-plan .charge .amount h5 {
  margin-top: 35px;
  font-weight: 600;
}
#rakuten-plan .charge .amount figure {
  flex-shrink: 0;
  width: 41%;
}
#rakuten-plan .charge .trial div {
  order: 1;
}
#rakuten-plan .charge .trial ol {
  display: flex;
  flex-shrink: 0;
  width: 53.6%;
  margin: 30px 60px 0 0;
}
#rakuten-plan .charge .trial ol li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  line-height: 1.4;
  text-align: center;
}
#rakuten-plan .charge .trial ol li:not(:first-child) {
  flex-shrink: 0;
  width: calc(26% - 5px);
  padding-left: 33px;
  margin-left: 5px;
}
#rakuten-plan .charge .trial ol li:first-child,
#rakuten-plan .charge .trial ol li:last-child {
  width: 22%;
  padding-left: 25px;
}

/* やじるし */
#rakuten-plan .charge .trial ol li::before,
#rakuten-plan .charge .trial ol li::after,
#rakuten-plan .charge .trial ol li p::before,
#rakuten-plan .charge .trial ol li p::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
#rakuten-plan .charge .trial ol li::before,
#rakuten-plan .charge .trial ol li::after {
  top: 0;
  left: 100%;
  z-index: 2;
  border-width: 43px 0 43px 26px;
}
#rakuten-plan .charge .trial ol li::before {
  margin-left: 5px;
  border-color: transparent #f5f5f5;
}

/* 色 */
#rakuten-plan .charge .trial ol .gry {
  color: #666666;
  background-color: #dadada;
}
#rakuten-plan .charge .trial ol .gry::after {
  border-color: transparent #dadada;
}
#rakuten-plan .charge .trial ol .grn {
  font-weight: 600;
  color: #ffffff;
  background-color: #14b4b4;
}
#rakuten-plan .charge .trial ol .grn::after {
  border-color: transparent #14b4b4;
}
#rakuten-plan .charge .trial ol .lgrn {
  color: #666666;
  background-color: #a5e4e4;
}
#rakuten-plan .charge .trial ol .lgrn::after {
  border-color: transparent #a5e4e4;
}
#rakuten-plan .charge .trial ol li p {
  position: absolute;
  bottom: calc(100% + 15px);
  left: calc(100% - 43px);
  width: 90px;
  padding: 8px 0;
  font-weight: 600;
  color: #14b4b4;
  background-color: #ffffff;
  border: 1px #14b4b4 solid;
  border-radius: 5px;
}
#rakuten-plan .charge .trial ol li p::before,
#rakuten-plan .charge .trial ol li p::after {
  top: 100%;
  left: calc(50% - 7px);
  border-width: 11px 7px 0;
}
#rakuten-plan .charge .trial ol li p::before {
  border-color: #14b4b4 transparent;
}
#rakuten-plan .charge .trial ol li p::after {
  margin-top: -2px;
  border-color: #ffffff transparent;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .charge .amount,
  #rakuten-plan .charge .trial {
    display: block;
  }
  #rakuten-plan .charge .amount h4,
  #rakuten-plan .charge .trial h4 {
    text-align: center;
  }
  #rakuten-plan .charge .amount div,
  #rakuten-plan .charge .trial div {
    max-width: 590px;
    padding-right: 0;
    margin: 0 auto 20px;
  }
  #rakuten-plan .charge .amount h5 {
    margin-top: 10px;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .charge .amount,
  #rakuten-plan .charge .trial {
    padding: 35px 30px 40px;
    margin-top: 30px;
  }
  #rakuten-plan .charge .amount h4,
  #rakuten-plan .charge .trial h4 {
    margin-bottom: 20px;
    font-size: 19px;
  }
  #rakuten-plan .charge .amount figure {
    width: 51%;
    margin: 0 auto;
  }
  #rakuten-plan .charge .trial ol {
    width: 100%;
    max-width: 570px;
    margin: 75px auto 0;
    font-size: 14px;
  }
  #rakuten-plan .charge .trial ol li {
    height: 75px;
  }
  #rakuten-plan .charge .trial ol li::before,
  #rakuten-plan .charge .trial ol li::after {
    border-width: 38px 0 38px 23px;
  }
  #rakuten-plan .charge .trial ol li:not(:first-child) {
    padding-left: 28px;
  }
  #rakuten-plan .charge .trial ol li:first-child {
    padding-left: 15px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .charge .amount,
  #rakuten-plan .charge .trial {
    padding: 25px 30px 30px;
    margin-top: 30px;
  }
  #rakuten-plan .charge .amount h4,
  #rakuten-plan .charge .trial h4 {
    font-size: 17px;
  }
  #rakuten-plan .charge .amount figure {
    width: 110%;
    margin: 0 -5%;
  }
  #rakuten-plan .charge .trial ol {
    width: calc(100% + 12px);
    margin: 50px -20px 0;
  }
  #rakuten-plan .charge .trial ol li {
    height: 60px;
    font-size: 12px;
  }
  #rakuten-plan .charge .trial ol li:not(:first-child) {
    width: calc(50% - 2.5em - 16px);
    padding-left: 20px;
    margin-left: 3px;
  }
  #rakuten-plan .charge .trial ol li:first-child {
    flex-shrink: 0;
    width: calc(3em + 12px);
    padding-left: 12px;
  }
  #rakuten-plan .charge .trial ol li:last-child {
    flex-shrink: 0;
    width: calc(2em + 23px);
    padding-left: 20px;
  }
  #rakuten-plan .charge .trial ol li::before,
  #rakuten-plan .charge .trial ol li::after {
    border-width: 30px 0 30px 18px;
  }
  #rakuten-plan .charge .trial ol li::before {
    margin-left: 3px;
  }
  #rakuten-plan .charge .trial ol li p {
    left: calc(100% - 36px);
    width: 74px;
    padding: 5px 0;
  }
  #rakuten-plan .charge .trial ol li p::before,
  #rakuten-plan .charge .trial ol li p::after {
    left: calc(50% - 5px);
    border-width: 8px 6px 0;
  }
}

/*** ------------------- 企業の声 ------------------- ***/
#rakuten-plan .voice ul {
  display: flex;
  justify-content: space-between;
}
#rakuten-plan .voice ul li {
  width: calc(33.333% - 15px);
  margin-top: 10px;
  text-align: left;
  background-color: #ffffff;
}
#rakuten-plan .voice ul li::before {
  display: block;
  height: 218px;
  content: "";
  background: center center / cover no-repeat;
}
#rakuten-plan .voice ul li:nth-child(1)::before {
  background-image: url(/web/img/pre/lp/rakuten/customer_voice_1_00.png);
}
#rakuten-plan .voice ul li:nth-child(2)::before {
  background-image: url(/web/img/pre/lp/rakuten/customer_voice_2_00.png);
}
#rakuten-plan .voice ul li:nth-child(3)::before {
  background-image: url(/web/img/pre/lp/rakuten/customer_voice_3_00.png);
}
#rakuten-plan .voice ul li article {
  padding: 36px 30px 34px;
}
#rakuten-plan .voice ul li h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
#rakuten-plan .voice ul li h3 + p {
  margin-top: 5px;
  font-size: 14px;
}
#rakuten-plan .voice ul li .voice-txt {
  padding-top: 19px;
  margin-top: 16px;
  border-top: 1px #d5d5d5 solid;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .voice ul {
    display: block;
  }
  #rakuten-plan .voice ul li {
    width: 100%;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .voice ul li {
    display: flex;
  }
  #rakuten-plan .voice ul li:not(:first-child) {
    margin-top: 30px;
  }
  #rakuten-plan .voice ul li::before {
    flex-shrink: 0;
    width: 35%;
    height: auto;
  }
  #rakuten-plan .voice ul li article {
    align-self: center;
    padding: 33px 43px 28px;
  }
  #rakuten-plan .voice ul li .voice-txt {
    padding-top: 15px;
    margin-top: 15px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .voice ul li h3 {
    font-size: 18px;
  }
  #rakuten-plan .voice ul li h3 + p {
    font-size: 13px;
  }
  #rakuten-plan .voice ul li::before {
    height: 190px;
    max-height: 290px;
  }
  #rakuten-plan .voice ul li:not(:first-child) {
    margin-top: 20px;
  }
  #rakuten-plan .voice ul li article {
    padding: 24px 30px;
  }
  #rakuten-plan .voice ul li .voice-txt {
    padding-top: 14px;
    margin-top: 11px;
  }
}

/*** ------------------- 流れ ------------------- ***/
#rakuten-plan .flow ol {
  display: flex;
  justify-content: space-between;
}
#rakuten-plan .flow ol li {
  position: relative;
}
#rakuten-plan .flow ol li:not(.arrow) {
  background-color: #f5f5f5;
  border: 1px #d5d5d5 solid;
  border-radius: 5px;
}
#rakuten-plan .flow ol li figure {
  margin: 0 auto;
}
#rakuten-plan .flow ol li h4 {
  font-size: 22px;
}
#rakuten-plan .flow ol li p,
#rakuten-plan .flow ol li small {
  text-align: left;
}

/* 申し込み */
#rakuten-plan .flow .flow-apply {
  margin-bottom: 120px;
}
#rakuten-plan .flow .flow-apply li:not(.arrow) {
  width: calc(33.333% - 30px);
  padding: 32px 3.2% 45px;
}
#rakuten-plan .flow .flow-apply figure {
  width: 156px;
}
#rakuten-plan .flow .flow-apply h4 {
  margin: 21px 0 15px;
}
#rakuten-plan .flow .flow-apply .arrow {
  align-self: center;
  width: 90px;
}
#rakuten-plan .flow .flow-apply .arrow p {
  position: relative;
  z-index: 2;
  padding: 6px 0;
  margin: 0 41% 0 10%;
  color: #ffffff;
  text-align: right;
  background-color: #14b3b3;
  border-radius: 0 10px 10px 0;
}
#rakuten-plan .flow .flow-apply .arrow::after,
#rakuten-plan .flow .flow-nopaying li:not(:first-child)::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #14b3b3;
  border-style: solid;
}
#rakuten-plan .flow .flow-apply .arrow::after {
  top: -10px;
  right: 10%;
  z-index: 1;
  border-width: 30px 0 30px 35px;
}

/* 未入金 */
#rakuten-plan .flow h3:not(:first-of-type) {
  margin-bottom: 20px;
}
#rakuten-plan .flow .flow-nopaying {
  margin-top: 65px;
}
#rakuten-plan .flow .flow-nopaying li {
  width: calc(25% - 23px);
  padding: 40px 2.8% 37px;
}
#rakuten-plan .flow .flow-nopaying figure {
  width: 114px;
}
#rakuten-plan .flow .flow-nopaying h4 {
  margin: 24px 0 13px;
}
#rakuten-plan .flow .flow-nopaying small {
  margin-top: 8px;
}
#rakuten-plan .flow .flow-nopaying li:not(:first-child)::before {
  top: calc(50% - 14px);
  left: -23px;
  border-width: 14px 0 14px 15px;
}
#rakuten-plan .flow .flow-nopaying li:last-child figure {
  width: 125px;
  margin-top: -10px;
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .flow .flow-apply {
    margin-bottom: 80px;
  }
  #rakuten-plan .flow .flow-apply li:not(.arrow) {
    width: calc(33.333% - 13px);
    padding: 22px 4.3% 30px;
  }
  #rakuten-plan .flow ol li h4 {
    font-size: 19px;
  }
  #rakuten-plan .flow .flow-apply .arrow {
    position: relative;
    width: 15px;
    font-size: 15px;
  }
  #rakuten-plan .flow .flow-apply .arrow p {
    position: absolute;
    top: calc(50% - 20px);
    left: -4px;
    width: 2.8em;
  }
  #rakuten-plan .flow .flow-apply .arrow::after {
    top: -27px;
    right: calc(-2.8em - 5px);
    border-width: 26px 0 26px 32px;
  }
  #rakuten-plan .flow h3:not(:first-of-type) {
    margin-bottom: 15px;
  }
  #rakuten-plan .flow .flow-nopaying {
    margin-top: 40px;
  }
  #rakuten-plan .flow .flow-nopaying li {
    width: calc(25% - 15px);
    padding: 30px 0 25px;
  }
  #rakuten-plan .flow .flow-nopaying li:not(:first-child)::before {
    top: calc(50% - 11px);
    left: -16px;
    border-width: 11px 0 11px 12px;
  }
  #rakuten-plan .flow .flow-nopaying li p,
  #rakuten-plan .flow .flow-nopaying li small {
    padding: 0 20px;
  }
  #rakuten-plan .flow .flow-nopaying small {
    line-height: 1.8;
  }
  #rakuten-plan .flow .flow-nopaying figure {
    width: 102px;
  }
  #rakuten-plan .flow .flow-nopaying li:last-child figure {
    width: 110px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .flow ol {
    display: block;
  }
  #rakuten-plan .flow ol li h4 {
    font-size: 17px;
  }
  #rakuten-plan .flow .flow-apply li:not(.arrow),
  #rakuten-plan .flow .flow-nopaying li {
    width: 100%;
    padding: 20px 30px 37px;
  }
  #rakuten-plan .flow .flow-apply {
    margin-bottom: 55px;
  }
  #rakuten-plan .flow .flow-apply .arrow {
    width: 2.8em;
    margin: 0 auto;
  }
  #rakuten-plan .flow .flow-apply .arrow p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 49px;
    padding: 0;
    margin: 0 0 7px;
    border-radius: 0 0 10px 10px;
  }
  #rakuten-plan .flow .flow-apply .arrow::after {
    top: 23px;
    right: calc(50% - 17px);
    transform: rotate(90deg);
  }
  #rakuten-plan .flow .emphasis + p {
    margin: -10px 15px 0;
  }
  #rakuten-plan .flow .flow-nopaying {
    margin-top: 10px;
  }
  #rakuten-plan .flow .flow-nopaying li {
    padding-top: 30px;
    margin-top: 27px;
  }
  #rakuten-plan .flow .flow-nopaying figure {
    width: 102px;
    margin-bottom: -4px;
  }
  #rakuten-plan .flow .flow-nopaying li:last-child figure {
    width: 110px;
  }
  #rakuten-plan .flow .flow-nopaying li:not(:first-child)::before {
    top: -25px;
    left: calc(50% - 4px);
    border-width: 11px 0 11px 12px;
    transform: rotate(90deg);
  }
}

/*** ------------------- 受賞・メディア ------------------- ***/
#rakuten-plan .published {
  padding: 60px 0 40px;
}
#rakuten-plan .published h2 {
  margin-bottom: 40px;
  font-size: 27px;
}
#rakuten-plan .published ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#rakuten-plan .published ul li {
  margin: 0 18px 20px;
}
#rakuten-plan .published ul li img {
  width: 100%;
}
#rakuten-plan .published ul li:nth-child(1) {
  width: 144px;
}
#rakuten-plan .published ul li:nth-child(2) {
  width: 160px;
}
#rakuten-plan .published ul li:nth-child(3) {
  width: 150px;
}
#rakuten-plan .published ul li:nth-child(4) {
  width: 400px;
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .published {
    padding: 40px 0 20px;
  }
  #rakuten-plan .published h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .published {
    padding: 35px 0 15px;
  }
  #rakuten-plan .published h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #rakuten-plan .published ul li {
    line-height: 1.4;
  }
}

/*** ------------------- 下部導線 ------------------- ***/
#rakuten-plan .btm-apply {
  padding-bottom: 40px;
  background:
    url(/web/img/pre/lp/rakuten/bg_bottom_00.png) top left calc(50% + 250px) /
      contain no-repeat,
    linear-gradient(110deg, #14b3b3 60%, #35bbbb 65%, #18b4b4 88%, #18b4b4);
}
#rakuten-plan .btm-apply > p,
#rakuten-plan .btm-apply h2 {
  color: #ffffff;
  text-shadow: 1px 1px 4px #037d7d;
}
#rakuten-plan .btm-apply > p {
  font-size: 21px;
}
#rakuten-plan .btm-apply > p span {
  color: #ffdd00;
}
#rakuten-plan .btm-apply h2 {
  margin: 4px 0 50px;
  font-size: 33px;
  letter-spacing: -2px;
}
#rakuten-plan .btm-apply ul {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
}
#rakuten-plan .btm-apply ul li {
  width: calc(50% - 20px);
  padding: 45px 20px 40px;
  background-color: #ffffff;
  border-radius: 5px;
}
#rakuten-plan .btm-apply ul li p {
  margin-bottom: 8px;
}
#rakuten-plan .btm-apply ul .co-nbtn-m {
  width: 100%;
  max-width: 367px;
  padding: 19px 40px 18px;
}
#rakuten-plan .btm-apply ul .co-btn-new::after {
  right: 23px;
  width: 10px;
  height: 10px;
}
#rakuten-plan .btm-apply .btm-inq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-top: 70px;
  border-top: 1px #ffffff dotted;
}
#rakuten-plan .btm-apply .btm-inq p {
  margin-right: 25px;
  color: #ffffff;
}
#rakuten-plan .btm-apply .btm-inq .co-btn-new {
  width: 210px;
  padding: 11px 25px 10px;
}
#rakuten-plan .btm-apply .btm-inq .co-btn-new::after {
  right: 20px;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan .btm-apply ul li p {
    font-size: 16px;
  }
  #rakuten-plan .btm-apply ul .co-nbtn-m {
    width: 95%;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan .btm-apply {
    padding-bottom: 30px;
    background-position:
      top left calc(50% + 125px),
      center;
  }
  #rakuten-plan .btm-apply ul li {
    width: calc(50% - 13px);
  }
  #rakuten-plan .btm-apply ul .co-nbtn-m {
    padding: 19px 31px 18px;
    font-size: 15px;
  }
  #rakuten-plan .btm-apply .btm-inq {
    padding-top: 30px;
    margin-top: 50px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan .btm-apply {
    padding-bottom: 40px;
  }
  #rakuten-plan .btm-apply > p {
    font-size: 15px;
  }
  #rakuten-plan .btm-apply h2 {
    margin: 0 0 30px;
    font-size: 18px;
    letter-spacing: 0;
  }
  #rakuten-plan .btm-apply ul {
    display: block;
  }
  #rakuten-plan .btm-apply ul li {
    width: 100%;
    padding: 25px 25px 35px;
  }
  #rakuten-plan .btm-apply ul li:not(:first-child) {
    margin-top: 20px;
  }
  #rakuten-plan .btm-apply ul .co-nbtn-m {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 3px 40px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
  }
  #rakuten-plan .btm-apply .btm-inq {
    display: block;
    padding-top: 15px;
    margin-top: 40px;
  }
  #rakuten-plan .btm-apply .btm-inq p {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #rakuten-plan .btm-apply .btm-inq .co-btn-new {
    width: 195px;
    padding: 8px 25px 7px;
  }
}

/*** ------------------- フッター ------------------- ***/
#rakuten-plan footer,
#rakuten-plan footer + small {
  color: #ffffff;
  background-color: #3c4646;
}
#rakuten-plan footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 25px 20px 20px;
  font-size: 13px;
  text-align: left;
}
#rakuten-plan footer address {
  width: 52%;
  max-width: 425px;
  padding-left: 20px;
  font-style: normal;
}
#rakuten-plan footer address p:first-child {
  margin: 5px 0 25px;
  font-size: 14px;
  font-weight: 600;
}
#rakuten-plan footer address p:not(:first-child) {
  margin-top: 5px;
}
#rakuten-plan footer .jpx {
  display: flex;
  align-items: center;
  padding: 15px;
  line-height: 1.4;
  background-color: #494f4f;
}
#rakuten-plan footer img {
  width: 60px;
  margin-right: 14px;
}
#rakuten-plan footer + small {
  padding: 15px 0;
  font-size: 11px;
  font-weight: 600;
}

/* TAB/SP */
@media screen and (width <= 940px) {
  #rakuten-plan footer address p:first-child {
    margin-bottom: 5px;
  }
  #rakuten-plan footer address p:not(:first-child) {
    margin-top: 0;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  #rakuten-plan footer address {
    width: 23em;
    padding-left: 0;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #rakuten-plan footer {
    display: block;
    padding-botom: 10px;
  }
  #rakuten-plan footer address {
    width: 100%;
    padding: 0 0 20px;
  }
}

/*** ------------------- rwd時デバイス別で非表示 ------------------- ***/
/* PC */
@media screen and (width >= 941px) {
  .ts-only,
  .tb-only,
  .sp-only {
    display: none !important;
  }
}

/* TAB */
@media screen and (width <= 940px) and (width >= 671px) {
  .pc-only,
  .sp-only,
  .ps-only {
    display: none !important;
  }
}

/* SP */
@media screen and (width <= 670px) {
  .pc-only,
  .tb-only,
  .pt-only {
    display: none !important;
  }
}
