@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
Theme Name: somaopt-en
Description: somaopt english ver.
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}

body, html {
  /* important */
    height: 100%;
}

a {
    color: #009de6;
    text-decoration: none;
}

a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

a:hover img {
	opacity: 0.6;
    transition: opacity 0.2s ease-out;
}

/* -------------------------------- 

Modules

-------------------------------- */

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.container_1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.container_900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.sp {
    display: none;
}

@media only screen and (max-width:1240px) {

.container, .container_1400 {
    margin: 0 20px;
    width: auto;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

}

@media only screen and (max-width:1240px) {

.container_900 {
    margin: 0 20px;
    width: auto;
}

}

/* -------------------------------- 

post

-------------------------------- */

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    padding: 0 0 1em;
    text-align: justify;
    letter-spacing: -0.06px;
}

.alignleft {
    float:left;
    padding:0 15px 15px 10px;
}

.alignright {
    float:right;
    padding: 0 10px 15px 15px;
}

.aligncenter {
    padding: 20px 0 20px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {

p {
    text-align: left;
}

}

/* -------------------------------- 

header

-------------------------------- */

header {
    background: #fff;
    width: 100%;
    height: 110px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px #00000024;
}

header .container {
    max-width: none;
    padding: 0 81px;
}

header.solid {
    background: #000;
}

header #logo {
    float: left;
    position: relative;
    top: 22px;
    left: 0;
}

header #logo a {
    display: block;
    width: 146px;
    height: 65px;
    background: url(images/logo.png) no-repeat 0;
    text-indent: -9999px;
}

header #logo a:hover img {
	opacity: 1;
}

.site-header {
    transition: 0.5s;
}

.site-header.hide{
    transform: translateY(-100%);
}

@media only screen and (max-width:1240px) {

header {
    background: #fff;
    height: 110px;
	border-bottom: 1px solid #d3cbc6;
}

header .container {
    max-width: none;
    padding: 22px 81px;
}

header #logo {
    top: 0;
    left: -80px;
    z-index: 101;
}

header #logo a {}

}

/* -------------------------------- 

nav PC

-------------------------------- */

#header_nav {
    display: block;
    background: #fff;
    position: relative;
}

#gnav {
    position: relative;
    z-index: 11;
    background: #fff;
}

#gnav > ul {
    width: 236px;
    display: table;
    float: right;
    margin: 0 -13px 0 0;
}

#gnav > ul > li {
    display: table-cell;
}

#gnav > ul > li:nth-child(1)::before {
    content: none;
}

#gnav > ul > li:hover {
    color: #fff;
    background-color: #ffffff;
}

#gnav > ul > li:hover > a {
    color: #000;
    text-decoration: none;
}

#gnav > ul > li > a span {
    border-bottom: 3px solid #fff;
    padding: 0 0 42px;
}

#gnav > ul > li:hover > a span {
    border-bottom: 3px solid #009de6;
    padding: 0 0 42px;
    transition: all 0.2s ease-out;
}

#gnav > ul > li:hover .menu {
    transition: max-height 1s ease-in;
    max-height: 9999px;
}

#gnav > ul > li > a {
    display: block;
    padding: 38.5px 10px 44.5px;
    transition: all .2s ease-in;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#gnav > ul .menu {
    transition: max-height .2s ease-out;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: fixed;
    background-color: #ffffff9c;
}

#gnav > ul .menu .menu_inner {
    width: 1240px;
    margin: 40px auto 0;
}

#gnav > ul .menu .menu_inner li {
    margin: 0 13px 16px 0;
    float: left;
}

#gnav > ul .menu .menu_inner li:nth-child(4n) {
    margin: 0 0 16px 0;
}

#gnav > ul .menu .menu_inner li:last-child {
    margin: 0 0 40px 0;
}

#gnav > ul .menu a {
    color: #000;
}

#gnav > ul .menu .menu_inner li a {
    width: 300px;
    height: 50px;
    padding: 12px 14px 12px 72px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #2d4170;
    box-sizing: border-box;
    color: #2d4170;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

#gnav > ul .menu .menu_inner li a.product_01 {background-image: url(images/icon_product_01.jpg);}
#gnav > ul .menu .menu_inner li a.product_02 {background-image: url(images/icon_product_02.jpg);}
#gnav > ul .menu .menu_inner li a.product_03 {background-image: url(images/icon_product_03.jpg);}
#gnav > ul .menu .menu_inner li a.product_04 {background-image: url(images/icon_product_04.jpg);}
#gnav > ul .menu .menu_inner li a.product_05 {background-image: url(images/icon_product_05.jpg);}
#gnav > ul .menu .menu_inner li a.product_06 {background-image: url(images/icon_product_06.jpg);}
#gnav > ul .menu .menu_inner li a.product_07 {background-image: url(images/icon_product_07.jpg);}
#gnav > ul .menu .menu_inner li a.product_08 {background-image: url(images/icon_product_08.jpg);}
#gnav > ul .menu .menu_inner li a.product_09 {background-image: url(images/icon_product_09.jpg);}
#gnav > ul .menu .menu_inner li a.product_10 {background-image: url(images/icon_product_10.jpg);}
#gnav > ul .menu .menu_inner li a.product_11 {background-image: url(images/icon_product_11.jpg);}
#gnav > ul .menu .menu_inner li a.product_12 {background-image: url(images/icon_product_12.jpg);}
#gnav > ul .menu .menu_inner li a.product_13 {background-image: url(images/icon_product_13.jpg);}

