@charset "utf-8";

.p-inquiry {
    padding: 0;
}

.p-inquiry-block {
    margin-bottom: 60px;
}
.p-inquiry-blockHead {
    margin: 10px 0;
}
.p-inquiry-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #006600;
    margin: 0;
}
.p-inquiry-titleNote {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    margin: 2px 0 0 0;
}
.p-inquiry-titleSub {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #333;
}

.p-inquiry-btnArea {
    display: flex;
    flex-wrap: nowrap;
    background-color: #eee;
    padding: 20px 0;
}
.p-inquiry-btnAreaInner {
    width: 50%;
    flex-shrink: 0;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
}
.p-inquiry-btnAreaInner:first-child {
    border-left: none;
}
.p-inquiry .p-inquiry-formLink {
    color: #fff;
}
.p-inquiry-formLink {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    min-width: 190px;
    padding: 16px 10px;
    text-decoration: none;
    text-align: center;
    background-color: #006600;
    box-sizing: border-box;
}
.p-inquiry-formLink__other {
    background-color: #ff8126;
}
.p-inquiry-formLink:hover {
    opacity: 0.7;
}

/* tel */
.p-inquiry-telArea {
    text-align: center;
    background-color: #eee;
    padding: 25px 10px;
}
.p-inquiry-telTitle {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
}
.p-inquiry-telArea .p-inquiry-telNumLink {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.0;
    text-decoration: none;
}

/* notice */
.p-inquiry-notice {
    margin-top: 15px;
}
.p-inquiry-noticeText {
    font-size: 13px;
    line-height: 1.7;
    margin: 6px 0 0 0;
    padding: 0 0 0 13px;
    position: relative;
}
.p-inquiry-noticeText::before {
    content:  ""; 
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #999;
    border-radius:  50%;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
}

/* letter */
.p-inquiry-letterArea {
    line-height: 1.9;
    background-color: #eee;
    margin-top: 5px;
    padding: 15px 20px 13px;
    text-align: center;
}
.p-inquiry-letterText {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.7;
}

/* form */
.p-inquiry-formHead {
    text-align: right;
    margin: 0 0 15px 0;
}
.p-inquiry .p-inquiry-formBackLink {
    color: #666;
}
.p-inquiry-formBackLink {
    font-size: 14px;
    display: inline-block;
}

.p-inquiry-formBackLink::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 6px 0 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #ff8023;
    border-bottom: 5px solid transparent;
    position: relative;
}