@charset "utf-8";
div,
p {
    margin: 0;
}
.contents img {
    width: 100%;
}
#product .product_contentsInner {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 5% 0 8%;
    border-bottom: solid 1px #eee;
}
@media screen and (min-width: 766px) {
    #product .product_contentsInner {
        padding: 0 0 60px;
    }
}

/*------------------
page_head
--------------------*/
#product .product_head_contentsInner {
    width: 100%;
    margin: 0;
    padding: 0 0 8%;
    border-bottom: solid 1px #eee;
}
#product .page_head_img {
    position: relative;
    width: calc(100% * 690 / 768);
    margin: 0;
}
#product .page_head_img img {
    width: 100%;
    max-width: 100%;
}
#product .page_head_subInner {
    position: relative;
    z-index: 2;
}
#product .page_head_ttlWrap {
    display: flex;
    width: calc(100% * 740 / 768);
    margin: -9% 0 0 auto;
    padding: 3% 0 3% 3%;
    background-color: rgba(237, 229, 222, 0.65);
}
#product .page_head_icon {
    height: auto;
    width: calc(100% * 130 / 740);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#product .page_head_icon img {
    width: 100%;
}
#product .page_head_box {
    width: calc(100% * 540 / 740);
    padding-left: 2.6%;
}
#product .page_head_box_h2 {
    font-size: 2.0rem;
    padding-left: 1.8%;
}
#product .page_head_box_txt {
    padding-top: 2%;
    font-size: 1.4rem;
    line-height: 2;
}
#product .page_head_desc {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
#product .page_head_desc_txt1 {
    padding: 3% 0 1.5%;
}
#product .page_head_desc_txt3 {
    padding: 1.5% 0 0;
}
@media screen and (min-width: 766px) {
    #product .product_head_contentsInner {
        width: 95%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 0 60px;
        display: flex;
    }
    #product .page_head_img {
        width: calc(100% * 570 / 1140);
    }
    #product .page_head_subInner {
        width: calc(100% * 570 / 1140);
    }
    #product .page_head_ttlWrap {
        position: relative;
        display: flex;
        width: 150%;
        margin: 5% 0 0;
        padding: 3% 0 3% 3%;
        transform: translateX(-136px);
    }
    #product .page_head_icon {
        width: calc(100% * 130 / 840);
    }
    #product .page_head_box {
        width: calc(100% * 670 / 840);
        padding-left: 2.6%;
    }
    #product .page_head_box_h2 {
        font-size: 2.2rem; 
        padding-left: 1.8%;
    }
    #product .page_head_box_txt {
        padding-top: 2%;
        font-size: 1.6rem;
        line-height: 2;
    }
    #product .page_head_desc {
        width: 100%;
        margin: 0;
        padding: 0 0 0 5%;
    }
    #product .page_head_desc p {
        font-size: 1.4rem;
        line-height: 2;
    }
    #product .page_head_desc_txt1 {
        padding: 4% 0 3%;
    }
    #product .page_head_desc_txt3 {
        padding: 3% 0 0;
    }
}

/*------------------
layout
--------------------*/
#product .layout {
    display: flex;
    justify-content: space-between;
    padding: 7% 0 0;
}
#product .layout li {
    width: 31.5%;
}
#product .layout li dt,
#product .layout li dd {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#product .layout li dt h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
#product .layout li dt h3::after {
    content: '';
    display: block;
    position: relative;
    width: 60%;
    height: 3px;
    margin: 12px auto 0;
    background-color: #ebe1d9;
}
#product .layout li dt div {
    width: 68px;
    margin: 10% auto 10%;
}
#product .layout li dd p {
    padding: 2.5% 0 0;
    text-align: center;
    font-size: 1.2rem;
}
@media screen and (min-width: 766px) {
    #product .layout {
        padding: 46px 0 0;
    }
    #product .layout li {
        width: 33%;
    }
    #product .layout li dt h3 {
        font-size: 1.8rem;
    }
    #product .layout li dt h3::after {
        width: 150px;
    }
    #product .layout li dt div {
        margin: 20px auto;
    }
    #product .layout li dd p {
        padding: 2.5% 0 0;
        font-size: 1.6rem;
    }
}

