@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@700&display=swap');

@font-face {
	font-family: "nsjp";
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
		 local("NotoSansCJKjp-Regular"),
		 local("NotoSansJP-Regular"),
		 url("../webfonts/nsjp-regular.woff2") format("woff2"),
		 url("../webfonts/nsjp-regular.woff") format("woff");
}
@font-face {
	font-family: "nsjp";
	font-weight: 500;
	src: local("Noto Sans CJK JP"),
		 local("NotoSansCJKjp-Medium"),
		 local("NotoSansJP-Medium"),
		 url("../webfonts/nsjp-medium.woff2") format("woff2"),
		 url("../webfonts/nsjp-medium.woff") format("woff");
}
@font-face {
	font-family: "nsjp";
	font-weight: 700;
	src: local("Noto Sans CJK JP"),
		 local("NotoSansCJKjp-Bold"),
		 local("NotoSansJP-Bold"),
		 url("../webfonts/nsjp-bold.woff2") format("woff2"),
		 url("../webfonts/nsjp-bold.woff") format("woff");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html, body, header, footer{
	line-height: 1;
}

html,body
{
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.nav {
	margin: 50px;
}


#header a:hover,
#footer a:hover,
#cookie-consent a:hover,
.imgbtn a:hover
{
    opacity: 0.8;
}
#header a:active,
#footer a:active,
#cookie-consent a:active,
.imgbtn a:active
{
    opacity: 0.9;
}
.scale {
    width: 100%;
    height: auto;
}
/* Base Style */

*, *: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;
}

html {
	font-size: 10px;
}
body {font-family: 'nsjp', "Hiragino Kaku Gothic ProN", "Meiryo", 'Pathway Gothic One', sans-serif;color:#151515;font-size: 1.3rem;-webkit-text-size-adjust: none;-moz-osx-font-smoothing: grayscale; line-height: 1.5;}

a {
    color: #004DFF;
	text-decoration: none;
}

a:hover {
    opacity: 0.85;
}

a:active {
    opacity: 0.9;
}
img {
  vertical-align: bottom;
}

strong {
    font-weight: bold;
}
.mb-blk {
    display: block;
}
.inlblk {
    display: inline-block;
}
.red {
    color: #ff3830;
}
/* Frame */
#wrapper {
	width: 100%;
	overflow-x: hidden;
    background: #fff;
}

#header, #contents, #footer {
	width: 100%;
}

.header-inn {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
#contents {
    min-height: calc(100vh - 410px);
}
#footer {
	position: relative;
	background: #222222;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row img {
	max-width: 100%;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}

button {
	text-decoration: none;
	  border: none;
	 background-color: #FFFFFF;
}
.navbar-img_1, .navbar-img_2, .navbar-img_3 {
	padding: 8px;
}
.navbar-img_1 {
	width: 90%;
	
}

.navbar-img_2 {
	width: 80%;
} 
.navbar-img_3 {
	width: 150%;
	align-content: flex-end;
} 

.navbar-img_1:hover, .navbar-img_2:hover, .navbar-img_3:hover {
	opacity: 50%;
	transition-duration: 0.5s;
}
/* Cookie */
#cookie-consent {
    width: 100%;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background-color: #181818;
    padding: 10px;
}
#cookie-consent a {
    color: #fff;
    text-decoration: underline;
}
#cookie-consent .box-inn {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4em;
}

#cookie-consent .box-inn .note {
    flex-basis: calc(100% - 250px);
}
#cookie-consent .box-inn .btn-box {
    flex-basis: 200px;
    margin-left: 50px;
}
#cookie-consent .box-inn .btn-box button {
    font-family: inherit;
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    appearance: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
    padding: 0;
    text-align: center;
}
#cookie-consent .box-inn .btn-box button:hover {
    opacity: 0.75;
}
#cookie-consent .box-inn .btn-box button:active {
    opacity: 0.95;
}
#cookie-consent .box-inn .btn-box button.btn-agree {
    width: 100%;
    font-size: 1.5rem;
    border-radius: 3px;
    background-color: #A8C1FF;
    padding: 7px 0;
    color: #000;
    margin: 5px 0;
}
#cookie-consent .box-inn .btn-box button.btn-notagree {
    width: 100%;
    font-size: 1.5rem;
    border-radius: 3px;
    background: #F1F1F1;
    padding: 7px 0;
    color: #333;
    margin: 5px 0;
}
#cookie-consent .close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 10px;
    right: 10px;
}
/* --- fixed nav --- */
.nav-container {
    position: fixed;
  bottom: 20px;
  right: 40px;
  display: block;
	z-index: 1;
}

