@charset "utf-8";

.menu_nav_sp {
  padding-left: 0;
}

p {
  margin: 0;
}

body {
  margin: 0;
}

main {
  width: 960px;
  margin: 0 auto;
}

.title {
  text-align: center;
  background-color: #53c3af;
  color: white;
  width: 100%;
  font-weight: normal;
}

.h3_title {
  margin-bottom: 0;
}

.h3_title:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 30px;
  margin-right: 12px;
  background: #53c3af;
  border-radius: 16px;
}

.price_img-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.img-wrapper {
  width: 30%;
}

.price_font {
  line-height: 1.75rem;
  font-size: 1.15rem;
  font-weight: bold;
}

.price-img {
  width: 100%;
}

.price-img img {
  width: 100%;
}

.text {
  line-height: 1.75rem;
  font-size: 1.15rem;
}

.plan {
  width: 100%;
}

.price {
  text-align: center;
  width: 30%;
  padding: 15px;
}

.point {
  padding: 20px 10px;
}
.point_ {
  float: right;
  line-height: 1.75rem;
  font-size: 1.15rem;
}

.head {
  background-color: #ffc7af;
}

.bg {
  background-color: #ffdbc9;
}

.font_setting {
  line-height: 1.75rem;
  font-size: 1.15rem;
  margin: 30px 0;
}
.cash_step_container {
  margin: 50px 30px;
  display: flex;
}

.cash_step_img {
  width: 50%;
}

.cash_step_img img {
  width: 100%;
}

.step_msg {
  width: 50%;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}

.step_h2 {
  color: #53c3af;
}
.step_p {
  line-height: 1.75rem;
  font-size: 1.15rem;
  word-wrap: break-word;
}
.red {
  color: red;
}

.transfer {
  line-height: 1.75rem;
  font-size: 1.15rem;
  margin: 30px 0;
}

@charset "shift-jis";

/*------------------------------------
�Œ��̐����y�[�W����
------------------------------------*/

.sub-menu {
  width: 100%;
}
.static_page_h2_ttl {
  padding: 24px 0;
  margin-bottom: 24px;
  min-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  background: #53c3af;
  margin: 2px;
}

.mainimg {
  text-align: center;
}

.txt_cntr {
  display: flex;
  width: 30%;
}

.title {
  text-align: center;
}

.title-text {
  text-align: center;
}

/* 背景色 */

.bg-color {
  background-color: #fefede;
}

.use {
  text-align: center;
  width: 40%;
  margin: 12px;
}

.font {
  text-align: center;
  color: red;
  float: left;
}

/*  */
.b {
  width: 100%;
}
.qa {
  color: blue;
  margin: 30px 30px;
  text-align: center;
}
.txt-contents {
  width: 80%;
  display: inline-block;
  font-size: 14px;
}

table,
td,
th {
  border: 2px #808080 solid;
}

.arrow_box {
  position: relative;
  /* float: right; */
  background: red;
  padding: 15px 10px;
  margin-left: 39px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: red;
  right: 100%;
  top: 50%;
}

.step_wrapper {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}

.use_flow {
  margin-bottom: 30px;
}

.step {
  width: 30%;
}

.step_title {
  text-align: center;
  margin: 0;
  line-height: 1.75rem;
  font-size: 1.15rem;
}

.step_message {
  margin-top: 0;
  line-height: 1.75rem;
  font-size: 1.15rem;
}

.step_img {
  display: block;
  width: 100%;
}

.and_more_link {
  margin-top: 1.5vw;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.75rem;
  height: 1.75rem;
  color: #0091c4;
}
