@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */

#mainVisual {
  width: 100%;
  height: 700px;
  background: url("../img/main/mv_bg.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.mv_txt {
  color: #666;
  padding-top: 95px;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mv_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.mv_ttl strong {
  font-size: 3rem;
  font-weight: 500;
}
.mv_txt p {
  font-size: 2rem;
}
  @media screen and (max-width: 767px) {
    #mainVisual {
      height: 106.66vw;
      background: url("../img/main/mv_bg_sp.jpg") center center no-repeat;
      background-size: cover;
      margin-bottom: 15.33vw;
    }
    .mv_txt {
      padding-top: 15vw;
    }
    .mv_ttl {
      font-size: 4vw;
      letter-spacing: 0.25vw;
      margin-bottom: 2vw;
      line-height: 1.5;
    }
    .mv_ttl strong {
      font-size: 4.8vw;
    }
    .mv_txt p {
      font-size: 3.2vw;
    }
  }

/*MESSAGE*/
#index_message {
  padding-bottom: 100px;
}
#index_message .sub_ttl01 {
  position: absolute;
  left: 70px;
  top: 40px;
}
.index_message_txt {
  position: relative;
  padding: 50px 0 10px 295px;
  margin-bottom: 52px;
}
.index_message_txt::after {
  position: absolute;
  left: 240px;
  top: 0;
  content: "";
  width: 150px;
  height: 1px;
  background: #373636;
}
.index_message_txt::before {
  position: absolute;
  left: calc(50% - 65px);
  bottom: 0;
  content: "";
  width: 130px;
  height: 1px;
  background: #373636;
}
.index_message_txt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.index_message_txt p {
  margin-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    #index_message {
      padding-bottom: 17.33vw;
    }
    #index_message .sub_ttl01 {
      left: 0;
      top: -1.66vw;
    }
    .index_message_txt {
      padding: 5.33vw 2vw 4.4vw 16.66vw;
      margin-bottom: 10.66vw;
    }
    .index_message_txt::after {
      left: 14vw;
      width: 20vw;
    }
    .index_message_txt::before {
      left: calc(50% - 20vw);
      width: 40vw;
    }
    .index_message_txt h3 {
      font-size: 4.53vw;
      margin-bottom: 3.33vw;
    }
    .index_message_txt p {
      margin-bottom: 5.33vw;
    }
  }

/*OUR BUSINESS*/
#index_business {
  background: #FAFAFA;
  padding: 65px 0 110px 0;
}
.index_business_txt {
  padding: 25px 0 52px 40px;
}
.index_business_list {
  padding-bottom: 70px;
}
.index_business_list dl {
  width: 255px;
  background: #fff;
  text-align: center;
  line-height: 1.7;
  padding: 0 20px 28px;
}
.index_business_list dt {
  height: 120px;
  border-bottom: solid 1px #959393;
  padding-top: 5px;
  margin-bottom: 15px;
}
  @media screen and (max-width: 767px) {
    #index_business {
      padding: 10.66vw 2vw 17.33vw 2vw;
    }
    .index_business_txt {
      padding: 5vw 0 4.4vw 5vw;
    }
    .index_business_list {
      padding-bottom: 4vw;
    }
    .index_business_list dl {
      width: 66.66vw;
      margin: 0 auto;
      padding: 0 9.33vw 6.66vw;
      margin-bottom: 9.33vw;
    }
    .index_business_list dt {
      height: 28vw;
      padding-top: 0.66vw;
      margin-bottom: 3.73vw;
    }
    .index_business_list dl:nth-child(1) dt img {
      width: 25vw;
    }
    .index_business_list dl:nth-child(2) dt img {
      width: 19.2vw;
    }
    .index_business_list dl:nth-child(3) dt img {
      width: 21.06vw;
    }
    .index_business_list dl:nth-child(4) dt img {
      width: 20.53vw;
    }
  }