.navbar {
	width: 60px;
	border: 2px solid #999;
	border-top-left-radius: 2px;
  	border-top-right-radius: 2px;
  	border-bottom-right-radius: 2px;
  	border-bottom-left-radius: 2px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.nav-content {
	text-align: center;
	  padding: 0;
  margin: 0 -15px 0;
	  min-width: 90px;
  display: none;
  position: absolute;
  background-color: #d5d5d5;
  bottom: 50px;
  z-index: 1;
}

.nav-content a p {
	font-size: 18px;
}

.nav-content a {
  color: black;
	line-height:20px;
  padding:10px;
	font-family: "nsjp";
  text-decoration: none;
  display: block;
}
.nav-container:hover .navbar{
	border: 2px solid rgb(0, 71, 168);
	transition-duration: 0.5s;
}

.nav-container:hover .nav-content{
 display: block;
}

.nav-content a:hover {background-color: #ccc}

.nav-container:hover .fa-chevron-down {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.navbar span {
  padding: 14px 10px;
}
/* --- fixed nav end --- */
#header ol,li,a {
	text-decoration: none;
	list-style: none;
}

.svg-symbol {
	display: none;
}

/* Header Element */
.header-com {
    display: flex;
    justify-content: space-between;
}
.header-com .logo-box {
    width: 295px;
    flex-basis: 295px;
    max-height: 79px;
}
.header-com .logo-box .logomark {
    fill:#054a97;
}
.header-com .logo-box.mb {
    z-index: 5;
}
.header-com .logo-box.mb .logomark {
    fill:#fff;
}
.header-com .logo-box svg {
    margin: 29px 0 21px;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .header-com .logo-box svg {
        margin: 0;
    }
}

.header-com .global-nav {
    width: 423px;
    flex-basis: 423px;
}
.header-com .global-nav ul {
    display: flex;
    margin-top: 23px;
}
.header-com .global-nav ul > li {
    margin-left: 33px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    
}
.header-com .global-nav ul > li a {
    color: #424242;
    display: block;
    position: relative;
    padding-left: 11px;
}
.header-com .global-nav ul > li a::before {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    background: url("../common/arrow_gry_01.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.header-com .golang-box,
.header-com .mb-golang-box
{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 16px;
    margin-left: 33px;
}
.header-com .global-nav ul > li a.golang
{
    color: #424242;
    display: block;
    position: relative;
    padding-left: 19px;
}
.header-com .global-nav ul > li a.golang::before
{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../common/lang_icon.svg") no-repeat;
    background-size: cover;
}
.header-com .mb-golang-box {
    z-index: 5;
    padding-top: 24px;
    margin-left: 33px;
}
.header-com .mb-golang-box a.golang
{
    color: #ffff;
    display: block;
    position: relative;
    padding-left: 19px;
}
.header-com .mb-golang-box a.golang::before
{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../common/lang_w_icon.svg") no-repeat;
    background-size: cover;
}
.header-menu,
#mobile-menu,
.header-com .mb-golang-box
{
    display: none;
}
.page-cat {
    width: 100%;
    background-color: #d5d5d5;
    padding: 13px 0;
}
.page-cat .cat-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
}
.header-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.90);
	top: 0;
	left: 0;
    padding: 58px 0 0;
	z-index: 3;
	overflow: hidden;
}

#mobile-close {
    position: absolute;
    top: 16px;
    right: 2%;
}
.header-menu .mb-global {
	width: 100vw;
	display: none;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,1.00);
	padding: 16px;
}
.header-menu .mb-link {
	width: 50%;
	flex-basis: 50%;
}

.header-menu .mb-link a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	transform: rotate(0.05deg);
	text-decoration: none;
	display: block;
	width: 100%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 43px;
	font-size: 1.2rem;
	background: url("../common/mb_home_icon.svg") no-repeat center 4px;
	background-size: 31px 33px;
    border-right: solid 1px #fff;
}
.header-menu .mb-link a.products {
	background: url("../common/mb_service_icon.svg") no-repeat center top;
	background-size: 40px 37px;
    border-right: none;
}

