#form_title {
    position: relative;
    margin-bottom: 18px;
    text-align: center;
}
#form_title::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -45px;
    left: 218px;
    width: 290px;
    height: 20px;
    background: #feedb0;
    z-index: 10;
}
#form_title::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -90px;
    left: 144px;
    width: 0;
    height: 0;
    border-top: 30px solid #feedb0;
    border-bottom: 0px solid transparent;
    border-right: 220px solid transparent;
    border-left: 220px solid transparent;
}

#form_title p {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 0 10px;
    font-size: 23px;
    z-index: 100;
    background: #ffedee;
}
#form_title p span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}

#form_title p+p {
    color: #d50000;
    padding-left: 30px;
    background: none;
    background: url(/img/icon_mail.svg) no-repeat left center/28px;
}
#form_title p+p b {
    font-size: 27px;
    font-family:Consolas;
}


#form_simple {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 5px 0;
    background: #fff;
    border: 3px solid #ccc;
    z-index: 100px;
}

#form_simple > div {
    margin-bottom: 20px;
    background: #fff;
    line-height: 1.6;
}

#form_simple form div > b {
    display: block;
    height: 34px;
    font-size: 20px;
    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 {
    position: relative;
    box-sizing: border-box;
    clear: none;
    float: left;
    width: 50%;
    width: 356px;
    height: 50px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#form_view1 p:nth-child(odd),
#form_view1_2 p:nth-child(odd),
#form_view2 p:nth-child(odd) {
    border-right: 1px solid #ccc;
}
#form_view1 p:last-of-type,
#form_view1_2 p:last-of-type,
#form_view2 p:last-of-type {
    margin-bottom: 15px;
}

#form_view1 p b,
#form_view1_2 p b ,
#form_view2 p b {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 5px;
    width: 110px;
    line-height: 49px;
    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: 10px;
    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: 10px;
    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: 227px;
    height: 36px;
    margin: 7px 10px 7px 6px;
    padding: 3px 0 3px 10px;
    cursor: pointer;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#form_simple .decoration1 {
    animation: decoration1 1s ease infinite;
}



#form_view2 span ,
#form_view1_2 span ,
#form_view1 span {
    position: absolute;
    right: 15px;
    top: 14px;
    padding: 0 6px;
    cursor: pointer;
    color: #999999;
    border-left: 1px solid #ccc;
}

#address_area_2,
#address_area2_2 {
    box-sizing: border-box;
    width: 106px;
    height: 36px;
    margin: 7px 7px 7px 1px;
    padding: 3px 0;
    cursor: pointer;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#car1 {
    box-sizing: border-box;
    width: 226px;
    height: 36px;
    margin: 7px 10px 7px 1px;
    padding: 3px 0 3px 10px;
    cursor: pointer;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#rdemail_simple {
    width: 300px;
}

p.row1 {
    width: 100% !important;
    height: 80px !important;
}
p.row1 b {
    float: left;
    height: 79px !important;
}
p.row1 textarea {
    position:relative;
    width: 580px !important;
    height: 60px;
    margin: 7px 0 7px 6px;
    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;
    top: 8px;
    display: block;
    width: 360px;
    margin: 0 auto 30px;
    line-height: 61px;
    color: #fff;
    font-size: 20px;
    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{
    padding-top: 10px;
    line-height: 24px;
    font-weight: normal;
    font-size: 23px;
}
#button_check b{
    font-size: 27px;
}

#button_check small {
    display: inline-block;
    padding-left: 25px;
    color: #ff0;
    font-size: 14px;
    font-weight: normal;
    background: url(/img/icon_mail2.svg) no-repeat 0 6px/20px;
}

#button_check small b {
    font-size: 17px;
    font-family:Consolas;
}

#button_check2 {
    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;
    float: right;
    content: "➡";
    width: 53px;
    height: 62px;
    line-height: 64px;
    clip-path: polygon(0% 100%, 21.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%);
}
#button_check:hover{
    text-decoration: none;
    background: linear-gradient(#016eae 2%, #2bd4fd 98%);
}
#button_check:hover::after{
    background: linear-gradient(#00588d 2%, #0897e7 98%);
}
#button_check2:hover {
    text-decoration: none;
    background: linear-gradient(#f76 2%, #fab 98%);
}
#button_check2:hover::after {
    background: linear-gradient(#f6b 2%, #d79 98%);
}

#button_check2 b {
    font-size: 28px;
}


@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%; } }



/* 2ndPage*/
#form_simple.form_2nd {
    float: none;
    box-sizing: border-box;
    width: 728px;
    margin: 0 auto 15px;
}