#gnav > ul .menu .menu_inner li a.support_01 {background-image: url(images/icon_support_01.jpg);}
#gnav > ul .menu .menu_inner li a.support_02 {background-image: url(images/icon_support_02.jpg);}
#gnav > ul .menu .menu_inner li a.support_03 {background-image: url(images/icon_support_03.jpg);}
#gnav > ul .menu .menu_inner li a.support_04 {background-image: url(images/icon_support_04.jpg);}

#gnav > ul .menu .menu_inner li a:hover {
    text-decoration: none;
    color: #bbb;
}

#gnav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 5px #ddd;
}

#header_subnav {
    display: block;
    float: right;
}

#header_subnav ul {
    list-style: none;
}

#header_subnav ul li {
    float: left;
    margin: 0 0 0 36px;
}

#header_subnav ul li.lang_switch {
    width: 100px;
    height: 34px;
    border-radius: 8px;
    background-color: #e6e6e6;
    position: relative;
    top: 38px;
}

#header_subnav ul li.lang_switch div.core_switch {
    height: 19px;
    display: grid;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    grid-template-columns: 24px 23px 24px;
    text-align: center;
}

#header_subnav ul li.lang_switch div.core_switch .switch_off {color: #969696;}
#header_subnav ul li.lang_switch div.core_switch .switch_on {color: #000;}

#header_subnav ul li.lang_switch div.core_switch a {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    height: 19px;
    border: none;
    color: #000;
}

#header_subnav ul li.lang_switch div.core_switch a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

#header_subnav ul li.contact a {
    background: #009fe8;
    border: 1px solid #009fe8;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 44px;
    padding: 0 40px;
    border-radius: 23px;
    position: relative;
    top: 31px;
    font-size: 17px;
    font-weight: bold;
}

#header_subnav ul li.contact a:hover {
    background: #fff;
    border: 1px solid #009fe8;
    color: #009fe8;
    transition: all 0.2s ease-out;
}

@media only screen and (max-width:1240px) {

#header_nav {
    display: none;
}

#header_subnav {
    display: none;
}

}

/* -------------------------------- 

nav sp

-------------------------------- */

nav.sp {
    display: none;
}

@media only screen and (max-width:1240px) {

nav.pc {
    display: none;
}

nav.sp {
    display: block;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.menu-box .menu-btn {
    width: 70px;
    height: 110px;
    text-align: right;
    position: relative;
    left: 100%;
    margin-left: -70px;
    padding: 0;
}

.menu-box ul {
    display: none;
    width: 100%;
    background-color: #fff;
}

.menu-box ul li {}

.menu-box ul li a {
    display: block;
    padding: 23px 0;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #d3cbc6;
    margin: 0 20px;
}

.menu-box ul li a::after {
    content: "→";
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    float: right;
    line-height: 0.8;
    top: 5px;
    right: 13px;
}

.menu-btn:before {
    content: '';
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background: url(images/menu_open.png) no-repeat;
    float: right;
    top: 35px;
    right: 18px;
}

.menu-btn.active:before {
    background: url(images/menu_close.png) no-repeat;
}

.menu-box ul li p {
    font-size: 16px;
    color: #000;
    padding: 40px 18px;
    line-height: 1.8em;
}

.menu-box ul li p a {
    padding: 0;
    font-size: 13px;
    display: initial;
}

}

.spmenu_contact {
    overflow: hidden;
    padding: 17px 0 30px;
}

.menu-box ul li .spmenu_contact p {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.spmenu_contact .tel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0 0 15px;
}

.spmenu_contact .tel span {
    font-size: 20px;
}

.spmenu_contact .btn_contact a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 24px;
    width: 290px;
    height: 48px;
    padding: 7px 0 0 30px;
    background: #009fe8 url(images/icon_mail.png) no-repeat 24px 50%;
    color: #fff;
    margin: 15px auto 0;
}

.menu-box ul li .spmenu_contact .btn_contact a::after {
    content: "";
}

.lang_switch_sp {
    margin: 0 0 30px;
}

.lang_switch_sp .core_switch_sp {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #969696;
}

.lang_switch_sp .core_switch_sp span {
    padding: 0 12px;
    font-weight: normal;
    color: #000;
}

.lang_switch_sp .core_switch_sp a {
    display: unset;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    border: none;
    font-weight: bold;
}

.lang_switch_sp .core_switch_sp a::after {
    content: "";
}

.lang_switch_sp .core_switch_sp a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

/* -------------------------------- 

mainimg

-------------------------------- */

main {
    width: 100%;
    height: 100vh;
}

#mainimg {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: url(images/mainimg.jpg) no-repeat 50%;
    background-size: cover;
    position: fixed;
    z-index: -1;
}

.box_mainimg {
    width: 748px;
    position: relative;
    z-index: 50;
    top: 40%;
    left: 50%;
    margin-left: -374px;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
}

.box_mainimg .main_logo {
    margin: 0 0 44px;
}

.box_mainimg .main_logo img {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.box_mainimg .main_title {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 6px;
}

.box_mainimg .sub_title {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.br_sp {
    display: none;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.box_mainimg {
    width: 268px;
    margin-left: -134px;
    top: 32%;
}

.box_mainimg .main_logo {
    width: 238px;
	margin: 0 auto 26px;
}

.box_mainimg .main_title {
    font-size: 51px;
    width: 260px;
}

.box_mainimg .sub_title {
    font-size: 14px;
}

.br_sp {
    display: block;
}

}

/* -------------------------------- 

movie

-------------------------------- */

.bg_movie {
    height: 100vh;
    padding-top: 110px;
}

.bg_movie video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.bg_movie_inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:768px) {

.bg_movie {
    padding-top: 110px;
    min-height: 600px;
}

}

/* -------------------------------- 

box image

-------------------------------- */

.box_img380 {
    max-width: 380px;
    font-size: 20px;
    font-weight: bold;
}

.box_img380 img {
    max-width: 380px;
    width: 100%;
    height: auto;
}

.box_img400 {
    max-width: 400px;
}

.box_img400 img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {}

/* -------------------------------- 

top

-------------------------------- */

#top {
    overflow: hidden;
    margin: 0;
    background: #fff;
}

