@font-face {
  font-family: 'Century';
  src: url(/plan/font/century-gothic-cufonfonts/GOTHIC.TTF);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

.u-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.u-indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
.u-indent3 {
  padding-left: 3em;
  text-indent: -2em;
}
.u-ta-c {
  text-align: center;
}

/* margin-bottom
--------------------------------------------------------------- */
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 768px) {
  /* margin-bottom
  --------------------------------------------------------------- */
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
}

#plan .bread-crum {
  margin: 30px 0 0;
}



.plan-service .cmn-h3__inner {
  padding-left: 0;
}

@media screen and (max-width: 768px) {

  #plan .footer-utility__inner {
    padding-bottom: 85px;
  }

  #plan .page-top {
    bottom: 60px;
  }

  .plan-service .contents--base {
    margin-right: 0;
    margin-left: 0;
  }

  .plan-service .contents__inner > .contents__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-service .cmn-h2 + p {
    font-size: 12px;  
    letter-spacing: -0.5px;
  }
  .plan-service .cmn-h2 {
    margin-bottom: 15px !important;  
  }
}

.btn1 a:hover,
.btn2 a:hover,
.btn3 a:hover {
  opacity: 0.8;
}


.btn1 {
  width: 340px;
  height: 70px;
  background-color: #fff;
  border-radius: 8px;
  margin-left:34px;
}


.web .main-visual .btn1 {
  margin-left:0;
}


.btn1__inner {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.btn1 img {
  width: 100%;
}

.btn2 {
  background-color: #fff;
  border-radius: 8px;
  width: 406px;
  height: 84px;
  margin: 25px auto 105px;
}

.btn2__inner {
  border-radius: 8px;
}

.btn3 {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 1;
}


.btn3 a {
  width: 100%;
}

.btn3 img {
  width: 100%;
}

.btn4 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 375px;
  width: calc(100% - 20px);
  z-index: 1;
}


.planlogo {
  width: 436px;
  height: 151px;
}
.web .planlogo {
  width:361px;
  height:162px;
}

.main-visual__lead{
  font-size:18px;
  margin-bottom:18px;
}

@media screen and (max-width: 768px) {
  .btn2 {
    background-color: #fff;
    border-radius: 8px;
    width: 55%;
    height: auto;
    margin: 20px auto 0;
  }

  .btn2__inner {
    border-radius: 8px;
  }
  .main-visual__lead{
    text-align: center;
    font-size:14px;
  }
}

.plan-textbox {
  display: flex;
  align-items: center;
  margin: 0 0 45px;
  padding: 20px;
  border: 5px solid #ffae00;
  background-color: #fef6e5;
}

.plan-textbox__icon {
  margin: 0 20px 0 0;
}

.plan-textbox__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.plan-textbox__text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .plan-textbox {
    padding: 15px 10px;
  }

  .plan-textbox__title {
    font-size: 13px;
  }

  .plan-textbox__text {
    font-size: 10px;
  }
}

.service-feature {
  margin: 66px 0 45px;
}

.service-feature__block {
  position: relative;
  padding: 40px 20px 35px;
  border: 5px solid #b2c7df;
  border-radius: 10px;
}

.service-feature__number {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  /*height: 49px;*/
  font-family: Arial;
  font-style: italic;
  color: #003f94;
  font-size: 67px;
  font-weight: bold;
  line-height: 49px;
}

.service-feature__number:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background-color: #003f94;
}

.service-feature__title {
  color: #003f94;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
}

.service-feature__text {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
}



@media screen and (max-width: 768px) {
  .service-feature {
    margin: 40px 0 0;
    padding: 0 10px;
  }

  .service-feature__block {
    padding: 25px 14px 18px;
    border: 3px solid #b2c7df;
  }
  .service-feature__number {
    top: -3px;
    font-size: 50px;
    line-height: 36px;
  }

  .service-feature__number:after {
    bottom: 0;
    width: 32px;
  }

  .service-feature__title {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .service-feature__text {
    font-size: 12px;
  }
}

.plan-rate-table {
  width: 100%;
}

.plan-rate-table th,
.plan-rate-table td {
  height: 166px;
  text-align: center;
  vertical-align: middle;
}

.plan-rate-table th {
  background-color: #e8eef5;
  width: 29%;
}

.plan-rate-table tr:first-of-type th {
  border-bottom: 1px solid #fff;
}

.plan-rate-table td {
  border: 1px solid #d7d7d7;
  border-right: none;
  background-color: #fff;
  width: 71%;
}

.plan-rate-table__text {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
}

.plan-rate-table__number {
  margin-top: 16px !important;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.plan-rate-table__number-small {
  font-size: 20px;
}

.plan-rate-table img {
  margin: 0 !important;
}


@media screen and (max-width: 768px) {
  .plan-rate-table th,
  .plan-rate-table td {
    height: auto;
  }

  .plan-rate-table td {
    padding: 14px 70px;
  }

  .plan-rate-table__text {
    font-size: 10px;
  }

  .plan-rate-table__number {
    margin-top: 8px !important;
    font-size: 18px;
  }

  .plan-rate-table__number-small {
    font-size: 12px;
  }
}

.plan-safety {
  margin-bottom: 80px;
}

.plan-safety__image {
  margin: 0 0 20px;
}

.plan-safety__title {
  color: #003f94;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.plan-safety__text {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .plan-safety{
    margin-bottom: 40px;
  }

  .plan-safety__image {
    margin-bottom: 15px;
  }
  .plan-safety__title {
    font-size: 16px;
  }

  .plan-safety__text {
    font-size: 12px;
  }
}

.plan-conversion__block {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}



.plan-conversion__block--web {
  border: 4px solid #dcf7f5;
}

.plan-conversion__block--otegaru {
  border: 4px solid #e0edff;
}

.plan-conversion__title {
  padding: 28px 0 17px 23px;
  height: 110px;  
  line-height: 1;
}

.plan-conversion__block--web .plan-conversion__title {
  color: #0c7d72;
}

.plan-conversion__block--otegaru .plan-conversion__title {
  color: #2d7cd8;
}

.plan-conversion__title-sub {
  display: block;
  margin-bottom: 8px;
  font-size: 16px; 
  font-weight: bold;
}

.plan-conversion__title-main {
  display: block;
  font-size: 40px;
}

.plan-conversion__title-main-en {
  font-size: 47px;
}

.plan-conversion__title-main-web {
  display: block;
  font-size: 30px;
}

.plan-conversion__text {
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66;
}

.plan-conversion__block--web .plan-conversion__text {
  background-color: #dcf7f5;
}

.plan-conversion__block--otegaru .plan-conversion__text {
  background-color: #e0edff;
}

.plan-conversion__image {
  display: block;
  position: absolute;
}

.plan-conversion__block--web .plan-conversion__image {
  right: 10px;
  bottom: -13px;
}

.plan-conversion__block--otegaru .plan-conversion__image {
  right: -15px;
  bottom: -34px;
}

.plan-conversion__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 125px;
}

.plan-conversion__btn {
  max-width: calc((100% - 10px) / 2);
}

.plan-conversion__btn img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .plan-conversion.column .column__unit + .column__unit {
    margin-top: 15px; 
  }

  .plan-conversion__title {
    padding: 2px 10px 2px;
    height: 75px; 
  }
  .plan-conversion__title-sub {
    font-size: 12px;  
  }

  .plan-conversion__title-main {
    font-size: 30px;
  }

  .plan-conversion__title-main-en {
    font-size: 35px;
  }

  .plan-conversion__text {
    padding-left: 10px; 
    height: 60px; 
    font-size: 10px;  
  }
  .plan-conversion__block--web .plan-conversion__image {
    right: 5px;
    bottom: -13px;
    width: 110px; 
  }

  .plan-conversion__block--otegaru .plan-conversion__image {
    right: -18px;
    bottom: -30px;
    width: 150px; 
  }

  .plan-conversion__btn-wrap {
    padding: 0 13px;
    height: 85px; 
  }

  .plan-conversion__btn {
    width: calc((100% - 5px) / 2);
  }
  
  .plan-conversion__title-main-web {
  display: block;
  font-size: 24px;
}
  
}

.plan-comparison-title {
  margin-bottom: 50px;
}
.plan-table{
  margin-bottom: 60px;
  border-collapse: collapse;
  table-layout: fixed;
}
.plan-table thead th {
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.plan-table thead th:nth-of-type(1) {
  width: 180px;
}

.plan-table thead th:nth-of-type(2) {
  width: 360px; 
  background-color: #0c7d72;
  border-right: 2px solid #fff;
}
.plan-table thead th:nth-of-type(3) {
  width: 360px; 
  background-color: #2d7cd8;
}

.plan-table tbody th {
  text-align: center; 
  vertical-align: middle;
  font-size: 17px;  
  background-color: #e8eef5;
  border-bottom: 2px solid #bdbdbd;
}

.plan-table tbody tr:nth-of-type(1) th {
  background-color: #ffae00;
  border: 2px solid #ffae00;
}

.plan-table__common {
  height: 156px;
  padding: 20px 0;
  border: 3px solid #ffae00;
  border-left: none;
  background-color: #fef6e5;
}

.plan-table tbody td {
  padding: 40px 20px 30px;
  border-bottom: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
}
.plan-table tbody td:last-of-type {
  border-right: none;
}
.plan-table tbody tr:nth-of-type(1) td {
  padding: 0;
}

.plan-table__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 88px;  
  height: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffae00;
  border-radius: 13px;
}

