@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
/* Base */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
body { font: 14px -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; background-color: #FFF; margin: 0 0 50px; padding: 0; color: #333333; }
em { color: #A83B26; font-weight: normal; font-style: normal; }
em.em_bk { color: #333333; }
strong { color: #A83B26; font-weight: bold; font-style: normal; }
i { color: #808080; font-style: italic; }
small { color: #808080; font-size: 12px; }
blockquote { background: url(../images/blockquote.png) no-repeat 0 20px; background-size: 18px auto; margin: 20px 0 0 0; padding: 20px 0 0 45px; border-top: 1px dotted #E6E6E6; }
blockquote h3 { margin: 0 0 20px 0 !important; }
iframe[name="google_conversion_frame"] { position: absolute; top: 0; border: none; }
/* Links */
a:link { color: #0067B0; /* #005296; */ text-decoration: underline; }
a:visited { color: #0067B0; /* #005296; */ text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
/* Layout */
.clear { clear: both; }
.float_right { float: right; }
.mt_20 { margin: 20px 0 0; }
.text-align_right { text-align: right; }
.text-align_center { text-align: center; }
.sp_padding-bottom_20 { padding: 0 0 20px; }
.sp_r_padding-bottom { padding: 0 0 30px; }
.no_sp { display: none; }
/* Text */
.caution { color: #A83B26; }
.line-through { text-decoration: line-through; }
/* Header */
/* Logomark */
header { margin: 0 auto; width: 100%; overflow: hidden; }
#header_logo { width: 100%; height: 22px; margin: 20px 0; text-align: center; }
.header_logo_link { display: inline-block; }
.header_logo_link object { margin: 1px 0 0; width: auto; height: 18px; pointer-events: none; }
/* Nav */
#header_nav_container {  }
/* Drawer */
#nav-drawer {  }
.nav-unshown { display:none; }
#nav-open {  position: fixed; z-index: 9998; top: 20px; left: 20px; width: 30px; height: 22px; }
#nav-open span, #nav-open span:before, #nav-open span:after { display: block; content: ''; position: absolute; background: #000000; width: 25px; height: 3px; cursor: pointer; }
#nav-open span:before { bottom: -8px; }
#nav-open span:after { bottom: -16px; }
#nav-close { display: none; position: fixed; z-index: 9997; top: 0; left: 0; background: #FFFFFF; width: 100%; height: 100%; opacity: 0; transition: .3s ease-in-out; }
#nav-content { position: fixed; top: 0; left: 0; z-index: 9999; background: #333333; width: 90%; height: 100%; transition: .3s ease-in-out; transform: translateX(-105%); overflow: scroll; -webkit-overflow-scrolling: touch; }
#nav-input:checked ~ #nav-close { display: block; opacity: .85; }
#nav-input:checked ~ #nav-content { -webkit-transform: translateX(0%); transform: translateX(0%); /* box-shadow: 2px 0 4px rgba(0,0,0,.15); */ }
/* Sub navigation */
.header_sub_nav { margin: 0; padding: 0 0 66px; width: 100%; color: #FFFFFF; font-size: 13px; line-height: 100%; }
.header_sub_nav a { color: #FFFFFF; text-decoration: none; }
.header_sub_nav ul { display: flex; justify-content: flex-start; flex-wrap: wrap; border-top: 1px solid #4D4D4D; margin: 0; padding: 0; width: 100%; list-style: none; }
.header_sub_nav ul li { border-bottom: 1px solid #4D4D4D; margin: 0; padding: 10px 0; width: 50%; text-align: center; }
.header_sub_nav ul li:nth-child(odd) { border-right: 1px solid #4D4D4D; }
.header_sub_nav ul li.sub_nav_lang { font-family: 'Lato', sans-serif; text-transform: uppercase; }
.header_sub_nav ul li span.sub_nav_new { margin: 0 0 0 5px; color: #A83B26; font: 10px 'Lato', sans-serif; }
/* Click */
.header_sub_nav ul li.sub_nav_lang ul { padding: 0; height: 0; overflow: hidden; opacity: 0; }
.header_sub_nav ul li.sub_nav_lang input { display: none; }
.header_sub_nav ul li.sub_nav_lang input:checked ~ .sub_nav_lang_list { display: flex; position: absolute; left: 0; justify-content: flex-end; flex-wrap: wrap; margin: 10px 0 0; padding: 0; width: 100%; height: auto; opacity: 1; }
.header_sub_nav ul li.sub_nav_lang span { background: url(../images/header_icon_lang.png) no-repeat 0 35%; background-size: auto 13px; padding: 0 0 0 18px; }
.header_sub_nav ul li.sub_nav_lang ul { display: none; margin: 0; padding: 0; line-height: 13px; list-style: none; }
.header_sub_nav ul li.sub_nav_lang ul li { margin: 0; }
.header_sub_nav ul li.sub_nav_lang ul li:last-child { margin: 0; }
.header_sub_nav ul li.sub_nav_lang ul li a { background: url(../images/footer_icon_window.png) no-repeat 0 35%; background-size: auto 11px; padding: 0 0 0 18px; }
/* Global navigation */
#nav { width: 100%; }
#nav div ul { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; font-size: 14px; font-weight: bold; line-height: 14px; list-style: none; }
#nav div ul li { border-bottom: 1px solid #4D4D4D; margin: 0; width: 100%; text-align: center; vertical-align: middle; }
#nav div ul li:last-child { border-bottom: none; }
#nav div ul li a { display: block; border-bottom: 2px solid rgba(255,255,255,0); padding: 20px 10px; color: #FFFFFF; text-decoration: none; }
#nav div ul li div { display: block; }
#nav div ul li.nav_2nd div {  }
#nav div ul li.nav_2nd div ul { display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0; width: 100%; }
#nav div ul li.nav_2nd div ul li { border-bottom: none; width: 50%; text-align: left; }
#nav div ul li.nav_2nd div ul li:first-child { border-top: 1px solid #4D4D4D; width: 100%; }
/* #nav div ul li.nav_2nd div ul li:nth-child(2) { border-top: 1px solid #4D4D4D; } */
#nav div ul li.nav_2nd div ul li a { border-bottom: none; padding: 15px 10px; font-size: 13px; font-weight: normal; line-height: 13px; }
#nav div ul li.nav_2nd div ul li.nav_title a { color: #0067B0; font-weight: bold; }
#nav div ul li.nav_2nd_l div {  }
#nav div ul li.nav_2nd_l div ul { display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0; width: 100%; }
#nav div ul li.nav_2nd_l div ul li { border-bottom: none; width: 50%; text-align: left; }
#nav div ul li.nav_2nd_l div ul li:first-child { border-top: 1px solid #4D4D4D; width: 100%; }
/* #nav div ul li.nav_2nd_l div ul li:nth-child(2) { border-top: 1px solid #4D4D4D; } */
#nav div ul li.nav_2nd_l div ul li a { border-bottom: none; padding: 15px 10px; font-size: 13px; font-weight: normal; }
#nav div ul li.nav_2nd_l div ul li.nav_title a { color: #0067B0; font-weight: bold; }
/* Contact */
#header_contact_container { display: block; z-index: 9999; position: fixed; bottom: 0; /* border-top: 1px solid #4D4D4D; */ width: 100%; filter: drop-shadow(0 -2px 4px rgba(0,0,0,0.4)); }
#header_contact a { float: left; background: #333333; width: 50%; height: 60px; text-align: center; color: #FFFFFF; font-size: 15px; font-weight: bold; line-height: 60px; text-decoration: none; }
#header_estimate a { float: left; background: #0067B0; width: 50%; height: 60px; text-align: center; color: #FFFFFF; font-size: 15px; font-weight: bold; line-height: 60px; text-decoration: none; }
/* SlidesJS */
#slider { width: 100%; }
.slider_container { background: url(../images/home_01.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 160px; border-bottom: 1px solid #E6E6E6; margin: 0 auto; }
#slides { display: none; position: relative; z-index: 100; }
.slidesjs-pagination { position: relative; z-index: 101; float: right; margin: -18px 10px 0; list-style: none; }
.slidesjs-pagination li { float: left; margin: 0 0 0 5px; }
.slidesjs-pagination li a { display: block; float: left; width: 8px; height: 0; background-image: url(../images/slide_pagination.png); background-position: 0 0; padding-top: 8px; overflow: hidden; }
/* Contents */
#content { width: 100%; border-bottom: 1px solid #E6E6E6; }
#content_fm { width: 100%; }
.content_container { width: 100%; overflow: hidden; }
.content_container_fm { width: 100%; overflow: hidden; }
.content_container_vr { width: 960px; margin: 40px auto; padding: 0; }
.content_container_l { width: 100%; padding: 0 10px; overflow: hidden; }
.content_container_l .fm { width: 100%; padding: 0 10px; overflow: hidden; }
#content_title { width: 100%; }
.content_title_txt_jp { margin: 50px 0 0 20px; font-size: 20px; font-weight: normal; line-height: 100%; }
.content_title_txt_en { margin: 5px 0 0 20px; font: 12px 'Lato', sans-serif; line-height: 100%; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); }
.content_container_l .h2_container { clear: both; background: url(../images/bg_h2.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; margin-top: 40px; padding-top: 20px; overflow: hidden; }
.content_container_l .h2_container_top { clear: both; background: url(../images/bg_h2.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; margin-top: 40px; padding-top: 20px; overflow: hidden; }
.content_container_l .h2_container h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.content_container_l .h2_container_top h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.content_container_l .h2_container .h2_en { margin: 0 0 20px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.content_container_l .h2_container_top .h2_en { margin: 0 0 20px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.content_container_l h3 { clear: both; margin: 20px 0; font-size: 18px; font-weight: normal; line-height: 150%; }
.content_container_l h3.h3_default { margin: 40px 0 20px 0; color: #1AA692; }
.content_container_l h3.h3_default_top { margin: 20px 0; color: #1AA692; }
.content_container_l h3.h3_default_top_line { border-top: 1px solid #E6E6E6; margin-bottom: 20px; padding-top: 20px; color: #1AA692; }
.content_container_l h3.h3_margin-top_40 { margin: 40px 0 20px 0; }
.content_container_l h4 { clear: both; margin: 20px 0 10px 0; font-size: 16px; font-weight: normal; line-height: 150%; }
.content_container_l h4.h4_clear_none { clear: none; margin: 20px 0 10px 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.content_container_l h5 { clear: both; margin: 20px 0 10px 0; font-size: 14px; font-weight: normal; line-height: 100%; }
.content_container_l p { margin: 0; line-height: 200%; }
.content_container_l p.p_margin-top_10 { margin-top: 10px; }
.content_container_l p.p_margin-top_20 { margin-top: 20px; }
.content_container_l p.p_margin-top_20_line { border-top: 1px solid #E6E6E6; margin-top: 20px; padding-top: 20px; }
.content_container_l p.p_margin-bottom_20 { margin-bottom: 20px; }
.content_container_l p.p_text-align_center { text-align: center; }
.content_container_l p img { width: 100%; height: auto; }
.content_container_l ul { margin: 0; padding: 0; line-height: 200%; }
.content_container_l ul li { background: url(../images/list_circle_sp.png) no-repeat 0 11px; background-size: auto 5px; padding-left: 10px; list-style: none; }
.content_container_l ul li.li_caution_line { background: url(../images/list_circle.png) no-repeat 0 19px; border-top: 1px solid #A83B26; border-bottom: 1px solid #A83B26; margin: 10px 0; padding-top: 10px; padding-bottom: 10px; }
.content_container_l ul.ul_margin-top_20 { margin-top: 15px; }
.content_container_l ul.ul_margin-bottom_20 { margin-bottom: 15px; }
.content_container_l ol { margin: 0 0 0 20px; padding: 0; line-height: 200%; }
.content_container_l ol.ol_margin_20_30 { margin: 20px 0 0 28px !important; padding: 0; line-height: 200%; }
.content_container_l ol.ol_margin-top_20 { margin-top: 15px; }
.content_container_l ol.ol_margin-left_30 { margin: 0 0 0 28px !important; padding: 0; line-height: 200%; }
.content_container_l img.img_margin-left { float: right; margin-left: 20px; width: 46%; height: auto; }
.content_container_l img.img_margin-bottom { margin: 0 0 20px; }
.content_container_l img.img_margin-bottom-left { float: right; margin: 0 0 40px 20px; width: 46%; height: auto; }
.content_container_l .caution_box { border: 1px solid #A83B26; margin: 20px 0; padding: 10px; width: 100%; }
.content_container_l .term_box { border: 1px solid #E6E6E6; margin: 20px 0; padding: 0 10px 20px; width: 100%; height: 160px; overflow: scroll; }
/* Home */
.h1_container { width: 100%; display: block; }
.h1_home_jp { margin: 30px 0 0 0; font-size: 18px; font-weight: normal; line-height: 100%; }
.h1_home_en { margin: 10px 0 0 0; color: #808080; font: 10px 'Lato', sans-serif; line-height: 100%; }
.service_container_translation { width: 100%; border: 1px solid #E6E6E6; margin: 30px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_edit { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_publish { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_patent { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_mononov_2nd { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_prwire { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_seminar { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_temp { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.service_container_mononov { width: 100%; /* border: 1px solid #E6E6E6; */ margin-bottom: 20px; overflow: hidden; }
.service_container_writing { width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.icon_translation_home { width: 100%; height: 47px; background: url(../images/icon_translation_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_edit_home { width: 100%; height: 47px; background: url(../images/icon_edit_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_publish_home { width: 100%; height: 47px; background: url(../images/icon_publish_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_patent_home { width: 100%; height: 47px; background: url(../images/icon_patent_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_mononov_home { width: 100%; height: 47px; background: url(../images/icon_mononov_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_prwire_home { width: 100%; height: 47px; background: url(../images/icon_prwire_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_seminar_home { width: 100%; height: 47px; background: url(../images/icon_seminar_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_temp_home { width: 100%; height: 47px; background: url(../images/icon_temp_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_writing_home { width: 100%; height: 47px; background: url(../images/writing_04.svg) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.h2_home_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_home_en { margin-top: 6px; color: #808080; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_home { margin: 15px 0 10px 0 !important; font-size: 14px !important; line-height: 175% !important; }
.btn_home_translation { margin-top: 15px; width: 100%; height: 40px; }
.btn_home_translation a { display: block; background: #0067B0 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 38px; }
.btn_home_edit { margin-top: 15px; width: 100%; height: 40px; }
.btn_home_edit a { display: block; background: #1AA692 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 38px; }
.btn_home_publish { margin-top: 15px; width: 100%; height: 40px; }
.btn_home_publish a { display: block; background: #EE782B url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.btn_home_patent { margin-top: 15px; width: 100%; height: 40px; }
.btn_home_patent a { display: block; background: #6356A3 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.btn_home_mononov { margin-top: 15px; width: 100%; height: 40px; }
.btn_home_mononov a { display: block; background: #EE3426 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.btn_home_prwire { margin-top: 15px; width: 100%; height: 40px; font-size: 12px; }
.btn_home_prwire a { display: block; background: #0FA8E2 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.btn_home_seminar { margin-top: 15px; width: 100%; height: 40px; font-size: 12px; }
.btn_home_seminar a { display: block; background: #38B063 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.btn_home_temp { margin-top: 15px; width: 100%; height: 40px; font-size: 12px; }
.btn_home_temp a { display: block; background: #074871 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 30px; color: #fff; text-decoration: none; line-height: 40px; }
.h2_home_container { clear: both; border-bottom: 1px solid #1AA692; margin: 20px 0; padding-top: 20px; overflow: hidden; }
.h2_home_container h2 { float: left; margin: 0; padding-bottom: 20px; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_home_container .h2_home_en { float: left; margin: 6px 0 0 20px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.news_home_list { float: right; background: url(../images/arrow_list.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 1px; padding-left: 18px; font-size: 12px; }
.news_home_list a { text-decoration: none; }
.news_home ul li { background: none; border-bottom: 1px dotted #E6E6E6; margin-top: 9px; padding: 0 0 6px 0; overflow: hidden; }
.news_home ul li.news_home_last { background: none; border-bottom: none; margin-top: 10px; padding: 0; overflow: hidden; }
.news_home ul li .news_home_date { float: left; background: url(../images/arrow_news.png) no-repeat right 50%; background-size: 5px auto; margin-right: 5px; padding: 0 10px 0 0; color: #797B7B; }
.news_home ul li .news_home_newwindow { float: left; width: 105px; background: url(../images/arrow_window.png) no-repeat right 50%; margin-right: 4px; color: #797B7B; }
.news_home ul li .news_home_news { float: left; width: 100%; }
.news_home ul li .news_home_news a { text-decoration: none; }
.news_home_news_dl { /* border-top: 1px dotted #E6E6E6; */ margin: 0 0 -20px 0; }
.news_home_news_dl dt { position: relative; margin: 0; padding: 0; color: #005296; text-decoration: none; }
.news_home_news_dl dd { margin: 0; padding: 0 0 20px 0; position: relative; }
.temp_home_list { float: right; background: url(../images/arrow_list.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 1px; padding-left: 18px; font-size: 12px; }
.temp_home_list a { text-decoration: none; }
.temp_home ul li { background: none; border-bottom: 1px dotted #E6E6E6; margin-top: 9px; padding: 0 0 6px 0; overflow: hidden; }
.temp_home ul li a { background: url(../images/arrow_news.png) no-repeat left 50%; background-size: 5px auto; padding: 0 0 0 10px; text-decoration: none; }
/* Same height */
.in_container_home { margin: 0; padding: 0; }
.in_container_home_s { margin: 0; padding: 0; }
/* Shortcut */
.shortcut_home { display: none; }
/* Service */
.content_title_container_service { background: url(../images/bg_h1_service.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
.service_container_translation_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_edit_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_publish_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_patent_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_mononov_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_prwire_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_seminar_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.service_container_temp_service { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px; overflow: hidden; }
.icon_translation_service { width: 100%; height: 47px; background: url(../images/icon_translation_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_edit_service { width: 100%; height: 47px; background: url(../images/icon_edit_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_publish_service { width: 100%; height: 47px; background: url(../images/icon_publish_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_patent_service { width: 100%; height: 47px; background: url(../images/icon_patent_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_mononov_service { width: 100%; height: 47px; background: url(../images/icon_mononov_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_prwire_service { width: 100%; height: 47px; background: url(../images/icon_prwire_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_seminar_service { width: 100%; height: 47px; background: url(../images/icon_seminar_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
.icon_temp_service { width: 100%; height: 47px; background: url(../images/icon_temp_home.png) no-repeat 0 0; background-size: auto 30px; border-bottom: 1px solid #333333; margin: 0; padding-left: 50px; }
h2.h2_service_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_service_en { margin-top: 6px; color: #808080; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_service { margin: 15px 0 10px 0 !important; font-size: 14px !important; line-height: 175% !important; }
.service_translation_detail { float: right; background: url(../images/arrow_translation.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.service_translation_detail a { text-decoration: none; }
.service_publish_detail { float: right; background: url(../images/arrow_publish.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.service_publish_detail a { text-decoration: none; }
.service_edit_detail { float: right; background: url(../images/arrow_edit.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.service_edit_detail a { text-decoration: none; }
.service_patent_detail { float: right; background: url(../images/arrow_patent.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.service_patent_detail a { text-decoration: none; }
.service_mononov_detail { float: right; background: url(../images/arrow_mononov.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.service_mononov_detail a { text-decoration: none; }
.service_prwire_detail { float: right; background: url(../images/arrow_prwire.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 12px; }
.service_prwire_detail a { text-decoration: none; }
.service_seminar_detail { float: right; background: url(../images/arrow_seminar.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 12px; }
.service_seminar_detail a { text-decoration: none; }
.service_temp_detail { float: right; background: url(../images/arrow_temp.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 12px; }
.service_temp_detail a { text-decoration: none; }
/* Same height */
.in_container_service { margin: 0; padding: 0; }
/* Taranslation */
.translation_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 20px 10px; overflow: hidden; }
.translation_container_l p { margin-top: 15px; }
.translation_container_l_margin-bottom_40 { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 20px 10px; overflow: hidden; }
.translation_container_l_margin-bottom_40 p { margin-top: 15px; }
.translation_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 20px 10px; overflow: hidden; }
.translation_container_r p { margin-top: 15px; }
.line_translation { width: 100%; height: 47px; border-bottom: 1px solid #0067B0; margin: 0; padding: 0; }
.line_translation_s { width: 100%; height: 47px; margin: 0; padding: 0; }
h4.h4_translation_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h4_translation_en { margin-top: 6px; color: #0067B0; font: 10px 'Lato', sans-serif; line-height: 100%; }
.translation_detail { float: right; background: url(../images/arrow_translation.png) no-repeat 0 3px; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.translation_detail a { text-decoration: none; }
.h2_container_translation { clear: both; background: url(../images/bg_h2_translation.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; margin-top: 40px; padding-top: 20px; overflow: hidden; }
.h2_container_translation h1 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_translation h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_translation .h2_en { margin: 0 0 20px; color: #0067B0; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h2_container_translatio_margin-top_40 { background: url(../images/bg_h2_translation.png) no-repeat 0 0; background-size: auto 2px; border-bottom: 1px solid #E6E6E6; width: 710px; margin-top: 40px; padding-top: 22px; overflow: hidden; }
.h2_container_translatio_margin-top_40 h2 { float: left; margin: 0; padding-bottom: 20px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_translatio_margin-top_40 .h2_en { float: left; margin: 15px 0 0 20px; color: #0067B0; font: 10px 'Lato', sans-serif; line-height: 100%; }
h3.h3_translation_index { margin: 0; padding: 20px 0 0; color: #0067B0; }
h3.h3_translation_index_line { border-bottom: 1px solid #E6E6E6; margin: 0 0 20px; padding: 20px 0 10px; }
h3.h3_translation_index_line_top { border-bottom: 1px solid #E6E6E6; margin: 20px 0; padding-bottom: 10px; }
h3.h3_transration_clear_none { clear: none; margin: 40px 0 20px 0; color: #0067B0; }
ul.language_colum { width: 100%; margin: 0; padding: 0; overflow: hidden; }
ul.language_colum_r { width: 100%; margin: 0; padding: 0; overflow: hidden; }
ul.language_colum_margin-bottom_0 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.language_colum li { list-style: none; }
.language_colum_margin-bottom_0 li { list-style: none; }
.language_colum_r li { list-style: none; }
.language_colum li a { text-decoration: none; }
.language_colum_r li a { text-decoration: none; }
.language_colum_margin-bottom_0 li a { text-decoration: none; }
h3.h3_translation { margin: 40px 0 20px 0; color: #0067B0; }
h3.h3_translation_margin-top_20 { margin: 20px 0 20px 0; color: #0067B0; }
h3.h3_translation_line { border-top: 1px dotted #E6E6E6; margin: 20px 0 20px 0; padding-top: 20px; color: #0067B0; }
h4.h4_translation { clear: both; margin: 40px 0 20px 0; color: #0067B0; font-size: 16px; font-weight: normal; line-height: 100%; }
h4.h4_translation_margin-top_20 { clear: both; margin: 20px 0 20px 0; color: #0067B0; font-size: 16px; font-weight: normal; line-height: 100%; }
h4.h4_translation_line { clear: both; border-top: 1px dotted #E6E6E6; margin: 20px 0 20px 0; padding-top: 20px; font-size: 16px; font-weight: normal; line-height: 100%; }
h5.h5_translation_line { clear: both; border-top: 1px dotted #E6E6E6; margin: 20px 0 20px 0; padding-top: 20px; font-size: 14px; font-weight: normal; line-height: 100%; }
h5.h5_margin-top_40 { margin: 40px 0 10px 0; }
.translation_estimate { float: right; background: url(../images/arrow.png) no-repeat 0 50%; margin-top: -27px; padding-left: 10px; font-size: 12px; }
.translation_estimate a { text-decoration: none; }
.translation_related { border: 1px solid #E6E6E6; margin-top: 20px; padding: 10px; font-size: 12px; overflow: hidden; }
.translation_related_margin-top_40 { border: 1px solid #E6E6E6; margin-top: 40px; padding: 0 10px 10px; font-size: 12px; overflow: hidden; }
.translation_related_title { margin-bottom: 5px; padding: 10px 0 0; color: #808080; }
ul.related_colum { float: left; width: 100%; margin: 10px 0 0; padding: 0; overflow: hidden; }
ul.related_colum_margin-bottom_10 { float: left; width: 100%; margin: 0; padding: 0; overflow: hidden; }
ul.related_colum_r { float: left; width: 100%; margin: 0; padding: 0; overflow: hidden; }
.related_colum li { background: url(../images/arrow_down.png) no-repeat 0 50% !important; background-size: 8px auto !important; padding: 0 0 0 13px !important; list-style: none; }
.related_colum_margin-bottom_10 li { list-style: none; }
.related_colum_r li { list-style: none; }
.related_colum li a { text-decoration: none; }
.related_colum_margin-bottom_10 li a { text-decoration: none; }
.related_colum_r li a { text-decoration: none; }
.translation_flow { position: relative; float: left; background: #FFF; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 20px 10px; }
.translation_flow:after, .translation_flow:before { position: absolute; top: 100%; border: 1px solid transparent; content: " "; width: 0; height: 0; pointer-events: none; }
.translation_flow:after { left: 50%; border-color: rgba(255, 255, 255, 0); border-top-color: #FFF; border-width: 20px; margin-left: -20px; }
.translation_flow:before { left: 50%; border-color: rgba(211, 217, 218, 0); border-top-color: #E6E6E6; border-width: 21px; margin-left: -21px; }
.translation_flow p { margin-top: 15px; }
.translation_flow_last { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 20px 0; padding: 20px 10px; overflow: hidden; }
.translation_flow_last p { margin-top: 15px; }
.line_translation_flow { float: left; width: 100%; height: 47px; border-bottom: 1px solid #0067B0; margin: 0 0 15px 0; padding: 0; overflow: hidden; }
.h3_translation_flow_num { float: left; color: #0067B0; font: 28px 'Lato', sans-serif; line-height: 100%; }
.h3_translation_flow { float: left; margin: 0 0 0 20px; overflow: hidden; }
.h3_translation_flow h3 { margin: 0; font-size: 16px; font-weight: normal; line-height: 28px; }
.h3_translation_flow_customer { float: left; border: 1px solid #A83B26; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 2px 0 0 20px; padding: 5px; color: #A83B26; font-size: 10px; line-height: 100%; }
.h3_translation_flow_co { float: left; border: 1px solid #333333; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 2px 0 0 20px; padding: 5px; color: #333333; font-size: 10px; line-height: 100%; }
.in_container_translation_flow { margin: 0; padding: 0; }
.translation_profile_line { clear: both; border-top: 1px dotted #E6E6E6; margin-top: 20px; padding-top: 20px; }
.translation_profile_detail { float: left; background: url(../images/icon_translation_category.png) no-repeat 0 4px; background-size: 12px auto; margin: 20px 0 0; padding-left: 17px; width: 100%; color: #808080; font-size: 12px; }
.translation_profile_detail_last { float: left; background: url(../images/icon_translation_category.png) no-repeat 0 4px; background-size: 12px auto; margin: 20px 0 0; padding-left: 17px; width: 100%; color: #808080; font-size: 12px; }
.translation_profile_detail a { text-decoration: none; }
.translation_profile_detail_last a { text-decoration: none; }
.translation_profile_human { float: left; background: url(../images/icon_translation_human.png) no-repeat 2px 4px; background-size: 8px auto; margin: 0 0 20px; padding-left: 17px; width: 100%; color: #808080; font-size: 12px; }
.translation_profile_human_last { float: left; background: url(../images/icon_translation_human.png) no-repeat 2px 4px; background-size: 8px auto; margin: 0 0 20px; padding-left: 17px; width: 100%; color: #808080; font-size: 12px; }
.translation_pagetop { clear: both; height: 50px; border: 1px solid #E6E6E6; text-align: center; }
.translation_pagetop a { display: block; }
.translation_voice_customer { float: left; background: url(../images/icon_translation_voice.png) no-repeat 0 4px; background-size: 12px auto; margin: 0 0 20px; padding-left: 17px; width: 100%; color: #808080; font-size: 12px; }
.translation_voice_category { float: left; background: url(../images/icon_translation_category.png) no-repeat 0 4px; background-size: 12px auto; margin: 0 20px 0 0; padding-left: 17px; color: #808080; font-size: 12px; }
.translation_voice_category a { text-decoration: none; }
.translation_contact { background: #F5F5F5; border: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding: 20px; overflow: hidden; }
.btn_translation { width: 100%; height: 50px; margin: 0; }
.btn_translation a { display: block; background: #0067B0 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; text-decoration: none; line-height: 50px; }
.btn_translation_contact { width: 100%; height: 50px; margin: 20px 0 0; }
.btn_translation_contact a { display: block; background: #808080 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 35px; color: #fff; text-decoration: none; line-height: 50px; }
.h3_translation_top_line { border-top: 1px solid #E6E6E6; margin-bottom: 20px; padding-top: 20px; color: #0067B0; }
.h3_translation_top { margin: 20px 0; color: #0067B0; }
.translation_switch { border: 1px solid #E6E6E6; margin: 40px 0 0; text-align: center; line-height: 50px; }
.translation_switch a { display: block; background: #F5F5F5 url(../images/arrow_black.png) no-repeat 20px 50%; color: #333333; font-size: 14px; text-decoration: none; }
.translation_point { border: 1px solid #E6E6E6; margin: 40px 0 0; text-align: center; line-height: 50px; }
.translation_point a { display: block; background: #F5F5F5 url(../images/arrow_black.png) no-repeat 20px 50%; color: #333333; font-size: 14px; text-decoration: none; }
.translation_v4 img { width: 100%; height: auto; }
.translation_v4 img.img_33 { width: 33%; }
/* Same height */
.in_container_translation { margin: 0; padding: 0; }
/* Shortcut */
.shortcut { display: none; }
/* Option */
.translation_option { /* background: #F5F5F5; */ border: 1px solid #E6E6E6; margin-top: 20px; padding: 0 10px 10px 10px; font-size: 12px; overflow: hidden; }
.translation_option h5 { margin: 20px 0 15px 0; }
.translation_option p { margin: 0 0 10px 0; }
/* Translation - Patent */
.red { color: #A83B26; }
.blue { color: #0067B0; }
.green { color: #1AA692; }
.h3_translation_patent_wrap { position: relative; margin : 40px 0 0; }
.h3_translation_patent_wrap:before { content: ''; display: block; background: #333333; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 100%; height: 1px; }
h3.h3_translation_patent { display: inline-block; position: relative; background-color: #fff; margin: 0; padding: 0 10px 0 0; font-size: 22px; }
.translation_patent h4 { font-size: 18px !important; font-weight: bold; }
.translation_patent h4:before { content: '〈'; }
.translation_patent h4:after { content: '〉'; }
.translation_patent h5 { margin: 0 0 14px !important; padding: 0 0 14px; font-size: 18px; font-weight: normal; }
.translation_patent p.translation_patent_title { margin: 0 0 20px; font-size: 18px; }
.translation_patent img { margin: 20px 0 0; width: 100%; height: auto; }
.translation_patent hr { height: 1px; background: #E6E6E6; background-image: -webkit-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -moz-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -ms-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -o-linear-gradient(left, #FFF, #E6E6E6, #FFF); border: 0; margin: 40px 0;}
.h5_red { border-bottom: 1px solid #A83B26; color: #A83B26; }
.h5_blue { border-bottom: 1px solid #0067B0; color: #0067B0; }
.h5_green { border-bottom: 1px solid #1AA692; color: #1AA692; }
/* .translation_patent_box { border: 1px solid #E6E6E6; margin: 0 0 20px; padding: 20px 10px; } */
.translation_patent_feature { }
.translation_patent_box { border: 1px solid #E6E6E6; margin: 0 0 20px; padding: 20px 10px; width: 100%; }
.translation_patent_box h6 { margin: 20px 0 !important; }
.translation_patent_box_h6_red { background: #A83B26; margin: 20px 0 0 !important; padding: 5px 10px !important; color: #FFFFFF; font-size: 13px; font-weight: normal !important; text-align: center; }
.translation_patent_box_h6_blue { background: #0067B0; margin: 20px 0 0 !important; padding: 5px 10px !important; color: #FFFFFF; font-size: 13px; font-weight: normal !important; text-align: center; }
.translation_patent_box_h6_green { background: #1AA692; margin: 20px 0 0 !important; padding: 5px 10px !important; color: #FFFFFF; font-size: 13px; font-weight: normal !important; text-align: center; }
.translation_patent_service { border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; }
.translation_patent_service_inner { display: flex; flex-wrap: nowrap; margin: 20px 0 0; }
.translation_patent_service_h6 { align-self: flex-start; background: #0067B0; margin: 0 20px 0 0 !important; padding: 5px !important; width: 70px; color: #FFFFFF; font-size: 13px; font-weight: normal !important; text-align: center; }
.translation_patent_service_cn ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.translation_patent_service_cn ul li { background: none; border-top: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; border-left: 3px solid #0067B0; margin: 0 0 20px; padding: 10px 20px; width: 100%; }
/* Edit */
.edit_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.edit_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin-top: 20px; padding: 20px; overflow: hidden; }
.edit_container_l p { margin-top: 15px; }
.edit_container_r p { margin-top: 15px; }
.line_edit { width: 100%; height: 47px; border-bottom: 1px solid #1AA692; margin: 0; padding: 0; }
.line_edit_s { width: 100%; height: 47px; margin: 0; padding: 0; }
h2.h2_edit_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_edit_en { margin-top: 6px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.edit_detail { float: right; background: url(../images/arrow_edit.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.edit_detail a { text-decoration: none; }
.h2_container_edit { clear: both; background: url(../images/bg_h2_edit.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 24px; padding-top: 20px; overflow: hidden; }
.h2_container_edit h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_edit .h2_en { margin: 0 0 20px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_edit { color: #1AA692; }
ul.edit_font_list { margin-top: 20px; }
ul.edit_font_list li { background: url(../images/arrow_edit.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; }
ul.edit_font_list li a { text-decoration: none; }
.edit_achivement { float: left; width: 50%; border-bottom: 1px solid #E6E6E6; margin: 0; padding: 20px 10px; text-align: center; overflow: hidden; }
.edit_achivement img { width: 60px; height: auto; }
.edit_com { margin-top: 10px; font-size: 11px; }
.edit_achivement_r { float: left; width: 50%; border-bottom: 1px solid #E6E6E6; margin: 0; padding: 20px 10px; text-align: center; overflow: hidden; }
.edit_achivement_r img { width: 60px; height: auto; }
.sp_edit_language_container { margin: 0 0 20px; overflow: hidden; }
.edit_language { float: left; width: 50%; margin: 0; padding-bottom: 10px; text-align: center; color: #FFF; font-size: 11px; overflow: hidden; }
.edit_language img { margin: 0; width: 70px; height: auto; }
.edit_language_right { float: left; width: 50%; margin: 0; padding-bottom: 10px; text-align: center; color: #FFF; font-size: 11px; overflow: hidden; }
.edit_language_right img { margin: 0 10px 0 0; width: 70px; height: auto; }
.edit_lang_english { background-color: #A83B26; }
.edit_lang_arabic { background-color: #EE782B; }
.edit_lang_chainese { background-color: #F9BD00; }
.edit_lang_german { background-color: #1AA692; }
.edit_lang_russian { background-color: #567045; }
.edit_lang_french { background-color: #43A39B; }
.edit_lang_vietnamese { background-color: #63A8D0; }
.edit_lang_mongolian { background-color: #0067B0; }
.edit_lang_thai { background-color: #6356A3; }
.edit_lang_spanish { background-color: #C26098; }
.edit_lang_korean { background-color: #DF667E; }
.edit_lang_itarian { background-color: #A98041; }
.edit_es img { width: 100%; height: auto; }
.edit_es_arrow { margin: 20px 0 0; text-align: center; }
.edit_es_arrow img { width: 40px !important; height: auto; }
.edit_contact { float: left; background: #F5F5F5; border: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding: 20px; overflow: hidden; }
.btn_edit { width: 100%; height: 50px; margin: 0; }
.btn_edit a { display: block; background: #EE782B url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; padding-left: 50px; border-radius: 2px; color: #FFFFFF; text-decoration: none; line-height: 50px; }
.btn_edit_contact { position: relative; background: #FFFFFF; border: 1px solid #EE782B; border-radius: 2px; margin: 20px 0 0; width: 100%; height: 50px; color: #EE782B; font-size: 18px; text-align: center; line-height: 100%; }
.btn_edit_contact p { position: absolute; top: 50%; margin-top: -1.2em; width: 100%; line-height: 1.2em; }
.btn_edit_contact p span { display: block; color: #808080; font-size: 12px; }
.btn_edit_contact p a { color: #EE782B; text-decoration: none; }
.edit_achivement_v2 { border-top: 1px solid #34A39B; margin: 40px 0 0; }
.edit_achivement_v2 h3 { margin: 10px 0 20px; }
.edit_achivement_v2 ul { overflow: hidden; }
.edit_achivement_v2 ul li { float: left; margin: 0 5px 0 0; font-size: 11px; }
.edit_achivement_v2 ul li.icon_design { background: #00A39C; }
.edit_achivement_v2 ul li.icon_translation { background: #0067B0; }
.edit_achivement_v2 ul li.icon_print { background: #EE782B; }
.edit_achivement_v2 ul li a { display: block; margin: 0px; padding: 0 10px 0 0; color: #FFFFFF; text-decoration: none; }
.edit_achivement_v2 .edit_ph_box { clear: both; display: flex; justify-content: space-between; }
.edit_achivement_v2 .edit_ph_box div { display: inline-flex; margin: 20px 0; width: 100%; }
.edit_achivement_v2 .edit_ph_box div img { margin: auto; width: 85.507246376%; height: auto; }
.edit_achivement_v2 .edit_ph_box_detail_li ul li { background: none; }
.edit_achivement_v2 .edit_link_detail { margin: 20px 0; }
.edit_achivement_v2 .edit_detail_v2 { border: 1px solid #E6E6E6; margin: 30px 0 0; padding: 20px; }
.edit_achivement_v2_pagenation { margin: 40px 0 0; overflow: hidden; }
.edit_achivement_v2_pagenation ul { margin: 0; padding: 0; }
.edit_achivement_v2_pagenation ul li { float: left; background: none; border: 1px solid #E6E6E6; margin: 0 5px 0 0; padding: 0; color: #333333; }
.edit_achivement_v2_pagenation ul li .current { padding: 0 10px; }
.edit_achivement_v2_pagenation ul li a { display: block; padding: 0 10px; text-decoration: none; }
/* slick.js */
.layout { position: relative; margin: 0; width: 100%; }
.layout a { color: #333333; }
.layout .slider { margin: 0; padding: 0; }
.layout .slider li { background: none; margin: 0; padding: 0; list-style: none; }
.layout .slider_vertical li img { margin: 0 auto; width: 60%; }
.slide { display: none; }
.slide li { list-style: none; }
.slide.slick-initialized { display: block; }
.slick-track { margin: 0 0 20px; }
.slick-slide { width: 100%; }
.slick-slide img { width: 100%; height: auto; }
.slick-dots { display: flex; justify-content: center; width: 100%; }
.slick-dots li { list-style: none; display: inline-block; max-width: 20%; max-hegiht: auto; margin: 0; }
.slick-dots li img { opacity: 0.5; width: 100% !important; height: auto; }
.slick-dots li.slick-active img { opacity: 1; }
.slick-arrow { }
.slick-prev { position: absolute; z-index: 999; top: 36%; left: 0; }
.slick-next { position: absolute; z-index: 999; top: 36%; right: 0; }
/* Same height */
.in_container_edit { margin: 0; padding: 0; }
/* Publish */
.publish_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.publish_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin-top: 20px; padding: 20px 10px; overflow: hidden; }
.publish_container_l p { margin-top: 15px; }
.publish_container_r p { margin-top: 15px; }
.line_publish { width: 100%; height: 47px; border-bottom: 1px solid #EE782B; margin: 0; padding: 0; }
.line_publish_s { width: 100%; height: 47px; margin: 0; padding: 0; }
h2.h2_publish_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_publish_en { margin-top: 6px; color: #EE782B; font: 10px 'Lato', sans-serif; line-height: 100%; }
.publish_detail { float: right; background: url(../images/arrow_publish.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.publish_detail a { text-decoration: none; }
.h2_container_publish { clear: both; background: url(../images/bg_h2_publish.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 24px; padding-top: 20px; overflow: hidden; }
.h2_container_publish h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_publish .h2_en { margin: 0 0 20px; color: #EE782B; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_publish_index_top { margin: 0 !important; padding: 20px 0 0 0; color: #EE782B; }
.h3_publish_index { margin: 0 !important; padding: 40px 0 0 0; color: #EE782B; }
.h3_publish_detail_top { margin: 0 !important; padding: 20px 0; color: #EE782B; }
.h3_publish_detail_top_padding-bottom_0 { margin: 0 !important; padding: 20px 0 0 0; color: #EE782B; }
.h3_publish { color: #EE782B; }
.publish_achivement_l { float: left; width: 50%; border-bottom: 1px solid #E6E6E6; margin: 0; padding: 20px 10px; text-align: center; overflow: hidden; }
.publish_achivement_l img { border: 1px solid #e6e6e6; width: auto; height: 85px; }
.publish_achivement_l a { text-decoration: none; }
.publish_title { margin-top: 10px; font-size: 11px; }
.publish_achivement_r { float: left; width: 50%; border-bottom: 1px solid #E6E6E6; margin: 0; padding: 20px 10px; text-align: center; overflow: hidden; }
.publish_achivement_r img { border: 1px solid #e6e6e6; width: auto; height: 85px; }
.publish_achivement_r a { text-decoration: none; }
.publish_achivement_l_detail_l { float: left; width: 100%; }
.publish_achivement_l_detail_l ul li ul { margin-left: 0; }
.publish_achivement_l_detail_l ol li ul li ul { margin-left: 0; }
.publish_achivement_l_detail_r { float: right; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 20px; padding: 20px; text-align: center; overflow: hidden; }
.publish_achivement_l_detail_r img { border: 1px solid #e6e6e6; width: 87px; height: auto; }
.publish_achivement_l_detail_r ul { margin-top: 10px; text-align: left; font-size: 11px; }
.btn_askycom { margin-top: 10px; width: 100%; height: 30px; }
.btn_askycom a { display: block; background: #0067B0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #fff; text-align: center; text-decoration: none; line-height: 30px; }
.btn_amazon { margin-top: 10px; width: 100%; height: 30px; }
.btn_amazon a { display: block; background: #EE782B; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #fff; text-align: center; text-decoration: none; line-height: 30px; }
.btn_ibooks { margin-top: 10px; width: 100%; height: 30px; }
.btn_ibooks a { display: block; background: #0067B0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #fff; text-align: center; text-decoration: none; line-height: 30px; }
/* Engakuji */
.slider_container_engakuji { background: url(../images/publish_sakamura.jpg) 50% 50% no-repeat; background-size: contain; width: 100%; height: 311px; margin: 0 auto; text-align: center; }
.engakuji { border: 1px solid #E6E6E6; padding: 20px; font-size: 1.846em !important; font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, メイリオ, Meiryo, serif; text-align: center; }
.engakuji span { font-size: 0.461em; font-weight: normal; }
.publish_thanks {  margin: 20px 0 0; }
.publish_thanks div { border: 1px solid #E6E6E6; margin: 20px 0 0; width: 100%; }
.publish_thanks div h3 { margin: 20px; }
/* Same height */
.in_container_publish { margin: 0; padding: 0; }
/* Patent */
.patent_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 19px 0 0; padding: 20px; overflow: hidden; }
.patent_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin-top: 20px; padding: 20px; overflow: hidden; }
.patent_container_l p { margin-top: 15px; }
.patent_container_r p { margin-top: 15px; }
.line_patent { width: 100%; height: 47px; border-bottom: 1px solid #774F8E; margin: 0; padding: 0; }
.line_patent_s { width: 100%; height: 47px; margin: 0; padding: 0; }
h2.h2_patent_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_patent_en { margin-top: 6px; color: #774F8E; font: 10px 'Lato', sans-serif; line-height: 100%; }
.patent_detail { float: right; background: url(../images/arrow_patent.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.patent_detail a { text-decoration: none; }
.h2_container_patent { clear: both; background: url(../images/bg_h2_patent.png) no-repeat 0 0; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 24px; padding-top: 20px; overflow: hidden; }
.h2_container_patent h1 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_patent h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_patent .h2_en { margin: 0 0 20px; color: #774F8E; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_patent { color: #774F8E; }
.h3_patent_padding-top_40 { padding: 40px 0 0; color: #774F8E; }
.h4_patent { margin: 40px 0 10px !important; height: 125% !important; }
.patent_h4_box_l { float: left; margin: 0; padding: 0; width: 100%; }
.patent_h4_box_l h4 { margin: 0 0 20px 0; }
.patent_h4_box_r { float: left; margin: 0 0 20px 0; padding: 0; width: 100%; }
.patent_h4_box_r h4 { margin: 0 0 20px 0; }
.patent_field_en { display: none; }
.patent_contact { background: #F5F5F5; border: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding: 20px; overflow: hidden; }
.btn_patent { float: left; width: 100%; height: 50px; margin: 0 0 20px; }
.btn_patent a { display: block; background: #774F8E url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; font-size: 12px; text-decoration: none; line-height: 50px; }
.btn_patent_contact { float: left; width: 100%; height: 50px; margin-right: 20px; }
.btn_patent_contact a { display: block; background: #808080 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 35px; color: #fff; text-decoration: none; line-height: 50px; }
.patent_flow { position: relative; float: left; background: #FFF; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 20px; }
.patent_flow:after, .patent_flow:before { position: absolute; top: 100%; border: 1px solid transparent; content: " "; width: 0; height: 0; pointer-events: none; }
.patent_flow:after { left: 50%; border-color: rgba(255, 255, 255, 0); border-top-color: #FFF; border-width: 20px; margin-left: -20px; }
.patent_flow:before { left: 50%; border-color: rgba(211, 217, 218, 0); border-top-color: #E6E6E6; border-width: 21px; margin-left: -21px; }
.patent_flow p { margin-top: 15px; }
.patent_flow_last { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 20px 0; padding: 20px; overflow: hidden; }
.patent_flow_last p { margin-top: 15px; }
.line_patent_flow { float: left; width: 100%; height: 47px; border-bottom: 1px solid #774F8E; margin: 0 0 15px 0; padding: 0; }
.h3_patent_flow_num { float: left; color: #774F8E; font: 28px 'Lato', sans-serif; line-height: 100%; }
.h3_patent_flow { float: left; margin-left: 20px; }
.h3_patent_flow h3 { margin: 0; font-size: 16px; font-weight: normal; line-height: 28px; }
.h3_patent_flow_process { float: left; border: 1px solid #774F8E; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 2px 0 0 20px; padding: 5px; color: #774F8E; font-size: 11px; line-height: 100%; }
.in_container_patent_flow { margin: 0; padding: 0; }
.patent_chart_l { width: 100%; }
.patent_chart_r { width: 100%; }
/* Temp */
.slider_container_portal_03 { background: url(../images/temp_home_01.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 144px; margin: 0 auto; text-align: center; }
.slider_container_portal_03 img { margin: 62px 0 0 0; width: 280px; height: auto; }
h2.h2_temp_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_temp_en { margin-top: 6px; color: #074871; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h2_container_temp { background: url(../images/bg_h2_temp.png) no-repeat 0 0; background-size: auto 2px; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding-top: 22px; overflow: hidden; }
.h2_container_temp h2 { float: left; margin: 0; padding-bottom: 20px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_temp .h2_en { float: left; margin: 15px 0 0 20px; color: #074871; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_temp { color: #074871; }
.h3_temp_top { margin: 20px 0; color: #074871; }
.h3_temp_line { border-top: 1px solid #E6E6E6; padding: 20px 0 0; color: #074871; }
.container_temp { clear: both; }
.container_temp p { clear: both; margin: 0 0 20px 60px; }
.btn_temp_detail { margin: 5px auto; width: 100%; height: 30px; text-align: center; }
.btn_temp_detail a { display: block; background: #074871 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; border-radius: 2px; color: #FFFFFF; text-decoration: none; line-height: 30px; }
.btn_temp_back { margin: 5px auto; width: 100%; height: 30px; text-align: center; }
.btn_temp_back a { display: block; border: 1px solid #074871; border-radius: 2px; color: #074871; text-decoration: none; line-height: 30px; }
.temp_contact { background: #F5F5F5; border: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding: 20px; overflow: hidden; }
.btn_temp { float: left; width: 100%; height: 50px; margin: 0 0 20px; }
.btn_temp a { display: block; background: #074871 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; text-decoration: none; line-height: 50px; }
.btn_temp_contact { float: left; width: 100%; height: 50px; margin: 0; }
.btn_temp_contact a { display: block; background: #808080 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 35px; color: #fff; text-decoration: none; line-height: 50px; }
.td_temp_new { float: left; background: #EE782B; border: 1px solid #EE782B; border-radius: 2px; margin: 0 5px 0 0; padding: 5px; color: #FFFFFF; font-size: 11px; line-height: 100%; }
.td_temp_kind { float: left; background: #074871; border: 1px solid #074871; border-radius: 2px; margin: 0 5px 0 0; padding: 5px; color: #FFFFFF; font-size: 11px; line-height: 100%; }
.td_temp_point { float: left; border: 1px solid #074871; border-radius: 2px; padding: 5px; margin: 0 5px 0 0; color: #074871; font-size: 11px; line-height: 100%; }
.td_temp_no { float: right; border-radius: 2px; padding: 5px; color: #808080; font-size: 11px; line-height: 100%; }
/* Seminar */
h2.h2_seminar_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_seminar_en { margin-top: 6px; color: #38B063; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h2_container_seminar { background: url(../images/bg_h2_seminar.png) no-repeat 0 0; background-size: auto 2px; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 24px; padding-top: 20px; overflow: hidden; }
.h2_container_seminar h2 { margin: 0; padding-bottom: 10px; font-size: 22px; font-weight: normal; line-height: 125%; }
.h2_container_seminar .h2_en { margin: 0 0 20px; color: #38B063; font: 10px 'Lato', sans-serif; line-height: 100%; }
.h3_seminar { color: #38B063; }
.h3_seminar_line { border-top: 1px solid #E6E6E6; padding: 20px 0 0; color: #38B063; }
.container_seminar { clear: both; }
.container_seminar p { clear: both; margin: 0 0 20px 60px; }
.btn_seminar_detail { margin: 20px auto 5px; width: 100%; height: 30px; text-align: center; }
.btn_seminar_detail a { display: block; background: #38B063 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #fff; text-decoration: none; line-height: 30px; }
.seminar_contact { background: #F5F5F5; border: 1px solid #E6E6E6; width: 100%; margin-top: 20px; padding: 20px; overflow: hidden; }
.btn_seminar { float: left; width: 100%; height: 50px; margin: 0 0 20px; }
.btn_seminar a { display: block; background: #38B063 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; text-decoration: none; line-height: 50px; }
.btn_seminar_contact { float: left; width: 100%; height: 50px; margin: 0; }
.btn_seminar_contact a { display: block; background: #808080 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 35px; color: #fff; text-decoration: none; line-height: 50px; }
.seminar_table td img { display: block; margin-top: 20px; margin-left: auto; margin-right: auto; text-align: center; width: 100%; height: auto; }
/* Column */
.content_title_container_column { background: url(../images/bg_h1_column.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
.blog_content { margin-top: 20px; font-size: 14px; line-height: 200%; word-wrap: break-word; }
.blog_content img { clear: both; display: block; margin-top: 20px; margin-right: auto; margin-left: auto; width: 50%; height: auto; max-width: 300px; }
.blog ul { margin-top: 20px; }
.blog ul li { background: none; border-top: 1px dotted #E6E6E6; margin-bottom: 9px; padding: 10px 0 0 0; overflow: hidden; }
.blog ul li.blog_last { background: none; border-bottom: none; margin-top: 10px; padding: 0; overflow: hidden; }
.blog ul li .blog_list_date { float: left; width: 105px; background: url(../images/arrow_news.png) no-repeat right 50%; background-size: 5px auto; margin-right: 5px; color: #797B7B; }
.blog ul li .blog_title { float: left; width: 100%; }
.blog ul li .blog_title span { display: block; color: #808080; }
.blog ul li .blog_title a { text-decoration: none; }
.blog_caution { border: 1px solid #E6E6E6; margin-top: 20px; padding: 10px; font-size: 12px; overflow: hidden; }
.blog_caution a { text-decoration: none; }
.blog_time { display: block; color: #808080; font-size: 12px; }
.blog_date { padding-top: 20px; text-align: right; color: #808080; font-size: 12px; }
.blog_writer { text-align: right; color: #808080; font-size: 12px; }
.blog_translation { margin: 10px 0 5px 0; color: #774F8E; text-align: center; }
.blog_translation img { width: 20px; height: 15px; }
.blog_point { padding-top: 20px; border-top: 1px solid #1AA692; color: #1AA692; }
.blog_social { display: none; }
.blog_profile { border: 1px solid #E6E6E6; margin-top: 20px; padding: 10px; font-size: 12px; overflow: hidden; }
.blog_profile h3 { clear: none; margin: 0; padding: 0; font-size: 16px; }
.blog_profile h4 { margin: 0; padding: 20px 0 0; font-size: 14px; }
.blog_profile ul { margin-top: 10px; }
.blog_profile ul li { margin: 0; }
.blog_profile ul li a { text-decoration: none; }
.blog_profile img { float: right; }
ul li ol li { background: none !important; padding-left: 0 !important; list-style: decimal !important; }
ol.lower-roman li { list-style-type: lower-roman !important; }
.btn_column { float: left; width: 100%; height: 50px; margin: 0 0 20px; }
.btn_column a { display: block; background: #769C00 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; font-size: 12px; text-decoration: none; line-height: 50px; }
.btn_column_contact { float: left; width: 100%; height: 50px; margin: 0; }
.btn_column_contact a { display: block; background: #808080 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 35px; color: #fff; text-decoration: none; line-height: 50px; }
.btn_column_estimate { float: left; width: 100%; height: 50px; margin: 0; }
.btn_column_estimate a { display: block; background: #0067B0 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding-left: 50px; color: #fff; font-size: 12px; text-decoration: none; line-height: 50px; }
.column_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.column_container_l p { margin-top: 15px; }
.column_container_l p img { width: 60px; height: auto; }
.column_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0; padding: 20px 10px; overflow: hidden; }
.column_container_r p { margin-top: 15px; }
.column_container_r p img { width: 60px; height: auto; }
.line_column { width: 100%; height: 47px; margin: 0; padding: 0; }
.h2_column_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 100%; }
.h2_column_en { margin-top: 6px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.column_detail { float: right; background: url(../images/arrow_employment.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 20px; padding-left: 18px; font-size: 13px; }
.column_detail a { text-decoration: none; }
.column_state_active { position: relative; background-color: #769C00; width: 100%; height: 20px; color: #FFF; text-align: center; text-decoration: none; font-size: 12px; line-height: 20px; overflow: hidden; }
.column_q { margin-top: 20px; padding: 20px 0; border-top: 1px dotted #E6E6E6; border-bottom: 1px dotted #E6E6E6; font-weight: bold; }
.in_container_column p img { float: right; margin: 0 0 10px 10px; }
.column_underline { text-decoration: underline; }
.column_table tr th { background: #E6E6E6; padding: 10px 10px 6px 9px; }
/* Same height */
.in_container_patent { margin: 0; padding: 0; }
.in_container_column { margin: 0; padding: 0; }
/* FAQ */
.faqs { /* border-top: 1px dotted #E6E6E6; */ margin: 0 0 -20px 0; padding-top: 20px; }
.faqs dt { position: relative; background: url(../images/icon_q.png) no-repeat 0 2px; background-size: 15px auto; margin: 0; padding: 0 0 20px 20px; color: #005296; text-decoration: underline; }
.faqs dd { background: url(../images/icon_a.png) no-repeat 0 2px; background-size: 15px auto; margin: 0 0 0 20px; padding: 0 0 20px 20px; position: relative; }
/* Employment */
.content_container_l h3.h3_wanted { border-top: 1px solid #E6E6E6; margin-bottom: 0; padding-top: 20px; color: #A83B26; }
h3.h3_employment_index { margin: 0; padding: 40px 0 0 0; color: #1AA692; }
h3.h3_employment { margin: 0; padding: 20px 0 0 0; color: #1AA692; }
.content_title_container_employment { background: url(../images/bg_h1_employment.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
.employment_container_l { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 10px; overflow: hidden; }
.employment_container_l p { margin-top: 15px; }
.employment_container_l_deactive { float: left; width: 100%; border: 1px solid #E6E6E6; margin: 20px 0 0 0; padding: 10px; overflow: hidden; }
.employment_container_l_deactive p { margin-top: 15px; }
.employment_container_r { float: left; width: 100%; border: 1px solid #E6E6E6; margin-top: 20px; padding: 10px; overflow: hidden; }
.employment_container_r p { margin-top: 15px; }
.employment_container_r_deactive { float: left; width: 100%; border: 1px solid #E6E6E6; margin-top: 20px; padding: 10px; overflow: hidden; }
.employment_container_r_deactive p { margin-top: 15px; }
.line_employment { width: 100%; margin: 10px 0 20px; padding: 0; }
.h2_employment_jp { margin: 0; font-size: 16px; font-weight: normal; line-height: 150%; }
.h2_employment_en { margin-top: 6px; color: #1AA692; font: 10px 'Lato', sans-serif; line-height: 100%; }
.employment_detail { float: right; background: url(../images/arrow_employment.png) no-repeat 0 40%; background-size: auto 13px; margin: 20px 0 10px; padding-left: 18px; font-size: 13px; }
.employment_detail a { text-decoration: none; }
.employment_state_active { position: relative; background-color: #A83B26; width: 100%; height: 20px; color: #FFF; text-align: center; text-decoration: none; font-size: 12px; line-height: 20px; overflow: hidden; }
.employment_state_deactive { position: relative; background-color: #808080; width: 100%; height: 20px; color: #FFF; text-align: center; text-decoration: none; font-size: 12px; line-height: 20px; overflow: hidden; }
.employment_img_box { width: 100%; text-align: center; }
.employment_img_box .employment_img { margin: 20px 0 0; }
/* Partner */
.employment_title_txt_jp { margin: 43px 20px 0; font-size: 14px; font-weight: normal; line-height: 1.5; }
.employment h2 { margin: 40px 10px; font-size: 24px; line-height: 1.5; }
.employment p { margin: 0 0 40px; padding: 0 10px; color: #333333; line-height: 1.5; }
.employment_index { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 20px 0 0; }
.employment_index a { position: relative; border: 1px solid #E6E6E6; margin: 0 10px 20px; padding: 20px; width: 100%; text-decoration: none; }
.employment_index_inner  { text-align: center; }
.employment_index_inner img { width: 100%; }
.employment_index_inner h3 { margin: 20px 0 !important; color: #333333; font-size: 22px; text-align: center; }
.employment_index_inner p { margin: 0; text-align: left; }
.employment_index_btn_box { position: relative; margin: 20px 0 0; width: 100%; }
.employment_index_btn { display: block; background: #1AA692 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; border-radius: 2px; margin: 20px 0 0; padding-left: 30px; color: #FFFFFF; text-decoration: none; line-height: 38px; }
.h2_employment_partner_wrap { position: relative; margin : 40px 10px 20px; }
.h2_employment_partner_wrap:before { content: ''; display: block; background: #333333; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 100%; height: 1px; }
.h2_employment_partner_wrap h2 { display: inline-block; position: relative; background-color: #fff; margin: 0; padding: 0 10px 0 0; font-size: 22px; font-weight: normal; }
/* .employment_partner h2 { margin: 0; padding: 20px 0; width: 100%; color: #333333; font-size: 18px; }
.employment_partner h2:before { content: '〈'; }
.employment_partner h2:after { content: '〉'; } */
.employment_partner_h2_urgent { color: #A83B26 !important; }
.employment_partner_h2_wanted { color: #0067B0 !important; }
.employment_partner_h2_always { color: #1AA692 !important; }
.employment_partner_inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.employment_partner_inner::after { content: ""; display: block; width: 100%; }
.employment_partner_inner a { position: relative; border: 1px solid #E6E6E6; margin: 0 10px 20px; padding: 0 10px 20px; width: 100%; color: #333333; text-decoration: none; }
.employment_partner_inner h3 { margin: 14px 0 !important; padding: 0 0 14px; font-size: 16px; font-weight: bold; line-height: 1.5; }
.employment_partner_inner ul { margin: 20px 0; padding: 0 0 0 1em; }
.employment_partner_h3_urgent { border-bottom: 1px solid #A83B26; color: #333333; }
.employment_partner_h3_wanted { border-bottom: 1px solid #0067B0; color: #333333; }
.employment_partner_h3_always { border-bottom: 1px solid #1AA692; color: #333333; }
.employment_partner_inner p { margin: 14px 0 20px;; color: #333333; line-height: 1.5; }
.employment_partner_inner .date { position: relative; right: 10px;; margin: 14px 0 0; color: #808080; font-size: 12px; line-height: 1; text-align: right; }
.employment_partner_btn_box { position: relative; width: 100%; }
.employment_partner_btn_urgent { display: block; background: #A83B26 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; border-radius: 2px; margin: 20px 0 0; padding-left: 30px; color: #FFFFFF; text-decoration: none; line-height: 38px; }
.employment_partner_btn_wanted { display: block; background: #0067B0 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; border-radius: 2px; margin: 20px 0 0; padding-left: 30px; color: #FFFFFF; text-decoration: none; line-height: 38px; }
.employment_partner_btn_always { display: block; background: #1AA692 url(../images/arrow_btn.png) no-repeat 15px 50%; background-size: 5px auto; border-radius: 2px; margin: 20px 0 0; padding-left: 30px; color: #FFFFFF; text-decoration: none; line-height: 38px; }
.employment_partner_ul { /* display: flex; flex-wrap: wrap; justify-content: flex-start; */ margin: 20px 0 0; }
.employment_partner_ul_single { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 20px 0; }
ul.employment_partner_cat { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: 0; list-style: none; }
ul.employment_partner_cat li { margin: 0 5px 5px 0; padding: 5px 10px !important; color: #FFFFFF; font-size: 12px; line-height: 1; }
ul.employment_partner_cat li.icon_urgent { background: #A83B26; }
ul.employment_partner_cat li.icon_wanted { background: #0067B0; }
ul.employment_partner_cat li.icon_always { background: none; border: 1px solid #1AA692; color: #1AA692; } 
ul.employment_partner_tag { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: 0; list-style: none; }
ul.employment_partner_tag li { background: #1AA692; margin: 0 5px 5px 0; padding: 5px 10px !important; color: #FFFFFF; font-size: 12px; line-height: 1; }
ul.employment_partner_lang { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: 0; list-style: none; }
ul.employment_partner_lang li { background: #0067B0; margin: 0 5px 5px 0; padding: 5px 10px !important; color: #FFFFFF; font-size: 12px; line-height: 1; }
/* Same height */
.in_container_employment { margin: 0; padding: 0; }
/* Portal */
.slider_container_portal { background: url(../images/portal_home_01.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 144px; margin: 0 auto; text-align: center; }
.slider_container_portal img { margin: 62px 0 0 0; width: 280px; height: auto; }
.slider_container_portal_02 { background: url(../images/portal_home_02.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 144px; margin: 0 auto; text-align: center; }
.slider_container_portal_02 img { margin: 62px 0 0 0; width: 280px; height: auto; }
.slider_container_portal_04 { background: url(../images/portal_home_03.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 144px; margin: 0 auto; text-align: center; }
.slider_container_portal_04 img { margin: 62px 0 0 0; width: 280px; height: auto; }
.step { margin: 20px 0 0 0; }
.step_num { float: left; background: #1AA692; margin: 0 0 20px 0; width: 20px; height: 20px; color: #FFF; line-height: 20px; text-align: center; }
.step_detail { margin: 0 0 0 30px; }
.step_detail h4  { clear: none; margin: 0; font-size: 16px; font-weight: normal; line-height: 20px; }
/* Company */
.content_title_container_com { background: url(../images/bg_h1_com.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
.content_container_l img.img_sign { float: right; margin: 20px 0 0 20px; width: 80px; height: auto; }
.customer_colum { float: left; margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.customer_colum_r { float: left; margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.customer_colum li { width: 100% !important; padding-right: 20px !important; font-size: 12px; list-style: none; }
.customer_colum_r li { background: none !important; width: 224px !important; padding-left: 0 !important; font-size: 12px; list-style: none; }
.iso_colum { margin: 40px 0 0; }
.iso_colum div { width: 100%; text-align: center; }
#google_map { width: 100%; height: 320px; margin-top: 24px; }
/* News */
.content_title_container_news { background: url(../images/bg_h1_news.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
.news_list { float: right; background: url(../images/arrow_list.png) no-repeat 0 40%; background-size: auto 13px; margin-top: 1px; padding-left: 18px; font-size: 12px; }
.news_list a { text-decoration: none; }
.news ul li { background: none; border-bottom: 1px dotted #E6E6E6; margin-top: 9px; padding: 0 0 6px 0; overflow: hidden; }
.news ul li.news_last { background: none; border-bottom: none; margin-top: 10px; padding: 0; overflow: hidden; }
.news ul li .news_date { float: left; width: 105px; background: url(../images/arrow_news.png) no-repeat right 50%; background-size: 5px auto; margin-right: 5px; color: #797B7B; }
.news ul li .news_newwindow { float: left; width: 105px; background: url(../images/arrow_window.png) no-repeat right 50%; margin-right: 4px; color: #797B7B; }
.news ul li .news_news { float: left; width: 100%; }
.news ul li .news_news a { text-decoration: none; }
.news_news_dl { margin: 0; }
.news_news_dl dt { position: relative; margin: 0; padding: 0; color: #005296; text-decoration: none; }
.news_news_dl dd { margin: 0; padding: 0 0 20px 0; position: relative; }
.p_news_date { padding-top: 20px; text-align: right; color: #808080; font-size: 12px; }
.img_news { margin: 20px 0 0; text-align: center; }
.img_news img { width: 240px; height: auto; }
.img_news_left { text-align: center; }
.img_news_left img { margin: 20px 0 0; width: 240px; height: auto; }
/* Contact */
.content_title_container_contact { background: url(../images/bg_h1_contact.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
iframe { border: 1px solid #E6E6E6; width: 100%; }
/* Estimate */
.content_title_container_estimate { background: url(../images/bg_h1_estimate.png) no-repeat right bottom; border-top: 1px solid #E6E6E6; width: 100%; height: 144px; margin: 0 auto; overflow: hidden; }
iframe { border: 1px solid #E6E6E6; width: 100%; }
/* Nav trail */
#nav_trail { display: none; }
/* Table */
table { width: 100%; margin-top: 20px; line-height: 175%; }
tr { border-top: 1px dotted #E6E6E6; border-bottom: 1px dotted #E6E6E6; }
.tr_top_line { }
th { display: block; background: #E6E6E6; width: 100%; padding: 10px; vertical-align: top; text-align: left; font-weight: normal; }
td { display: block; padding: 10px 0; vertical-align: top; }
.th_top { }
.td_top { padding: 10px 0; }
.tr_last { border-bottom: 1px dotted #E6E6E6; }
.tr_last_line { }
.th_last { padding: 10px; }
.td_last { padding: 10px 0; }
.translation_price { border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 10px; line-height: 175%; }
.translation_price tr { }
.translation_price th { background: #E6E6E6; width: 100%; padding: 5px; }
.translation_price td { /* border-left: 1px dotted #E6E6E6; */ width: 100%; padding: 5px; }
.translation_price_4 { border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 10px; line-height: 175%; }
.translation_price_4 tr { }
.translation_price_4 th { background: #E6E6E6; border: none; width: 100%; padding: 5px; }
.translation_price_4 td { /* border-left: 1px dotted #E6E6E6; */ width: 100%; padding: 5px; }
.translation_price_4 .tp_list { width: 100%; }
.translation_price strong, .translation_price_4 strong { color: #1AA692; }
.temp_table { border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; width: 100%; margin-top: 20px; line-height: 175%; }
.temp_table tr { border-bottom: none; }
.temp_table th { background: #E6E6E6; border-bottom: 1px solid #E6E6E6; padding: 9px; }
/* .temp_table th.th_temp_ttl { border-top: 2px solid #074871; } */
.temp_table th.th_temp_ttl h4 { margin: 5px 0; padding: 0; font-size: 14px; font-weight: bold; line-height: 100%; }
.temp_table th.th_temp_ttl h4 a { color: #0067B0; text-decoration: underline; }
.temp_table td { border-bottom: 1px dotted #E6E6E6; }
.temp_table td.td_temp_icon { background: #E6E6E6; padding: 10px; overflow: hidden; }
.temp_table td strong { color: #333333; }
.temp_table td img { display: block; margin-top: 20px; margin-left: auto; margin-right: auto; text-align: center; }
/* Form (Estimate, Contact) */
.input_s { background-color: #FFF; margin-bottom: 5px; border: 1px solid #E6E6E6; width: 124px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.input_s_margin-right { background-color: #FFF; margin: 0 5px 5px 0; border: 1px solid #E6E6E6; width: 124px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.input_m { background-color: #FFF; margin-bottom: 5px; width: 257px; border: 1px solid #E6E6E6; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.input_l { background-color: #FFF; margin-bottom: 5px; width: 390px; border: 1px solid #E6E6E6; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
input:focus { border: 1px solid #E98D8E; outline: none; }
ul.input_list li { background: none; padding: 0; }
.input_radio { margin-right: 5px; }
select { background-color: #FFF; margin-bottom: 5px; border: 1px solid #E6E6E6; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
select:focus { outline: none; }
textarea { background-color: #FFF; margin-bottom: 5px; border: 1px solid #E6E6E6; }
.textarea_l { width: 390px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
textarea:focus { border: 1px solid #E98D8E; outline: none; }
input.btn_estimate { display: block; background: #0067B0 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; width: 260px; height: 50px; border: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 15px 0 0 167px; padding-left: 50px; color: #fff; text-align: left; text-decoration: none; line-height: 50px; }
input.btn_estimate_confirm { display: block; float: left; background: #0067B0 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; width: 260px; height: 50px; border: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 30px 0 0 20px; padding-left: 50px; color: #fff; text-align: left; text-decoration: none; line-height: 50px; }
input.btn_contact { display: block; float: left; background: #769C00 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; width: 260px; height: 50px; border: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 15px 0 0 167px; padding-left: 50px; color: #fff; text-align: left; text-decoration: none; line-height: 50px; }
input.btn_back { display: block; float: left; background: #808080 url(../images/arrow_btn_back.png) no-repeat 15px 50%; width: 260px; height: 50px; border: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 30px 0 0 167px; padding-left: 35px; color: #fff; text-align: left; text-decoration: none; line-height: 50px; }
input.btn_confirm { display: block; float: left; background: #769C00 url(../images/arrow_btn_estimate.png) no-repeat 15px 50%; background-size: 20px auto; width: 260px; height: 50px; border: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 30px 0 0 20px; padding-left: 50px; color: #fff; text-align: left; text-decoration: none; line-height: 50px; }
.form_p_padding-bottom_5 { padding-bottom: 5px; }
.contact_form tr td div { float : left; }
.contact_form_space { float: left; }
.contact_form_space_clear, #formFieldOther, #formPurposeOther { clear: both; }
#formFamilyName_error, #formLastName_error, #formPhone1_error, #formPhone2_error, #formPhone3_error, #formMail1_error, #formMail2_error, #formLanguage_error, #formField_error, #formPurpose_error, #formDate_error, #formText_error { color: #A83B26; font-size: 12px; }
/* Sitemap */
.content_container_l h3.h3_sitemap { margin: 0 0 20px 0; padding-top: 40px; color: #1AA692; }
.content_container_l h3.h3_sitemap a { color: #1AA692; text-decoration: none; }
.content_container_l h3.h3_sitemap_top { margin: 20px 0; color: #1AA692; }
.content_container_l h3.h3_sitemap_top a { color: #1AA692; text-decoration: none; }
.content_container_l h4.h4_sitemap a { color: #333333; text-decoration: none; }
.content_container_l h4.h4_sitemap_padding-top_20 { padding-top: 20px; }
.content_container_l h4.h4_sitemap_padding-top_20 a { color: #333333; text-decoration: none; }
.sitemap_colum { margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.sitemap_colum_r { margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.sitemap_colum li { background: none !important; width: 100% !important; padding-right: 20px !important; padding-left: 0 !important; font-size: 12px; list-style: none; }
.sitemap_colum_r li { background: none !important; width: 100% !important; padding-left: 0 !important; font-size: 12px; list-style: none; }
.sitemap_colum li a { background: url(../images/arrow_sitemap.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; color: #333333; text-decoration: none; }
.sitemap_colum_r li a { background: url(../images/arrow_sitemap.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; color: #333333; text-decoration: none; }
.sitemap_colum_service { margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.sitemap_colum_service_r { margin: 0; padding: 0; line-height: 175%; overflow: hidden; }
.sitemap_colum_service li { background: none !important; width: 100% !important; padding-right: 20px !important; padding-left: 0 !important; font-size: 12px; list-style: none; }
.sitemap_colum_service_r li { background: none !important; width: 100% !important; padding-left: 0 !important; font-size: 12px; list-style: none; }
.sitemap_colum_service li a { padding-left: 18px; color: #333333; text-decoration: none; }
.sitemap_colum_service_r li a { padding-left: 18px; color: #333333; text-decoration: none; }
.sitemap_colum_blue { background: url(../images/arrow_translation.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_green { background: url(../images/arrow_edit.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_orange { background: url(../images/arrow_publish.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_purple { background: url(../images/arrow_patent.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_mononov { background: url(../images/arrow_mononov.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_prwire { background: url(../images/arrow_prwire.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_seminar { background: url(../images/arrow_seminar.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
.sitemap_colum_temp { background: url(../images/arrow_temp.png) no-repeat 0 40%; background-size: auto 13px; padding-left: 18px; font-size: 13px; }
/* Download */
.ul_download { display: flex; align-content: flex-start; flex-wrap: wrap !important; margin: 10px 0 0 !important; padding: 0 !important; width: 100%; list-style: none; }
.ul_download li { background: none !important; margin: 0 0 20px 0 !important; padding: 0 !important; width: 100%; text-align: center; line-height: 150%; }
.ul_download li a { margin: 10px 0 0; color: #333333; font-size: 12px; text-decoration: none; }
.ul_download li a img { width: 100%; height: auto; }
.ul_download li a span { display: block; }
/* Right */
.content_container_r { width: 100%; margin-top: 40px; font-size: 12px; padding: 0 10px; }
.content_container_r h3 { font-size: 14px; font-weight: normal; line-height: 15px; }
.content_container_r .r_caution { border: 1px solid #A83B26; margin: 0 0 40px; padding: 10px; }
.content_container_r .r_caution h3 { margin: 0 0 15px 0; color: #A83B26; line-height: 17px; }
.content_container_r h3.r_book { width: 100%; background: url(../images/r_icon_book.png) no-repeat 0 50%; background-size: auto 13px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_voice { width: 100%; background: url(../images/r_icon_voice.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_academic { width: 100%; background: url(../images/r_icon_academic.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_partner { width: 100%; background: url(../images/r_icon_partner.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_backnumber { width: 100%; background: url(../images/r_icon_backnumber.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_window { width: 100%; background: url(../images/r_icon_window.png) no-repeat 0 50%; background-size: auto 13px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_column { width: 100%; background: url(../images/r_icon_column.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h3.r_seminar { width: 100%; background: url(../images/r_icon_seminar.png) no-repeat 0 50%; background-size: auto 15px; margin: 0 0 17px 0; padding-left: 20px; }
.content_container_r h4 { margin-bottom: 7px; font-size: 12px; font-weight: bold; }
.content_container_r h4 a { text-decoration: none; }
.content_container_r img { display: block; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding: 0; }
.content_container_r img.img_column { float: right; margin-left: 10px; width: 50px; height: auto; }
.content_container_r p { margin: 0; line-height: 150%; }
.content_container_r ul.r_backnumber_list { margin: 0; padding: 0; }
.content_container_r ul.r_backnumber_list li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #E6E6E6; list-style: none; }
.content_container_r ul.r_backnumber_list li span { margin-left: 10px; color: #808080; font: 10px 'Lato', sans-serif; }
.content_container_r ul.r_backnumber_list li a { text-decoration: none; }
.r_plus_l { margin-top: 10px; }
.r_img_top { display: block; margin-right: auto; margin-bottom: 10px; margin-left: auto; width: 210px; height: 100px; }
.r_img { display: block; margin-right: auto; margin-top: 20px; margin-bottom: 10px; margin-left: auto; width: 210px; height: 100px; }
.r_img_l { display: block; margin-right: auto; margin-top: 20px; margin-bottom: 10px; margin-left: auto; width: 210px; height: 300px; }
.content_container_r p.margin_top { margin-top: 14px; }
.content_container_r p a { text-decoration: none; }
.content_container_r p a.r_arrow_list { background: url(../images/r_arrow.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; }
.content_container_r p a.r_arrow_right { background: url(../images/r_arrow.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; }
.content_container_r hr { height: 1px; background: #E6E6E6; background-image: -webkit-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -moz-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -ms-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -o-linear-gradient(left, #FFF, #E6E6E6, #FFF); border: 0; margin: 15px 0 20px 0; }
.content_container_r hr.hr_margin-top_0 { height: 1px; background: #E6E6E6; background-image: -webkit-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -moz-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -ms-linear-gradient(left, #FFF, #E6E6E6, #FFF); background-image: -o-linear-gradient(left, #FFF, #E6E6E6, #FFF); border: 0; margin: 0 0 20px 0; }
.content_container_r ul.r_column_list { margin: 10px 0 0; padding: 0; list-style: none; }
.content_container_r ul.r_column_list li { margin: 0 0 10px; }
.content_container_r ul.r_column_list li a { background: url(../images/r_arrow.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; text-decoration: none; }
.content_container_r .r_customer a { display: block; border: 1px solid #E6E6E6; margin: 0 0 20px; width: 100%; color: #333333; font-size: 1.16666666666em; text-decoration: none; line-height: 40px; text-align: center; }
.content_container_r .r_achievement a { display: block; border: 1px solid #E6E6E6; margin: 0 0 40px; width: 100%; color: #333333; font-size: 1.16666666666em; text-decoration: none; line-height: 40px; text-align: center; }
.content_container_r .r_estimate_btn { display: none; }
.content_container_r .r_edit_btn { display: none; }
.content_container_r .r_edit_phone { display: none; }
/* Sub navigation */
.r_nav_container { width: 100%; border-top: 1px dotted #E6E6E6; margin-bottom: 40px; overflow: hidden; }
.r_nav_container ul { margin: 0; padding: 0; }
.r_nav_container ul li { width: 100%; border-bottom: 1px dotted #E6E6E6; list-style-type: none; }
.r_nav_container ul li a { display: block; background: url(../images/r_nav_off.png) no-repeat; background-size: auto 50px; color: #333333; padding-left: 25px; font-size: 13px; text-decoration: none; line-height: 50px; }
.r_nav_active a { display: block; background: #333333 url(../images/r_nav_on.png) no-repeat !important; background-size: auto 50px !important; color: #FFF !important; text-decoration: none; line-height: 50px; }
.r_nav_container ul ul li { width: 100%; border-bottom: none; list-style-type: none; }
.r_nav_container ul ul li.r_nav_container_li_last { width: 100%; height: 30px; border-bottom: 1px dotted #E6E6E6; list-style-type: none; }
.r_nav_container ul ul li a { display: block; background: none; color: #333333; padding-left: 25px; font-size: 12px; text-decoration: none; line-height: 30px; }
.r_nav_active_2nd a { display: block; background: #333333 !important; color: #FFF !important; text-decoration: none; line-height: 30px; }
/* Footer */
#footer_pagetop { width: 100%; }
.footer_pagetop_container { width: 100%; overflow: hidden; }
.footer_pagetop_container a { color: #808080; text-decoration: none; }
/* 20220921 cnd */
.footer_pagetop_container .footer_iso { padding: 10px; width: 100%; }
.footer_pagetop_container .footer_iso div img { margin: 0 20px 0 0; vertical-align: bottom; }
.footer_left { display: flex; justify-content: center; align-items: flex-start; width: 100%; border-bottom: 1px solid #E6E6E6; padding: 10px; }
/* --- */
.footer_pagetop_container .pagetop { width: 100%; height: 100px; text-align: center; }
.footer_pagetop_container .pagetop a { display: block; }
.footer_nav { display: none; }
.footer_nav_sp { display: block; width: 100%; background-color: #333333; }
.footer_nav_sp_container { width: 100%; margin: 0 auto; font-size: .92857142857em; line-height: 100%; overflow: hidden; }
.footer_nav_6 { width: 100%; padding: 20px 10px;  font-size: .92857142857em; line-height: 1em; }
.footer_nav_6 ul { margin: 0; padding: 0; }
.footer_nav_6 ul li { float: left; margin-bottom: 20px; margin-right: 20px; list-style: none; }
.footer_nav_6 ul li a { background: url(../images/footer_arrow.png) no-repeat 0 50%; background-size: auto 8px; padding-left: 10px; color: #E6E6E6; text-decoration: none; }
#footer_info { width: 100%; background-color: #333333; overflow: hidden; }
.footer_info_container { width: 100%; margin: 0 auto; color: #808080; font-family: 'Lato', sans-serif; font-size: .92857142857em; line-height: 1em; border-top: 1px solid #4D4D4D; border-bottom: 1px solid #4D4D4D; }
.footer_info_container .copyright { width: 100%; line-height: 50px; text-align: center; }
.footer_info_container .facebook { float: left; width: 50%; height: 50px; border-right: 1px solid #4D4D4D; text-align: center; }
.footer_info_container .facebook a { display: block; }
.footer_info_container .twitter { float: left; width: 50%; height: 50px; text-align: center; }
.footer_info_container .twitter a { display: block; }

/* 20230221 cnd */
.message_topBox {
    background: url(../images/message_bg.jpg) right center no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: normal;
    justify-items: normal;
    padding: 0 60px;
    margin-top: 30px;
}
.message_topBox .inBox .ttl {
    font-size: 25px;
}
.message_topBox .inBox .name {
    text-align: right;
    padding-top: 10px;
    font-size: 16px;
}
.content__container-meetus p {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    .message_topBox {
        background: url(../images/message_bg_sp.jpg) center bottom no-repeat;
        background-size: cover;
        height: 470px;
        align-items: flex-start;
        padding: 40px 30px 0;
    }
    .message_topBox .inBox .ttl {
        font-size: 20px;
    }
    .message_topBox .inBox .name {
        line-height: 0;
        padding-top: 20px;
    }
}
/* --- */