#top h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 70px;
    font-weight: bold;
    color: #2d4170;
    line-height: 76%;
}

#top h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.btn_readmore a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    width: 190px;
    height: 48px;
    padding: 6px 0 0;
    color: #009de6;
    border: solid 1px #009de6;
    background: none;
}

.btn_readmore a:hover {
    color: #fff;
    border: solid 1px #009de6;
    background-color: #009de6;
}

/* ----------------------------- */ 

#top_strength {
    background: #dee5f4;
    padding: 130px 0 40px;
}

#top #top_strength h2 {
    text-align: center;
    margin: 0 0 48px;
}

#top #top_strength h2 span {}

.box_top_strength {
    max-width: 795px;
    margin: 0 auto 60px;
}

.box_top_strength h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #2d4170;
    line-height: 1.39;
    margin: 0 0 48px;
}

.box_img_strength {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 65px;
}

.box_img_strength .box_img400 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2d4170;
	line-height: 1.25;
}

.box_img_strength .box_img400 img {
    margin-bottom: 13px;
}

#top_strength .btn_readmore {
    width: 190px;
    margin: 0 auto;
}

@media only screen and (max-width:1240px) {

.box_img_strength {
    justify-content: space-evenly;
}

.box_img_strength .box_img400 {
    margin: 0 0 30px;
	width: 31%;
	font-size: 1.8vw;
}

.box_img380 {
    width: 32%;
	font-size: 1.8vw;
}

}

@media only screen and (max-width:768px) {

#top_strength {
    padding: 80px 0;
}

#top h2 span {
    font-size: 14px;
}

#top h2 {
    font-size: 50px;
    line-height: 1.3;
}

#top #top_strength h2 {
    margin: 0 0 16px;
}

.box_top_strength h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 28px;
}

.box_top_strength {
    margin: 0 auto 12px;
}

.box_img_strength .box_img400 {
    font-size: 20px;
    margin: 0 0 27px;
	width: 100%;
}

.box_img_strength {
    justify-content: center;
    margin: 0 0 18px;
}

}

/* ----------------------------- */ 

#top_product {
    background: #fff;
    padding: 130px 0;
}

.box_h2_more {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 0 0 79px;
}

.box_h2_more h2 {
    margin: 0 79px 0 0;
}

.box_h2_more p {
    padding: 0 165px 0 0;
}

.box_pickup {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.pickup {
    width: 140px;
    height: 48px;
    padding: 11px 24px 8px;
    border-radius: 10px;
    background-color: #5a77ac;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 30px 0 0;
}

.pickup_txt {
    font-size: 22px;
    font-weight: 500;
}

.pickup_column {
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px;
}

.pickup_cont a {
    color: #000
}

.pickup_cont a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

.pickup_cont img {
    margin: 0 0 10px;
}

.product_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product_link_cont {
    max-width: 406px;
    width: 100%;
    height: 130px;
    border: solid 2px #2d4170;
    margin: 0 11px 11px 0;
}

.product_link_cont:nth-child(3n) {
    margin: 0 0 11px 0;
}

.product_link_cont a {
    font-size: 20px;
    font-weight: bold;
    color: #2d4170;
    display: flex;
    align-items: center;
    line-height: 1.25;
	overflow-wrap: anywhere;
}

.product_link_cont a:hover {
    color: #bbb;
}

.product_link_cont img {
    margin: 0 22px 0 12px;
}

@media only screen and (max-width:1240px) {

#top_product {
    padding: 80px 0 70px;
}

.box_h2_more {
    align-items: unset;
    margin: 0 0 50px;
    flex-direction: column;
}

.box_h2_more p {
    padding: 13px 0 45px;
}

.product_link {
    justify-content: center;
}

.product_link_cont {
    margin: 0 5.5px 11px;
}

.product_link_cont:nth-child(3n) {
    margin: 0 5.5px 11px;
}

}

@media only screen and (max-width:768px) {

.btn_readmore a {
    margin: 0 auto;
}

.box_pickup {
    align-items: unset;
    margin: 0 0 30px;
    flex-direction: column;
}

.pickup {
    margin: 0 0 19px 0;
}

.pickup_txt {
    line-height: normal;
}

.pickup_column {
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    flex-direction: column;
}

.box_img380 {
    width: 100%;
    margin: 0 0 35px;
	font-size: 20px;
}

.product_link {
    justify-content: center;
}

.product_link_cont {
    margin: 0 0 11px 0;
}

.product_link_cont:nth-child(3n) {
    margin: 0 0 11px;
}

.product_link_cont a {
    font-size: 18.5px;
}

.product_link_cont img {
    margin: 0 12px 0 5px;
}

}

/* ----------------------------- */ 

#top_needs {
    background: #2d4170;
    padding: 130px 0 80px;
}

#top #top_needs h2 {
    color: #fff;
    margin: 0 0 69px;
}

.box_needs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.needs_cont {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}

.needs_cont_img {
    margin: 0 41px 0 28px;
}

.needs_cont_link {}

