@charset "utf-8";

/* SP：home_sp.css
 * **************************************************
 * Main Visual
 * Content
 * Latest News（最新のお知らせ）
 * Different Purpose （目的から探す）
 * Information
 * Mini Content
 * Health Recommend
 * Troubleshooting
 * Adobe Reader Download
 * **************************************************
 */

/*  MainVisual
------------------------------------------------------------------- */
#main_img {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	background-color: #f8f8f8;
}
#main_img .frame {
	overflow: hidden;
	width: 100%;
}
#main_img .frame > div {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#main_img a {
	text-decoration: none; 
}
#home #main_img img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#main_img a span {
		background: #8d92ff url(../images/common/list_style_more@2x.png) no-repeat 95% 45%;
		-moz-background-size: auto 45%;
		-webkit-background-size:auto 45%;
		background-size: auto 45%;
	}
}
#main_img a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
/*  Content
------------------------------------------------------------------- */
#home #content {
	background-color: #ffffff;
	background: url(../images/common/bg_tree.jpg) center top no-repeat,url(../images/common/bg.jpg) left top repeat-x;
	overflow: hidden;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
margin: 20px 10px 20px 10px;
  position: relative;
}

#home .information p> img{
width:100%;
height:auto;
}

#home .information p span {
  position: absolute;
  top: 4px;
  right: 6px;
}

#home .information p span img{
  width: auto;
  height: 12px;
}

#home .information p a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
 
@media screen and (orientation: landscape) {
#home .information .scrollBar {
width:98%;
height:180px;
margin:0;
overflow-y:scroll;
}
}

@media screen and (orientation: portrait) {
#home .information .scrollBar {
width:98%;
height:200px;
margin:0;
overflow-y:scroll;
}
#home .information li {
border-top: none;
border-bottom: 1px dotted #dddddd;
font-size: 1.3em; /* =13px */
}

#home .information li img {
margin: 0 10px 5px 0;
vertical-align: middle;
}

#home .information dl {
clear: both;
display: table;
}

#home .information dt {
padding: 8px 0 0 0;
}

#home .information dd {
padding: 0 0 8px 0;
}
 
/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
margin: 10px 10px 0 10px;
background-color: #ffffff;  
border-radius: 4px;
}

#home .miniContent p {
padding: 8px 10px;
background: #0066d2 url("../images/common/close_white.png") no-repeat 98% center;
font-size: 1.4em; /* =14px */
color:#ffffff;
text-align: left;
cursor: pointer;
border-radius: 4px 4px 4px 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .miniContent p {
background: #0066d2 url("../images/common/close_white@2x.png") no-repeat 98% center;
background-size: auto 50%;
}
}

#home .miniContent p.open {
background: #0066d2 url("../images/common/open_white.png") no-repeat 98% center;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .miniContent p.open {
background: #0066d2 url("../images/common/open_white@2x.png") no-repeat 98% center;
background-size: auto 50%;
}
}

#home .miniContent p.open {
border-radius: 4px 4px 0 0;
}

#home .miniContent p:after {
content:attr(data-label);
}

#home .miniContent p img {
display:none;
}

#home .miniContent > ul {
display: none;
border-left: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
border-right: 1px solid #c1c1c1;
border-radius: 0 0 4px 4px;
}

#home .miniContent li {
border-top: 1px solid #c1c1c1;
background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
font-size: 1.3em; /* =13px */
line-height: 1.3;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .miniContent li {
background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
background-size: 15px 15px;
}
}

#home .miniContent li:first-child {
border-top: none;
}

#home .miniContent a {
display: block;
padding: 10px 20px 10px 10px;
text-decoration: none; 
}

#home .miniContent a:after {
content:attr(data-label);
}

#home .miniContent li img {
display:none;
}

/*  contents
------------------------------------------------------------------- */
#home .contents {
margin: 15px 10px 15px 10px;
background-color: #ffffff;
}

