@charset "utf-8";

/* CSS Document */


/*********************************
　基本フォーマット
*********************************/


/*2005_remodal*/



.Input-control-select {
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    margin: 5px 0px;
    vertical-align: baseline;
    line-height: 1em;
    font-size: 14px;
    background: #fff url(../img/form/requestimg_05.png) no-repeat;
    background-position: right 15px top 50%;
    background-size: 17px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}




.Input-control-year__text, .Input-control-month__text, .Input-control-date__text {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

/*
.Input-control-year {
    margin-bottom: 16px;
    padding-right: 30px;
    position: relative;
}
*/
   
.Input-control-month {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    width: 48%;
}
 
.Input-control-date {
display: inline-block;
    padding-right: 40px;
    position: relative;
    width: 48%;
    margin-left: 2%;
}



.Input-control--date {
    display: flex;
    /*flex-wrap: wrap;*/
}





.Input-control {
    font-style: normal;
    width: 100%;
    margin-top:4px;
}


select {
    word-wrap: normal;
}
button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.Input-control-select select, .Input-control-select__item {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1;
}



.Input-control-Price{margin:30px auto;}


.Input-control-Price .Input-control-select::after {
    background-color: #00468c;
    background-image: url(../img/arrow_selectPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 0 5px 5px 0;
    bottom: -1px;
    content: '';
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 44px;
    height: auto; 
    border-bottom: none; 
    border-right: none; 
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none); 
    
}

.Input-control-Price .Input-control-select{border:1px solid #b3b3b3;}

.Input-control-Price .Input-control-select select{font-size: 130%;}

.Input-control-Price p{
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight:bold;
    color:#b3b3b3;
    font-size:130%;
    padding-bottom:0.2em;   
}




.Plan-altpicker-month {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 680px;
    padding: 10px;
}

.Plan-altpicker-month__btn {
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(209, 226, 153) 84%, rgba(208, 226, 152) 85% );
    background: #f2f2f2;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(10, 2, 4, 0.3);
    box-shadow: 0px 1px 1px 1px #CCC;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    height: 42px;
    margin: 2%;
    width: 46%;
}

.Plan-altpicker-bmonth {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 680px;
    padding: 10px;
}

.Plan-altpicker-bmonth__btn {
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(209, 226, 153) 84%, rgba(208, 226, 152) 85% );
    background: #f2f2f2;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(10, 2, 4, 0.3);
    box-shadow: 0px 1px 1px 1px #CCC;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    height: 42px;
    margin: 2%;
    width: 46%;
}

.Plan-altpicker-hmonth {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 680px;
    padding: 10px;
}

.Plan-altpicker-hmonth__btn {
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(209, 226, 153) 84%, rgba(208, 226, 152) 85% );
    background: #f2f2f2;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(10, 2, 4, 0.3);
    box-shadow: 0px 1px 1px 1px #CCC;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    height: 42px;
    margin: 2%;
    width: 46%;
}


.Plan-altpicker-date {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 10px;
}

.Plan-altpicker-date__btn {
    align-items: center;
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(209, 226, 153) 84%, rgba(208, 226, 152) 85% );
    background: #f2f2f2;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0 rgba(10, 2, 4, 0.3);
    box-shadow: 0px 1px 1px 1px #CCC;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    padding: 0 10px;
    height: 38px;
    margin: 2%;
    width: 16%;
    display: flex;
    justify-content: center;
}

.Plan-altpicker-hdate {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 10px;
}

.Plan-altpicker-hdate__btn {
    align-items: center;
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(209, 226, 153) 84%, rgba(208, 226, 152) 85% );
    background: #f2f2f2;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0 rgba(10, 2, 4, 0.3);
    box-shadow: 0px 1px 1px 1px #CCC;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    padding: 0 10px;
    height: 38px;
    margin: 2%;
    width: 16%;
    display: flex;
    justify-content: center;
}