.needs_cont_txt {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 39px;
}

.needs_cont_link .btn_readmore {}

@media only screen and (max-width:1040px) {

.needs_cont {
    width: 50%;
    justify-content: center;
}

.needs_cont_img {
    margin: 0 15px 0 0;
}

.needs_cont_img img {
    width: 130px;
    height: auto;
}

.needs_cont_link {
    max-width: 192px;
}

.needs_cont_txt {
    font-size: 16px;
    margin: 0 0 27px;
}

}

@media only screen and (max-width:768px) {

#top_needs {
    padding: 80px 0 35px;
}

#top #top_needs h2 {
    margin: 0 0 28px;
}

.box_needs {
    flex-direction: column;
    align-items: center;
}



}

/* ----------------------------- */ 

#top_news {
    background: linear-gradient(180deg, #2d4170 0%, #2d4170 41%, #dee5f4 41%, #dee5f4 100%);
    padding: 0;
    overflow: hidden;
}

.box_news {
    background: #fff;
    padding: 115px 80px 80px;
    overflow: hidden;
}

#top #top_news h2 {
    margin: 0 0 70px;
}

.box_news_l {
    float: left;
}

.box_news_r {
    float: right;
    max-width: 914px;
    width: 100%;
    margin: 65px 0 0;
}

.box_news ul {}

.box_news ul li {
    border-bottom: 1px solid #9fa0a0;
    padding: 0 0 39px;
    margin: 0 0 39px;
}

.box_news ul li time {
    font-size: 14px;
    font-weight: 400;
    margin-right: 26px;
	float: left;
}

.box_news ul li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.box_news ul li a:hover {
    color: #009de6;
}

.box_news ul li a::after {
    content: "→";
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    float: right;
    line-height: 1.56;
    right: 40px;
}

.box_news ul li a:hover::after {
    color: #009de6;
	transition: color 0.2s ease-out;
}

.box_news ul li span.cate_name {
    display: block;
    float: left;
    width: 110px;
    height: 24px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 11px;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 30px;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#top_news .container_1400 {
    margin: 0;
    width: auto;
}

#top #top_news h2 {
    margin: 0;
}

.box_news {
    padding: 80px 20px 80px;
	margin: 0 20px 0 0;
}

.box_news_r {
    margin: 16px 0 0;
    padding: 23px 0 0;
    border-top: 1px solid #9fa0a0;
}

.box_news ul li span.cate_name {
    margin-bottom: 15px;
}

.box_news ul li a {
    clear: both;
}

.box_news ul li a::after {
    display: none;
}

.box_news ul li {
    padding: 0 0 23px;
    margin: 0 0 23px;
}

.box_news_r .btn_readmore {
    margin: 48px 0 0;
}

}

/* ----------------------------- */ 

#top_company_access {
    background: #dee5f4;
    padding: 130px 0;
}

.box_company_access {
    display: flex;
    flex-wrap: wrap;
    height: 500px;
}

.company_cont {
    width: 50%;
    background: url(images/company_image.jpg) no-repeat 50%;
    background-size: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 163px 0 0;
}

.access_cont {
    width: 50%;
    background: url(images/access_image.jpg) no-repeat 50%;
    background-size: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 163px 0 0;
}

#top #top_company_access h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 70px;
}

#top_company_access .btn_readmore a {
    color: #fff;
    border: solid 1px #fff;
}

#top_company_access .btn_readmore a:hover {
    border: solid 1px #009de6;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.box_company_access {
    height: 536px;
    flex-direction: column;
}

.company_cont {
    width: 100%;
    height: 268px;
    padding: 55px 0 0;
}

.access_cont {
    width: 100%;
    height: 268px;
    padding: 55px 0 0;
}

#top #top_company_access h2 {
    margin: 0 0 29px;
}

#top_company_access {
    padding: 0;
}

}

/* -------------------------------- 

footer

-------------------------------- */

#top_contact {
    background: #2d4170;
    padding: 130px 0 130px;
    overflow: hidden;
}

#top_contact h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 76%;
    text-align: center;
    color: #fff;
}

#top_contact h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.box_contact {
    width: 780px;
    margin: 40px 0 0;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -442px;
}

.box_contact p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.box_contact_l {
    width: 440px;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 29px 0 0;
}

#top_contact .box_contact_l p {
    padding: 0 0 2px 0;
}

.tel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    margin: 12px 0 5px;
}

.tel span {
    font-size: 30px;
}

.box_contact_r {
    width: 340px;
    float: right;
    padding: 9px 0 0 50px;
}

.btn_contact {
    margin: 6px 0 0;
}

.btn_contact a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 24px;
    width: 290px;
    height: 48px;
    padding: 6px 0 0 43px;
    background: url(images/icon_mail.png) no-repeat 22px;
	color: #fff;
}	

.btn_contact a:hover {
    background: #009de6 url(images/icon_mail.png) no-repeat 22px;
    border: solid 1px #009de6;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#top_contact {
    padding: 58px 0 80px;
}

#top_contact h2 {
    font-size: 50px;
}

#top_contact h2 span {
    font-size: 14px;
}

.box_contact {
    width: 100%;
    margin: 40px 0 0;
    left: unset;
    margin-left: 0;
}

.box_contact_l {
    width: 100%;
    float: none;
    border-right: none;
    padding: 0;
    margin: 0 0 25px;
}

.box_contact_r {
    width: 100%;
    float: unset;
    padding: 0;
}

.btn_contact a {
    margin: 0 auto;
}

}

/* ----------------------------- */ 

footer {
    background: #fff;
    overflow: hidden;
    padding: 130px 0 0;
}