.plan-table__common-text {
  margin-top: 15px;
  color: #e60000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2; 
}

.plan-table__common-text-top {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #e60000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2; 
}


.plan-table__brand-title {
  margin: 0 0 15px;
  font-size: 16px;  
  text-align: center;
  line-height: 1; 
}

.plan-table__brand-block {
  margin-top: 30px !important; 
}
.plan-table__brand-block:nth-of-type(1) {
  margin-top: 0 !important; 
  padding-bottom: 26px; 
  border-bottom: 1px solid #ccc;
}

.plan-table__brand-image {
  text-align: center; 
}

.plan-table__machine-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin: 0 auto 20px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 20px;
}

.plan-table__machine-title--web {
  background-color: #0c7d72;
}

.plan-table__machine-title--otegaru {
  background-color: #2d7cd8;
}


.plan-table__machine-text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan-table__machine-text--web {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.plan-table__machine-image {
  margin: 0 !important;
  text-align: center;
}

.plan-table__machine-sub-text {
  font-size: 12px;
  font-weight:  normal;
  letter-spacing: -0.3px;
}

.plan-table__term {
  height: 156px;
  text-align: center;
  vertical-align: middle;
}
.plan-table__term-title {
  margin: 0 0 20px !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.plan-table__term-text {
  margin: 0 0 20px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

.plan-table__icon {
  margin-top: 20px;
  text-align: center;
}

.plan-table__count {
  margin-top: 30px;
  font-size: 22px;  
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .plan-comparison-title {
    margin-bottom: 28px !important;
  }

  .plan-table {
    margin-bottom: 50px;
    border-bottom: 2px solid #bdbdbd;
  }
  .plan-table,
  .plan-table th,
  .plan-table td {
    display: block;
  }
  .plan-table thead th:nth-of-type(1) {
    height: 0;
  }

  .plan-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .plan-table thead th:nth-of-type(1),
  .plan-table tbody th:nth-of-type(1) {
    display: block;
    width: 100%;  
  }
  .plan-table tbody th:nth-of-type(1) {
    display: flex;
  }
  .plan-table thead th:nth-of-type(2),
  .plan-table tbody td:nth-of-type(2) {
    width: 50%;
  }
  .plan-table thead th:nth-of-type(3),
  .plan-table tbody td {
    width: 50%;
  }

  

  .plan-table thead th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px; 
    font-size: 16px;
  }

  .plan-table thead th:nth-of-type(2) {
    border-right: 2px solid #fff;
  }

  .plan-table thead th:nth-of-type(3) {
    border-left: 2px solid #fff;
  }

  .plan-table tbody th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; 
    font-size: 12px;
    border: none;
  }

  .plan-table tbody td {
    padding: 15px;
    border-bottom: none;
  }

  .plan-table tbody td[colspan="2"] {
    width: 100%;
  }

  .plan-table tbody tr:nth-of-type(1) th {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 42px; 
  }

  .plan-table__tag {
    width: 40px; 
    height: 16px;
    border-radius: 8px;
    font-size: 10px;
  }

  .plan-table__common {
    padding: 10px 0;
    height: 84px;
    border: 3px solid #ffae00;
  }

  .plan-table__common-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .plan-table__brand-title {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .plan-table__brand-block:nth-of-type(1) {
    padding-bottom: 10px; 
  }

  .plan-table__brand-block {
    margin-top: 10px !important; 
  }

  .plan-table__brand-block:nth-of-type(1) {
    margin-top: 0;
  }

  .plan-table__machine td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .plan-table__machine td:nth-of-type(1) {
    padding-right: 10px !important;
  }

  .plan-table__machine td:nth-of-type(2) {
    padding-left: 10px !important;
  }

  .plan-table__machine-title {
    margin-bottom: 10px;
    width: 150px; 
    height: 20px; 
    font-size: 10px;
    border-radius: 10px;
  }

  .plan-table__machine-text {
    font-size: 10px;  
    font-weight: bold;
  }


  .plan-table__machine-sub-text {
    font-size: 10px;
  }

  .plan-table__term {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    margin-top: 15px;
  }

  .plan-table__term-title {
    margin-bottom: 10px !important;
    font-size: 18px;
  }

  .plan-table__term-text {
    font-size: 10px;
  }

  .plan-table__icon {
    margin-top: 14px;
  }

  .plan-table__count {
    margin-top: 15px;
    font-size: 18px;
  }
  .plan-table__common-text-top {
  margin-top: 15px;
  color: #e60000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2; 
 }
}

.plan-detail-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan-detail-title {
    margin-bottom: 18px;
    font-size: 24px;
  }
}


.main-visual {
  background-size: cover;
  background-position: center center;
}



.main-visual--web {
  margin: 0;
  background-image: url(/plan/img/bg_web_mainvisual.png);
}

.main-visual--otegaru {
  margin: 0;
  background-image: url(/plan/img/bg_otegaru_mainvisual.png);
}

.main-visual__inner {
  position: relative;
  padding: 52px 0 90px;
}

.main-visual__title {
  margin: 0 0 35px;
  font-weight: bold;
  line-height: 1;
}

.main-visual--web .main-visual__title {
  color: #cc0000;
}

.main-visual--otegaru .main-visual__title {
  color: #2d7cd8;
}

.main-visual__title-main {
  display: block;
  font-size: 60px;
}

.main-visual__title-en {
  font-family: arial,Arial;
  font-size: 70px;
}

.main-visual--web .main-visual__title-en {
  padding-right: 0.14em;
}

.main-visual__title-en-ls-w {
  letter-spacing: 0.07em;
}

.main-visual__title-en-ls-e {
  letter-spacing: 0.057em;
}

.main-visual__tags {
  display: flex;
  margin: 0 0 20px;
}

.main-visual--otegaru .main-visual__tags {
  justify-content: center;
  max-width: 420px;
}

.main-visual__tag {
  margin: 0 9px 0 0;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
}

.main-visual__tag__otegaru {
  margin: 0 9px 0 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
}

.main-visual__tag:last-of-type {
  margin-right: 0;
}

.main-visual--web .main-visual__tag {
  color: #fff;
  background:#0ba99e;
}

.main-visual--otegaru .main-visual__tag__otegaru {
  color: #fff;
  background:#2d7cd8;
  font-size:20px;
}

.main-visual__image {
  position: absolute;
  bottom: -35px;
  left: 44%;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .main-visual--web {
    margin: 0;
    background-image: url(/plan/img/bg_web_mainvisual_sp.png);
    background-position: right;
  }

  .main-visual--otegaru {
    margin: 0 0 90px;
    background-image: url(/plan/img/bg_otegaru_mainvisual_sp.png);
  }

  .main-visual__inner {
    padding: 68px 0 78px;
  }

  .main-visual--otegaru .main-visual__inner {
    padding: 13px 0 175px;
  }

  .main-visual__title {
    margin: 0 20px 12px;
    text-align: center;
  }
  .main-visual__title img,
  .web .planlogo{
    width:340px;
    height:auto;
  }


  .main-visual__title-main {
    font-size: 58px;
  }

  .main-visual--otegaru .main-visual__title-main  {
    font-size: 58px;
  }



  .main-visual__title-en {
    font-size: 68px;
  }

  .main-visual--otegaru .main-visual__title-en {
    font-size: 66px;
  }

  .main-visual__tags {
    justify-content: center;
    margin-right: 0;
  }
  .main-visual--otegaru .main-visual__tags {
    max-width: none;
  }

  .main-visual__tag {
    padding: 4px 15px;
    font-size: 12px;
  }

  .main-visual--web .main-visual__tag {
    border: 1px solid #0ba99e;
  }

  .main-visual .btn1 {
    margin: 0 auto!important;
    height: auto;
  }
  .main-visual__image {
    bottom: -75px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .main-visual__image img{
    max-width: 355px;
  }
  .main-visual--otegaru .main-visual__tag__otegaru{
    font-size:12px;
    
  }
}

.cashless{
  background:#fdf2f5;
}

.cashless .cashless__img{
  margin-top:24px;
  text-align: center;
}

.cashless .cashless__inner__box{
  background:#fff;
  width:900px;
  margin:30px auto 0;
  padding:16px;
}
.cashless .cashless__btn{
  text-align: center;
}
.cashless .cashless__btn a{
  color: #fff;
  background: #e35f94;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  min-width: 250px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 12px;
}
.cashless .cashless__btn a:after{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 9px;
  height: 16px;
  background-size: cover;
  background-image: url(/plan/img/white_arrow.png);
}
.cashless .cashless__btn a:hover{
  text-decoration: none;
      opacity: 0.8;
}

.cashless .cashless__inner{
  padding-bottom:15px;
}

@media screen and (max-width: 768px) {
  .cashless .cashless__img{
    margin-top:12px;
  }
  .cashless .plan--h1__title img{
    width:86%;
  }
  .cashless .contents--base.cashless__inner{
    margin:0 15px
  }
  .cashless .cashless__inner__box{
    margin-top:7px;
    width:100%;
    padding:10px 25px;
  }
  .cashless .cashless__btn a{
    margin-top: 15px;
    font-size:12px;
    min-width:190px;
  }
}

.about {
  margin: 0 0 70px;
}

.about .about__h1__title{
  font-size:28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  margin-top:50px;
}

.about .about__h1__title img{
  vertical-align: middle;
  padding:0 7px 10px 0;
}

.about .youtube_wrap{
  margin:28px auto 0;
}

.about .youtube_wrap > iframe{
  margin: 0 auto;
  display: block;
}


.about__lead {
  margin: 0 0 27px;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

.about__lead02 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

.about__lead-underline {
  background: linear-gradient(transparent, transparent 50%,rgba(255,250,161,1) 50%, rgba(255,250,161,1) 100%);
}

.about__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 10px;
}
.web .about__list {
  margin-top:30px;
  }

.about__list-item {
  padding: 5px;
  width: 215px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

.web .about__list-item {
  width:310px;
}
.about__list-title{
  margin:15px 8px 0;
}
.about__list-title-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 28px;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}

.about--web .about__list-title-sub {
  background-color: #0c7d72;
}
.about--otegaru .plan--h1__title{
  margin-top:45px;
}

.about--otegaru .about__list-title-sub {
  background-color: #004495;
}
.about--otegaru .about__title{
  background:#2d7cd8;
  
}

.about__list-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.web .about__list-text{
  font-size:24px;
}

.about__list-text-strong {
  font-size: 27px;
  font-weight: bold;
  color:#004495;
  text-align: center;
}

.web .about__list-text-strong {
  font-size:36px;
  color:#0c7d72;
}


.about__list-text-blue {
  font-weight: bold;
  color:#004495;
}
.about__list-text-green{
  color:#0c7d72;
}
.about__note-text{
  text-align: right;
  font-size:12px;
}


@media screen and (max-width: 768px) {
  .about {
    margin: 0 0 45px;
  }
  .about .about__h1__title{
    font-size:14px;
    text-align: left;
    line-height:1.4;
    margin-top:25px;
  }
  .about .about__h1__title img{
    width:109px;
    padding-bottom:4px;
  }
  .about__h2__title img{
    width:179px;
    height:25px;
  }
  .about__h2__title{
    font-size:14px;
  }
  
.about .youtube_wrap > iframe{
  width: calc(100vw - 30px);
  --height: calc((100vw - 30px) * 0.5625);
  height: var(--height);
  }
  .about__inner {
    margin: 0 15px;
  }

  .about__list {
    display: block;
    margin: 0;
  }

  .about__list-item ,
  .web .about__list-item{
    margin: 15px 0 10px;
    padding: 10px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about__list-item:last-of-type {
    margin: 0;
  }

  .about__list-title-sub {
    margin: 0 auto;
    width: 135px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    height:100%;
    width:75px;
  }

  .about__list-title-main {
    margin: 0 0 12px;
    font-size: 16px;    
  }

  .about__list-title{
  margin:0;
  }
  .about__list-text {
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.6px;
    margin: 0 auto;
  }
  
  .about__list-text-strong{
    font-size:19px;
  }
  .web .about__list-text{
    font-size:12px;
  }
  .web .about__list-text .about__list-text-strong{
    font-size:18px;
  }
  .web .about__list-text-strong.about-text-large{
    font-size:21px;
  }
  .web .about__list-text .about-text-small{
    font-size:10px;
  }
  .about__note-text{
    font-size:10px;
    margin-top:5px;
  }
}


.plan--h1__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.plan--h1__title.title-blue{
  background-color: #2d7cd8;
}
.plan--h1__title.title-green{
  background-color: #0ba99e;
}
.plan--h1__title.title-pink{
  background-color: #e35f94;
}

.merit__inner {
  display: flex;
  padding: 50px;
  min-height: 520px;
}



.merit__contents {
  display: flex;
}

.merit__block-main,
.merit__block-sub {
  min-width: calc(100% / 2);
}

.merit__inner--1 .merit__block-main {
  order: 2;
  padding: 0 0 0 40px;
}


.merit__inner--1 .merit__block-sub {
  order: 1;
  padding-right: 30px;
}



.merit__block-inner {
}


.merit__block-number {
  position: absolute;
  font-family: Century Gothic;
  font-size: 500px;
}

.merit--otegaru .merit__block-number {
  color: #e0edff;
}

.merit__block-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 43px;
  font-weight: bold;
}

.merit__block-title__web2 {
  position: relative;
  line-height: 43px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.merit__block__title__web2__1 {
  font-size: 36px;
}

.merit__block-text {
  position: relative;
  font-size: 16px;
}

.merit__block-text-sub {
  position: relative;
  font-size: 14px;
  white-space: nowrap;
}
.merit__block-note {
  position: relative;
  font-size: 12px;
}
.merit__block-note--model {
  display: flex;
}

.merit__block-note-model {
  min-width: 7em;
}

.merit__inner--1 .merit__block-inner {
  position: relative;
  padding-top: 130px;
}

.merit__inner--1 .merit__block-number {
  top: 20px;
  left: 50%;
  line-height: 360px;
  transform: translateX(-50%);
}

.merit--web .merit__inner--1 .merit__block-number {
  color: rgb(220, 247, 245);
}

.merit--web .merit__inner--2 {
  height: 520px;
  background-color: #dcf7f5;
}

.merit--otegaru .merit__inner--2 {
  background-color: #e0edff;
  min-height:900px;
  align-items:flex-start;
}
.merit__inner--2 .merit__block-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.merit__inner--2 .merit__block-sub {
  position: relative;
}
.merit__inner--2 .merit__block-image {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.merit__inner--2 .merit__block-number {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: #fff;
}

.otegaru .merit__inner--2 .merit__block-number{
  top: 330px;
}

.merit__inner--2 .merit__block-text-block {
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #aaa;
  font-size: 12px;
}

.merit__inner--2 .merit__block-note-item {
  display: block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.merit--otegaru .merit__inner--2 {
  overflow: hidden;
}
.merit--otegaru .merit__inner--2 .merit__block-title {
  position: relative;
  white-space: nowrap;
}
.merit--otegaru .merit__inner--2 .merit__block-title-sub {
  position: relative;
  margin: 35px 0 14px;
  font-size: 20px;
  line-height: 1;
}

.merit--otegaru .merit__inner--2 .merit__block-text {
  position: relative;
  white-space: nowrap;
}

.merit--otegaru .merit__inner--2 .merit__aco-box{
  border:1px solid #aaaaaa;
  margin-top:25px;
  position:relative;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title{
  text-align: center;
  font-weight: bold;
  padding:5px 0;
  position:relative;
}

.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title:before,
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title:after {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  width:10px;
  height:2px;
  background:#aaaaaa;
  -webkit-transition:0.3s;
  transition:0.3s;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title:before {
  border-radius:0 2px 2px 0;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  right:34px;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title:after {
  border-radius:2px 0 0 2px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  right:calc(10px + 30px);
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title.open:before {
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg);
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-title.open:after {
  -webkit-transform:rotate(315deg);
  transform:rotate(315deg);
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text{
  border-top:1px solid #aaaaaa;
  padding:20px;
  display: none;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .merit__aco-box-text-inner-bor{
  border-bottom:1px dotted #aaaaaa;
  padding-bottom:15px;
  margin-bottom:15px;
}

.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .fwB{
  font-weight: bold;
}

.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .merit__table{
  background:#fff;
  margin-top:15px;
}

.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .merit__table tr{
  border:2px solid #e0edff;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .merit__table th{
  border:2px solid #e0edff;
  padding:5px;
  width:25%;
  vertical-align: middle;
  font-weight: normal;
}
.merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text .merit__table td{
  width:75%;
  padding:5px 10px;
}

.merit--otegaru .merit__inner--2 .merit__block-text {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
}
.merit--otegaru .merit__inner--2 .merit__block-text.u-indent1{
  font-size:12px;
  margin-top:5px;
}


.merit__inner--2 .merit__block-image img {
  max-width: none;
  left: 0;
}

.merit--otegaru .merit__inner--2 .merit__block-image {
  top: 94px;
  left: auto;
  right: -54px;
  transform: none;
}

.merit__inner--3 .merit__block-main {
  position: relative;
  order: 2;
  padding: 90px 0 0 40px;
}

.merit__inner--3 .merit__block-sub {
  order: 1;
  padding: 90px 0 0;
}

.merit__inner--3 .merit__block-number {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}


.merit--web .merit__inner--3 .merit__block-number {
  color: #dcf7f5;
}

.merit__inner--3 .merit__block-sub-title {
  margin: 0 0 40px;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.merit__inner--3 .merit__block-image {
  margin: 0 auto;
  text-align: center;
}

.merit__inner--4 {
  padding-top: 70px;
}

.merit--web .merit__inner--4 {
  background-color: #dcf7f5;
}

.merit--otegaru .merit__inner--4 {
  background-color: #e0edff;
}

.merit__inner--4 .merit__block-main {
  position: relative;
  padding: 94px 40px 0 0;
}

.merit__inner--4 .merit__block-number {
  color: #fff;
  top: 6px;
  right: -20px;
  line-height: 368px;
}
.merit__inner--5 .merit__block-number {
  line-height: 368px;
}

.merit__inner--4 .merit__block-image {
  position: relative;
  left: 40px;
}
.merit__inner--4 .merit__block-image img {
  max-width: none;
  width: auto;
}

.merit__inner--5 .merit__block-main {
  position: relative;
  order: 2;
  padding: 90px 0 0 40px;
}

.merit__inner--5 .merit__block-sub {
  order: 1;
  padding: 90px 0 0;
}

.merit__inner--5 .merit__block-number {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.merit--web .merit__inner--5 .merit__block-number {
  color: #dcf7f5;
}

.merit__inner--5 .merit__block-sub-title {
  margin: 0 0 40px;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.merit__inner--5 .merit__block-image {
  margin: 0 auto;
  text-align: center;
}

.brand__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  font-size: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(3, 70, 148, 0.2);
}

.brand__block {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(3, 70, 148, 0.2);
}

.brand__block__1 {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(3, 70, 148, 0.2);
}

.brand__block__2 {
  display: flex;
  padding: 20px 0;
}


.brand__rate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  /*margin: 0 0 16px;*/
  line-height: 1;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.brand__rate-table {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  /*margin: 0 0 16px;*/
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.brand__rate-inner {
  text-align: center; 
}
.merit--web{
  margin-bottom:80px;
}
.merit--web .brand__rate {
  color: #0c7d72;
}

.merit--otegaru .brand__rate {
  color: #2d7cd8;
}

.brand__rate-parsent {
  font-size: 46px;
}

.brand__rate-parsent-table {
  font-size: 28px;
}

.brand__image {
  width: 275px;
  margin: 0 auto;
  text-align: center;
}

.brand__image-table {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.brand__block-text {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .plan--h1__title{
    font-size:25px;
    padding:30px 0;
    height:auto;
  }
  .merit--web{
    margin-bottom:50px;
  }
  .merit__title {
    height: 90px;
    font-size: 24px;
  }

  .merit__contents {
    display: block;
  }

  .merit__inner {
    padding: 0;
    min-height:auto;
  }

  .merit__inner .contents {
    width: 100%;
    margin: 0 15px;
  }

  .merit__block-main, .merit__block-sub {
    width: 100%;
  }

  .merit__block-main {
    position: relative;
    margin: 0 0 40px;
    padding: 40px 0 0 0;
  }

  .merit__block-inner {
    position: static !important;
  }

  .merit__block-title {
    margin-bottom: 17px;
    font-size: 21px;
    line-height: 37px;
  }

  .merit__block-title__web2 {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 37px;
  }
  
  .merit__block__title__web2__1 {
    font-size: 20px;
  }
  
  .merit__block-text {
    font-size: 14px;
    line-height: 25px;
  }

  .merit__block-number {
    top: 20px !important;
    right: 0 !important;
    left: auto !important;
    font-size: 250px;
    transform: none !important;
  }


  .merit__inner--1 .merit__block-inner {
    padding-top: 0;
  }

  .merit__inner--1 .merit__block-main {
    padding: 40px 0 0 0;
  }

  .merit__inner--1 .merit__block-number {
    line-height: 180px;
  }

  .merit__inner--1 .merit__block-sub {
    padding: 0 0 35px;
  }

  .merit__inner--2 {
    min-height: auto;
  }

  .merit--web .merit__inner--2 {
    padding-bottom: 25px;
    height: auto;
  }
  .merit--otegaru .merit__inner--2 {
    padding-bottom: 25px;
  }
  .merit__inner--3 {
    padding-bottom: 40px;
  }
  .merit__inner--4 {
    padding-bottom: 30px;
  }
  .merit--otegaru .merit__inner--5 {
    padding-bottom: 0px;
    margin-bottom:40px;
  }
  .merit--otegaru .merit__inner--5 a{
    font-weight: bold;
  }

  .merit__inner--2 .merit__block-main {
    display: block;
    margin: 0 0 32px;
  }

  .merit__inner--2 .merit__block-number {
    line-height: 185px;
  }


  .merit__inner--2 .merit__block-image {
    position: static;
    transform: none;
  }

  .merit__inner--2 .merit__block-image img {
    width: 100%;
  }

  .merit--otegaru .merit__inner--2 .merit__block-text {
    white-space: pre-wrap;
    font-size:14px;
  }

  .merit--otegaru .merit__inner--2 .merit__block-text {
    white-space: pre-wrap;
  }

  .merit--otegaru .merit__inner--2 .merit__block-title {
    white-space: inherit;
  }
  .merit--otegaru .merit__inner--2 .merit__block-title-small {
    font-size: 22px;
  }

  .merit--otegaru .merit__inner--2 .merit__block-title-sub {
    margin: 20px 0 10px;
    font-size: 16px;
  }

  .merit--otegaru .merit__inner--2 .merit__block-text-sub {
    font-size: 12px;
    white-space: pre-wrap;
  }
  
  .merit--otegaru .merit__inner--2 .merit__block-note {
    font-size: 10px;
  }

  .merit__inner--2 .merit__block-text-block {
    padding: 18px 12px;
    font-size: 10px;
  }
  
  .merit--otegaru .merit__inner--2 .merit__block-sub {
    position: relative;
    height: auto;
  }
  .merit--otegaru .merit__inner--2 .merit__block-image {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    right: auto;
  }

  .merit__inner--3 .merit__block-main {
    padding: 40px 0 0 0;
  }

  .merit__inner--3 .merit__block-sub {
    padding-top: 0;
  }

  .merit__inner--3 .merit__block-number {
    line-height: 188px;
  }

  .merit__inner--3 .merit__block-sub-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 27px;
  }

  .merit__inner--4 .merit__block-main {
    padding: 40px 0 0 0;
  }

  .merit__inner--4 .merit__block-image {
    left: 0;
  }

  .merit__inner--4 .merit__block-image img {
    max-width: 100%;
    width: 100%;
  }

  .merit__inner--4 .merit__block-number {
    line-height: 185px;
  }

  .merit__inner--5 .merit__block-main {
    padding: 40px 0 0 0;
    margin-bottom:25px;
  }

  .merit__inner--5 .merit__block-sub {
    padding-top: 0;
  }

  .merit__inner--5 .merit__block-number {
    line-height: 188px;
  }

  .merit__inner--5 .merit__block-sub-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 27px;
  }


  .brand__title {
    height: 32px;
    font-size: 18px;
  }

  .brand__block {
    display: block;
    text-align: center; 
    padding: 25px 0;
  }

  .brand__rate {
    width: 100%;  
    margin: 0 0 14px;
    font-size: 15px; 
  }
  
    .brand__rate-table {
    width: 100%;  
    margin: 0 0 14px;
    font-size: 15px;  
  }

  .brand__rate-parsent-table {
    font-size: 20px;
  }

  .brand__rate-parsent {
    font-size: 24px;
  }

  .brand__block-text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1;
  }

  .brand__image {
    width: 100%;
  }
  
    .brand__image-table {
    width: 100%;
  }

  .brand__block:nth-of-type(2) .brand__image img {
    width: 120px;
  }

  .brand__block:nth-of-type(3) .brand__image img {
    width: 292px;
  }
  .merit--otegaru .merit__inner--2 .merit__aco-box .merit__aco-box-text{
    font-size:12px;
    padding:15px;
  }
}

.conversion {
  padding: 40px 0 32px;
  background-color: #e60000;
}
.conversion_appli {
  padding: 40px 0 32px;
  background-color: #e60000;
  margin: 80px 0;
}

.conversion__text,
.conversion__text2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .conversion {
    padding: 30px 0;
  }
  
  .conversion_appli {
    padding: 30px 0;
  }
	
  .merit__title {
    height: 90px;
    font-size: 24px;
  }

  .conversion .contents {
    margin: 0 20px;
  }

  .conversion__text,
  .conversion__text2 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 30px;
  }
}

.conversion__web {
  padding: 40px 0 32px;
  background-color: #e60000;
  margin: 0 0 80px 0;
}

.conversion__otegaru {
  padding: 40px 0 32px;
  background-color: #e60000;
  margin: 0 0 80px 0;
}

.step {
  padding: 80px 0 50px;
}
.step--otegaru {
  padding: 80px 0 50px;
}
.step__title {
  margin: 0 0 47px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.step__lead {
  margin: 0 0 50px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.step__list {
  display: flex;
  justify-content: space-between;
}

.step__list-item {
  position: relative;
  width: 174px;
  border:1px solid #034694;
  border-radius: 9px;
}

.step--web .step__list-item {
  width: 198px;
  border:1px solid #0c7d72;
}

.step--otegaru .step__list-item {
  width: 295px;
}

.step__list-item:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 26px;
  height: 54px;
  background-size: cover;
}

.step--web .step__list-item:after {
  left: calc(100% + 45px);
  background-image: url(/plan/img/arrow_web_step.png);
}

.step--otegaru .step__list-item:after {
  left: calc(100% + 13px);
  background-image: url(/plan/img/arrow_otegaru_step.png);
}
.step--web .step__list-item:after {
  left: calc(100% + 20px);
  background-image: url(/plan/img/arrow_web_step.png);
}

.step__number {
  margin: 0 0 20px;
  text-align: center;
  color:#fff;
  font-size:20px;
  font-weight: bold;
  text-align: center;
  border-radius: 7px 7px 0 0;
  padding:5px 0;
}
.step__number span{
  font-size:30px;
}
.step--otegaru .step__number {
  background:#034694;
}
.step--web .step__number {
  background:#0c7d72;
  
}

.step__list-title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.web .step__list-title{
  color:#0c7d72;
}
.web .step__list_text{
  padding:0 10px 10px;
}
.web .step__list_text .taC{
  text-align: center;
}
.step--otegaru .step__list-title {
  color:#034694;
}

.step__list-time {
  position: relative;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}


.step__list-item:last-of-type:after {
  content: none;
}

.step--web .step__list-time {
  color: #707070
}

.step__list-image {
  text-align: center;
}

.step__list_text {
  font-size: 16px;
  line-height: 1.75;
  padding:0 28px 10px;
  margin-top:15px;
}
.step__list_text .step__list_text-small{
  font-size:11px;
}

.step__link{
  font-size:20px;
  text-align: center;
  margin-top:25px;
  line-height:1.5;
}
.step__link a{
  text-decoration: underline;
  color:#333;
}
.step__link a:hover{
  text-decoration: none;
}

.step__note {
  margin-top: 100px;  
  display: flex;
  justify-content: center;
}

.step__note-item {
  margin-bottom: 4px; 
  text-indent: -1em;
  padding-left: 1em;
}

.step__note__text{
  text-align: right;
  margin-top:10px;
  font-size:12px;
}

@media screen and (max-width: 768px) {
  .step {
    padding: 50px 0 0;
  }
  .step__title {
    margin: 0 0 25px;
    font-size: 25px;
  }
  
  .step__lead {
    font-size: 14px;
    margin: 0 0 35px;
    line-height: 24px;
  }

  .step__list {
    display: block;
  }

  .step__list-item {
    margin: 0 0 40px;
    width: 100%;
  }

  .step--web .step__list-item,
  .step--otegaru .step__list-item {
    width: 100%;
  }

  .step--web .step__list-item .step__list-title__wrap,
  .step--otegaru .step__list-item .step__list-title__wrap{
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
  }
  
  .step__list-item:last-of-type {
    margin-bottom: 0;
  }
  
  .step--web .step__list-item:after,
  .step--otegaru .step__list-item:after {
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 54px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .step--web .step__list-item:after {
    background-image: url(/plan/img/arrow_web_step_sp.png);
    width: 56px;
    height: 17px;
  }

  .step--otegaru .step__list-item:after {
    background-image: url(/plan/img/arrow_otegaru_step_sp.png);
    width:56px;
    height:17px;
  }

  .step__number {
    margin: 0 auto 17px;
    width: 100%;
    height: 30px;
    font-size:15px;
  }
  .step__number span{
    font-size:20px;
  }

  .step__list-title {
    margin: 0;
    font-size: 20px;
  }

  .step__list-time {
    font-size: 18px;
  }

  .step__list-image {
    margin-bottom: 0;
  }
  .web .step__list-image {
    width:17%;
    padding-right:20px;
  }
  .step__list-image img{
    width:60%;
  }
  
  .web .step__list-image img{
    width:100%
  }

  .step__list_text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
    font-size:14px;
    padding:0 10px 10px;
  }
  .step--otegaru .step__list_text {
    width: 100%;
  }

  .step__note {
    margin-top: 20px;
  }
  .step__link{
    font-size:14px;
  }
  .step__note__text{
    text-align: center;
  }
}

.safety__title {
  margin: 0 0 47px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.safety--2col-box{
  display: flex;
  flex-flow: row-reverse;
  width:100%;
}

.safety--2col-box .safety--2col-box-text{
  width:60%;
  font-size:20px;
}
.safety--2col-box .safety--2col-box-img{
  width:40%;
  text-align: center;
}
.safety--2col-box.safety--2col-box-1{
  margin-bottom:40px;
  }
.safety--2col-box.safety--2col-box-1 .safety--2col-box-img img{
  width:65%;
}
.safety--2col-box.safety--2col-box-2 .safety--2col-box-text{
  padding-right:1em;
}
.safety--2col-box.safety--2col-box-2 .safety--2col-box-text .safety__note-text{
  font-size:16px;
}

@media screen and (max-width: 768px) {
  
  .safety {
    padding: 40px 0 0 0;
  }

  .safety .contents {
    margin-right: 20px;
    margin-left: 20px;
  }

  .safety__title {
    margin: 0 0 25px;
    font-size: 25px;
  }

  .safety__block-wrap {
    display: block;
  }

  .safety__block {
    margin-bottom: 45px;
    width: 100%;
  }

  .safety__block:last-of-type {
    margin-bottom: 0;
  }

  .safety__block-title {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .safety--2col-box{
    display: block;
  }
  .safety--2col-box .safety--2col-box-text,
  .safety--2col-box .safety--2col-box-img{
    width:100%;
  }
  .safety--2col-box .safety--2col-box-text{
    font-size:15px;
    margin-top:20px;
  }
  .safety--2col-box.safety--2col-box-1 .safety--2col-box-img img{
    width:90%;
  }
  .safety__block-image {
    margin-bottom: 0;
  }

  .safety__block:nth-of-type(2) .safety__block-image {
    margin-bottom: 20px;
  }

  .safety__block-text {
    font-size: 15px;
  }
  .safety--2col-box.safety--2col-box-2 .safety--2col-box-text .safety__note-text{
    font-size:12px;
  }
}

.hojokin {
  padding: 60px;
  background-color: #e35f94;
}

.hojokin__title {
  margin: 0 0 60px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.hojokin__contents {
  background-color: #fff;
}

.hojokin__heading {
  padding: 40px 0 60px;
  text-align: center;
}

.hojokin__sub-title {
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hojokin__lead {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.hojokin__arrow {
  position: relative;
  height: 10px;
  background-color: #e35f94;
}

.hojokin__arrow-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 840px;
  height: 56px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  background-color: #e35f94;
}

.hojokin__arrow-content:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
  border-top: 34px solid #e35f94;
  border-bottom: 34px solid rgba(0,0,0,0);
  border-left: 420px solid rgba(0,0,0,0);
  border-right: 420px solid rgba(0,0,0,0);
}

.hojokin__content {
  padding-top: 80px;
  padding-bottom: 35px;
  text-align: center;
}

.hojokin__content-title {
  margin: 0 auto 60px;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 42px;
  color: #e60000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 2px solid #e60000;
  letter-spacing: -0.01em;
}

.hojokin__content-title-sub {
  font-size: 15px;
}

.hojokin__block-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 0 30px;
}

.hojokin__block {
  width: calc((100% - 10px) / 2);
  border: 4px solid #e60000;
  border-top: none;
}

.hojokin__block-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 88px;
  height: 88px;
  color: #fff;
  background-color: #e60000;
}

.hojokin__block__attention {
  border-top: none;
  margin: 40px 0;
}

.hojokin__block__attention-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 88px;
  height: 88px;
  color: #fff;
  background-color: #e60000;
}


.hojkin__sub-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 6px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e60000;
}

.hojkin__sub-title-top {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.hojkin__sub-title-bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.hojokin__block-title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.hojokin__block__attention-title {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}


.hojokin__block-inner {
  padding: 0 19px;
  border-bottom: 4px solid #e60000;
}

.hojokin__block-inner:last-of-type {
  border-bottom: none;
}

.hojokin__block-inner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #e60000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #aaa;
}

.hojokin__block-inner-text {
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.hojokin__block-inner-text strong {
  position: relative;
  display: inline-block;
  color: #e60000;
}

.hojokin__block-inner-text strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e60000;
}

.hojokin__block-inner-note {
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  font-size: 12px;
  text-align: right;
  font-weight: normal;
  line-height: 1;
}

.hojokin__block-inner-list {
  padding: 25px 0 25px 30px;
}

.hojokin__block-inner-list li {
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
}

.hojokin__block-inner-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-color: #e60000;
}
.hojokin__text {
  padding: 0 30px;
  text-align: left;
}
.hojokin__text02 {
  font-size: 18px;
  text-align: left;
  margin: 40px 20px;
  line-height: 1;
}
.hojokin__text03 {
  font-size: 18px;
  text-align: left;
  margin: 40px;
  line-height: 1;
}
.hojokin__bold {
color: #e60000;
font-size: 16px;
margin: 20px 0;
text-align: center;
font-weight: bold;
}
.hojokin__note-item {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
}
.hojokin__note {
  font-size: 14px;
  color: #333;
}

.hojokin__note a {
  color: #333;
  text-decoration: underline;
}

.hojokin__block-long {
  margin: 0 30px;
  padding: 20px 0 25px;
  border: 4px solid #e60000;
  background-color: #fff8cb;
}

.hojokin__block-long-text {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.hojokin__block-long-number {
  font-size: 47px;
}
.hojokin__block-long-text-big {
  color: #e60000;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 44px;
}

.hojokin__block-long-kakko {
  display: inline-block;
  margin-top: -11px;
  line-height: 44px;
  vertical-align: middle;
  font-size: 44px;
}

.hojokin__block-long-small {
  font-size: 25px;
}

.hojokin__bottom-text {
  margin-top: 30px !important;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

.hojokin__bottom-title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}


.plan-service .hojokin {
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom:  60px;
}

.plan-service .hojokin__block-title {
  font-size: 22px;
}

.plan-service-br  {
  display: none;
}


@media screen and (max-width: 768px) {
  .hojokin {
    padding: 30px 0;
  }

  .plan-service .hojokin {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 40px;
  }

  .hojokin__inner {
    margin: 0 10px;
  }

  .hojokin__title {
    margin: 0 0 30px;
    font-size: 24px;
    letter-spacing: -1px;
  }

  .hojokin__heading {
    padding: 20px 0 30px;
  }

  .hojokin__sub-title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .hojokin__lead {
    font-size: 11px;
  }

  .hojokin__arrow {
    height: 10px;
  }

  .hojokin__arrow-content {
    width: 295px;
    height: 33px;
    font-size: 16px;
  }

  .hojokin__arrow-content:after {
    border-top: 18px solid #e35f94;
    border-bottom: 18px solid transparent;
    border-left: 147.5px solid transparent;
    border-right: 147.5px solid transparent;
  }

  .hojokin__content {
    padding: 40px 0 22px;
  }

  .hojokin__content-title {
    margin: 0 auto 30px;
    font-size: 21px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e60000;;
  }

  .hojokin__content-title-sub {
    margin-left: -5px;
    font-size: 7px;
    letter-spacing: -1px;
  }

  .hojokin__block-wrap {
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
  }
  .hojokin__block {
    width: 100%;
    margin: 0 0 30px;
  }
  .hojokin__block__attention-wrap {
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
  }
  .hojokin__block__attention {
    width: 100%;
    margin: 30px 0;
  }

  .hojokin__block:last-of-type {
    margin-bottom: 0;
  }

  .hojkin__sub-title {
    padding-top: 0;
    width: 45px;
    height: 45px;
  }

  .hojkin__sub-title-top {
    font-size: 10px;
    line-height: 1;
  }

  .hojkin__sub-title-bottom {
    top: 60%;
    font-size: 18px;
  }

  .hojokin__block-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
  }

  .hojokin__block__attention-title {
    padding: 15px 0;
    font-size: 14px;
  }
	
  .hojokin__block-title {
    padding: 15px 0;
    font-size: 15px;
  }

  .hojokin__block-inner-title {
    height: 40px;
    font-size: 15px;
  }

  .hojokin__block-inner-text {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
  }

  .hojokin__block-inner-text strong:after {
    bottom: 1px;
  }

  .hojokin__block-inner-note {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin-top: 9px;
    font-size: 10px;
  }

  .hojokin__block-inner-list {
    padding: 10px 0 10px 20px;
  }

  .hojokin__block-inner-list li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .hojokin__block-inner-list li:before {
    left: -15px;
    width: 4px;
    height: 4px;
  }

  .hojokin__text {
    padding: 0 10px;
  }

  .hojokin__text02 {
  font-size: 14px;
  margin: 20px 10px;
}
  .hojokin__text03 {
  font-size: 14px;
  margin: 20px 10px;
}

  .hojokin__note-item {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .hojokin__note {
    font-size: 10px;
  }

  .plan-service .hojokin__block-wrap {
    display: flex;
    margin-bottom: 10px;
  }

  .plan-service .hojokin__block {
    height: 95px;
  }

  .plan-service .hojokin__block-title-wrap {
    height: 95px;
  }

  .plan-service .hojokin__block:nth-of-type(1) {
    margin-bottom: 0;
    width: calc((100% - 5px) * 0.56);
  }

  .plan-service .hojokin__block:nth-of-type(2) {
    width: calc((100% - 5px) * 0.44);
  }

  .plan-service .hojokin__block-title {
    font-size: 12px;
  }

  .plan-service .plan-service-br {
    display: inline;
  }

  .hojokin__block-long {
    position: 0 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .hojokin__block-long-text {
    font-size: 17px;
  }

  .hojokin__block-long-text-big {
    font-size: 18px;
    line-height: 24px   ;  
  }

  .hojokin__block-long-kakko {
    margin-top: -6px;
    font-size: 28px;
  }

  .hojokin__block-long-number {
    font-size: 28px;
  }

  .hojokin__block-long-small {
    font-size: 16px;
  }

  .hojokin__block-long-sp-small {
    font-size: 15px;
  }

  .hojokin__block-long-kakko {
    font-size: 28px;
  }

  .hojokin__bottom-text {
    font-size: 16px;
  }
  
    .hojokin__bottom-title {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .plan-service-contents-side-margin {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .page-wrap.top {
    overflow: hidden;
  }
}
.contents--base.hojokin_02_inner{
  margin-bottom:75px;
}

.hojokin_02 .plan--h1__title .title_ico{
  position:relative;
  margin-left:40px;
}
.hojokin_02 .plan--h1__title .title_ico:before{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left:-80px;
  width: 72px;
  height: 85px;
  background-size: cover;
  background-image: url(/plan/img/hojokin_ttl_ico_01.png);
}
.hojokin_02 .hojokin-title{
  font-size:36px;
  font-weight: bold;
  text-align: center;
  margin-top:48px;
}
.hojokin_02 .hojokin-title span{
  position:relative;
  border-bottom:dotted 5px #e35f94;
  margin-left:30px;
}

.hojokin_02 .hojokin-title .hojokin-title_ico_01:before{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left:-70px;
  width: 54px;
  height:59px;
  background-size: contain;
  background-image: url(/plan/img/hojokin_ttl_ico_02.png);
}

.hojokin_02 .hojokin-title .hojokin-title_ico_02:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left:-75px;
  width: 62px;
  height:56px;
  background-size: contain;
  background-image: url(/plan/img/hojokin_ttl_ico_03.png);
}
.hojokin_02 .hojokin-title .hojokin-title_ico_03:before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left:-75px;
  width: 62px;
  height:57px;
  background-size: contain;
  background-image: url(/plan/img/hojokin_ttl_ico_04.png);
  background-repeat: no-repeat;
}
.hojokin_02 .hojokin__seido__list{
  width:790px;
  margin:35px auto 0;
}
.hojokin_02 .hojokin__seido__list:after{
  content: "";
  display: block;
  clear: both;
}
.hojokin_02 .hojokin__seido__list li{
  width:306px;
}
.hojokin_02 .hojokin__seido__list li:first-child{
  float:left;
}
.hojokin_02 .hojokin__seido__list li:last-child{
  float:right;
}
.hojokin_02-btn{
  text-align: center;
}
.hojokin_02-btn a{
  color:#fff;
  background:#e35f94;
  border-radius: 6px;
  font-size:18px;
  font-weight: bold;
  position: relative;
  min-width:250px;
  text-align: center;
  display: inline-block;
  padding:10px 20px;
  margin-top:30px;
}
.hojokin_02-btn a:after{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right:15px;
  width: 9px;
  height:16px;
  background-size: cover;
  background-image: url(/plan/img/white_arrow.png);
}
.hojokin_02-btn a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.hojokin_02 .hojokin__merit__block-wrap{
  display:flex;
  justify-content: space-between;
  margin-top:50px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block{
  border:solid 3px #ffe3ef;
  border-radius: 8px;
  width:470px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block h3{
  background:#ffe3ef;
  text-align: center;
  padding:25px 0;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner{
  padding:25px 35px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text{
  font-size:26px;
  font-weight: bold;
  line-height:1.3;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list{
  margin:0 0 30px 25px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list li{
  font-size:26px;
  font-weight: bold;
  position:relative;
  line-height:1.3;
  margin-bottom:10px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list li:last-child{
  margin-bottom:0;
  
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list li:before{
  content:"";
  height: 8px;
  width: 8px;
  display:block;
  border-radius: 50%;
  background: #e35f94;
  position:absolute; 
  top: 25px;
  left: -20px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-red{
  color:#d82d4d;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-large{
  font-size:42px;
  }
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-medium{
  font-size:26px;
  }
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-small{
  font-size:20px;
  }

.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit-image{
  text-align: center;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__note__list{
  margin-bottom:35px;
}
.hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__note__list li{
  font-size:16px;
}
.hojokin_02 .hojokin__kamei__note__list{
  margin-left:1em;
}
.hojokin_02 .hojokin__kamei__note__list li{
  line-height:1.2;
  text-indent:-1em;
  font-size:16px;
  color:#e60000;
}
.hojokin_02 .hojokin__kamei-image{
  margin-top:45px;
}
@media screen and (max-width: 768px) {
  .hojokin_02 .plan--h1__title{
    font-size:18px;
    margin-top:50px;
  }
  .hojokin_02 .plan--h1__title .title_ico {
    margin:50px 0 0;
  }
  .hojokin_02 .plan--h1__title .title_ico:before{
    width:35px;
    height:43px;
    top:-60px;
    left:50%;
    margin-left:-18px;
  }
  
  .hojokin_02 .hojokin-title{
    font-size:21px;
    margin-top:40px;
  }
  .hojokin_02 .hojokin-title .hojokin-title_ico_03{
    font-size:18px;
  }

  .hojokin_02 .hojokin-title .hojokin-title_ico_01:before{
    width: 27px;
    height: 29px;
    top:3px;
    left:-40px;
  }
  .hojokin_02 .hojokin-title .hojokin-title_ico_02:before{
    width:31px;
    height:28px;
    top:3px;
    left:-40px;
  }
  .hojokin_02 .hojokin-title .hojokin-title_ico_03:before{
    width:31px;
    height:28px;
    top:3px;
    left:-40px;
    
  }

.hojokin_02 .hojokin-title span{
  border-bottom: dotted 4px #e35f94;
}

  .hojokin_02 .hojokin__seido__list{
    width:100%;
    margin:0 auto;
    max-width:333px;
  }
  .hojokin_02 .hojokin__seido__list li{
    width:auto;
    float:none!important;
    margin-top:20px;
  }
  .hojokin_02 .hojokin__seido__list li img{
    width:100%;
}
  .hojokin_02-btn a{
    margin-top:15px;
  }

  .hojokin_02 .hojokin__merit__block-wrap{
    margin-top:0;
  }

  .hojokin_02 .hojokin__merit__block-wrap{
    display: block;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block{
    width:100%;
    margin-top:20px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block h3{
    font-size:14px;
    font-weight: bold;
    padding:15px 0;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block h3 .text__strong{
    font-size:19px;
    color:#d82d4d;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner{
    padding:13px 35px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list{
    margin-bottom:15px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list li{
    font-size:18px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-large{
    font-size:24px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-small{
    font-size:18px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__list li:before{
    top:12px;
    left:-15px;
    width:5px;
    height:5px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit-image img{
    width:50%;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text{
    font-size:18px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__text-medium{
    font-size:18px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__note__list{
    margin-bottom:15px;
  }
  .hojokin_02 .hojokin__merit__block-wrap .hojokin__merit__block__inner .hojokin__merit__note__list li{
    font-size:12px;
  }
  .hojokin_02 .hojokin__kamei-image{
    margin-top:20px;
  }
  .hojokin_02 .hojokin__kamei__note__list li{
    font-size:11px;
  }
  .contents--base.hojokin_02_inner{
    margin-bottom:45px;
  }
}



.toroku .contents--base.toroku_inner{
  margin-top:45px;
  margin-bottom:60px;
}
.toroku .toroku__text{
  font-size:16px;
}
.toroku .toroku__image{
  margin-top:30px;
}
.toroku .toroku__title__01{
  margin-top:50px;
  font-size:20px;
  border-bottom:1px dotted #aaa;
}

.toroku .toroku__note__text{
  font-size:12px;
}

.toroku .toroku__box__01{
  border:2px solid #ffe3ef;
  width:750px;
  margin:55px auto 0;
}
.toroku .toroku__box__01 h3{
  background:#ffe3ef;
  color:#333;
  font-size:22px;
  text-align: center;
}
.toroku .toroku__box__01 .toroku__box__inner{
  padding:22px 70px;
}
.toroku .toroku__box__01 .toroku__box__inner:after{
  content: "";
  display: block;
  clear: both;
}
.toroku .toroku__box__01 .toroku__box__inner .toroku__box__img{
  float:left;
  width:77px;
}
.toroku .toroku__box__01 .toroku__box__inner .toroku__box__text{
  float:right;
  width:500px;
  font-size:16px;
}

.toroku .toroku__box__01 .toroku__box__inner .toroku__box__text .toroku__box__text__link{
  margin-top:1em;
  text-align: center;
}
.toroku .toroku__box__01 .toroku__box__inner .toroku__box__text .toroku__box__text__link a{
  color:#000;
  text-decoration: underline;
}
.toroku .toroku__box__01 .toroku__box__inner .toroku__box__text .toroku__box__text__link a:hover{
  text-decoration: none;
}

.toroku .toroku__title__02{
  font-size:28px;
  font-weight: bold;
  text-align: center;
  margin-top:80px;
}
.toroku .toroku__title__02 span{
  position: relative;
}
.toroku .toroku__title__02 span:before{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left:-80px;
  width: 59px;
  height:72px;
  background-size: cover;
  background-image: url(/plan/img/img_toroku_03.png);
}

.toroku .toroku__list li{
  background: url(/plan/img/bg_toroku_list.png) bottom center no-repeat;
  position:relative;
  margin-top:40px;
}

.toroku .toroku__list li .toroku__list-title-wrap{
  position:absolute;
  background:#e35f94;
  border-radius: 80px;
  width:80px;
  height:80px;
  text-align: center;
  color:#fff;
  padding-top:10px;
}
.toroku .toroku__list li .toroku__list-title-wrap .toroku__sub-title-top{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.toroku .toroku__list li .toroku__list-title-wrap .toroku__sub-title-bottom{
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.toroku .toroku__list-text{
  padding:20px 40px 20px 105px;
  font-size:20px;
}
.toroku .toroku__text__02{
  text-align: center;
  margin-top:45px;
}

.toroku .toroku__link-list{
  display: flex;
  width:660px;
  margin:30px auto 0;
}
.toroku .toroku__link-list a{
  color:#333;
  text-decoration: underline;
}
.toroku .toroku__link-list a:hover{
  text-decoration: none;
}
.toroku .toroku__link-list li{
  width:50%;
  text-align: center;
}

.toroku .toroku__link-list .blank-link{
  position:relative;
}
.toroku .toroku__link-list .blank-link:after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right:-20px;
  width: 16px;
  height:16px;
  background-size: cover;
  background-image: url(/plan/img/ico_blank.png);
}

@media screen and (max-width: 768px) {
  .toroku .plan--h1__title{
    font-size:18px;
    text-align: center;
    padding:10px 0;
  }
  .toroku .contents--base.toroku_inner{
    margin-top:17px;
    margin-bottom: 40px;
  }
  .toroku .toroku__text{
    font-size:14px;
  }
  .toroku .toroku__image{
    width:79%;
    margin:25px auto 0;
    max-width:279px;
  }
  .toroku .toroku__title__01{
    font-size:13px;
  }
  .toroku .toroku__box__01{
    width:100%;
    margin-top:30px;
  }
  .toroku .toroku__box__01 h3{
    font-size:14px;
  }
  .toroku .toroku__box__01 .toroku__box__inner{
    padding:10px 5px;
  }
  .toroku .toroku__box__01 .toroku__box__inner .toroku__box__img{
    width:12%;
  }
  .toroku .toroku__box__01 .toroku__box__inner .toroku__box__text{
    width:85%;
    font-size:12px;
  }
  .toroku .toroku__title__02{
    font-size:15px;
    margin: 40px 0 0 20px;
  }
  .toroku .toroku__title__02 span:before{
    width:35px;
    height:43px;
    left: -45px;
  }
  .toroku .toroku__list-text{
    font-size:10px;
    padding:10px 5px 5px 45px;
  }
  .toroku .toroku__list li{
    background: url(/plan/img/bg_toroku_list_s.png) bottom center no-repeat;
    background-position: left bottom;
    margin-top:15px;
    min-height:45px;
  }
  .toroku .toroku__list li .toroku__list-title-wrap{
    width:40px;
    height:40px;
    padding-top:0;
    bottom:7px;
  }
  .toroku .toroku__list li .toroku__list-title-wrap .toroku__sub-title-top{
    font-size:8.5px;
  }
  .toroku .toroku__list li .toroku__list-title-wrap .toroku__sub-title-bottom{
    font-size:8.5px;
    top: 66%;
  }
  .toroku .toroku__text__02{
    margin-top:25px;
    font-size:12px;
  }
  .toroku .toroku__link-list{
    display: block;
    width:100%;
  }
  .toroku .toroku__link-list li{
    margin-top:20px;
    width:100%;
  }
}


.entry__title{
  font-size:26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__title{
    font-size:13px;
  }
}

.joken{
  padding: 57px 0 50px 0;
}

.js-popup-trigger {
  text-decoration: underline;
  cursor: pointer;
  color: #e60000;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vw; 
  height: 100vh;
  margin-top: 0;
}

.popup.is-open {
  display: block;
}

.popup__bg {
  margin-top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 620px;
  height: 500px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  text-align: center; 
}

.popup__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 270px; 
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #004495;
}

.popup__image {
  text-align: center;
}

.popup__text {
  margin-top: 35px;
  font-size: 14px;
}

.popup__close {
  position: absolute;
  top: -12px;
  right: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  line-height: 0;
}

.joken__title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
}
.commission-box{
  position: relative;
  width: 870px;
  margin: 0 auto 25px auto;
  padding: 40px 0;
  background: #fff8cb;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #e60000 solid 4px;
}
.commission-box__note {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 14px;
  text-align: right;
}
.commission-box__text--small{
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: bold;
}
.commission-box__title {
  font-size: 50px;
  color: #e60000;
  line-height: 1;
  margin: 0 auto 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.commission-box__title-line {
  display: inline-block;
  padding: 0 0 15px;
  border-bottom: 2px solid #e60000;
  vertical-align: bottom;
  margin-bottom: 20px;
}

.commission-box__title-line:last-of-type {
  margin-bottom: 0px;
}
.commission-box__title-large{
  font-size: 57px;
  letter-spacing: -0.038em;
}
.commission-box__title-space02{
  letter-spacing: -5px;
}
.commission-box__title-space{
  letter-spacing: -0.36em;
}
.commission-box__title-middle{
  font-size: 30px;
}
.commission-box__title-small{
  font-size: 15px;
}
.commission-box__text--large{
  font-weight: bold;
  font-size: 30px;
}
.commission-box__title-zero {
  font-size: 68px;
}
.commission-box__title-yen {
  font-size: 36px;
  letter-spacing: -0.1em;
}
.joken__note {
  font-size: 16px;
  text-align: center;
  font-weight: 100;
  margin: 0 0 20px;
}

.joken__attention {
  font-weight: 100;
  margin: 0 0 58px;
}

.fee-flow{
  background: #f2f2f2;
  padding: 55px 53px 41px;
  margin: 0 auto 40px;
  width: 980px;
}
.fee-flow__title{
  font-size: 24px;
  margin: 0 0 17px;
  text-align: center;
  line-height: 1;
}

.fee-flow__image-wrap {
  margin: 0 0 60px;
}

.fee-flow__image-wrap:last-of-type {
  margin-bottom: 0;
}

.fee-flow__image {
  margin: 0 0 20px;
}

.fee-flow__image:last-of-type {
  margin-bottom: 0;
}

.system{
  text-align: left;
}
.system__title{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 13px 0;
  line-height: 1;
}

.system__title-icon {
  margin-right: 15px;
  width: 80px; 
  height: 98px;
}

.system__title-icon-top{
  margin-right: 15px;
  width: 80px; 
  height: 83px;
}

.system__text{
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 17px;
}
.system__table{
  margin: 0 0 20px;
}
.system__table table{
  border-collapse: collapse;
}
.system__table th,
.system__table td{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #cccccc solid 1px;
  vertical-align: middle;
}
.system__table th{
  font-size: 16px;
  font-weight: bold;
  width: 327px;
  text-align: left;
  background: #eeeeee;
  padding: 35px 0px 33px 20px;
}
.system__sub-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 8px;
}

.system__sub-text {
  font-size: 14px;
  line-height: 1.5;
}

.system__sub-text a {
  color: #000;
  text-decoration: underline; 
}

.system__note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.system__table td {
  line-height: 1.5;
  font-size: 14px;
  padding: 35px 70px 33px 22px;
}

.faq-link {
  text-align: center;
  font-weight: normal;
  margin: 20px auto 50px auto;
}

.faq-link a {
  border-bottom: 1px #000 solid;
  padding: 0 0 0px;
  color: #000;
  font-size: 14px;
  text-align: center;  
}

.faq-link a:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .joken {
    padding: 30px 0;
  }

  .popup__inner {
    padding: 30px 0;
    width: calc(100% - 60px);
    height: auto;
  }

  .popup__title {
    margin-bottom: 20px;
    width: 170px;
    height: 30px;
    font-size: 15px;
  }

  .popup__image {
    width: 132px;
  }

  .popup__text {
    margin-top: 25px;
    font-size: 10px;  
  }

  .popup__close {
    top: -20px;
    width: 40px;
    height: 40px;
  }

  .joken__title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .joken__note {
    margin-bottom: 30px;
    font-size: 10px;
    letter-spacing: -0.6px;
  }
  .joken__attention {
    margin-bottom: 30px;
    letter-spacing: -0.6px;
  }

  .joken__note--adjust {
    display: inline-block;
    margin: 0 8px;
    text-align: left;
	font-size: 14px;
  }

  .commission-box {
    margin-bottom: 10px;
    padding: 18px 0;
    width: 100%;
  }

  .commission-box__note {
    font-size: 10px;
  }

  .commission-box__title-space02 {
    letter-spacing: -3px;
  }

  .commission-box__text--small {
    font-size: 15px;
  }

  .commission-box__title {
    margin-bottom: 12px;
  }

  .commission-box__title-line {
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e60000;
  }

  .commission-box__title {
    width: auto;
    font-size: 24px;
  }

  .commission-box__title-large {
    font-size: 28px;
  }

  .commission-box__title-middle {
    font-size: 16px;
  }

  .commission-box__title-small {
    font-size: 8px;
  }
  .commission-box__title-zero {
    font-size: 34px;
  }
  .commission-box__title-yen {
    font-size: 18px;
  }

  .commission-box__text--large {
    font-size: 15px;
  }

  .fee-flow {
    padding: 30px 0;
    width: auto;
  }

  .fee-flow__title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .fee-flow__image-wrap {
    margin-bottom: 30px;
  }

  .fee-flow__image {
    margin-bottom: 10px;
  }

  .system__title {
    margin: 0 0 14px;
    font-size: 13px;
  }

  .system__title-icon {
    margin-right: 7px;
    width: 80px;
    height: 98px;
  }

  .system__title-icon-top {
    margin: auto auto 10px auto;
    width: 80px;
    height: 83px;
  }

  .system__text {
    font-size: 12px;
  }


  .system__table {
    margin-bottom: 14px;
  }

  .system__table th,
  .system__table td {
    display: block;
    width: 100%;
    font-size: 12px;
    border-bottom: none;
  }

  .system__table tr:last-of-type td {
    border-bottom: 1px solid #ccc;
  }

  .system__table th {
    padding: 15px 0;
    text-align: center;
  }

  .system__table td {
    padding: 20px 14px;
  }

  .system__sub-title {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .system__sub-text {
    font-size: 10px;
  }

  .faq-link a {
    font-size: 12px;
  }
}

/* top-desk */
.top-desk {
  padding-bottom: 60px;
}
.top-desk__title {
  padding: 45px 0 0;
  text-align: center; 
  font-size: 2.0rem;
  font-weight: bold;
}
.top-desk__inner {
  position: relative; 
  padding: 25px 70px 60px;
}
/*.top-desk__inner:before {
  position: absolute;
  top: -25px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -24px; 
  content: '';
  border-width: 0 24px 25px 24px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}*/
.top-desk__attention {
  box-sizing: border-box; 
  max-width: 730px;
  margin: 45px auto 0;
  padding: 20px 40px 16px;
  border: solid 1px #d7d7d7;
  background: #fff;
}
.top-desk__attention > * + * {
  margin-top: 7px;
}
.top-desk__sub {
  padding-top: 30px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top-desk {
    padding-bottom: 10px;
  }
  .top-desk__title {
    padding: 25px 0 0;
    font-size: 1.2rem;
  }
  .top-desk__sub {
    padding-top: 20px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-desk__inner {
    margin-top: 1rem;
    padding: 12px 10px 10px;
  }
  /*.top-desk__inner:before {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px; 
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
  }*/
  .top-desk__attention {
    max-width: 730px;
    margin: 10px auto 0;
    padding: 15px;
    font-size: 1.0rem;
  }
  .top-desk__attention > * + * {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

#plan.otegaru .ico-attention:before {
	top: 12px;
}

.to-compare-plan a {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 20px auto 30px;
	    padding: 0 1em;
	    width: 40%;
	    color: #fff;
	    font-size: 24px;
	    font-weight: bold;
	    background-color: #ffae00;
	    border-radius: 36px;
	    text-decoration: none;
}

.to-compare-plan a:hover { background-color: #f63; }

@media screen and (max-width: 767px) {
	.to-compare-plan a { width: auto; }
}

