@charset "utf-8";

/* ==================================================
Common CSS
================================================== */

@media(max-width:999px){

/*STYLE*/
.pc {
    display:none;
}

.cts {
    width:90%;
}

.titles {
    padding-bottom:20px;
    text-align:center;
}

.titles h2 {
    font-size:200%;
    font-weight:bold;
    line-height:135%;
}

.titles .icon {
    width:60px;
    margin:0 auto 10px;
}

.titles .copy {
    font-size:100%;
    font-weight:600;
}



/*FIXED CTA*/
.fixed_cta {
    position:fixed;
    top:0;
    right:0;
    z-index:9999;
}

.fixed_cta a {
    width:70px;
    height:70px;
    background:#00b7b2;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.fixed_cta a img {
    width:25px;
    margin:0 auto 7px;
}

.fixed_cta a p {
    font-size:70%;
    font-weight:600;
    line-height:100%;
    color:#fff;
    text-align:center;
}



/*MV*/
#mv {
    width:100%;
    background:#fff;
    position:relative;
    padding:30px 0 150px;
    height: 100svh;
}

#mv h1 {
    width:150px;
    position:absolute;
    top:15px;
    left:15px;
    z-index:1000;
}

#mv .photos {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

#mv .photos .photo {
    width:50vw;
    height:250px;
    overflow:hidden;
    position:relative;
}

#mv .photos .photo:nth-child(odd) {
    top:40px;
}

#mv .photos .item {
    position:absolute;
    background:#db0032;
    font-size:100%;
    font-weight:500;
    line-height:100%;
    color:#fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index:1000;
    padding:10px 8px;
}

#mv .copies {
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    margin:auto;
    z-index:1000;
    text-align:center;
}

#mv .copies .subcopy {
}

#mv .copies .subcopy p {
    font-size:90%;
    font-weight:500;
    line-height:100%;
    color:#fff;
    background:#00b7b2;
    display:inline-block;
    padding: 6px 10px 2px 15px;
}

#mv .copies .maincopy {
}

#mv .copies .maincopy p {
    font-size: 130%;
    font-weight:bold;
    line-height:135%;
    background:rgba(255,255,255,0.8);
    display:inline-block;
    padding:0 5px;
}

#mv .copies .annotation {
    margin-top: -2px;
    margin-bottom:10px;
}

#mv .copies .annotation p {
    font-size:80%;
    font-weight:900;
    line-height:100%;
    background:rgba(255,255,255,0.8);
    display:inline-block;
    padding:6px 10px 8px 15px;
}

#mv .copies .points {
    width:90%;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#mv .copies .points .point {
    width:48.5%;
    font-size:65%;
    font-weight:600;
    line-height:100%;
    padding:6px 10px 8px;
    border:#00b7b2 1px solid;
    color:#00b7b2;
    background:#fff;
    margin-bottom: 5px;
}

#mv .copies .points .point:nth-child(n+3) {
    margin-bottom:0;
}

#mv .copies .notapplicable{
    /* margin: 5px 5px 5px 50px; */
    margin-bottom: -6px;
}

#mv .copies .notapplicable .notapplicable_text{
    font-size: 70%;
    font-weight: 600;
    color: #e60012;
    text-shadow: 0 0 3px rgba(255, 255, 255, 1);
}

#mv .copies .caution{
    width: 410px;
    transform: scale(0.85);
    transform-origin: center;
    margin: 0 auto;
}

#mv .copies .caution .caution_text{
    font-size: 40%;
    display: flex;
    text-shadow: 0 0 1px rgb(255, 255, 255);
    text-align: left;
    line-height: 110%;
}




/*INTRO*/
#intro {
    padding:50px 0;
}

#intro .titles .subtitle {
    text-align:center;
    margin-bottom:5px;
}

#intro .titles .subtitle p {
    background:#db0032;
    color:#fff;
    font-size:100%;
    font-weight:600;
    line-height:100%;
    display:inline-block;
    padding:7px 10px 9px;
}