.box_footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 116px;
}

.logo_footer {
    margin: 0 104px 0 0;
}

.link_footer {}

.link_footer_cont {
    float: left;
}

.link_footer_cont a {
    color: #000;
    font-size: 16px;
    line-height: 1.88;
}

.link_footer_cont a:hover {
    color: #898989;
	transition: all 0.2s ease-out;
}

.link_parent {
    padding: 0 0 2px;
}

.link_parent a {
    font-weight: bold;
}

.link_child {
    padding: 0 0 1px;
}

.link_child a {
    padding: 0 0 0 6px;
}

.link_child a::before {
    content: "●";
    position: relative;
    display: block;
    color: #009de6;
    float: left;
    font-size: 8px;
    top: 8px;
}

.fl01 {
    width: 277px;
}
.fl02 {
    width: 277px;
    margin: 0 0 31px;
}

.sub_box_child {
    margin: 0 0 31px;
}

.link_footer02 {
    width: 340px;
}

.link_footer02 .link_parent {
    padding: 0 0 6px;
}

.uglena-banner {
    margin: 26px 0 31px;
}

.uglena-banner img {
    max-width: 340px;
    width: 100%;
    height: auto;
}

.jia-jab {}

.copy {
    border-top: 1px solid #d3cbc6;
    text-align: left;
    font-size: 14px;
    padding: 18px 0;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

footer {
    padding: 80px 0 0;
}

.logo_footer {
    margin: 0 auto 28px;
}

.fl01 {
    margin: 0 0 29px;
}

.box_footer {
    margin: 0 0 90px;
}

}

/* -------------------------------- 

page

-------------------------------- */

#page {
    padding: 110px 0 0;
}

#page.bg_gray {
    background-color: #e6e7e8;
}

#title_bg {
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
}

h2.page_title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    top: 116px;
}

.breadcrumbs {
    max-width: 1240px;
    margin: 28px auto 125px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs ol li {
    margin: 0 6px 0 0;
}

.breadcrumbs ol li a {
    color: #009de6;
}

.breadcrumbs ol li a:hover {
    color: #898989;
	transition: all 0.2s ease-out;
}

sup {
    position: relative;
    top: -5px;
}

.anchor {
    padding-top: 140px;
    margin: -140px 0 110px !important;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#title_bg {
    height: 150px;
}

h2.page_title {
    font-size: 26px;
    top: 53px;
}

.breadcrumbs {
    margin: 15px auto 40px;
    padding: 0 20px;
}

}

/* -------------------------------- 

product

-------------------------------- */

#title_bg.title_product {
    background-image: url(images/title_product.jpg);
}

#product {
    padding: 0 0 117px;
}

.product_cont {
    display: flex;
    flex-wrap: wrap;
}

.box_product {
    margin: 0 50px 120px 0;
}

.box_product:nth-child(3n) {
    margin: 0 0 0 0;
}

.box_product_img {}

.box_product_img img {
    display: block;
    max-width: 380px;
    height: auto;
}

.box_product_link {}

.box_product_link a {
    display: block;
    width: 100%;
    height: 60px;
    background: #2d4170;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0;
	color: #fff;
}

.box_product_link a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

.box_product_link a::after {
    content: "〉";
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    float: right;
    line-height: 1.56;
    right: 10px;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.product_cont {
    align-items: center;
    flex-direction: column;
}

.box_product {
    margin: 0 0 30px 0;
}

#product {
    padding: 0 0 60px;
}

}

/* -------------------------------- 

product > sub page

-------------------------------- */

#product.sub_page {
    padding: 0 0 150px;
}

.box_product_page {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 110px;
}

.box_product_page_img {
    max-width: 380px;
    width: 100%;
    margin: 0 70px 0 0;
}

.box_product_page_img img {
    display: block;
    max-width: 380px;
    width: auto;
    height: auto;
}

.box_product_page_txt {
    position: relative;
    height: 380px;
}

#product h2.en_products {
    padding-top: 140px;
    margin: -140px 0 60px !important;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.33;
    color: #2d4170;
}

.box_product_page_txt h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #2d4170;
    padding: 0 0 17px;
    margin: -7px 0 0;
}

.box_product_btn {}

.box_product_cat {
    position: absolute;
    bottom: 60px;
}
.box_product_cat a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #009de6;
    border-radius: 24px;
    width: 180px;
    height: 48px;
    padding: 6px 0 0 73px;
    background: #fff url(images/icon_download.png) no-repeat 27px;
    color: #009de6;
}

.box_product_cat a:hover {
	transition: all 0.2s ease-out;
    background: #009de6 url(images/icon_download_on.png) no-repeat 27px;
    color: #fff;
}

.box_product_contact {
    position: absolute;
    bottom: 0;
}

.box_product_contact a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #009de6;
    border-radius: 24px;
    width: 180px;
    height: 48px;
    padding: 6px 0 0 73px;
    background: #009de6 url(images/icon_mail2.png) no-repeat 27px;
    color: #fff;
}

.box_product_contact a:hover {
	transition: all 0.2s ease-out;
    background: #fff url(images/icon_mail2_on.png) no-repeat 27px;
    color: #009de6;
}

.box_product_page.en_blueback {
    background-color: #dee5f4;
    padding: 50px 50px 60px;
}

.box_product_page.en_blueback .box_product_page_txt {
    margin: 0 50px 0 0;
    height: auto;
}

.box_product_page.en_blueback .box_product_page_img {
    margin: 0;
}

