body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif!important;
}

h1 {
    margin-bottom: 0px!important;
}
h2 {
    font-size: 24pt;
    color: #D68634;
}
#contact_area {
    padding: 10px;
}
.stepper {
    background-color: #FCF6E3;
    padding: 32px 15px 40px 15px;
    border-radius: 0.5em;
    color: #666666;
}
div.selectable {
    width: 100%;
    display: block;
}
hr.section_hr {
    margin-top: 24px;
    clear: both;
}

.selector {
    border: 1px solid #ee8827;
    border-radius: 0.5em;
    background-color: #ffffff;
    color: #ee8827;
    padding: 12px 15px 12px 15px;
}
.selector_error {
    border: 1px solid #ee8827;
    border-radius: 0.5em;
    background-color: #F7E2DE;
    color: #333333;
    padding: 12px 15px 12px 15px;
}
.selector_selected {
    border: 1px solid #ee8827;
    border-radius: 0.5em;
    background-color: #ee8827;
    color: white;
    padding: 12px 15px 12px 15px;
}

.selectable .custom-control-input:checked ~ .custom-control-label::before {
    /* color: #fff; */
    border-color: #adb5bd!important;
    background: #FFFFFF;
    box-shadow: none;
}
.selectable .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23e82' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.label {
    font-size: 14px;
    line-height: 16px;
    border-radius: 0.5em;
    padding: 0px 5px 0px 5px;
    color: #ffffff;
}
.label.required {
    border: 1px solid #ee8827;
    background-color: #ee8827;
}
.label.any {
    border: 1px solid gray;
    background-color: gray;
}
div.label {
    float: right;
}
.diver {
    height: 110px;
    text-align: center;
}
.iconchg {
    font-size: 72px;
    line-height: 72px;
    color: #e5e5e5
}
.contact_head {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.tco {
    color: #ee0000;
}
#droparea {
    padding: 10px;
}
#drop {
    backround-color: gray;
    margin: 10px;
    padding:10px;
    border: 1px gray dotted;
}
.fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #DADADB;
    box-sizing: border-box;
    border-radius: 1em;
}

.fukidashi:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-bottom: 14px solid #FFF;
    z-index: 2;
}

.fukidashi:after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -18px;
    border: 17px solid transparent;
    border-bottom: 15px solid #DADADB;
    z-index: 1;
}

.fukidashi p {
    margin: 0;
    padding: 0;
}

.step_icon {
    float: left;
    display: inline;
    width: 45px;
}
.step_letter {
    float: left;
    display: inline;
    width: calc(100% - 50px);
}
.step_title {
    font-size:16px;
    line-height:18px;
    color: #ee8827;
}
.step_subject {
    line-height:24px;
    font-weight: bold;
    font-size: 18px;
}

.tac{
    text-align: center;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb40 {
    margin-bottom: 40px;
}

#duedate-datepicker svg {
    fill: #ee8827!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.error {
    color: #990000;
    font-weight: bold;
}

.btn-contact {
    background-color: #ee8827;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
.form-control:placeholder-shown {
    color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form-control::-webkit-input-placeholder {
    color: #cccccc; }

/* Firefox 18- */
.form-control:-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* Firefox 19+ */
.form-control::-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* IE 10+ */
.form-control:-ms-input-placeholder {
    color: #cccccc; }

.igp-contact .input-group-text {
    background-color: #ee8827!important;
    color: white!important;
}

.footerlink {
    font-size: 14px!important;
}
.footerlink a {
    text-decoration: underline!important;
}