#home .contents p {
padding: 8px 10px;
background: #377bc7 url("../images/common/close_white.png") no-repeat 98% center;
font-size: 1.4em; /* =14px */
color:#ffffff;
text-align: left;
cursor: pointer;
border-radius: 4px 4px 4px 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .contents p {
background: #377bc7 url("../images/common/close_white@2x.png") no-repeat 98% center;
background-size: auto 50%;
}
}

#home .contents p.open {
background: #377bc7 url("../images/common/open_white.png") no-repeat 98% center;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .contents p.open {
background: #377bc7 url("../images/common/open_white@2x.png") no-repeat 98% center;
background-size: auto 50%;
}
}

#home .contents p.open {
border-radius: 4px 4px 0 0;
}

#home .contents p:after {
content:attr(data-label);
}

#home .contents p img {
display:none;
}

#home .contents > ul {
display: none;
border-left: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
border-right: 1px solid #c1c1c1;
border-radius: 0 0 4px 4px;
}

#home .contents li {
border-top: 1px solid #c1c1c1;
background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
font-size: 1.3em; /* =13px */
line-height: 1.3;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home .contents li {
background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
background-size: 15px 15px;
}
}

#home .contents li:first-child {
border-top: none;
}

#home .contents a {
display: block;
padding: 10px 20px 10px 10px;
text-decoration: none; 
}

#home .contents a:after {
content:attr(data-label);
}

#home .contents li img {
display:none;
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
  margin-bottom: 20px;
}
#home .troubleshooting * {-webkit-box-sizing: border-box;box-sizing: border-box;}
#home .troubleshooting:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting p {
  padding: 0 10px;
}
#home .troubleshooting p img {
  width: 100%;
  height: auto;
}
#home .troubleshooting .tab {
  margin-top: 10px;
  margin-left: 15px
}
#home .troubleshooting .tab > li {
	float: left;
	margin-right: 2px;
	margin-bottom: -1px;
	padding: 12px 0 10px 0;
	width: 23.5%;
	background-color: #07C9EF;
	border: 1px solid #07C9EF;
	border-radius: 4px 4px 0 0;
  color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	text-align:center;
}
#home .troubleshooting .tab > li:hover {
   cursor: pointer;
}
#home .troubleshooting .tab > li.active {
	background-color: #ffffff;
  border-bottom-color: #ffffff;
	color: #07C9EF;
}
#home .troubleshooting div {
	clear: both;
	padding: 20px 10px;
	background-color: #ffffff;
	border-top: 1px solid #07C9EF;
	border-bottom: 1px solid #07C9EF;
	display: none;
}
#home .troubleshooting div:first-of-type {
	display: block;
}
#home .troubleshooting div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home .troubleshooting div li {
	width: 49%;
  font-size: 0;
}
#home .troubleshooting div li:nth-of-type(n + 3) {
	margin-top: 7px;
}
#home .troubleshooting div a {
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	color:#000000;
	line-height: 1.5;
	text-decoration: none; 
}
#home .troubleshooting div a:hover {
}
#home .troubleshooting div img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: landscape) {
#home .troubleshooting ul li{
display:inline-block;
width:49%;
padding:0 0 0 0 !important;
margin:0;
}
}

@media screen and (orientation: portrait) {
#home .troubleshooting ul li{
display:inline-block;
width:49%;
padding:0 0 0 0;
margin:0;
}
}

/*  side
------------------------------------------------------------------- */
#home .side {
padding:10px 0 0 0;
margin:0 10px 10px 10px;
background: #ffffff;
}

#home .side ul{
width:100%;
display:block;
}

#home .side img{
width:100%;
height:auto;
padding:0;
margin:0;
}

#home .side li{
display:inline-block;
width:49%;
padding:0 0 0 0 !important;
margin:0;
}


/*  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;
}

#home .main a,
#home .main a:visited,
#home .main a:hover,
#home .main a:active{
color: #2c2c2c;
text-decoration:underline;
}

#home .blk_l{
margin:0 0 5px 0;
}

#home .blk_r{
margin:0 0 5px 0;
}