@charset "utf-8";
.formwrap dl:after,
.reserve div a:before,
.sitter_about:after {
    content: "";
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: 700;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;
}
@media all and (-ms-high-contrast:none) {
    body {
        font-family: Verdana,Meiryo,sans-serif;
    }
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
h2 {
    font-size: 24px;
}
.hero {
    position: relative;
    height: 100vh;
    background: url("../img/hero.jpg") 100% 100%/cover no-repeat;
}
.hero h1 {
    position: absolute;
    top: calc(50vh - 47px);
    left: calc(50vw - 500px);
    color: #ff7878;
    font-size: 47px;
}
.guide {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 50px auto;
}
.guide > div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 0 320px;
    height: 149px;
    padding: 0 10px;
    box-sizing: border-box;
}
.guide > div:nth-of-type(n+2) {
    border-left: solid 1px #aac5ca;
}
.guide > div .imgbox {
    display: flex;
    align-items: center;
    height: 55px;
}
.guide > div h2 {
    margin-top: 10px;
    margin-bottom: 21px;
}
.guide > div p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}
.sitter {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 71px;
    background: #ffe3e3;
}
.sitter h2 {
    margin-bottom: 17px;
}
.sitter > p {
    margin-bottom: 43px;
    font-size: 14px;
}
.sitter .sitter_detail {
    display: flex;
    width: 960px;
    height: 284px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}
