@charset "UTF-8";

#contact .bg-img {
    background-image: url(../images/product/product_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    margin-bottom: 100px;
    margin-top: 250px;
}

.row_3{
    width:1180px;
    max-width:960px;
    margin:0 auto;
    }

.item_left03{
    margin: 0 auto;
    margin-top: 80px;
}

.heading {
	font-size: 2.6rem;
    color: #198A0A;
    font-weight: bold;
    padding-bottom: 10px;
}

.heading::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #333;
    margin: 20px 0;
}

.content_text{
    font-weight: bold;
    font-size: 2rem;
    line-height: 2;
}

.section__header-txt{
    line-height: 2;
}

.section__header-txt br{
    display: block;
}

.pd60-bottom{
    padding-bottom: 60px;
}

/* ===================================================
フォーム
==================================================== */
.p-form__input, .p-form__textarea, .p-form__select {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    background: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.5;
    /* 旧Edge対応 */
    /* IE対応 */
}

.p-form__input::placeholder, .p-form__textarea::placeholder, .p-form__select::placeholder {
    color: #D7D7D7;
}

.p-form__input::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder, .p-form__select::-ms-input-placeholder {
    color: #D7D7D7;
}

.p-form__input:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder, .p-form__select:-ms-input-placeholder {
    color: #D7D7D7;
}

