@charset "UTF-8";
/* plan
======================================================================*/
.plan {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  margin-bottom: 120px;
}
.plan.bg_g3 {
  padding-top: 300px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .plan.bg_g3 {
    padding-top: 260px;
    margin-top: 40px;
  }
}
.plan.bg_g3::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background-image: url(../../images/plan/bg_g3.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .plan.bg_g3::before {
    height: 460px;
  }
}
.plan .inner {
  /*max-width: 920px;*/
}
@media screen and (max-width: 480px) {
  .plan {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.plan h2 {
  font-size: 2.6rem;
  padding-bottom: 10px;
  /*margin-bottom: 80px;*/
  text-align: center;
  border-bottom: 1px solid #1E3E23;
  max-width: 860px;
  margin: 0 auto 80px;
}
.plan h2 span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 480px) {
  .plan h2 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .plan h2 span {
    font-size: 1.6rem;
  }
}
/*
.plan p.date{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 80px;
}

@media screen and (max-width: 480px) {
.plan p.date{
    font-size: 1.1rem;
    margin-top: 40px;
}
}
*/
/* plan_intro
======================================================================*/
.plan_intro {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
/*
.plan_intro h3{
    margin-bottom: 120px;
    text-align: center;
}
*/
.plan_intro h4 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}
.plan_intro p.lead {
  line-height: 2.8;
  text-align: center;
    margin-bottom: 40px;
}
/*
.plan_intro h5{
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.plan_intro h5:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 32px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5e8153;
}

.plan_intro p.caption{
    font-size: 1.2rem;
}
*/
.plan_intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 80px;
}
.plan_intro ul::after {
  content: "";
  display: block;
  width: 32%;
}
.plan_intro ul li {
  width: 32%;
  max-width: 320px;
}
.plan_intro ul li.soon img {
  opacity: 0.3;
}
.plan_intro ul li img {
  max-width: 100%;
}
.plan_intro ul li a {
  transition: all 0.3s linear;
}
.plan_intro ul li a:hover {
  opacity: 0.6;
}
.btn_pre {
  margin-bottom: 30px;
}
.btn_pre a {
  transition: all 0.3s linear;
}
.btn_pre a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .plan_intro h4 {
    font-size: 2.4rem;
  }
  .brd_intro ul {
    padding: 20px 0 40px;
  }
  .plan_intro ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .plan_intro {
    padding-top: 30px;
  }
  /*
.plan_intro h3{
    margin-bottom: 60px;
}
*/
  .brd_intro h4 {
    font-size: 2.0rem;
  }
  .plan_intro p.lead {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
      margin-bottom: 20px;
  }
  /*
.plan_intro h5{
    font-size: 1.4rem;
}
*/
}
/* plan_wrap
======================================================================*/
.plan_wrap {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px 20px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan_wrap {
    padding: 30px 0px 10px;
    margin-bottom: 40px;
  }
}
.plan_wrap h3.type {
  padding: 0 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid #2e2624;
}
@media screen and (max-width: 768px) {
  .plan_wrap h3.type {
    padding: 0 20px;
  }
}
/* plan_ttl */
.plan_ttl {
  /*max-width: 920px;*/
  padding: 0 40px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .plan_ttl {
    padding: 0 20px;
  }
}
.plan_ttl img {
  max-width: 100%;
}
.plan_ttl .ttlbox {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .plan_ttl .ttlbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan_ttl .floor {
  width: 51%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .plan_ttl .floor {
    width: 100%;
    text-align: center;
  }
}
/* plan_mid */
.plan_mid {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plan_mid h3 {
  margin-bottom: 20px;
}
.plan_mid h3 img {
  max-width: 100%;
}
.plan_mid h4 {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan_mid h4 {
    font-size: 1.8rem;
  }
}
.plan_mid p.lead {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  line-height: 2.0;
  text-align: left;
  color: #000000;
}
.plan_mid p.caption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 1.0rem;
  text-align: right;
  color: #FFFFFF;
}
.plan_mid .plan_txt {
  /*width: 40%;*/
  width: 45%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .plan_mid .plan_txt {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.plan_mid .plan_ph {
  width: 55%;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .plan_mid .plan_ph {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .plan_mid p.caption {
    right: 28px;
  }
}
/* plan_detail_wrap 0815 */
.plan_detail_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan_detail_wrap {
    padding-bottom: 20px;
  }
}
/* plan_box */
.plan_box {
  /*max-width: 920px;*/
  margin: 0 auto;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  /*0815*/
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plan_box {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.plan_box img {
  max-width: 100%;
}
/* plan_premium */
.plan_premium {
  /*max-width: 920px;*/
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*0815*/
  width: 43%;
}
@media screen and (max-width: 768px) {
  .plan_premium {
    padding: 0 20px;
    width: 100%;
  }
}
.plan_premium img {
  max-width: 100%;
}
.plan_premium h5 {
  margin-bottom: 20px;
}
.plan_premium h5.premium {
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  border-top: 1px solid #C8BB9B;
  border-left: 1px solid #C8BB9B;
  margin-bottom: 40px;
}
.plan_premium h6 {
  font-family: 'Noto Sans JP', 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
  /*height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}
.plan_premium h6 span {
  color: #C8BB9B;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .plan_premium h6 {
    font-size: 1.2rem;
  }
}
/*
.plan_premium h6:after{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c8bb9b;
}
*/
.plan_premium p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  color: #000000;
  /*margin-top: auto;*/
}
.plan_premium ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  flex-direction: column;
}
.plan_premium li {
  /*width: 32%;
    border-top: 1px solid #c8bb9b;
    border-left: 1px solid #c8bb9b;
    border-right: 1px solid #c8bb9b;
    padding: 20px;*/
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #C8BB9B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .plan_premium li {
    width: 100%;
  }
}
/* plan_detail 0911 */
.plan_detail {
  width: 40%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .plan_detail {
    padding: 0 20px;
    width: 100%;
  }
}
.plan_detail ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  flex-direction: column;
}
.plan_detail li {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C8BB9B;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.plan_detail li::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  color: #c8bb9b;
}
@media screen and (max-width: 768px) {
  .plan_detail li {
    width: 100%;
  }
}
.plan_detail h4 {
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan_detail h4 {
    font-size: 1.8rem;
  }
}
.plan_detail p.lead {
  font-size: 1.2rem;
  line-height: 2.0;
  text-align: left;
  color: #000000;
}
.plan_detail .plan_txt {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .plan_detail .plan_txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* plan_box */
.plan_box.wide {
  text-align: center;
  width: 60%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .plan_box.wide {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.plan_premium .plan_ph {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.plan_premium p.caption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 1.0rem;
  text-align: right;
  color: #FFFFFF;
}
.plan_ph_btm {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .plan_ph_btm {
    padding: 0 20px;
  }
}
.plan_ph_btm .plan_ph {
  position: relative;
  width: 100%;
}
.plan_ph_btm .plan_ph p.caption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 1.0rem;
  text-align: right;
  color: #FFFFFF;
}
.plan_tab {
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative;
}
.plan_tab .tabbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 100px;
  background-color: rgba(41, 26, 14, 0.80);
  /*background-color: #6d4526;
    mix-blend-mode: multiply;*/
  z-index: 2;
}
/*
.plan_tab .tabimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
*/
/* 下から */
/* MainVisual
======================================================================*/
.MainVisual {
  min-height: 720px;
  text-align: center;
  background-image: url(../../images/plan/premium_bg@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #DBDBDB;
}
.MainVisual h2 {
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  color: #231815;
  z-index: 11;
  width: 90%;
  max-width: 772px;
}
.MainVisual h2 img {
  max-width: 100%;
}
.MainVisual h2 span {
  display: block;
  font-size: 2.8rem;
  border-top: 1px solid #231815;
  padding-top: 10px;
  margin-top: 20px;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .MainVisual {
    min-height: 540px;
  }
  .MainVisual h2 img {
    max-width: 200px;
  }
  .MainVisual h2 span {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
}
.scrolldown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  height: 90px;
  z-index: 3;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .scrolldown {
    bottom: -45px;
    height: 90px;
    z-index: 3;
  }
}
.scrolldown span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.scrolldown::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 90px;
  background: #fff;
  /*animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;*/
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 90px;
  background: #001d09;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
  30% {
    height: 45px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90px;
    opacity: 0;
  }
}
/* premium_intro
======================================================================*/
.premium_intro {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
}
.premium_intro .inner {
  /*max-width: 920px;*/
}
.premium_intro p.intro {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
}
.premium_intro h3 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}
.premium_intro p.lead {
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: center;
}
.premium_intro .ttlbox {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.premium_intro .phbox {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  position: relative;
}
.premium_intro .phbox p {
  position: absolute;
  bottom: 5px;
  right: 8px;
  z-index: 3;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .premium_intro p.intro {
    font-size: 1.5rem;
  }
  .premium_intro h3 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .premium_intro p.lead {
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: justify;
  }
  .premium_intro .ttlbox {
    margin-bottom: 30px;
  }
  .premium_intro .phbox {
    margin: 30px auto 0;
  }
}
/* premium_01 */
.premium_01, .premium_02, .premium_03 {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .premium_01, .premium_02, .premium_03 {
    padding: 40px 0;
  }
}
.premium_02 .phbox_wide {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .premium_02 .phbox_wide {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.premium_02 .phbox_wide p.caption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  z-index: 3;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .premium_02 .phbox_wide p.caption {
    position: static;
    width: 90%;
    margin: 5px auto 0;
    font-size: 1.1rem;
    text-align: left;
  }
}
.premium_02 .phbox {
  max-width: 1000px;
}
.premium_03 p.caption {
  color: #000000;
}
/* premium_plan
======================================================================*/
.premium_plan {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.premium_plan .inner {
  /*max-width: 920px;*/
}
.premium_plan ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.premium_plan ul li {
  width: 32%;
  max-width: 320px;
}
.premium_plan ul li img {
  max-width: 100%;
}
.premium_plan ul li a {
  transition: all 0.3s linear;
}
.premium_plan ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .premium_plan ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/* premium_login
======================================================================*/
.premium_login {
  width: 100%;
  text-align: center;
  /*padding-top: 40px;*/
}
.premium_login h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.premium_login h4 span {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.premium_login h4 span:after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5e8153;
}
.premium_login p.lead {
  line-height: 2.8;
  text-align: center;
}
.premium_login ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 40px;
}
.premium_login ul li {
  width: 32%;
  max-width: 320px;
  padding: 10px 20px 30px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.premium_login ul li img {
  max-width: 100%;
}
.premium_login ul li a {
  transition: all 0.3s linear;
}
.premium_login ul li a:hover {
  opacity: 0.6;
}
a.premium_entry {
  width: 80%;
  max-width: 438px;
  height: 43px;
  margin: 20px auto;
  transition: all 0.3s linear;
  background-color: #5E8153;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/plan/arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 2.2rem;
  color: #ffffff;
}
a.premium_entry:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .premium_login h4 {
    font-size: 2.4rem;
  }
  .premium_login ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .premium_login h4 {
    font-size: 2.0rem;
  }
  .premium_login p.lead {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
  }
}
/*** login_wrap ***/
.login_wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .login_wrap {
    margin-bottom: 40px;
  }
}
.login_wrap h5 {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.login_wrap p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .login_wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }
}
.login_wrap p.error {
  font-size: 2.0rem;
  color: #FF0004;
}
.login_wrap form {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.login_wrap input[type="password"] {
  width: 320px;
  padding: 10px;
  font-size: 1.6rem;
  color: #000000;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .login_wrap input[type="password"] {
    font-size: 1.2rem;
  }
}
/*--focus--*/
.login_wrap input[type="password"]:focus {
  background-color: #f4f4f4;
}
.login_wrap button[type="submit"] {
  width: 130px;
  padding: 7px 10px;
  font-size: 2.0rem;
  color: #FFFFFF;
  background-color: #5e8153;
  border: solid 1px #5e8153;
  transition: all 0.3s linear;
  background-image: url(../../images/plan/arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 6px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .login_wrap button[type="submit"] {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}
.login_wrap button[type="submit"]:hover {
  opacity: 0.6;
}