/*----------------------------------------------------
  企業型確定拠出年金とは service
--------------------------------------------------- */
#service {
  padding-top: 110px;
}
#consulting {
  margin-bottom: 65px;
}
.com_box .inner {
  padding-left: 170px;
}
.com_box .sub_ttl01 {
  position: absolute;
  left: 0;
  top: -40px;
}
.com_txt {
  position: relative;
  padding: 50px 0 10px 0;
  margin-bottom: 10px;
}
.com_txt::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 150px;
  height: 1px;
  background: #373636;
}
.com_txt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.com_txt p {
  margin-bottom: 40px;
}
.com_txt p strong {
  font-size: 1.8rem;
}
.service_graph dt {
  background: #4B4B4B;
  color: #fff;
  font-size: 1.8rem;
  padding: 4px;
  margin-bottom: 40px;
}
#consulting .service_graph dd p {
  color: #999;
}
#consulting .service_graph dd p a {
  color: #999;
}
  @media screen and (max-width: 767px) {
    #service {
      padding-top: 0;
    }
    #consulting {
      margin-bottom: 12vw;
    }
    .com_box .inner {
      padding: 0;
    }
    .com_box .sub_ttl01 {
      position: absolute;
      left: 0;
      top: -1vw;
    }
    .com_txt {
      padding: 5.33vw 2vw 2vw 15.33vw;
      margin-bottom: 2vw;
    }
    .com_txt::after {
      left: 14vw;
      width: 20vw;
    }
    .com_txt h3 {
      font-size: 4.53vw;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .com_txt p {
      margin-bottom: 6vw;
    }
    .com_txt p strong {
      font-size: 4vw;
    }
    .service_graph {
      padding: 0 2vw;
    }
    .service_graph dt {
      font-size: 4.26vw;
      padding: 1.33vw 2.66vw;
      margin-bottom: 5.33vw;
    }
    #consulting .service_graph dd figure img {
      width: 98%;
    }
    #consulting .service_graph dd p {
      font-size: 3.73vw;
      margin-top: 3vw;
    }
  }

#merit {
  position: relative;
  padding: 35px 0 20px;
  margin-bottom: 105px;
}
#merit::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: calc(50% + 530px);
  height: 100%;
  background: #FAFAFA;
}
#merit .inner {
  z-index: 5;
  padding-left: 25px;
}
#merit h3 {
  padding: 20px 0 50px 40px;
  font-size: 2rem;
}
.merit_wrap {
  padding-left: 50px;
}
.merit_wrap dl {
  margin-bottom: 48px;
}
.merit_wrap dt {
  position: relative;
  padding: 10px 10px 10px 100px;
  background: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.merit_wrap dt span {
  position: absolute;
  left: 0;
  top: 0;
  font-style: italic;
  background: #343434;
  color: #fff;
  height: 100%;
  width: 70px;
  font-size: 4rem;
  text-align: center;
  line-height: 1.5;
  text-indent: -8px;
}
.merit_wrap dd {
  padding-left: 100px;
}
  @media screen and (max-width: 767px) {
    #merit {
      padding: 10.66vw 2vw 3.33vw;
      margin-bottom: 15.33vw;
      background: #FAFAFA;
    }
    #merit::after {
      display: none;
    }
    #merit .inner {
      padding-left: 0;
    }
    #merit h3 {
      padding: 5.33vw 0 6.66vw 0;
      font-size: 4.53vw;
    }
    .merit_wrap {
      padding-left: 0;
    }
    .merit_wrap dl {
      margin-bottom: 9.33vw;
    }
    .merit_wrap dt {
      padding: 2vw 2vw 2vw 14vw;
      line-height: 1.6;
      background: none;
      font-size: 4.26vw;
      margin-bottom: 2.66vw;
    }
    .merit_wrap dt span {
      height: 10.13vw;
      width: 11.73vw;
      font-size: 6.66vw;
      line-height: 1.7;
      text-indent: -1.66vw;
    }
    .merit_wrap dd {
      padding-left: 0;
      letter-spacing: 0.1vw;
    }
  }

#service_business {
  margin-bottom: 20px;
}
#service_business .service_graph dd {
  padding: 0 40px;
  margin-bottom: 75px;
}
#service_business .service_graph dd figure {
  width: 347px;
}
#service_business .service_graph dd figure img {
  width: 100%;
  height: auto;
  border: solid 1px #4B4B4B;
}
.sb_graph_txt {
  width: 420px;
  padding-top: 5px;
}
.sb_graph_txt p {
  margin-bottom: 45px;
}
.sb_graph_txt p:last-child {
  margin-bottom: 0;
}
.sb_ft_txt {
  font-size: 1.8rem;
}
  @media screen and (max-width: 767px) {
    #service_business {
      margin-bottom: 5vw;
    }
    #service_business .service_graph dd {
      padding: 0;
      margin-bottom: 10.66vw;
    }
    #service_business .service_graph dd figure {
      width: 100%;
      margin-bottom: 5vw;
    }
    #service_business .service_graph dd figure img {
      width: 84%;
    }
    .sb_graph_txt {
      width: 100%;
      padding-top: 5px;
    }
    .sb_graph_txt p {
      margin-bottom: 5.33vw;
    }
    .sb_ft_txt {
      padding: 0 2vw;
      font-size: 4.53vw;
    }
  }

