@charset "UTF-8";
/* 進捗表示
---------------------------------------- */
.koudoku_progress {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .koudoku_progress {
    padding-bottom: 30px;
  }
}
.koudoku_progress ul {
  padding: 0;
  font-size: 0;
}
.koudoku_progress ul li {
  position: relative;
  display: inline-block;
  width: 16%;
  margin-left: 5%;
  padding: 5px 0;
  background-color: #f4f4f4;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .koudoku_progress ul li {
    width: 17.6%;
    margin-left: 3%;
    padding: 13px 0;
    font-size: 1.4rem;
  }
}
.koudoku_progress ul li.active {
  background-color: #222f74;
  color: #fff;
}
.koudoku_progress ul li.disabled {
  background-color: #ddd;
}
.koudoku_progress ul li:first-of-type {
  margin-left: 0;
}
.koudoku_progress ul li:after {
  position: absolute;
  top: calc(50% - 4px);
  left: 112%;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #333;
}
@media (min-width: 768px) {
  .koudoku_progress ul li:after {
    top: calc(50% - 8px);
    left: 106%;
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #333;
  }
}
.koudoku_progress ul li:last-of-type::after {
  display: none;
}
.koudoku_progress ul li span.step {
  display: block;
}
@media (min-width: 768px) {
  .koudoku_progress ul li span.step {
    padding: 0 0 8px 0;
  }
}
.registration p {
  padding: 0 0 10px 0;
}
.registration section {
  padding: 0 0 15px 0;
}
.registration .btn {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.registration section {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .registration p {
    padding: 0 0 15px 0;
  }
  .registration section {
    padding: 0 0 30px 0;
  }
}
/* --------------------------------------------------------------
  購読申し込み
-------------------------------------------------------------- */
.koudoku .btn {
  max-width: 260px;
  margin: 0 auto;
}
.koudoku .btn.yellow {
  background: #222f74;
  border-radius: 6px;
  color: #fff;
}
.koudoku .course .item {
  margin: 0 0 15px 0;
  padding: 10px 10px 5px 10px;
  background-color: transparent;
  box-shadow: 0px 0px 4px 0px #acacac;
}
.koudoku .course .item h3 {
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.koudoku .course .item p:first-of-type {
  text-align: center;
  color: #c17410;
  font-weight: bold;
  padding-bottom: 0;
  font-size: 1.4rem;
}
.koudoku .course .item p.img {
  text-align: center;
}
.koudoku .course .item p.price {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.koudoku .course .item p.price span {
  font-size: 2rem;
}
.koudoku .course .item p.attention {
  max-width: 260px;
  margin: 0 auto;
  color: #ff0000;
  font-size: 1.2rem;
  padding: 0;
}
.koudoku .course .item dl {
  max-width: 260px;
  margin: 0 auto;
}
.koudoku .course .item dl dd {
  font-size: 1.4rem;
}
.koudoku .course .item dl dd.brown {
  color: #c17410;
}
.koudoku .application {
  margin: 0 0 15px 0;
  padding: 10px 10px 0 10px;
  background-color: transparent;
  box-shadow: 0px 0px 4px 0px #acacac;
}
.koudoku .application .col_l {
  text-align: center;
}
.koudoku .application .col_l h3 {
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
}
.koudoku .application .col_l h3 span {
  font-size: 1.6rem;
}
.koudoku .application .col_l h3 span.price_txt {
  font-size: 2rem;
}
.koudoku .application .free_call {
  font-weight: bold;
  text-align: center;
}
.koudoku .application .free_call p {
  padding: 0 0 5px 0;
  color: #000000;
  font-size: 1.5rem;
}
.koudoku .application .free_call p.phone_num {
  padding: 0 0 10px 0;
  color: #f00;
  font-size: 2.2rem;
}
.koudoku .application .attention {
  color: #f00;
}
.koudoku ul.no_style li {
  text-indent: -1em;
  margin-left: 1em;
}
.koudoku .flow {
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  box-shadow: 0px 0px 6px -1px #acacac;
  border-radius: 3px;
}
.koudoku ul.course_list {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.koudoku ul.course_list li {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
  line-height: 2rem;
  position: relative;
  padding: 0 10px 15px 0;
}
.koudoku p.return_course {
  text-align: right;
}
.koudoku p.takuhai_attention {
  margin-top: 15px;
  padding: 0;
}
/* ページ内リンクのずれを解消 */
#about_course, #takuhai, #application_flow, #trial, #three_course {
  margin-top: -55px;
  padding-top: 55px;
}
.koudoku .contents section {
  margin: 0 0 30px 0;
}
.koudoku .contents section section:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .koudoku h2.hl_a + p {
    padding: 0 0 20px 0;
  }
  .koudoku .course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .koudoku .course .item {
    width: 290px;
    margin: 0 0 15px;
    padding: 30px 20px 20px;
    position: relative;
  }
  .koudoku .course .item h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 0 0 0.5em;
  }
  .koudoku .course .item p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 0 15px;
  }
  .koudoku .course .item p:first-of-type {
    min-height: 20px;
    font-size: 1.6rem;
    vertical-align: baseline;
  }
  .koudoku .course .item p.price {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .koudoku .course .item p.price span {
    font-size: 2.2rem;
  }
  .koudoku .course > p:nth-child(1).item2, .koudoku .course > p:nth-child(2).item2 {
    width: 352.5px;
    padding: 0;
  }
  .koudoku .course > p:nth-child(3).item2, .koudoku .course > p:nth-child(4).item2, .koudoku .course > p:nth-child(5).item2 {
    width: 230px;
    padding: 0;
    margin-top: 15px;
  }
  .koudoku .application {
    margin: 0 0 15px 0;
    padding: 20px 20px 15px 20px;
  }
  .koudoku .application:last-of-type {
    margin: 0;
  }
  .koudoku .application .block_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .koudoku .application .block_layout .col_l {
    width: 60%;
    text-align: left;
  }
  .koudoku .application .block_layout .col_l h3 {
    font-size: 1.8rem;
  }
  .koudoku .application .block_layout .col_r {
    width: 40%;
  }
  .koudoku .application .block_layout .col_r p a {
    margin: 0 0 0 auto;
  }
  .koudoku .application .free_call p {
    padding: 15px 0 0 0;
    font-size: 1.8rem;
  }
  .koudoku .application .free_call p.phone_num {
    padding: 0 0 10px 0;
    font-size: 3rem;
  }
  .koudoku ul.no_style {
    margin: 0;
    padding: 15px 0 0 0;
  }
  .koudoku ul.no_style li:last-of-type {
    padding: 0;
  }
  .koudoku .flow {
    margin: 0 0 15px 0;
    padding: 20px 15px 10px 15px;
  }
  .koudoku ul.course_list {
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
  }
  .koudoku ul.course_list li {
    padding: 0 15px;
    width: auto;
    flex: 1 1 auto;
  }
  .koudoku ul.course_list li:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cccccc;
  }
  .koudoku ul.course_list li:first-of-type::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cccccc;
  }
  #about_course, #takuhai, #application_flow, #trial, #three_course {
    margin-top: -55px;
    padding-top: 55px;
  }
}
/* --------------------------------------------------------------
  【購読申込 Step1】ユーザー登録
  【試読申込 Step1】電子版試読申し込み
-------------------------------------------------------------- */
/* 手元に準備するもの */
p.must {
  padding: 5px 0 15px;
  color: #f00;
}
/* ユーザー登録フォーム（WP-Members） */
#wpmem_reg legend, #wpmem_reg .req-text {
  display: none;
}
#wpmem_reg label {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
#wpmem_reg label:first-of-type {
  border-top: solid 1px #ccc;
}
#wpmem_reg label span.req {
  margin-left: 5px;
  color: #f00;
  font-size: 1.3rem;
  font-weight: normal;
}
#wpmem_reg div.div_text, #wpmem_reg .div_select {
  padding: 15px 10px;
  border-bottom: solid 1px #ccc;
}
#wpmem_reg div.div_text input[type="text"], #wpmem_reg div.div_text input[type="password"], #wpmem_reg div.div_text input[type="email"], #wpmem_reg div.div_select select {
  width: 100%;
  padding: 4px;
  border: solid 1px #6f6f6f;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  min-height: 31px;
}
#wpmem_reg div.div_select select {
  height: 33px;
}
#wpmem_reg ul.note {
  padding: 10px 0;
}
#wpmem_reg div.button_div {
  padding: 0 0 20px 0;
}
#wpmem_reg div.button_div input[type='submit'].buttons {
  display: block;
  width: 60%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background-color: #222f74;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