.header-menu .menu-nav li {
    border-top: 1px solid #fff;
}
.header-menu .menu-nav li a {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 2em;
    color: #fff;
    padding: 7px 10px;
}
.header-menu .menu-nav li:last-of-type {
    border-bottom: 1px solid #fff;
}
/* Footer Element */
#footer {
	position: relative;
	background: #000000;
}
#footer .footer-ad-box {
    background-color: #424242;
    width: 100%;
    height: 67px;
}
#footer .footer-nav-box {
    width: 100%;
    padding: 54px 0 24px
}
#footer .footer-bottom-box {
    width: 100%;
    padding-bottom: 10px;
}

#footer .footer-nav-inn {
	width: 1024px;
    margin: 0 auto;
    color: #fff;
    display: flex;
}
#footer .footer-nav-inn a {
    color: #fff;
}
#footer .footer-nav-inn .logo-box {
    width: 160px;
    flex-basis: 160px;
    margin-right: 74px;
}
#footer .footer-nav-inn .nav-box {
    width: calc(100% - 234px);
    flex-basis: calc(100% - 234px);
    max-width: calc(100% - 234px);
}

#footer .footer-nav-inn .nav-box ul {
    display: flex;
    margin: 4px 0 45px;
    font-family: 'Noto Sans JP', sans-serif;
}
#footer .footer-nav-inn .nav-box ul.site-links li {
    font-size: 1.5rem;
    margin-right: 50px;
}
#footer .footer-nav-inn .nav-box ul.term-links li {
    margin-right: 50px;
}
#footer .footer-copy {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: right;
}
/*#goTop {
	position: fixed;
	bottom: 24px;
	right: 12px;
}
#goTop a {
	display: block;
	width: 42px;
	height: 42px;
	background: url("../common/gotop_icon.svg") no-repeat;
}

#goTop a span {
	display: none;
}*/
.nav p {
	text-align: center;
	font-size: 16px;
	font-family: "nsjp";
	padding-top: 10%;
}
.contact-box {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-top: 100px;
}
.contact-addr {
	width: 50%;
	flex-basis: 50%;
    max-width: 50%;
}
.contact-list {
	width: 50%;
	flex-basis: 50%;
    max-width: 50%;
    padding-left: 8px;
}
.contact-tel,
.contact-fax
{
    margin-top: 22px;
}
.contact-tel.top {
    margin-top: 0;
}
.contact-addr p {
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.contact-tel a,
.contact-mail a,
.contact-fax
{
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    color: #fff;
	font-size: 2rem;
	line-height: 32px;
}

.contact-tel a
{
    font-size: 2.6rem;
    line-height: 31px;
}
.contact-fax
{
    font-size: 2.6rem;
    line-height: 41px;
}
.contact-tel a::before {
	content: "";
	display: block;
	width: 39px;
	height: 32px;
	background: url("../common/phone_icon.svg") no-repeat;
	margin-right: 7px;
}
.contact-mail a::before {
	content: "";
	display: block;
	width: 39px;
	height: 31px;
	background: url("../common/mail_icon.svg") no-repeat;
	margin-right: 7px;
}
.contact-fax::before {
	content: "";
	display: block;
	width: 39px;
	height: 41px;
	background: url("../common/fax_icon.svg") no-repeat;
	margin-right: 7px;
}
.related-links {
    font-size: 1.6rem;
    margin-top: 28px;
}
.related-links a {
    color: #fff;
}
#goTop {
	position: fixed;
	bottom: 24px;
	right: 12px;
}
#goTop a {
	display: block;
	width: 42px;
	height: 42px;
	background: url("../common/gotop_icon.svg") no-repeat;
}

#goTop a span {
	display: none;
}

/* Contents Element */

