@charset "UTF-8";


@charset "UTF-8";


.roomy li {margin-bottom: 10px;}
.form p {margin-bottom: 5px; margin-top: 10px;}
.form p.hint {margin-bottom:5px;color: #c00;}

.form label{display: inline-block;}

.form-action .btn {
    min-width:auto;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 450px;
    height: 50px;
    padding: 5px 35px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    background-color: #E46268;
    color:#fff;
}
}
.form-action .btn.prev {background-color: #999;}
.form-action .btn.prev::before {display: none;}
.label.require{background-color: #ef93af;}

.submit_button { margin: -20px -30px 0; }
.submit_button .btn_send, .submit_button .btn_back { margin: 20px 30px 0; display: inline-block; width: 300px; max-width: 100%; padding: 15px 5px; border-radius: 5px; color: #fff; font-size: 1.125em; font-weight: bold; line-height: 1.3; text-decoration: none; text-align: center; }
.submit_button .btn_send:hover, .submit_button .btn_back:hover { opacity: .8; }
.submit_button .btn_send::after, .submit_button .btn_back::after { display: none; }
@media screen and (max-width: 960px) {
.submit_button { margin: -15px -15px 0; }
.submit_button .btn_send, .submit_button .btn_back { margin: 15px 15px 0; width: 250px; }
}
@media screen and (max-width: 560px) {
.submit_button { text-align: center; }
.submit_button .btn_send, .submit_button .btn_back { padding: 10px 5px; }
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=number], .form textarea { padding: 12px 10px 10px; border-width: 1px; border-style: solid; border-color: #cccccc; margin-bottom: 10px;}
.form select { padding: 12px 10px 10px; border-width: 1px; border-style: solid; border-color: #cccccc; /*width: 100%;*/ }

/* ラベル
-------------------------------------------------- */
.label { display: inline-block; padding: 7px 10px; margin-bottom: 2px; background-color: #666; border-radius: 4px; font-size: .75em; color: #fff; line-height: 1.2; }

.wp_entry .label.red {
  background: #E43B65; }

em.simple{background-image: none;padding: 0;}
em.simple::before,em.simple::after {display: none;}

.next-nav.upper a::after{
background: url(../img/upper_nav.png) no-repeat 50% 50%;
background-size: 100% auto;
}

.next-nav.upper a::before {
left: 22px;
transform: scale(-1, 1);
}
.next-nav.upper a {
padding: 20px 40px 20px 65px;
}

.h1-sub{
  vertical-align: middle;
  font-size: .6em;
}
@media screen and (max-width: 560px) {
.h1-sub{
  vertical-align: baseline;
  font-size: .6em;
  display: block;
  margin-bottom: .4em;
}
}