#intro .titles h2 {
    font-size:200%;
    line-height:120%;
}

#intro .details {
}

#intro .details .detail {
    width:100%;
    margin-bottom:35px;
}

#intro .details .detail:last-child {
    margin-bottom:0;
}

#intro .details .detail .photo {
    margin-bottom:20px;
}

#intro .details .detail h3 {
    font-size:150%;
    font-weight:600;
    line-height:135%;
    text-align:center;
    padding-bottom:10px;
}

#intro .details .detail .ex {
}





/*ABOUT*/
#about {
    padding:0;
    background:#dde9e9;
}

#about .cts {
    width:100%;
}

#about .details {
    width:100%;
    position:relative;
}

#about .details .photos {
    width:100%;
    display:flex;
    justify-content:space-between;
}

#about .details .photos .photo {
    width:50vw;
    height:80vw;
}

#about .details .photos .photo1 {
    background:url(../img/about_1.jpg) center;
    background-size:cover;
}

#about .details .photos .photo2 {
    background:url(../img/about_2.jpg) center;
    background-size:cover;
}

#about .details .detail {
    width:100%;
    padding:30px;
}

#about .details .detail .symbol {
    width:50px;
    margin:0 auto 20px;
}

#about .details .detail h3 {
    font-size:160%;
    font-weight:700;
    line-height:135%;
    color:#333;
    text-align:center;
    padding-bottom:10px;
}

#about .details .detail .tx {
    font-size:100%;
    font-weight:500;
    line-height:180%;
    text-align:center;
    color:#333;
}





/*FEATURE*/
#feature {
    padding:50px 0;
    background:#fff;
}

#feature .cts {
    width:100%;
}

#feature .titles .icon {
    width:45px;
    margin-bottom:5px;
}

#feature .features {
}

#feature .features .feature {
    margin-bottom:50px;
}

#feature .features .feature:last-child {
    margin-bottom:0;
}

#feature .features .feature .photo {
    width:95%;
    height:70vw;
    margin-bottom:20px;
}

#feature .features .feature .photo1 {
    background:url(../img/feature_1.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo2 {
    background:url(../img/feature_2.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo3 {
    background:url(../img/feature_3.jpg) center;
    background-size:cover;
}

#feature .features .feature .detail {
    width:90%;
    margin:auto;
}

#feature .features .feature .detail .number {
    font-size:350%;
    font-weight:600;
    line-height:100%;
    color:#e1e1e1;
    padding-bottom:5px;
    text-align:center;
}

#feature .features .feature .details .detail .number:first-letter {
    color:#00b7b2;
}

#feature .features .feature .detail h3 {
    font-size:140%;
    font-weight:800;
    line-height:135%;
    padding-bottom:10px;
    text-align:center;
}

#feature .features .feature .detail .ex {
}





/*INTERVIEW*/
#interview {
    padding:50px 0 25px;
    background:url(../img/bg.jpg) center;
}

#interview .titles .icon {
    width:50px;
}

#interview .tabs {
    display:flex;
    justify-content:center;
}

#interview .tabs .tab {
    font-size:90%;
    font-weight:500;
    line-height:100%;
    background:#00b7b2;
    color:#fff;
    padding:10px 15px 10px;
    margin:0 5px;
    cursor:pointer;
}

#interview .tabs .tab.on {
    background:#fff;
    color:#00b7b2;
}

#interview .interviews {
}

#interview .interviews .interview {
    background:#fff;
    padding:25px 25px;
}

#interview .interviews .interview1 {
}

#interview .interviews .interview2 {
    display:none;
}

#interview .interviews .interview3 {
    display:none;
}

#interview .interviews .interview4 {
    display:none;
}


#interview .interviews .interview h3 {
    font-size:135%;
    font-weight:bold;
    line-height:135%;
    color:#00b7b2;
    text-align:center;
    padding-bottom:15px;
}

#interview .interviews .interview .details {
    margin-bottom:35px;
}

