@charset "utf-8";

/* SP：home_sp.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%;
	border-bottom: 1px solid #c1c1c1;
	background-color: #f8f8f8;
}
#home #mainVisual .frame {
	overflow: hidden;
	width: 100%;
}
#home #mainVisual .frame > div {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#home #mainVisual img {
	display:block;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#home #mainVisual a {
	text-decoration: none; 
}
#home #mainVisual a span {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	height: 20px;
	width: 120px;
	background: #8d92ff url(../images/common/list_style_more.png) no-repeat 95% 45%;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;  
	border-radius: 20px;
	font-size: 1.2em; /* =12px */
	line-height: 1.8;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home #mainVisual 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%;
	}
}
#home #mainVisual a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

/* prev / next links */
.cycle-prev,
.cycle-next {
	display: none;
}
/* ページャー */
.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: #f8f8f8 url("../images/home/bg_home_main.png") repeat center top;
	padding-top:7px;
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	position: relative;
	margin: 10px;
	padding: 5px 40px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home .latestNews dl {
	clear: both;
	display: table;
}
#home .latestNews dt {
	padding: 8px 0 0 0;
	font-size: 1.4em; /* =14px */
}
#home .latestNews dd {
	padding: 0 0 8px 0;
	font-size: 1.4em; /* =14px */
}
#home .latestNews img {
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
/* prev / next links */
#prevDiv,
#nextDiv {
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
#prevDiv {
	left: 3px;
	background: url(../images/sp/prev_latest_news.png) 0 50% no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#prevDiv {
		background: url(../images/sp/prev_latest_news@2x.png) 0 50% no-repeat;
		-moz-background-size: auto 80%;
		-webkit-background-size:auto 80%;
		background-size: auto 80%;
	}
}
#nextDiv {
	right: 3px;
	background: url(../images/sp/next_latest_news.png) 100% 50% no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#nextDiv {
		background: url(../images/sp/next_latest_news@2x.png) 100% 50% no-repeat;
		-moz-background-size: auto 80%;
		-webkit-background-size:auto 80%;
		background-size: auto 80%;
	}
}
#prevDivt:hover,
#nextDiv:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	margin: 10px 10px 0 10px;
}
#home .differentPurpose p {
}
#home .differentPurpose ul {
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home .differentPurpose ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#home .differentPurpose li {
	position:relative;
	float: left;
	width: 50%;
	font-size: 1.4em; /* =14px */
	font-weight: bold;
	text-align: center;
}
#home .differentPurpose li:before {
	position:absolute;
	bottom:1px;
	right:1px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 15px solid #c7d8fd;
	border-left: 15px solid transparent;
}
#home .differentPurpose li:hover {
	background-color: #eeeeee;
}
#home .differentPurpose li:first-child {
	margin-right: -2px;
	border-right: 2px dotted #c1c1c1;
}
#home .differentPurpose li:first-child + * + * {
	margin-right: -2px;
	border-top: 2px dotted #c1c1c1;
	border-right: 2px dotted #c1c1c1;
}
#home .differentPurpose li:first-child + * + * + * {
	border-top: 2px dotted #c1c1c1;
}
#home .differentPurpose a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color:#347ed4;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 10px 10px 0 10px;
	position:relative;
}
#home .information p {
	background:url(../images/sp/bg_sp_ttl.png) no-repeat;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 4px 4px 0 0;  
	-moz-border-radius: 4px 4px 0 0;  
	border-radius: 4px 4px 0 0;
	padding:5px 0 5px 10px;
}
#home .information p span {
	position:absolute;
	top:5px;
	right:5px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
#home .information .scrollBar {
	padding: 5px 10px 5px 10px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 4px 4px;  
	-moz-border-radius: 0 0 4px 4px;  
	border-radius: 0 0 4px 4px;
}
#home .information ul {
    height: 19em;
    overflow: hidden;
}
#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;
}
#home .information li a{
}
 
/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent p {
    background: url(../images/sp/bg_sp_ttl.png) no-repeat;
    margin: 20px auto 0;
    width: 92%;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0 5px 10px;
}

#home .miniContent ul {
    overflow: hidden;
    width: 94%;
    margin: 0 auto 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    display: -webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#home .miniContent ul li {
    width: 48%;
    float: left;
}
#home .miniContent ul li:nth-child(2n) {
    margin-left: 3%;
}
#home .miniContent ul li img {
    max-width: 100%;
}






/*  contents
------------------------------------------------------------------- */
#home .contents {
	margin: 15px 10px 15px 10px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#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;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	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;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		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;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .contents p.open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	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;
}
#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;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		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: 10px 10px 0 10px;
	position:relative;
}
#home .troubleshooting p {
	background:url(../images/sp/bg_sp_ttl.png) no-repeat;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 4px 4px 0 0;  
	-moz-border-radius: 4px 4px 0 0;  
	border-radius: 4px 4px 0 0;
	padding:5px 0 5px 10px;
}
#home .troubleshooting .directNav {
}
#home .directNav p {
}
#home .directNav > ul {
	overflow: hidden;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
#home .directNav dl {
}
#home .directNav dt {
	padding: 8px 10px;
	border-top:1px dotted #c1c1c1;
	border-left:1px dotted #c1c1c1;
	border-right:1px dotted #c1c1c1;
	background: #fff url("../images/common/close_white.png") no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color:#333;
	text-align: left;
	cursor: pointer;
}
#home .directNav dt.t-box04 {
	border-bottom:1px dotted #c1c1c1;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .directNav dt {
		background: #cbe3ff url("../images/common/close_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .directNav dt.open {
	background: #fff url("../images/common/open_white.png") no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .directNav dt.open {
		background: #cbe3ff url("../images/common/open_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .directNav li:first-child dt {
	border-top:none;
}
#home .directNav li:first-child + * + * + * dt {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#home .directNav li:first-child + * + * + * dt.open {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
#home .directNav li:first-child dt {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#home .directNav dd {
	display: none;
}
#home .directNav dd li {
	border-top: 1px solid #c1c1c1;
	border-left: 1px dotted #c1c1c1;
	border-right: 1px dotted #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
	font-size: 1.3em; /* =13px */
	line-height: 1.3;
	background-color:#FFF;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .directNav dd li {
		background: #fff url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#home .directNav li:first-child dt {
    border-top: none;
    background: #82aadb url(../images/common/close_white@2x.png) no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    color: #fff;
}
#home .directNav li:first-child dt.open {
    background: #82aadb url("../images/common/open_white@2x.png") no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}
#home .directNav li:nth-child(2) dt {
    border-top: none;
    background: #ffa6a6 url(../images/common/close_white@2x.png) no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    color: #fff;
}
#home .directNav li:nth-child(2) dt.open {
    background: #ffa6a6 url("../images/common/open_white@2x.png") no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}
#home .directNav li:nth-child(3) dt {
    border-top: none;
    background: #7bc59b url(../images/common/close_white@2x.png) no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    color: #fff;
}
#home .directNav li:nth-child(3) dt.open {
    background: #7bc59b url("../images/common/open_white@2x.png") no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}

#home .directNav li:nth-child(4) dt {
    border-top: none;
    background: #e1cc70 url(../images/common/close_white@2x.png) no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    color: #fff;
}
#home .directNav li:nth-child(4) dt.open {
    background: #e1cc70 url("../images/common/open_white@2x.png") no-repeat 98% center;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}

#home .directNav dd a {
	display: block;
	padding: 10px 20px 10px 10px;
	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;
}
