html {
    margin: 0 !important;
}

.side_menu {
    padding: 40px 0 50px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.side_menu_area {
    font-weight: bold;
    width: 965px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.side_menu_title {
    font-size: 18px;
    color: #132E88;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.side_menu_category {
    padding-left: 80px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.side_menu_archive {
    margin-right: 12px;
    padding: 0;
    width: 150px;
    height: 40px;
    background-color: #fff;
    list-style: none;
    border: 1px solid #989494;
    border-radius: 10px;
}

.side_menu_archive-btn:hover {
    background-color: #00388D;
    border-radius: 10px;
}

.side_menu_archive-btn:hover .caret {
    background-color: #00388D;
    border-top: 12px solid #fff;
}

.side_menu_archive-btn {
    height: 40px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.side_menu_archive .caret {
    border-top: 12px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.side_menu_archive ul {
    display: none;
    padding: 0;
}

.side_menu_archive ul li {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    border-right: 1px solid #989494;
    border-left: 1px solid #989494;
    border-bottom: 1px solid #989494;
}

.side_menu_archive ul li a {
    padding-right: 15px;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.side_menu_archive ul li a:hover {
    background-color: #00388D;
    border-radius: 10px;
    color: #fff;
}

/* #news_box_01_back_wrap_right_accordion {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
} */

.box_blog {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 140px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.box_blog_content {
    max-width: 965px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    font-weight: bold;
}

.box_blog_content_single {
    max-width: 965px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    font-weight: bold;
    text-align: left;
}

.box_blog_content_single p {
    line-height: 2.5;
}

.news_box {}

.news_box_item {
    /* margin-bottom: 5px; */
    display: flex;
    align-items: center;
    gap: 70px;
}

.news_box_eyecatch {
    width: 260px;
    height: 170px;
    border-radius: 16px;
    object-fit: cover;
}

.news_box_item_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news_box_item_detail_date {
    font-size: 17px;
    color: #132E88;
}

.news_box_item_detail_title {
    font-size: 17px;
    font-weight: bold;
}

.news_box_item_detail_contents {
    font-size: 17px;
    text-align: left;
}

.news_box_01_back_wrap_page {
    margin: 100px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.wp_pagenation_ul {
    display: flex;
    gap: 16px;
}

.wp_pagenation_ul_li {
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00388D;
    color: #fff;
    border-radius: 38px;
    line-height: 1;
}

/* .news_box_01 {
    display: flex;
} */

.box_blog_right {
    max-width: 220px;
    width: 100%;
}


/* サイドバー */

.news_box_01_back_wrap_right {
    font-weight: bold;
    font-family: "游ゴシック";
}

.news_box_01_back_wrap_right_title {
    font-weight: bold;
    font-size: 20px;
    color: #00388D;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.news_box_01_back_wrap_right_category {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#news_box_01_back_wrap_right_accordion {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

/* 記事個ページ */

.lower_kv.single .lower_content {
    margin: 200px 0 0 0;
}

.lower_kv.single .lower_content_title_area {
    padding: 0 0 90px 0;
    margin: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 70px;
}

.lower_kv.single .diary_content_mainarea {
    padding: 60px 0 0 0;
    max-width: 100%;
    width: 100%;
}

.lower_kv.single .lower_content_title {
    width: 100%;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    overflow-wrap: anywhere;
}

.lower_kv.single .diary_content_custom_pagenation li {
    width: 100px;
    height: 50px;
}

.lower_kv.single .diary_content_custom_pagenation li a {
    width: 100px;
    height: 50px;
}

.lower_kv.single .diary_content_mainarea h2 {
    font-size: 2rem;
    line-height: 3rem;
}

.lower_kv.single .diary_content_mainarea p {
    font-size: 1rem;
    line-height: 2.5rem;
}

.lower_kv.askme .footer_ask_btn {
    display: none;
}

/* 固定ページ共通 */
.section_p_item_content {
    padding: 70px 0 180px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 140px;
}

/* 取扱品目ページ */
.section_item_content_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    border-top: 2px solid #00388D;
}

.section_item_content_sidebar_item {
    display: flex;
    align-items: center;
    height: 80px;
    width: 300px;
    justify-content: space-between;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: bold;
}

.section_item_content_sidebar_item_ico {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_item_content_sidebar_item_ico .cp_arrows span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_item_content_sidebar_item_ico .cp_arrows span {
    position: relative;
    width: 1.1em;
    height: 1.1em;
}

.section_item_content_sidebar_item_ico .cp_arrows span::after {
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 50%;
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow'] {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    color: #000;
    z-index: 99;
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow']:after,
.cp_arrows [class*='cp_arrow']:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow'] {
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow']:before,
.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow']:after {
    position: absolute;
    border-radius: 2px;
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow']:before {
    top: 0px;
    right: 0;
    width: 5px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-box-shadow: inset 0 0 0 32px;
    box-shadow: inset 0 0 0 24px;
}

.section_item_content_sidebar_item_ico .cp_arrows [class*='cp_arrow']:after {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-box-shadow: inset 0 0 0 32px, 16px 17px;
    box-shadow: inset 0 0 0 24px, 8px 9px;
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_left {
    top: -0.05em;
    left: -0.55em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_right {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_up {
    top: -0.1em;
    left: -0.35em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_down {
    top: 0.1em;
    left: -0.4em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_left_up {
    top: -0.1em;
    left: -0.5em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_left_down {
    left: -0.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_right_up {
    top: -0.1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.section_item_content_sidebar_item_ico .cp_arrows .cp_arrow_right_down {
    top: 0.1em;
    left: -0.35em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section_item_content_main {
    width: 1260px;
}

.item_section_gallery {
    gap: 30px;
}

.item_section_img {
    width: 400px !important;
    height: 285px !important;
    object-fit: cover;
}

.item_section_img strong {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

.item_section_img figcaption {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(19, 46, 136, 0.8), rgba(19, 46, 136, 0.8) 100%, rgba(19, 46, 136, 0.8)) !important;
}

.item_section_img02 {
    width: 610px !important;
    height: 435px !important;
    object-fit: cover;
}

.item_section_img02 figcaption {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(19, 46, 136, 0.8), rgba(19, 46, 136, 0.8) 100%, rgba(19, 46, 136, 0.8)) !important;
}

.item_section_img02 strong {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

.item_section_title span {
    font-size: 90px;
}

.item_section_text {
    line-height: 2.5;
}

/* Works */
.works_content {
    padding: 0 0 200px 0;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.works_content_list {
    color: #fff;
}

.works_content_list_ul {
    padding: 0 0 200px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.works_content_list_ul_li {
    font-size: 1.25rem;
}

.works_content_list_ul_li.fast {
    font-size: 2rem;
}

.works_content_main_title {
    font-size: 2rem;
    padding: 10px 0 !important;
}

.works_content table tr td:first-child {
    width: 450px;
}

.works_content table tr td:nth-child(2) {
    width: 150px;
}

.works_content table tr td:nth-child(3) {
    width: 120px;
}

/* .works_content table tr td:nth-child(4) {
    width: 120px;
}

.works_content table tr td:nth-child(5) {
    width: 130px;
} */

.works_content table td {
    border-right: none;
    border-left: none;
    padding: 50px 0;
}

/* テスト */
.works_item_area {
    color: #fff;
}

.works_item {
    padding: 50px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.works_item.fast {
    border-top: 1px solid #fff;
}

.works_item_main_text {
    max-width: 600px;
    width: 100%;
}

.works_item_sub_text {
    display: flex;
    max-width: 400px;
    width: 100%;
}

.works_item_sub_kikan {
    width: 50%;
}

.works_item_sub_naiyou {
    width: 50%;
}

/* お問い合せフォーム */

.section_contact_form_title {
    padding: 70px 0 115px 0;
    width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}

.section_contact_form_title_area {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.section_contact_form_title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #00388D;
}

.section_contact_form_title_detail {
    font-size: 21px;
    text-align: right;
}

.section_contact_form_area {
    padding: 60px 0 210px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.section_contact_form_area_text {
    width: 760px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 2;
}

.section_contact_form_area_numbox {
    width: 260px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    color: #00388D;
    position: relative;
}

.section_contact_form_area_numbox_item {
    width: 55px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.section_contact_form_area_numbox_item span {
    width: 55px;
    height: 55px;
    border: 1px solid #00388D;
    border-radius: 1em;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.section_contact_form_area_numbox_item span.now {
    background-color: #00388D;
    color: #fff;
}

.section_contact_form_area_numbox_item_bg {
    width: 250px;
    border-top: 1px solid #00388D;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section_contact_form_area_content {
    width: 1000px;
    margin: 0 auto;
}

.contact_wrap br {
    display: none;
}

.contact_wrap .wpcf7-list-item {
    margin: 0 0 0 0;
}

.contact_wrap .wpcf7-list-item-label {
    margin-left: 25px;
}

.contact_wrap .wpcf7-select {
    position: relative;
}

/* .contact_wrap .wpcf7-select::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} */

.contact_wrap .contact_checkbox {
    margin: 0 0 5px 0;
}

.contact_wrap .contact_checkbox::before {
    background: #ffffff;
    border: 1px solid #101010;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contact_wrap .contact_checkbox::after {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
    display: block;
    height: 10px;
    left: 0%;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: -3px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    width: 20px;
}

.contact_wrap .contact_checkbox:checked::before {
    background-color: red;
    border: 1px solid red;
}

.contact_wrap .contact_checkbox:checked::after {
    opacity: 1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    /* 灰色 */
}


@media screen and (max-width: 1850px) {
    .section_p_item_content {
        width: 1500px;
        margin: 0 auto;
        gap: 100px;
    }

    .section_item_content_sidebar_item {
        width: 280px;
    }

    .section_item_content_main {
        width: auto;
    }

    .item_section_img {
        width: 365px !important;
        height: 260px !important;
    }

    .item_section_img02 {
        width: 555px !important;
        height: 395px !important;
    }

    .section_equip_youtube {
        height: 620px;
    }

    .works_content {
        max-width: 1000px;
    }

    .diary_content {
        padding: 0 50px 200px 50px;
    }

    .ask_content_detailarea {
        max-width: 650px;
    }
}

@media screen and (max-width: 1700px) {
    .section_p_item_content {
        width: 1150px;
        gap: 80px;
    }

    .section_item_content_sidebar_item {
        width: 250px;
    }

    .item_section_title {
        font-size: 50px !important;
    }

    .item_section_title span {
        font-size: 70px;
    }

    .item_section_img {
        width: 265px !important;
        height: 190px !important;
    }

    .item_section_img figcaption {
        padding: 5px !important;
        overflow: unset !important;
    }

    .item_section_img strong {
        font-size: 14px;
    }


    .item_section_img02 {
        width: 405px !important;
        height: 288px !important;
    }

    .section_equip_youtube {
        height: 455px;
    }

    .lower_kv.single .lower_content_title {
        font-size: 80px;
    }

    .ask_content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 100px;
    }

}

@media screen and (max-width: 1400px) {
    .section_p_item_content {
        width: 980px;
    }

    .section_item_content_sidebar_item {
        width: 200px;
    }

    .item_section_title span {
        font-size: 60px;
    }

    .item_section_title {
        font-size: 45px !important;
    }

    .item_section_img {
        width: 225px !important;
        height: 160px !important;
    }

    .item_section_img02 {
        width: 345px !important;
        height: 245px !important;
    }

    .section_equip_youtube {
        height: 389px;
    }

    .side_menu_area {
        width: 965px;
    }

    .diary_content_item {
        gap: 40px;
    }

    .diary_content_item_day {
        font-size: 1.25rem;
    }

    .diary_content_item_title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .diary_content_item_category {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1200px) {
    .section_p_item_content {
        width: 750px;
        gap: 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
    }

    .section_item_content_sidebar {
        width: 750px;
        z-index: 500;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .section_item_content_sidebar_item {
        height: 80px;
        width: 150px;
    }

    .section_item_content_sidebar_item_ico {
        width: 30px;
        height: 30px;
    }

    .item_section_text {
        font-size: 16px !important;
        line-height: 2;
    }

    .item_section_img {
        width: 240px !important;
        height: 172px !important;
    }

    .section_equip_youtube {
        height: 416px;
    }

    .side_menu_area {
        width: 750px;
    }

    .box_blog {
        width: 750px;
        margin: 80px auto 140px auto;
        gap: 15px;
    }

    .box_blog_left {
        max-width: 515px;
        gap: 50px 20px;
    }

    .section_contact_form_area_text {
        width: 750px;
        font-size: 16px;
    }

    .section_contact_form_area_content {
        width: 750px;
    }

    .confirm_item input,
    .confirm_item select,
    .confirm_item textarea,
    .confirm_item.agree p {
        width: 560px;
        padding: 10px 10px;
    }

    .confirm_item select option {
        width: 560px;
    }

    .submit_group {
        width: 560px;
    }

    .section_contact_confirm_area_content {
        width: 750px;
    }

    .section_contact_confirm_area_content .your-message-item,
    .section_contact_confirm_area_content .your-name,
    .section_contact_confirm_area_content .your-email,
    .section_contact_confirm_area_content .your-tel,
    .section_contact_confirm_area_content .your-message {
        width: 560px;
        padding: 10px 10px;
    }

    .confirm_item.submit input {
        width: 200px;
    }

    /* サイドバー */
    .news_box_01_back_wrap_right_category li {
        margin-left: 15px;
    }

    .works_content {
        max-width: 100%;
        padding: 0 50px;
    }

    .works_content table td {
        padding: 10px 0 10px 10px;
        vertical-align: middle;
    }

    .works_content table tr td:first-child {
        width: 300px;
    }

    .works_content table tr td:nth-child(2) {
        width: 100px;
    }

    .works_content table tr td:nth-child(3) {
        width: 60px;
    }

    .works_item {
        padding: 20px 0;
    }

    .works_item_sub_text {
        max-width: 300px;
    }

    .diary_content {
        gap: 50px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .diary_content_sidebararea {
        padding-top: 60px;
        max-width: 100%;
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 30px;
    }

    .diary_content_sidebararea_archive {
        font-size: 1.5rem;
        line-height: 1;
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .diary_content_sidebararea_category ul {
        font-size: 1.5rem;
        line-height: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
    }

    .diary_content_item {
        padding: 30px 0;
        gap: 25px;
    }

    .diary_content_custom_pagenation {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .lower_kv.single .lower_content_title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .diary_content_item {
        /* display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; */
    }

    .diary_content_item_detail {
        width: 100%;
    }

    .lower_kv.single .lower_content_title {
        font-size: 50px;
    }

    .works_content_list_ul {
        padding: 0 0 120px 0;
    }

    .works_content table tr td:first-child {
        width: 200px;
    }

    .works_content table tr td:nth-child(2) {
        width: 70px;
    }

    .works_item {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 5px;
    }

    .works_item_sub_text {
        max-width: 350px;
    }
    .works_item_main_text {
        max-width: 100%;
    }

    .ask_content {
        padding-bottom: 100px;
    }

    .ask_content_cover {
        height: 390px;
    }

    .ask_content_detailarea {
        max-width: 100%;
    }

    .ask_content_contactarea {
        max-width: 650px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact_label {
        padding-top: 0px;
        width: 100%;
    }

    .contact_input {
        width: 650px;
    }

    .contact_textarea {
        width: 650px;
    }

    .contact_privacy {
        padding: 0 0 0 0px;
    }

}

@media screen and (max-width: 768px) {


    .section_p_item_content {
        width: 450px;
    }

    .section_item_content_sidebar {
        width: 450px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .section_item_content_sidebar_item {
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item_section_img {
        width: 220px !important;
        height: 156px !important;
    }

    .item_section_img strong {
        font-size: 12px;
    }

    .item_section_title {
        font-size: 28px !important;
    }

    .item_section_title span {
        font-size: 40px;
    }

    .item_section_img02 {
        width: 220px !important;
        height: 156px !important;
    }

    .item_section_img.sp_on {
        display: flex !important;
    }

    .item_section_img.sp_off {
        display: none !important;
    }

    .section_equip_youtube {
        height: 250px;
    }

    .side_menu_area {
        width: 450px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .side_menu_area.archive {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .side_menu_category {
        padding-left: 0;
        gap: 20px;
    }

    .news_box_item {
        display: flex;
        align-items: center;
        gap: 25px;
        flex-direction: column;
    }

    .news_box_eyecatch {
        width: 100%;
        height: auto;
    }

    .box_blog {
        width: 450px;
        margin: 80px auto 140px auto;
        gap: 15px;
        flex-direction: column;
    }

    /* .box_blog_left {
        max-width: 350px;
        gap: 50px 100px;
        justify-content: center;
    } */

    .section_contact_form_area_content {
        width: 450px;
    }

    .section_contact_form_area_text {
        width: 450px;
        text-align: left;
    }

    .confirm_item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .confirm_item input,
    .confirm_item select,
    .confirm_item textarea,
    .confirm_item.agree p {
        width: 450px;
        padding: 10px;
        font-size: 16px;
    }

    .submit_group {
        width: 450px;
    }

    .section_contact_confirm_area_content {
        width: 450px;
    }

    .section_contact_confirm_area_content .your-message-item,
    .section_contact_confirm_area_content .your-name,
    .section_contact_confirm_area_content .your-email,
    .section_contact_confirm_area_content .your-tel,
    .section_contact_confirm_area_content .your-message {
        width: 450px;
        padding: 10px;
        font-size: 16px;
    }

    .confirm_item.submit input {
        width: 160px;
    }

    .section_contact_confirm_area_content .submit_group p {
        gap: 15px;
    }

    /* .inq_box_nav {
        width: 110px;
        height: 40px;
        border-radius: 30px;
        font-size: 14px;
    }

    .inq_box_nav_reverse {
        width: 110px;
        height: 40px;
        border-radius: 30px;
        font-size: 14px;
    } */

    .works_content {
        padding: 0 25px;
    }

    .works_content table td {
        font-size: 14px;
        padding: 10px 0 10px 0px;
    }

    .works_content table tr td:nth-child(2) {
        width: 70px;
        padding: 0 15px;
    }

    .diary_content {
        padding: 0 25px 200px 25px;
    }

    .diary_content_sidebararea_archive {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .diary_content_item {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .diary_content_item img {
        width: 100%;
        height: auto;
    }

    .diary_content_item_detail {
        gap: 5px;
    }

    .diary_content_item_category {
        font-size: 1rem;
    }

    .diary_content_item_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .diary_content_sidebararea {
        padding-top: 0px;
        gap: 30px;
    }

    .diary_content_sidebararea_archive {
        font-size: 1rem;
    }

    .diary_content_sidebararea_category ul {
        font-size: 1rem;
        line-height: 1;
        gap: 15px;
    }

    .lower_kv.single .lower_content_title_area {
        margin: 0px 25px;
    }

    .lower_kv.single .lower_content_title {
        font-size: 32px;
    }

    .ask_content {
        margin: 0 25px;
    }

    .ask_content_contactarea {
        max-width: 450px;
    }

    .contact_input {
        width: 450px;
        padding: 10px;
    }

    .contact_textarea {
        width: 450px;
    }

    .contact_btn {
        margin: 0 auto 0 80px;
    }

}

@media screen and (max-width: 480px) {

    .lower_kv.single .lower_content {
        margin: 150px 0 0 0;
    }

    .lower_kv.single .diary_content_mainarea {
        padding: 30px 0 0 0;
    }

    .section_p_item_content {
        width: 350px;
        padding: 70px 0 90px;
    }

    .section_item_content_sidebar {
        width: 350px;
    }

    .section_item_content_sidebar_item {
        width: 116px;
        font-size: 14px;
    }

    .section_item_content_sidebar_item_ico {
        width: 15px;
        height: 15px;
    }

    .item_section_img {
        width: 170px !important;
        height: 122px !important;
    }

    .item_section_title {
        font-size: 22px !important;
    }

    .item_section_title span {
        font-size: 35px;
    }

    .item_section_img strong {
        font-size: 10px;
    }

    .content_out_spacer {
        height: 80px !important;
    }

    .content_in_spacer {
        height: 40px !important;
    }

    .item_section_img02 {
        width: 170px !important;
        height: 120px !important;
    }

    .item_section_img02 strong {
        font-size: 14px;
    }

    .section_equip_youtube {
        height: 194px;
    }

    .box_blog {
        width: 350px;
    }

    .side_menu_area {
        width: 350px;
    }

    .news_box_01_back_wrap_page {
        gap: 10px;
    }

    .inq_box_nav_reverse {
        width: 120px;
        font-size: 14px;
    }

    .inq_box_nav {
        width: 105px;
        font-size: 14px;
    }

    .section_contact_form_area {
        padding: 60px 0 100px;
    }

    .section_contact_form_title_area {
        font-size: 30px;
    }

    .section_contact_form_title {
        padding: 70px 0 60px;
        width: 350px;
    }

    .section_contact_form_area_content {
        width: 350px;
    }

    .section_contact_form_area_text {
        width: 350px;
    }

    .confirm_item input,
    .confirm_item select,
    .confirm_item textarea,
    .confirm_item.agree p {
        width: 350px;
        padding: 5px;
    }

    .confirm_item select option {
        width: 350px;
        font-size: 16px;
    }

    .submit_group {
        width: 350px;
    }

    .section_contact_confirm_area_content {
        width: 350px;
    }

    .section_contact_confirm_area_content .your-message-item,
    .section_contact_confirm_area_content .your-name,
    .section_contact_confirm_area_content .your-email,
    .section_contact_confirm_area_content .your-tel,
    .section_contact_confirm_area_content .your-message {
        width: 350px;
        padding: 5px;
        font-size: 16px;
    }

    .news_page_left_box_wrap_contents {
        line-height: 1.8;
    }

    .works_content {
        padding: 0 10px;
    }

    .diary_content {
        padding: 0 10px 80px 10px;
    }

    .lower_kv.single .lower_content_title_area {
        margin: 0px 10px;
    }


    .ask_content {
        padding-bottom: 80px;
        margin: 0 10px;
        gap: 40px;
    }

    .ask_content_contactarea {
        max-width: 350px;
    }

    .ask_content_detailarea {
        gap: 40px;
    }

    .ask_content_detailarea address p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .ask_content_cover {
        height: 200px;
    }

    .contact_label {
        padding-bottom: 5px;
    }

    .contact_input {
        width: 350px;
    }

    .contact_textarea {
        width: 350px;
    }

    .contact_action {
        margin: 50px auto 0;
    }

    .contact_btn {
        margin: 0 auto 0 auto;
    }

    .works_content_list_ul {
        padding: 0 0 100px 0;
        gap: 20px;
    }
}