.product_column {
    overflow: hidden;
    margin: 0 0 30px;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.box_product_page {
    margin: 0 0 55px;
    flex-direction: column;
    align-items: center;
}

.box_product_page_img {
    margin: 0 0 25px;
}

.box_product_page_img img {
    width: 100%;
}

.box_product_page_txt h3 {
    font-size: 20px;
    padding: 0 0 11px;
}

.box_product_page_txt {
    position: relative;
    height: auto;
}

.box_product_cat {
    position: unset;
    margin: 15px 0 11px;
}

.box_product_cat a {
    margin: 0 auto;
}

.box_product_contact {
    position: unset;
}

.box_product_contact a {
    margin: 0 auto;
}

#product.sub_page {
    padding: 0 0 40px;
}

.box_product_cat a {
    width: 325px;
}

.box_product_contact a {
    width: 325px;
}

.box_product_page.en_blueback {
    background-color: #dee5f4;
    padding: 30px 24px 30px;
}

.box_product_page.en_blueback .box_product_page_txt {
    margin: 0;
}

}

/* -------------------------------- 

product > sub_page - movie

-------------------------------- */

.box_product_page.movie {}

.movie .box_product_page_txt {
    height: auto;
    padding: 0 0 125px;
}

.box_product_page_txt h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.33;
    color: #2d4170;
    padding: 11px 0 30px;
}

.box_movie {
    margin: 0 0 10px;
}

.gasmet {
    max-width: 340px;
    margin: 130px auto 80px;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.box_movie {
    text-align: center;
}

.box_product_page_txt h4 {
    font-size: 20px;
    padding: 11px 0 15px;
    text-align: center;
}

.movie .box_product_page_txt {
    padding: 0;
}

}

/* -------------------------------- 

our_strength

-------------------------------- */

#title_bg.title_strength {
    background-image: url(images/title_strength.jpg);
}

#strength {
    padding: 0 0 117px;
}

.strength_catch {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 105px;
}

.strength_catch h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    text-align: center;
    color: #2d4170;
    padding: 0 0 50px;
}

.strength_catch p {}

.strength_cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 120px;
}

.strength_img {
    max-width: 450px;
    width: 100%;
    margin: 0 70px 0 0;
}

.strength_img img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
}

.strength_txt {
    max-width: 720px;
}

.strength_txt h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    color: #009de6;
    padding: 0 0 24px;
}

.strength_txt h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding: 0 0 17px;
}

.strength_txt p {
    padding: 0 0 37px;
}

.strength_box {
    display: flex;
    flex-wrap: wrap;
}

.strength_box_img {
    margin: 0 31px 0 0;
}

.strength_box_table {}

.strength_box_table table {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #000;
    width: 100%;
}

.strength_box_table table th {
    width: 100px;
}

.strength_box_table table td {}

.cool2_right {
    flex-direction: row-reverse;
}

.cool2_right .strength_img {
    max-width: 530px;
    margin: 0 0 0 70px;
}

.cool2_left .strength_img {
    max-width: 530px;
}

.cool2_right .strength_txt, .cool2_left .strength_txt {
    max-width: 640px;
    position: relative;
}

.cool2_right .strength_img img, .cool2_left .strength_img img {
    max-width: 530px;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.strength_catch h2 {
    font-size: 24px;
    padding: 0 0 26px;
}

.strength_catch {
    margin: 0 auto 15px;
}

.strength_cont {
    margin: 0 0 70px;
    flex-direction: column;
    align-items: center;
}

.strength_img {
    margin: 0 0 15px;
}

.strength_txt h2 {
    font-size: 24px;
    padding: 0 0 11px;
}

.strength_txt h3 {
    font-size: 18px;
    padding: 0 0 12px;
}

.cool2_right .strength_img {
    margin: 0 0 15px;
}

#strength {
    padding: 0;
}

}

/* -------------------------------- 

news

-------------------------------- */

#title_bg.title_news {
    background-image: url(images/title_news.jpg);
}

#page.bg_gray {
    background-color: #eaeff9;
}

#news {
    overflow: hidden;
    padding: 0 0 240px;
}

#news ul {
    padding: 10px 0 0;
}

#news ul li {
    border-bottom: 1px solid #9fa0a0;
    padding: 0 0 39px;
    margin: 0 0 39px;
}

#news ul li time {
    font-size: 14px;
    font-weight: 400;
    margin-right: 26px;
	float: left;
}

#news ul li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

#news ul li a:hover {
    color: #009de6;
}

#news ul li a::after {
    content: "→";
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #8c8c8c;
    float: right;
    line-height: 1.56;
    top: -9px;
    right: 23px;
    border: 1px solid #8c8c8c;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    padding: 8px 14px;
}

#news ul li a:hover::after {
    color: #009de6;
    border: 1px solid #009de6;
	transition: color 0.2s ease-out;
}

#news ul li span.cate_name {
    display: block;
    float: left;
    width: 110px;
    height: 24px;
    text-align: center;
    border: 1px solid #009de6;
    color: #009de6;
    border-radius: 11px;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 30px;
}

#news ul li p {
    padding: 16px 0 10px;
}

#news ul li p::after {
    content: "→";
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    float: right;
    line-height: 0.8;
}

#news ul li a:hover p {
    color: #bbb;
	transition: color 0.2s ease-out;
}

#news ul li a:hover p::after {
    color: #bbb;
	transition: color 0.2s ease-out;
}

.wp-pagenavi {
    text-align: center;
    margin: 120px 0 10px;
    font-weight: 500;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #009fe8 !important;
    background-color: #009fe8;
    color: #fff;
    font-weight: 500 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #009de6 !important;
    color: #009de6 !important;
    border-radius: 5px;
    padding: 3px 8px !important;
}

