@charset "UTF-8";

/*
	Theme Name: Tamatsu Theme
	Author: none
	Version: none
*/

/*================================================================================
base
================================================================================*/

/* global ------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

body {
    font-weight: 500;
    line-height: 2;
	font-family: Zen Kaku Gothic New, 'Noto Sans JP' ,游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', メイリオ, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
    color: #333333;
}

a {
    color: #1F8590;
}

a:hover {
    transition: ease .2s;
    opacity: 0.7;
}

body.subpage {
    /* background-image: url("assets/img/common/body-subpage_back.png"); */
    /* background-size: 2000px auto; */
    /* background-repeat: no-repeat; */
    /* background-position: top center; */
}

body.subpage.bg-type2 {
    /* background-image: url("assets/img/common/body-subpage_back-type2.png"); */
}

@media (max-width: 991px) {

    body {
        padding-top: 80px;
    }
    
    body.subpage {
        /* background-image: url("assets/img/common/body-subpage_back-sp.png"); */
        /* background-size: 800px auto; */
        /* padding-top: 160px; */
    }
    
    body.subpage.bg-type2 {
        /* background-image: url("assets/img/common/body-subpage_back-type2-sp.png"); */
    }
}
@media (max-width: 414px) {
    br.spbr{
        display: none;
    }
    
}

.inview.active {
    overflow: hidden;
    position: relative;
}

.inview.active::before {
    animation: inview 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes inview {
  100% {
    transform: translateX(100%);
  }
}

.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.mt20{ margin-top: 20px; }
.mt40{ margin-top: 40px; }
.mt60{ margin-top: 60px; }
.mb20{ margin-bottom: 20px; }
.mb40{ margin-bottom: 40px; }
.mb60{ margin-bottom: 60px; }

.circle{
    list-style: circle;
    margin: 30px;
}
.circle li{
    margin-bottom: 10px;
}
.decimal{
    list-style: decimal;
    margin: 10px 20px;
}



/*================================================================================
header
================================================================================*/

/* header pc ------------------------------------------------*/

.header {
    width: 100%;
    display: flex;
    padding: 0 50px;
    background-color: #ffffff;
}

body.subpage .header {
	margin: 0 0 80px 0;
}

.header-right {
    display: flex;
    align-items: center;
    margin: 0 -50px 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
}

/* logo */

.header_logo {
    max-width: 280px;
}

/* nav */

.header_nav {
    margin: 0 25px 0 0;
}

.header_nav ul {
    display: flex;
}

.header_nav ul li {
    margin: 0 14px;
    position: relative;
    overflow: hidden;
}

.header_nav ul li:first-child {
    margin-left: 0;
}

.header_nav ul li:last-child {
    margin-right: 0;
}

.header_nav ul li a {
    font-size: 20px;
    color: #1F8590;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.header_nav ul li a.hoverText {
    padding-bottom: 3px; /* テキストと下線の間隔 */
    background-image: linear-gradient(#1F8590, #1F8590);
    background-repeat: no-repeat;
    background-position: bottom center; /* 下線の初期位置 */
    background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
    transition: background-size 0.3s;
}
.header_nav ul li a.hoverText:hover {
    background-position: bottom center; /* 下線のホバー時位置 */
    background-size: 100% 1px; 
}


/* contact */

.header_contact {
    max-width: 80px;
}

/* search */

.header_search {
    margin: 0 25px 0 0;
}

.header_search_form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #4CBCC8;
    border-radius: 25px;
    background-color: #ffffff;
}

.header_search_form input {
    width: 170px;
    height: 30px;
    padding: 5px 15px 5px 0;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.header_search_form input::placeholder {
    color: #4CBCC8;
}

.header_search_form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.header_search_form button::before {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%234CBCC8'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/* header-sp ------------------------------------------------*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header-sp {
    width: 100%;
    height: 80px;
    position: relative;
    display: none;
    padding: 20px 15px;
    background-color: #ffffff;
}

/* logo */

.header-sp_logo {
	max-width: 225px;
    position: fixed;
    top: 20px;
    left: 15px;
    z-index: 999;
}

/* toggle */

.header-sp_toggle {
	width: 70px;
	height: 80px;
    background-image: url(assets/img/common/header-sp_toggle-open.png);
    background-repeat: no-repeat;
    background-size: 70px 80px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 0;
}

.header-sp_toggle.close {
    background-image: url(assets/img/common/header-sp_toggle-close.png);
}

/* overlay */

.header-sp_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    background-color: #ffffff;
	z-index: 990;
	padding: 100px 30px 15px 30px;
	animation: toggle 0.5s ease normal;
}

.header-sp_overlay.open {
	display: block;
    overflow-y: auto;
}

/* search */

.header-sp_search {
    margin: 0 0 10px 0;
}

.header-sp_search_form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #4CBCC8;
    border-radius: 25px;
    background-color: #ffffff;
}

.header-sp_search_form input {
    width: 170px;
    height: 30px;
    padding: 5px 15px 5px 0;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.header-sp_search_form input::placeholder {
    color: #4CBCC8;
}

.header-sp_search_form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.header-sp_search_form button::before {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%234CBCC8'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/* nav */

.header-sp_nav ul li {
    border-bottom: 1px solid #1E7F89;
}

.header-sp_nav ul li:last-child {
    border-bottom: none;
}

.header-sp_nav ul li a {
    font-size: 16px;
    color: #1E7F89;
    padding: 5px 0;
    text-align: center;
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

@keyframes toggle {

    from {
    	transform: translateX(100%);
	    opacity: 0;
	}
	to {
		transform: translateX(0);
	    opacity: 1;
	}
}

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

.header-sp_contact {
    background-color: #4DBCC8;
    border-radius: 15px;
    padding: 15px 15px 10px 15px;
}

.header-sp_contact h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 5px 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

/* tel */

.header-sp_contact_tel {
    max-width: 360px;
    margin: 0 auto 10px auto;
}

.header-sp_contact_tel img {
    margin: 0 0 10px 0;
}

.header-sp_contact_tel p {
    font-size: 13px;
    color: #ffffff;
}

/* button */

.header-sp_contact_button a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    padding: 5px 20px;
    max-width: 280px;
    margin: 0 auto 10px auto;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.header-sp_contact_button a::before {
    content: "";
    width: 30px;
    height: 20px;
    background-image: url(assets/img/common/header-sp_contact_button-icon.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    margin: 0 5px 0 0;
}

@media (max-width: 1500px) {

    /* header pc ------------------------------------------------*/
    
    .header {
        padding: 0 30px;
    }
    
    .header-right {
        margin: 0 -30px 0 auto;
    }
    
    /* logo */
    
    .header_logo {
        max-width: 280px;
    }
    
    /* nav */
    
    .header_nav {
        margin: 0 20px 0 0;
    }
    
    .header_nav ul li {
        margin: 0 6px;
    }
    
    .header_nav ul li a {
        font-size: 18px;
    }
    
    /* contact */
    
    .header_contact {
        max-width: 80px;
    }
    
    /* search */
    
    .header_search {
        margin: 0 20px 0 0;
    }
    
    .header_search_form input {
        width: 140px;
        font-size: 14px;
    }
}

/*================================================================================
footer
================================================================================*/

.footer {
    background-color: #4CBCC8;
    padding: 60px 200px 30px 200px;
}

.subpage .footer {
    margin: 300px 0 0 0;
}

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

.footer-contact {
    display: flex;
    margin: -150px 0 60px 0;
}

.footer-contact_left {
    background-color: #1F8590;
    width: 50%;
    padding: 30px;
}

.footer-contact h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 10px 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

.footer-contact_right  h3 {
    color: #1F8590;
}

.footer-contact h4 {
    font-size: 16px;
    color: #1F8590;
    text-align: center;
    margin: 0 0 10px 0;
}

/* tel */

.footer-contact_tel {
    max-width: 360px;
    margin: 0 auto 10px auto;
}

.footer-contact_tel img {
    margin: 0 0 10px 0;
}

.footer-contact_tel p {
    font-size: 16px;
    color: #ffffff;
}

.footer-contact_right {
    background-color: #ffffff;
    width: 50%;
    padding: 30px;
}

/* button */

.footer-contact_button a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    padding: 5px 10px;
    max-width: 280px;
    margin: 0 auto;
}
.footer-contact_button a:hover {
    background-color: #fff;
    color: #1F8590;
    opacity: 1;
}

.footer-contact_right .footer-contact_button a {
    color: #1F8590;
    border: 1px solid #1F8590;
}
.footer-contact_right .footer-contact_button a:hover {
    background-color: #1F8590;
    color: #ffffff;
    opacity: 1;
}

/* footer top ------------------------------------------------*/

.footer-top {
	margin: 0 0 30px 0;
    display: flex;
}

/* logo */

.footer-top_logo {
    max-width: 260px;
}

/* nav */

.footer-top_nav {
    margin: 0 0 0 auto;
}

.footer-top_nav ul {
    display: flex;
    flex-wrap: wrap;
	margin: 0 0 5px 0;
}

.footer-top_nav ul li {
    margin: 0 16px;
}

.footer-top_nav ul li:first-child {
    margin: 0 16px 0 0;
}

.footer-top_nav ul li:last-child {
    margin: 0 0 0 16px;
}

.footer-top_nav ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}
.footer-top_nav ul li a:hover{
    color: #1F8590;
}

/* footer middle ------------------------------------------------*/

.footer-middle {
    margin: 0 0 30px 0;
}

/* sns */

.footer-middle_sns ul {
    display: flex;
}

.footer-middle_sns ul li {
    margin: 0 5px;
    width: 20px;
    height: 20px; 
}

.footer-middle_sns ul li:first-child {
    margin: 0 5px 0 0;
}

.footer-middle_sns ul li:last-child {
    margin: 0 0 0 5px;
}

/* footer bottom ------------------------------------------------*/

.footer-bottom {
    display: flex;
}

/* address */

.footer-bottom_address p {
    font-size: 16px;
    color: #ffffff;
}

/* copyright */

.footer-bottom_copy {
    margin: 0 0 0 auto;
}

.footer-bottom_copy p {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1400px) {

    .footer {
        padding: 60px 0 30px 0;
    }
    
    .footer-top_nav ul li {
        margin: 0 12px;
    }
    
    .footer-top_nav ul li:first-child {
        margin: 0 12px 0 0;
    }
    
    .footer-top_nav ul li:last-child {
        margin: 0 0 0 12px;
    }
}

@media (max-width: 991px) {

    .footer {
        background-color: #4CBCC8;
        padding: 60px 0 20px 0;
    }
    
    .subpage .footer {
        margin: 500px 0 0 0;
    }
    
    /* footer contact ------------------------------------------------*/
    
    .footer-contact {
        display: block;
        margin: -500px 0 60px 0;
    }
    
    .footer-contact_left {
        width: 100%;
        padding: 30px 20px;
    }

    .footer-contact_right {
        width: 100%;
        padding: 30px 20px;
    }

    /* footer top ------------------------------------------------*/
    
    .footer-top {
    	margin: 0 0 30px 0;
        display: block;
    }
    
    /* logo */
    
    .footer-top_logo {
        max-width: 200px;
        margin: 0 0 30px 0;
    }
    
    /* nav */
    
    .footer-top_nav {
        margin: 0 0 90px 0;
    }
    
    .footer-top_nav ul {
        display: flex;
    	margin: 0 0 5px 0;
    }

    .footer-top_nav ul:last-child {
        border-bottom: 1px solid #ffffff;
    }
       
    .footer-top_nav ul li {
        margin: 0;
        width: 50%;
        border-top: 1px solid #ffffff;
        padding: 4px 0;
    }
    
    .footer-top_nav ul li:first-child {
        margin: 0;
    }
    
    .footer-top_nav ul li:last-child {
        margin: 0;
    }
    
    .footer-top_nav ul li a {
        font-size: 14px;
    }
    
    /* footer middle ------------------------------------------------*/
    
    .footer-middle {
        margin: 0 0 30px 0;
    }
    
    /* footer bottom ------------------------------------------------*/
    
    .footer-bottom {
        display: block;
    }

    /* address */
    
    .footer-bottom_address {
        margin: 0 0 30px 0;
    }
      
    /* copyright */
    
    .footer-bottom_copy {
        margin: 0;
    }
    
    .footer-bottom_copy p {
        text-align: center;
    }
}

/*================================================================================
common
================================================================================*/

/* heading ------------------------------------------------*/

/* top */

.common_header {
    display: flex;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.common_header-heading {
	font-size: 36px;
	color: #1F8590;
	width: 350px;
	line-height: 1.4;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.common_header-lead {
	font-size: 16px;
	flex: 1;
	line-height: 2;
}

/* big */

.common_bigheader {
    margin: 0 0 100px 0;
    display: block;
    max-width: 100%;
}

.common_bigheader-heading {
	font-size: 35px;
	color: #1F8590;
	line-height: 1.4;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0 0 100px 0;
    position: relative;
    padding: 0 0 30px 0;
}

.common_bigheader-heading::before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #4CBCC8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.common_bigheader-lead {
	font-size: 20px;
}

/* sub */

.common_subheader {
    margin: 0 0 30px 0;
    text-align: center;
}

.common_subheader-heading::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%) translateX(0);
    z-index: 0;
}

.common_subheader-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%) translateX(0);
    z-index: 0;
}

