@charset "utf-8";

#form_title {
    position: relative;
    margin: 8px 0 0;
    text-align: center;

    padding: 9px 0; 
    background: #ffe699;
}

#form_title p {
    position: relative;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    z-index: 100;
}

#form_title p+p {
    display: inline-block;
    color: #d50000;
    font-size: 15px;
    padding-left: 17px;
    font-weight: normal;
    background: none;
    background: url(/img/icon_mail.svg) no-repeat left center/15px;
}
#form_title p+p b {
    font-weight: bold;
    font-size: 16px;
}

#form_title p span {
    display: block;
    font-size: 25px;
    color: #c00000;
/*    background: linear-gradient(transparent 38%, #ffedee 81%,transparent 10%);*/
}


#form_detail {
    margin-bottom: 20px;
    padding: 0 0 10px;
    background: #fff;
    border: 5px solid #d00;
}

#form_detail > b {
    display: block;
    margin-top: 0;
    font-size: 18px;
    text-align :center;
    color: #fff;
    background: #d00;
}

.calc_hiddens {
    display: none;
}

#form_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(50,50,50,0.5);
    z-index: 10000000000;
}

#form_selecter {
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 90%;
    height: 80%;
    padding: 190px 5px 20px;
    transform: translate(-50%);
    background: #fff;
}

#form_selecter #changers {
    box-sizing: border-box;
    position: fixed;
    display: block;
    left: 1%;
    top: 1%;
    width: 98%;
    height: 190px;
    padding: 15px 5px 0;
    background: #fff;
    z-index: 100000000000;
}

.selectorClose {
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff !important;
    border-radius: 30px;
    background: #f7c1bc;
    z-index: 1000000000000;
}

/* changer */
.changer {
    clear: right;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 32%;
    height: 70px;
    line-height: 22px;
    margin: 5px 0.5% 5px;
    overflow: hidden;
    text-align: center;
    color: #ddd !important;
    border: 2px solid #b2b2b2;
    border-radius: 10px;
}
/*
.changer::before {
    display: block;
    content: attr(data-head);
    font-size: 12px;
}
*/
.changer.now,
.changer.selected {
    box-sizing: border-box;
    color: #7b555e !important;
    border: 3px solid #f7c1bc;
}
.changer.now {
    border: 3px solid #f7665a;
}

.changer b {
    display: block;
    height: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    background-color: #b2b2b2;
    overflow: hidden;
}
.changer.now b,
.changer.selected b {
    color: #7b555e;
    background-color: #f7c1bc;
    border-color: #f7c1bc;
}
.changer.selected b {
    color: #7b555e;
}

.changer span {
    position: relative;
    display: block;
    height: 50px;
    overflow: hidden;
    z-index: 100;
}


/*
.changer span {
    display: none;
}
*/

/*     */
#form_selecter > div {
    clear: both;
    display: none;
    position: relative;
    height: 100%;
    overflow: scroll;
}

#form_selecter .modoru {
    position: relative;
    display: inline-block;
    width: 40px !important;
    margin-bottom: 10px;
    padding: 5px 5px 5px 30px;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background: linear-gradient(90deg,#f5beba,#d796a7);
    border-radius: 3px;
}
#form_selecter .modoru::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin: auto;
    vertical-align: middle;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
}
#form_selecter .modoru::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    border: 0 solid transparent;
    border-right: 6px solid #fff;
    border-radius: 0 0 10px  0;
    width: 10px;
    height: 15px;
    margin: auto;
    vertical-align: middle;
    transform: rotate(-90deg);
}


#form_selecter .open_new2{
    position: relative;
    display: inline-block;
    min-height: 25px;
    padding-right: 25px;
    margin-left: 20px;
    cursor: help;
    color: #00d;
    text-decoration: underline;
    background: url(/img/icon_shaken.png) no-repeat right 2px;
}


.open_image {
    display: none;
}
.open_image img {
    width: 100%;
    height: auto;
}
.imageclose {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    z-index: 200000000001;
    background: #000;
}
.imageclose::before {
    content: "×";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 10px 2px 0;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: #d00;
}

#form_selecter div b.midashi {
    display:flex;
    align-items:center;
    font-size: 17px;
    background: none;
}
#form_selecter div b.midashi::after {
    content:"";
    flex-grow:1;
    margin-left:5px;
    border-top:1px dashed #ccc;
}