#interview .interviews .interview:nth-child(odd) .details {
    flex-direction:row;
}

#interview .interviews .interview .details .photo {
    width:100%;
    margin-bottom:15px;
}

#interview .interviews .interview .details .detail {
    width:100%;
}

#interview .interviews .interview .details .detail .introduction {
    padding-bottom:30px;
}

#interview .interviews .interview .details .detail .introduction .name {
    font-size:135%;
    font-weight:bold;
}

#interview .interviews .interview .details .detail .introduction .position {
    font-size:80%;
    color:＃aaa;
}

#interview .interviews .interview .details .detail .introduction .year {
    font-size:80%;
    color:＃aaa;
}

#interview .interviews .interview .messages {
}

#interview .interviews .interview .messages .message {
    margin-bottom:35px;
}

#interview .interviews .interview .messages .message:last-child {
    margin-bottom:0;
}

#interview .interviews .interview .messages .message h4 {
    border-bottom:#e1e1e1 1px solid;
    margin-bottom:10px;
}

#interview .interviews .interview .messages .message h4 span {
    border-left:#00b7b2 5px solid;
    padding:5px 0 5px 10px;
    font-weight:bold;
    line-height:100%;
    color:#00b7b2;
    margin-bottom:7px;
    display:inline-block;
}

#interview .interviews .interview .messages .message .tx {
}





/*PROCESS*/
#process {
    padding:50px 0 25px;
}

#process .titles .icon {
    width:35px;
    margin-bottom:5px;
}

#process .steps {
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    position:relative;
}

#process .steps .flowline {
    width:20px;
    height:100%;
    background:#e1e1e1;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}

#process .steps .step {
    width:100%;
    position:relative;
    background:#fff;
    border:#ccc 1px solid;
    margin-bottom:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#process .steps .step:last-child {
    margin-bottom:0;
}

#process .steps .step .number {
    width:90px;
    height:40px;
    background:#00b7b2;
    color:#fff;
    border-radius:20vw;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:absolute;
    top:-20px;
    left:0;
    right:0;
    margin:auto;
}

#process .steps .step .illust {
    width:100px;
    height:100px;
    margin-right:20px;
}

#process .steps .step .illust img {
}

#process .steps .step .detail {
    width:150px;
}

#process .steps .step .detail .status {
    font-weight:600;
}




/*FAQ*/
#faq {
    padding:50px 0;
}

#faq .titles .icon {
    width:35px;
    margin-bottom:5px;
}

#faq .faqs {
}

#faq .faqs .faq {
    margin-bottom:35px;
}

#faq .faqs .faq:last-child {
    margin-bottom:0;
}

#faq .faqs .faq .question {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

#faq .faqs .faq .question .item {
    width:40px;
    height:40px;
    background:#00b7b2;
    color:#fff;
    border-radius: 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:100%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .question h3 {
    width:calc(100% - 55px);
    font-size:100%;
    font-weight:600;
    line-height:135%;
}

#faq .faqs .faq .answer {
    display:flex;
    justify-content:space-between;
}

#faq .faqs .faq .answer .item {
    width:40px;
    height:40px;
    border:#db0032 1px solid;
    color: #db0032;
    border-radius: 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:100%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .answer .tx {
    width:calc(100% - 55px);
}



/*PRIVACY POLICY*/
#entry.confirm .privacy_policy {
    padding:15px 0 0;
}

#entry.confirm .privacy_policy .item {
    font-size:100%;
    font-weight:600;
}

#entry.confirm .privacy_policy .tx {
    font-size:90%;
    padding-bottom:15px;
}

#entry.confirm .privacy_policy .privacies {
    width:100%;
    height:190px;
    overflow:scroll;
    border:#e1e1e1 1px solid;
    padding:15px 20px;
}

#entry.confirm .privacy_policy .privacies .privacy {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:#e1e1e1 1px dashed;
}

#entry.confirm .privacy_policy .privacies .privacy:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