.common_subheader-heading {
	font-size: 36px;
	line-height: 1.4;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.common_subheader-lead {
	font-size: 16px;
	text-align: justify;
	margin: 40px 0 0 0;
}

@media (max-width: 991px) {

    /* heading ------------------------------------------------*/
    
    .common_header {
        display: block;
        margin: 0 0 30px 0;
    }
    
    .common_header-heading {
    	width: 100%;
    	margin: 0 0 10px 0;
    }
    
    /* big */
    
    .common_bigheader {
        margin: 0 0 40px 0;
        display: block;
        max-width: 100%;
    }
    
    .common_bigheader-heading {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    
    .common_bigheader-lead {
    	font-size: 16px;
    }
    
    /* sub */
    
    .common_subheader {
        margin: 0 0 30px 0;
        text-align: center;
    }
    
    .common_subheader-heading::before {
        width: 30px;
        left: -50px;
    }
    
    .common_subheader-heading::after {
        width: 30px;
        right: -50px;
    }
    
    .common_subheader-heading {
    	font-size: 25px;
    }
}

/* pager ------------------------------------------------*/

.common_pagenav {
	margin: 80px 0 0 0;
}

.common_pagenav .back a {
    display: block;
    border: 1px solid #1F8590;
    background-color: #ffffff;
    font-size: 16px;
    padding: 25px 15px;
    text-align: center;
    width: 100%;
    color: #1F8590;
    max-width: 400px;
    margin: 0 auto;
}

/* pager ------------------------------------------------*/

.common_pager {
    text-align: center;
    margin: 100px 0 0 0;
}

.common_pager .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.common_pager a.page-numbers,
.common_pager .current,
.common_pager .dots {
    font-size: 30px;
    color: #1F8590;
    text-align: center;
    margin: 0 30px;
    line-height: 1;
}

.common_pager a.prev::before {
    content: "";
    display: block;
    width:  7px;
    height: 13px;
    background-image: url("assets/img/information-list/common_pager-previcon.png");
    background-size: 7px 13px;
	margin: 10px 50px 10px 0;
}

.common_pager a.next::after {
    content: "";
    display: block;
    width:  7px;
    height: 13px;
    background-image: url("assets/img/information-list/common_pager-nexticon.png");
    background-size: 7px 13px;
	margin: 10px 0 10px 50px;
}

@media (max-width: 991px) {

    .common_pager {
        margin: 60px 0;
    }
    
    .common_pager a.page-numbers,
    .common_pager .current,
    .common_pager .dots {
        font-size: 20px;
        margin: 0 15px;
    }
    
    .common_pager a.prev::before {
    	margin: 5px 30px 5px 0;
    }
    
    .common_pager a.next::after {
    	margin: 5px 0 5px 30px;
    }
}

/* sidebar ------------------------------------------------*/

.common_sidebar {
    border: 3px solid #1F8590;
    border-radius: 20px;
    padding: 20px;
}

@media (max-width: 991px) {

    .common_sidebar {
	    margin: 0 0 40px 0;
    }
}

/* back */

.common_back {
    font-size: 20px;
	margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.common_back::before {
    content: "";
    display: flex;   
    width: 10px;
    height: 21px;
    background-image: url("assets/img/common/common_back-icon.png");
    background-size: 10px 21px;
    margin: 0 15px;
}

.common_back a {
    font-size: 20px;
    line-height: 1.6;
}

/* widget */

.common_widget nav ul li {
    	margin: 0 0 10px 0;
}

.common_widget nav ul li a {
    display: block;
    background-color: #E4F3F7;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

/* more ------------------------------------------------*/

.common_action-button {
    display: block;
    max-width: 410px;
    border: 1px solid #1F8590;
    padding: 10px 15px;
    color: #1F8590;
    text-align: center;
    margin: 0 auto;
    box-shadow: 8px 8px #EFF8FA;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.common_action-button.button-type2 {
    box-shadow: 8px 8px #ffffff;
}

.common_action-button::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url("assets/img/common/common_action-button_icon.png");
    background-size: 21px 14px;
    margin: 0 20px 0 0;
}

.common_action-button:hover {
    background-color: #1F8590;
    color: #ffffff;
    opacity: 1;
}

.common_action-button:hover::before {
    background-image: url("assets/img/common/common_action-button_icon-hover.png");
}

@media (max-width: 991px) {

    .common_action-button {
        max-width: 320px;
        padding: 10px;
        margin-top: 20px;
    }
}




.common-product_banner {
	margin: 0 0 150px 0;
}

.common-product_banner-inner {
    position: relative;
}

.common-product_banner-button {
    position: absolute;
    right: 5%;
    bottom: 12%;
    width: 35%;
    height: 15%;
    display: block;
}

.common-product_banner-button.rental {
    background-image: url("assets/img/rental/common-product_banner-button.png");
    background-size: 100% auto;
}

.common-product_banner-button.rental:hover {
    background-image: url("assets/img/rental/common-product_banner-button-hover.png");
    opacity: 1;
}

.common-product_banner-button.sales-product {
    background-image: url("assets/img/sales-product/common-product_banner-button.png");
    background-size: 100% auto;
}

.common-product_banner-button.sales-product:hover {
    background-image: url("assets/img/sales-product/common-product_banner-button-hover.png");
    opacity: 1;
}

.common-product_banner-button.home-renovation {
    background-image: url("assets/img/home-renovation/common-product_banner-button.png");
    background-size: 100% auto;
}

.common-product_banner-button.home-renovation:hover {
    background-image: url("assets/img/home-renovation/common-product_banner-button-hover.png");
    opacity: 1;
}

.common-product_banner-button.product-about {
    background-image: url("assets/img/product-about/common-product_banner-button.png");
    background-size: 100% auto;
}

.common-product_banner-button.product-about:hover {
    background-image: url("assets/img/product-about/common-product_banner-button-hover.png");
    opacity: 1;
}

@media (max-width: 991px) {

    .common-product_banner {
        background-color: #4CBCC8;
        padding: 30px 0;
        margin: 0 0 60px 0;
    }
    
    .common-product_banner-visual {
        display: block;
        margin: 0 auto 20px auto;
        max-width: 350px;
    }
    
    .common-product_banner-button {
        max-width: 350px;   
        margin: 0 auto;
    }
}

/* style ------------------------------------------------*/

.color-skyblue {
    color: #4CBCC8;
}

.bg-skyblue {
    background-color: #4CBCC8 !important;
}

h2{
    line-height: 1.3em;
}

/* container ------------------------------------------------*/

.container-1200 {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* subpage typo ------------------------------------------------*/

.subpage-typo {
    width: 14px;
    height: auto;
    position: absolute;
    top: 1000px;
    left: 70px;
    z-index: 5;
}

/*================================================================================
index
================================================================================*/

/* scroll animeation */
/* 全体の配置設定 */
.scroll-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* 文字と線の間隔 */
  color: #72B2B3; /* 画像に近い青緑色 */
  font-family: sans-serif;
}

/* 縦書きテキストの設定 */
.scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* 線のベース（背景の薄い線） */
.scroll-line {
  position: relative;
  width: 1px;
  height: 80px; /* 線の長さ */
  background: rgba(114, 178, 179, 0.2); /* 背景を少し薄く表示 */
  overflow: hidden;
}

/* 動く線の設定 */
.scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #72B2B3;
  animation: pathmove 1.8s ease-in-out infinite;
}

/* 上から下へ伸びて消えるアニメーション */
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px; /* 伸びる長さの調整 */
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px; /* 線の下端まで移動 */
    opacity: 0;
  }
}


/* hero ------------------------------------------------*/

.top-hero {
    position: relative;
    /* background-image: url("assets/img/index/top-hero_back.png"); */
    /* background-size: 230px auto; */
    /* background-position: top left; */
    /* background-repeat: no-repeat; */
}

.top-hero_slider {
    overflow: hidden;
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
}

.top-hero_message  {
    position: absolute;
    /* max-width: 36%; */
    max-width: 600px;
    width: 100%;
    left: 20px;
    top: 18%;
    z-index: 10;
}
.top-hero_message h2{
    line-height: 2em;
}
.top-hero_message h2 span{
    display: inline-block;            /* 各spanを改行（ブロック要素） */
    background-color: #ffffff; /* 白背景 */
    padding: .2em .4em;        /* 背景を少し広げる余白 */
    color: #1F8590;
    font-size: 30px;
    vertical-align: top;
}
.top-hero_message h2 > span + span {
    display: inline-block;      /* 同じく内容にフィット */
    margin-top: 0.4em;          /* 行間の調整 */
}
/* controll */

.top-hero_slider_controll {
    position: absolute;
    bottom: -2px;
    /* left: 60px; */
    left: 0;
    display: flex;
    border-radius: 0 10px 0 0;
    overflow: hidden;
    z-index: 10;
}

.top-hero_slider_controll-prev, .top-hero_slider_controll-next {
    width: 50px;
    height: 50px;
}

/* scroll */

.top-hero_scrolldown {
	position: absolute;
	left: 15px;
	bottom: 15%;
	/* width: 22px; */
	/* height: 100px; */
	z-index: 10;
}