.topic-path {
    width: 1024px;
    margin: 15px auto;
	line-height: 1.45em;
}
.topic-path a {
    color: #151515;
}
.page-title {
    width: 1024px;
    margin: 77px auto 26px;
	
}
.page-title h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #424242;
    font-size: 4rem;
    line-height: 1.4em;
}
.contact-wrap {
    width: 100%;
    background-color: #054a97;
}
.contact-wrap-inn {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 192px;
    color: #fff;
}
.contact-title {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
	padding: 11px 0;
    letter-spacing: 0.05em;
	color: #054a97;
	text-align: center;
    background-color: #fff;
}
.contact-box {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-top: 100px;
}
.contact-addr {
	width: 50%;
	flex-basis: 50%;
    max-width: 50%;
}
.contact-list {
	width: 50%;
	flex-basis: 50%;
    max-width: 50%;
    padding-left: 8PX;
}
.contact-tel-wrap {
    display: flex;
    align-items: center;
}
.contact-tel {
    margin-right: 28px;
}
.contact-tel,
.contact-fax
{
    margin-top: 22px;
}
.contact-tel.top {
    margin-top: 0;
}
.contact-addr p {
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.contact-tel a,
.contact-mail a,
.contact-fax
{
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    color: #fff;
	font-size: 2rem;
	line-height: 32px;
}

.contact-tel a
{
    font-size: 2.6rem;
    line-height: 31px;
}
.contact-fax
{
    font-size: 2.6rem;
    line-height: 32px;
}
.contact-tel a::before {
	content: "";
	display: block;
	width: 39px;
	height: 32px;
	background: url("../img/common/phone_icon.svg") no-repeat;
	margin-right: 7px;
}
.contact-mail a::before {
	content: "";
	display: block;
	width: 39px;
	height: 31px;
	background: url("../common/mail_icon.svg") no-repeat;
	margin-right: 7px;
}
.contact-fax::before {
	content: "";
	display: block;
	width: 39px;
	height: 32px;
	background: url("../img/common/fax_icon.svg") no-repeat;
	margin-right: 7px;
}

.inner {
	font-family: 'nsjp', "Hiragino Kaku Gothic ProN", "Meiryo", 'Pathway Gothic One', sans-serif; font-size: 82.5%; line-height: 1.5;
}
/*base-article**********************************************************/
.base-art{
	margin: 0;
	width: 780px;
}
.base-sec{
	margin-bottom: 40px;
}
.base-sec img {
width: 100%;
}
.base-sec h3{
	margin-bottom: 10px;
}
.base-sec p{
	line-height: 180%;
	/*margin-bottom: 10px;*/
}
.base-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.frame1 {
	width: 700px;
	border: 1px solid #333;
	margin: auto;
	margin-top: 20px;
	padding: 40px;
}
.base-sec ul {
	padding-left: 24px;
	margin-bottom: 20px;
}
.base-sec ul li { 
	list-style-type: disc;
}
.base-sec ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.base-sec ol li {
	padding-left: 4px;
	padding-bottom: 10px;
}
.m_title {
	font-weight: 500;
	background-color: #FC0
}
.base_addr {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.base_addr td,th {
	border: #666 solid thin;
	padding: 5px;
}
.base_addr th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
img.president {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 5px;
}
table.history_tbl {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
}

table.history_tbl th {
padding: 10px;
}

table.history_tbl td {
	padding-left: 30px;
}

table.history_tbl th {
background: #333;
vertical-align: middle;
text-align: left;
width: 200px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
}

table.history_tbl th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #333;
border-width: 10px;
margin-top: -10px;
}
.head_img {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2),0 2px 2px 0 rgba(0, 0, 0, .2),0 1px 1px 0 rgba(0, 0, 0, .2);
}
.head_img img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin-top: 51px;
}
.contents_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
.top_title {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.top_title h1 {
	font-family: 'nsjp', "Hiragino Kaku Gothic ProN", "Meiryo", 'Pathway Gothic One', sans-serif;
	}

.top_title img {
	width: 350px;
}
/*products**************************************************************/
hr.prod_line {
  height: 1px;
  border: none;
  border-top: 1px solid;
}

table.products_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
  	overflow-x: scroll;
	line-height: 1.5;
  	-webkit-overflow-scrolling: touch;
}
table.products_info td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
	align-content: center;
}

table.products_info th {
	border: #666 solid thin;
	background-color: #CCC;
	align-content: center;
}
table.products_info a {
	font-size: 1rem;
}
table.products_info td.left_item {
	background-color: #CCC;
	font-weight: 700;
	white-space: pre-wrap; 
	text-align: left;
	padding-left:20px;
}