.wp-pagenavi a:hover {
	color: #fff !important;
}

.wp-pagenavi span.current {
	color: #fff !important;
}

.news_post {
    background-color: #fff;
    padding: 160px 170px 140px;
}

.news_post time {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #898989;
}

.news_post span.cate_name {
    display: block;
    float: left;
    width: 125px;
    height: 30px;
    text-align: center;
    border: 1px solid #009de6;
    color: #009de6;
    border-radius: 15px;
    margin-top: 2px;
    margin-right: 38px;
    font-size: 16px;
    padding: 1px 0 0;
}

.news_post h2 {
    clear: both;
    font-size: 26px;
    font-weight: 500;
    padding: 22px 0 25px;
    border-bottom: 2px solid #eaeff9;
}

.news_content {
    padding: 25px 0 0;
}

.btn_back {
    padding: 120px 0 0;
}

.btn_back a {
    display: block;
    width: 190px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    border-radius: 24px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    border: solid 1px #009de6;
    color: #009de6;
}

.btn_back a:hover {
    color: #fff;
    background: #009de6;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#news {
    padding: 0 0 100px;
}

#news ul li a {
    clear: both;
}

#news ul li span.cate_name {
    margin-bottom: 14px;
}

#news ul li a::after {
    display: none;
}

#news ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.news_post {
    padding: 30px 20px 25px;
}

.news_post h2 {
    font-size: 18px;
    padding: 22px 0 20px;
    line-height: 1.35;
}

.btn_back {
    padding: 50px 0 0;
}

}

/* -------------------------------- 

company

-------------------------------- */

#title_bg.title_company {
    background-image: url(images/title_company.jpg);
}

#company {
    overflow: hidden;
    padding: 0 0 117px;
}

.box_company {
    overflow: hidden;
    margin: 0 0 120px;
}

.box_company h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 0 0 0 28px;
    margin: -35px 0 41px;
    line-height: 1.2;
}

.box_company h2::before {
    content: "";
    position: relative;
    display: block;
    width: 4px;
    height: 30px;
    background: #009fe6;
    top: 35px;
    left: -28px;
}

.box_company p {
    max-width: 595px;
    float: left;
}

.daihyou {
    float: right;
    width: 250px;
    text-align: right;
}

.daihyou img {
    margin: 0 0 11px;
}

.daihyou p {
    text-align: right;
    float: right;
}

.box_company table {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    border-top: 1px solid #eaeff9;
    margin: 29px 0 80px;
}

.box_company table tr {
    border-bottom: 1px solid #eaeff9;
}

.box_company table th {
    width: 24%;
    text-align: left;
    vertical-align: top;
    padding: 13px 10px 14px 0;
}

.box_company table td {
    padding: 13px 0 14px;
}

.box_company .strength_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box_company .strength_box_img {
    margin: 0 31px 0 0;
}

.box_company .strength_box_table table {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #000;
    max-width: 617px;
    width: 100%;
    border: none;
    margin: 0;
}

.box_company .strength_box_table table tr {
    border-bottom: none;
}

.box_company .strength_box_table table th {
    width: 45%;
    padding: 0 10px 0 0;
}

.box_company .strength_box_table table td {
    padding: 0;
}

.box_access2 {
    margin: 24px 0 75px;
    display: flex;
}

.box_access2_img {
    margin: 0 50px 0 0;
}

.box_access2_table {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 82px;
}

.box_access2_table h3 {
    font-size: 24px;
    font-weight: 500;
}

.box_access2_table table {
    margin: 14px 0 0;
}

.box_company .box_access2_table th {
    font-weight: normal;
    vertical-align: top;
    width: 80px;
}

.gmap {}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.daihyou {
    float: unset;
    margin: 0 auto 35px;
}

.box_company {
    margin: 0 0 45px;
}

.box_company table {
    margin: 29px 0 40px;
}

.box_company h2 {
    margin-bottom: 25px;
}

.box_access2_img {
    margin: 0;
}

.box_access2_table {
    top: 15px;
}

.box_access2 {
    margin: 24px 0 27px;
    flex-direction: column;
}

}

/* -------------------------------- 

support

-------------------------------- */

#title_bg.title_support {
    background-image: url(images/title_support.jpg);
    background-position: 50% 66%;
}

#support {
    overflow: hidden;
    padding: 0 0 210px;
}

.support_cont {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeff9;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.box_support {}

.box_support a {
    display: block;
    width: 300px;
    height: 300px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
}

.box_support a:hover {
    opacity: 0.6;
	transition: all 0.2s ease-out;
}

.support_01 a {
    border-right: 1px solid #eaeff9;
    background-image: url(images/icon_support1.png);
}

.support_02 a {
    border-right: 1px solid #eaeff9;
    background-image: url(images/icon_support2.png);
}

.support_03 a {
    background-image: url(images/icon_support3.png);
}

.support_04 a {
    border-right: 1px solid #eaeff9;
    background-image: url(images/icon_support4.png);
}	

.support_table {
    margin: 0 0 30px;
}

.support_table table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    border-bottom: 1px solid #eaeff9;
}

.support_table th {
    width: 250px;
    text-align: left;
    border-top: 1px solid #eaeff9;
    padding: 22px 0 23px;
    font-weight: 500;
}

.support_table td {
    border-top: 1px solid #eaeff9;
    padding: 22px 0 23px;
}

span.catalog {}

span.catalog a {
    color: #009de6;
    float: right;
}