@media (max-width: 991px) {

    /* hero ------------------------------------------------*/
    
    .top-hero {
        background-size: auto 100%;
    }
    
    .top-hero_slider {
        width: calc(100% - 15px);
    }
    
    .top-hero_message  {
        max-width: 95%;
        width: 100%;
        left: 0;
        top: 15%;
    }
    
    /* controll */
    
    .top-hero_slider_controll {
        /* left: 15px; */
    }
    
    /* scroll */
    
    .top-hero_scrolldown {
    	/* display: none; */
    }
    .scroll-container {
        color: #fff;
    }
    .scroll-line {
        height: 60px;
        background: #fff;
    }
    .scroll-text {
        font-size: 12px;
    }
}
@media (max-width: 648px) {
    .top-hero_message h2 span{
        font-size: 22px;
    }
}
@media (max-width: 440px) {
    .top-hero_message h2 span{
        font-size: 18px;
    }
}

/* about ------------------------------------------------*/

.top-about {
    position: relative;
    padding: 140px 0 60px 0;
    /* background-image: url("assets/img/index/top-about_back.png"); */
    /* background-size: auto 100%; */
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #EFF8FA;
    top: -80px;
}

.top-about_container {
    position: relative;
}

.top-about_typo {
    width: 16px;
    height: 360px;
    position: absolute;
    top: 60px;
    left: -50px;
}

.top-about h3 {
	font-size: 1.8em;
	color: #1F8590;
    padding: 0 35px 60px 35px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

/* induct */

.top-about .top-about_induct {
    padding: 40px 35px 60px 35px;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    left: 30px;
}

.top-about .top-about_induct p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.top-about_induct-button a {
    max-width: 340px;
    border: 1px solid #1F8590;
    display: block;
    padding: 15px 20px;
    color: #1F8590;
    background: #ffffff;
    box-shadow: 8px 8px #EFF8FA;
    transition: .3s;
    text-align: center;
    font-size: 18px;
    font-weight: 600;    
}

.top-about_induct-button a:hover {
    box-shadow: 1px 1px #EFF8FA;
    background-color: #1F8590;
    color: #ffffff;
}

.top-about_induct-button a::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url("assets/img/index/top-aboul_induct-button-icon.png");
    background-size: 21px 14px;
    background-repeat: no-repeat;
	margin: 0 20px 0 0;
}

.top-about_induct-button a:hover::before {
    background-image: url("assets/img/index/top-aboul_induct-button-icon-hover.png");
}

