@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 {
	width: 100%;
	/* border-bottom: 1px solid #c1c1c1;
	background-color: #f8f8f8; */
}
#home #mainVisual .mv_inner,
#home #mainVisual .mv_inner * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box
}
#home #mainVisual .mv_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 20px auto 0 auto;
}
#home #mainVisual .mv-wrap {
	width: 685px;
}
#home #mainVisual .frame {
  width: 275px;
  padding: 15px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 6px 0px #999999;
	        box-shadow: 0px 1px 6px 0px #999999;
}
#home #mainVisual .frame> ul {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
#home #mainVisual .frame> ul> li+ li {
  margin-top: .5em;
}
#home #mainVisual .frame> ul small {
  display: block;
  margin-top: .5em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.3;
}
#home #mainVisual .frame a.btn {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .5em .5em .4em;
  color: #ffffff;
}
#home #mainVisual .frame a.btn.pepup {padding: .5em .5em 0}
#home #mainVisual .frame a.btn.login {background-color: #ff9999}
#home #mainVisual .frame a.btn.pass {background-color: #00b0f0}
#home #mainVisual .frame a.btn.inquiry {background-color: #ffcb07}
#home #mainVisual img {
	height: auto;
	width: 100%;
}
#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: url("../images/home/bg_home_main.png") repeat center top;
	background-color: #f8f8f8; */
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	display: none;
}

/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	display: none;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 15px 0 0 0;
	width: 100%;
}
#home .information p.title{
	padding:20px 0 0 7em;
}
#home .information p.line{
	padding:0 0 0 7em;
}
#home .information p span {
	float: right;
	position:relative;
	top: 0px;
    right: 20px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
#home .information .scrollBar {
	padding: 15px 10px 15px 15px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	box-shadow:0px 1px 6px 0px #999999;
	-moz-box-shadow:0px 1px 6px 0px #999999;
	-webkit-box-shadow:0px 1px 6px 0px #999999;
	background: url(../images/home/bg_information.png) no-repeat 16px 16px;
}
#home .information ul {
	overflow-y: auto;
	height: 12em;
	width: 96%;
    margin: 0 auto;
}
#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: table-cell;
	padding: 8px 0;
	white-space:nowrap;
}
#home .information dd {
	display: table-cell;
	padding: 8px 0 8px 10px;
}
#home .information li a{
	display: inline;
}

/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	margin: 30px 0 0 0;
	width: 100%;
	border: 1px solid #ecf9ff;
	background-color: #ecf9ff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	border: 1px solid #eee;
}
#home .miniContent p {
	pointer-events : none; /* Accordion：クリック禁止 */
	/*position:relative;
	top:0; */
	margin: 0 auto;
	height: 25px;
	width: 172px;
	/* background-color: #ffffff; */
	text-align: center;
	padding: 20px 0;
}
#home .miniContent p img {
	/* position:relative; top:-15px; */
}
#home .miniContent > ul {
	display: block !important; /* Toggle：表示 */
	margin: 5px auto 15px auto;
	width: 670px;
}
#home .miniContent li {
	display: inline-block;
}
#home .miniContent li:first-child {
	margin-left: 10px;
}
#home .miniContent li + li {
	margin-left: 10px;
	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: 15px 0 0 0;
	width: 275px;
}
#home .contents p {
	pointer-events : none; /* Accordion：クリック禁止 */
	text-align: center;
}
#home .contents > ul {
	display: block !important; /* Toggle：表示 */
	text-align: center;
}
#home .contents li + li {
	padding-top: 3px;
}
#home .contents li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*  troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
    margin: 15px 0 0 0;
    padding: 0 0 10px 7px;
    width: 99%;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("PIE.htc");
    box-shadow:0px 1px 6px 0px #999999;
    -moz-box-shadow:0px 1px 6px 0px #999999;
    /* -webkit-box-shadow:0px 1px 6px 0px #999999; */
    background: url(../images/home/bg_troubleshooting.png) no-repeat 16px 16px;
}
#home .troubleshooting p {
    pointer-events: none;
    position: relative;
    top: -1px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding: 20px 0 0 8em;
}
#home .troubleshooting p.title img {
    position: relative;
    top: 0;
}
#home .troubleshooting p.linedot {
    padding-bottom: 10px;
}
#home .troubleshooting p.linedot img {
    position: absolute;
    top: -7px;
}
#home .troubleshooting > ul {
    display: block !important;
    margin: 5px auto 20px auto;
    width: 693px;
}
#home .troubleshooting ul {
    margin: 0 auto 10px;
    width: 100%;
    border: none;
	overflow: hidden;
}
#home .troubleshooting li {
    display: inline-block;
}
#home .troubleshooting li {
    display: block;
    float: left;
    margin: 0;
    padding: 4px 0 0 10px;
    font-size: 1.0em;
    border: none;
    width: auto;
}
#home .troubleshooting li a {
    padding: 0;
    color: #474747;
    display: block;
    text-decoration: none;
    border: none;
    background: none;
}
#home .troubleshooting li img {
    /* display: block; */
}
#home .troubleshooting li span {
    display: 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;
}
