@charset "Shift_JIS";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/common/bg.png") fixed;
	border-top: 60px solid #000;
}

a:link
{
	text-decoration: none;
	color: #F60;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
a:visited
{
	text-decoration: none;
	color: #F60;
}
a:hover
{
	text-decoration: none;
	opacity: 0.7;
}
img
{
	border: none;
}
p:not(:last-child)
{
	margin-bottom: 1em;
}

.twitter-widget-wrapper iframe { width: 740px !important; }

/*エリア指定*/

.inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 16px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#top-head .inner {
	position: relative;
}
#top-head .logo a{
	position: absolute;
	background: url("../images/common/logo.png") no-repeat;
	background-size: 202px 30px;
	text-indent: -9999px;
	width: 202px;
	height: 30px;
	top: 15px;
	left: 10px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 22px;
	font-size: 16px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 15px;
	color: #fff;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #f90;
	bottom: -10px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 60px;
	background: rgba(0,0,0,0.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed a
{
	color: #fff;
}
#top-head.fixed #global-nav ul {
	top: 22px;
}
#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 15px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -5px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #f90;
	bottom: -10px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*content*/

h2.title-banner-top
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 31.17831%;
	position: relative;
	width: 100%;
	background: url("../images/top/img_visual_newmz.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
h2.title-banner
{
	background: url("../images/common/h2.png");
	padding: 40px 0;
	text-align: center;
	font-size: 2em;
}
h2 span
{
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	background: #fff;
	padding: 0.2em 0.3em;
}
h2 span.orange
{
	border: 3px solid #000;
	background: #fff;
	padding: 0.2em 0.3em;
	color: #f90;
}
h3
{
	background: url("../images/common/h3.png") right top no-repeat #f90;
	color: #fff;
	font-size: 1.3em;
	padding: 1% 3%;
	border-top: 5px solid #000;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
h3.check
{
	top: 0px;
	left: 0px;
	height: 0;
    padding: 19.37869% 0 0 0;
	position: relative;
	width: 100%;
	background: url("../images/products/title_table.png") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-top: none;
}
h4
{
	border-bottom: solid 3px #000;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 1em;
}
h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f90;
  bottom: -3px;
  width: 30%;
}
h5
{
	margin-bottom: 0.8em;
	color: #007CFF;
}
h6
{
	margin-bottom: 1em;
	color: #000;
	font-weight: bold;
}
hr
{
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #999;
	margin: 1.2em 0;
}
ul.text-list
{
	list-style: decimal;
}
ul.text-list li
{
	margin-left: 1.5em;
	margin-bottom: 1em;
	padding: 0;
}
ul.text-list li:last-child
{
	margin-bottom: 0;
}
ul.text-list ul
{
	list-style: disc;
}
ul.text-list ul li
{
	font-size: 0.9em;
	margin-bottom: 0;
}
.text-wrap ul
{
	margin-bottom: 1em;
}
.text-wrap ul li
{
	margin-left: 1.5em;
}
.bold
{
	font-weight: bold;
	color: #c00;
}
.cc01
{
	color: #f00;
}
.btn a,
.btn-dl a,
.btn-doc a,
.btn-pdf a
{
	display: block;
	background: #f60;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	width: 50%;
	margin: 0 auto;
	padding: 0.3em;
}
.btn a::before
{
    display: inline-block;
    font-style: normal;
	font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f35d";
	margin-right: 0.5em;
}
.btn-dl a::before
{
    display: inline-block;
    font-style: normal;
	font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f019";
	margin-right: 0.5em;
}
.btn-doc a::before
{
    display: inline-block;
    font-style: normal;
	font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f15c";
	margin-right: 0.5em;
}
.btn-pdf a::before
{
    display: inline-block;
    font-style: normal;
	font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f1c1";
	margin-right: 0.5em;
}
.sub-navi-wrap
{
	background: #ccc;
}
.sub-navi-wrap ul
{
	list-style: none;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.sub-navi-wrap ul li
{
	flex-basis: 25%;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.sub-navi-wrap ul li:nth-child(4),
.sub-navi-wrap ul li:nth-child(8)
{
	border-right:none;
}
.sub-navi-wrap ul li:nth-child(5),
.sub-navi-wrap ul li:nth-child(6),
.sub-navi-wrap ul li:nth-child(7),
.sub-navi-wrap ul li:nth-child(8)
{
	border-top: 1px solid #fff;
}
.sub-navi-wrap ul li a
{
	display: block;
	padding: 0.5em;
	color: #000;
}
.sub-navi-wrap ul li a:hover
{
	background: #f90;
}
.content-bg
{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	padding: 3%;
	box-sizing: border-box;
}
.content
{
	background: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
.text-wrap
{
	padding: 3%;
	box-sizing: border-box;
}
.text-wrap img
{
	width: 100%;
}
.text-wrap2
{
	padding: 3%;
	box-sizing: border-box;
	background: #eee;
}
.info-wrap
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
.info-wrap .archive-wrap,
.info-wrap .tw-wrap
{
	flex-basis: 50%;
	padding: 0 1.5%;
	box-sizing: border-box;
}
.info-wrap .archive-wrap dl
{
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	background: #fff;
	height: 300px;
	padding: 1em;
	box-sizing: border-box;
	font-size: 0.9em;
}
.info-wrap .archive-wrap dt
{
	color: #1264CE;
}
.info-wrap .archive-wrap dd
{
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.pickup-banner
{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.products-banner
{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 3% auto;
}
.pickup-banner ul,
.products-banner ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pickup-banner ul li,
.products-banner ul li
{
	margin-left: 0;
}
.pickup-banner ul li:not(:last-child),
.products-banner ul li:not(:last-child)
{
	margin-bottom: 1em;
}
.pickup-banner ul li img
{
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
.onlymobile
{
	display: none;
}
.list-wrap-col3,
.list-wrap-col2
{
	margin-bottom: 3%;
}
.list-wrap-col3 ul,
.list-wrap-col2 ul
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5% -3% -1.5%;
	list-style: none;
	justify-content: center;
}
.list-wrap-col3 ul li
{
	flex-basis: 33.3333%;
	padding: 0 1.5%;
	box-sizing: border-box;
	margin-bottom: 3%;
}
.list-wrap-col2 ul li
{
	flex-basis: 50%;
	padding: 0 1.5%;
	box-sizing: border-box;
	margin-bottom: 3%;
	margin-left: 0;
}
.check-list
{
	background: #fff;
	margin-bottom: 1em;
}
.check-list tr.label-cell img
{
	width: 100%;
}
.check-list tr.check-cell img
{
	width: 30%;
}
.check-list td
{
	width: 16.666666%;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.check-list tr.check-cell td
{
	padding: 0.5em;
	font-size: 0.8em;
	line-height: 1.5;
}
.check-list tr.check-cell td .check-icon
{
	width: 50%!important;
}
.list-wrap
{
	overflow: auto;
	margin: 1.5em 0;
}
.list01
{
	min-width: 800px;
	width: 100%;
	table-layout: fixed;
}
.list01 th
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 0.3em;
	background: #eee;
	font-size: 0.8em;
}
.list01 td
{
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 0.3em;
}
.trial-text-wrap
{
	width: 100%;
	box-sizing: border-box;
	height: 15em;
	padding: 1em;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 1.2em;
}
.colmun
{
	border: 1px solid #f90;
	padding: 1.5em;
	box-sizing: border-box;
	margin-bottom: 1.2em;
	border-radius: 5px;
}
.rtp
{
	max-width: 367px;
	width: 100%;
	margin: 0 auto;
}
ul.list-num
{
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.update
{
	text-align: right;
	color: #3FBE00;
	font-size: 0.9em;
}
.support-pic
{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.support-pic img
{
	width: 100%;
}

ul.old-wrap
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
ul.old-wrap li
{
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 0 1.5% 1em 1.5%;
	margin: 0;
	display: flex;
}
ul.old-wrap li .package
{
	width: 80px;
}
ul.old-wrap li .old-text
{
	flex: 1;
	padding-left: 1em;
}
ul.old-wrap li .old-text h6
{
	margin-bottom: 0;
}
ul.old-wrap li .old-text .spec
{
	margin-bottom: 0;
	color: #2C8600;
	font-size: 0.8em;
}
ul.old-wrap li .old-text .text
{
	font-size: 0.8em;
	line-height: 1.5em;
}
dl.qa
{
	margin-bottom: 1em;
}
dl.qa dt
{
	font-weight: bold;
}
dl.qa dd
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
dl.qa dt::before
{
	content: 'Q：';
	color: #f00;
	font-weight: bold;
}
dl.qa dd::before
{
	content: 'A：';
	color: #0067C7;
	font-weight: bold;
}

#footer-wrap
{
	width: 100%;
	background: #fff;
	padding: 3%;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.8em;
}
.sns
{
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 0.5em;
}
.sns ul
{
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
.sns ul li
{
	flex-basis: 50px;
	padding: 0 5px;
	box-sizing: border-box;
}
.sns ul li img
{
	width: 100%;
}

/*pagetop*/

#page-top
{
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
}
#page-top a
{
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#page-top a:hover
{
	opacity: 0.7;
}
#page-top img
{
	width: 100%;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media screen and (max-width: 900px) {

	
}

@media screen and (max-width: 700px) {
	
#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head a
	{
	color: #fff;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
		border-bottom: 1px solid #1a1a1a;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: rgba(255,255,255,0.9);
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #f90;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(560px);
		-webkit-transform: translateY(560px);
		transform: translateY(560px);
	}
	
	
/*content*/

	body
	{
		font-size: 13px;
	}
	h2.title-banner-top
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 68.90625%;
	position: relative;
	width: 100%;
	background: url("../images/top/img_visual_new_small.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
h3.check
{
	top: 0px;
	left: 0px;
	height: 0;
    padding: 62.5% 0 0 0;
	position: relative;
	width: 100%;
	background: url("../images/products/title_table2.png") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-top: none;
}
.sub-navi-wrap ul li:nth-child(odd)
{
	flex-basis: 50%;
	text-align: center;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}
.sub-navi-wrap ul li:nth-child(even)
{
	flex-basis: 50%;
	text-align: center;
	border-right: none;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}
.onlymobile
{
	display: block;
}
	.content-bg
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
	.info-wrap
{
	display: block;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
.info-wrap .archive-wrap
{
	margin-bottom: 3%;
	}
.info-wrap .archive-wrap dl
{
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	background: #fff;
	height: 200px;
	padding: 1em;
	box-sizing: border-box;
	font-size: 0.9em;
}
.pickup-banner ul li:not(:last-child)
{
	margin-bottom: 3%;
}
.btn a,
.btn-dl a,
.btn-doc a,
.btn-pdf a
{
	display: block;
	background: #f60;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	width: 100%;
	margin: 0 auto;
	padding: 0.3em;
}
.list-wrap-col3 ul li
{
	flex-basis: 50%;
}
ul.old-wrap
{
	list-style: none;
	display: block;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
#footer-wrap
{
	width: 100%;
	background: #fff;
	padding: 5% 3%;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.8em;
}
	
	
	
}