@media (max-width: 991px) {

    /* about ------------------------------------------------*/
    
    .top-about {
        /* background-image: url("assets/img/index/top-about_back-sp.png"); */
        background-size: 1200px auto;
        padding: 30px 0;
    }
    
    .top-about_container {
        position: relative;
    }
    
    .top-about_typo {
        display: none;
    }
    
    .top-about h3 {
        padding: 0;
        margin: 0 0 70px 0;
        line-height: 1.5em;
    }

    /* thumb */
    
    .top-about_thumb {
        margin: 0 0 30px 0;
    }
    
    /* induct */
    
    .top-about .top-about_induct {
        padding: 0;
        background-color: transparent;
        left: 0;
    }
    .top-about_induct.inview.active::before,
    .top-about_induct.img-wrap.img-animation::before{
        background-color:#EFF8FA;
    }

    
    .top-about .top-about_induct p {
    	margin: 0 0 20px 0;
    }
    
    .top-about_induct-button a {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {

    .top-about {
        /* background-size: 1000px auto; */
        top: 0;
    }
}

/* service ------------------------------------------------*/

.top-service {
    padding: 40px 0 100px 0;
	margin: 0 0 60px 0;
    background-image: url("assets/img/index/top-service_back_.png");
    background-size: auto 80%;
    background-position: top center;
    background-repeat: no-repeat;
}

.top-service_header {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -30px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.top-service_header h3 {
	font-size: 24px;
	color: #ffffff;
    background-color: #F8B405;
    display: inline-block;
    padding: 5px 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.top-service_header h3.bg-red {
    background-color: #FF5555;
}

.top-service_header h3.bg-green {
    background-color: #71B270;
}

.top-service_header h3.bg-purple {
    background-color: #8D65FF;
}

.top-service_header h3.bg-blue {
    background-color: #1884D2;
}

.top-service_header .num {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
}

/* slide */

.top-service_slide {
    background-color: #F5FBFF;
    border: 6px solid #ffffff;
    max-width: 460px;
    padding: 50px 30px 30px 30px;
    position: relative;
    margin: 0 40px;
    box-shadow: 6px 6px #d0edf0;
}

.top-service_slide:nth-child(odd){
	/* margin: 80px 0 0 0; */
}

.top-service_slide-typo {
    width: 16px;
    height: auto;
    position: absolute;
    top: 0;
    right: -30px;
}

.top-service_thumb {
    margin: 0 0 20px 0;
}

.top-service_slide p {
	font-size: 14px;
    margin: 0 0 20px 0;
}

.top-service_button a{
	font-size: 16px;
	color: #1F8590;
	display: block;
	border: 1px solid #1F8590;
	width: 140px;
	border-radius: 25px;
	text-align: center;
	padding: 2px 10px;
	margin: 0 auto;
	background-color: #ffffff;
	letter-spacing: 2px;
}
.top-service_button a:hover{
    background-color: #1F8590;
    color: #ffffff;
}

.swiper-wrapper.cnt-service{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1680px;
}
.swiper-wrapper.cnt-service .top-service_slide{
    width: calc(33.3% - 80px );
    margin-bottom: 60px;
}

@media (max-width: 1300px) {

    .top-service_header h3 {
    	font-size: 20px;
    	color: #ffffff;
        background-color: #F8B405;
        display: inline-block;
        padding: 5px 15px;
    }

    .top-service_header .num {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 991px) {

    /* service ------------------------------------------------*/
    
    .top-service {
        padding: 40px 0 100px 0;
    	margin: 0;
        background-image: url("assets/img/index/top-service_back-sp_.png");
        /* background-size: 900px; */
        background-size: auto;
    }
    
    .top-service_header {
        top: -25px;
    }
    
    .top-service_header h3 {
    	font-size: 17px;
        padding: 5px 15px;
    }
    
    /* slide */
    
    .top-service_slider {
    	margin: 120px 0 0 0;
    	padding: 0 30px;
    }
    
    .top-service_slide {
        padding: 40px 20px 20px 20px;
        /* margin: 0; */
    }
    
    .top-service_slide:nth-child(odd){
    	/* margin: 30px 0 0 0; */
    }

    .top-service_header .num {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 10px;
    }
       
    .top-service_slide-typo {
        width: 16px;
        height: auto;
        position: absolute;
        top: 0;
        right: -30px;
    }
    
    .top-service_button {
    	font-size: 12px;
    	/* width: 100px; */
    	padding: 2px 10px;
    }
    .swiper-wrapper.cnt-service .top-service_slide{
        width: calc(50% - 80px );
    }
}
@media (max-width: 640px) {
    .swiper-wrapper.cnt-service .top-service_slide{
        width: 100%;
    }
}



/* policy ------------------------------------------------*/

/* induct */

.top-policy_induct {
    background-color: #4CBCC8;
    padding: 50px 100px 70px 50px;
    margin: 80px 0 0 -40px;
    position: relative;
}

.top-policy_induct-typo {
    width: 16px;
    height: 260px;
    position: absolute;
    top: -11px;
    right: 30px;
    z-index: 2;
}

/* .top-policy_induct::before {
    content: "";
    display: block;
    width: 400px;
    height: 570px;
    background-image: url("assets/img/index/top-policy_induct-back.png");
    background-size: 400px 570px;
    background-repeat: no-repeat;
    position: absolute;
    top: 140px;
    right: -170px;
    z-index: -1;
} */

.top-policy_induct h3 {
	font-size: 24px;
	color: #ffffff;
    margin: 0 0 30px 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.top-policy_induct p {
	font-size: 16px;
	color: #ffffff;
    margin: 0 0 30px 0;
    line-height: 2;
}

.top-policy_induct-button a {
    max-width: 340px;
    border: 1px solid #1F8590;
    display: block;
    padding: 15px 20px;
    color: #1F8590;
    background: #ffffff;
    box-shadow: 8px 8px #ffffff;
    transition: .3s;
    text-align: center;
    font-size: 16px;
}

.top-policy_induct-button a:hover {
    box-shadow: 1px 1px #ffffff;
    background-color: #1F8590;
    color: #ffffff;
}

.top-policy_induct-button a::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url("assets/img/index/top-policy_induct-button-icon.png");
    background-size: 21px 14px;
    background-repeat: no-repeat;
	margin: 0 20px 0 0;
}

.top-policy_induct-button a:hover::before {
    background-image: url("assets/img/index/top-policy_induct-button-icon-sp.png");
}

@media (max-width: 991px) {

    /* policy ------------------------------------------------*/
    
    .top-policy {
        background-color: #4CBCC8;  
        padding: 40px 0 50px 0;
    }
    
    .top-policy_thumb {
        margin: 0 0 20px 0;
    }
    
    /* induct */
    
    .top-policy_induct {
        padding: 0;
        margin: 0;
    }
    .top-policy_induct.inview.active::before,
    .top-policy_induct.img-wrap.img-animation::before{
        background-color: #4CBCC8;
    }
    
    .top-policy_induct-typo {
        display: none;
    }
    
    .top-policy_induct-button a {
        padding: 10px 15px;
    }
}

/* news ------------------------------------------------*/

.top-news {
    padding: 100px 0 280px 0;
}

/* nav */

.top-news_nav {
    display: flex;
    padding: 40px 0;
    background-image: url("assets/img/index/top-news_nav-back.png");
    background-size: 800px 130px;
    background-position: top left;
    background-repeat: no-repeat;
	margin: 0 0 50px 0;
}

.top-news_nav ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.top-news_nav ul li {
    margin: 0 25px;
}

.top-news_nav ul li:first-child {
    margin-left: 0;
}

.top-news_nav ul li:last-child {
    margin-right: 0;
}

.top-news_nav ul li a {
    font-size: 16px;
    color: #1F8590;
    display: flex;
    align-items: center;
}

.top-news_nav ul li a::before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("assets/img/index/top-news_nav-icon.png");
    background-size: 20px;
    background-repeat: no-repeat;
	margin: 0 10px 0 0;
}

/* list */

.top-news_list dl {
	display: flex;
	justify-content: flex-start;
	padding: 20px 40px 20px 0;
	border-bottom: #D9D9D9 1px solid;
	position: relative;
}

.top-news_list dl dt {
    width: 300px;
    margin-right: 20px;
}

.top-news_list dl dt .date {
	font-size: 16px;
	color: #999E9F;
    margin: 0 20px 0 0;
	font-weight: 400; 
	letter-spacing: 2px;
}

.top-news_list dl dt .cat {
	font-size: 16px;
	color: #1F8590;
	display: inline-block;
	border: 1px solid #1F8590;
	border-radius: 25px;
	text-align: center;
	padding: 5px 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
}

.top-news_list dl dd {
    width: calc(100% - 260px);
}

.top-news_list dl dd a {
	font-size: 20px;
	color: #1F8590;
}

.top-news_list .more img {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 991px) {

    /* news ------------------------------------------------*/
    
    .top-news {
        padding: 80px 0 480px 0;
    }
    
    /* nav */
    
    .top-news_nav {
        display: block;
        padding: 5px 25px;
        background-image: none;
    	background-color: #4CBCC8;
    	border-radius: 15px;
    }
    
    .top-news_nav ul {
        display: block;
        margin: 0;
    }
    
    .top-news_nav ul li {
        margin: 0;
        padding: 5px 0;
        position: relative;
    }
    
    .top-news_nav ul li:last-child {
        border-bottom: none !important;
    }
    
    .top-news_nav ul li:hover {
        border-bottom: 1px solid #ffffff;
    }
    
    .top-news_nav ul li a {
        font-size: 16px;
        color: #1F8590;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .top-news_nav ul li a::before {
        background-image: url("assets/img/index/top-news_nav-icon-sp.png");
    }
    
    .top-news_nav ul li a::before {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(0);
        margin: 0;
    }
    
    .top-news_nav ul li.active a, .top-news_nav ul li:hover a {
        color: #ffffff;
    }

    .top-news_nav ul li.active a::before, .top-news_nav ul li:hover a::before {
        background-image: url("assets/img/index/top-news_nav-icon-hover.png");
    }
       
    /* list */
    
    .top-news_list dl {
    	display: block;
    	padding: 15px 20px 10px 0;
    }
    
    .top-news_list dl dt {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    .top-news_list dl dt .cat {
    	padding: 2px 20px;
    }

    .top-news_list dl dd {
        width: 100%;
    }
  
    .top-news_list .more img {
        top: 30px;
        right: -10px;
        transform: translateY(0) translateX(-50%);
    }
}

/*================================================================================
information-list.html
================================================================================*/

.information-list_nav {
	margin: 0 0 50px 0;
}

.information-list_nav ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.information-list_nav ul li {
    margin: 0 25px;
}

.information-list_nav ul li:first-child {
    margin-left: 0;
}

.information-list_nav ul li:last-child {
    margin-right: 0;
}

.information-list_nav ul li a {
    font-size: 16px;
    color: #1F8590;
    display: flex;
    align-items: center;
}

.information-list_nav ul li a::before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("assets/img/information-list/information-list_nav-icon.png");
    background-size: 20px;
    background-repeat: no-repeat;
	margin: 0 10px 0 0;
}

.information-list_nav ul li a.all::before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("assets/img/information-list/information-list_nav-allicon.png");
    background-size: 20px;
    background-repeat: no-repeat;
	margin: 0 10px 0 0;
}

.information-list_lists dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 60px 20px 0;
	border-bottom: #D9D9D9 1px solid;
	position: relative;
}

.information-list_lists dl dt {
    width: 300px;
    margin: 0 30px 0 0;
}

.information-list_lists dl dt .date {
	font-size: 16px;
	color: #999E9F;
    margin: 0 20px 0 0;
	font-weight: 400;
	letter-spacing: 2px;
}

.information-list_lists dl dt .cat {
	font-size: 16px;
	color: #1F8590;
	line-height: 1;
	letter-spacing: 5px;
	display: inline-block;
	border: 1px solid #1F8590;
	border-radius: 25px;
	text-align: center;
	padding: 5px 20px;
	font-weight: 400;
}

.information-list_lists dl dt .cat.yellow {
    color: #F8B405;
	border: 1px solid #F8B405;    
}

.information-list_lists dl dt .cat.green {
    color: #71B270;
	border: 1px solid #71B270;    
}

.information-list_lists dl dd {
    width: calc(100% - 260px);
}

.information-list_lists dl dd a {
	font-size: 20px;
	color: #1F8590;
	font-weight: 400;
}

.information-list_lists .more img {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 991px) {

    .information-list_nav {
        display: block;
        padding: 5px 25px;
    	background-color: #4CBCC8;
    	border-radius: 15px;
    }
    
    .information-list_nav ul {
        display: block;
        margin: 0;
    }
    
    .information-list_nav ul li {
        margin: 0;
        padding: 5px 0;
        position: relative;
    }
    
    .information-list_nav ul li a {
        display: block;
        text-align: center;
    }
    
    .information-list_nav ul li a:hover, .information-list_nav ul li a.active {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        opacity: 1;
    }
    
    .information-list_nav ul li a::before {
    	margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(0);
    }
    
    .information-list_nav ul li a.all::before {
    	margin: 0;
    }

    .information-list_nav ul li a:hover, .information-list_nav ul li a.active {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        opacity: 1;
    }
    
    .information-list_nav ul li a::before {
        background-image: url("assets/img/information-list/information-list_nav-icon-sp.png");
    }
    
    .information-list_nav ul li a:hover::before, .information-list_nav ul li a.active::before {
        background-image: url("assets/img/information-list/information-list_nav-icon-hover.png");
    }

    .information-list_lists dl {
    	display: block;
    	padding: 20px 40px 20px 0;
    }
    
    .information-list_lists dl dt {
        width: 100%;
        margin: 0;
    }
    
    .information-list_lists dl dt .cat {
    	padding: 2px 20px;
    }
    
    .information-list_lists dl dd {
        width: 100%;
    }

    .information-list_lists .more img {
        width: 20px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(-50%);
    }
}

/*================================================================================
information-detail
================================================================================*/

.information-details_header h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #1F8590;
}

.information-details_article {
	margin: 0 0 100px 0;
}

.information-details_article p {
    font-size: 16px;
    margin: 15px 0;
    text-align: justify;
}

.information-details_article img {
    margin: 15px 0;
    width: auto;
}

.information-details_header-meta {
    margin-bottom: 20px;
    display: flex;
}

.information-details_header-meta .cat {
    background-color: #ffffff;
    padding: 2px 20px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0 0 0 30px;
    display: flex;
    align-items: center;
    letter-spacing: 5px;
    border: 1px solid #1F8590;
    border-radius: 25px;
    color: #1F8590;
}

.information-details_header-meta .cat.yellow {
    color: #F8B405;
	border: 1px solid #F8B405;    
}

.information-details_header-meta .cat.green {
    color: #71B270;
	border: 1px solid #71B270;    
}

.information-details_header-meta .date {
    font-size: 16px;
    color: #999E9F;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

/* article  ------------------------------------------------*/

.information-details_article h1 {
	font-size: 30px;
    margin: 30px 0;
}

.information-details_article h2 {
	font-size: 28px;
    margin: 30px 0;
}

.information-details_article h3 {
	font-size: 24px;
    margin: 30px 0;
}

.information-details_article h4 {
	font-size: 20px;
    margin: 30px 0;
}

.information-details_article h5 {
	font-size: 16px;
    margin: 30px 0;
}

.information-details_article h6 {
	font-size: 14px;
    margin: 30px 0;
}

.information-details_article p {
    font-size: 16px;
    margin: 30px 0;
    text-align: justify;
}

.information-details_article img {
    margin: 30px 0;
}

@media (max-width: 991px) {

    .information-details_header h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    
    .information-details_article {
    	margin: 0 0 50px 0;
    }
        
    .information-details_article img {
        margin: 15px 0;
    }
    
    .information-details_header-meta {
        margin-bottom: 15px;
    }
    
    .information-details_header-meta .cat {
        margin: 0 0 0 20px;
    }

    /* article  ------------------------------------------------*/
    
    .information-details_article h1 {
    	font-size: 25px;
        margin: 15px 0;
    }
    
    .information-details_article h2 {
    	font-size: 20px;
        margin: 15px 0;
    }
    
    .information-details_article h3 {
    	font-size: 20px;
        margin: 15px 0;
    }
    
    .information-details_article h4 {
    	font-size: 18px;
        margin: 15px 0;
    }
    
    .information-details_article h5 {
    	font-size: 16px;
        margin: 15px 0;
    }
    
    .information-details_article h6 {
    	font-size: 15px;
        margin: 15px 0;
    }
    
    .information-details_article p {
        font-size: 14px;
        margin: 15px 0;
    }
    
    .information-details_article img {
        margin: 15px 0;
    }
}

/*================================================================================
home-renovation-list.html
================================================================================*/

.home-renovation-list_column-container .row-outer {
    margin: 0 -25px;
}

.home-renovation-list_column-container .col-inner {
    padding: 0 25px;
}

.home-renovation-list_lists-item {
    	margin: 0 0 50px 0;
}

.home-renovation-list_lists h3 {
    font-size: 35px;
    margin: 0 0 40px 0;
    text-align: center;
}

.home-renovation-list_lists h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.home-renovation-list_lists h4 .small {
    font-size: 14px;
    display: block;
}

/* thumb */

.home-renovation-list_lists-thumb {
    margin: 0 0 20px 0;
}

/* cat */

.home-renovation-list_lists-cat {
	margin: 0 0 10px 0;
}

.home-renovation-list_lists-cat ul {
    display: flex;
}

.home-renovation-list_lists-cat ul li {
    background-color: #BEB6B6;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    color: #ffffff;
    width: 50%;
}

.home-renovation-list_lists-cat ul li.active {
    background-color: #4CBCC8;
}

/* more */

.home-renovation-list_lists-more a {
    display: block;
    border: 1px solid #333333;
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/*================================================================================
homerenovation-details.html
================================================================================*/

.homerenovation-details_case h3 {
    background-color: #4CBCC8;
    font-size: 20px;
    color: #ffffff;
    text-align: justify;
    font-weight:  400;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 0 30px 0;
}

.homerenovation-details_case-flow {
    margin: 0 0 80px 0;
}

@media (max-width: 991px) {

    .homerenovation-details_case h3 {
        padding: 10px 20px;
        margin: 0 0 20px 0;
    }
}

/*================================================================================
product-list
================================================================================*/

.product-list_column-container .row-outer {
    margin: 0 -25px;
}

.product-list_column-container .col-inner {
    padding: 0 25px;
}

.product-list_lists-item {
    	margin: 0 0 50px 0;
}

.product-list_lists h3 {
    font-size: 35px;
    margin: 0 0 40px 0;
    text-align: center;
}

.product-list_lists h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.product-list_lists h4 .small {
    font-size: 14px;
    display: block;
}

/* thumb */

.product-list_lists-thumb {
    margin: 0 0 20px 0;
}

/* cat */

.product-list_lists-cat {
	margin: 0 0 10px 0;
}

.product-list_lists-cat ul {
    display: flex;
    flex-wrap: wrap;
}

.product-list_lists-cat ul li {
    background-color: #BEB6B6;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    width: calc((100% - 20px) / 2);
    margin: 0 5px 10px 5px;
}

.product-list_lists-cat ul li.active {
    background-color: #4CBCC8;
}

/* more */

.product-list_lists-more a {
    display: block;
    border: 1px solid #333333;
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/*================================================================================
product-details
================================================================================*/

.product-details_column-container .row-outer {
    margin: 0 -25px;
}

.product-details_column-container .col-inner {
    padding: 0 25px;
}

.product-details_column-item {
    	margin: 0 0 50px 0;
}

/* thumb ------------------------------------------------*/

.product-details_thumb {
	margin: 0 0 60px 0;
}

/* content ------------------------------------------------*/

.product-details_content {
	margin: 0 0 100px 0;
}

.product-details_content h3 {
    font-size: 30px;
    margin: 0 0 50px 0;
}

.product-details_content h3 .num {
    font-size: 20px;
    margin: 5px 0 0 0;
    color: #BEB6B6;
    display: block;
}

/* cat */

.product-details_cat {
	margin: 0 0 50px 0;
}

.product-details_cat ul {
    display: flex;
    gap: 0 20px;
}

.product-details_cat ul li {
    background-color: #BEB6B6;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
}

/* description */

.product-details_description {
    margin: 0 0 100px 0;
}

.product-details_description p {
    font-size: 20px;
    margin: 0 0 50px 0;
    text-align: justify;
    overflow-wrap: break-word;
}

/* spec */

.product-details_spec {
    font-size: 20px;
    margin: 0 0 50px 0;
    text-align: justify;
}

/* separate */

.product-details_separate {
    border: 1px solid #CCBEBE;
    margin: 0 0 40px 0;
}

/* price */

.product-details_price {
	margin: 0 0 50px 0;
}

.product-details_price table {
    width: 100%;
}

.product-details_price table th {
    width: 100px;
    vertical-align: middle;
    font-size: 20px;
}

.product-details_price table td {
    text-align: right;
    font-size: 35px;
}

.product-details_price table td .small {
    font-size: 20px;
}

/* more */

.product-details_more {
	margin: 0 0 30px 0;
}

.product-details_more a {
    background-color: #4CBCC8;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    display: block;
}

.product-details_more a::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url("assets/img/product-details/product-details_more-icon.png");
    background-size: 21px 14px;
    margin: 0 20px 0 0;
}

/* button */

.product-details_btns ul {
    display: flex;
    gap: 0 35px;
}

.product-details_btns ul li {
    width: 100%;
}

.product-details_btns ul li a {
    display: block;
    background-color: #ffffff;
    font-size: 17px;
    color: #4CBCC8;
    text-align: center;
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid #4CBCC8;
    position: relative;
}

.product-details_btns ul li a::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("assets/img/product-details/product-details_more-dlicon.png");
    background-size: 22px 22px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0);
}

/* supports ------------------------------------------------*/

.product-details_supports-container .row-outer {
    margin: 0 -10px;
}

.product-details_supports-container .col-inner {
    padding: 0 10px;
}

.product-details_supports-item {
    	margin: 0 0 20px 0;
}

@media (max-width: 991px) {

    .product-details_price table th {
        width: 100%;
        display: block;
    }
    
    .product-details_price table td {
        width: 100%;
        display: block;
    }

    .product-details_cat ul {
        gap: 10px 10px;
        flex-wrap: wrap;
    }
    
    .product-details_cat ul li {
        max-width: calc(50% - 5px);
        width: 50%;
    }
    
    .product-details_btns ul {
        flex-wrap: wrap;
        gap: 10px 10px;
    }
    
    .product-details_btns ul li {
        width: 100%;
    }
}

/*================================================================================
about.html
================================================================================*/

.about_visual {
    position: relative;
    z-index: 0;
}

.about_message {
    padding: 70px 90px 0 70px;
    background-color: #ffffff;
    border-radius: 30px;
    margin: -130px 0 150px 0;
    position: relative;
    z-index: 1;
}

.about_message p {
    font-size: 20px;
    text-align: justify;
}

.about_message p.name {
    text-align: right;
    margin: 30px 0 0 0;
}

.about_outlilne {
    margin: 0 0 150px 0;
}

.about_outlilne table {
    width: 100%;
}

.about_outlilne table tr:first-child th {
    border-top: none;
}

.about_outlilne table th {
    width: 220px;
    background-color: #4CBCC8;
    padding: 15px 30px;
    font-size: 16px;
    color: #ffffff;
    border-right: 30px solid #4CBCC8;
    border-left: 30px solid #4CBCC8;
    border-top: 1px solid #ffffff;
}

.about_outlilne table td {
    padding: 15px 50px;
    font-size: 16px;
    border-left: 25px solid #ffffff;
    border-top: 1px solid #dddddd;
    position: relative;
}

.about_outlilne table tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

.about_outlilne table td::before {
    content: "";
    display: block;
    width: 25px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    background-color: #ffffff;
}

.about_shop .column .row-outer {
    margin: 0 -20px;
}

.about_shop .column .col-inner {
    padding: 0 20px;
}

.about_shop .column {
    margin: 0 0 100px 0;
}

h4.about_shop-heading {
    font-size: 24px;
    color: #ffffff;
    display: block;
    background-color: #4CBCC8;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}

p.about_shop-text {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin: 0 0 30px 0;
}

.about_shop-table {
    margin: 0 0 20px 0;
}

.about_shop-table table {
    width: 100%;
}

.about_shop-table table tr {
    border-bottom: 10px solid #ffffff;
}

.about_shop-table table tr th {
    font-size: 16px;
    color: #1F8590;
    font-weight: 700;
    width: 90px;
}

.about_shop-table table tr td {
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

h5.about_shop-heading {
    font-size: 16px;
    color: #1F8590;
    text-align: center;
    font-weight: 500;
    padding: 5px 15px;
    margin: 0 0 20px 0;
    border: 1px solid #1F8590;
    background-color: #EFF8FA;
}

.about_shop-thumb {
    margin: 0 0 30px 0;
}

.about_shop-map_sorce {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin: 0 0 20px 0;
}

.about_shop-map_sorce iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_shop-map_text {
    font-size: 16px;
    color: #333333;
}

.about_shop-map_text.align-right {
    text-align: right;
}

.about_shop-map_text a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #707070;
    padding: 0 0 2px 0;
}

.about_shop-map_text a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url("assets/img/about/about_shop-map_text-linkicon.png");
    background-size: 5px 10px;
    margin: 0 10px 0 0;
}
.about_outlilne a[target="_blank"]::after{
    content: "";
	display: inline-block;
	width: 1em;   /* アイコンのサイズ */
	height: 1em;
	margin-left: 4px; /* テキストとの余白 */
	background: url("./assets/img/common/external-link.svg") no-repeat center center;
	background-size: contain;
}
.thumb_inside{
    margin-bottom: 80px;
}
.thumb_inside ul{
    display: flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
    /* justify-content: flex-start; */
	flex-wrap:wrap;
    margin-bottom: 20px;
}
.thumb_inside ul li{
    width: calc(20% - 16px);
    /* margin-right: 16px; */
    text-align: center;
    font-size: 0.825rem;
}


@media (max-width: 991px) {
    
    .about_message {
        padding: 20px 0 0 0;
        border-radius: 0;
        margin: 0 0 80px 0;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .about_message p {
        font-size: 16px;
    }
    
    .about_message p.name {
        margin: 20px 0 0 0;
    }
    
    .about_outlilne {
        margin: 0 0 60px 0;
    }
    
    .about_outlilne table {
        width: 100%;
    }
    
    .about_outlilne table tr:first-child th {
        border-top: none;
    }
    
    .about_outlilne table th {
        width: 110px;
        padding: 10px 0;
        font-size: 14px;
        border-right: 10px solid #4CBCC8;
        border-left: 10px solid #4CBCC8;
        vertical-align: middle;
    }
    
    .about_outlilne table td {
        padding: 10px 0 10px 10px;
        font-size: 14px;
        border-left: 10px solid #ffffff;
        position: relative;
        vertical-align: middle;
    }
    
    .about_outlilne table td::before {
        width: 10px;
    }
    
    .about_shop .column .row-outer {
        margin: 0;
    }
    
    .about_shop .column .col-inner {
        padding: 0;
    }
    
    .about_shop .column {
        margin: 0 0 100px 0;
    }
    
    h4.about_shop-heading {
        font-size: 20px;
        padding: 5px 15px;
    }
    
    p.about_shop-text {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    
    .about_shop-table {
        margin: 0 0 20px 0;
    }
    
    .about_shop-table table {
        width: 100%;
    }
    
    .about_shop-table table tr {
        border-bottom: 5px solid #ffffff;
    }
    
    h5.about_shop-heading {
        margin: 0 0 15px 0;
    }
    
    .about_shop-thumb {
        margin: 0 0 20px 0;
    }
    
    .about_shop-map {
        margin: 0 calc(50% - 50vw);
    }
    
    .about_shop-map_sorce {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 50%;
        margin: 0 0 15px 0;
    }
    
    .about_shop-map_text.align-right {
        text-align: center;
    }
    
    .about_shop-map_text {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .thumb_inside ul{
        justify-content: flex-start;
    }
    .thumb_inside ul li{
        width: calc(33.3% - 16px);
        margin: 0 16px 16px 0 ;
    }
}
@media (max-width: 480px) {
    .thumb_inside ul li{
        width: calc(50% - 16px);
    }
}

/*================================================================================
faq.html
================================================================================*/

.faq_nav {
	margin: 0 0 100px 0;
}

.faq_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.faq_nav ul li {
    flex: 1;
	margin: 0 5px;
}

.faq_nav ul li a {
    display: block;
	font-size: 16px;
	color: #ffffff;
	background-color: #4CBCC8;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: center;
}

.faq_nav ul li a::after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("assets/img/faq/faq_nav-icon.png");
    background-size: 12px 6px;
    margin: 10px auto 0 auto;
}

.faq-item {
	margin: 0 0 50px 0;
    position: relative;
}

.faq h3 {
    font-size: 20px;
    margin: 0 0 50px 0;
    text-align: left;
    color: #4CBCC8;
    border-bottom: 1px solid #4CBCC8;
    padding: 5px 0;
}

.faq h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 100vh;
    margin-bottom: 40px;
}
.faq_q,
.faq_a{
    padding-left: 30px;
    position: relative;
}
.faq_q {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 500;
    line-height: 1.8rem;
    color: #4CBCC8;
}
.faq_a {
    font-size: 16px;
    margin: 0 0 40px 0;
    font-weight: 300;
}
.faq_q::before,
.faq_a::before{
    position: absolute;
    left: 0;
    color: #4CBCC8;
}

.faq_q::before{
    content: "Q.";
}
.faq_a::before{
    content: "A.";
    font-size: 18px;
}

.faq p {
    font-size: 16px;
    margin: 0 0 25px 0;
}

.faq_list {
    background-color: #E4F3F7;
    border-radius: 10px;
    padding: 30px 200px;
}

@media (max-width: 991px) {

    .faq_nav {
    	margin: 0 0 50px 0;
    }
    
    .faq_nav ul {
        display: flex;
        margin: 0 -5px;
    }
    
    .faq_nav ul li {
        flex: auto;
    	width: calc(50% - 10px);
    	margin: 0 5px 10px 5px;
    }
    
    .faq_nav ul li a {
    	font-size: 14px;
    	padding: 10px;
    }
    
    .faq_nav ul li a::after {
        margin: 5px auto 0 auto;
    }
    
    .faq h3 {
        margin: 0 0 30px 0;
    }
        
    .faq-item {
    	margin: 0 0 50px 0;
    }
    
    .faq_q {
        margin: 0 0 10px 0;   
    }
    
    .faq_a {
        margin: 0 0 20px 0;
    }
    
    .faq p {
        margin: 0 0 20px 0;
    }
    
    .faq_list {
        padding:  20px;
    }
}

/*================================================================================
maintenance.html
================================================================================*/

.maintenance_visual {
    position: relative;
    margin: 0 0 150px 0;
}

.maintenance_visual-thumb {
    height: 590px;
    object-fit: cover;
}

.maintenance_visual-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 440px;
    padding: 60px 50px;
}

.maintenance_visual-content h3 {
    font-size: 20px;
    margin: 0 0 40px 0;
    line-height: 2;
}

.maintenance_visual-content p {
    font-size: 16px;
    line-height: 2;
}

.maintenance_certification {
    margin: 0 0 100px 0;
}

.maintenance_certification p {
    font-size: 16px;   
}

.maintenance_flow-container .row-outer {
    margin: 0 -25px;
}

.maintenance_flow-container .col-inner {
    padding: 0 25px;
}

.maintenance_flow-item {
	margin: 0 0 80px 0;
}

.maintenance_flow h4 {
    background-color: #4CBCC8;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 25px;
	margin: 0 0 20px 0;
}
.maintenance_flow .col-lg-6 h4::before {
    content: "";
    position: absolute;
    left: 4rem;
}
.maintenance_flow .col-lg-6:nth-child(1) h4::before{content:"①";}
.maintenance_flow .col-lg-6:nth-child(2) h4::before{content:"②";}
.maintenance_flow .col-lg-6:nth-child(3) h4::before{content:"③";}
.maintenance_flow .col-lg-6:nth-child(4) h4::before{content:"④";}
.maintenance_flow .col-lg-6:nth-child(5) h4::before{content:"⑤";}
.maintenance_flow .col-lg-6:nth-child(6) h4::before{content:"⑥";}
.maintenance_flow .col-lg-6:nth-child(7) h4::before{content:"⑦";}
.maintenance_flow .col-lg-6:nth-child(8) h4::before{content:"⑧";}

.maintenance_flow-thumb {
	margin: 0 0 15px 0;
}

.maintenance_flow caption {
    font-size: 16px;
}

@media (max-width: 991px) {
    
    .maintenance_visual {
        margin: 0 0 50px 0;
    }
    
    .maintenance_visual-thumb {
        height: 400px;
    }
    
    .maintenance_visual-content {
        position: relative;
        right: auto;
        background: #ffffff;
        max-width: 100%;
        padding: 30px 20px 20px 20px;
        margin: -40px 0 0 0;
        z-index: 1;
    }
    
    .maintenance_visual-content h3 {
        margin: 0 0 10px 0;
    }
    
    .maintenance_certification {
        margin: 0 0 60px 0;
    }
    
    .maintenance_flow-container .row-outer {
        margin: 0;
    }
    
    .maintenance_flow-container .col-inner {
        padding: 0;
    }
    
    .maintenance_flow-item {
    	margin: 0 0 30px 0;
    }
    
    .maintenance_flow h4 {
    	margin: 0 0 15px 0;
    }
    
    .maintenance_flow-thumb {
    	margin: 0 0 10px 0;
    }
}
@media (max-width: 480px) {
    .maintenance_flow .col-lg-6 h4::before {
        left: 2rem;
    }
}

/*================================================================================
product-about.html
================================================================================*/

.product-about_visual {
    margin: 0 0 150px 0;
}

.product-about_visual-thumb {
    margin: 0 0 100px 0;
    position: relative;
}

.product-about_visual-thumb_back {
    height: 590px;
    object-fit: cover;
}

.product-about_visual-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    max-width: 440px;
    padding: 60px 50px;
}