#entry.confirm .privacy_policy .privacies .privacy .privacy_item {
    font-size:80%;
    font-weight:bold;
}

#entry.confirm .privacy_policy .privacies .privacy .ex {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy li {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy .contact {
    font-size:80%;
    padding-top:10px;
}



/*CTA*/
.cta {
    width:100%;
    padding:30px 0;
    background:#00b7b2;
    background-size:cover;
    overflow:hidden;
}

.cta .cts {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    position:relative;
}

.cta .copies {
    width:450px;
    text-align:center;
}

.cta .copies .subcopies {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
}

.cta .copies .subcopies .subcopy {
    border:#fff 1px solid;
    font-size:80%;
    font-weight:600;
    line-height:100%;
    padding:5px 8px;
    color:#fff;
}

.cta .copies .subcopies img {
    width:20px;
    margin:0 10px;
}

.cta .copies .maincopy {
    font-size:125%;
    font-weight:bold;
    line-height:135%;
    color:#fff;
    margin-bottom:10px;
}

.cta .copies .photos {
    width:100%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cta .copies .photos .photo {
    width:70%;
    position:relative;
    left:0;
    right:0;
    margin:auto;
}

.cta .copies .photos .symbol {
    width:75vw;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;
}

.cta .cta_btn {
    width:100%;
    display:inline-block;
    animation:cta linear 1s infinite alternate;
    -webkit-animation:cta linear 1s infinite alternate;
}

.cta .cta_btn a {
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#fff;
    border-radius:5px;
    padding:25px 25px;
}

.cta .cta_btn a p {
    font-size:120%;
    font-weight:bold;
    line-height:100%;
    color:#db0032;
}

.cta .cta_btn a img {
    width:20px;
    position:absolute;
    right:20px;
}





/*ENTRY*/
#entry {
    padding:50px 0 30px;
    position:relative;
    background:url(../img/bg.jpg) center;
}

#entry .cts {
}

#entry .titles {
    padding-bottom:10px;
}

#entry .titles .icon {
    width:35px;
    margin:0 auto 5px;
}

#entry .entry_form {
    position:relative;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}

#entry .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:center;
}

#entry .entry_form .entry_cts .q {
    font-size:350%;
    font-weight:500;
    line-height:100%;
    color:#c8c8c8;
    padding-bottom:10px;
}

#entry .entry_form .entry_cts .question {
    font-size:150%;
    font-weight:600;
    line-height:135%;
}

#entry .entry_form .entry_cts .attention {
    font-size:80%;
    font-weight:400;
}

#entry .entry_form .entry_cts form {
    margin-top:15px;
}



/*ENTRY STEP COLUMN5*/
#entry .entry_form .steps.column5 .step {
    width:20%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:first-child {
    width:17.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:last-child {
    width:22.5%;
}



/*ENTRY STEP COLUMN6*/
#entry .entry_form .steps.column6 .step {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:first-child {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:last-child {
    width:17.5%;
}



/*ENTRY STEP COMMON*/
#entry .entry_form .steps {
    display:flex;
}

#entry .entry_form .steps .step {
    height:50px;
    background:linear-gradient(to right,#555,#333);
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position:relative;
}

#entry .entry_form .steps .step.now {
    background:#00b7b2;
}

#entry .entry_form .steps .step.past {
    background:linear-gradient(to right,#ccc,#bbb);
}

#entry .entry_form .steps .step:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#333 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.now:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#00b7b2 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.past:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#bbb 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step:last-child:after {
display:none;
}

#entry .entry_form .steps .step p {
    line-height:100%;
    text-align:center;
    color:#fff;
}

#entry .entry_form .steps .step p:first-child {
    font-size:100%;
    padding-bottom:3px;
}

#entry .entry_form .steps .step p:last-child {
    font-size:50%;
}


/*---------- システム連携用CSS システム連携作業側が追加します ----------*/

/*ENTRY STATUS*/
#entry.entry_status .answer {
    display:flex;
    justify-content:center;
}