.sitter .sitter_detail:nth-of-type(n+2) {
    margin-top: 60px;
}
.sitter .sitter_detail .leftbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 424px;
    border-radius: 20px 0 0 20px;
}
.sitter .sitter_detail .rightbox {
    width: 536px;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    line-height: 20px;
}
.sitter_detail .rightbox p {
    line-height: 26px;
}
.sitter_detail .rightbox p:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 20px;
}
.sitter span.fs18 {
    font-size: 18px;
}
.sitter span.bold {
    font-weight: 700;
}
.sitter span.red {
    color: #e21b39;
}
.sitter_about_wrap {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin-top: 56px;
}
.sitter_about {
    position: relative;
    width: 224px;
    height: 152px;
    box-shadow: 0 5px 7px rgba(139,195,74,.15);
    border-radius: 7px;
}
.sitter_about:after {
    display: block;
    clear: both;
}
.sitter_about img {
    border-radius: 7px 7px 0 0;
    vertical-align: bottom;
}
.sitter_about .sittercount,
.sitter_about .sitterprice {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 26px;
    box-sizing: border-box;
    float: left;
    z-index: 2;
}
.sitter_about .sitterprice {
    padding-left: 5px;
    background: #8bc34a;
    box-shadow: 0 5px 5px rgba(0,0,0,.08);
    border-radius: 0 0 0 7px;
}
.sitter_about .sitterprice p,
.sitter_about .sitterprice span {
    color: #fff;
    font-size: 14px;
}
.sitter_about .sittercount {
    justify-content: right;
    padding-right: 5px;
    background: #fafafa;
    border-radius: 0 0 7px;
    box-shadow: 0 5px 5px rgba(0,0,0,.08);
    color: #444;
    font-size: 14px;
}
.sitter_about .sitteraddress {
    position: absolute;
    display: flex;
    align-items: end;
    bottom: -26px;
    width: auto;
    height: 46px;
    background: #fff;
    border-radius: 0 0 7px 7px;
    color: #5e7c6d;
    z-index: 1;
}
.reserve div,
.reserve div a {
    justify-content: center;
    display: flex;
}
.sitter_about .sitteraddress p,
.sitter_about .sitteraddress span {
    padding: 5px;
    font-size: 14px;
}
.reserve {
    margin: 80px 0;
}
.reserve div a {
    position: relative;
    align-items: center;
    width: 640px;
    height: 74px;
    border: 1px solid #3ecc73;
    border-radius: 5px;
    color: #3ecc73;
    font-size: 30px;
    font-weight: 700;
}
.reserve div a:before {
    position: absolute;
    top: -40px;
    left: 15%;
    width: 80px;
    height: 129px;
    background: url("../img/定期予約子ども画像.png");
}
.voice {
    width: 960px;
    margin: 114px auto 0;
    padding-top: 34px;
    border-top: solid 1px #aac5ca;
    border-bottom: solid 1px #aac5ca;
    text-align: center;
}
.voice h2 {
    margin-bottom: 20px;
}
.voice > P {
    margin-bottom: 83px;
    font-size: 14px;
}
.voice .voice_detail {
    display: flex;
    width: 800px;
    margin-bottom: 84px;
    text-align: left;
}
.voice_detail .imgblock {
    width: 103px;
    height: 103px;
    margin: 71px 46px 0 71px;
    border-radius: 103px;
    border: 1px solid #aac5ca;
    box-sizing: border-box;
}
.voice_detail .contentsblock {
    width: 580px;
}
.voice_detail .contentsblock p {
    line-height: 24px;
}
.voice_detail .contentsblock .small {
    margin-bottom: 10px;
    font-size: 14px;
}
.voice_detail .contentsblock .big {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.voice .readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 222px;
    height: 34px;
    margin: 0 auto 83px;
    background: #ef5350;
    border-radius: 5px;
    box-shadow: 0 6px 9px rgba(239,83,80,.51);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.news {
    margin-bottom: 100px;
    text-align: center;
}
.news h2 {
    margin: 50px auto;
}
.news .news_detail {
    display: flex;
    width: 700px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #aac5ca;
    text-align: left;
}
.news .news_detail_contents {
    flex: 1 1;
    margin-right: 20px;
}
.news .news_detail_contents span {
    display: block;
    margin: 5px 0 12px 10px;
    font-size: 14px;
    float: left;
}
.news .news_detail_contents .tag {
    margin: 0 0 12px;
    padding: 5px 36px;
    background: #40c4ff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.news .news_detail_contents a,
.news > a {
    font-size: 14px;
    text-decoration: underline;
}
.news .news_detail_contents a {
    clear: both;
    display: block;
    line-height: 24px;
}
.bleadnav ul,
.modalform,
.w960 {
    display: flex;
}
.news .news_detail_img {
    width: 160px;
    height: 90px;
    background: #87ceeb;
    border-radius: 5px;
}
.modalform > div:first-of-type {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #aaa;
}
.modalform dl {
    overflow: hidden;
}
.modalform dl:nth-of-type(n+2) {
    margin-top: 10px;
}
.modalform dt {
    width: 100px;
    padding: 5px 5px 5px 0;
    text-align: right;
}
.modalform dd,
.modalform dt {
    float: left;
}
.modalform input {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.modalform > div:last-of-type {
    display: flex;
    align-items: center;
}
.modalform button {
    width: 95px;
    padding: 10px;
    background: #90a4ae;
    box-shadow: 0 3px 6px rgba(144,164,174,.7);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    transition: opacity 0.3s;
}
.modalform button:hover {
    opacity: 0.8;
}
.bleadnav ul {
    padding: 77px 0;
}
.bleadnav .arrow {
    margin: 0 5px;
}
.bleadnav a {
    text-decoration: underline;
}
.w960 {
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
}
.contactform {
    width: 100%;
    max-width: 557px;
    margin: 50px auto 150px;
    padding: 43px 0;
    background: #eee;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.5);
    text-align: center;
}
.contactform h1 {
    margin-bottom: 37px;
    color: #444;
    font-size: 24px;
    font-weight: 700;
}
.contactform .p1 {
    font-size: 14px;
    font-weight: 700;
}
.contactform .p2 {
    margin-top: 29px;
	font-size: 12px;
	padding:0 5em;
}
.contactform .p2 a {
    font-size: 12px;
}
.contactform a.red {
    color: #ff6464;
}
.contactform a.line {
    text-decoration: underline;
}
.contactform .formwrap {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.formwrap .errmsg {
    margin-top: 38px;
    text-align: left;
    line-height: 20px;
    color: #ef5350;
}
.formwrap input,
.formwrap textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 38px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.5) inset;
    font-size: 14px;
}
.formwrap textarea {
    height: 324px;
    resize: vertical;
}
::-webkit-input-placeholder {
    color: #757575;
}
:-ms-input-placeholder {
    color: #757575;
}
:placeholder-shown {
    color: #757575;
}
.formwrap .attention {
    width: 100%;
    margin-top: 53px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #ffe1e9;
    border: 1px solid #c697a3;
    border-radius: 5px;
    text-align: left;
    line-height: 28px;
    color: #444;
    font-size: 14px;
}
.formwrap button,
.formwrap2 button {
    display: block;
    width: 230px;
    height: 41px;
    margin: 44px auto 43px;
    background: #26c6da;
    box-shadow: 0 5px 18px rgba(38,198,218,.56);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.formwrap button.cancel,
.formwrap2 button.cancel {
    background: #86b2b7;
    box-shadow: 0 5px 18px rgba(128, 179, 186, 0.6);
}
.formwrap dl {
    margin-top: 20px;
    text-align: left;
}
.formwrap dl:after {
    display: block;
    clear: both;
}
.formwrap dd,
.formwrap dt {
    float: left;
    width: 200px;
    min-height: 45px;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: solid 1px #bdbdbd;
}
.formwrap dd {
    width: 230px;
}
.formwrap dd.w100,
.formwrap dd:last-of-type {
    width: 100%;
    clear: both;
    padding-left:1em;
    padding-left:1em;
}
@media (max-width: 480px) {
	.formwrap dt{
		font-weight:bold;
	}
	.formwrap dd{
		padding-left:1em;
	}
}
.faq__searchwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 64px 0;
}
input.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
}
.faq__searchwrap input {
    width: 430px;
    height: 44px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #717171;
    font-size: 16px;
}
.faq__searchwrap button {
    width: 114px;
    height: 43px;
    margin-left: 15px;
    background: #00bfa5;
    box-shadow: 0 5px 5px rgba(0,191,165,.36);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.faq__searchwrap button span {
    color: #fff;
    font-weight: 700;
}
.faq__searchwrap button i {
    color: #fff;
    font-size: 1.1em;
    margin-right: 10px;
}
.faq__mainwrap {
    display: flex;
    width: 960px;
    min-height: calc(100vh - 70px - 183px - 173.5px);
    margin: 0 auto;
    padding-bottom: 100px;
}
.faq__mainwrap .faq__leftside {
    width: 220px;
    border-right: solid 1px #cfd8dc;
}
.faq__leftside h3 {
    color: #444;
    font-weight: 700;
}
.faq__leftside li a {
    position: relative;
    display: block;
    padding: 13px 0 13px 32px;
    color: #444;
    font-size: 14px;
}
.faq__leftside li a i {
    position: absolute;
    right: 12px;
}
.faq__mainwrap .faq__contents {
    width: 740px;
    padding-left: 72px;
    box-sizing: border-box;
}
.faq__contents h1 {
    margin-bottom: 50px;
}
.faq__contents h1 span {
    color: #444;
    font-size: 26px;
}
.faq__contents li {
    margin-bottom: 21px;
}
.faq__contents li .answer,
.faq__contents li .question {
    line-height: 20px;
}
.faq__contents li .answer,
.faq__contents li .answer p,
.faq__contents li .question,
.faq__contents li .question p {
    color: #444;
    font-size: 14px;
}
.faq__contents li .question {
    cursor: pointer;
}
.faq__contents li .answer {
    display: none;
    width: 100%;
    margin-top: 14px;
    padding: 17px;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
}
.wrapper {
    min-height: calc(100vh - 70px - 183px);
}
.wrapper .msg {
    color: red;
}
.register_member input,
.register_member select,
.register_member textarea {
    box-sizing: border-box;
    background: #fdfdfd;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.5) inset;
}
.register_member .w100 {
    width: 100%;
}
.register_member .w50 {
    width: 50%;
}
.register_member .w30 {
    width: 32%;
}
.register_member .register_progress {
    display: none;
    width: 960px;
}
.register_member .register_progress div {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
}
.register_progress .arrow_g:before,
.register_progress .arrow_r:before {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    left: -9px;
    display: block;
    width: 18px;
    height: 21px;
}
.register_progress .arrow_g:before {
    background: url("../img/arrow_g.png");
}
.register_progress .arrow_r:before {
    background: url("../img/arrow_r.png");
}
.register_member .register_progress > img {
    display: none;
    width: 100%;
}
._register_progress {
    width: 100%;
    margin: 24px 0;
}
._register_progress ol {
    display: flex;
    overflow: hidden;
    width: 100%;
}
._register_progress li {
    flex: 1 1 auto;
    margin: 0 0.5em 0 1em;
}
._register_progress a {
    width: calc(100% - 2em);
    background: #eee;
    padding: 1.5em 1em;
    float: left;
    text-decoration: none;
    text-align: center;
    color: #444;
    position: relative;
}
._register_progress .current a,
._register_progress a:hover {
    background: #f99;
    color: #fff;
}
._register_progress a::after,
._register_progress a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3em;
}
._register_progress a::before {
    border-width: 3em 0 3em 1em;
    border-style: solid;
    border-color: #eee #eee #eee transparent;
    left: -1em;
}
._register_progress a:hover::before {
    border-color: #f99 #f99 #f99 transparent;
}
._register_progress a::after {
    border-top: 3em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 1em solid #eee;
    right: -1em;
}
._register_progress a:hover::after {
    border-left-color: #f99;
}
._register_progress .current a::before {
    border-color: #f99 #f99 #f99 transparent;
}
._register_progress .current a::after {
    border-left-color: #f99;
}
.formtable_td .caption {
    display: inline-block;
    margin-top: 0.5em;
}
.register_member .formtable {
    width: 100%;
    margin: 24px 0;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.5);
}
.formtable .btn_add,
.register_member .btn_submit {
    background: #63B6BD;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.5);
}
.formtable .formtable_th {
    width: 200px;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    color: #666;
    font-weight: 400;
}
.formtable .formtable_td {
    width: calc(100% - 200px);
    padding: 12px 0;
    line-height: 1.2em;
}
.formtable .formtable_td p {
    line-height: 1.2em;
}
.formtable .formtable_td textarea {
    width: 100%;
    height: 10em;
    resize: vertical;
}
.formtable .formtable_td select {
    padding: 0;
}
.formtable .formtable_td input[type=radio] {
    margin: 0 5px;
}
.formtable .formtable_td p:nth-of-type(n+2) {
    padding-top: 24px;
}
#memberbirthday1,
.mkbirthday_dpicker{
    display: block;
}
#memberbirthday2,
.mkbirthday_dpicker_sp{
    display: none;
}
.register_member button {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.register_member .btn_submit {
    display: block;
    margin: 20px auto 50px;
    padding: 20px 40px;
}
.formtable .btn_add {
    padding: 10px 16px;
}
.formtable .btn_del {
    position: relative;
    width: 4%;
    padding: 5px 0;
    box-sizing: border-box;
    background: #f08080;
    text-align: center;
}
.formtable .btn_del span {
    color: #fff;
}
.formtable img.thumb {
    max-width: 400px;
}
.register_member .formtable_wrap {
    position: relative;
    width: 100%;
    padding-top:1px;
}
.formtable_wrap .formtable {
    border-radius: 5px 0 5px 5px;
}
.formtable_wrap .close {
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 25px;
    background: #f08080;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
}
.register_member .btn_wrap {
    display: flex;
    width: 100%;
}
.btn_wrap #addform {
    margin: 10px 0;
}
.register_member .formtable_kids {
    width: 100%;
}
.formtable_kids:nth-of-type(n+2) {
    display: none;
}
.formtable_kids button,
.formtable_wrap button:not(.close) {
    display: block;
    margin: 20px 0 10px;
    padding: 20px 40px;
    background: #63B6BD;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.5);
}
.register_member .finish {
    flex-direction: column;
    align-items: center;
}
.register_member .finish > div:nth-of-type(2) {
    background: #eee;
    margin-top: 50px;
    padding: 20px 30px;
    border-radius: 10px;
    box-sizing: border-box;
}
.register_member .finish p {
    line-height: 1.3em;
}
.header_register nav {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 auto;
    width: 960px;
    height: 75px;
}
.header_register nav .tel {
    margin-left: auto;
}
.sp_br{
    display:none;
}
@media screen and (max-width:959px) {
    .faq__contents h1,
    .faq__leftside h3 {
        text-align: center;
    }
    .contactform {
        width: calc(100% - 20px);
        padding: 43px 10px;
        box-sizing: border-box;
	}
	.contactform .p2 {
		padding:0;
	}	
    .register_member .header_register nav {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .register_member .w960 {
        width: 100%;
    }
    .register_member .formtable {
        width: calc(100% - 20px);
        margin: 24px 10px;
    }
    .register_member .btn_wrap {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .formtable_wrap .close {
        right: 10px;
    }
    .formtable_kids .btn_plus {
        margin: 20px 10px 10px;
    }
    .register_member .finish div {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .faq__mainwrap {
        width: 100%;
        flex-flow: column-reverse wrap;
    }
    .faq__mainwrap .faq__contents,
    .faq__mainwrap .faq__leftside {
        width: 100%;
        padding: 0 51px;
        box-sizing: border-box;
    }
    .faq__mainwrap .faq__leftside {
        border-right: none;
    }
    .faq__leftside li {
        border-bottom: solid 1px #cfd8dc;
    }
    .faq__leftside li a {
        padding: 13px 0;
    }
    .faq__leftside h3 {
        margin-bottom: 50px;
        padding: 10px;
        background: #f48fb1;
        border-radius: 5px;
        color: #fff;
    }
    .faq__contents h1 span {
        box-shadow: 0 5px 0 #f48fb1;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:599px) {
    .sp_br{
        display:inline;
    }
    .register_header_tel {
        max-width: 100%;
        margin-left: 10px;
    }
    .register_member p,
    .register_member span {
        font-size: 14px;
    }
    .register_member .register_progress {
        display: block;
    }
    .register_member .register_progress div {
        display: none;
    }
    .register_member .register_progress > img {
        display: inline;
    }
    ._register_progress li {
        margin: 0 8px;
    }
    ._register_progress a {
        width: 100%;
        padding: 1.5em 0;
        font-size: 12px;
    }
    .formtable {
        width: calc(100% - 10px);
        margin: 24px 5px;
        padding: 5px;
    }
    .formtable:after {
        content: "";
        display: table;
        clear: both;
    }
    .formtable .formtable_td,
    .formtable .formtable_th {
        width: 100%;
        float: left;
        font-size: 14px;
    }
    .formtable .formtable_td p {
        font-size: 14px;
    }
    .formtable #station .form_eki {
        position: relative;
        width: 95%;
        margin: 5px 5px 5px 0;
        padding: 5px;
        border: 1px solid silver;
        border-radius: 5px;
    }
    .formtable #station .form_eki select{
        width:90%;
    }
    .formtable .formtable_td .w50 {
        width: 100%;
    }
    .formtable .formtable_td .w30 {
        width: 96%;
    }
    .formtable .formtable_td input,
    .formtable .formtable_td label,
    .formtable .formtable_td select,
    .formtable .formtable_td textarea {
        padding: 10px;
        font-size: 14px;
    }
    .formtable .formtable_td input[name=memberzip],
    .formtable .formtable_td select[name="companycode[]"],
    .formtable .formtable_td select[name="routecode[]"] {
        margin-bottom: 24px;
    }
    .formtable .formtable_td input[type=file] {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        font-size: 14px;
    }
    #memberbirthday1,
    .mkbirthday_dpicker{
        display: none;
    }
    #memberbirthday2,
    .mkbirthday_dpicker_sp{
        display: block;
    }
    .formtable .btn_del {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 0;
    }
    .formtable .btn_del span {
        position: absolute;
        top: -2px;
        left: 5px;
        font-size: 30px;
    }
    .formtable .form_eki .btn_del span {
        top: 11px;
    }
    .formtable img.thumb {
        max-width: 100%;
    }
    .register_member .btn_wrap {
        width: calc(100% - 10px);
        margin: 10px 5px;
    }
    .btn_wrap #addform,
    .formtable_wrap .addform {
        margin: 10px auto;
    }
    .formtable_kids .btn_plus {
        margin: 20px auto 10px;
    }
    .register_member .finish > div:nth-of-type(2) {
        width: calc(100% - 10px);
        margin: 10px 5px;
        padding: 10px;
    }
    .faq__searchwrap {
        margin: 51px 0;
    }
    .faq__searchwrap input {
        width: calc(100vw - 102px);
    }
    .faq__searchwrap button {
        width: 43px;
        margin-left: 0;
    }
    .faq__searchwrap button span {
        display: none;
    }
    .faq__searchwrap button i {
        margin-right: 0;
    }
    .faq__mainwrap .faq__contents,
    .faq__mainwrap .faq__leftside {
        padding: 0 20px;
    }
}
.paymentwrap {
    max-width: 600px;
    width:100%;
    margin: 2em auto;
    padding: 0 1em;
}
.paymentwrap dl {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
}
.paymentwrap dd:nth-of-type(n+2),
.paymentwrap dt:nth-of-type(n+2) {
    padding-top: 1em;
}
.paymentwrap dt {
    flex: 0 0 30%;
}
.paymentwrap dd {
    flex: 0 0 70%;
}
.paymentwrap .f100 {
    flex: 0 0 100%;
}
.paymentwrap dd.f100 {
    padding-left:1em;
}
.paymentwrap dl.estimate dd{
    text-align:right;
}
.paymentwrap dl.estimate dd.estimate_calc > span{
    display:inline-block;
    text-align:right;
}
.paymentwrap dl.estimate dd.estimate_calc > span:nth-of-type(1){
    width:5em;
    margin-right:0.5em;
}
.paymentwrap dl.estimate dd.estimate_calc > span:nth-of-type(2){
    width:6em;
    margin-right:0.5em;
}
.paymentwrap dl.estimate dd.estimate_calc > span:nth-of-type(3){
    width:5em;
}
.paymentwrap dl.estimate dd.estimate_calc{
    width:5em;
}
.paymentwrap dl.estimate dt.border,
.paymentwrap dl.estimate dd.border{
    border-bottom:solid 1px #666;
    padding-bottom:1em;
}
.paymentwrap dl.estimate dd span{
    text-align:right;
}
.paymentwrap .attention {
    margin: 2em 0;
}
.paymentwrap .attention .space3 {
    display: inline-block;
    width: 13em;
}
.paymentwrap .btnwrap{
    display:flex;
    justify-content: space-around;
    margin:2em auto;
}
.paymentwrap .btn_submit,
.paymentwrap .btn_cancel{
    padding: 0.5em;
    background: #26c6da;
    box-shadow: 0 5px 18px rgba(38,198,218,.56);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
#btn_go_to_confirm_page,
#btn_go_to_success_page{
    display: block;
    margin: 44px auto 43px;
    padding: 0.5em;
    background: #26c6da;
    box-shadow: 0 5px 18px rgba(38,198,218,.56);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
#zeus_token_card_info_area {
    margin: 20px 0;
}
.review_container {
    margin-bottom: 2em;
    padding: 1em;
    border: 1px solid #999;
    border-radius: 5px;
}
.evaluation {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
.evaluation label {
    flex: 0 0 auto;
}
.review {
    resize: vertical;
    width: 100%;
    margin-top: 1em;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 5px;
}
@media(max-width:480px) {
    .paymentwrap {
        margin: 1em 5px;
    }
    .paymentwrap dd:nth-of-type(n+2) {
        padding-top: 0;
    }
    .paymentwrap dd,
    .paymentwrap dt {
        flex: 0 0 100%;
    }
    .paymentwrap dd .space2 {
        width: calc(100% - 1em);
    }
    .paymentwrap .attention .space3 {
        width: 100%;
    }
    #btn_go_to_confirm_page,
    #btn_go_to_success_page {
        font-size: 14px;
        font-weight: 400;
    }
    #zeus_token_action_type_new,
    #zeus_token_action_type_quick {
        margin: 1em 0 0 1em;
    }
    #zeus_new_card_area,
    #zeus_registerd_card_area {
        margin: 0 0 1px 2em !important;
    }
    #zeus_token_card_name,
    #zeus_token_card_number {
        width: 100% !important;
    }
    .evaluation {
        flex-flow: wrap column;
        width: 50%;
    }
    .evaluation label {
        padding: 0.5em;
    }
    .paymentwrap .review_container{
        min-height:200px;
    }
    .paymentwrap .btnwrap{
        flex-direction: column;
    }
    .paymentwrap .btnwrap button:nth-of-type(n+2){
        margin-top:1em;
    }
    .paymentwrap dl.estimate dt.border{
        border:none;
        padding-bottom:0;
    }
}