.product-about_visual-content p {
    font-size: 16px;
    line-height: 2;
}
.product-about_develope-item h3 {
    font-size: 20px;
    margin: 0 0 40px 0;
    line-height: 2;
}

.product-about_develope {
    margin: 0 0 150px 0;
}

.product-about_develope-container .row-outer {
    margin: 0 -25px;
}

.product-about_develope-container .col-inner {
    padding: 0 25px;
}

.product-about_develope p {
    margin: 40px 0 0 0;
    font-size: 16px;
}

.product-about_banner {
    margin: 0 0 150px 0;
}

.product-about_flow {
    margin: 0 0 100px 0;
}

.product-about_flow-container .row-outer {
    margin: 0 -25px;
}

.product-about_flow-container .col-inner {
    padding: 0 25px;
}

.product-about_flow h4 {
    font-size: 25px;
}

.product-about_flow p {
    font-size: 16px;
}

.product-about_flow-container {
    border-top: 1px solid #D9D9D9;
    padding: 30px 0;
}

.product-about_flow-container:last-child {
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
    
    .product-about_visual {
        margin: 0 0 80px 0;
    }
    
    .product-about_visual-thumb {
        margin: 0;
    }
    
    .product-about_visual-thumb_back {
        height: 400px;
    }
    
    .product-about_visual-content {
        position: relative;
        right: auto;
        background: #ffffff;
        max-width: 100%;
        padding: 30px 20px 30px 20px;
        margin: -40px 0 20px 0;
        z-index: 1;
    }
    
    .product-about_visual-content h3 {
        margin: 0 0 10px 0;
    }
    
    
    .product-about_develope {
        margin: 0 0 60px 0;
    }
    
    .product-about_develope-container .row-outer {
        margin: 0;
    }
    
    .product-about_develope-container .col-inner {
        padding: 0;
    }
    
    .product-about_develope-thumb {
        margin: 0 0 20px 0;    
    }
    
    .product-about_develope p {
        margin: 0 0 20px 0;
    }
    
    .product-about_banner {
        margin: 0 0 60px 0;
    }
    
    .product-about_flow {
        margin: 0 0 50px 0;
    }
    
    .product-about_flow-container .row-outer {
        margin: 0 -10px;
    }
    
    .product-about_flow-container .col-inner {
        padding: 0 10px;
    }
    
    .product-about_flow h4 {
        font-size: 20px;
    }
    
    .product-about_flow-container {
        padding: 20px 0;
    }
}

