@charset "UTF-8";
/* CSS Document */

/* Reset */

@import url(./reset.css);

.container {
    max-width: 1200px;
}

/* Base */
body {
    background-color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h1,h2,h3,h4,h5,strong,th {
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
a {
    color: #097B7E;
}
a:hover {
    color: #70A5A6;
}
.br-sp {
    display: none;
}
.text-center {
    text-align: center;
}
/*
h1,h2,h3,h4,h5,strong,th {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.strong {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}
p {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
a {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;

    color: #00A0E8;
}
.page_title_english {
    font-family: ryo-display-plusn,serif;
    font-weight: 700;
    font-style: normal;
}
.content_title {
    font-family: ryo-display-plusn,serif;
    font-weight: 700;
    font-style: normal;
}
.content_title_g {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.strength_title {
    font-family: ryo-display-plusn,serif;
    font-weight: 700;
    font-style: normal;
}
.number {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.series_select {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.series_list a {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.series_list_large a {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.series_list_emporio a {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
 */
.header {
    border-bottom: 1px solid #e5e5e5;
}
.navbar {
    width: 100% !important;
    min-height: 88px;
}
.navbar-brand img {
    width: 150px;
}


a:hover {
    color: #47B8EC;
}
.page_container {
    margin: 0px auto;
    padding: 20px 0px;
}
.wrapper {
    background-color: #FFFFFF;
    text-align: left;
    overflow: hidden;
}

/* Colors */
.text-primary {
    color: #00A0E8;
}
.text-secondary {
    color: #94BE00 !important;
}
.text-danger {
    color: #FF5859;
}
.text-warming {
    color: #F8BC00;
}
.text-info {
    color: #41B2AE;
}

.bg-primary {
    background-color: #00A0E8;
}
.bg-secondary {
    background-color: #94BE00;
}
.bg-danger {
    background-color: #FF5859;
}
.bg-warming {
    background-color: #F8BC00;
}
.bg-info {
    background-color: #41B2AE;
}

.alert-primary {
    color: #00A0E8;
    border-color: #00A0E8;
    background-color: #B5E2F5;
}
.alert-secondary {
    color: #94BE00;
    border-color: #94BE00;
    background-color: #EFFBEA;

}
.alert-danger {
    color: #FF5859;
    border-color: #FF5859;
    background-color: #FFEBEA;
    border-width: 2px;
}
.alert-warming {
    color: #F8BC00;
    border-color: #F8BC00;
    background-color: #F9F4E7;
}
.alert-info {
    color: #41B2AE;
    border-color: #41B2AE;
    background-color: #ABFFFC;
}

.btn-primary {
    background-color: #00A0E8;
    border-color: #00A0E8;
}
.btn-primary:hover {
    background-color: #47B8EC;
    border-color: #47B8EC;
}
.badge-danger {
    background-color: #FF5859;
}

.badge-secondary {
    background-color: #999999;
}

.wrap_blue {
    border: 3px solid #5CBDDD;
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.wrap_green {
    border: 3px solid #94BE00;
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.wrap_orange {
    border: 3px solid #FA8B15;
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

/* Common Title */

h2.title_underline {
    position: relative;
    background: #EFF8FB;
    box-shadow: 0px 0px 0px 5px #EFF8FB;
    border: dashed 1px #5CBDDD;
    padding: 20px;
    color: #198DB2;
    font-size: 21px;
    margin: 20px auto;
    border-radius: 3px;
}
h2.title_underline:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 17px 17px;
    border-style: solid;
    border-color: #fff #fff #5CBDDD;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
h2.title_stripe_blue {
    padding: .5em .75em;
    background: -webkit-repeating-linear-gradient(45deg, #5CBDDD, #5CBDDD 5px, #71C7E3 5px, #71C7E3 10px);
    background: repeating-linear-gradient(45deg, #5CBDDD, #5CBDDD 5px, #71C7E3 5px, #71C7E3 10px);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    margin: 20px auto;
    font-size: 1.7rem;
    border: solid 3px #5CBDDD;
    padding: 20px;
    border-radius: 5px;
}
h2.title_stripe_green {
    padding: .5em .75em;
    background: -webkit-repeating-linear-gradient(45deg, #94BE00, #94BE00 5px, #A1C910 5px, #A1C910 10px);
    background: repeating-linear-gradient(45deg, #94BE00, #94BE00 5px, #A1C910 5px, #A1C910 10px);
    border: solid 3px #94BE00;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    margin: 20px auto;
    font-size: 1.7rem;
    padding: 20px;
    border-radius: 5px;
}
h2.title_stripe_orange {
    padding: .5em .75em;
    background: -webkit-repeating-linear-gradient(45deg, #FA8B15, #FA8B15 5px, #FB9731 5px, #FB9731 10px);
    background: repeating-linear-gradient(45deg, #FA8B15, #FA8B15 5px, #FB9731 5px, #FB9731 10px);
    border: solid 3px #FA8B15;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    margin: 20px auto;
    font-size: 1.7rem;
    padding: 20px;
    border-radius: 5px;
}
/* h3 */
.bg_color_title {
    background-color: #666666;
    color: #FFFFFF;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 3px;
}
.bg_orange {
    background-color: #FA8B15;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.bg_green {
    background-color: #94BE00;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.bg_blue {
    background-color: #08407E;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.bg_gray2 {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.title_blue {
    color: #5CBDDD;
    border: 0px;
    padding: 0px;
}
.title_green {
    color: #94BE00;
    border: 0px;
    padding: 0px;
}
.title_orange {
    color: #FA8B15;
    border: 0px;
    padding: 0px;
}
.pnkz {
    font-size: 0.8rem;
    line-height: 20px;
}
.pnkz a {
    text-decoration: none;
}
.pnkz_space {
    height: 10px;
}
/* Common Text */
.bold {
    font-weight: bold;
}
.small_text {
    font-size: 10px;
    margin-bottom: 10px;
}
.photo {
    text-align: center;
    margin-bottom: 20px;
}
.image_box_center {
    text-align: center;
    margin-bottom: 30px;
}
.w100 img {
    width: 100%;
}
.bg_gray {
    color: #333333;
    background-color: #EEEEEE;
    padding: 0px 15px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 5px;
}
.title_style_1 {
    border-bottom: 2px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 20px;
}
.title_style_2 {
    padding-left: 20px;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 28px;
    margin-bottom: 20px;
    background-color: #F0F3F5;
    line-height: 40px;
}
/* Common Function */
.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}

.flex_content {
    display: flex;
    margin-bottom: 20px;
}
.flex_left{
    margin-right: auto;
}
.flex_right{
    margin-left: auto;
}
.comment_box {
    background-color: #FFFBE8;
    border: 3px solid #FA8B15;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.comment_title {
    color: #FA8B15;
    font-weight: bold;
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
ul.list_style_dot {
    padding-left: 20px;
    margin: 0px;
}
.list_style_dot li {
    margin-bottom: 20px;
    line-height: 20px;
}

/* Table */
.tbl_basic {
    margin-bottom: 20px;
}
.tbl_basic th {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #E9F9FF;
}
.tbl_basic td {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
table.basic_table {
    margin-bottom: 20px;
    width: 100%;
}
table.basic_table th {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #EEEEEE;
    font-weight: normal;
}
table.basic_table td {
    border: 1px solid #CCCCCC;
    padding: 10px;
}



/* Category Navigation */
.category_nav {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background:linear-gradient(#FFFFFF, #EEEEEE);
}
.category_nav ul {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}
.category_nav li {
    border-right: 1px solid #CCCCCC;
    width: 25%;
}
.category_nav ul li:nth-child(4) {
    border-right: 0px;
}
.category_nav li a {
    padding: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    padding-top: 12px;
    color: #333333;
}
.category_nav ul:last-child {
    border-bottom: 0px;
}
.category_nav li a:first-child {
    border-radius: 3px 0px 0px 3px;
}
.category_nav li a:hover {
    background:linear-gradient(#FFFFFF, #E9F9FF);
}

/* Tab */

.nav-pills .nav-link {
    padding: 20px 30px 15px 30px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 5px 5px 0px 0px;
    border: 3px solid #94BE00;
    border-bottom: 0px;
    color: #94BE00;
}
.nav-pills .active {
    background-color: #94BE00 !important;
    border: 1px solid #94BE00 !important;
}


/* ////////// Header ////////// */
.header {
    display: flex;
}
.header_info {
    background-color:#004282;
    min-height: 35px;
}
.header_info_text {
    line-height: 35px;
    font-size: 13px;
    color:#FFFFFF;
    float: left;
    text-align: right;
}
.header_info_number {
    font-size: 13px;
    color:#FFFFFF;
    padding-top: 8px;
}
.header_phone_number {
    margin-right: 10px;
}
.header_info img {
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}
.header_info img:hover {
    opacity: 0.9;
}
.header_info_btn {
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #F5DB17;
    padding-top: 8px;
    text-align: center;
}
.header_info_btn a {
    color: #333333;
    text-decoration: none;
    padding: 0px;
    text-align: center;
    font-size: 16px;
}
.header_info_btn i {
    font-size: 18px;
    vertical-align: text-top;
}

.header_logo {
    width: 230px;
    max-height: 80px;
    min-width: 230px;
    float: left;
}
.header_logo img {
    width: 200px;
}
.header-menu {
    margin-top: 0px;
    font-size: 14px;
}
.header-menu a {
    color: #333333 !important;
    margin-right: 10px;
    text-decoration: none;
}
.header-menu a:hover {
    opacity: 0.7;
}
.header-menu .dropdown-item {
    padding: 10px;
}
.header-search {
    margin-top: 20px;
    flex: 1;
    width: 200px;
    display: table;
    border: 1px solid #CCCCCC;
}
.header-search > *
{
    display: table-cell;
    vertical-align: middle;
}
.header-search-input input {
    width: 100%;
}
.search-btn {
    background-color: #000000;
    color: #FFFFFF;
}
.search-btn:hover {
    background-color: #014282;
    color: #FFFFFF;
}
.header-search-btn {
    width: 45px;
    text-align: right;
}
.header-mypage-btn {
    font-size: 12px;
    text-align: center;
    padding: 0px 0px 10px;
    min-width: 75px;
    max-height: 60px;
    float: left;
    margin: 0px 5px 0px;

}
.search_more {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}
.search_more a {
    color: #333333;
}
.header-mypage-box {
    margin-top: 10px;
}
.header-mypage-btn a {
    color: #333333;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 5px;

}
.header-mypage-btn a:hover {
    background-color: #EEEEEE;
}
.header-mypage-btn i {
    font-size: 20px;
    margin-bottom: 7px;
}
.header-english {
    min-width: 70px;
    margin-left: 10px;
    float: right;
}
.header-english a {
    display: block;
    font-size: 12px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #333333;
}
.header-english a:hover {
    text-decoration: none;
    background-color: #F5F5F5;
}
.header_mail_text a {
    font-size: 13px;
}

.user_bar {

    background-color: #E6E6E6;
    color: #333333;
    padding: 10px 15px;
    border-bottom: 1px solid #E0E0E0;
    text-align: right;
    font-size: 0.8rem;
    line-height: 20px;
}
/*
.user_bar {
    background-color: #333333;
    color: #FFFFFF;
    padding: 15px 15px;
    border-bottom: 1px solid #F1F3F4;
    text-align: right;
    font-size: 0.9rem;
}
 */
.user_bar h1 {
    margin: 0px;
    border: 0px;
    line-height: 20px;
}
.header_contact {
    border-radius: 5px;

}
a.header_bnr {
    display: inline-block;
    margin-left: 0px;
    padding: 10px 15px;
    float: right;
    text-decoration: none;
}
a.header_left_bnr {
    border-radius: 0px 5px 5px 0px;
    color: #FFFFFF;
    background-color: #00A0E8;
}
a.header_right_bnr {
    border-radius: 5px 0px 0px 5px;
    color: #FFFFFF;
    background-color: #94BE00;
    margin-right: 1px;
}
a.header_right_bnr:hover {
    background-color: #B2D049;
}
a.header_left_bnr:hover {
    background-color: #47B8EC;
}
p.header_bnr_title {
    margin: 0px;
    font-size: 0.9rem;
    line-height: 18px;
    font-weight: bold;
}
p.header_bnr_description {
    margin: 0px;
    font-size: 0.7rem;
    padding: 0px;
    line-height: 18px;
}

/* Global Navigation */
nav {
	margin: 0px auto 0px;
}
.global_navigation ul {
    width: 100%;
}
.global_navigation ul li {
	display: block;
	list-style: none;
    background: linear-gradient(#666666, #333333);
}
.global_navigation ul li a {
	display: block;
	text-align: center;
	line-height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    padding-top: 2px;
	border-right: 0px;
    border-left: 1px solid #666666;
    border-right: 1px solid #333333;
}
.global_navigation ul li:hover {
    /* background: linear-gradient(#333333, #555555); */
    background: #333333;
}
.global_navigation ul li:first-child a {
    border-left: 0px;
}
.global_navigation ul li:last-child a {
    border-right: 0px;
}
.global_navigation ul li:first-child {
	border-radius: 5px 0px 0px 5px;
}
.global_navigation ul li:first-child:hover {
    border-radius: 5px 0px 0px 0px;
}
.global_navigation ul li:last-child {
	border-radius: 0px 5px 5px 0px;
}

ul.global_submenu {
    color: #FFFFFF;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    box-shadow: 2px 2px 4px -2px gray;
    height: 0px;
}
.global_navigation ul li:hover ul.global_submenu {
    opacity: 1;
    height: auto;
}

ul.global_submenu li {
    background: #666666;
    border-bottom: 1px solid #555555;
}
ul.global_submenu li a {
    border: 0px;
}
ul.global_submenu li {
    background-color: #666666;
    border-radius: 0px !important;
}
ul.global_submenu li:last-child {
    border-radius: 0px 0px 5px 5px !important;
    border-bottom: 0px;
}


/* ////////// Footer ////////// */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #004382;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a:hover {
    opacity: 0.7;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
footer {
	margin-top: 20px;
	margin: 20px auto 0px;
    background-color: #F5F5F5;
    border-top: 1px solid #F1F3F4;
}
.footer_info {
	padding: 40px 0px 20px 0px;
	font-size: 0.8rem;
}
.footer_info_inner {
    display: flex;
    margin: 0px auto;
}
.footer_link {
    clear: both;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
.footer_link ul {
    margin-bottom: 30px;
}
.footer_link ul li {
	list-style: none;
    float: left;
    font-size: 14px;
    color: #333333;
    padding: 0px 20px;
    margin-bottom: 10px;
    border-right: 1px solid #CCCCCC;
    height: 30px;
    line-height: 30px;
}
.footer_link ul li:first-child {
    border-left: 1px solid #CCCCCC;
}
.footer_link ul li a {
    color: #333333;
}
.footer_link h3 {
    clear: both;
	color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
    margin-right: 30px;
}
p.address {
    font-size: 14px;
    margin: 0px;
}
.copyright {
	line-height: 35px;
    color: #808080;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
.bt_top a {
    height: 60px;
    background-color: #F0F3F5;
    text-align: center;
    line-height: 60px;
    clear: both;
    font-size: 0.7rem;
    display: block;
    text-decoration: none;
    color: #333333;
}
.bt_top a:hover {
    background-color: #EDF0F2;
}

/* ////////// Sidebar ////////// */
aside.sidebar {
    margin: 50px 0px;
}
.sidebar h3 {
    font-size: 20px;
    font-weight: bold;
}
.sidebar ul {
    margin: 20px 0px;
}
.sidebar li {
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px;
}
.sidebar li a {
    color: #333333;
    padding-left: 0px;
}
.sidebar li ul li {
    font-weight: normal;
    height: 25px;
    line-height: 25px !important;
}
.sidebar li ul li a {
    padding: 0px;
}
.sidebar li ul li a.active {
    font-weight: bold;
}
.sidebar li ul li a:hover {
    text-decoration: underline;
}
.sidebar .open_link {
    background-image: url('/img/down.svg');
    background-size: 12px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cccccc;
}

/* 製品詳細 */
.back-btn {
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
}
.back-btn:hover {
    color: #333333;
    background-color: #eeeeee;
    text-decoration: none;
}
.product_detail {
    margin: 30px auto 50px auto;
}
.product_detail_image {
    background-color: #F5f5f5;
}
.product_main_photo {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}
.product_detail_info h4 {
    color: #666666;
    font-size: 12px;
}
.download a {
    color: #07417E;
    display: block;
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
    margin-bottom: 1px;
}
.download a:hover {
    background-color: #CDD6E2;
    text-decoration: none;
    border: 1px solid #014282;
}
.add_btn {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.add_btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
}
.color_palette img {
    width: 35px;
    height: 17px;
}
.color_table table td {
    padding: 10px;
}
.product_detail_content_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product_detail_option img {
    width: 100%;
    margin-bottom: 10px;
}
.product_detail_option div {
    text-align: center;
}
a.relation_link:hover {
    text-decoration: none;
}
a.relation_link:hover img {
    opacity: 0.7;
}
.detail_data h4 {
    background-color: #EEEEEE;
    padding: 5px;
}
.func_icon {
    margin-bottom: 20px;
}
.func_icon img {
    width: 50px;
}
.select_order {
    clear: both;
    margin: 20px;
    text-align: right;
}

/* SNS */
.footer_sns {
	display: flex;
	margin-top: 20px;
    width: 150px;
}
.bt_sns_facebook {
	border: 0px solid #CCCCCC;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-left: 10px;
	font-size: 0.7rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bt_sns_facebook a {
	color: #4267B3;
	text-decoration: none;
}
.bt_sns_twitter {
	border: 0px solid #CCCCCC;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: 10px;
	font-size: 0.7rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bt_sns_twitter a {
	color: #1DA1F2;
	text-decoration: none;
}
.lead {
    text-align: center;
    margin-bottom: 50px;
}

/* ////////// Home ////////// */
.carousel-inner {
    width: 100%;
}
.carousel-inner video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.float_box {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

#home_category_link h3 {
    color: #FFFFFF;
    background-color: #666666;
    font-size: 0.8rem;
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 5px 5px 0px 0px;
}
#home_category_link ul {
    border: 1px solid #E0E0E0;
    border-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
}
#home_category_link ul li {
    list-style: none;
    font-size: 0.8rem;
    border-bottom: 1px solid #E0E0E0;
    line-height: 25px;
}
#home_category_link ul li a {
    display: block;
    padding: 0px 10px;
    color: #333333;
}
#home_category_link ul li a:hover {
    text-decoration: none;
    color: #666666;
    background-color: #EEEEEE;
}
#home_category_link {
    display: none;
}

.home_top {
	/* display: flex; */

}
.home_top_right {
	margin-left: auto;
}
.top_button a:hover {
    color: #FFFFFF;
}
.seagreen_bg {
    background-color: #2e8b57 !important;
}

/* Slider */
.slider_top {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.home_slider {
    margin-right: 30px;
    margin-left: 30px;
}
.slick {
}
.slick-prev
{
    left: 50px;
}
.slick-next
{
    right: 50px;
}
.slick-prev,
.slick-next
{
    z-index: 100;
}
.slider {
	overflow: hidden;
	width: 100%;
    display: block;
}
.slider li {
	list-style: none;
}
.slider img {
	width: 100%;
}
.slick-dots li {
	width: 5px;
}
/* NEWS */
.home_news {
	font-size: 0.9rem;
	line-height: 25px;
	margin: 0px 0px 50px;
    display: block;
}
.home_news h3 {
    padding: 10px;
}
.home_news p {
    font-size: 0.9rem;
    line-height: 20px;
    margin-bottom: 0px;
}
.home_news ul {
    margin: 0px auto;
}
.home_news ul li {
	list-style: none;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}
.home_news .date {
	margin-right: 20px;
}
a.hot_news {
    color: #FF5859;
    text-decoration: underline;
}
/* Slider Link */
.slider_link {
	border: 1px solid #CCCCCC;
	width: 200px;
}
.slider_link ul li {
	list-style: none;
	font-size: 0.7rem;
	border-bottom: 1px solid #CCCCCC;
}
.slider_link ul li:last-child {
	border-bottom: 0px;
}
.slider_link ul li a {
	line-height: 35px;
	text-decoration: none;
	padding-left: 40px;
	display: block;
	font-weight: bold;
	color: #333333;
}
.slider_link ul li:before {
	font-family: fontAwesome;
	position: absolute;
	font-size: 20px;
	padding: 8px 0px 0px 8px;
	z-index: -1;
}
.slider_link_01:before {
	content: '\f0d1';
}
.slider_link_02:before {
	content: '\f019';
}
.slider_link_03:before {
	content: '\f1b3';
}
.slider_link_04:before {
	content: '\f0e0';
}
.slider_link_05:before {
	content: '\f275';
}
.slider_link_06:before {
	content: '\f891';
}
.slider_link_07:before {
	content: '\f630';
}
.slider_link_08:before {
	content: '\f1c2';
}
.slider_link_09:before {
	content: '\f54e';
}
/* Banner */
.top_button a:hover img {
    opacity: 0.7;
}

/* TITLE */
.home_title {
	padding-left: 10px;
	padding-top: 2px;
	font-size: 0.9rem;
	line-height: 28px;
	margin-bottom: 20px;
    border-radius: 5px;
}
.new_item_title {
	background-color: #FF7273;
	color: #FFFFFF;
}
.recommend_title {
	background-color: #94BE00;
	color: #FFFFFF;
}
.case_title {
	background-color: #41B2AE;
	color: #FFFFFF;
}
.home_space {
    padding: 1px 0px 60px 0px;
    margin-bottom: 20px;
}
.search_space {
    /* background-color: #07417E; */
    background-color: #000000;
    padding: 1px 0px 60px 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.space_icon {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.space_icon a {
    display: block;
    color: #333333;
    cursor: pointer;
}
/*
.space_item_3 {
    margin-top: 27px;
}
.space_item_4 {
    margin-top: 10px;
}
.space_item_5 {
    margin-top: 5px;
}
.space_item_6 {
    margin-top: 18px;
}

 */
.space_icon img {
    margin-bottom: 0px;
    max-height: 100px;
    max-width: 100px;
}
.home_space_title {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    font-size: 20px;

}
.home_flow_title {
	color: #07417E;
    width: 100%;
    text-align: center;
    margin: 50px 0px 30px 0px;
    font-size: 20px;
    line-height: 30px;
}
.faq_title {
	background-color: #5CBDDD;
	color: #FFFFFF;
}
.top_message {
	padding: 15px 25px;
	line-height: 25px;
	font-size: 0.9rem;
	color: #E65C59;
	background-color: #FFE6ED;
	font-weight: bold;
	margin-bottom: 20px;
}
.big_button {
    display: block;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    width: 350px;
    height: 50px;
    line-height: 47px;
    margin: 50px auto;
    border: 0px;
}
.big_button:hover {
    background-color: #333333;
    text-decoration: none;
    color: #FFFFFF;
}
/* List Item */
.list_item {
	font-size: 0.7rem;
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 32%;
	margin-bottom: 20px;
}
.list_item_below {
	display: flex;
}
.list_item_image {
	width: 70px;
}
.list_item_image img {
	width: 100%;
	object-fit: cover;
}
.list_item_image a:hover img {
    opacity: 0.8;
}
.list_item_text {
	line-height: 20px;
}
.list_item_text p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 0.7rem;
}

.list_item_catch {
	font-size: 0.9rem;
    line-height: 20px;
}
.list_item_size {
    font-size: 0.9rem;
}
.list_item_name {

	margin-top: 10px;
    margin-bottom: 0px;
    border-left: 0px;
    padding: auto 0 auto 0;
}
.list_item_name a {
    font-size: 0.9rem;
    text-decoration: none;
}
.list_item_name a:hover {
    color: #666666;
}
.list_item_price {
	color: #FF5859;
	font-weight: bold;
    font-size: 1.4rem !important;
	line-height: 30px;
}
/* New Item */
a.home_new_item {
    color: #333333;
    font-size: 0.9rem;
}
a.home_new_item:hover {
    text-decoration: none;
}
a.home_new_item .list_item_name {
    margin-bottom: 10px;

}
a.home_new_item:hover .list_item_name {
    color: #47B8EC;
    color: #009FE8;
}
.home_newitem_list .list_item_catch {
	color: #FF7273;
}
.home_newitem_list .list_item_text {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.home_newitem_list li {
    list-style: none;
}
.home_newitem_list li .card-body {
    margin: 0px;
    padding-bottom: 0px;
}
.home_newitem_list li .card-footer {
    background-color: #FFFFFF;
    border-top: 0px;
    text-align: center;
    padding-bottom: 0px;
}
.home_newitem_list img {
    width: 90%;
    margin: 20px 0px 0px 10%;
}
/* RECOMMEND */
a.home_recommend_item {
    color: #333333;
    font-size: 0.9rem;
}
a.home_recommend_item:hover {
    text-decoration: none;
}
a.home_recommend_item .list_item_name {
    margin-bottom: 10px;

}
a.home_recommend_item:hover .list_item_name {
    color: #47B8EC;
    color: #009FE8;
}
.home_recommend_list li {
    list-style: none;
}
.home_recommend_list li .card-body {
    margin: 0px;
    padding-bottom: 0px;
}
.home_recommend_list .list_item_catch {
	color: #94BE00;
}
.home_recommend_list img {
    width: 90%;
    margin: 20px 0px 0px 10%;
}
.home_recommend_list li .card-footer {
    background-color: #FFFFFF;
    border-top: 0px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 0px;
}
/* Solution */
.solution_header {
    background-image: url('/img/slider/zumen0.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 300px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strength2 {
    margin-top: 50px;
}
h3.strength_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 25px;
    min-height: 50px;
    color: #07417E;
}

.page_title_japanese {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
.page_title_english {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
}
.page_title_solution {
    font-size: 20px;
    /* color: #07427C; */
    color: #333333;
    padding: 5px;
}
.page_title_solution2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
    background-color: #FFFFFF;
    padding-bottom: 5px;
}
.page_catch {
    font-size: 14px;
    text-align: left;
}
.strength {
    background-image: url('/img/solution_strength_bg.jpg/');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1200px;
    margin-top: 100px;
    height: 500px;
}
.strength_item {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px 15px 0px 15px;
    height: 100%;
}
.strength_content {
    max-width: 300px;
    margin-bottom: 60px;
}
.strength_content img {
    wdith: 100%;
    margin-bottom: 30px;
}
.strength-right {
    margin-left: 100px;
}
.strength_bottom {
    margin-top: 170px;
}
.strength_content h3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 25px;
}
.strength_content p {
    text-align: left;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
}
.strength_line {
    display: table;
    width: 100%;
}
.strength_block {
    display: table-cell;
    padding: 20px;
    width: 50%;
}
.strength_right {
    border-left: 1px solid #07417E;
}
.strength_block p {
    font-size: 14px;
}
.strength_inner {
    max-width: 420px;
    margin: 30px auto;
}
.flow_bg {
    background-image: url('/img/thermarivm_illust.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right bottom 80px;
}
.small_button {
    background-color: #000000;
    color: #FFFFFF;
    padding: 6px 10px 4px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
}
.small_button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
}
.small_button i {
    font-size: 10px;
    margin-right: 10px;
}
.contact_bunner {
    display: flex;
    width: 800px;
    margin: 100px auto;
}
.contact_bunner a {
    display: block;
    width: 380px;
    margin: 0px 10px;
    cursor: pointer;
}
.contact_bunner a:hover {
    text-decoration: none;
}
.phone_bunner {
    border: 3px solid #0B246A;
    color: #333333;
    text-align: center;
    padding: 10px 0px;
}
.phone_bunner:hover {
    color: #333333;
    background-color: #f5f5f5;
}
.phone_bunner h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
}
.phone_number {
    color: #0A246A;
    font-size: 24px;
    font-weight: bold;
    margin: 5px;
    padding: 0px;
}
.phone_available {
    font-size: 14px;
    margin: 5px;
    padding: 0px;
    line-height: 14px;
}
.mailform_bunner {
    background-color: #0B246A;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
}
.mailform_bunner a {
    display: block;
}
.mailform_bunner h3 {
    font-size: 24px;
}
.mailform_bunner p {
    font-size: 18px;
}
.mailform_bunner:hover {
    color: #FFFFFF;
    background-color: #333333;
}

/* Space */
.sale {
    border: 3px solid #333333;
    padding: 20px;
    padding-bottom: 0px;
    background-color: #EFF4FC;
}
.sale h2 {
    margin-bottom: 10px;
    font-size: 24px;
}
.acc_tel {
    font-size: 36px;
    font-weight: bold;
}
.accessary_content {

}
.accessary_content img {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    border-radius: 5px;
}
.accessary_content h3 {
    color: #014282;
    margin-bottom: 10px;
}
.accessary_content p {
    color: #333333;
    line-height: 15px;
    font-size: 12px;
}
.page_header {
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 600px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sauna_header {
    background-image: url('/img/slider/zumen1.jpg');
    height: 300px;
}
.spa_header {
    background-image: url('/img/slider/zumen2.jpg');
    height: 300px;
}
.onsen_header {
    background-image: url('/img/slider/zumen3.jpg');
    height: 300px;
}
.onsen_title {
    background-color: #F9F9F9;
    padding-bottom: 10px;
}
.space_header {
    background-image: url('/img/slider/zumen6.jpg');
    height: 300px;
}
.pool_header {
    background-image: url('/img/slider/zumen5.jpg');
    height: 300px;
}
.accessory_header {
    background-image: url('/img/slider/zumen4.jpg');
    height: 300px;
}
.space_page_title {
    color: #333333;
    font-size: 24px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
}
.space_nav_area {
    min-height: 130px;
    padding-top: 30px;
    margin-bottom: 60px;
}
.space_nav {
    padding: 0px;
    background-color: #FFFFFF;
}

.space_nav .space_icon {
    height: 120px;
    width: 125px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #cccccc;
    font-weight: bold;
    padding-top: 0px;
}
.space_nav .space_icon img {
    max-width: 70px;
    max-height: 60px;
    height: 60px;
}
.space_nav .active{
    border: 1px solid #07417E;
    background-color: #EFF4FC;
}.space_nav .space_icon:hover {
     border: 1px solid #cccccc;
     background-color: #eeeeee;
 }

.space_nav a {
    color: #08407E !important;
    text-decoration: none;
}
.space_content {
    margin-bottom: 30px;
}
.space_content h2 {
    font-size: 24px;
    color: #07417E;
    text-align: left;
    font-weight: bold;
    margin: 30px 0px 20px 0px;
    border-top: 3px solid #07417E;
    padding-top: 10px;
}
.space_content h2 span {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    color: #333333;
}
.space_content p {
    font-size: 14px;
    line-height: 25px;
    min-height: 100px;
}
.sauna_content {
    padding: 50px;
    text-align: center;
}
.sauna_content h2 {
    color: #07417E;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
}
.sauna_content h3 {
    color: #07417E;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.sauna_content h2 span {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
}
.sauna_content p {
    font-size: 14px;
    display: inline-block;
}
.small_sauna_photo {
    display: flex;
    margin-bottom: 100px;
}
.small_sauna_photo div {
    width: 20%;
    padding: 10px;
}
.box-center {
    display: inline-block;
    text-align: left;
    line-height: 25px;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.sub_menu_tab {
    margin-bottom: 50px;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 0px 60px;
}
.sub_menu_tab .nav-item {
    border: 0px;
    margin-bottom: 0px;
}
.sub_menu_tab .nav-item a {
    color: #333333;
    border: 0px;
    padding-bottom: 15px !important;
}
.sub_menu_tab .nav-item a:hover {
    border: 0px;
    border-bottom: 2px solid #333333 !important;
}
.sub_menu_tab .active {
    border: 0px !important;
    border-bottom: 2px solid #333333 !important;
    background-color: transparent !important;
}
.aloma_content {
    border: 1px solid #CCCCCC;
    padding:30px 30px 20px 30px;
    margin-bottom: 50px;
}
.aloma_content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.aloma_content h4 {
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 0px;
    color: #333333;
    margin-bottom: 10px;
}
.aloma_content p {
    font-size: 14px;
}

/* Story */
.story_bg1 {
    background-color: #FFFFFF;
}
.story_bg2 {
    background-color: #EFF4FC;
}
.story_bg3 {
    background-color: #FDF5F8;
}
.story_bg4 {
    background-color: #F7FCF5;
}
p.case {
    color: #BD4A04;
}
.story_thermarivm_color {
    color: #08407E;
}
.story {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 7px;
}
.story h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #07417E;
    padding-bottom: 5px;
}
.story-border {
    border: 1px solid #07417E;
}
.story_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.story_arrow img {
    width: 50px;
}
img.naname {
    width: 80px;
}
.story_title_english {
    font-size: 24px;
}
.story_title_japanese {
    font-size: 36px;
}
.story_catch {
    font-size: 20px;
    font-weight: bold;
}
.story_lead {
    margin: 50px auto;
}
.story_content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.story_content table {
    border-top: 0px;
}
.story_content .years {
    width: 10%;
}
.story_content .world{
    width: 30%;
    background-color: #F7FCF5;
    padding: 20px;
}
.story_content .therma {
    width: 30%;
    background-color: #EFF4FC;
    padding: 20px;
}
.story_content .japan {
    width: 30%;
    background-color: #FDF5F8;
    padding: 20px;
}
.story_content .world .inner {
    background-color: #F7FCF5;
    margin: 0px 10px;
}
.story_content .therma .inner {
    background-color: #EFF4FC;
    margin: 0px 10px;
}
.story_content .japan .inner {
    background-color: #FDF5F8;
    margin: 0px 10px;
}
.story_content th {
    font-size: 20px;
    text-align: center;
    color: #07417E;
    line-height: 30px;
}
.story_content p {
    font-size: 14px;
}
.story_content .years {
    font-size: 14px;
    color: #333333;
}
.story_content .case {
    color: #07417E;
}
.story_content h3 {
    color: #07417E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.story_content .arrow {
    text-align: center;
}
.story_content thead th {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px;
}

/* Company */
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
    margin-bottom: 100px;
}
.map {
    margin-top: 30px;
    margin-bottom: 0px !important;
}
h1.page_title {
    font-size: 16px;
    margin: 50px 0px;
}
.company_table table {
    margin: 50px 0px;
}
.company_table th {
    border-top: 0px;
    border-right: 1px solid #cccccc;
    font-size: 14px;
}
.company_table td {
    border-top: 0px;
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}
.pnkz {
    background-color: #F9F9F9;
    line-height: 50px;
    font-size: 14px;
}
.pnkz a {
    color: #07417E;
    text-decoration: underline;
}
h2.content_title {
    font-size: 26px;
    color: #07417E;
    margin: 50px 0px;
    line-height: 50px;
    text-align: center;
}
h2.content_title_s {
    font-size: 26px;
    color: #07417E;
    margin-top: 20px;
    line-height: 35px;
    text-align: center;
}
h2.content_title_g {
    font-size: 26px;
    color: #333333;
    margin: 50px 0px;
    line-height: 50px;
    text-align: center;
}
.content_slider {
    margin-bottom: 100px;
}
.center_text_box {
    margin-bottom: 100px;
    display: inline-block;
    text-align: left;
}

.map-container-2{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Works */
.work_special {
    padding: 5px 5px 5px 20px;
    background-color: #EEEEEE;
    border-radius: 5px;
}
.work_special a {
    font-weight: bold;
    color: #333333 !important;
}
.works_thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.works_title {
    background-color: #07417E;
    color: #FFFFFF;
    padding: 10px 20px 8px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}
.works {
    border-left: 3px solid #07417E;
    padding: 20px;
    line-height: 30px;
    font-size: 13px;
}
.works a {
    /* color: #7E0840; */
    color: #087B7E;
    text-decoration: underline;
}
#works h2 {
    border: 1px solid #07417E;
    font-size: 20px;
}

/* Gessi */
.keyword-btn {
    width: 45px;
    background-color: #333333;
    border-radius: 5px;
    margin-left: 5px;
}
.space_icon_gessi a {
    color: #FFFFFF !important;
    font-weight: bold;

}
.space_icon_gessi a img {
    height: 50px;
}
.gessi_header {
    background-image: url('/img/slider/gessi_header_bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height: 600px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gessi_catch {
    width: 600px;
    margin: 50px auto;
}
.gessi_catch h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.gessi_catch p {
    font-weight: bold;
}
.catch {
    width: 600px;
    margin: 50px auto;
}
.catch h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.catch p {
    font-weight: bold;
}
.collection_links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}
.collection_title {
    font-size: 24px;
}
.collection_button {
    width: 300px;
    text-align: center;
    margin: 30px auto;
}
.collection_button a {
    background-color: #000000;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.collection_button a:hover {
    background-color: #333333;
    text-decoration: none;
}
.search_form {
    text-align: center;
    /* background-color: #EFF4FC; */
    background-color: #fafafa;
    padding: 50px;
}
.search_form h2 {
    /* color: #07417E; */
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}
.gessi_search {
    margin: 0px auto;
    max-width: 400px;
    display: flex;
}
.keyword-input {
    width: 350px;
}
.series_search {
    /* background-color: #F5F5F5; */
    margin-bottom: 100px;
}
.series_list img {
     width: 270px;
     height: 180px;
     object-fit: cover;
 }
.series_list_large img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}
.series_list_large p {
    font-size: 12px;
    text-align: left !important;
    margin-top: 20px;
    line-height: 20px;
}
.series_list_large a:hover {
    text-decoration: none;
}
.series_list_emporio img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}
.series_list_emporio p {
    font-size: 12px;
    text-align: left !important;
    margin-top: 20px;
    line-height: 20px;
}
.series_list_emporio a:hover {
    text-decoration: none;
}
.series_list a {
    cursor: pointer;
}
.color_search {
    margin-bottom: 50px;
}
a.color_select {
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    padding: 5px;
    border: 1px solid #e5e5e5;
    display: block;
    /* display: flex;
    align-items: center; */
    margin-bottom: 10px;
}
a.color_select:hover {
    color: #333333;
    background-color: #EEEEEE;
    text-decoration: none;
}
a.selected_color {
    background-color: #666666;
    color: #FFFFFF;
}
a.selected_color:hover {
    background-color: #666666;
    color: #FFFFFF;
    cursor: default;
}
.color_tip {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    vertical-align:top;
}
.detail_buttons {
    margin-bottom: 30px;
}
.series_search {
    padding: 0px 0px;
}
.model_search {
    padding: 50px 0px;
}
a.series_select {
    color: #333333;
    font-size: 12px;
}
a.series_select:hover {
    color: #333333;
}
.series_select img {
    margin-bottom: 10px;
}
a.series_select:hover  img {
    opacity: 0.7;
}
.model_search {
    padding: 50px 0px;
}
.model_search h2 {
    color: #333333;
}
.model_links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.model_button {
    width: 350px;
    text-align: center;
    margin: 0px 30px;
}
.model_button a {
    background-color: #FFFFFF;
    border: 1px solid #707070;
    color: #333333;
    padding: 30px;
    text-align: center;
    display: block;
    font-size: 20px;
}
.model_button a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}
.model_button p {
    font-size: 12px;
}
.product_xlarge_text {
    font-size: 36px;
    line-height: 40px;
}
.product_large_text {
    font-size: 24px;
}
.product_medium_text {
    font-size: 20px;
}
.series_select {
    font-size: 12px;
}
.series_select img {
    width: 180px;
    height: 150px;
    object-fit: cover;
}
.narrow li {
    font-weight: normal;
}
.narrow_title {
    font-size: 14px;
    margin: 20px 0px 10px 0px;
}
.narrow-btn {
    background-color: #333333;
    color: #FFFFFF;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
}
.narrow-btn:hover {
    background-color: #666666;
    color: #FFFFFF;
}
.group-price {
    font-size: 20px;
    padding: 16px 0;
    border-top: 3px solid #e8e8e8;
    width: 100%;
}

.group-price h4 {
    display: inline-block;
}

/* GESSI Collection */
.gessi_collection {
    margin: 50px 0px;
}
.gessi_collection a {
    color: #333333;
}
.gessi_collection img {
    margin-bottom: 10px;
}
.gessi_collection a img:hover {
    opacity: 0.7;
}
.gessi_collection h2 {
    text-align: left;
    margin-bottom: 50px;
}
.gessi_collection p {
    font-size: 14px;
}
.gessi_series_header {
    background-image: url('/img/slider/gessi_series_header_bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height: 600px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emporio_header {
    background-image: url('/img/slider/emporio_title_bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height: 600px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GESSI Company */
.color_tech img {

}
.color_tech p {
    font-size: 12px;
    line-height: 20px;
}
.enlarge {
    font-size: 10px;
    margin-bottom: 20px;
    text-align: center;
}





/* CASE */
.home_case_list ul {
}
.home_case_list ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 0.7rem;
    line-height: 20px;
    width: 25%;
    padding: 10px;
    text-align: center;
}
.home_case_list img {
    width: 100%;
    height: 85%;
    object-fit: cover;
}
.home_case_list a:hover img {
    opacity: 0.8;
}
.home_case_list ul li::before {
    content: '';
    display:block;
    padding-top:0%;
}

/* FLOW */
.flow_part {
	display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.flow_item {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	text-align: center;
	width: 200px;
	margin-bottom: 0px;
    display: flex;
}
.flow_item img {
    max-width: 80px;
    max-height: 80px;
}
.flow_item p {
    line-height: 18px;
}
.solution_flow_item {
    border-radius: 5px;
    text-align: center;
    width: 260px;
    margin-bottom: 20px;
    display: block;
}
.solution_flow_item .flow_outline {
    height: 260px;
}
.solution_flow_item img {
    max-width: 100px;
    min-height: 100px;
}
.flow_outline {
    max-width: 260px;
    height: 200px;
    width: 100%;
    padding-top: 30px;
}
.flow_outline img {
    margin: 10px 40px;
}
.flow_detail {
    text-align: left;
    background-color: #EFF4FC;
    padding: 15px;
    height: auto;
    border-radius: 5px;
}
.flow_detail h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #07417E;
    margin-bottom: 20px;
}
.flow_detail h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: 0px;
    text-indent: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
/*
.flow_step1 img {
}
.flow_step2 img {
    margin-bottom: 25px;
}
.flow_step3 img {
    margin-bottom: 19px;
}
.flow_step4 img {
    margin-bottom: 19px;
}

 */
.flow_detail p {
    font-size: 12px;
    line-height: 20px;
}

.home_flow_arrow {
    width: 53px;
    text-align: center;
    line-height: 150px;
    font-size: 36px;
    color: #07417E;
}
.flow_item_step {
	color: #F8BC00;
	font-size: 18px;
	font-weight: bold;
	margin: 15px;
}
.flow_item_title {
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.flow_item_link {
	font-size: 14px;
	margin-top: 10px;
    line-height: 20px;
}
a.flow_item {
    color: #333333;
    cursor: pointer;
    cursor: hand;
}
a.flow_item:hover {
    text-decoration: none;
    color: #009FE8;

}
/*
.flow_step1 {
    padding-top: 37px;
    line-height: 5px;
}
.flow_step2 {
    padding-top: 37px;
    padding-bottom: 10px;
}
.flow_step3 {
    padding-top: 50px;
    padding-bottom: 10px;
}
.flow_step4 {
    padding-top: 50px;
    padding-bottom: 19px;
}
.flow_step5 {
    padding-top: 60px;
    padding-bottom: 16px;
}

 */
.flow_screen {
    text-align: center;
    margin-bottom: 20px;
}
.flow_screen img {
    width: 50%;
    border: 3px solid #CCCCCC;
}

/* CASE */
#case_posts .glid {
    width: 186px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}
#case_posts .glid img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
#case_posts .glid p {
    font-size: 0.9rem;
    color: #666666;
    padding: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
}
#case_posts a {
    font-size: 0.9rem;
}
#case_posts a.glid:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* FAQ */
.home_faq_list ul {
	width: 100%;
}
.home_faq_list ul li {
	list-style: none;
	float: left;
	line-height: 20px;
	width: 50%;
	background-image:url("../img/mark_q.png");
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left: 3%;
}
.home_faq_list ul li a {
	color: #2880B5;
	font-size: 0.8rem;
	text-decoration: none;
}
.home_faq_list ul li a:hover {
	text-decoration: underline;
}
.home_faq_category {
    background-color: #EFF8FB;
    padding: 5px 10px;
    clear: both;
    margin: 20px 0px;
    border-radius: 5px;
    font-size: 0.9rem;
}
.home_faq_category ul {
    clear: both;
}
/* ////////// Product ////////// */
/* Product */
.img_chui {
    font-size: 10px;
    margin-top: 10px;
}
.product_page_title {
    border-top: 0px !important;
    border-radius: 0px 0px 5px 5px !important;
}
.product_type_title {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0px !important;
    padding: 5px 20px;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    color: #5CBDDD;
    border: 2px solid #5CBDDD;
    background-color: #EFF8FB;
}
.product_item {
    padding: 20px 20px 0px 20px;
}
.product_item_list {
    padding: 50px 0px;
}
.product_item_list30 {
    padding: 50px 0px 0px 0px;
}
h2.product_item_list_title {
    margin-left: -15px !important;
    margin-bottom: 10px;
    padding-left: -20px !important;
    text-indent: 0px !important;
    width: 90%;
}
.product_id_list {
    font-size: 12px;
    color: #666666;
    margin: 0px 0px 10px 0px;
}
.product_name_list {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-weight: bold;
}
.product_feature_list {
    font-size: 12px;
    color: #666666;
    margin: 0px 0px 5px 0px;
}
.product_price_list {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    color: #333333 !important;
    font-weight: bold;
}
.product_item_name {
    border: 0px;
    font-weight: bold;
    color: #666666;
    padding: 0px;
    text-align: center;
    font-size: 15px;
}
.product_thumbnail_list {
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_thumbnail_list img {
    max-width: 175px;
    max-height: 175px;
}
a.product_item_link {
    display: block;
    padding: 7px;
    border: 1px solid #FFFFFF;
}
a.product_item_link:hover {
    text-decoration: none;
    border: 1px solid #CCCCCC;
}
a.product_item_link:hover .product_item {
    border-color: #5CBDDD;
}
a.product_item_link:hover .product_item_name {
    color: #5CBDDD;
}
a.product_item_link:hover .product_item_image {
    opacity: 1;
}
.product_item_image {
    display: flex;
    justify-content: center;
    font-size: 10px;
    color: #333333;
    text-align: center;
}
.product_item_image div {
    width: 33%;
}
.product_item_image img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.product_header_title {
	background-color: #F0F3F5;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.product_name {
	font-size: 24px;
	width: 100%;
	font-weight: bold;
}
.product_category {
	font-size: 18px;
	width: 50%;
}
.product_type {
	font-size: 0.9rem;
	width: 100%;
	margin-top: 10px;
	color: #5CBDDD;
}

.product_text {
	font-size: 0.9rem;
    line-height: 25px;
	margin-top: 10px;
	width: 100%;
}

.product_top {
    border: 3px solid #5CBDDD;
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 5px;
}
.product_top_left {
	width: 35%;
	text-align: center;
}
.product_top_left img {
    height: 130px;
    width: auto !important;
	margin: 20px;
}
.product_top_left img.big {
    height: auto;
}
.product_top_left p {
    text-align: left;
    font-size: 0.9rem;
}
.product_top_right {
	width:65%;
}
.product_spec {
    line-height: 25px;
    font-size: 0.9rem;
}
.product_additional {
    border-radius: 5px;
    border: 3px solid #FA8B15;
    padding: 20px;
    padding-bottom: 0px;
}
.product_info th {
	border: 1px solid #CCCCCC;
    background-color: #EFF8FB;
	padding: 10px;
	font-size: 0.9rem;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
}
.product_info td {
	border: 1px solid #CCCCCC;
	padding: 15px;
	font-size: 0.9rem;
	line-height: 25px;
}
.product_info_free_ad {
	color: #E65C59;
	font-size: 0.7rem;
    margin-bottom: 0px;
}
.empty_result {
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 100%;
}


/* Price Table */
.price_list_lead {
	margin-bottom: 20px;
	font-size: 0.9rem;
	font-weight: bold;
}

.price_table th.printing_name_bg {

}
.price_table td {
	background-color: #FDFDF2;
	text-align: center;
	border: 1px solid #cccccc;
	font-size: 0.9rem;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}
.price_table .table_vacant {
	border-top: 0px;
	border-left: 0px;
    width: 20%;
}
.pricelist_additional {
    color: #FF5859;
	font-size: 0.7rem;
	margin: 20px 0px;
	line-height: 20px;
}
.bg_0days {
    background-color: #C9A0DA;
}
.bg_10days {
    background-color: #FFE3F0;
}
.bg_15days {
    background-color: #C0EFDD;
}
.bg_20days {
    background-color: #E1F79E;
}
.bg_25days {
    background-color: #FFF2A1;
}
.bg_30days {
    background-color: #FFE3D3;
}

/* Similar Products */
.product_title {
	padding-left: 20px;
	padding-top: 2px;
	font-size: 0.9rem;
	line-height: 28px;
	margin-bottom: 20px;
	background-color: #F0F3F5;
	line-height: 40px;
}
.product_title span {
	text-align: right;
	display: inline-block;
	font-weight: normal;
	font-size: 0.7rem;
	margin-left: 20px;
}
.product_lead {
    font-size: 16px;
    line-height: 25px;
}
.product_bottom_link {
	background-color: #F0F3F5;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.product_bottom_link a {
	height: 40px;
	width: 80%;
	font-size: 0.9rem;
	display: block;
	margin: 0px auto;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
    border-radius: 5px;
}
.product_bottom_link_button_1 {
	background-color: #4488E6;
}
.product_bottom_link_button_2 {
	background-color: #AE64D9;
}
.product_bottom_link_button_1:hover {
	background-color: #5793E6;
}
.product_bottom_link_button_2:hover {
	background-color: #B676DB;
}
/* Page Bottom Banner */
.page_bottom_bnr ul {
	display: flex;
	flex-wrap: wrap;
}
.page_bottom_bnr ul li {
	width: 49%;
	list-style: none;
	margin-bottom: 15px;
}
.page_bottom_bnr ul li:nth-child(odd) {
	margin-right: auto;
}
.page_bottom_bnr ul li img {
	width: 100%;
}

/* ////////// Estimate ////////// */
.selected_product_data {
    background-color: #5CBDDD;
    padding: 2px;
    width: 100%;
}
.selected_product_data tr {

}
.selected_product_data th {
    color: #5CBDDD;
    padding: 15px;
    text-align: center;
    border: 1px solid #5CBDDD;
    background-color: #EFF8FB;
    font-size: 0.9rem;
}
.selected_product_data td {
    padding: 15px;
    text-align: center;
    border: 1px solid #5CBDDD;
    background-color: #FFFFFF;
    color: #5CBDDD;
    font-size: 16px;
    vertical-align: middle !important;
}
.selected_product_data td.cell_green {
    background-color: #EDFBE5;
}
.selected_product_data td.cell_red {
    background-color: #FFE3F0;
}
.selected_product_data td.cell_orange {
 background-color: #FFECDC;
}
.estimate_thumb img {
    width: 100%;
    max-width: 190px;
}
 .selected_product_data td span {
    font-size: 0.9rem;
    margin-top: 10px;
    display: inline-block;
}
.product_form_header_title {
	background-color: #F0F3F5;
	line-height: 50px;
	display: flex;
	margin-bottom: 10px;
}
.product_form_header_left {

}
.product_form_header_right {
	margin-left: auto;
	background-color: #5CBDDD;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 0.7rem;
	padding: 18px 30px 15px;
}
.product_form_header_title .product_name {
	font-weight: bold;
	margin: 0px 20px;
}
.form_section_title {
	border-bottom: 3px solid #3B4043;
	padding: 20px 10px;
	margin: 50px auto 20px;
	font-size: 18px;
}
.product_form .form-box {
    border: 3px solid #94BE00;
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
}
.product_form dl {
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	padding: 15px auto 10px auto;
	clear: both;
}
.product_form dt {
	width: 20%;
	font-size: 0.9rem;
	line-height: 20px;
	padding-top: 17px;
}
.product_form dd {
	width: 80%;
	font-size: 0.9rem;
	padding: 5px auto;
}
.product_form .select_box {
	line-height: 50px;
}
.product_form .form_size_s {
	width: 150px;
}
.product_form .form_size_m {
	width: 340px;
}
.product_form .form_size_l {
	width: 550px;
}
.product_form input[type="text"],
.product_form input[type="tel"],
.product_form input[type="email"],
.product_form input[type="date"] {
	background-color: #F5F8FA;
	padding: 10px;
	font-size: 0.9rem;
	margin: 5px auto;
}
.product_form label {
	margin-right: 50px;
}
.product_form textarea {
	background-color: #F5F8FA;
	padding: 5px;
	font-size: 0.9rem;
	border-color: #cccccc;
	margin: 5px auto;
}
.product_form .text_1 {
	line-height: 20px;
	margin: 20px;
	font-size: 0.9rem;
}
.product_form .text_2 {
	line-height: 20px;
	margin: 20px;
	font-size: 0.9rem;
	color: #E65C59;
}
.product_form .text_3 {
	line-height: 20px;
	margin: 20px;
	font-size: 0.7rem;
	text-align: center;
}
.product_form .submit {
	text-align: center;
}
.product_form .reset {
  color: black;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.product_form .button-shadow {
  text-align: center;
  box-sizing: border-box;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  background: #447fff;
  color: #fff;
  font-weight: bold;
  padding: 13px 10px 10px;
  border-radius: 5px;
  border-bottom: 5px solid rgba(0,0,0,0.3);
}
.product_form .button-shadow:hover {
    animation: 1s flash;
}
.product_form .button-shadow:active,
.product_form .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #ff9300;
}
@keyframes flash {
  from { opacity: 0.5; }
  to { opacity: 1; }
}
.cp_ipselect {
	overflow: hidden;
	width: 200px;
	margin: 20px 0px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* ///////// List Page ///////// */
.product_list_title {
    background-color: #F0F3F5;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.product_item_list {
    display: flex;
    flex-wrap: wrap;
}
.product_item_list .list_item {
    margin: 5px;
    border: 0px;
    height: 150px;
}
.product_item_list .list_item_catch {
    color: #94BE00;

}
.product_item_list .list_item .list_item_name {
    text-align: center;
}
.product_item_list .list_item .list_item_name a {
    font-size: 0.9rem;
}
.product_item_list .list_item .list_item_image {
    width: 100%;
    text-align: center;
}

/* Contact page */

.contact_chui {
    font-size: 14px;
}
.form_title {
    font-size: 14px;
    padding-top: 15px;
}
.contact_way {
    margin-bottom: 50px;
}
.phone_number {
    font-size: 26px;
}
.phone_box {
    border: 1px solid #CCCCCC;
    padding: 20px;
    text-align: center;
    display: block;
}
.phone_box h2 {
    color: #07427C;
}
.mail_box {
    border: 1px solid #CCCCCC;
    padding: 20px;
    text-align: center;
    display: block;
    background-color: #07427C;
}
.mail_box:hover {
    background-color: #082754;
    text-decoration: none;
}
.mail_box h2 {
    color: #FFFFFF;
}
.mail_box p {
    color: #FFFFFF;
}

.seminar_text {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.seminar_content {
    padding: 30px;
    background-color: #F9F9F9;
    min-height: 400px;
    border-radius: 10px;
}
.seminar_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #08407E;
    border: 2px solid #08407E;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.seminar_text h3 {
    padding-bottom: 10px;
    color: #08407E;
}
.seminar_text p {
    line-height: 20px;
}



.title_style_2 span {
    text-align: right;
    display: inline-block;
    font-weight: normal;
    font-size: 0.7rem;
    margin-left: 20px;
}

.form_table {
    width: 100%;
}
.form_table th {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #DEF0F6;
    text-align: left;
    vertical-align: middle;
    font-size: 0.9rem;
}
.form_table th span {
    color: #FF5859;
}
.form_table td {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.form_table dl {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    padding: 15px auto 10px auto;
    clear: both;
}
.form_table dt {
    width: 20%;
    font-size: 0.9rem;
    line-height: 20px;
    padding-top: 17px;
}
.form_table dd {
    width: 80%;
    font-size: 0.9rem;
    padding: 5px auto;
}
.form_table .select_box {
    line-height: 50px;
}
.form_table .form_size_s {
    width: 150px;
}
.form_table .form_size_m {
    width: 340px;
}
.form_table .form_size_l {
    width: 550px;
}
.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="email"],
.form_table input[type="date"] {
    background-color: #F5F8FA;
    padding: 10px;
    font-size: 0.9rem;
    margin: 5px auto;
}
.form_table label {
    margin-right: 50px;
}
.form_table textarea {
    background-color: #F5F8FA;
    padding: 5px;
    font-size: 0.9rem;
    border-color: #cccccc;
    margin: 5px auto;
}
.form_table .submit {
    text-align: center;
}
.form_table .reset {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.form_table .button-shadow {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: #447fff;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0,0,0,0.3);
}
.form_table .button-shadow:hover {
    animation: 1s flash;
}
.form_table .button-shadow:active,
.form_table .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #ff9300;
}
.form-text {
    font-size: 0.7rem;
}
/* //////////// Kanagata ///////////// */

a.katanuki_item {
    display: block;
    padding: 10px;
    padding-bottom: 0px;
    margin: 10px 10px 0px 10px;
    color: #333333;
    line-height: 25px;
    background-color: #FFFFFF;
}
a.katanuki_item:last-child {
    margin-bottom: 10px;
}
.katanuki_small {
    background-color: #F6FEEF;
}
.katanuki_small h3 {
    color: #94BE00;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.katanuki_small a.katanuki_item {
    border: 3px solid #94BE00;
}
.katanuki_small a.katanuki_item:hover {
    background-color: #F6FEEF;
    text-decoration: none;
}
.katanuki_large {
    background-color: #DEF0F6;
}
.katanuki_large h3 {
    color: #5CBDDD;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.katanuki_large a.katanuki_item {
    border: 3px solid #5CBDDD;
}
.katanuki_large a.katanuki_item:hover {
    background-color: #DEF0F6;
    text-decoration: none;
}
.katanuki_features div {

}
.katanuki_features h3 {
    background-color: #FF9300;
    color: #FFFFFF;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}
.katanuki_features h4 {
    color: #FF9300;
    background-color: #FFF0D7;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-left: 0px;
    margin-bottom: 0px;
}
.katanuki_features p {
    padding: 20px;
    margin-bottom: 0px;
}
.katanuki_chui {
    border: 3px solid #FFD5D6;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}
.katanuki_feature_item {
    border-radius: 5px;
    border: 3px solid #FF9300;
    margin-bottom: 20px;
}
.katanuki_chui h2 {
    color: #FF5859;
    padding: 10px;
    font-size: 24px;
}
.katanuki_chui h3 {
    color: #FF5859;
    background-color: #FCEEEE;
    padding: 10px;
    margin: 10px 0px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}
.katanuki_chui p {
    margin-left: 20px;
    font-size: 0.7rem;
    margin-bottom: 10px;
}
.kanagata img {
    float: left;
    margin-right: 20px;
}
.katanuki_ryui_jikou {
    border: 3px solid #D5ECB4;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}
.katanuki_ryui_jikou h2 {
    padding: 20px;
    color: #709D30;
    font-size: 20px;
}
.katanuki_ryui_jikou h3 {
    background-color: #E2F2CC;
    padding: 10px;
    color: #709D30;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
}
.katanuki_ryui_jikou p {
    margin-left: 20px;
    font-size: 0.7rem;
    margin-bottom: 0px;
}

/* ///////// Flow ///////////// */
.flow_wrap {
    padding: 20px;
    border: 1px solid #5CBDDD;
    background-color: #E8F9FF;
    margin-bottom: 50px;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
}
.flow {
    border: 3px solid #5CBDDD;
    padding: 30px 30px 0px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.flow_title {
    color: #FFFFFF;
    background-color: #5CBDDD;
    padding: 0px 20px 0px 0px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 5px 5px 0px 0px;
}
.flow_title span {
    background-color: #F8BC00;
    display: inline-block;
    padding: 0px 20px;
    border-top-left-radius: 5px;
}
.flow h3 {
    color: #5CBDDD;
    font-size: 20px;
    margin: 10px 0px 30px 0px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-bottom: 2px solid #5CBDDD;
}
.flow h4 {
    color: #FA8B15;
    margin-bottom: 10px;
}
.step_contents {
    display: none;
}
.flow_tabs .active {
    background-color: #FFFBE8;
    border-color: #F8BC00;
}

.attention,.red {
    color: #F54E5A;
}
.orange {
    color: #FA8B15;
}
.flow_arrow {
    text-align: center;
    margin: 10px;
}

.payment h3 {
    border-bottom: 1px solid #5CBDDD;
    padding: 10px 10px 10px 0px;
    margin-bottom: 20px;
    color: #5CBDDD;
    font-size: 18px;
}
.submit_comment {
    border: 2px solid #CCCCCC;
    background-color: #EEEEEE;
    padding: 10px;
}
.tab_content {
    display: none;
}
.content1 {
    display: block;
}
ul.optional_list {
    background-color: #EEEEEE;
    padding: 10px 20px;
    border-radius: 5px;
}
ul.optional_list li {
    margin-left: 20px;
    line-height: 20px;
    margin: 10px 20px 10px 20px;
}


.title_color_blue {
    color: #5DBEDD;
    margin-bottom: 20px;
}
.draft_template_box {
    padding: 20px;
    border: 1px solid #5DBEDD;
    margin-bottom: 20px;
}
ul.list-style1 {
    margin-bottom: 20px;
    list-style: none;
}
ul.list-style1 li {
    padding-left: 1em;
    text-indent: -.7em;
}
ul.list-style1 li:before {
    content: "• ";
    color: #5DBEDD;
}
.btn-square-little-rich {
    font-size: 16px;
     position: relative;
     display: inline-block;
     padding: 8px 15px;
     text-decoration: none;
     color: #FFF;
     background: #03A9F4;/*色*/
     border: solid 1px #0f9ada;/*線色*/
     border-radius: 4px;
     box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
     text-shadow: 0 1px 0 rgba(0,0,0,0.2);
 }
.btn-square-little-rich:hover {
    background-color: #29BCFF;
}
.btn-square-little-rich:active {
    /*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.check_sheet {
    padding: 30px 30px;
    border: 3px solid #5DBEDD;
}
.check_sheet h3 {
    text-align: center;
    color: #5DBEDD;
    font-size: 20px;
    margin-bottom: 20px;
}
.check_sheet ul {
    list-style: none;
}
.check_sheet ul li{
    border-bottom: 1px solid #CCCCCC;
    line-height: 40px;
    padding-left: 3em;
    text-indent: -.7em;
    background-image: url(/img/draft_photoshop/icon_check.png);
    background-repeat: no-repeat;
    background-position-y: 5px;
    font-size: 0.9rem;
}
.check_sheet ul li:before {
    content: <i class='far fa-check-square'></i> ;
    color: #5DBEDD;
}
.cut_sample {
    border: 3px solid #5DBEDD;
    padding:20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.background_color_gray {
    border: 1px solid #EEEEEE;
    background-color: #F5F5F5;
    padding: 50px 0px 50px 0px;
    border-radius: 10px;
}
.blue_box {
    border: 3px solid #5DBEDD;
    padding: 20px;
    margin-bottom: 20px;
}
.gray_box {
    padding: 20px;
    border: 3px solid #CCCCCC;
    margin-bottom: 20px;
}
.gray_box h3 {
    margin-bottom: 20px;
}
h5.ttl {
    background-color: #BDDF5A;
    padding: 10px;
    margin-bottom: 10px;
}
ul.cfix {
    list-style: none;
    margin-bottom: 10px;
}
ul.cfix li {
    float: left;
    font-size: 10px;
    margin: 3px;
    width: 30%;
    text-align: center;
}
ul.cfix li img {
    border: solid 1px #FFFFFF;
    height: 50px;
    width: 50px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
}
ul.cfix li span {
    display: block;
    text-align: center;
}
.ppList ol {
    margin: 0px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.ppList ol li {
    line-height: 25px;
}
.ri {
    text-align: right;
}
.indent {
    margin-left: 30px;
}

/* Rule */
.rule_table th {
    width: 30%;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}
.rule_table td {
    width: 70%;
}
/* Submit Page */
.number_title {
    border: 2px solid #5CBDDD;
    background-color: #F3FBFF;
    margin-bottom: 20px;
    color: #5CBDDD;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    background-image: url(/img/submit/number1.gif);
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 12px;
    padding-left: 60px;
}
.bg_number_1 {
    background-image: url(/img/submit/number_1.gif);
}
.bg_number_2 {
    background-image: url(/img/submit/number_2.gif);
}
.bg_number_3 {
    background-image: url(/img/submit/number_3.gif);
}
#imgSizeCheck .wrap_green {
    background-color: #F6FEEF;
}
#imgSizeCheck h4 {
    border: 0px;
    padding-top: 0px;
    color: #94BE00;
    font-weight: bold;
}

/* FAQ Page */
h2.faq_category_title {
    margin-top: 20px;
}
h3.question_title {
    width: 100%;
    border: 1px solid #7FCFE7;
    background-color: #F3FBFF;
    margin-bottom: 20px;
    color: #333333;
    background-image: url(/img/faq/question_mark.gif);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 60px;
    border-radius: 5px;
}
p.answer_text {
    width: 100%;
    display: none;
    background-image: url(/img/faq/answer_mark.gif);
    background-repeat: no-repeat;
    padding-left: 60px;
    min-height: 40px;
}

/* Template */
.template_content {
    display: none;
}

/* タブタイトル */
.template_tabs_title {
    display: flex;
}
.template_tabs_title div {
    width: 50%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}
.template_tabs_title .tab_title_basic {
    background-color: #94BE00;
}
.template_tabs_title .tab_title_cut {
    background-color: #FA8B15;
}
/* タブ */
.template_tabs {
    display: flex;
}
.template_tab {
    width: 25%;
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
}
.template_tab a {
    display: block;
    background-color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    text-decoration: none;
    font-size: 0.9rem;
}
.template_tabs .template_tab_basic a {
    border: 3px solid #94BE00;
    border-bottom: 0px;
    color: #94BE00;
}
.template_tabs .template_tab_cut a {
    border: 3px solid #FA8B15;
    border-bottom: 0px;
    color: #FA8B15;

}
.template_tabs .template_tab_basic .active,
.template_tabs .template_tab_basic a:hover {
    background-color: #94BE00;
    color: #FFFFFF;
}
.template_tabs .template_tab_cut .active,
.template_tabs .template_tab_cut a:hover {
    background-color: #FA8B15;
    color: #FFFFFF;
}

.template_tab_basic {
    background-color: #E8F4BB;

}
.template_tab_cut {
    background-color: #FAE4CE;

}
/* コンテンツ */
.filesize {
    background-image: url(/img/template/btn_ai.png);
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-left: 30px;
    height: 20px;
    width: 100%;
    margin: 0px auto 10px auto;
}
.template_table .filesize_td {
    background-image: url(/img/template/btn_ai.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 10px center;
    padding-left: 40px !important;
    text-align: left !important;
}
.template_table th,
.template_table td {
    vertical-align: middle;
}
.template_content {
    padding: 0px 20px 0px 20px;
}
.template_item {
    border: 3px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px 20px 0px 20px;
}
#template_content_1 {
    border: 3px solid #94BE00;
}
#template_content_2 {
    border: 3px solid #94BE00;
}
#template_content_3 {
    border: 3px solid #FA8B15;
}
#template_content_4 {
    border: 3px solid #FA8B15;
}
.template_item h4 {
    margin-bottom: 10px;
    border: 0px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}
a.template_item_link {
    text-decoration: none;
    color: #666666;
}
a.template_item_link:hover h4 {
    color: #94BE00;
}
a.template_item_link:hover .template_item {
    color: #333333;
    border-color: #94BE00;
}
a.template_item_link2 {
    text-decoration: none;
    color: #666666;
}
a.template_item_link2:hover h4 {
    color: #FA8B15;
}
a.template_item_link2:hover .template_item {
    color: #333333;
    border-color: #FA8B15;
}
/*
.template_list {
    display: flex;
    justify-content: flex-start;
}
.template_list dl {
    width: 18%;
    margin: 0px 1%;
    text-align: center;
    background-color: #EEEEEE;
    border-radius: 3px;
    padding-bottom: 20px;
}
 */
.template_list dt {
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    line-height: 20px;
}
h3.template_title {
    border: 1px solid #7FCFE7;
    background-color: #F3FBFF;
    margin: 15px 0px;
    color: #333333;
    background-image: url(/img/faq/question_mark.gif);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 60px;
}
.btn-square-little-rich-black {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin-bottom: 20px;
    font-size: 0.9rem;
}
.btn-square-little-rich-black:active {
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
.download_button {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 0.7rem;
}
.download_button:active {
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
table.template_table {
    margin-bottom: 20px;
    width: 100%;
}
table.template_table th {
    border: 1px solid #FA8B15;
    padding: 20px;
    background-color: #FFF2E5;
    font-weight: normal;
    text-align: left;
    width: 31%;
    border-right: 0px;
    border-left: 0px;
    font-size: 0.9rem;
    line-height: 20px;
}
table.template_table td {
    border: 1px solid #FA8B15;
    padding: 5px;
    width: 23%;
    font-size: 0.9rem;
    border-right: 0px;
    border-left: 0px;
    line-height: 20px;
}
table.template_table td:nth-child(2){
    background-color: #FFF2E5;
}
table.template_table td:nth-child(3){
    text-align: right;
}
table.template_table td:nth-child(4){
    text-align: right;
}
.caption {
    font-size: 0.9rem;
    line-height: 20px;
}
.humberger_menu {
    display: none;
}
.sub_menu {
    display: flex;
    flex-wrap: wrap;
}
.sub_menu li {
    width: 24%;
    background-color: #EEEEEE;
    border-radius: 3px;
    list-style: none;
    margin-right: 1%;
    margin-bottom: 9px;
    background-image: ;
}
.sub_menu li.active {
    text-decoration: none;
    background-color: #CCCCCC;
}
.sub_menu li:before {
    position: absolute;
    margin: 5px 0px 0px 5px;
    content: '\f0a9';
    font-family: fontAwesome;
    font-size: 13px;
    color: #999999;
}
.sub_menu li a {
    padding: 5px 0px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #666666;
}
.sub_menu li a:hover {
    text-decoration: none;
}

/* マイページ */
h1.mypage_title {
    font-size: 24px;
    padding: 20px 0px;
    margin: 50px 0px;
    border-top: 3px solid #333333;
    border-bottom: 1px solid #333333;
}
.mypage_navigation {
    margin-top: 50px;
}
.mypage_navigation ul {
    border: 1px solid #E0E0E0;
    border-bottom: 0px;
}
.mypage_navigation ul li a {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px;
    color: #333333;
}
.mypage_navigation ul li a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}
.mypage_navigation h3 {
    /* background-color: #FA8B15; */
    background-color: #333333;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 0.9rem;
    text-align: center;
}
.mypage_sub_menu {
    display: none;
}
.mypage_table {
    margin-bottom: 0px;
}
.mypage_table td {
    vertical-align: middle;
    line-height: 20px;
}
.mypage_table td a.mypage_link {
    color: #097B7E;
    text-decoration: underline;
}
.mypage_table td a.mypage_link:hover {
    color: #70A5A6;
}
.mypage_table tbody {
    border-bottom: 1px solid #DEE2E6;
}

.favorite_bt_cart {
    background-color: #333333;
    border: 0px;
}
.favorite_bt_cart:hover {
    background-color: #666666;

}
.favorite_bt_delete {
    border: 0px;
}
.list_action_bt {
    height: 22px;
    line-height: 20px;
    padding: 0px 10px;
    background-color: #333333;
    border: 0px;
}
.list_action_bt:hover {
    background-color: #666666;
}
.list_action_bt:active {
    background-color: #666666 !important;
}
.amount {
    width: 50px;
    text-align: right;
}
.submit_btn {
    background-color: #333333;
    border: 0px;
    width: 250px;
    margin-top: 30px;
}
.submit_btn:hover {
    background-color: #666666;
}
.submit_btn:active {
    background-color: #666666 !important;
}
.mypage_sum {
    border-bottom: 1px solid #DEE2E6;
    padding: 25px 10px 20px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
}
.order {
    line-height: 30px;
    font-size: 0.8rem;
}
.order_title {
    line-height: 20px;
    padding: 5px 10px;
    background-color: #F1F3F4;
    text-align: center;
}
.order_name {
    border-bottom: 1px solid #E0E0E0;
}
.order_name strong {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}
.order_upper {
    border-top: 3px solid #E0E0E0;
}
.order_message {
    min-height: 100px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 20px;
}
.order_message hr {
    border-color: #e5e5e5;
}
.order_message .small-txt {
    color: #666666;
    font-size: 14px;
}
.mypage_address_card {
    line-height: 25px;
}
.profile_table th {
    width: 30%;
    background-color: #F8F8F8;
}
.cart_thumbnail {
    height: 50px;
}
.sitemap {
    margin-bottom: 100px;
}
.sitemap h2 {
    font-size: 12px !important;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.sitemap a {
    font-size: 14px !important;
    margin-bottom: 10px;
    display: block;
    color: #097B7E;

}
.sitemap a:hover {
    color: #097B7E;
    text-decoration: underline;
}
.mypage_list_color {
    font-size: 12px;
}

/* レスポンシブ対応 */
/* XL */
@media screen and (max-width: 1199.98px) {

    .header {


    }

    .header_info_text {
        text-align: left;
    }
    .header_info_number {
        background-color: #000000;
        padding: 10px;
    }

    /* Global Nav */

    .navbar {
        width: 100%;
    }

    .header-search-box {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 20px;
    }

    .header-search {
        width: 100%;
    }

    .header-mypage-box {
        padding: 0px;
    }

    .header-mypage-btn {
        margin-bottom: 10px !important;
    }

    .global_navigation ul li a {
        background-image: none !important;
    }

    /* Home */
    #home_category_link {
        display: block;
    }

    /* Mypage */
    .mypage_navigation{
        display: none;
    }
    .mypage_sub_menu {
        display: flex;
    }
}
@media screen and (min-width: 991.98px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        padding-top: 10px;
    }
    .sauna_fixed {
        position: fixed;
        top: 140px;
        width: 1150px;
        z-index: 10;
        padding-top: 10px;
        background-color: #FFFFFF;
    }
}
/* LG */
@media screen and (max-width: 991.98px) {

    /* Header */

    .header_info_text {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }



    .header_info_btn {
        width: 100%;
        text-align: center;
        padding-top: 0px;
        margin: 0px !important;
    }
    .header_info_btn a {
        font-size: 10px;
    }
    .header_phone_number {
        display: block;
        text-align: center;
        margin: 0px;
    }
    .header_phone_time {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .header_mail_icon {
        display: block;
        padding-top: 7px;
    }
    .header_mail_icon i {
        font-size: 36px;
    }
    .header_mail_text {
        font-size: 10px;
    }
    .header-sp-english {
        border-bottom: 1px solid #CCCCCC;
        font-size: 14px;
        padding: 10px;
        text-align: right;
    }
    .header-sp-english a {
        color: #333333;
    }



    .header_mypage_btn {
        width: 33%;
    }

    .header_contact {
        display: none;
        border: 1px solid #CCCCCC;
    }
    .humberger_menu {
        display: block;
        float: right;
    }
    h1 {
        margin-top: 10px;
    }
    .pnkz {
        display: none;
    }

    /* Global Nav */

    .global_navigation {
        z-index: 100;
        position: absolute;
        top: 100px;
        width: 755px;
    }
    .global_navigation ul {
        border: 0px;
    }
    .global_navigation ul li {
        background-image: none !important;
    }
    .global_navigation ul li a {
        border: 0px;
        border-radius: 0px;
        border: 1px solid #EDEDED;
        border-top: 0px;
        background-color: #666666;
        font-weight: normal;
        color: #FFFFFF;
    }
    .global_navigation ul li a:hover {
        background-color: #333333;
    }

    .global_navigation ul li:first-child a {
        border-radius: 0px;
    }
    .global_navigation ul li:last-child a {
        border-radius: 0px;
    }

    ul.global_submenu {
        position: relative;
        opacity: 1;
        height: auto;
        box-shadow: none;
    }
    ul.global_submenu li {
        border: 0px;
    }
    ul.global_submenu li a {
        background-color: #EEEEEE;
        color: #333333;
    }
    ul.global_submenu li a:hover {
        background-color: #FFFFFF;
    }
    .product_large_text {
        font-size: 20px !important;
    }
    .product_medium_text {
        font-size: 18px !important;
    }

    /* Home */
    .home_faq_list ul li {
        width: 49%;
        margin-right: 1%;
    }
    .flow_item_title {
        font-size: 0.7rem;
    }

    /* Mypage */
    .order_upper {
        border-top: 0px;
    }
}
/* MD */
/* iPad mini */
@media screen and (max-width: 767.98px) {

    .page_title_english {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .small_sauna_photo {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .small_sauna_photo div {
        width: 33%;
        padding: 5px;
    }

    .sauna_content {
        padding: 20px !important;
    }
    .sauna_content h2 {
        text-align: center;
    }
    .acc_tel {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page_header {
        height: 300px;
    }

    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .lead {
        margin-bottom: 30px;
    }
    .lead h2.content_title {
        margin: 20px 0px;
        padding: 0px;
    }
    .lead p {
        text-align: left;
    }

    .strength {
        background-size: 100%;
        background-position-y: 60%;
        margin-top: 30px;
        height: auto;
    }
    .strength-right {
        margin-left:0px;
    }
    .strength_bottom {
        margin-top: 130px;
        margin-bottom: 30px;
    }
    .strength_content {
        margin-bottom: 0px;
    }

    .header-mypage-box {
        width: 100%;
    }
    .header-mypage-btn {
        width: 33%;
        margin: 10px 0px;
    }
    .big_button {
        margin: 20px auto;
    }

    .nav-pills .nav-link {
        padding: 20px 10px 15px 10px;
    }

    .global_navigation {
        width: 570px;
    }

    /* Home */
    .flow_outline {
        padding-top: 20px;
        max-height: 100px;
    }
    .flow_item {
        height: 160px;
    }
    .flow_item_link_home {
        font-size: 10px;
    }
    .flow_item_link_solution {
        font-size: 10px;
    }

    .home_faq_list ul li {
        width: 100%;
        padding-left: 5%;
    }
    .home_news .date {
        color: #FF5859;
        display: block;
    }
    .home_case_list ul li {
        width: 33%;
    }
    .flow_item_step {
        font-size: 0.9rem;
        margin: 5px;
    }
    .flow_part {
        display: block;
        margin-bottom: 20px;
    }
    .flow_bg {
        background-image: none;
    }
    .flow_item {
        width: 31%;
        margin: 1%;
        float: left;
    }
    .flow_item img {
        width: 100%;
        margin: 0px;
    }
    .home_flow_arrow {
        display: none;
    }
    .photo img {
        width: 100%;
    }
    /* Product */
    .product_top {
        display: block;
    }
    .product_top_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_top_right {
        width: 100%;
    }
    .selected_product_data th {
        font-size: 0.7rem;
    }
    .selected_product_data td {
        font-size: 0.7rem;
    }
    .selected_product_data td span {
        font-size: 0.7rem;
    }

    /* Product */
    .color_table ul li {
        width: 100%;
    }

    /* SUBmenu */
    .sub_menu li {
        width: 32%;
    }
    .footer_link {
        height: 80px;
    }
    .footer_link ul {
        clear: both;
    }

    .footer_link p {
        clear: both;
    }


    .series_select img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .space_nav {
        padding: 1px 0px 20px 0px;
        margin-top: 20px;
    }

    .space_nav .space_icon {
        height: 110px;
        width: 95px;
        border: 1px solid #CCCCCC;
        padding-top: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .space_icon img {
        margin-bottom: 0px;
        height: 60px;
        width: 60px;
    }
    .space_nav a {
        font-size: 9px;
    }
    .center_text_box {
        margin-bottom: 20px;
    }

    .gessi_catch {
        width: 100%;
        margin: 20px auto 0px;
    }
    .gessi_catch h2 {
        line-height: 30px;
    }

    .story {
        margin: 20px 50px;
    }

}
/* SM */
/* Smart Phone */
@media screen and (max-width: 575.98px) {

    /* Header */
    .product_detail_image {
        margin-bottom: 30px;
    }
    .header_logo img {
        margin-top: 4px;
    }
    .navbar-brand img {
        width: 200px;
    }

    .footer_link a {
        font-size: 12px;
    }
    .footer_link p {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
    }

    .strength_block {
        width: 100%;
        clear: both;
        display: block;
    }
    .strength_right {
        border-left: 0px;
        border-top: 1px solid #07417E;
    }
    .contact_bunner {
        width: 100%;
        display: block;
        padding-top: 0px;
        margin: 20px auto;
    }
    .contact_bunner a {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }
    .mailform_bunner a {
        width: 100%;
        margin: 0px;
        padding-bottom: 20px;
    }
    .solution_flow_item {
        max-width: 100%;
        width: 100%;
    }
    .solution_flow_item .flow_outline {
        height: 200px;
    }
    .solution_flow_item .flow_detail {
        height: auto;
    }

    .solution_flow_item .flow_outline {
        max-height: 260px !important;
        max-width: 100% !important;
        padding: 0px;
    }
    .flow_item_link_solution {
        font-size: 16px;
        font-weight: bold;
    }




    .global_navigation {
        width: 100%;
    }
    .user_bar {
        text-align: left;
    }
    .user_bar h1 {
        display: none;
    }
    .space_content_2 {
        border: 1px solid #CCCCCC;
        margin-bottom: 30px;
        height: auto;
    }


    .header-menu ul li.dropdown {
        padding: 5px 15px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin-top: 10px;
    }



    .collection_links {
        display: block;
    }

    .collection_button {
        width: 100%;
        margin: 0px 0px;
    }

    .model_search {
        padding: 20px 0px;
    }
    .model_links {
        display: block;
    }
    .model_button {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .search_space {
        /* background-color: #07417E; */
        padding: 1px 0px 20px 0px;
        margin-bottom: 20px;
        font-size: 10px;
    }
    .space_icon {
        font-size: 10px;
        line-height: 15px;
    }
    .space_icon img {
        margin-bottom: 0px;
    }
    .color_select {
        font-size: 10px !important;
    }

    .series_search {
        padding: 10px;
    }
    h2.works_title_h2 {
        border: 0px !important;
        text-align: center !important;
        border-top: 5px solid #08407E !important;
    }
    .works_title {
        width: 100%;
        text-align: center;
    }
    .works {
        border-left: 0px;
    }

    h2.content_title {
        padding: 20px 0px;
        font-size: 24px;
        text-align: left;
        margin: 0px;
        line-height: 30px;
    }

    .company_table th {
        font-size: 12px;
        min-width: 100px;
    }
    .company_table td {
        font-size: 12px;
    }
    .story_catch {
        text-align: left;
    }

    .story_content table {
        width: 100%;
    }
    .story_content table th {
        display: block;
        width: 100% !important;
        border: 0px;
    }
    .story_content table td {
        display: block;
        width: 100% !important;
        border: 0px;
    }

    .story_content th.years {
        border: 1px solid #CCCCCC;
        background-color: #333333;
        color: #FFFFFF !important;
    }
    .story_content td:last-child {
        margin-bottom: 20px;
    }
    .story_content .inner_title {
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 25px;
        border-bottom: 1px solid #333333;
        padding-bottom: 10px;
    }
    .story_content td {

    }
    .product_thumbnail_list {
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .product_item_list {
        margin: 10px;
    }
    .page-item {
        margin-bottom: 10px;
    }
    .sub_menu_tab .nav-item {
        margin-bottom: 15px;
    }
    .sub_menu_tab {
        padding: 20px 20px 0px 20px;
    }
    .sub_menu_tab .nav-item a {
        font-size: 12px;
        padding-bottom: 7px !important;
        border-radius: 5px;
    }
    .sub_menu_tab .nav-item a:hover {
        border-bottom: 0px !important;
        background-color: #eeeeee !important;
    }
    .sub_menu_tab .nav-item .active {
        background-color: #eeeeee !important;
        border: 0px !important;
    }

    .add_btn {
        padding: 10px;
        font-size: 12px;
    }

    .content_slider {
        margin-bottom: 0px;
    }
    .content_slider .carousel-item img {
        height: 400px;
    }




        /* Home */
    .slider_top {
        width: 50%;
        margin-bottom: 20px;
    }
    .carousel-item img {
        object-fit: cover;
    }
    .home_flow_title {
        font-size: 13px;
        padding: 0px;
    }
    .home_flow_title {
        margin: 20px 0px 20px 0px;
        font-size: 13px;
    }
    .home_space {
        padding-bottom: 0px;
    }
    .home_space_title {
        font-size: 13px;
    }

    .list_item_image {
        width: 100%;
    }
    .list_item_image img {
        height: 80%;
        width: 80%;
    }
    .home_faq_list ul li {
        width: 100%;
        padding-left: 7%;
        margin-bottom: 10px;
    }
    .selected_product_data thead {
        border-bottom: 1px solid #5CBDDD;
        padding: 0px !important;
        margin: 0px !important;
    }
    .selected_product_data tbody {
        border-bottom: 1px solid #5CBDDD;
        padding: 0px !important;
        margin: 0px !important;
    }
    .selected_product_data th {
        font-size: 0.7rem;
        border-bottom: 0px;
        margin: 0px;
    }
    .selected_product_data td {
        font-size: 0.7rem;
        border-bottom: 0px;
        margin: 0px;
        border-left: 0px;
    }
    .selected_product_data td span {
        font-size: 0.7rem;
    }
    .selected_product_data {
        background-color: #FFFFFF;
        padding: 0px;
        margin: 0px;
    }
    .home_case_list ul li {
        width: 50%;
    }

    /* Title */
    h2.title_stripe_blue,
    h2.title_stripe_green,
    h2.title_stripe_orange
    {
        font-size: 1.5rem;
    }
    .number_title {
        font-size: 1rem;
    }

    /* Tab */
    .nav-pills .nav-link {
        font-size: 0.9rem;
        line-height: 1.2rem;
        width: 45%;
        padding: 10px;
    }

    /* SUBmenu */
    .sub_menu li {
        width: 49%;
    }
    .sub_menu li a {
        font-size: 12px;
    }

    /* Product */
    .product_item {
        padding: 10px 15px;
    }
    .product_item_name {
        font-size: 0.9rem;
    }
    .product_thumbnail {
        font-size: 0.4rem;
    }
    .product_thumbnail img{
        height: auto;
        padding: 2px !important;
    }
    .price_table {
        width: 100%;
    }
    .price_table th {
        font-size: 0.7rem;
        padding: 5px;
    }
    .product_top {
        padding: 10px;
    }
    .product_info th {
        padding: 5px;
    }
    .product_info td {
        padding: 5px;
    }
    .color_table ul li {
        width: 100%;
    }
    .price_table .price {
        font-size: 0.7rem;
    }
    .price_table .delivery {
        font-size: 0.5rem;
    }
    .nav_price a.nav-link {
        font-size: 0.7rem;
        width: 20%;
    }
    .selected_product_data thead {
        padding: 5px;
        display: block;
        float: left;
        width: 40%;
    }
    .selected_product_data thead tr {
        width: 100%;
        display: block;
    }
    .selected_product_data thead th {
        display: block;
        width: 100%;
    }
    .selected_product_data tbody {
        padding: 5px;
        display: block;
        float: right;
        width: 60%;
    }
    .selected_product_data tbody tr {
        width: 100%;
        display: block;
    }
    .selected_product_data tbody td {
        width: 100% !important;
        display: block;
    }
    .product_form .form-box {
        padding: 10px;
        padding-top: 0px;
    }


    /* Rule */
    .rule_table th {
        display: block;
        width: 100%;
        border: 0px !important;
        font-size: 0.9rem;
    }
    .rule_table td {
        display: block;
        width: 100%;
        border: 0px !important;
        font-size: 0.9rem;
        line-height: 20px;
    }
    .rule_table td p {
        font-size: 0.9rem;
    }

    /* Privacy Policy */
    .privacypolicy {
        font-size: 0.9rem;
    }
    .privacypolicy p {
        font-size: 0.9rem;
    }

}
/* iPhone SE */
@media screen and (max-width: 380px) {
    /* SUBmenu */
    .sub_menu li a {
        font-size: 10px;
    }
    .product_price_list span {
        display: block;
    }
}