figure.product {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
figure.product2 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
figure.product3 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
figure.product4 {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
figure.product5 {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.features_list {
	list-style: none;
	line-height:180%;
	margin-top: 10px;
}
ul.features_list li {
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	text-indent: 30px;
	color: #036;
}
ul.features_list p {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.tgp_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.tgp_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.tgp_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
.prep_navi {
	margin-top: 20px;
}
.prep_navi > .inner {
    margin: auto;
    padding-bottom: 100px;
    width: 340px;
}
.prep_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}
.prep_navi .f-item{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.detail {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.prep_navi .f-item .detail img {
	width: 100%;
}
.prep_navi .f-item .detail a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.material {
	width: 90%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.material:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
	color: #FFF;
}
.material a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.cp_title {
	padding: 0.1em 0.3em;
	border-left: 10px solid #003399;
}

table.prd_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
}
table.prd_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.prd_spc th {
	background-color: #CCC;

	border: #666 solid thin;
	padding: 5px;
	vertical-align: middle;
}
table.prd_spc .prodname {
	width: 120px;
}
p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.tdp_list {
	font-weight: 700;
	color: #363;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.tdp_list p {
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}
.ij_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.product_cap {
	margin-bottom: 4px;
}
h2.product_title {
	color: rgb(0, 71, 163);
}
.rip_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.rip_ex_1 {
	margin-bottom: 10px;
}
h3.rip_ex_title {
	margin-top: 30px;
	color: #003399;
}
p.rip_ex2 {
	font-weight: 500;
}
h2.rip_subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #003399 thin solid;
	border-bottom: #003399 thin solid;
	margin-bottom: 20px;
}
table.model_cf {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.model_cf td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.model_cf th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.model_cf a {
	font-size: 1rem;
}
table.model_cf .left1 {
	width: 100px;
}
table.model_cf .left2 {
	width: 150px;
}
.basic_navi {
	margin-top: 20px;
}
.basic_navi > .inner {
    margin: auto;
    padding-bottom: 20px;
    width: 340px;
}
.basic_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	/*margin-bottom: 20px;*/
}
.basic_navi .f-item{
	width: 18%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition-duration: 0.5s;
	position: relative;
	text-align: center;
}
.basic_navi .f-item:hover{
	transition-duration: 0.5s;
	cursor: pointer;
}
.basic_navi .f-item:hover{
	border: 1px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
}
.basic_navi .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.basic_navi .f-item p {
	font-size: 0.8rem;
}

#core {
	background-color: #ffcc66;
}
#entry {
	background-color: #ffd9d9;
}
#standard {
	background-color: #b0eeff;
}
#premium {
	background-color: #c0ffdb;
}