#form_selecter div b {
    clear: both;
    display:flex;
    align-items:center;
    padding: 5px;
    font-size: 17px;
    background: none;
}
#form_selecter div b::after {
    content:"";
    flex-grow:1;
    margin-left:5px;
    border-top:1px dashed #ccc;
}



#form_selecter .list {
    display: flex;
    flex-wrap: wrap;
}
#form_selecter #selecter_limit_y .list,
#form_selecter #selecter_limit_d .list,
#form_selecter #selecter_schedule_y .list {
    display: block;
}
#form_selecter .list a {
	display: flex;
    box-sizing: border-box;
	align-items: center;
    justify-content: center;
    width: 32.3%;
    margin: 5px 0.5%;
    padding: 7px 10px;
    text-align: center;
    color: #000;
    background: #e5e5e5;
    border-radius: 5px;
}

#form_selecter #selecter_car .list b{
    display: none;
}

#form_selecter #selecter_limit_y .list a,
#form_selecter #selecter_limit_d .list a,
#form_selecter #selecter_schedule_y .list a {
	display: inline-block;
}
#form_selecter #selecter_limit_d a {
    width: 24%;
}
#form_selecter #selecter_schedule_y a {
    width: 24%;
}

#form_selecter #selecter_radio_state a {
    width: 49%;
    margin: 5px 0.5%;
}


#form_selecter > div > a.default,
#form_selecter > div .list a.default {
    background: rgba(255,222,222,0.8);
}

#form_selecter > div > a.selected,
#form_selecter > div .list a.selected {
    background: #f7c1bc;
}


#selecter_address_area p {
    font-size: 15px;
    color: #d00;
}

#type_simple {
    width: 7em;
}

#form_detail #hiddenform {
    display: none;
	position: relative;
	z-index: 11111111111111111111111111111;
}

#form_simple {
    position: relative;
    padding: 10px 10px 0;
    border: #ffe699 6px solid;
    border-top: none;
}

#form_simple > div {
    margin-bottom: 20px;
    background: #fff;
    line-height: 1.6;
}

#form_simple form div > b {
    display: block;
    margin-top: 0;
    font-size: 18px;
    text-align :center;
    color: #fff;
    background: #333333;
}

#form_view1 ,
#form_view1_2 ,
#form_view2 {
    font-size: 14px;
}

#form_view1_2 {
    display: none;
}

#form_view1 > b,
#form_view1_2 > b ,
#form_view2 > b{
    display: block;
    margin: 5px 0 0;
    text-align: center;
}

#form_view1 p,
#form_view1_2 p ,
#form_view2 p {
    clear: both;
    position: relative;
    cursor: pointer;
}

#form_view1 p b,
#form_view1_2 p b,
#form_view2 p b {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 5px;
    width: 33%;
    line-height: 50px;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
}

#form_view1 p b::after,
#form_view1_2 p b::after,
#form_view2 p b::after {
    content: "必須";
    position: relative;
    top: 15px;
    right: 3px;
    float: right;
    width: 32px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    background: #d00;
    border-radius: 5px;
    text-align: center;
}
#form_view1_2 p.row1 b::after{
    content: "任意";
    background: #444;
}

#form_view1 p.ok b::after,
#form_view1_2 p.ok b::after ,
#form_view2 p.ok b::after{
    content: "OK";
    position: relative;
    top: 15px;
    right: 3px;
    float: right;
    width: 32px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    background: #0c0;
    border-radius: 5px;
    text-align: center;
}

#form_view1 input,
#form_view1_2 input ,
#form_view2 input {
    box-sizing: border-box;
    width: 65%;
    height: 36px;
    margin: 7px 0 7px 1%;
    padding: 3px 0 3px 3px;
/*    color: #999999;*/
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background-color: #f2f2f2;
}
#form_simple .decoration1 {
    animation: decoration1 1s ease infinite;
}
@keyframes decoration1 {
    0% {box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 0.5), 0px 0px 0px 0px rgba(255, 0, 0, 0.5);}
    100% {box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 0.5), 0px 0px 0px 10px rgba(255, 255, 255, 0);}
}
@keyframes decoration2 { 10% { transform: scale(1); } 50% { transform: scale(0.96); } 90% { transform: scale(1); } }
@keyframes decoration3 { 0% { left: -200%; } 20% { left: 0%; } 100% { left: 0%; } }