/*------------------
feature
--------------------*/
#product .feature .product_contentsInner {
    border-bottom: none;
}
#product .feature_head {
    padding: 5% 0;
}
#product .feature_head h3 {
    text-align: left;
    font-size: 2.2rem;
}
#product .feature_head_txt01 {
    padding: 5% 0;
}
#product .feature_head_img {
    padding: 5% 0 0;
}
@media screen and (min-width: 766px) {
    #product .feature_head {
        padding: 4% 0 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #product .feature_head_img {
        width: calc(100% * 545 / 1140);
        margin: 0;
        padding: 0;
    }
    #product .feature_head_txtBox {
        width: calc(100% * 575 / 1140);
    }
    #product .feature_head h3 {
        text-align: left;
        font-size: 1.8rem;
    }
    #product .feature_head p {
        font-size: 1.4rem;
    }
    #product .feature_head_txt01 {
        padding: 1% 0 5%;
    }
}
/* feature_list */
#product .feature_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#product .feature_list li {
    padding: 5% 0 0;
    width: calc(100% * 365 / 750);
}
#product .feature_list_ttl {
        font-size: 1.6rem;
}
#product .feature_list_img {
    padding: 3% 0;
}
#product .feature_list_txt {
    font-size: 1.6rem;
}
#product .feature_list li.feature_list_last {
    width: 100%;
}
#product .feature_list_img_list {
    display: flex;
    justify-content: space-between;
}
#product .feature_list_img_list li img {
    height: 100%;
}
@media screen and (min-width: 766px) {
    #product .feature_list_ttl {
        font-size: 1.8rem;
    }
    #product .feature_list_img {
        padding: 20px 0;
    }
    #product .feature_list_txt {
        font-size: 1.4rem;
    }
}
/*------------------
contact
--------------------*/
#product #famo_contact_us {
    background: #fbfbfb;
    padding: 3% 0 6%;
}
#famo_contact_us .contentsInner {
    overflow: visible;
}
#product #famo_contact_us .forSP {
    display: block !important;
}
#product .famo_contact_box {
    margin-top: 0;
    padding-top: 3%;
}
#product .famo_contact_box li.contact_list01 {
    margin-bottom: 5%;
}
#product .famo_contact_box li.contact_list02 {
    overflow: hidden;
}
@media screen and (min-width: 766px) {
    #product #famo_contact_us .forSP {
        display: none !important;
    }
    #product .famo_contact_box {
        padding-top: 5%;
    }
    #product #famo_contact_us {
        background: #fbfbfb;
        padding: 0;
    }
    #product .famo_contact_box li.contact_list01 {
        margin-bottom: 0;
    }
}
/*------------------
drawing
--------------------*/
#product .drawing_contentsInner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 5% 0 8% 2.5%;
    border-bottom: none;
}
#product .drawing_ttl01 {
    padding: 60px 0 0;
}
#product .drawing_ttl02 {
    padding: 34px 0 12px;
    font-size: 1.8rem;
    text-align: left;
}
#product .drawing_container {
    white-space: nowrap;
    overflow-x: auto;
}
#product .drawing_table {
    border-collapse: collapse;
}
#product .drawing_table th,
#product .drawing_table td {
    border: solid 1px #666;
    white-space: nowrap;
    font-size: 1.6rem;
}
#product .drawing_table th {
    padding: 6px 2px;
}
#product .drawing_table th.th01 {
    background-color: #4d4c40;
    color: #fff;
}
#product .drawing_table th.th02 {
    background-color: #f8f7f7;
}
#product .drawing_table td {
    text-align: center;
    padding: 10px 20px;
}
#product .drawing_table td a{
    display: block;
    text-decoration: underline;
}
#product .drawing_table td a:hover{
    text-decoration: none;
}
#product .drawing_table td.drawing_img {
    padding: 20px 30px;
}
#product .drawing_option2 {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
#product .op2_table_wrap {
    width: 32.5%;
}
#product .table_w100per {
    width: 100%;
}
#product .table_w1140 {
    width: 1140px;
}
#product .table_w725 {
    width: 725px;
    margin: 0;
}
#product .drawing_table2 th.th02 {
    padding: 20px 25px;
    text-align: left;
}
#product .drawing_table2 td {
    padding: 20px 25px;
}
.draw_txtL {
    text-align: left !important;
}
.sidespaser_adjust {
    padding-left: 8px !important;
}
.space_adjust01 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.space_adjust02 {
    width: 140px;
    padding-left: 10px !important;
}
@media screen and (min-width: 766px) {
    #product .drawing_contentsInner {
        width: 95%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 0 60px;
    }
    /* #product .table_w725 {
        width: 725px;
    } */
}


@media screen and (max-width: 766px) {
#product .drawing_table th,
#product .drawing_table td {
    font-size: 1.4rem;
    padding: 5px;
}
}


/*------------------
precautions
--------------------*/
#product .precautions {
    margin-bottom: 8%;
    padding: 5% 0 0;
}
#product .precautions_ttl {
    font-size: 2rem;
}
#product .precautions_list {
    padding: 2% 0 0;
}
#product .precautions_list li {
    position: relative;
    margin: 8px 0 0;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
}
#product .precautions_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #a69e95;
}
@media screen and (min-width: 766px) {
    #product .precautions {
        margin-bottom: 50px;
        padding: 50px 0 0;
    }
    #product .precautions_ttl {
        font-size: 1.8rem;
    }
    #product .precautions_list li {
        font-size: 1.4rem;
    }
}
