@charset "utf-8";

/* PC：home_pc.css
 * **************************************************
 * Main Visual
 * Content
 * Latest News（最新のお知らせ）
 * Different Purpose （目的から探す）
 * Information
 * Mini Content
 * Health Recommend
 * Troubleshooting
 * Adobe Reader Download
 * **************************************************
 */

/*  Main Visual
------------------------------------------------------------------- */
#home #mainVisual {
	overflow: hidden;
	width: 100%;
}
#home #mainVisual .frame {
    width: 710px;
    overflow: hidden;
    z-index: 10;
}
#home #mainVisual .frame > div {
	position: relative;
	height: 360px;
	width: 710px;
}
#home #mainVisual img {
	height: 360px;
	width: 710px;
}
#home #mainVisual a {
	text-decoration: none; 
}
#home #mainVisual a span {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 40px;
	height: 25px;
	width: 150px;
	background: #8d92ff url(../images/common/list_style_more.png) no-repeat 95% 50%;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;  
	border-radius: 20px;
	font-size: 1.4em; /* =14px */
	line-height: 1.9;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
}
#home #mainVisual a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

/* prev / next links */
.cycle-prev,
.cycle-next {
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.cycle-prev {
	left: 0;
	background: url(../images/mainvisual/prev.png) no-repeat 0 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.cycle-next {
	right: 0;
	background: url(../images/mainvisual/next.png) no-repeat 100% 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* ページャー */
.pager {
	text-align: center;
	width: 100%;
	height: 15px;
	padding: 7.5px 0;
	z-index: 500;
	overflow: hidden;
}
.pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border: 2px solid #ffffff;
	background-color: #5a5a5a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager span.cycle-pager-active {
	border: 2px solid #ffffff;
	background-color: #76acea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager > * {
	cursor: pointer;
}

/*  Content
------------------------------------------------------------------- */
#home #content {
	background-color: #fff;
	padding: 0 0 210px 0;
    background: url(../images/common/footer_02.png) repeat-x bottom;
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	display: none;
}

/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	display: none;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 15px 87px 0 0;
	width: 40%;
	max-width: 330px;
	float: right;
	background: url(../images/home/information.png) no-repeat left top;
	background-size: 100%;
	padding: 40px 0 0;
	overflow: hidden;
}
#home .information p {
    padding: 0 13px;
}
#home .information p span {
	float: right;
	position:relative; top:10px; left:0px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
#home .information .scrollBar {
	padding: 10px 10px 15px 15px;
	width: 330px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}
#home .information ul {
	overflow-y: auto;
	height: 20em;
	width: 310px;
}
#home .information li {
	border-top: none;
	border-bottom: 1px dotted #dddddd;
	font-size: 1.3em; /* =13px */
}
#home .information li:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#home .information li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#home .information dl {
	clear: both;
	display: table;
}
#home .information dt {
	display: block;
	padding: 8px 0 0;
	white-space:nowrap;
}
#home .information dd {
	display: block;
	padding: 0 0 8px 70px;
}
#home .information li a{
	display: inline;
	color: #333;
    text-decoration: none;
}

/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	margin: 30px 0 0 0;
	width: 100%;
	border-top: 1px solid #c1c1c1;
}
#home .miniContent p {
	pointer-events : none; /* Accordion：クリック禁止 */
	text-align: center;
}
#home .miniContent p img {
	position:relative; top:-15px;
}
#home .miniContent > ul {
	display: block !important; /* Toggle：表示 */
	margin: 5px auto 15px auto;
	width: 980px;
}
#home .miniContent li {
	display: inline-block;
}
#home .miniContent li:first-child {
	margin-left: 0;
}
#home .miniContent li + li {
	margin-left: 0px;
	margin-bottom: 10px;
}
#home .miniContent li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* Contents
------------------------------------------------------------------- */
#home .contents {
	margin: 45px 0 0 0;
	width: 275px;
}
#home .contents p {
	pointer-events : none; /* Accordion：クリック禁止 */
}
#home .contents > ul {
	display: block !important; /* Toggle：表示 */
}
#home .contents li + li {
	padding-top: 3px;
}
#home .contents > ul li a {
    overflow: hidden;
    display: block;
    height: 67px;
}
#home .contents li a img {
  width: 100%;
  height: auto;
}
#home .contents li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
#home .troubleshooting  {
	/* margin: 20px auto 30px auto; */
	width: 630px;
}
#home .troubleshooting > ul {
	overflow: hidden;
	margin: 0 auto;
}
#home .troubleshooting > ul > li {
	display: inline-block;
	width: 207px;
	vertical-align: top;
}
#home .troubleshooting > ul > li:first-child {
	width: 207px;
}
#home .troubleshooting > ul > li + li {
}
#home .troubleshooting dl {
}
#home .troubleshooting dt {
	pointer-events : none; /* Accordion：クリック禁止 */
	padding: 8px 0;
	background-color: #377bc7;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	text-align: center;
}
#home .troubleshooting dd {
	display: block !important; /* Toggle：表示 */
	padding: 8px 0 12px 0;
}
#home .troubleshooting dd li {
	padding: 3px 15px 3px 26px;
	background: url(../images/common/list_style_circle.png) no-repeat 0.7em 0.3em;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
}
#home .troubleshooting dd a {
	text-decoration: none; 
}

/*  Adobe Reader Download
------------------------------------------------------------------- */
#footer p {
	float: right;
	margin: 10px 0 0 0;		
	width: 260px;
}
#footer p img {
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: top;
	height:auto;
}

/*  追加
------------------------------------------------------------------- */
.main_flex {
    display: flex;
    max-width: 1150px;
    margin: 0 auto;
    justify-content: space-between;
}
.Top_main {
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.Visual {
}