#form_view2 span ,
#form_view1_2 span ,
#form_view1 span {
    position: absolute;
    right: 5px;
    top: 14px;
    padding: 0 6px;
    color: #999999;
    border-left: 1px solid #ccc;
}

#address_area_2,
#address_area2_2 {
    display: inline-block;
    box-sizing: border-box;
    width: 26% !important;
    height: 36px;
    margin: 7px 7px 7px 1px;
    padding: 3px 0;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#car1 {
    box-sizing: border-box;
    width: 64% !important;
    height: 36px;
    margin: 7px 0 7px 1%;
    padding: 3px 0 3px 10px;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#rdemail_simple {
    width: 100%;
}

p.row1 b {
    float: left;
    height: 79px !important;
}
p.row1 textarea#remark {
    position:relative;
    top: 7px;
    left: 1%;
    box-sizing: border-box;
    width: 64%;
    height: 60px;
    margin: 0;
    padding: 3px 0 3px 10px;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

#button_check,
#button_check2 {
    clear: both;
    overflow: hidden;
    position: relative;
    display: block;
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 15px auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    animation: decoration2 2s ease infinite;
    animation-delay: 3s;
    background: linear-gradient(#5ab0ff 2%, #0049aa 98%);
    border-radius: 10px;
}
#button_check{
    line-height: 24px;
    font-weight: normal;
    font-size: 18px;
}
#button_check b{
    font-size: 20px;
}

#button_check small {
    display: inline-block;
    padding-left: 20px;
    color: #ff0;
    font-size: 12px;
    font-weight: normal;
    background: url(/img/icon_mail2.svg) no-repeat 0 6px/15px;
}
#button_check small b {
    font-size: 13px;
    font-family:Consolas;
}

#button_check2 {
    top: 15px;
    background: linear-gradient(#ff96ab 2%, #ff655f 98%);
}
#button_check::before,
#button_check2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -200%;
    width: 300%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 66.66%, rgba(255, 255, 255, 0) 66.66%);
    animation: decoration3 5s ease infinite;
    animation-delay: 3s;
}
#button_check::after,
#button_check2::after {
    position: absolute;
    top: 0px;
    right: 0;
    float: right;
    content: "➡";
    width: 45px;
    height: 50px;
    line-height: 50px;
    clip-path: polygon(0% 100%, 11.5% 0%, 100% 0%, 100% 100%);
    background: linear-gradient(#1694ff 2%, #003e80 98%);
    border-radius: 10px 10px 10px 0;
}
#button_check2::after {
    position: relative;
    background: linear-gradient(#e36e8d 2%, #ff53a4 98%);
}


/* 2ndPage*/
#form_simple.form_2nd #form_view1 p,
#form_simple.form_2nd #form_view2 p {
    border: 1px solid #ccc;
    border-top: none;
}

/* form_call */
#form_call {
    padding: 15px 0;
    background: #fffae8;
    text-align: center;
}

#form_call .call_main {
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
}

#form_call p span {
    color: #0c79bf;
}


/**/
#regists .btn {
    display: block;
    width: 200px;
    margin: 8px auto 0;
    font-size: 14px;
    border:none;
    cursor: pointer;
}
#regists .btn:hover {
    opacity: 0.8;
}
#regists .btn[disabled] {
    background-color: #aaa;
}
#regists .btn[disabled]:hover {
    cursor: not-allowed;
}


#form_simple #hiddenform {
    display: none;
position: relative;
z-index: 11111111111111111111111111111;
}

#correction {
    position: relative;
    display: inline-block;
    margin: 0 15px 15px;
    padding-left: 20px;
    font-size: 16px;
    color: #11e;
    text-align: center;
    text-decoration: none;
}
#correction::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    margin-top: -7px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-color: #11e;
    transition: all .2s;
}
#correction:hover::before {
    left: -0.1em;
}



@keyframes require {
    0% {
        box-shadow: 0 0 0 1px #d00,0 0 0 1px #fff,0 0 0 2px #FF5E28;
    }
    100% {
        box-shadow: 0 0 0 1px #d00,0 0 0 8px rgba(255,255,255,0),0 0 0 10px rgba(100,37,16,0);
    }
}