/*----------------------------------------------------
  パートナー募集 partner
--------------------------------------------------- */
#partner_welcome {
  padding: 110px 0 30px;
}
.welcome_img {
  position: absolute;
  right: 0;
  bottom: 45px;
}
#partner_welcome .welcome_txt {
  padding: 10px 350px 0 0;
  line-height: 2.5;
}
  @media screen and (max-width: 767px) {
    #partner_welcome {
      padding: 0;
    }
    .welcome_img {
      position: static;
      margin-bottom: 5vw;
    }
    #partner_welcome .welcome_txt {
      padding: 0;
      line-height: 1.7;
    }
  }

#partner_point {
  position: relative;
  padding: 35px 0 70px;
  margin-bottom: 70px;
}
#partner_point::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: calc(50% + 530px);
  height: 100%;
  background: #FAFAFA;
}
#partner_point .inner {
  z-index: 5;
  padding-left: 25px;
}
#partner_point h3 {
  padding: 20px 0 50px 40px;
  font-size: 2rem;
}
  @media screen and (max-width: 767px) {
    #partner_point {
      padding: 10.66vw 2vw;
      margin-bottom: 13.33vw;
      background: #FAFAFA;
    }
    #partner_point::after {
      display: none;
    }
    #partner_point .inner {
      padding-left: 0;
    }
    #partner_point h3 {
      padding: 5.33vw 0 6.66vw 0;
      font-size: 4.53vw;
    }
  }

.point_wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 32px 0 42px;
}
.point_box {
  position: relative;
  width: 295px;
  text-align: center;
  background: #fff;
  padding: 60px 5px 22px;
  letter-spacing: 0.05rem;
}
.point_box span {
  position: absolute;
  left: 30px;
  top: -42px;
  font-style: italic;
  background: #343434;
  color: #fff;
  height: 90px;
  width: 70px;
  font-size: 4rem;
  text-align: center;
  line-height: 1.5;
  text-indent: -8px;
}
.point_box figure {
  margin-bottom: 17px;
}
.point_txt p {
  font-size: 2rem;
  text-decoration: underline;
}
  @media screen and (max-width: 767px) {
    .point_wrap {
      max-width: 100%;
      margin: 0 auto;
      padding: 5vw 0 0;
    }
    .point_box {
      width: 75vw;
      margin: 0 auto 10.66vw;
      padding: 8vw 2vw 6vw;
      letter-spacing: 0.05rem;
    }
    .point_box span {
      left: 4vw;
      top: -6vw;
      height: 13.33vw;
      width: 11.73vw;
      font-size: 6.66vw;
      line-height: 1.7;
      text-indent: -1.66vw;
    }
    .point_box figure {
      margin-bottom: 4vw;
    }
    .point_box figure img {
      width: auto;
      height: 30vw;
    }
    .point_txt p {
      font-size: 4vw;
    }
  }

#partner_message p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
#partner_message .btn01 {
  padding: 15px 0 35px;
}
  @media screen and (max-width: 767px) {
    #partner_message p {
      font-size: 4vw;
      margin-bottom: 6vw;
    }
    #partner_message .btn01 {
      padding: 2vw 0 5vw;
    }
  }

/*----------------------------------------------------
  会社概要 company
--------------------------------------------------- */
#company .sub_ttl01 {
  font-size: 8rem;
  margin-bottom: 55px;
}
.philosophy_box {
  padding-bottom: 70px;
}
.philosophy_box h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 42px;
  text-align: center;
}
.philosophy_box p {
  font-size: 1.8rem;
}
#information ul {
  padding-bottom: 55px;
}
#information li {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 17px;
  border-bottom: solid 1px #9E9D9D;
  padding-bottom: 17px;
}
#information figure {
  padding-bottom: 20px;
}
#information figure img {
  width: 100%;
  height: auto;
}
  @media screen and (max-width: 767px) {
    #company .sub_ttl01 {
      margin-bottom: 5.33vw;
    }
    .philosophy_box {
      padding: 0 2vw 11.33vw;
    }
    .philosophy_box h3 {
      font-size: 4.26vw;
      margin-bottom: 5vw;
      padding-top: 3vw;
    }
    .philosophy_box p {
      font-size: 4vw;
      padding: 0 2vw;
    }
    #value p {
      text-align: left;
    }
    #information {
      padding: 0 2vw;
    }
    #information ul {
      padding-bottom: 5vw;
    }
    #information li {
      max-width: 100%;
      letter-spacing: 0;
      margin: 0 auto 3.33vw;
      padding-bottom: 3.33vw;
      border-bottom: solid 1px #ddd;
    }
    #information figure {
      margin: 0 -2vw;
      padding-bottom: 5vw;
    }
  }

