@charset "UTF-8";
a:hover {
    color: #EE3B2C;
    transition: all 0.2s;
    text-decoration: none;
}
.ec-drawerRole {
    background-color: #fff;
}
.ec-drawerRoleClose {
    left: 457px;
}

.p-list__refine-hiddenitem {
    opacity: 0;
    height: 1px;
    width: 100%;
}
.p-list__main {
    width: 100%;
    padding: 0 2rem;
}

/* ----------
   検索結果ページ
   ---------- */
.c-searchResults {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* ----------
   絞り込み検索
 ---------- */
.l-refine {
    width: 30%;
}

/* ----------
   お問い合わせフォーム
   ---------- */
.c-form__inner {
    width: calc(100% - 1.5rem);
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
}
.c-form__inner__row {
    width: 100%;
}
.c-form__inner__half {
    width: 50%;
    display: flex;
    align-items: center;
}
.c-form__inner__half__left {
    width: 20%;
}
.c-form__inner__half__right {
    width: calc( 100% - 25% );
}
.c-form__inner select, .c-form__inner input[type=text], .c-form__inner input[type=number], .c-form__inner input[type=password] {
    border-color: #ccc;
}
.c-form__inner__note {
    color: #333;
    font-size: 12px;
    margin: 3px 0 0 0;
    display: block;
}
.c-form input[type=number] {
    display: inline-block;
    width: auto;
    max-width: 150px;
    text-align: right;
}
.c-form__radio input[type=radio] {
    display: none;
    margin-right: 1em;
}
.c-form__radio label {
    margin-bottom: 0;
    font-weight: normal;
    box-sizing: border-box;
    transition: background-color 0.2s linear;
    position: relative;
    display: inlineblock;
    padding-left: 40px;
    vertical-align: middle;
    cursor: pointer;
}
.c-form__radio label::before, .c-form__radio label::after {
    transition: border-color 0.2s linear;
    position: absolute;
    box-sizing: border-box;
}
.c-form__radio label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-top: -5px;
    opacity: 0;
    z-index: 1;
}
.c-form__radio label::after {
    content: "";
    top: calc( 50% + 1px);
    left: 4px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background-color: #FFF;
}
.c-form__radio__label_top label::before {
    top: 1rem !important;
}
.c-form__radio__label_top label::after {
    top: 1.1rem !important;
}
.c-form__radio input[type=radio]:checked + label:before {
    opacity: 1;
    background-color: #EE3B2C;
    animation: icRadioSelected 0.3s ease 0s 1 normal;
}
.c-form__radio input[type=radio]:checked + label:after {
    opacity: 1;
    border: 1px solid #EE3B2C;
}
.c-form__checkbox input[type=checkbox] {
    display: none;
}
.c-form__checkbox label {
    position: relative;
    padding: 0 0 0 27px;
    font-weight: normal;
}
.c-form__checkbox label::after, .c-form__checkbox label::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.c-form__checkbox label::after {
    left: 0;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: #d6d6d6;
}
.c-form__checkbox label::before {
    left: 7px;
    margin-top: -8px;
    width: 7px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 2;
}
.c-form__checkbox input[type=checkbox].isChecked + label::after,
.c-form__checkbox input[type=checkbox]:checked + label::after {
    background: #EE3B2C;
    border-color: #EE3B2C;
}
.c-form__checkbox label.isChecked-label::after {
    background: #EE3B2C;
    border-color: #EE3B2C;
}
.c-form__add-answer__code input[type=text] {
    margin-top: 10px;
}
.c-form__input-w50 input, .c-form__input-w50 select {
    width: 50% !important;
}
.c-form__input-w60 input, .c-form__input-w60 select {
    width: 60% !important;
}
.c-form__input-w80 input, .c-form__input-w80 select {
    width: 80% !important;
}
.c-form__input-w100 input, .c-form__input-w100 select {
    width: 100% !important;
}
.c-form__fileUploadThumbnail {
    margin-bottom: 15px;
}
.c-form__date {
    background: url("/html/template/commons/assets/img/common/ico_calendar.png") no-repeat 99% center;
}
.c-form__addressDel {
    position: relative;
    top: -120px;
    left: 0;
}
.c-form__flxMid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-form__flxBet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.4;
    padding: 0.7em 0.8em;
    border-radius: 1px !important;
}
textarea::placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
textarea::-ms-input-placeholder {
    color: #ccc;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=file], input[type=time], .c-form-search input {
    width: 100%;
    max-width: 100%;
    height: auto;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #ccc!important;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    padding: 0.7em 0.8em;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset!important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=date]::placeholder, input[type=file]::placeholder, input[type=time]::placeholder, .c-form-search input::placeholder {
    color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, .c-form-search input:-ms-input-placeholder {
    color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, .c-form-search input::-ms-input-placeholder {
    color: #ccc;
}
input[type=time] {
    width: 7em;
    line-height: 1.2 !important;
}
.error input[class=c-form__date] {
    background: #FDF1F0 url("/html/template/commons/assets/img/common/ico_calendar.png") no-repeat 99% center;
}
select {
    cursor: pointer;
}

select:not(.ui-datepicker-year),
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 75px;
    height: auto !important;
    position: relative;
    background: #fff url("/html/template/commons/assets/img/common/bg_select_arrow.png") no-repeat center right 8px !important;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.4;
    padding: 0.7em 27px 0.7em 1em;
}
select:not(.ui-datepicker-year)::placeholder,
select.form-control::placeholder {
    color: #ccc;
}
select:not(.ui-datepicker-year):-ms-input-placeholder,
select.form-control:-ms-input-placeholder {
    color: #ccc;
}
select:not(.ui-datepicker-year)::-ms-input-placeholder,
select.form-control::-ms-input-placeholder {
    color: #ccc;
}
select::-ms-expand {
    display: none;
}
.form-error-icon.badge {
    display: none;
}
.form-error-message {
    color: #f00 !important;
    font-size: 12px !important;
}
.error select {
    background: #FDF1F0 url("/html/template/commons/assets/img/common/bg_select_arrow.png") no-repeat center right 8px !important;
}
.uploadbox {
    width: calc( 100% - 20px );
    position: relative;
    margin-bottom: 0.5rem;
}
.uploadbox.error input {
    background: #FDF1F0;
}
.uploadbox .upload_cancel {
    position: absolute;
    top: 10px;
    right: -20px;
    font-size: 18px;
}
.original_name {
    background: #fff;
    position: absolute;
    top: 12px;
    left: 138px;
    padding: 0 95px 0 5px;
}
@keyframes icRadioSelected {
0% {
    transform: scale(0.1, 0.1);
}
80% {
    transform: scale(1.4, 1.4);
}
100% {
    transform: scale(1, 1);
}
}

/* ----------
   共通フッター
   ---------- */
.l-footer__inner {
    width: 1000px;
    margin: auto;
    padding: 8rem 0 4rem;
}
.l-footer__sec {
    width: 50%;
}
.l-footer__sec:nth-child(n+2) {
    border-left: solid 1px #EE3B2C;
    padding-left: 4rem;
}
.l-footer__guide {
    width: 100%;
}
.l-footer__site,
.l-footer__sns {
    width: 100%;
}
.l-footer__site__itm {
    width: 40%;
}
.l-footer__logo {
    width: 150px;
}
.l-footer__logoWrp {
    width: 20%;
}
.l-footer__inquiryWrp {
    width: 25%;
}
.l-footer__inquiry {
    width: 28%;
}
.l-footer__markWrp {
    width: 25%;
}
.l-footer__menu {
    margin-bottom: 6rem;
}