#wpmem_reg div.button_div input[type='submit'].buttons:not(:disabled) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#wpmem_reg div.button_div input[type='submit'].buttons:disabled {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.wpmem_msg {
  color: #f00;
  text-align: left;
  padding: 0 0 10px 0;
}
.mail_attention {
  padding: 10px;
  border: solid 1px #333;
}
.mail_attention h4 {
  padding: 0 0 5px 0;
  font-weight: bold;
}
.mail_attention p {
  padding: 0 0 5px 0;
  word-break: break-all;
}
@media (min-width: 768px) {
  p.must {
    padding: 15px 0 25px;
  }
  #wpmem_reg label {
    display: inline-block;
    width: 30%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    vertical-align: bottom;
  }
  #wpmem_reg div.div_text, #wpmem_reg div.div_select {
    display: inline-block;
    width: 70%;
    height: 60px;
    padding: 12px 20px;
  }
  #wpmem_reg div.div_text:first-of-type {
    border-top: solid 1px #ccc;
    vertical-align: bottom;
  }
  #wpmem_reg div.div_text input[type='text'], #wpmem_reg div.div_text input[type='password'], #wpmem_reg div.div_text input[type='email'], #wpmem_reg div.div_select select {
    height: 35px;
    padding: 0 5px;
  }
  #wpmem_reg div.button_div {
    padding: 0 0 35px 0;
  }
  #wpmem_reg div.button_div input[type='submit'].buttons {
    width: 40%;
    height: 54px;
    line-height: 54px;
  }
  #wpmem_reg ul.note {
    padding: 20px 0 25px;
  }
  .wpmem_msg {
    text-align: center;
  }
}
/* 個人情報保護方針 */
#wpmem_reg #reg_kiyaku_content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
}
#wpmem_reg #reg_kiyaku_content .hl_kiyaku {
  font-weight: bold;
}
#wpmem_reg #reg_kiyaku_content .reg_kiyaku_box {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 20px 10px;
  margin: 0 0 15px;
}
#wpmem_reg #reg_kiyaku_content .reg_kiyaku_box p {
  padding: 10px 0;
}
#wpmem_reg #reg_kiyaku_content .reg_kiyaku_box p:first-child {
  padding-top: 0;
}
#wpmem_reg #reg_kiyaku_content .reg_kiyaku_box > ol > li > ol > li {
  margin-left: 1.5em;
}
#wpmem_reg #reg_kiyaku_content .reg_kiyaku_box:first-of-type > ol > li > ol > li {
  list-style-type: disc;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku {
  text-align: left;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku label {
  border: none;
  background: none;
  height: auto;
  margin: 0 auto;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku input[type='checkbox'] {
  display: none;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku input[type='checkbox']:checked + span:before {
  background: #222f74;
  border: solid 1px #9c9c9c;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku input[type='checkbox']:checked + span:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku span {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 33px;
  cursor: pointer;
  line-height: 1.5;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #fff;
  border: solid 1px #9c9c9c;
  border-radius: 3px;
}
#wpmem_reg #reg_kiyaku_content .p_label_kiyaku span:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 5px;
  width: 15px;
  height: 10px;
  border-left: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #wpmem_reg #reg_kiyaku_content .reg_kiyaku_box {
    padding: 30px 20px;
    margin: 0 0 25px;
  }
  #wpmem_reg #reg_kiyaku_content .p_label_kiyaku {
    text-align: center;
  }
}
/* --------------------------------------------------------------
  【購読申込 Step2】受付完了
  【試読申込 Step2】電子版試読受付完了
-------------------------------------------------------------- */
.koudoku-step2 p.reregist, .trial-step2 p.reregist {
  padding: 10px 0 20px;
}
.koudoku-step2 p.return_top a.btn, .trial-step2 p.return_top a.btn {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .koudoku-step2 p.reregist, .trial-step2 p.reregist {
    padding: 15px 0 25px;
  }
  .koudoku-step2 p.return_top a.btn, .trial-step2 p.return_top a.btn {
    width: 40%;
  }
}
/* --------------------------------------------------------------
  【Step3】お客様情報入力
  【試読申込 Step2-2】電子版試読お客様情報入力
-------------------------------------------------------------- */
/* 購読コースの選択 */
.koudoku-step3 .course, .onecoin-step3 .course {
  padding: 10px;
  background-color: transparent;
  box-shadow: 0px 0px 4px 0px #acacac;
}
.koudoku-step3 .course + .course, .onecoin-step3 .course + .course {
  margin: 10px 0 0 0;
}
.koudoku-step3 .course .name label, .onecoin-step3 .course .name label {
  font-weight: bold;
  color: #000000;
  font-size: 1.6rem;
}
.koudoku-step3 .course .info, .onecoin-step3 .course .info {
  padding: 5px 0;
}
.koudoku-step3 .course .price, .onecoin-step3 .course .price {
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
}
.koudoku-step3 p.attention, .onecoin-step3 p.attention {
  padding: 5px 0 0 0;
}
.koudoku-step3 .payment #cre, .onecoin-step3 .payment #cre {
  padding: 0;
}
.koudoku-step3 .payment #sum.disabled, .onecoin-step3 .payment #sum.disabled {
  color: #ddd;
  pointer-events: none;
}
.koudoku-step3 .payment #sum.disabled span.mwform-radio-field-text::before, .onecoin-step3 .payment #sum.disabled span.mwform-radio-field-text::before {
  border: solid 1px #ddd;
}
.koudoku-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-uname'], .koudoku-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-email'], .onecoin-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-uname'], .onecoin-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-email'] {
  border: none;
  background: transparent;
  border-radius: 0;
}
.koudoku-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-uname']:focus-visible, .koudoku-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-email']:focus-visible, .onecoin-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-uname']:focus-visible, .onecoin-step3 .mw_wp_form_input .custom_form input[type='text'][name='regist-email']:focus-visible {
  outline: none;
  border: none;
  background: transparent;
}
.koudoku-step3 .mw_wp_form_preview .course, .onecoin-step3 .mw_wp_form_preview .course {
  padding: 0;
  background-color: #fff;
  box-shadow: none;
}
.koudoku-step3 .mw_wp_form_preview .course + .course, .onecoin-step3 .mw_wp_form_preview .course + .course {
  margin: 0;
}
.koudoku-step3 .mw_wp_form_preview .course .info, .koudoku-step3 .mw_wp_form_preview .course .price, .onecoin-step3 .mw_wp_form_preview .course .info, .onecoin-step3 .mw_wp_form_preview .course .price {
  display: none;
}
.koudoku-step3 .mw_wp_form_preview #cre, .onecoin-step3 .mw_wp_form_preview #cre {
  padding: 0;
}
.koudoku-step3 .mw_wp_form_preview .name_inline, .onecoin-step3 .mw_wp_form_preview .name_inline {
  display: inline-block;
}
.koudoku-step3 .name_inline:first-of-type, .trial-step2-2 .name_inline:first-of-type, .couponin-step2-2 .name_inline:first-of-type, .onecoin-step3 .name_inline:first-of-type {
  margin: 0 0 10px 0;
}
.koudoku-step3 .name_inline input[type='text'].inline, .trial-step2-2 .name_inline input[type='text'].inline, .couponin-step2-2 .name_inline input[type='text'].inline, .onecoin-step3 .name_inline input[type='text'].inline {
  width: 80%;
}
.koudoku-step3 p.note, .trial-step2-2 p.note, .couponin-step2-2 p.note, .onecoin-step3 p.note {
  padding: 3px 0 0 0;
}
.koudoku-step3 p.agree, .trial-step2-2 p.agree, .couponin-step2-2 p.agree, .onecoin-step3 p.agree {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .koudoku-step3 .course, .onecoin-step3 .course {
    padding: 15px;
  }
  .koudoku-step3 .course + .course, .onecoin-step3 .course + .course {
    margin: 15px 0 0 0;
  }
  .koudoku-step3 .course .name label, .onecoin-step3 .course .name label {
    font-size: 1.8rem;
  }
  .koudoku-step3 .course .info, .onecoin-step3 .course .info {
    padding: 5px 0;
  }
  .koudoku-step3 .course .price .koudoku-step3 .course .price, .onecoin-step3 .course .price .koudoku-step3 .course .price {
    font-size: 2rem;
  }
  .koudoku-step3 .name_inline, .trial-step2-2 .name_inline, .couponin-step2-2 .name_inline, .onecoin-step3 .name_inline {
    display: inline-block;
    width: 45%;
  }
  .koudoku-step3 .name_inline:first-of-type, .trial-step2-2 .name_inline:first-of-type, .couponin-step2-2 .name_inline:first-of-type, .onecoin-step3 .name_inline:first-of-type {
    margin: 0;
  }
  .koudoku-step3 .name_inline input[type='text'].inline, .trial-step2-2 .name_inline input[type='text'].inline, .couponin-step2-2 .name_inline input[type='text'].inline, .onecoin-step3 .name_inline input[type='text'].inline {
    width: 90%;
  }
  .koudoku-step3 .mw_wp_form_preview .name_inline, .trial-step2-2 .mw_wp_form_preview .name_inline, .couponin-step2-2 .mw_wp_form_preview .name_inline, .onecoin-step3 .mw_wp_form_preview .name_inline {
    width: auto;
  }
  .koudoku-step3 p.note, .koudoku-step3 p.agree, .trial-step2-2 p.note, .trial-step2-2 p.agree, .onecoin-step3 p.note, .onecoin-step3 p.agree {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------------------
  【Step4】クレジット決済（単独・併読クレカ）
  【Step5-a】最終確認（単独・併読クレカ）
-------------------------------------------------------------- */
input[type='submit'].paygent_submit {
  display: block;
  width: auto;
  margin: 0 auto;
  background-color: #222f74;
  color: #fff;
  padding: 0 18px;
}
/* --------------------------------------------------------------
  【Step5-b】最終確認（併読合算）
-------------------------------------------------------------- */
.koudoku-step5-b .form_submit {
  padding: 15px 0 0 0;
}
.koudoku-step5-b .form_submit button[type='submit'] {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .koudoku-step5-b .form_submit {
    padding: 30px 0 0 0;
  }
  .koudoku-step5-b .form_submit button[type='submit'] {
    width: 40%;
  }
}
/* --------------------------------------------------------------
  購読申込中止
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .koudoku_error {
    text-align: center !important;
  }
}
/* --------------------------------------------------------------
  新聞宅配コース登録
  宅配版試読申し込み登録
-------------------------------------------------------------- */
.takuhai ul.note, .takuhai-trial ul.note {
  padding: 10px 0;
}
.takuhai p.note, .takuhai-trial p.note {
  padding: 3px 0 0 0;
}
@media (min-width: 768px) {
  .takuhai table.form_table th, .takuhai-trial table.form_table th {
    width: 28%;
  }
  .takuhai ul.note, .takuhai-trial ul.note {
    padding: 20px 0 25px;
  }
  .takuhai p.note, .takuhai-trial p.note {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------------------
  【購読申込 Step1】既にアカウントをお持ちの方
  【試読申込 Step1】既にアカウントをお持ちの方
  【ワンコイン申込 Step1】既にアカウントをお持ちの方
-------------------------------------------------------------- */
#mwform_reg_account div.my_form_submit {
  padding: 0 0 20px 0;
}
#mwform_reg_account div.my_form_submit input[type='submit'] {
  display: block;
  width: 60%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background-color: #222f74;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}
@media (min-width: 768px) {
  #mwform_reg_account div.my_form_submit {
    padding: 0 0 35px 0;
  }
  #mwform_reg_account div.my_form_submit input[type='submit'] {
    width: 40%;
    height: 54px;
    line-height: 54px;
  }
}