/*----------------------------------------------------
  代表挨拶 message
--------------------------------------------------- */
#message {
  padding-top: 110px;
}
#president h3 {
  min-height: 325px;
  margin: 0;
  padding-bottom: 30px;
}
#president h3 span {
  display: block;
  margin-bottom: 40px;
}
.president_img {
  position: absolute;
  right: 0;
  top: -70px;
}
  @media screen and (max-width: 767px) {
    #message {
      padding-top: 0;
    }
    #president h3 {
      min-height: auto;
      padding-bottom: 1.66vw;
    }
    #president h3 span {
      margin-bottom: 4.4vw;
    }
    .president_img {
      position: static;
      margin-bottom: 5.33vw;
    }
    .president_img img {
      width: 100%;
      height: auto;
    }
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  プライバシーポリシー privacy
--------------------------------------------------- */
#privacy {
  padding-top: 110px;
}
.privacy_wrap {
  position: relative;
  padding-top: 60px;
}
.privacy_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 150px;
  height: 1px;
  background: #373636;
}
.privacy_wrap dl {
  margin-bottom: 50px;
}
  @media screen and (max-width: 767px) {
    #privacy {
      padding: 0 2vw;
    }
    .privacy_wrap {
      padding-top: 5.33vw;
      padding-left: 2vw;
    }
    .privacy_wrap::before {
      width: 20vw;
    }
    .privacy_wrap dl {
      margin-bottom: 5.33vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
  padding: 110px 0 20px;
}
  @media screen and (max-width: 767px) {
#contact {
  padding: 0 2vw 5vw;
}
#contact .com_box .sub_ttl01 {
  position: static;
  line-height: 1.7;
  
}
#contact .com_box .sub_ttl01 span {
  -ms-writing-mode: initial;
  writing-mode: initial;
}
#contact .com_txt {
  padding: 5.33vw 0 0 0;
}
#contact .com_txt::after {
  left: 0;
}
  }

/*inputサイズ*/
.inp_short {
  width:45%;
}
.inp_middle {
  width:65%;
}
.inp_long {
  width:100%;
}
.area_long {
  width:100%;
  height:180px;
}
  @media screen and (max-width: 767px) {
    .inp_short {
      width:60%;
    }
    .inp_middle {
      width:94%;
    }
    .inp_long {
      width:94%;
    }
    .area_long {
      width:94%;
      height:200px;
    }
  }

/*プレースホルダー*/
input::-webkit-input-placeholder { color:#aaa; }
input:-moz-placeholder { color:#666; }
input::-moz-placeholder { color:#666; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

/*フォーム*/
#form_area table {
  width:100%;
  margin-bottom: 65px;
}
#form_area th {
  width:300px;
  padding:15px 20px 15px 30px;
  border:solid 1px #d2d2d2;
  text-align:left;
  vertical-align:top;
  font-weight: 500;
  color: #fff;
  background: #343434;
  font-size: 1.7rem;
}
#form_area th span {
  position: relative;
  display: block;
  margin-top: 5px;
}
#form_area th em {
  position: absolute;
  right: 0;
  top: 3px;
  font-style:normal;
  font-size:1.4rem;
  display:inline-block;
  padding:1px 15px;
  color:#ab0505;
  line-height: 1.8;
  background:#fff;
  font-weight: 600;
}
#form_area th small {
  display: inline-block;
  line-height: 1.6;
  margin-top: 5px;
}
#form_area td {
  padding:16px 25px;
  border:solid 1px #d2d2d2;
  background: #fff;
}
#form_area td dt {
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
}
#form_area td dt::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 20px;
  line-height: 1;
  content: "〒";
}
  @media screen and (max-width: 767px) {
    #form_area table {
      margin-bottom: 5.33vw;
    }
    #form_area th ,#form_area td {
      display:block;
      width:100%;
      box-sizing:border-box;
      border-top: none;
      font-size: 1.6rem;
      padding: 15px;
      line-height: 1.3;
    }
    #form_area th span {
      margin: 0;
      padding-right: 65px;
    }
    #form_area th em {
      font-size:1.3rem;
      top: -2px;
    }
    #form_area th small {
      display: block;
      font-size: 1.5rem;
      font-feature-settings: "palt";
      margin-top: 5px;
    }
    #form_area td {
      padding: 20px 0;
      border: none;
    }
    #form_area td label {
      letter-spacing: 0;
      font-size: 1.5rem;
      margin: 7px 0;
      line-height: 1.4;
    }
  }