#entry.entry_status label {
    border:#333 3px solid;
    color:#333;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:120px;
}



/*ENTRY AGE*/
#entry.entry_age {
}

#entry.entry_age .detail_cts {
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_age .detail_cts p:last-child {
    padding-left:10px;
    font-size:120%;
    font-weight:500;
}

#entry.entry_age .style_age {
    width:150px;
    font-size:120%;
    font-weight:600;
    color:#333;
    border:#333 3px solid;
    padding:15px 20px;
    border-radius:10px;
    margin:0 7px;
    display:block;
    cursor:pointer;
}



/*ENTRY NAME*/
#entry.entry_name {
}

#entry.entry_name .forms .form {
    width:100%;
    margin-top:15px;
}

#entry.entry_name .forms .form:first-child {
    margin-top:0;
}

#entry.entry_name .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_name .forms .form .detail {
    width:100%;
}

#entry.entry_name .forms .form .detail .detail_cts {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#entry.entry_name .forms .form .detail .detail_cts p {
    width:48.5%;
}

#entry.entry_name .style_name {
    width:100%;
    color:#333;
    border:#333 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}

#entry.entry_name .style_kana {
    width:100%;
    color:#333;
    border:#333 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}



/*ENTRY CONTACT*/
#entry.entry_contact {
}

#entry.entry_contact .forms .form {
    width:100%;
    margin-bottom:15px;
}

#entry.entry_contact .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_contact .forms .form .detail {
    width:100%;
}

#entry.entry_contact .style_tel {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#333;
    border:#333 3px solid;
    padding:15px 20px;
    border-radius:10px;
}

#entry.entry_contact .style_mail {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#333;
    border:#333 3px solid;
    padding:15px 20px;
    border-radius:10px;
}


/*ENTRY AREA*/
#entry.entry_area .answer {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

#entry.entry_area .answer p {
    width:48%;
    margin:0 4% 12px 0;
}

#entry.entry_area .answer p:nth-child(odd) {
    margin-right:0;
}

#entry.entry_area .answer p:nth-child(n+5) {
    margin-bottom:0;
}

#entry.entry_area label {
    border:#333 3px solid;
    color:#333;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}



/*ENTRY CONFIRM*/
#entry.confirm {
}

#entry.confirm .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:left;
}

#entry.confirm .entry_form .entry_cts .copy {
    font-size:110%;
    font-weight:600;
    text-align:center;
}

#entry.confirm .confirmations {
}

#entry.confirm .confirmations .confirmation {
    border-bottom:#e1e1e1 1px solid;
    padding:20px 0;
}

#entry.confirm .confirmations .confirmation:first-child {
    border-top:#e1e1e1 1px solid;
}

#entry.confirm .confirmations .confirmation .item {
    font-size:100%;
    font-weight:500;
}

#entry.confirm .confirmations .confirmation .ex {
    font-size:120%;
    font-weight:bold;
    line-height:100%;
    color:#333;
    margin-top:5px;
}



/*PRIVACY POLICY*/
#entry.confirm .privacy_policy {
    padding:15px 0 0;
}

#entry.confirm .privacy_policy .item {
    font-size:100%;
    font-weight:600;
}

#entry.confirm .privacy_policy .tx {
    font-size:90%;
    padding-bottom:15px;
}

#entry.confirm .privacy_policy .privacies {
    width:100%;
    height:190px;
    overflow:scroll;
    border:#e1e1e1 1px solid;
    padding:15px 20px;
}

#entry.confirm .privacy_policy .privacies .privacy {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:#e1e1e1 1px dashed;
}

#entry.confirm .privacy_policy .privacies .privacy:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

#entry.confirm .privacy_policy .privacies .privacy .privacy_item {
    font-size:80%;
    font-weight:bold;
}

#entry.confirm .privacy_policy .privacies .privacy .ex {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy li {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy .contact {
    font-size:80%;
    padding-top:10px;
}



/*ENTRY FINISH*/
#entry.thanks {
}

