/* ===================================================================
CSS information

 file name  :  page.css
 (detail.css integrated)

=================================================================== */


/* ------------------------------------------------
  contents (former detail.css)
------------------------------------------------ */
/* pankuzu ----------------*/
.breadcrumb {
    padding: 0;
    margin: 0 0 40px;
    font-size: 80%;
    display: block;
    width: 100%;
    color: #707070;
}
.breadcrumb li{
  display:inline;
  list-style: none;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #707070;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb a {
    color: #1571da;
    text-decoration: underline;
}
.breadcrumb a:hover {
    text-decoration: none;
}


@media screen and (max-width: 640px) {
.breadcrumb {
    padding: 40px 0 0 0;
    margin: 0 0 30px;
}
}

/* wrap ----------------*/
.cont_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 14px 0;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .cont_wrap {
        padding-top: 0;
    }
}
.cont_wrap .contents {
    display: block;
    max-width: 825px;
    margin-right: 35px;
}

@media screen and (max-width: 1180px) {
.cont_wrap .contents {
    max-width: 100%;
}
}


.cont_wrap .contents h2 {
    margin-bottom: 30px;
}
.cont_wrap .contents h3 {
    display: block;
    font-size:100%;
    border-left: 4px solid #008080;
    padding: 3px 0 3px 10px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
}
.contents p {
    margin: 0 0 15px;
}
.contents p:last-child, .contents_col1 p:last-child {
    margin: 0;
}
#gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
border: 1px solid #ccc;
}
#gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 1180px) {
.cont_wrap {
    display: block;
    margin: 0 3% 0;
}
.cont_wrap .contents {
    display: block;
    width: 100%;
    margin-right: 0;
}
}