/*inputスタイル*/
input, textarea {
  padding: 9px 10px;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #A7A6AA;
  color: #000;
  font-size: 1.6rem;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #E5E4E4;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #E5E4E4;
}
  @media screen and (max-width: 767px) {
    input[type="text"],
    textarea {
      font-size: 1.6rem;
    }
  }

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #9ED6F2;
  border: 1px solid #9ED6F2;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: baseline;
}

input[type="submit"] {
  cursor:pointer;
  display:inline-block;
}

input[type="button"] {
  cursor:pointer;
  display:inline-block;
}

/*ラジオボタン*/
.radio01 {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  display: block;
  vertical-align: text-top;
  margin-right: 0;
}
.radio01:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  content: '';
  z-index: 3;
}
.radio01:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  background-color: #ab0505;
  z-index: 1;
}
.radio01 input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 5px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
  border: none;
}
.radio01 input[type="radio"]:checked {
  box-shadow: none;
}
.radio01 label input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}
.radio01 .formError {
  position: absolute!important;
  left: 0!important;
  top: -38px!important;
  width: 150px;
  z-index: 10!important;
}
.radio01 span {
  position: relative;
  display: inline-block;
}
.radio01 span::before {
  position: absolute;
  content: "";
  z-index: 2;
  width: 22px;
  height: 100%;
  left: -44px;
  top: 0;
  background: #fff;
}
  @media screen and (max-width: 767px) {
    .radio01 .formError {
      top: -36px!important;
      width: auto;
      white-space: nowrap;
    }
    .radio01:before {
      left: 0px;
      top: 3px;
      margin-top: 0;
    }
    .radio01:after {
      top: 6px;
      margin-top: 0;
    }
    .radio01 input[type="radio"] {
      left: -23px;
      top: 0;
      margin: 0px;
    }
  }

/*inputサイズ*/
.block_box {
  padding-top:5px;
}
.inp_short {
  width:50%;
}
.inp_middle {
  width:80%;
}
.inp_long {
  width:100%;
}
.area_long {
  width:100%;
  height:200px;
}
.inp_zip {
  width:120px;
}
.radio_label {
  margin-right:40px;
}
  @media screen and (max-width: 767px) {
    input, textarea , label, select, option {
      font-size:1.6rem;
    }
    .inp_short {
      width:50%;
    }
    .inp_middle {
      width:100%;
    }
    .inp_long {
      width:100%;
    }
    .area_long {
      width:100%;
      height:60vw;
    }
  }

/*ボタン*/
.btnArea {
  text-align:center;
}
.btnArea span:empty {
  display:none;
}
.btnArea span {
  width: 100%;
  position: relative;
  bottom: 0;
  display: inline-block;
  margin: 0 0 20px 0;
  text-align: center;
  background: #999;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: bottom;
}
.btnArea span::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ab0505;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btnArea .btn_send {
  background: #ab0505;
}
.btnArea .btn_back::before {
  background: #171C61;
}
.btnArea .btn_send::before {
  background: #171C61;
}
.btnArea span:hover::before {
  opacity: 1;
  left: 0;
  width: 100%;
}
.btnArea input {
  position: relative;
  width: 100%;
  padding: 0 10px;
  line-height: 60px;
  border:none;
  color:#fff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius:0;
  background: none;
  z-index: 10;
}
.confirm .btnArea span {
  width: 380px;
}
  @media screen and (max-width: 767px) {
    .btnArea span {
      width:100%!important;
      margin: 0 0 4.3vw 0;
    }
    .btnArea span input {
      font-size: 4.3vw;
      line-height: 14vw;
    }
  }