/*================================================================================
contact.html
================================================================================*/

.contact_banner {
	margin: 0 0 150px 0;
    position: relative;
}
.contact_banner p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:60px;
    left:50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ffffff;
}

.contact_form table {
    width: 100%;
}

.contact_form table tr {
    border-top: 50px rgba(255, 255, 255, 0) solid;
    border-bottom: 50px rgba(255, 255, 255, 0) solid;
}

.contact_form table th {
    font-size: 20px;
    width: 300px;
}

.contact_form table th .note {
    color: #1F8590;
    margin: 0 0 0 10px;
}

.contact_form input[type='text'], .contact_form input[type='email'] {
	border: 1px solid #4CBCC8;
	font-size: 18px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #4CBCC8;
	width: 100%;
}

.contact_form textarea {
	border: 1px solid #4CBCC8;
	font-size: 18px;
	padding: 15px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #4CBCC8;
	width: 100%;
	height: 500px;
}

.contact_form-radio_input .wpcf7-list-item {
    margin: 0 0 15px 0;
    display: block;
}

.contact_form-radio_input .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    font-size: 25px;
    padding: 0 0 0 calc(45px + 20px);
}

.contact_form-radio_input .wpcf7-list-item-label::before,
.contact_form-radio_input .wpcf7-list-item-label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 22.5px;
    transform: translateY(-50%) translateX(-50%);
}

.contact_form-radio_input .wpcf7-list-item-label::before {
    background-color: #ffffff;
    border: 1px solid #3e3a39;
    width: 45px;
    height: 45px;
}

.contact_form-radio_input .wpcf7-list-item-label::after {
    background-color: #4CBCC8;
    opacity: 0;
    width: 25px;
    height: 25px;
}

.contact_form-radio_input input {
    display: none;
}

.contact_form-radio_input input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.contact_fomr-submit {
    max-width: 100%;
    width: 100%;
    display: block;
    background-color: #4CBCC8;
    font-size: 16px;
    color: #ffffff;
    padding: 25px;
    text-align: center;
}

.contact_fomr-submit::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url("assets/img/contact/contact_fomr-submit_icon.png");
    background-size: 21px 14px;
    margin: 0 20px 0 0;
}

.contact_fomr-submit:hover {
    opacity: 0.6;
}

.contact_form-checkbox_input {
    margin: 30px 0 100px 0;
}

.contact_form-checkbox_input .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 calc(45px + 20px);
}

.contact_form-checkbox_input .wpcf7-list-item-label::before,
.contact_form-checkbox_input .wpcf7-list-item-label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 22.5px;
    transform: translateY(-50%) translateX(-50%);
}

.contact_form-checkbox_input .wpcf7-list-item-label::before {
    background-color: #ffffff;
    border: 1px solid #3e3a39;
    width: 45px;
    height: 45px;
}

.contact_form-checkbox_input .wpcf7-list-item-label::after {
    background-color: #4CBCC8;
    opacity: 0;
    width: 25px;
    height: 25px;
}

.contact_form-checkbox_input input {
    display: none;
}

.contact_form-checkbox_input input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/* aleat */

.wpcf7-not-valid-tip {
    font-size: 15px !important;
	margin: 5px 0 0 0;
}

.wpcf7-response-output {
	font-size: 15px !important;
	padding: 15px !important;
	text-align: center !important;
}

