@charset "UTF-8";

/*
* PAINTING UPPER
*/
section.painting_upper {
    margin-bottom: 10vw;
}
section.painting_upper .upper {
    background-image: url(../img/painting_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 15vw; */
}
section.painting_upper .upper .inner {
    display: flex;
}
section.painting_upper ul.bottom {
    display: flex;
    margin-top: -15vw;
    justify-content: space-between;
}
section.painting_upper .upper .inner div {
    width: 50%;
}
section.painting_upper .upper div.left {
    margin: 5vw 2vw 5vw 5.947vw;
}

section.painting_upper .upper div.left p {
    font-size: 22px;
    line-height: 50px;
}
section.painting_upper .upper div.right {
    margin-top: 5vw;
    margin-right: 5.368vw;
    text-align: right;
}
section.painting_upper .upper div.right .title {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
    margin-bottom: 1.789vw;
}
section.painting_upper .upper div.right .title img {
    margin-left: auto;
}
section.painting_upper .upper div.right .sub_title {
    font-size: 34px;
    font-weight: bold;
    margin-top: 1vw;
}
section.painting_upper ul.bottom li:not(:last-child) {
    margin-right: 2vw;
}

.swiper3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper3 .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide {
    height: auto;
    width: fit-content;
}
.swiper-slide img {
    height: 22.947vw;
    width: 100%;
    object-fit: cover;
	min-width: 150px;
    min-height: 150px;
}
@media screen and (max-width:1000px) {
    section.painting_upper .upper .inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    section.painting_upper .upper .inner div {
        width: 100%;
    }
    section.painting_upper .upper div.left {
        margin: 5vw 10vw;
        padding: 2vw;
    }
    section.painting_upper .upper div.right {
        margin-right: 0;
        text-align: center;
    }
    section.painting_upper .upper div.right .title img {
        margin-right: auto;
    }
    section.painting_upper ul.bottom {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.painting_upper ul.bottom li:not(:last-child) {
        margin-right: 0;
    }
    section.painting_upper ul.bottom li {
        width: 48%;
    }
    section.painting_upper ul.bottom li:nth-child(1),
    section.painting_upper ul.bottom li:nth-child(2) {
        margin-bottom: 2vw;
    }
    section.painting_upper ul.bottom li:nth-child(3) {
        display: flex;
    }
}

@media screen and (max-width:480px) {
    section.painting_upper .upper div.right .title {
        font-size: 50px;
        line-height: 70px;
    }
    section.painting_upper .upper div.right .sub_title {
        font-size: 25px;
    }
}
/*
* PAINTING BOTTOM
*/
section.painting_bottom {
    margin-bottom: 10vw;
}
section.painting_bottom ul.inner {
    display: flex;
    justify-content: space-between;
}

section.painting_bottom > ul.inner > li:nth-child(1) {
    margin-top: 11.578vw;
    margin-left: 1vw;
    margin-right: 1vw;
}
section.painting_bottom > ul.inner > li:nth-child(4) {
    margin-top: 22.894vw;
}
section.painting_bottom > ul.inner > li:nth-child(5) {
    margin-top: 5vw;
    margin-left: 1vw;
}

section.painting_bottom ul.inner ul.text {
    writing-mode: vertical-rl;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    line-height: 70px;
    margin-top: 3.684vw;
    padding-top: 0;
    word-break: keep-all;
}

/* section.painting_bottom ul.inner ul.text li {
    margin-right: 2vw;
} */
section.painting_bottom ul.inner ul.text li:last-child {
    margin-top: 4.736vw;
    /* margin-right: 2.631vw;
    margin-left: 2.631vw; */
    padding-right: 2.631vw;
    padding-left: 2.631vw;
}
section.painting_bottom ul.inner ul.text li span.gradation {
    font-size: 85px;
    background: linear-gradient(380deg, rgba(251,45,56,1) 0%, rgba(204,228,17,1) 50%, rgba(25,178,142,1) 100%);
    color: rgba(25,178,142,1); /* 非対応のブラウザの為に色を設定 */
    -webkit-background-clip: text; /* テキストで切り抜く */
    -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
    font-family: 'Yu Mincho', serif;
    font-style: italic;
    margin-bottom: 1vw;
    line-height: 85px;
}

@media screen and (max-width:1000px) {
    section.painting_bottom ul.inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.painting_bottom > ul.inner > li {
        margin-right: 0;
    }
    section.painting_bottom > ul.inner > li:nth-child(1),
    section.painting_bottom > ul.inner > li:nth-child(2),
    section.painting_bottom > ul.inner > li:nth-child(4),
    section.painting_bottom > ul.inner > li:nth-child(5) {
        width: 48%;
    }
    section.painting_bottom > ul.inner > li:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 50px;
        width: 100%;
    }
    section.painting_bottom ul.inner ul.text {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        text-align: left;
        line-height: 60px;
    }
    section.painting_bottom ul.inner ul.text li:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    section.painting_bottom ul.inner ul.text li span.gradation {
        font-size: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width:480px) {
    section.painting_bottom ul.inner ul.text {
        font-size: 22px;
        line-height: 50px;
    }
}

/*
* TABLE
*/
section.table {
    margin-bottom: 5vw;
}
section.table table {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    overflow-x: scroll;
}
section.table table thead tr {
    background-color: #333;
    color: #fff;
}
section.table table thead tr th {
    border: 2px solid #ccc;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}
section.table table tbody tr td {
    padding: 20px;
    border: 2px solid #ccc;
    vertical-align: top;
}
section.table table tbody tr td.title_column {
    background-color: #efefef;
    white-space: nowrap;
    padding-top: 10px;
}
section.table table tbody tr td.middle_column p,
section.table table tbody tr td.item_column p {
    line-height: 28px;
}
section.table table tbody tr td.item_column {
    white-space: nowrap;
}
section.table table tbody tr td.title_column .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
}
section.table table tbody tr td.title_column ul li {
    margin-bottom: 5px;
}
section.table table tbody tr td span.point {
    color: #e60012;
    margin-right: 5px;
}

section.table table tbody tr td ul > li > ul {
    display: flex;
    flex-wrap: wrap;
}
section.table table tbody tr td ul > li > ul > li {
    width: 50%;
}

@media screen and (max-width:1100px) {
    section.table table tbody tr td ul > li > ul {
        flex-direction: column;
    }
    section.table table tbody tr td ul > li > ul > li {
        width: 100%;
    }
}


/*
* TOPICS
*/

article.single section.row .inner {
    margin-left: 17.368vw;
    margin-right: 17.368vw;
}
article.single section.row {
    /* width: 90%; */
    margin: 30px auto;
}
article.single section.row h2.title {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
article.single section.row h2.title .date {
    display: block;
    text-align: left;
    font-size: 16px;
}

article.single .pager {
    margin-top: 100px;
    margin-bottom: 100px;
}
article.single .pager__list {
    display: flex;
    justify-content: center;
    /* gap: 1em; */
    width: 371px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 1em 0;
    border-radius: 6px;
    font-size: 14px;
}

article.single .pager__item {
    min-width: 80px;
    text-align: center;
}
article.single .pager__item div.nolink {
    color: #cccccc;
}
article.single .pager__item a,
article.single .pager__item div.nolink {
    display: flex;
    align-items: center;
}
article.single .pager__item.prev a,
article.single .pager__item.prev div.nolink {
    padding-left: 1em;
    padding-right: 2em;
}
article.single .pager__item.next a,
article.single .pager__item.next div.nolink {
    padding-left: 2em;
    padding-right: 1em;
}
article.single .pager__item.prev a img,
article.single .pager__item.prev div.nolink img {
    margin-right: 2em;
}
article.single .pager__item.next a img,
article.single .pager__item.next div.nolink img {
    margin-left: 2em;
}
article.single .pager__item.list a {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
@media screen and (max-width:480px) {
    article.single section.row h2.title {
        font-size: 25px;
        line-height: 35px;
    }
    article.single section.row .inner {
        margin-left: 17.368vw;
        margin-right: 17.368vw;
        margin-left: 20px;
        margin-right: 20px;
    }
    article.single .pager__list {
        width: 100%
    }
    article.single .pager__item.prev a,
    article.single .pager__item.prev div.nolink {
        padding-left: 0.5em;
        padding-right: 1em;
    }
    article.single .pager__item.next a,
    article.single .pager__item.next div.nolink {
        padding-left: 1em;
        padding-right: 0.5em;
    }
    article.single .pager__item.prev a img,
    article.single .pager__item.prev div.nolink img {
        margin-right: 1em;
    }
    article.single .pager__item.next a img
    article.single .pager__item.next div.nolink img {
        margin-left: 1em;
    }
    article.single .pager__item.list a,
    article.single .pager__item.list div.nolink {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

/*
* TOPICS一覧
*/
body.post-type-archive-post a[title="TOPICSへ移動する"] {
    pointer-events: none;
}
article.topics.archive section.row .inner {
    margin-left: 17.368vw;
    margin-right: 17.368vw;
    flex-direction: column;
}
article.topics.archive section.row .inner ul {
    margin: 5vw;
}

article.topics.archive section.row .inner ul li {
    margin-bottom: 2vw;
    border-bottom: 2px dotted #888;
    padding-bottom: 1vw;
}
article.topics.archive section.row .inner ul li a {
    display: flex;
    align-items: baseline;
}
article.topics.archive section.row .inner ul li .date {
    margin-right: 2vw;
}
.wp-pagenavi {
    margin: 5vw auto;
}

@media screen and (max-width:480px) {
    article.topics.archive section.row .inner ul li a {
        flex-direction: column;
    }
    article.topics.archive section.row .inner {
        margin-left: 3.158vw;
        margin-right: 3.158vw;
    }
}
/*
* 個人情報保護方針
*/

article.privacypolicy section.row .inner {
    margin-left: 17.368vw;
    margin-right: 17.368vw;
}
article.privacypolicy section.row {
    /* width: 90%; */
    margin: 30px auto;
}
article.privacypolicy section.introduction h2.title {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
article.privacypolicy section.row h3.title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 2vw;
    padding-bottom: 10px;
}
article.privacypolicy section.row ul {
    margin-top: 20px;
}
article.privacypolicy section.row ul li {
    text-indent: -0.5em;
    margin-left: 0.5em;
}
article.privacypolicy section.row .window {
    margin-top: 30px;
    margin-bottom: 30px;
}
article.privacypolicy section.row.sixth {
    margin-bottom: 6.315vw;
}
article.privacypolicy section.row.sixth .window {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    margin-right: auto;
}
article.privacypolicy section.row.sixth .window .title {
    font-weight: bold;
    margin-right: 20px;
}
article.privacypolicy section.row.sixth .button {
    margin-bottom: 30px;
    width: 280px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    background-color: #e60012;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
article.privacypolicy section.row.sixth .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}
article.privacypolicy section.row.sixth .button a:after {
    content: "";
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    object-fit: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
article.privacypolicy section.row.sixth .president p {
    margin-left: auto;
    width: 250px;
}

@media screen and (max-width:800px) {
    article.privacypolicy section.row .inner {
        width: 90%;
        margin: 0 auto;
    }
    article.privacypolicy section.row.sixth .window {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/*
* 会社案内
*/
article.company .sub_title {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

article.company section:not(.page_header) .inner {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}
article.company section.information {
    /* position: relative; */
}
article.company section.information {
    /* position: absolute; */
    background-image: url(../img/product_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2vw;
    margin-right: 8.947vw;
}
article.company section.information .inner {
    margin-right: calc(-8.947vw + 3.158vw);
    margin-left: 8.947vw;
    padding-top: 4.263vw;
    padding-bottom: 6.421vw;
}

article.company section.information .title_area {
    margin-bottom: 3.894vw;
}
article.company section.information .title_area .title,
article.company section.location .title_area .title,
article.company section.history .title_area .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 0;
}
article.company section.information .title_area .sub_title {
    color: #e26e20;
}

article.company section.information .table_area {
    padding: 20px;
    background-color: #fef8f6;
}
article.company section.information .inner .wrap {
    margin-right: 3.894vw;
    width: 41.052vw;
}
article.company section .inner .imgArea {
    display: flex;
}
article.company section .inner .imgArea li:nth-child(1) {
    margin-top: 12.631vw;
    margin-right: 1vw;
}

article.company section .inner .imgArea li img {
    width: 21.052vw;
}
article.company section .table_area {
    margin-left: auto;
    margin-right: auto;
}
article.company section table {
    background-color: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
article.company section table tr,
article.company section table td {
    border: 1px solid #ccc;
}
article.company section table td {
    padding: 20px;
}
article.company section table td.title_col {
    text-align: left;
    background-color: #f5f5f5;
    font-weight: bold;
}
article.company section table td span.president_name {
    margin-left: 2rem;
}
article.company section table td span.name {
    margin-left: 6rem;
}

article.company section.history {
    background-image: url(../img/history_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f6f9f8;
}
article.company section.location .location_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
article.company section.location .inner {
    flex-direction: column;
}
article.company section.location .inner .title_area {
    position: absolute;
    margin: 0;
    top: 4.21vw;
}
article.company section.location .title_area .sub_title {
    color: #737373;
}
article.company section.location .title_img_area {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65vw; */
    background-image: url(../img/company_loc_bg.png);
    padding: 0 5.789vw 4.210vw;
    background-size: cover;
    position: relative;
}
article.company section.location .title_img_area .img_area {
    margin-top: 4.21vw;
}
article.company section.location .title_img_area .department_area {
    margin-top: 30px;
}
article.company section.location .title_img_area .department_area li {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
article.company section.location .title_img_area .department_area li img {
    margin-right: 10px;
}
article.company section.location .title_img_area .department {
    display: flex;
}
article.company section.location .location_wrap .img_area {
    width: 32.631vw;
}

article.company section.location .img_area img {
    width: 100%;
}
article.company section.location .location_wrap .table_area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
    width: 65vw;
}
article.company section.location .location_wrap .table_area table {
    width: 100%;
    margin-bottom: 50px;
}

article.company section.location table th {
    height: 3rem;
    border: 1px solid #ccc;
    font-weight: normal;
}
article.company section.location table td:nth-child(1) {
    width: 13.157vw;
}
article.company section.location table td:nth-child(2) {
    width: 32.526vw;
}
article.company section.location table td:nth-child(3) {
    width: 9.842vw;
    text-align: center;
}
article.company section.location table td:nth-child(4) {
    width: 9.842vw;
    text-align: center;
}
article.company section.location table td .wrap {
    display: flex;
    align-items: center;
    margin-right: 0;
}
article.company section.location table td .wrap p.address {
    margin-right: 5px;
}
article.company section.location p.map {
    width: 7rem;
    min-width: 7rem;
    border-radius: 15px;
    text-align: center;
    margin-left: auto;
}
article.company section.location p.map a {
    font-family: 'Roboto', sans-serif;
    display: flex;
    color: #fff;
    width: 100%;
    padding: 5px;
    align-items: center;
    border-radius: 15px;
}
article.company section.location p.map a img {
    margin-left: 0.5rem;
    margin-right: 1rem;
}
article.company section.location table tr.title_row {
    background-color: #333;
    color: #fff;
    font-size: 18px;
}

article.company section.location .table_area h3 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    position: relative;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: bold;
}
article.company section.location .table_area h3::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 8%;
  height: 2px;
}

article.company section.location table.fc p.map,
article.company section.location .table_area h3.fc::before {
    background-color: #0066cc;
}
article.company section.location .table_area h3.fc span.emphasis {
    color: #0066cc;
}
article.company section.location table.painting p.map,
article.company section.location .table_area h3.painting::before {
    background: #e60012;
}
article.company section.location .table_area h3.painting span.emphasis {
    color: #e60012;
}
article.company section.location table.logistics p.map,
article.company section.location .table_area h3.logistics::before {
    background: #336600;
}
article.company section.location .table_area h3.logistics span.emphasis {
    color: #336600;
}

article.company section.history .inner {
    flex-direction: column;
    padding-top: 7.368vw;
    padding-bottom: 6.315vw;
}
article.company section.history .inner .title_area {
    text-align: center;
    z-index: 2;
}
article.company section.history .title_area .sub_title {
    color: #006666;
}

article.company section.history .table_area {
    padding: 6.684vw 6.368vw;
    background-color: #fff;
    margin-top: -3.368vw;
    width: 65.263vw;
}

article.company section.history table,
article.company section.history tr,
article.company section.history td {
    border: none;
}
article.company section.history td {
    padding: 13px 0;
}
article.company section.history td.desc {
    padding-left: 1.789vw;
}
article.company section.history tr {
    border-top: 1px solid #ccc;
}
article.company section.history tr:first-of-type {
    border-top: 3px solid #ccc;
}
article.company section.history tr:last-of-type {
    border-bottom: 3px solid #ccc;
}

article.company section.history .year,
article.company section.history .month {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #006666;
    font-weight: bold;
}
article.company section.history .year {
    /* text-align: right; */
    vertical-align: top;
    width: 11.684vw;
    padding-left: 1.578vw;
}
article.company section.history .month {
    text-align: right;
    vertical-align: top;
    width: 4.947vw;
    padding-right: 1.315vw;
}
article.company section.history .emphasis {
    font-size: 26px;
    margin-right: 2px;
}

@media screen and (max-width:1750px) {
    article.company section.location .title_img_area .img_area {
        margin-top: 7vw;
    }
}

@media screen and (max-width:1500px) {
    article.company section.location .title_img_area .img_area {
        margin-top: 10vw;
    }
}
@media screen and (max-width:1200px) {
    
    article.company section.location .title_img_area .img_area {
        margin-top: 14vw;
    }
    article.company section.history .table_area {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media screen and (max-width:1000px) {
    
    article.company section.location .inner .title_area {
        position: relative;
    }
    article.company section.location .title_img_area .img_area {
        margin-top: 0;
    }
}
@media screen and (max-width:800px) {

    article.company section.information .inner {
        flex-direction:column;
    }
    article.company section.information .inner .wrap {
        margin-right: 0;
        width: 100%;
    }

    article.company section.information .inner .imgArea {
        margin-top: 50px;
    }
    article.company section .inner .imgArea li img {
        width: 43vw;
    }
    article.company section.location .inner {
        flex-direction:column;
    }
    
    article.company section.location .inner .title_area {
        position: relative;
    }
    
    article.company section.location .location_wrap .img_area {
        width: auto;
    }
    article.company section.location .location_wrap .title_img_area {
        flex-direction: column;
    }
    article.company section.location .location_wrap .table_area {
        flex-direction: column;
    }
    article.company section.location .location_wrap .table_area table {
        width: 100%;
        margin-bottom: 30px;
    }
    article.company section.location .location_wrap .table_area table .year {
        width: 20%;
    }
    article.company section.location .location_wrap .table_area table .month {
        width: 10%;
    }
    article.company section.location .location_wrap .table_area table .desc {
        width: 70%;
    }
    article.company section.location table td .wrap {
        flex-direction: column;
    }
    article.company section.location table td .wrap p.address {
        margin-right: auto;
    }
    article.company section.location table p.map {
        margin-top: 10px;
        margin-right: auto;
    }
    article.company section.history .table_area {
        padding: 100px 10px;
        margin-top: -100px;
    }
    article.company section .inner .title_area {
        margin: 0 auto;
        text-align: left;
        font-weight: bold;
        margin-bottom: 40px;
        white-space: nowrap;
        z-index: 2;
    }
    article.company section.location .inner .title_area {
        margin-bottom: 5vw;
    }
    article.company section.location .location_wrap .title_img_area,
    article.company section.location .location_wrap .table_area,
    article.company section.history .table_area {
        width: 90vw;
    }
    
    article.company section.history .year {
        width: 185px;
    }
    article.company section.history .month {
        width: 65px;
    }
}

@media screen and (max-width:480px) {
    article.company section.information .title_area .title,
    article.company section.location .title_area .title,
    article.company section.history .title_area .title {
        font-size: 25px;
        line-height: 35px;
    }
    article.company .sub_title {
        font-size: 18px;
    }
    article.company section.information table tr {
        display: flex;
        flex-direction: column;
        border: none;
    }

    article.company section table td span.president_name {
        margin-left: 0.5rem;
    }
    article.company section table td span.name {
        margin-left: 4.5rem;
    }
        
    article.company section .inner .title_area {
        white-space: wrap;
    }
}





/*
* お問い合わせ
*/
article.inquiry section.row h3,
article.thanks section.row h3 {
    margin: 30px 0;
}
article.inquiry section.row .inner,
article.thanks section.row .inner {
    margin-left: 17.368vw;
    margin-right: 17.368vw;
    max-width: 740px;
}
article.inquiry section h2.title,
article.thanks section h2.title {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
article.inquiry p.title {
    margin-top: 50px;
    font-size: 1.2rem;
    font-weight: bold;
}
article.inquiry2 ul.productlist {
    margin: 20px 0px 50px;
}

article.inquiry2 ul.productlist li {
    margin-bottom: 20px;
}
article.inquiry2 ul.productlist li .del {
    background-color: #000;
    padding: 0 5px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
article.inquiry .form {
    margin: 50px auto;
    padding: 30px;
    background-color: #eee;
}
article.inquiry .form_row {
    margin: 20px auto;
    font-size: 18px;
    /* max-width: 26.315vw; */
}
article.inquiry .form_row span.must {
    /* border: 1px solid #e60012; */
    border-radius: 5px;
    background-color: #e60012;
    color: #fff;
    margin-right: 1rem;
    padding: 0 0.3rem;
    font-size: 16px;
}
article.inquiry .form_row .form_content {
    margin-top: 10px;
}

article.inquiry .form_row .form_content input,
article.inquiry .form_row .form_content textarea {
    max-width: 500px;
    width: 100%;
}
article.inquiry .form_row .form_content .mwform-radio-field input {
    width: auto;
}
article.inquiry table.tel_table,
article.thanks table.tel_table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
article.inquiry table.tel_table th,
article.inquiry table.tel_table td,
article.thanks table.tel_table th,
article.thanks table.tel_table td {
    border: 1px solid #ccc;
    width: 25%;
    padding: 10px;
}
article.inquiry table.tel_table td span,
article.thanks table.tel_table td span {
    display: block;
}

article.inquiry .btn-send {
    margin-top: 30px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    background-color: #e60012;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}
article.inquiry .btn-send:hover {
    opacity: 0.5;
}

article.inquiry .btn-back {
    margin-top: 30px;
    margin-right: 30px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
}
article.inquiry .btn-back:hover {
    opacity: 0.5;
}
article.thanks {
    margin-bottom: 50px;
}
article.thanks p.thanks {
    margin-top: 50px;
}

/* article.inquiry + a.toTop {
    bottom: 85px;
} */

@media screen and (min-width:1150px) {
    article.inquiry section.row .inner,
    article.thanks section.row .inner {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:1000px) {
    article.inquiry .form_row {
        max-width: unset;
    }
    article.inquiry .form_row textarea {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    article.inquiry section h2.title,
    article.thanks section h2.title {
        font-size: 25px;
        line-height: 35px;
    }

    article.inquiry section.row .inner,
    article.thanks section.row .inner {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*
* モーダルウィンドウ
*/
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
  }
  
  
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    vertical-align: middle
  }
  
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
  }

  
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    color: #95979c !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }

  
@media screen and (max-width:800px) {
    
    article.product section.content .inner {
        flex-direction: column;
    }
    
    article.product section.content .inner .img_area,
    article.product section.content .inner .text_area {
        width: 100%;
    }
    article.product section.content .inner .img_area {
        margin-top: 4.5rem;
    }
    article.product section.content .inner .text_area h2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4rem;
        text-align: center;
    }

    article.product section.content .inner .text_area .wrap {
        flex-direction: column-reverse;
        margin-left: 2rem;
    }
    article.product section.content .inner .text_area ul.img_list {
        margin-bottom: 40px;
    }
    .product_data_control_cart,
    .product_data_control_aside {
        max-width: none;
    }
    
    article.product section.content .inner .text_area .desc_area {
        margin-left: 2rem;
    }
}
/*
* 資料請求confirm
*/
.productlist li {
    display: flex;
    align-items: center;
}
.productlist li img.thumbnail {
    width: 100px;
    height: 100px;
}
.productlist li span {
    margin-right: 20px;
}
.productlist li span.num {
    display: inline;
}