span.catalog a:hover {
    color: #898989;
	transition: all 0.2s ease-out;
}

.txt_discontinued {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 48px;
}

.afterservice h3 {
    font-size: 26px;
    font-weight: 500;
    text-align: justify;
    color: #2d4170;
    padding: 0 0 24px;
}

.afterservice p {
    font-weight: 500;
}

.txt_afterservice {
    font-size: 20px;
    font-weight: 500;
    padding: 60px 0 40px;
}

.table_calibration {
    margin: 20px 0 30px;
}

.table_calibration img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

.support_cont {
    flex-direction: column;
    align-items: center;
	border-bottom: none;
    margin: 0;
    padding: 0;
}

.support_01 a {
    border-right: none;
    border-bottom: 1px solid #eaeff9;
	padding: 20px 0 0;
}

.support_02 a {
    border-right: none;
    border-bottom: 1px solid #eaeff9;
	padding: 20px 0 0;
}

.support_03 a {
    border-bottom: 1px solid #eaeff9;
	padding: 20px 0 0;
}

.support_04 a {
    border-right: none;
    border-bottom: 1px solid #eaeff9;
	padding: 20px 0 0;
}

.support_table th {
    width: 120px;
    padding: 22px 10px 23px 0;
}

#support {
    padding: 0 0 70px;
}

.afterservice h3 {
    font-size: 21px;
    padding: 0 0 22px;
}

}

/* -------------------------------- 

contact

-------------------------------- */

#title_bg.title_contact {
    background-image: url(images/title_contact.jpg);
    background-position: 50% 69%;
}

#contact {
    overflow: hidden;
    padding: 0 0 240px;
}

.contact_post {
    background-color: #fff;
    padding: 150px 170px;
}

.form_txt {
    margin: 0 0 50px;
}

.form_contact_all {
    margin: 0 0 53px;
}

.form_contact_all p {
    font-weight: 500;
}

.form_contact {
    display: flex;
    margin: 0 0 30px;
}

.form_contact_l {
    width: 220px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 0 0;
}

.form_contact_r {
	width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #898989;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 0;
}

textarea {
    width: 100%;
    height: 300px;
    margin: 0;
}

.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: 500 !important;
}

#btn_submit {
    text-align: center;
}

#btn_submit button, #box_send button {
    width: 190px;
    height: 48px;
    border-radius: 23px;
    background-color: #fff;
    border: 1px solid #009fe8;
    cursor: pointer;
    color: #009de6;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

#btn_submit button:hover, #box_send button:hover {
    background-color: #009de6;
    color: #fff;
    transition: all 0.2s ease-out;
}

#box_send {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#box_send button {
    margin: 0 0 19px;
}

.form_contact.last {
    margin: 0;
}

.mw_wp_form_preview .form_contact {
    margin: 0 0 30px;
}

.mw_wp_form_preview .form_contact_r {
    height: 60px;
    padding: 17px 0 0;
}

.confirm .mw_wp_form_preview .form_contact_r {
    padding: 0;
}

.confirm .confirm_doui {
    display: none;
}

.mw_wp_form .error {
    font-size: 93% !important;
    color: #fff !important;
    display: block !important;
    border: 2px solid #009de6;
    background: #009de6;
    border-radius: 4px;
    padding: 0 10px;
    margin: 12px 0 0;
    width: fit-content;
    position: relative;
    font-weight: 500;
}

.mw_wp_form .error::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #009de6;
}

.finisg p {
    padding: 0 0 25px;
}

.btn_backhome a {
    display: block;
    width: 190px;
    height: 48px;
    border-radius: 23px;
    background-color: #fff;
    border: 1px solid #009fe8;
    cursor: pointer;
    color: #009de6;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0 0;
    margin: 100px auto 0;
    text-align: center;
}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#contact {
    padding: 5px 0 50px;
}

.box_form {
    padding: 100px 24px;
}

.form_step {
    font-size: 14px;
    width: 270px;
}

.form_step::before {
    width: 216px;
    margin-left: -106px;
}

.form_txt {
    margin: 0 auto 50px;
    max-width: 460px;
}

.form_contact {
    display: block;
    margin: 0 auto 40px;
    max-width: 460px;
}

.form_contact_l {
    padding: 0 0 18px;
}

.form_contact.last {
    margin: 0 auto -10px;
}

#box_send button {
    margin: 0 5px;
}

.contact_post {
    background-color: #fff;
    padding: 20px 20px 40px;
}

}

/* -------------------------------- 

privacy-policy

-------------------------------- */

#title_bg.title_privacy {
    background-image: url(images/title_privacy.jpg);
    background-position: 50% 54%;
}

#privacy {
    overflow: hidden;
    padding: 0 0 240px;
}

.privacy_cont {
    background-color: #fff;
    padding: 150px 170px;
}

p.privacy_p {
    border-bottom: 1px solid #eaeff9;
    padding: 0 0 66px;
    margin: 0 0 66px;
}

.box_privacy {
    margin: 0 0 25px;
}

.box_privacy h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    padding: 0 0 18px;
}

.box_privacy p {
    padding: 0 0 20px;
}

.box_privacy.last {
    padding: 0 0 48px;
    margin: 0;
    border-bottom: 1px solid #eaeff9;
}

ul.policy {
    list-style: disc;
    margin: 0 0 0 1.5em;
}

ul.policy li {}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:768px) {

#privacy {
    padding: 0 0 90px;
}

.privacy_cont {
    padding: 20px 20px 40px;
}

p.privacy_p {
    padding: 0 0 30px;
    margin: 0 0 30px;
}

}