#entry.thanks .entry_form .entry_cts {
    padding:30px 30px 30px;
}

#entry.thanks h3 {
    font-size:200%;
    font-weight:bold;
    padding-bottom:25px;
    color:#333;
}

#entry.thanks .ex {
    font-size:100%;
    font-weight:500;
}

#entry.thanks .reservation {
    width:100%;
    margin:0 auto 20px;
    animation:cta 1s infinite alternate;
    -webkit-animation:cta 1s infinite alternate;
}

#entry.thanks .reservation a {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#06c755;
    padding:18px;
    border-radius:10px;
}

#entry.thanks .reservation a img {
    width:35px;
    margin-right:15px;
}

#entry.thanks .reservation a p {
    font-size:100%;
    font-weight:bold;
    color:#fff;
}

#entry.thanks .attention {
    font-size:80%;
    display:flex;
    padding-bottom:25px;
}

#entry.thanks .tx {
    font-size:100%;
    font-weight:500;
    padding-bottom:25px;    
}

#entry.thanks .tel_btn {
}

#entry.thanks .tel_btn .btn {
    width:100%;
}

#entry.thanks .tel_btn .btn a {
    width:100%;
    border:#00b7b2 1px solid;
    background:#fff;
    padding:12px 15px;
    display:inline-block;
    border-radius:10px;
}

#entry.thanks .tel_btn .btn .item {
    font-weight:500;
    padding-bottom:5px;
}

#entry.thanks .tel_btn .btn .number {
    font-size:180%;
    font-weight:600;
    line-height:100%;
    color:#00b7b2;
}

#entry.thanks .backbtn {
    margin-top:50px;
    text-align:center;
}

#entry.thanks .backbtn .btn {
    display:inline-block;
}

#entry.thanks .backbtn .btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    border:#333 1px solid;
    padding:10px 20px;
}

#entry.thanks .backbtn .btn a p {
    font-weight:500;
    color:#333;
    padding-left:10px;
}

#entry.thanks .backbtn .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#333 1px solid;
    border-right:#333 1px solid;
    transform:rotate(-135deg);
}



/*ENTRY BTN*/
#entry .btns {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}
    
#entry .btns btn {
    margin:0 7px;
}
    
#entry input[type="radio"],
#entry input[type="checkbox"] {
visibility:hidden;
position:absolute;
}

#entry .warning {
font-size:90%;
font-weight:600;
color:#cc2b00;
margin:10px auto 15px;
display:block;
border:none;
padding:0;
text-align:center;
}

#entry label:hover {
}

#entry input[type="radio"]:checked + label {
    background:#333;
    color:#fff;
}

#entry input[type="checkbox"]:checked + label {
    background:#333;
    color:#fff;
}

#entry input[type="submit"] {
cursor:pointer;
}

#entry input[type="submit"]:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_fix {
font-size:90%;
font-weight:500;
padding:10px 20px;
background:#ccc;
color:#fff;
border:none;
border-radius:5px;
margin-right:12px;
cursor:pointer;
}

#entry .style_fix:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_submit {
font-size:110%;
font-weight:600;
padding:12px 30px;
background:#fff;
border:none;
background:#db0032;
color:#fff;
border-radius:5px;
}

/*---------- システム連携用CSS ここまで ----------*/




/*BACK TO TOP*/
.BackToTop {
position:fixed;
width:40px;
height:40px;
right:15px;
bottom:15px;
z-index:100;
display:none;
}



/*FOOTER*/
footer {
padding:30px 0 15px;
}

footer .info {
    text-align:center;
    padding-bottom:30px;
}

footer .info .logo {
    width:160px;
    margin:0 auto 15px;
}

footer .info .company {
    font-size:100%;
    font-weight:bold;
}

footer .info .address {
    font-size:80%;
}

footer .privacypolicy {
    font-size:60%;
    text-align:center;
    color:#aaa;
}

footer .copyright {
font-size:60%;
text-align:center;
color:#aaa;
}

















}