.mb10 {
	margin-bottom: 20px;
}
table.pp_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pp_info td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.pp_info th {
	border: #666 solid thin;
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info th.left1 {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info a {
	font-size: 1rem;
}
.center_div {
	text-align:center;
	margin-bottom: 30px;
}
.img800 {
	width: 340px;
}
li.li_title {
	font-weight: 500;
}
p.p_btm10 {
	margin-bottom: 10px;
}
.title_box{
	float: left;
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
.emp_box {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #FCC;
	color: #FFF;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.title_boxContainer{
  overflow: hidden;
}
table.var_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.var_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.var_tbl th {
	border: #666 solid thin;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.var_tbl a {
	font-size: 1rem;
}
.f-con_pl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.f-item-_pl1 {
	flex-basis:100%;
}
.f-item-_pl2 {
	flex-basis:100%;
	width: 100%;
	text-align: center;
	background-color: #09C;
}
table.pl_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.pl_spc td,th {
	border: #666 solid thin;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.pl_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info_time {
	text-align:right;
}
.pdf_link_icon {
	display: table-cell;
	vertical-align: central;
}
.pdf_link_title {
	display: table-cell;
	vertical-align: central;
	font-weight: 700;
	font-size: 1.4rem;
	color: #003399;
}
.info_tbl_01 {
	border-spacing: 20px;
}
.info_tbl_01 th {
	padding: 0px;
	border: hidden;
	text-align: left;
	padding-right: 20px;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	display: block;
}
td.td250 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td400 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td600 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
.fa-file-pdf {
	float: left;
	line-height: 20px;
	margin-top: 20px;
	color: #C00;
}
.amn_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.amn_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
.amn_tbl th {
	border: #666 solid thin;
	width: 200px;
	background-color: #EDDBD3;
	text-align: left;
	padding: 5px;
}
p.amn_catg {
	color: #39C;
	font-weight: bold;
}
.f-con_tp {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.f-item_tp1 {
	flex-basis:100%;
	text-align: left;
}
.f-item_tp1 p {
	margin-bottom: 10px;
}
.f-item_tp2 {
	flex-basis:100%;
	text-align: center;
	margin-bottom: 20px;
}
.f-item_tp2 img {
	width: 100%;
}
.tp_pdf {
	width: 320px;
	height: 400px;
}
.long_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	/*border:1px solid #CCC;*/
	border: 4px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.long_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.blue_t {
	color: #06C;
}

table.products_info2 {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}

table.products_info2 td {
	border: #666 solid thin;
	padding: 5px;
}
table.products_info2 .hd {
	background-color: #CCC;
}
.r24r {
	font-size: 2.4rem;
	margin-top: 30px;
	margin-bottom: 40px;
}
.prd_navi_f-container{
	display: none;
} 

.plt_navi_f-container {
	display: none;
}
span.paper_type {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgb(0, 71, 163);
	color: #FFF;
	padding: 4px;
	vertical-align: 4px;
	margin-left: 20px;
	border-radius: 4px 4px 4px 4px;
}
.imp_info {
	border: #C00 medium solid;
	padding: 10px;
	background-color: #FFECEC;
}
.imp_info h2 {
	color: #C00;
}
.imp_info a {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}

/*プレスボードタイプ一旦外す*/
#part_p {
	display: none;
}
/*other plate page*/
.prd_navi_f-container{
	width: 580px;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.prd_navi_f-container-2{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.prd_navi_f-item {
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
#pps_menu {
	width: 50%;
	font-size: 14px;
}
#pps_menu_en {
	width: 40%;
	font-size: 14px;
}
.prd_navi_f-item-2 {
	width: 10%;
	font-size: 1.2rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.prd_navi_r_f-item {
	width: 20%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.prd_navi_rl_f-item {
	width: 20%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.prd_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.prd_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.labor_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.labor_f-item {
	width: 50%;
	padding:10px;
}
.labor_f-item img {
	width: 100%;
}
.labor_f-item li {
	margin-bottom: 20px;
}
.plate_name {
	color: #036;
	margin-bottom: 10px;
}
.plt_navi_f-container{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.plt_navi_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.plt_navi_r_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.plt_navi_rl_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.plt_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.plt_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
/*Swiper pagenation custom*/
.swiper-pagination-bullet-active {
	background: rgb(0, 71, 163);
}
/*注釈フォントサイズ*/
.annotation {
	font-size: 1.2rem;
}

#membrane_img {
	width: 100%;
}

#membrane_navi {
	margin-top: 5px;
}

#membrane_title{
	border-left: rgb(0, 71, 163) solid thick; padding-left: 10px;margin: 0;
}
.m_graph-item {width: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;position: relative;flex-grow: 1;}
.m_graph-item img {width: 100%;}
#navi1:hover, #navi2:hover{
	background: #FFFFFF;
	box-shadow: .5px .5px 1px .5px gray;
	border: solid thin lightgray;
	padding: 1px 4px 4px 4px;
	border-radius: 5px;
	transition: 0.2s;
}

#polyester, #polyolefin{
 margin-bottom: 10%;
}




/*#header_frame {
	font-family: 'nsjp', "Hiragino Kaku Gothic ProN", "Meiryo", 'Pathway Gothic One', sans-serif; font-size: 82.5%; line-height: 1.5;
}

#header_text {
	display:flex; 
	flex-direction: row; 
	justify-content: start;
}*/


/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	background: rgba(255,255,255,0.5);	/*背景色*/
	border-top: 1px solid #ccc;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #ccc;	/*下の線の幅、線種、色*/
	height: 125px;	/*高さ。「#menubar ul li a」や「fixmenu」とも連動するので変更の際は注意。説明はこの下の「#menubar ul li a」で書いています。*/
	overflow: hidden;

}
/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	/*メニューの高さを少し狭くする*/
}

/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}

	/*membrane box*/
.membrane-box-01 {
	display: flex;
    justify-content: center;
	align-items: center;
}
.membrane-box-01-01 {
	 width: 430px;
	line-height: 2;
    flex-basis: 20%;
    align-content: center;
}
.membrane-box-01-02 {
	    width: 430px;
    flex-basis: 800px;
    align-content: center;
}
.membrane-box-02
{
    margin: 20px 0 70px;
    display: flex;
    justify-content: space-between;
}
.membrane-box-02-01
{
    flex-basis: 60%;
}
.membrane-box-02-02 {
	flex-basis: 35%;
}

.top-title {
	width: 960px;
    margin: 30px auto 30px;
    font-weight: 700;
}