@media print, screen and (min-width: 769px) {
.p-form__dl {
    margin-bottom: 84px;
    display: flex;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
}

@media only screen and (max-width: 768px) {
.p-form__dl {
    margin-bottom: 45px;
}
}

@media print, screen and (min-width: 769px) {
.p-form__dt {
    width: calc(100% - 614px);
    padding: 32px 40px 24px 0;
    border-bottom: 1px dashed #C4C4C4;
}
}

@media only screen and (max-width: 768px) {
.p-form__dt {
    padding-bottom: 12px;
}
}

.p-form__dt__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.p-form__dd {
    border-bottom: 1px dashed #C4C4C4;
}

.p-form__dd .c-txt {
    line-height: 1.5;
}

.p-form__dd .c-txt:not(:last-child) {
    margin-bottom: 32px;
}

@media print, screen and (min-width: 769px) {
.p-form__dd {
    width: 614px;
    padding: 32px 0;
}
}

@media only screen and (max-width: 768px) {
.p-form__dd {
    margin-bottom: 32px;
    padding-bottom: 32px;
}
}

.p-form__require, .p-form__any {
    padding: 4px 12px;
    text-align: center;
    color: #fff;
    background-color: #198A0A;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.p-form__any {
    background-color: #a5a5a5;
}

.p-form__hd {
    flex: 1 0 1%;
    padding-left: 24px;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

.p-form__note {
    width: 100%;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
.p-form__note {
    margin-top: 24px;
}
}

@media only screen and (max-width: 768px) {
.p-form__note {
    margin-top: 12px;
}
}

.p-form__error {
    width: 100%;
    margin-bottom: 4px;
    color: #e20404;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
.p-form__name {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}

.p-form__name__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 2;
}

@media print, screen and (min-width: 769px) {
.p-form__name__item {
    margin-right: 16px;
}
}

@media only screen and (max-width: 768px) {
.p-form__name__item .p-form__input {
    flex: 1 0 1%;
}
.p-form__name__item:last-child {
    margin-top: 16px;
}
}

.p-form__name__txt {
    width: 34px;
    margin-right: 14px;
    text-align: right;
    font-size: 1.6rem;
}

.p-form__input {
    height: 40px;
}

.p-form__input--max {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .p-form__input--middle {
    width: 230px;
}
}

@media only screen and (max-width: 768px) {
.p-form__input--middle {
    width: 100%;
}
}

@media print, screen and (min-width: 769px) {
.p-form__input--short {
    width: 180px;
}
}

.p-form__textarea {
    width: 100%;
    height: 198px;
}

@media print, screen and (min-width: 769px) {
.p-form__radio {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}

@media print, screen and (min-width: 769px) {
.p-form__radio__item {
    width: 300px;
}
.p-form__radio__item:nth-child(even) {
    margin-left: 14px;
}
.p-form__radio__item:nth-child(n+3) {
    margin-top: 12px;
}
}

@media only screen and (max-width: 768px) {
.p-form__radio__item:not(:last-child) {
    margin-bottom: 16px;
}
}

.p-form__radio__input {
    display: none;
}

.p-form__radio__input:checked + .p-form__radio__label {
    border-color: #198A0A;
    background: #198A0A;
}

.p-form__radio__input:checked + .p-form__radio__label .p-form__radio__txt {
    color: #fff;
}

.p-form__radio__input:checked + .p-form__radio__label .p-form__radio__circle {
    background-color: #fff;
}

.p-form__radio__input:checked + .p-form__radio__label .p-form__radio__circle::before {
    background-color: #198A0A;
}

.p-form__radio__label {
    padding: 8px 8px 8px 16px;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.p-form__radio__txt {
    color: #c4c4c4;
    font-size: 1.6rem;
    line-height: 1.5;
}

.p-form__radio__circle {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #c4c4c4;
}

.p-form__radio__circle::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
}

.p-form__select {
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #d7d7d7;
    appearance: none;
    -webkit-appearance: none;
}

.p-form__select::-ms-expand {
    display: none;
}

.p-form__select__wrap {
    position: relative;
    display: block;
}

@media print, screen and (min-width: 769px) {
.p-form__select__wrap {
    width: 230px;
}
}

.p-form__select__wrap::before, .p-form__select__wrap::after {
    position: absolute;
    content: '';
}

.p-form__select__wrap::after {
    z-index: 1;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 36px;
    background-color: #fff;
}

.p-form__select__wrap::before {
    z-index: 2;
    top: 16px;
    right: 8px;
    width: 0;
    height: 0;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #C4C4C4 transparent transparent transparent;
}

.p-form__checkbox {
    display: none;
}

.p-form__checkbox:checked + .p-form__checkbox__box::before {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 15px;
    height: 8px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 3px solid #198A0A;
    border-left: 3px solid #198A0A;
}

.p-form__checkbox__label {
    margin-bottom: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media print, screen and (min-width: 769px) {
.p-form__checkbox__label .p-form__error {
    text-align: center;
}
}

.p-form__checkbox__box {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border: 1px solid #198A0A;
    border-radius: 3px;
    background-color: #fff;
}

.p-form__checkbox__txt {
    line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
.p-form__checkbox__txt {
    font-size: 2rem;
}
}

@media only screen and (max-width: 768px) {
.p-form__checkbox__txt {
    font-size: 1.8rem;
}
}

.p-form__date {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media print, screen and (min-width: 769px) {
.p-form__date {
    width: 230px;
}
}

.p-form__date .p-form__checkbox__icon {
    cursor: pointer;
}

.p-form__date .p-form__checkbox__input {
    width: calc(100% - 40px);
    padding-left: 2px;
    border-left: 0;
}

.p-form__thanks {
    max-width: 848px;
}

@media print, screen and (min-width: 769px) {
.p-form__thanks {
    margin: 80px auto 0;
}
.p-form__thanks .c-txt {
    font-size: 1.8rem;
    line-height: 1.5;
}
.p-form__thanks .c-txt:first-child {
    margin-bottom: 24px;
}
}

.p-form__frame {
    overflow-y: scroll;
    max-width: 948px;
    height: 150px;
    margin: 0 auto;
    padding: 16px 16px 16px 8px;
    border: 1px solid #C4C4C4;
}

.p-form__frame .c-txt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.p-form__frame .c-txt:not(:last-child) {
    margin-bottom: 24px;
}

.p-form__frame::-webkit-scrollbar {
    width: 8px;
}

.p-form__frame::-webkit-scrollbar-track {
    background-color: #c4c4c4;
}

.p-form__frame::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #767676;
}

@media print, screen and (min-width: 769px) {
.p-form__footer {
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media only screen and (max-width: 768px) {
.p-form__footer {
    margin-top: 40px;
}
}

.p-form__btn {
    height: 59px;
    cursor: pointer;
    text-align: center;
    border: 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
}

@media print, screen and (min-width: 769px) {
.p-form__btn {
    width: 320px;
    margin: 0 12px;
}
.p-form__btn:hover {
    opacity: 0.7;
}
}

@media only screen and (max-width: 768px) {
.p-form__btn {
    width: 100%;
    margin: 0 0 24px;
}
}

.p-form__btn--confirm {
    color: #847f7f;
    background-color: #c1c1c1;
}

.p-form__btn--back {
    color: #333;
    background-color: #e3e3e3;
}

.p-form__btn--submit {
    color: #333;
    background-color: #198A0A;
}

.p-form__btn--totop {
    text-decoration: none !important;
    color: #333 !important;
    background-color: #198A0A;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.c-section {
    clear: both;
}

@media print, screen and (min-width: 769px) {
.c-section {
    padding: 80px 0 40px;
}
}

.c-section__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.c-section__inner {
    padding: 0 10px;
}
}

.c-txt {
    font-size: 1.6rem;
    line-height: 2;
}

@media print, screen and (min-width: 769px) {
.c-txt {
    font-weight: 500;
}
.c-txt:not(:last-child) {
    margin-bottom: 40px;
}
}

@media only screen and (max-width: 768px) {
.c-txt {
    font-weight: 400;
}
.c-txt:not(:last-child) {
    margin-bottom: 24px;
}
}

  input[type="date"] {
    position: relative;
    padding: 0 10px;
    width: 200px;
    height: 36px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
  }