/* table ----------------*/
table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    table-layout: auto;
    margin-bottom: 50px;
}
tr {
    border-bottom: 1px solid #ccc;
}
th {
    padding: 10px;
    background: #f5f5f5;
    text-align: left;
    vertical-align:middle;
    border-right: 1px solid #ccc;
    white-space: nowrap;
}
td {
    padding: 10px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

@media screen and (max-width: 640px) {
table {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
tr {
    border-bottom: 1px solid #d7d7d7;
    display: table-row;
}
th, td {
    padding: 10px;
    font-size: calc(100vw / 28);
    white-space: nowrap;
}
th {
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    width: auto;
    min-width: 120px;
}
td {
    word-wrap: break-word;
    min-width: 150px;
}
}


/* 会社情報テーブル */
.company_summary {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.company_summary th {
    width: 20%;
    white-space: nowrap;
}
.company_summary th,
.company_summary td {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* 拠点情報テーブル */
.office_table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.office_table th {
    width: 20%;
    white-space: nowrap;
}
.office_table td {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
}
@media screen and (max-width: 640px) {
.company_summary th,
.company_summary td {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.office_table {
    table-layout: fixed;
}
.office_table td {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
}



/* itemArea ----------------*/
.item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.item .item_img {
    display: block;
    max-width: 500px;
    margin-right: 25px;
}
.item .item_spec {
    max-width: 300px;
}


.item_tbl th {
    width: 6em;
    padding: 5px;
    font-size: 82%;
    vertical-align: middle;
}
.item_tbl td {
    padding: 5px;
    font-size: 82%;
}
table.buyitem {
    table-layout: auto;
}
table.buyitem th {
    padding: 10px;
    text-align: center;
}
table.buyitem td {
    padding: 10px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    white-space: nowrap;
}

.mask {
    text-decoration: line-through;
}
.item_tbl span {
    display: inline-block;
    padding: 4px 8px 3px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 88%;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1;
    margin-bottom: 3px;
}
.item_tbl span:last-child {
    margin-right: 0;
}
.soldout {
    background: #666;
    border: 1px solid #666;
}
.stock {
    background: #008080;
    border: 1px solid #008080;
}
.paint {
    background: #ff5400;
    border: 1px solid #ff5400;
}
.mainte {
    background: #009900;
    border: 1px solid #009900;
}
.inspection {
    background: #660099;
    border: 1px solid #660099;
}
.onlyjp {
    background: #fff;
    border: 1px solid #cc0000;
    color: #cc0000 !important;
}



@media screen and (max-width: 640px) {
.item {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.item .item_img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}
.item .item_spec {
    display: block;
    max-width: 100%;
}

}
.item_tbl th {
    font-size: calc(100vw / 28);
}
.item_tbl td {
    font-size: calc(100vw / 28);
}
table.buyitem {
    border-collapse: collapse;
}
table.buyitem th {
    padding: 10px;
    text-align: center;
}
table.buyitem td {
    padding: 10px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    white-space: nowrap;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;

}

@media screen and (max-width: 345px) {
table.buyitem {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}
table.buyitem thead,
table.buyitem tbody,
table.buyitem tfoot {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
table.buyitem tr {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
table.buyitem tr:last-child {
    margin-bottom: 0;
}
table.buyitem th,
table.buyitem td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 8px;
    font-size: calc(100vw / 28);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    box-sizing: border-box;
}
table.buyitem th {
    background: #f5f5f5;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    margin-bottom: 5px;
}
table.buyitem th:last-child {
    border-bottom: 1px solid #e8e8e8;
}
table.buyitem td {
    font-weight: bold;
    min-width: 0 !important;
}
table.buyitem td:last-child {
    border-bottom: none;
}
}


/* purchase ----------------*/
.buy_item_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.buy_item_list li {
    width: 42%;
    font-weight: bold;
    list-style: disc;
    margin: 0 0 15px 20px;
    font-size: 130%;
}


/* contact ----------------*/

/* End hide from IE-mac */

input[type="text"], input[type="password"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea, select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}


table.Inquiry {
    border-collapse: collapse;
    border-top: 2px solid #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
}
table.Inquiry th {
    padding: 20px;
    border-right:none;
    vertical-align: middle !important;
    width: 20em;
}
table.Inquiry th span {
    background: #cc0000;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 2px 5px;
    font-size: 70%;
    border-radius: 4px;
    margin-left: 10px;
}
table.Inquiry td {
    padding: 20px;
}
table.Inquiry input[type='text'], table.Inquiry textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 4px;
}
table.Inquiry input[type='text']:focus, table.Inquiry textarea:focus, table.Inquiry select:focus {
	border: 1px solid #008080;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(0,128,128, .5);
}


/* input/textarea のプレースホルダー色 */
input::placeholder,
textarea::placeholder {
  color: #ababac; 
  opacity: 1;     
}

table.Inquiry input::placeholder,
table.Inquiry textarea::placeholder {
  color: #ababac;
}




select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
    font-size: 15px;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
}
table.Inquiry select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
    display: none;
}
.formbtn {
    text-align: center;
}
button {
    padding: 10px 30px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff;
    background: #008080;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28), inset 0px 2px 0px -1px #009999;
}
input[type=button] {
    padding: 15px 13px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    margin-right: 25px;
}
.error {
    color: #cc0000;
    padding-top: 5px;
    font-size: 90%;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
table.Inquiry th {
    display: block;
    width: 100%;
    padding: 4%;
}
table.Inquiry td {
    display: block;
    padding: 4%;
}
.formbtn input {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
}
.formbtn button {
    display: block;
    width: 80%;
    margin: 0 auto 100px;
}
}






/* recruit ----------------*/
.recruit_list li {
    list-style: disc;
    margin: 0 0 5px 22px;
}
.txt_small {
    font-size: .75rem;
    display: block;
}
@media screen and (max-width: 640px) {
.recruit_list li {
    margin: 0 0 5px 15px;
}
.txt_small {
    font-size: 1.2rem;
}
}





/* terexs ----------------*/
.products {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.products .terexs {
    display: block;
}
.products .terexs_item {
    display: block;
    max-width: 278px;
}
.products .terexs_item img {
    width: 100%;
    height: auto;
}
.featurebox {
    margin: 0;
    padding: 20px;
    background: #f6fcff;
    border: double #008080;
    font-weight: bold;
    font-size: 1.2rem;
}
.featurebox li {
    list-style: disc;
    margin: 0 0 5px 22px;
}

.bfaf {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.bfaf dl {
    width: 48%;
}
.bfaf dl dt img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
table.pricelist {
    table-layout: auto;
    margin-bottom: 15px;
}
table.pricelist th {
    text-align: center;
    vertical-align: middle;
    width: 30em;
}
table.pricelist td {
    border-right: 1px solid #ccc;
    white-space: nowrap;
    padding: 10px 20px;
}
table.pricelist td.price {
    text-align: right;
}
table.pricelist td.price:before {
    content: "￥";
}
table.pricelist td.price2 {
    text-align: center;
}

@media screen and (max-width: 640px) {
.products {
    display: block;
}
.products .terexs_item {
    display: block;
    max-width: 100%;
}
.products .terexs_item img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.featurebox {
    margin: 0;
    padding: 10px;
    font-size: 1.3rem;
}
.featurebox li {
    margin: 0 0 5px 15px;
}
.bfaf {
    display: block;
}
.bfaf dl {
    width: 100%;
}
.bfaf dl dt img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
.bfaf dl dd{
    margin-bottom: 30px;
    font-size: 1.2rem;
}
table.pricelist {
    border-collapse: collapse;
}
table.pricelist th {
    padding: 10px;
    text-align: center;
    width: 8em;
}
table.pricelist td {
    padding: 10px;
    border-right: 1px solid #ccc;
    white-space: nowrap;
    width: 5em;
}
}

@media screen and (max-width: 345px) {
table.pricelist {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
}
table.pricelist thead,
table.pricelist tbody,
table.pricelist tfoot {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
table.pricelist tr {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
table.pricelist tr:last-child {
    margin-bottom: 0;
}
table.pricelist th,
table.pricelist td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 8px;
    font-size: calc(100vw / 28);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    box-sizing: border-box;
}
table.pricelist th {
    background: #f5f5f5;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    margin-bottom: 5px;
    width: 100% !important;
}
table.pricelist th:last-child {
    border-bottom: 1px solid #e8e8e8;
}
table.pricelist td {
    min-width: 0 !important;
    width: 100% !important;
}
table.pricelist td.price {
    text-align: left;
}
table.pricelist td.price2 {
    text-align: left;
}
table.pricelist td:last-child {
    border-bottom: none;
}
}


/* ------------------------------------------------
  サイドバー位置調整（TOPページ以外）
------------------------------------------------ */
.sidebar {
    margin-top: 58px;
}

@media screen and (max-width: 1189px) {
.sidebar {
    margin: 40px auto 80px;
}
}


/* ------------------------------------------------
  page title (h1 グレー背景)
------------------------------------------------ */
.page_title {
    background: #0080801a;
    padding: 15px 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    color: #333;
    margin-bottom: 30px;
}


.term_explanation_title{
    font-weight: bold;
}


@media screen and (min-width: 641px) and (max-width: 767px) {
.page_title {
    font-size: calc(100vw / 25);
    line-height: 1.4;
}
}
@media screen and (max-width: 640px) {
.page_title {
    font-size: calc(100vw / 19);
    line-height: 1.4;
    padding: 12px 15px;
    margin-bottom: 20px;
}
}


/* ------------------------------------------------
事業内容
------------------------------------------------ */
.business_list {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.business_list ul {
    list-style: none;
    padding-left: 0;
}
.business_list ul li {
    margin-bottom: 5px;
}
.business_list ul li::before {
    content: "・";
    margin-right: 0;
}
.business_list p {
    margin-bottom: 5px;
    font-weight: normal;
    padding-left: 1em;
}

/* @media screen and (max-width: 640px) {
.business_list {
    font-size: calc(100vw / 26);
}
} */


/* ------------------------------------------------
  section block
------------------------------------------------ */
.section_block {
    margin-bottom: 50px;
}
.section_block h2 {
    font-size: 22.4px;
    line-height: 48px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
    margin-bottom: 25px;
}
.section_block h2::after {
    display: none;
}
.section_content {
    margin-bottom: 30px;
    line-height: 24px;
    /* font-size: 16px; */
    color: #333;
}
.section_content p {
    margin-bottom: 0;
}

@media screen and (min-width: 641px) and (max-width: 767px) {
.contact_title {
    font-size: calc(100vw / 30) !important;
}
}
@media screen and (max-width: 640px) {
.section_block {
    margin-bottom: 40px;
}
.section_block h2 {
    font-size: 100%;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.contact_title {
    font-size: calc(100vw / 27) !important;
}
.section_content {
    /* font-size: calc(100vw / 27); */
    line-height: 1.6;
}
}


/* ------------------------------------------------
  button
------------------------------------------------ */
.btn_wrap {
    text-align: center;
}
.btn_detail {
    display: inline-block;
    width: 444px;
    max-width: 100%;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    color: #008080;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #008080;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.btn_detail:hover {
    background: #008080;
    color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 767px) {
/* .btn_detail {
    font-size: calc(100vw / 28);
} */
}
@media screen and (max-width: 640px) {
.btn_detail {
    width: 100%;
    font-size: calc(100vw / 24);
    padding: 12px 15px;
}
}


/* ------------------------------------------------
  拠点名
------------------------------------------------ */
.office_title {
    font-size: 19px;
    color: #333;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
.office_title {
    font-size: calc(100vw / 22);
}
}


/* ------------------------------------------------
沿革
------------------------------------------------ */
.history_list {
    margin-bottom: 30px;
}
.history_list dl {
    display: flex;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.history_list dt {
    width: 130px;
    flex-shrink: 0;
}
.history_list dd {
    flex: 1;
}

@media screen and (max-width: 640px) {
.history_list dl {
    display: block;
    margin-bottom: 15px;
    font-size: calc(100vw / 26);
}
.history_list dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}
}


/* ------------------------------------------------
  image block
------------------------------------------------ */
.img_block {
    text-align: center;
    margin-bottom: 30px;
}
.img_block img {
    max-width: 100%;
    height: auto;
}
.img_caption {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}


/* ------------------------------------------------
 ニュース
------------------------------------------------ */
.news_year_section {
    margin-bottom: 50px;
}
.news_year {
    font-size: 22.4px;
    line-height: 48px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
    margin-bottom: 25px;
    font-weight: bold;
}
.news_year::after {
    display: none;
}

/* news item */
.news_item {
    margin-bottom: 40px;
}
.news_title {
    font-size: 19.2px;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
}

.news_content {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}
.news_image {
    width: 400px;
    flex-shrink: 0;
}
.news_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news_image video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-image: url("/assets/images/saika_k_thumbnail.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news_text {
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.news_text p {
    margin-bottom: 0;
}


.news_detail {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.news_detail p {
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
.news_content {
    display: block;
}
.news_image {
    width: 100%;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 640px) {
.news_year_section {
    margin-bottom: 40px;
}
.news_year {
    font-size: calc(100vw / 20);
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.news_item {
    margin-bottom: 30px;
}
.news_title {
    font-size: calc(100vw / 22);
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 15px;
}
.news_image img {
    height: 200px;
}
.news_image video {
    height: 200px;
}
.news_text {
    line-height: 1.6;
}
.news_detail {
    line-height: 1.6;
}
}


/* ------------------------------------------------
アクセス
------------------------------------------------ */
.cont_wrap .contents_access {
    display: block;
    flex: 1 1 825px;
    max-width: 825px;
    margin-right: 35px;
    min-width: 0;
}

@media screen and (max-width: 1180px) {
    .cont_wrap .contents_access {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        flex: none !important;
    }
}

.access_section {
    margin-bottom: 70px;
    width: 100%;
}
.access_office_title {
    font-size: 22.4px;
    line-height: 48px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
    margin-bottom: 25px;
    font-weight: bold;
}
.access_office_title::after {
    display: none;
}
.access_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #e8e8e8;
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
}
.access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block;
}
.access_info {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.access_info p {
    margin-bottom: 0;
}
.access_info a {
    color: #008080;
    text-decoration: underline;
}
.access_info a:hover {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
.cont_wrap .contents_access {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.access_section {
    margin-bottom: 40px;
}
.access_office_title {
    font-size: calc(100vw / 20);
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.access_map {
    padding-bottom: 70%;
    margin-bottom: 20px;
}
.access_info {
    font-size: calc(100vw / 26);
    line-height: 1.6;
}
}


/* ------------------------------------------------
  SST工法ページ
------------------------------------------------ */

/* 工法の特徴 */
.sst_feature {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.sst_feature_image {
    width: 400px;
    flex-shrink: 0;
}
.sst_feature_image img {
    width: 100%;
    height: auto;
}
.sst_feature_text {
    flex: 1;
    line-height: 24px;
    color: #333;
}
.sst_feature_text p {
    margin-bottom: 0;
}

/* 施工方法ステップ */
.sst_step {
    margin-bottom: 40px;
}
.sst_step_title {
    font-size: 19.2px;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
    border-left: 4px solid #333;
}
.sst_step_content {
    display: flex;
    gap: 25px;
}
.sst_step_text {
    flex: 1;
    line-height: 24px;
    color: #333;
}
.sst_step_text p {
    margin-bottom: 0;
}
.sst_step_image {
    width: 420px;
    flex-shrink: 0;
}
.sst_step_image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 990px) {
.sst_feature {
    display: block;
}
.sst_feature_image {
    width: 100%;
    margin-bottom: 20px;
}
.sst_step_content {
    display: block;
}
.sst_step_image {
    width: 100%;
    margin-top: 20px;
}
}

@media screen and (max-width: 640px) {
/* .sst_table {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
} */
.sst_table th,
.sst_table td {
    display: table-cell;
    width: auto;
    width: 20%;
    font-size: calc(100vw / 28);
    white-space: nowrap;
}
.sst_table th {
    border-bottom: 1px solid #707070;
}
}

/* @media screen and (max-width: 345px) { */
/* .sst_table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #707070;
} */
/* .sst_table thead,
.sst_table tbody,
.sst_table tfoot {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.sst_table tr {
    display: block;
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
} */
/* .sst_table tr:last-child {
    margin-bottom: 0;
}
.sst_table th,
.sst_table td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 8px;
    font-size: calc(100vw / 28);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.sst_table th {
    background: #e9e9e9;
    font-weight: bold;
    border-bottom: 2px solid #707070;
    margin-bottom: 5px;
    width: 100% !important;
}
.sst_table th:last-child {
    border-bottom: 1px solid #e8e8e8;
}
.sst_table td {
    background: #fff;
    min-width: 0 !important;
}
.sst_table td:last-child {
    border-bottom: none;
}
.sst_feature_text {
    font-size: calc(100vw / 26);
    line-height: 1.6;
}
.sst_step_title {
    font-size: calc(100vw / 22);
    padding-left: 15px;
    margin-bottom: 15px;
}
.sst_step_text {
    font-size: calc(100vw / 26);
    line-height: 1.6;
}
} */


/* ------------------------------------------------
  Q&Aページ
------------------------------------------------ */
.faq_section_title {
    font-size: 22.4px;
    line-height: 48px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
    margin-bottom: 25px;
    font-weight: bold;
}
.faq_section_title::after {
    display: none;
}
.faq_section_intro {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 30px;
    padding: 0 10px;
}

.faq_item {
    margin-bottom: 25px;
}
.faq_question {
    font-size: 19.2px;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    margin-bottom: 20px !important;
    position: relative;
    font-weight: bold;
    border-left: 4px solid #008080;
    background: #f5f5f5;
    padding: 10px 20px;
}

.faq_answer {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 25px;
}

@media screen and (max-width: 640px) {
.faq_section_title {
    font-size: calc(100vw / 20);
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.faq_section_intro {
    font-size: calc(100vw / 26);
    line-height: 1.6;
    margin-bottom: 20px;
}
.faq_question {
    font-size: calc(100vw / 22);
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 8px;
}
.faq_answer {
    font-size: calc(100vw / 26);
}
}


/* ------------------------------------------------
  各種資料ページ (materials.html)
------------------------------------------------ */
.materials_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 25px;
    width: 825px;
}

@media screen and (max-width: 1180px) {
    .materials_grid {
        width: 100%;
    }
}

.materials_grid .material_item {
    width: 400px;
}

.materials_grid .material_thumb {
    background-color: #f5f5f5;
    width: 400px;
   min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

.materials_grid .material_thumb img {
    width: 212.5px;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
}

.materials_grid .material_title {
    color: #333;
    margin-top: 18px;
    vertical-align: middle;
    text-box-trim: trim-end;
}


.materials_grid .material_desc {
    font-size: 16px;
    line-height: 24px;
    width: 395px;
    margin-top: 13px;
    color: #333;
}

.materials_grid .material_desc p {
    margin: 0;
}

.materials_grid .material_desc p:not(:last-child) {
    margin-bottom: 0;
}

.materials_grid .material_desc a {
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.materials_grid .material_desc a:hover {
    text-decoration: underline;
}

.materials_grid a .material_desc p {
    color: #008080; 
}



@media screen and (max-width: 990px) {
    /* .materials_grid {
        grid-template-columns: 1fr;
        width: 100%;
    } */
    .materials_grid .material_item {
        width: 100%;
        max-width: 400px;
    }
    .materials_grid .material_thumb {
        width: 100%;
        max-width: 400px;
    }
    .materials_grid .material_desc {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .materials_grid {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 640px) {
    .materials_grid {
        gap: 20px;
        margin-bottom: 40px;
    }
    .materials_grid .material_item {
        width: 100%;
    }
    .materials_grid .material_thumb {
        width: 100%;
        height: auto;
    }
    .materials_grid .material_thumb img {
        width: 53.125%;
        height: auto;
        aspect-ratio: 212.5 / 300;
    }
    .materials_grid .material_title {
        font-size: calc(100vw / 22);
        line-height: 1.4;
        margin-top: 15px;
    }
    .materials_grid .material_desc {
        font-size: calc(100vw / 26);
        width: 100%;
        margin-top: 10px;
    }
}


/* ------------------------------------------------
  送信完了ページ (thanks.html)
------------------------------------------------ */
.thanks_cont_wrap_fullwidth {
    display: block !important;
    margin: 0 !important;
    padding-top: 30px !important;
}
.thanks_cont_wrap_fullwidth > *:not(.thanks_contents_fullwidth) {
    display: none !important;
}
.thanks_contents_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
}

.thanks_back_link:hover {
    background-color: #3398ff !important;
}

@media screen and (max-width: 1180px) {
    .thanks_cont_wrap_fullwidth {
        margin: 0 3% !important;
    }
    .thanks_contents_fullwidth {
        padding: 0 !important;
    }
}