#form_simple.form_2nd > b {
    width: 720px;
    font-size: 25px;
}

.calc_hiddens {
    display: none;
}

/* form_call */
#form_call {
    padding: 15px 0;
    background: #fffae8;
    text-align: center;
}

#form_call .call_main {
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
}

#form_call p span {
    color: #0c79bf;
}

/**/
#form_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(50,50,50,0.5);
    z-index: 10000000000;
}

#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;
}

#default_displacement {
    font-size: 14px;
    font-weight: bold;
}

@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);
    }
}



#form_selecter {
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1000px;
    height: 80%;
    margin: auto;
    padding: 40px 20px;
    transform: translate(-50%);
    background: #fff;
}

.selectorClose {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 30px;
    background-color: #f7c1bc;
}
.selectorClose:hover {
    text-decoration: none!important;
}

/* changer */
.changer {
    clear: right;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 16%;
    height: 70px;
    margin: 5px 0.25% 15px;
    text-align: center;
    color: #ddd;
    border: 2px solid #b2b2b2;
    border-radius: 10px;
}
.changer::before {
    content: attr(data-head);
    position: absolute;
    top:-20px;
    left: 0;
    color: #ddd;
    font-size: 12px;
}
.changer.now,
.changer.selected {
    color: #7b555e;
    border-color: #f7c1bc;
}
.changer.now::before,
.changer.selected::before {
    color: #7b555e;
}
.changer.now::after,
.changer.selected:hover::after {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    bottom: 13px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    border: 10px solid #fff;
    border-left-color: #f7c1bc;
    border-bottom-color: #f7c1bc;
    transform: translate(-10px,0) rotate(-45deg);
    z-index: 90;
}

.changer.chgflg.selected:not(.now) {
    color: #d00;
    box-shadow: 0 0 0 2px #d00;
    position: relative;
    animation: require 1s ease infinite;
}

.changer b {
    display: block;
    height: 20px;
    color: #fff;
    line-height: 20px;
    background-color: #b2b2b2;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.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;
}

#form_detail #hiddenform {
    display: none;
	position: relative;
	z-index: 11111111111111111111111111111;
}

/* #form_selecter */
#form_selecter > div {
    clear: both;
    display: none;
    position: relative;
    height: 85%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #f7c1bc #d7a19c;
}
#form_selecter > div::-webkit-scrollbar{
    width: 8px;
}
#form_selecter > div::-webkit-scrollbar-track{
    background-color: #f7c1bc;
    border-radius: 5px;
}
#form_selecter > div::-webkit-scrollbar-thumb{
    background-color: #7b555e;
    border-radius: 5px;
}



#form_selecter > div#selecter_maker {
    display: block;
}

#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 .modoru:hover{
    opacity: 0.8;
    background: linear-gradient(90deg,#f5beba,#d796a7);
}

#form_selecter .open_new{
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
    display: inline-block;
    min-height: 25px;
    padding-right: 25px;
    margin: auto;
    cursor: help;
    color: #00d;
    text-decoration: underline;
    background: url(/img/icon_shaken.png) no-repeat right 0;
}

#form_selecter .open_new img{
    display: none;
}
#form_selecter .open_new:hover img{
    display: block;
    position:absolute;
    left: 50px;
    border:1px solid #999;
    box-shadow:#999;
    z-index: 2000000000;
}

#form_selecter div b {
    display:flex;
    align-items:center;
    font-size: 17px;
    background: none;
}
#form_selecter div b::after {
    content:"";
    flex-grow:1;
    margin-left:5px;
    border-top:1px dashed #ccc;
}

#form_selecter div b small {
    font-size: 12px;
}


#form_selecter .list {
    display: flex;
    flex-wrap: wrap;
}

#form_selecter #selecter_displacement a {
    width: 13.2%;
}
#form_selecter #selecter_year_y a {
    width: 24%;
}
#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: 24%;
    margin: 5px 0.5%;
    padding: 7px 10px;
    text-align: center;
    color: #000;
    background: #e5e5e5;
    border-radius: 5px;
    transition: background-color .5s;
}
#form_selecter > div > a:hover,
#form_selecter > div .list a:hover {
    text-decoration: none;
    background: #a9a9a9;
}

#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: 11.5%;
}
#form_selecter #selecter_schedule_y a {
    width: 11.5%;
}

#form_selecter > div a.default {
    background: rgba(255,222,222,0.8);
}

#form_selecter > div > a.selected,
#form_selecter > div .list a.selected {
    background: #f7c1bc;
}


#correction {
    position: relative;
    display: inline-block;
    margin: 0 15px 15px;
    padding-left: 20px;
    font-size: 16px;
    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;
}