@media (max-width: 991px) {

    .contact_banner {
    	margin: 0 0 60px 0;
    }
    
    .contact_form table tr {
        border-top: 15px rgba(255, 255, 255, 0) solid;
        border-bottom: 15px rgba(255, 255, 255, 0) solid;
    }
    
    .contact_form table th {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
    }

    .contact_form table td {
        width: 100%;
        display: block;
    }
        
    .contact_form input[type='text'], .contact_form input[type='email'] {
    	font-size: 14px;
    	padding: 10px 15px;
    	border-radius: 8px;
    }
    
    .contact_form textarea {
    	font-size: 14px;
    	padding: 10px 15px;
    	border-radius: 8px;
    	height: 300px;
    }
    
    .contact_form-radio_input .wpcf7-list-item {
        margin: 0 0 5px 0;
    }
    
    .contact_form-radio_input .wpcf7-list-item-label {
        font-size: 20px;
        padding: 0 0 0 calc(30px + 10px);
    }
    
    .contact_form-radio_input .wpcf7-list-item-label::before,
    .contact_form-radio_input .wpcf7-list-item-label::after {
        top: 50%;
        left: 15px;
    }
    
    .contact_form-radio_input .wpcf7-list-item-label::before {
        width: 30px;
        height: 30px;
    }
    
    .contact_form-radio_input .wpcf7-list-item-label::after {
        width: 20px;
        height: 20px;
    }
    
    .contact_fomr-submit {
        padding: 15px;
    }
    
    .contact_form-checkbox_input {
        margin: 0 0 40px 0;
    }
    
    .contact_form-checkbox_input .wpcf7-list-item-label {
        font-size: 14px;
        padding: 0 0 0 calc(30px + 10px);
    }
    
    .contact_form-checkbox_input .wpcf7-list-item-label::before,
    .contact_form-checkbox_input .wpcf7-list-item-label::after {
        left: 15px;
    }
    
    .contact_form-checkbox_input .wpcf7-list-item-label::before {
        width: 30px;
        height: 30px;
    }
    
    .contact_form-checkbox_input .wpcf7-list-item-label::after {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 468px) {
    .contact_banner p {
        bottom: 40px;
        font-size: 1rem;
    }
}

/*================================================================================
rental.html
================================================================================*/

.rental-product_products {
    margin: 0 0 100px 0;
    background-color: #EFF8FA;
    padding: 100px 0;
}

.rental-product_products-content {
    margin: 0 0 80px 0;
    position: relative;
    background-color: #EFF8FA;
}

.rental-product_products-content::before {
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rental-product_products-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.rental-product_products-container {
    position: relative;
    z-index: 2;
}

.rental-product_products-container .row-outer {
    margin: 0 -10px;
}

.rental-product_products-container .col-inner {
    padding: 0 10px;
}

.rental-product_products-item {
    margin: 0 0 20px 0;
}

.rental-product_products-list {
    border: 1px solid #4CBCC8;
}

.rental-product_products-list-inner {
    background-color: #ffffff;
    padding: 50px 200px;
}

h3.rental-product_products-list_heading {
    background-color: #4CBCC8;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    color: #ffffff;
}

.rental-product_products-list ul li {
    font-size: 16px;
    margin: 0 0 3px 0;
}

.rental-product_products-list ul li span {
    color: #F8B405;
    font-size: 14px;
    margin: -5px 5px 0 0;
}

.rental-product_products-action {
	margin: 0 0 100px 0;
}

.rental_follow {
    margin: 0 0 100px 0;
}

.rental_follow p {
    font-size: 16px;
}

.rental_flow {
    margin: 0 0 100px 0;
}

.rental_flow p {
    font-size: 16px;
    margin: 0 0 40px 0;
}

.rental_flow-container .row-outer {
    margin: 0 -20px;
}

.rental_flow-container .col-inner {
    padding: 0 20px;
}

.rental_flow-table {
    margin: 0 0 40px 0;
}

.rental_banner {
    margin: 0 0 100px 0;
}

.rental_usage {
    margin: 0 0 100px 0;
}

.rental_usage p {
    font-size: 16px;
    margin: 0 0 60px 0;
}

.rental_step-container {
    margin: 0 0 100px 0;
}

.rental_step-container .row-outer {
    margin: 0 -15px;
}

.rental_step-container .col-inner {
    padding: 0 15px;
}

.rental_step-container .col-lg-3 {
    position: relative;
}

.rental_step-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
}

.rental_step-item {
    margin: 0 0 15px 0;
}

.rental_step h3 {
    font-size: 40px;
    color: #F8B405;
    line-height: 1;
	margin: 40px 0 0 0;
}

.rental_step h3 .big {
    font-size: 50px;
    margin: 0 0 0 30px;
}

.rental_step h4 {
    font-size: 25px;
	margin: 40px 0 0 0;
}

.rental_step p {
    font-size: 16px;
}

.rental_tbl{
    width: 100%;
    border-collapse: collapse;
}
.rental_tbl th,
.rental_tbl td{
    padding: 8px 10px;
    vertical-align: middle;
}
.rental_tbl thead{
    background-color: #4CBCC8;
    color: #fff;
}
.rental_tbl thead th{
    border:1px solid #fff;
    text-align: center;
}
.rental_tbl tbody th {
    color: #4CBCC8;
    width: 150px;
    /* white-space: nowrap; */
}
.rental_tbl tbody th,
.rental_tbl tbody td{
    border: 1px solid #ccc;
}
div.tbl-scroll {
    overflow: scroll;
}
div.tbl-scroll table, div.tbl-scroll2 table {
    min-width: 688px;
}
div.tbl-scroll::before, div.tbl-scroll2::before {
    content: "※左右にスクロールしてご覧下さい";
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
@media print, screen and (min-width: 768px) {
    div.tbl-scroll::before {
        content: "";
    }
}

.flow_column ul{
    counter-reset: number 0;
}
.flow_column ul li{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: calc(33% - 20px); */
    position: relative;
}
.flow_column ul li figure{
    /* height: 280px; */
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}
.flow_column ul li figure::before {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); /* 中央配置 */
    width: 100%; /* 親要素の幅に合わせる */
    aspect-ratio: 1 / 1; /* 幅と高さを 1:1 に固定 */
    border-radius: 50%; /* 正円にする */
    z-index: -1; /* 画像の後ろに配置 */
    background-color: #EFF8FA;
}
.flow_column ul li figure img{
    object-fit: cover;
}
.flow_column ul li div{
    width: 75%;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 60px;
}
.flow_column ul li h3{
    position: relative;
}
.flow_column ul li h3.flow_title{
    /* font-weight: 500; */
    font-size: 1.5em;
    margin-bottom: 14px;
    color: #1F8590;
    /* text-align: center; */
    padding-left: 36px;
    /* border-bottom: 1px solid #1F8590; */
}
.flow_column ul li h3.flow_title:before {
    position: absolute;
    left: 0;
    color: #1F8590;
    counter-increment: number 1;      /* number カウンタの増加数をセット */
    content: "0" counter(number) ".";      /* 表示形式を指定 */
}


@media print, screen and (max-width: 768px) {
    .flow_column{
        /* margin-top: 60px; */
    }
    .flow_column ul li{
        /* width: calc(50% - 20px); */
    }
}
@media print, screen and (max-width: 768px) {
    .flow_column ul li figure {
        width: 100%;
    }
     .flow_column ul li div{
        width: 100%;
    }
    .flow_column ul li figure::before {
        width: 60%;
    }
}


@media (max-width: 991px) {

    .rental-product_products {
        margin: 0 0 50px 0;
        padding: 60px 0;
    }
    
    .rental-product_products-list-inner {
        padding: 15px 15px;
    }
    
    h3.rental-product_products-list_heading {
        font-size: 16px;
        padding: 5px 10px;
    }
    
    .rental-product_products-list ul li {
        font-size: 14px;
        margin: 0 0 3px 0;
    }
    
    .rental-product_products-list ul li span {
        font-size: 13px;
        margin: -2px 5px 0 0;
    }
    
    .rental-product_products-content {
        margin: 0 0 50px 0;
    }
    
    .rental-product_products-content::before {
        height: 40px;
    }
    
    .rental-product_products-content::after {
        height: 60px;
    }

    .rental-product_products-container .row-outer {
        margin: 0 -5px;
    }
    
    .rental-product_products-container .col-inner {
        padding: 0 5px;
    }
    
    .rental-product_products-item {
        margin: 0 0 10px 0;
    }
    
    .rental-product_products-action {
    	margin: 0 0 50px 0;
    }
    
    .rental_follow {
        margin: 0 0 60px 0;
    }
    
    .rental_flow {
        margin: 0 0 60px 0;
    }
    
    .rental_flow p {
        margin: 0 0 40px 0;
    }
    
    .rental_flow-container {
        margin: 0 0 50px 0;    
    }
    
    .rental_flow-container .row-outer {
        margin: 0;
    }
    
    .rental_flow-container .col-inner {
        padding: 0;
    }
    
    .rental_flow-table {
        margin: 0 0 20px 0;
    }
    
    .rental_banner {
        margin: 0 0 60px 0;
    }
    
    .rental_usage {
        margin: 0 0 60px 0;
    }
    
    .rental_usage-table {
        overflow-x: auto;
        overflow-y: auto;
        height: 650px;
    }

    .rental_usage-table img {
        width: 100%;
        min-width: 991px;
    }
       
    .rental_usage p {
        margin: 0 0 40px 0;
    }
    
    .rental_step-container {
        margin: 0 0 50px 0;
    }
    
    .rental_step-container .row-outer {
        margin: 0 -15px;
    }
    
    .rental_step-container .col-inner {
        padding: 0 15px;
    }
    
    .rental_step-container .col-lg-3 {
        position: relative;
    }
    
    .rental_step-icon {
        position: static;
        display: block;
        width: 21px;
        margin: 20px auto 0 auto;
    }
    
    .rental_step-item {
        margin: 0 0 15px 0;
    }
    
    .rental_step h3 {
    	margin:  30% 0 0 0;
    }
    
    .rental_step h3 .big {
        margin: 0 0 0 20px;
    }
    
    .rental_step h4 {
    	margin: 0;
    }
}

/*================================================================================
sales-product.html
================================================================================*/

.sales-product_products {
    margin: 0 0 150px 0;
}

.sales-product_products-content {
    margin: 0 0 150px 0;
    position: relative;
    background-color: #EFF8FA;
}

.sales-product_products-content::before {
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sales-product_products-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sales-product_products-container {
    position: relative;
    z-index: 2;
}

.sales-product_products-container .row-outer {
    margin: 0 -10px;
}

.sales-product_products-container .col-inner {
    padding: 0 10px;
}

.sales-product_products-item {
    margin: 0 0 20px 0;
}

.sales-product_feature-inner {
    background-color: #ffffff;
    padding: 30px;
}

.sales-product_feature .row-outer {
    margin: 0 -30px;
}

.sales-product_feature .col-inner {
    padding: 0 30px;
}

.sales-product_feature {
    margin: 0 0 150px 0;
    padding: 100px 0;
    background-color: #EFF8FA;
}

h3.sales-product_feature-heading {
    font-size: 22px;
    color: #F8B405;
    line-height: 1.7;
	margin: 0 0 10px 0;
}

p.sales-product_feature-text {
    font-size: 16px;
}

.sales-product_display {
    margin: 0 0 90px 0;
}

.sales-product_slider {
    margin: 0 0 50px 0;
}

.sales-product_follow {
    margin: 0 0 100px 0;
}

.sales-product_follow p {
    font-size: 16px;
}

.sales-product_purchase {
    margin: 0 0 100px 0;
}

.sales-product_purchase p {
    font-size: 16px;
}

.sales-product_condition {
    margin: 0 0 100px 0;
}

.sales-product_condition-container .row-outer {
    margin: 0 -25px;
}

.sales-product_condition-container .col-inner {
    padding: 0 25px;
}

.sales-product_condition p {
    font-size: 16px;
}

.sales-product_condition-icon {
    background-color: #4CBCC8;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.sales-product_flow {
    margin: 0 0 100px 0;
}

.sales-product_flow-container .row-outer {
    margin: 0 -30px;
}

.sales-product_flow-container .col-inner {
    padding: 0 30px;
}

.sales-product_flow-item_inner {
	padding: 0 0 0 80px;
}

.sales-product_flow h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.sales-product_flow h3 .num {
    font-size: 50px;
    color: #FF5555;
    width: 80px;
    line-height: 1;
}

.sales-product_flow p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.sales-product_flow-table {
	margin: 20px 0 0 0;
}

.sales-product_flow-table table {
    width: 100%;
}

.sales-product_flow-table table tr {
    border-bottom: 15px solid rgba(255, 255, 255, 0);
}

.sales-product_flow-table table tr th {
    width: 130px;
    border-right: 10px solid #ffffff;
}

.sales-product_flow-table table tr th .border {
    display: block;
	font-size: 16px;
	color: #1F8590;
	text-align: center;
	border: 1px solid #1F8590;
	border-radius: 50px;
	padding: 5px 10px;
	line-height: 1;
}

.sales-product_flow-sepalate {
    margin: 30px 0;
    border: 1px solid #D9D9D9;
}

.sales-product_category-lead {
	font-size: 16px; 
	margin: 0 0 40px 0;
	text-align: justify;
}

.sales-product_category {
    margin: 0 0 150px 0;
}

.sales-product_category-container {
    border-radius: 10px;
    border: 3px solid #4CBCC8;
    background-color: #ffffff;
    padding: 50px;
    margin: 0 0 20px 0;
}

.sales-product_category-content .row-outer {
    margin: 0 - 10px;
}

.sales-product_category-content .col-inner {
    padding: 0 10px;
}

.sales-product_category-content h3 {
	font-size:  20px;
	margin: 0 0 15px 0;
}

.sales-product_category-content p {
	font-size:  14px;
	line-height: 1.8;
}


.display_item{
    /* width: 90%; */
    margin: 0 auto 60px;
}
.display_item ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display_item ul li{
    width: 33.3333%;
    /* width: calc(33.3333% - 20px); */
    text-align: left;
    /* margin-bottom: 40px; */
    position: relative;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 30px;
    /* background-color: #4CBCC8; */
    background-color: #1F8590;
}
.display_item ul li::after{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: #fff;
}
.display_item ul li::after{
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
}

.display_item ul li .item-text{
    position: relative;
    padding: 0 30px;
}
.display_item ul li .item-text h3{
    margin: .6em 0 22px;
    font-size: 25px;
    color: #fff;
    line-height: 1.0;
    text-align: center;
    position: relative;
}
.display_item ul li .item-text h3 span{
    position: relative;
}
.display_item ul li .item-text h3 span::before{
    content: '';
    position: absolute;
    /* top: -10px; */
    left: -30px;
    color: #fff;
    font-size: 16px;
}
.display_item ul li:nth-child(1) .item-text h3 span::before{ content: '01'; }
.display_item ul li:nth-child(2) .item-text h3 span::before{ content: '02'; }
.display_item ul li:nth-child(3) .item-text h3 span::before{ content: '03'; }
.display_item ul li:nth-child(4) .item-text h3 span::before{ content: '04'; }
.display_item ul li:nth-child(5) .item-text h3 span::before{ content: '05'; }
.display_item ul li:nth-child(6) .item-text h3 span::before{ content: '06'; }
.display_item ul li:nth-child(7) .item-text h3 span::before{ content: '07'; }
.display_item ul li:nth-child(8) .item-text h3 span::before{ content: '08'; }
.display_item ul li:nth-child(9) .item-text h3 span::before{ content: '09'; }
.display_item ul li:nth-child(10) .item-text h3 span::before{ content: '10'; }
.display_item ul li:nth-child(11) .item-text h3 span::before{ content: '11'; }
.display_item ul li:nth-child(12) .item-text h3 span::before{ content: '12'; }
.display_item ul li:nth-child(13) .item-text h3 span::before{ content: '13'; }
.display_item ul li:nth-child(14) .item-text h3 span::before{ content: '14'; }
.display_item ul li:nth-child(15) .item-text h3 span::before{ content: '15'; }
.display_item ul li img{
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 10px; */
}
.display_item ul li p{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
@media print, screen and (max-width: 768px) {
    .display_item ul li{
        width: 50%;
        /* width: calc(50% - 20px); */
    }
}
@media print, screen and (max-width: 414px) {
    .display_item ul li{
        width: 100%;
    }
}






@media (max-width: 991px) {

    .sales-product_feature-inner {
        padding: 15px;
    }
    
    .sales-product_feature .row-outer {
        margin: 0;
    }
    
    .sales-product_feature .col-inner {
        padding: 0;
    }
    
    .sales-product_feature .column-item {
    	margin: 0 0 20px 0;
    }
    
    .sales-product_feature {
        margin: 0 0 80px 0;
        padding: 60px 0 40px 0;
    }
    
    h3.sales-product_feature-heading {
        font-size: 16px;
    	margin: 0 0 5px 0;
    }
    
    p.sales-product_feature-text {
        font-size: 14px;
    }

    .sales-product_products {
        margin: 0 0 60px 0;
    }
    
    .sales-product_products-content {
        margin: 0 0 50px 0;
    }
    
    .sales-product_products-content::before {
        height: 40px;
    }
    
    .sales-product_products-content::after {
        height: 60px;
    }

    .sales-product_products-container .row-outer {
        margin: 0 -5px;
    }
    
    .sales-product_products-container .col-inner {
        padding: 0 5px;
    }
    
    .sales-product_products-item {
        margin: 0 0 10px 0;
    }
    
    .sales-product_display {
        margin: 0 0 50px 0;
    }
    
    .sales-product_follow {
        margin: 0 0 60px 0;
    }
    
    .sales-product_purchase {
        margin: 0 0 60px 0;
    }
    
    .sales-product_condition {
        margin: 0 0 60px 0;
    }
    
    .sales-product_condition-container .row-outer {
        margin: 0;
    }
    
    .sales-product_condition-container .col-inner {
        padding: 0;
    }
    
    .sales-product_condition-item {
        margin: 0 0 20px 0;
    }
    
    .sales-product_condition-icon {
        font-size: 20px;
        padding: 5px 10px;
        margin: 0 0 15px 0;
    }
    
    .sales-product_flow {
        margin: 0 0 60px 0;
    }
    
    .sales-product_flow-thumb {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .sales-product_flow p {
        margin: 0 0 15px 0;
    }
    
    .sales-product_flow-container .row-outer {
        margin: 0;
    }
    
    .sales-product_flow-container .col-inner {
        padding: 0;
    }
    
    .sales-product_flow-item_inner {
    	padding: 0;
    }
    
    .sales-product_flow h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    
    .sales-product_flow h3 .num {
        width: 50px;
    }
    
    .sales-product_flow-table {
    	margin: 15px 0 0 0;
    }
    
    .sales-product_flow-table table {
        width: 100%;
    }
    
    .sales-product_flow-table table tr {
        border-bottom: 15px solid rgba(255, 255, 255, 0);
    }
    
    .sales-product_flow-table table tr th {
        width: 110px;
        border-right: 10px solid rgba(255, 255, 255, 0);
    }
    
    .sales-product_flow-table table tr th .border {
    	font-size: 13px;
    	border-radius: 25px;
    }
    
    .sales-product_flow-sepalate {
        margin: 30px 0;
    }
    
    .sales-product_category-lead {
    	margin: 0 0 30px 0;
    }
    
    .sales-product_category {
        margin: 0 0 60px 0;
    }
    
    .sales-product_category-container {
        padding:  25px 20px;
        margin: 0 0 20px 0;
    }
    
    .sales-product_category-content .row-outer {
        margin: 0;
    }
    
    .sales-product_category-content .col-inner {
        padding: 0;
    }
}

/*================================================================================
home-renovation.html
================================================================================*/

.home-renovation_products {
    margin: 0 0 150px 0;
}

.home-renovation_products-content {
    margin: 0 0 100px 0;
    position: relative;
    background-color: #EFF8FA;
}

.home-renovation_products-content::before {
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-renovation_products-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.home-renovation_products-container {
    position: relative;
    z-index: 2;
}

.home-renovation_products-container .row-outer {
    margin: 0 -10px;
}

.home-renovation_products-container .col-inner {
    padding: 0 10px;
}

.home-renovation_products-item {
    margin: 0 0 20px 0;
}

.home-renovation_condition {
    margin: 0 0 100px 0;
}

.home-renovation_condition-container .row-outer {
    margin: 0 -25px;
}

.home-renovation_condition-container .col-inner {
    padding: 0 25px;
}

.home-renovation_condition p {
    font-size: 16px;
}

.home-renovation_condition-icon {
    background-color: #4CBCC8;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.home-renovation_condition-notice {
	margin: 30px 0 0 0;
}

.home-renovation_condition-notice p {
    font-size: 16px;
}

.home-renovation_reform {
    margin: 0 0 150px 0;
}

.home-renovation_reform-container .row-outer {
    margin: 0 -25px;
}

.home-renovation_reform-container .col-inner {
    padding: 0 25px;
}

.home-renovation_reform h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
    position: relative;
}

.home-renovation_reform p {
    font-size: 16px;
}

.home-renovation_reform-content {
    padding: 50px 0;
    border-bottom: 1px solid #D9D9D9;
}

.home-renovation_flow {
    margin: 0 0 150px 0;
}

.home-renovation_flow-container .row-outer {
    margin: 0 -25px;
}

.home-renovation_flow-container .col-inner {
    padding: 0 25px;
}

.home-renovation_flow-content {
    padding: 50px;
    background-color: #EFF8FA;
	position: relative;
}

.home-renovation_flow-content::after {
    content: "";
    display: block;
    width: 14px;
    height: 21px;
    background-image: url("assets/img/home-renovation/home-renovation_flow-content_icon.png");
    background-size: 14px 21px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    z-index: 1;
}

.home-renovation_flow-content.last::after {
    display: none;
}

.home-renovation_flow-content.bgcolor-deepblue {
    background-color: #D4EEF5;
}

.home-renovation_flow-item h3 {
    font-size: 40px;
    color: #71B270;
    line-height: 1;
}

.home-renovation_flow-item h3 .num {
    font-size: 50px;
	margin: 0 0 0 10px;
}

.home-renovation_flow-item h4 {
    font-size: 25px;
}

.home-renovation_flow-item p {
    font-size: 16px;
}

.home-renovation_flow-border {
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 20px 40px;
	margin: 20px 0 0 0;
}

.home-renovation_flow-border_text {
	font-size:  16px;
}

.renovation_txt{
    font-size: 16px;
    margin: 0 0 40px 0;
    text-align: justify;
}
.example {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.example .image-container {
    position: relative;
    width: 45%;
}
.example img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.example .image-container::before {
    content: attr(data-label);
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(76, 188, 200, 0.7);
    color: #fff;
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 3px;
}
.example .image-container[data-label=Before]::before {
    background-color: rgba(248, 180, 7, 0.7);
}
.arrow {
    font-size: 2rem;
    color: #4CBCC8;
}
@media (max-width: 768px) {
    .example .image-container {
        width: 42%;
    }
    /* .arrow {
        display: none;
    } */
}

@media (max-width: 991px) {

    .home-renovation_products {
        margin: 0 0 60px 0;
    }
    
    .home-renovation_products-content {
        margin: 0 0 40px 0;
    }
    
    .home-renovation_products-content::before {
        height: 40px;
    }
    
    .home-renovation_products-content::after {
        height: 60px;
    }

    .home-renovation_products-container .row-outer {
        margin: 0 -5px;
    }
    
    .home-renovation_products-container .col-inner {
        padding: 0 5px;
    }
    
    .home-renovation_products-item {
        margin: 0 0 10px 0;
    }
    
    .home-renovation_condition {
        margin: 0 0 100px 0;
    }
    
    .home-renovation_condition-container .row-outer {
        margin: 0;
    }
    
    .home-renovation_condition-container .col-inner {
        padding: 0;
    }
    
    .home-renovation_condition-item {
        margin: 0 0 20px 0;
    }
    
    .home-renovation_condition-icon {
        font-size: 20px;
        padding: 5px 10px;
        margin: 0 0 15px 0;
    }
    
    .home-renovation_condition-notice {
    	margin: 30px 0 0 0;
    }
    
    .home-renovation_reform {
        margin: 0 0 60px 0;
    }
    
    .home-renovation_reform-container .row-outer {
        margin: 0;
    }
    
    .home-renovation_reform-container .col-inner {
        padding: 0;
    }
    
    .home-renovation_reform h3 {
        margin: 0 0 15px 0;
    }
    
    .home-renovation_reform-content {
        padding: 25px 0;
    }
    
    .home-renovation_reform-thumb {
        margin: 0 0 20px 0;
    }
    
    .home-renovation_flow {
        margin: 0 0 60px 0;
    }
    
    .home-renovation_flow-container .row-outer {
        margin: 0;
    }
    
    .home-renovation_flow-container .col-inner {
        padding: 0;
    }
    
    .home-renovation_flow-content {
        padding: 50px 15px;
    	margin: 0 -15px;
    }
    
    .home-renovation_flow-item h3 {
        margin: 0 0 20px 0;
    }
    
    .home-renovation_flow-border {
        border-radius: 10px;
        padding: 20px;
    	margin: 15px 0 0 0;
    }
}


/*================================================================================
privacypolicy
================================================================================*/
#privacy .container ul{
    margin-bottom: 60px;
    list-style: circle;
    padding: 20px 30px;
}
