
/*===== ■ 共通パーツ =====*/

/* h1タイトル */

.ttl-h1 {
  background: url(../img/common/bg_h1.gif);
  padding: 16px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .03em;
  margin-bottom: 20px;
}



/* h2タイトル */

.ttl-h2 {
  color: #0067b7;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #0065BA;
  padding: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
  background-color: #f0f5f9;
}



/* h3タイトル */

.ttl-h3 {
  color: #3f97dc;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px dotted #3f97dc;
  border-bottom: 1px dotted #3f97dc;
  padding: 15px 0;
  line-height: 1.3;
  margin: 0 20px 25px;
}



/* レイアウト */

#contents-area {
  width: 100%;
}

#main-area {
  width: 800px;
  float: left;
}

#side {
  width: 180px;
  float: right;
}

.contents-inner {
  padding: 20px;
  background: #fff;
}

.contents-inner section p,
.contents-inner .section p{
  margin-bottom: 25px;
  padding: 0 20px;
}

.contents-inner p,
.contents-inner ul li,
.contents-inner ol li,
.contents-inner dl dt,
.contents-inner dl dd,
.contents-inner span,
.contents-inner em {
  color: #000;
}

.kv {
  margin-bottom: 20px;
}

.img-center,
.txt-center {
  text-align: center;
}

.img-right,
.txt-right {
  text-align: right;
}

.img-column-3 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
}

.img-column-3 li {
  float: left;
  width: 220px;
  margin-right: 30px;
}

.img-column-3 li:nth-child(3n),
.img-column-3 li:last-child {
  margin-right: 0;
}

.img-column-3 li img {
  display: block;
  margin: 0 auto 12px;
}

.img-column-3 li span {
  font-size: 13px;
  line-height: 1.3;
}



/* リンクボタン */

.btn {
  position: relative;
  display: block;
  width: 100%;
  background: #0065BA;
  border: 1px solid #0065BA;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:before {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  background: url(../img/common/arrow-l.png) no-repeat left top;
  background-size: 4px 7px;
  width: 4px;
  height: 7px;
  margin: 0 10px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  background: #fff;
  color: #0065BA;
}

.btn:hover:before {
  background: url(../img/common/arrow-l_on.png) no-repeat left top;
}



/* テーブル */

table {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
}

table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F5F5F5;
  padding: 20px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #000;
  word-break:break-all;
  line-height: 1.4em;/*20160722追加*/
  white-space: nowrap;
  width: 100px;
}

table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #000;
  word-break:break-all;
  line-height: 1.4em;/*20160722追加*/
}

table.spec th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F5F5F5;
  padding: 20px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #000;
  width: 20%;/*20160629変更 変更前180px*/
  word-break:break-all;
  line-height: 1.4em;/*20160722追加*/
}

table.spec td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #000;
  word-break:break-all;
  width: 30%;/*20160629変更*/
  line-height: 1.4em;/*20160722追加*/
}

.table2 th {
  text-align: center;
  word-break:break-all
}

.table2 th:first-child {
  padding: 20px 10px;
  width: 80px;
}

.table2 td:first-child {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}

.table2 tr:nth-child(even) td:first-child {
  background: #EEF8FD;
}

.table2 tr:nth-child(odd) td:first-child {
  background: #FBEDED;
}

.table2 td {
  vertical-align: middle;
  word-break:break-all
}




/*===== ■ ナビ =====*/

nav {
  border-bottom: 1px dotted #518DBC;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}




/*===== ■ パンくず =====*/

#topic-path {
  width: 100%;
  margin-bottom: 18px;
}

#topic-path ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#topic-path ul li {
  float: left;
  font-size: 11px;
}

#topic-path ul li:after {
  content: ">";
  margin: 0 5px;
}

#topic-path ul li:last-child:after {
  content: "" !important;
  margin: 0;
  vertical-align: text-top;
}

#topic-path ul li a {
  font-size: 11px;
  opacity: .8; 
  filter: Alpha(opacity=80); 
}

#topic-path ul li a:hover {
  text-decoration: underline;
  opacity: .7; 
  filter: Alpha(opacity=70); 
}




/*===== ■ サイド =====*/

#side h2 {
  background: url(../img/side/bg.gif);
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  opacity: .80; 
  filter: Alpha(opacity=80); 
}

#side h2.current {
  background: url(../img/side/bg_current.gif);
  font-weight: bold;
  opacity: 1; 
  filter: Alpha(opacity=100); 
}

#side ul {
  padding: 0 5px 5px;
}

#side ul li {
  margin-bottom: 15px;
}

#side ul li a {
  display: block;
  background: url(../img/side/arrow_l.png) no-repeat left center;
  padding-left: 12px;
  font-size: 11px;
  opacity: .80; 
  filter: Alpha(opacity=80); 
}

#side ul .current > a {
  font-weight: bold;
  opacity: 1; 
  filter: Alpha(opacity=100); 
}

#side ul li a:hover {
  text-decoration: underline;
}

#side ul li ul {
  padding: 0 3px 5px;
}

#side ul li ul li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
}

#side ul li ul li:before {
  content: "・";
}

#side ul li ul li a {
  background: none;
  display: inline;
  padding-left: 0;
  opacity: .8; 
  filter: Alpha(opacity=80);
}

#side ul li ul .current a {
  opacity: 1; 
  filter: Alpha(opacity=100); 
}

#side .btn {
  background: #0065BA;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 2px;
  font-size: 12px;
  font-weight: normal;
}

#side .btn:before {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  background: none;
  margin: 0;
}

#side .btn:hover {
  background: #fff;
  color: #0065BA;
}

#fixedmenu {
  width: 180px;
}



/* メニュー開閉 */

#side .memu-open {
  cursor: pointer;
  background: url(../img/side/icon_plus.png),url(../img/side/bg.gif);
  background-repeat: no-repeat,repeat;
  background-position: 96% center,left top;
}

#side .memu-open + ul:not(.display){
  display: none;
}

#side .active {
  background: url(../img/side/icon_minus.png),url(../img/side/bg.gif);
  background-repeat: no-repeat,repeat;
  background-position: 96% center,left top;
}





/*===== ■ 製品情報 =====*/


/* 製品一覧 */

#product-list {
  width: 100%;
}

.tab-area {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 30px;
}

.tab-area li {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  position: relative;
  float: left;
  border: 1px solid #fff;
  border-right: none;
  background: #0065BA;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 166px;
}

.tab-area .select {
  background: #fff;
  color: #0067b7;
}

.tab-area .select:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 10px;
  border-top-color: #fff;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  z-index: 20;
}

.tab-area #tab6{
  border-right: 1px solid #fff;
}

.tab-area li:hover {
  background: #fff;
  color: #0067b7;
}

.hide {
  display:none;
}

.product-list {
  width: 100%;
}

.product-box {
  width: 235px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
}

/*.product-box:nth-child(4n) {
  margin-right: 0;
}*/
.mr_none{
	margin-right:0;
	}

.product-box a {
  display: block;
  height: 100%;
  padding: 15px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-box a:hover {
  background: rgba(81,141,188,0.3);
}

.product-box {
  height:275px;
  max-height:275px;
  overflow:hidden;
}
.a-dammy {
  padding: 15px 10px;
}

.product-box h2 {
  color: #0067b7;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-box .fs12 {
  font-size: 12px;
  letter-spacing: -0.08em;
}

.product-box dl {
  width: 100%;
  overflow: hidden;
}

.product-box dl dt {
  width: 70px;
  float: left;
  margin-right: 10px;
}

.product-box dl dd {
  font-size: 13px;
  color: #000 !important;
  line-height: 1.4;
}

.product-box ul {
  width: 100%;
  line-height: 1.4;
  margin: 10px 0;
  overflow: hidden;
}

.product-box ul li {
  float: left;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  width: 102px;
  margin-right: 10px;
}

.product-box ul li:nth-child(2n) {
  margin-right: 0;
}

.product-box ul .hard {
  background: #043374;
  border: 1px solid #043374;
}

.product-box ul .bifocal {
  background: #9E7E5D;
  border: 1px solid #9E7E5D;
}

.product-box ul .soft {
  background: #00B2E1;
  border: 1px solid #00B2E1;
}

.product-box ul .periodic {
  background: #5784E7;
  border: 1px solid #5784E7;
}

.product-box ul .month {
  background: #fff;
  border: 1px solid #5784E7;
  color: #5784E7;
}

.product-box ul .care {
  background: #A2BB2B;
  border: 1px solid #A2BB2B;
}

.product-box div img {
  margin-right: 5px;
}

.product-box div img:last-child {
  margin-right: 0;
}

.country{
  color: #000;
  font-size: 10px;
}

/*1217追加*/
.tab-area .select#tab6:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 10px;
  border-top-color: #0ac1fd;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  z-index: 20;
}

#tab6:hover {
  background: #0ac1fd;
  color: #fff;
}

#tab6{
	background:#0ac1fd;
	color:#fff;
}

#cap{
	margin-bottom:10px;
	}

#cap a{
	letter-spacing:0.1em;
	border-bottom:#fff 1px solid;
	padding-bottom:2px;
	}

#cap a:hover{
	opacity:0.8;
	}

#ex_img img{
	margin-top:10px;
	}

/* 各製品 */

.pdf {
  width: 240px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pdf a {
  font-size: 13px;
}

.pdf a:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  background: url(../img/common/icon_pdf.png) no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
}

.developer-page {
  width: 300px;
  margin: 0 auto;
}

.developer-page a {
  padding: 15px 5px;
  font-size: 16px;
  color: #fff;
}

.product-item section,
.product-item .section{
  margin-bottom: 50px;
}

.product-item dl {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 25px;
}

.product-item dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.product-item dl dd p {
  margin-bottom: 15px;
  padding: 0;
}

.reference p {
  font-size: 12px;
}

.reference p em {
  font-weight: bold;
  display: block;
}

.product-img {
  width: 80%;
  margin: 0 auto;
}

.product-img p {
  font-size: 11px;
  margin-bottom: 10px !important;
  text-align: center;
  line-height: 1.4;
}

.product-img p:last-child {
  margin-bottom: 0;
}

#mv-l .product-img p:first-child {
  color: #E387B0;
}

/* HOYA ONE DAY */
#oneday .mb0{margin-bottom:0;}
#oneday .mb25{margin-bottom:25px;}
#oneday .mi{color:#0067b7;}
/*#oneday ul{padding-left:2.0em;text-indent:-1.0em;}*/
#oneday ul{padding-left:1.5em;}

/* HOYA エアリーワンマンス */

#airy .sec01 p {
  padding: 0;
}

#airy .sec01 h2,
#airytoric .sec01 h2:first-of-type {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", "MS PMincho" serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
  color: #0067b7;
  letter-spacing: -.05em;
  margin-bottom: 25px;
}

#airy.sec01 h2 + p {
  margin-bottom: 25px;
}

#airy .sec03 ul {
  width: 100%;
  display: table;
  padding: 0 20px;
}

#airy .sec03 ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#airy .sec03 ul li:first-child {
  padding-right: 25px;
}

#airy .sec03 ul li:last-child {
  width: 147px;
}

#airy .sec03 ul li img {
  width: auto;
}

.product-item aside {
  margin-bottom: 20px;
}

.product-item aside h4 {
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.product-item aside ul {
  padding: 0 5px;
}

.product-item aside ul li {
  font-size: 11px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 3px;
}
.ttl-h2-e{
    font-size: 25px !important;
    letter-spacing: 0.01em !important;
	padding:0 !important;
}


/* HOYA エアリーワンマンス（トーリック） */

#airytoric .sec01 p {
  padding: 0;
}

#airytoric .sec01 h2 {
  margin-bottom: 25px;
}

#airytoric.sec01 h2 + p {
  margin-bottom: 25px;
}

#airytoric .sec03 ul {
  width: 100%;
  display: table;
  padding: 0 20px;
}

#airytoric .sec03 ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#airytoric .sec03 ul li:first-child {
  padding-right: 25px;
}

#airytoric .sec03 ul li:last-child {
  width: 147px;
}

#airytoric .sec03 ul li img {
  width: auto;
}

.product-item aside {
  margin-bottom: 20px;
}

.product-item aside h4 {
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.product-item aside ul {
  padding: 0 5px;
}

.product-item aside ul li {
  font-size: 11px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 3px;
}




/* 遠近両用コンタクトレンズ */

#product-lineup {
  width: 100%;
  padding: 0 20px;
}

#product-lineup div {
  width: 340px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

#product-lineup div:nth-child(2n) {
  margin-right: 0;
}

#product-lineup div:last-child {
  margin-bottom: 0;
}

#product-lineup div ul {
  display: table;
  width: 100%;
}

#product-lineup div ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#product-lineup div ul li:first-child {
  width: 70px;
}

#product-lineup div ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#product-lineup div ul li a:hover {
  opacity: .7;
}

#product-lineup div ul li:last-child {
  padding-left: 20px;
}

#product-lineup div ul li h3 {
  margin-bottom: 15px;
  line-height: 1.2;
}

#product-lineup div ul li h3 a {
  font-weight: bold;
  color: #0067b7;
}

#product-lineup div ul li h3 a::before {
  content: ">";
  margin-right: 3px;
  position: relative;
  top: -1px;
}

#product-lineup div ul li p {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
}

#multiview-top .sec02 ul {
  width: 100%;
  padding: 0 20px;
}

#multiview-top .sec02 ul li {
  float: left;
  width: 220px;
  margin-right: 30px;
}

#multiview-top .sec02 ul li:last-child {
  margin-right: 0;
}

#multiview-top .sec02 ul li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#multiview-top .sec02 ul li a:hover {
  opacity: .7;
}

#multiview-top .sec02 ul li a span {
  display: block;
  font-size: 13px;
  margin-top: 12px;
}

#multiview-top .sec03 ul,
#multiview-top .sec04 ul{
  padding: 0 20px;
  margin-bottom: 30px;
}

#multiview-top .sec03 dl dt {
  margin-bottom: 15px;
}

#multiview-top .sec03 dl dd ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#multiview-top .sec03 dl dd ul li {
  float: left;
  width: 345px;
  border: 1px solid #ccc;
  margin-right: 30px;
  padding: 20px;
}

#multiview-top .sec03 dl dd ul li:last-child {
  margin-right: 0;
}

#multiview-top .sec03 dl dd ul li img {
  display: block;
  width: auto;
  margin: 0 auto 20px;
}

#multiview-top .sec03 dl dd ul li span {
  font-size: 13px;
}

#multiview-top .sec05 .img-center {
  margin-bottom: 40px;
}



/* シンプルワン */

#simpleone .sec01 dl dd ul {
  width: 100%;
  display: table;
}

#simpleone .sec01 dl dd ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
}

#simpleone .sec01 dl dd ul li:last-child {
  text-align: center;
  padding-right: 0;
  width: 350px;
  white-space: nowrap;
}

#simpleone .sec01 dl dd ul li img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#simpleone .sec01 dl dd ul li span {
  font-size: 11px;
  margin-bottom: 5px;
}

#simpleone .img-center {
  margin-bottom: 40px;
}

#simpleone .img-center span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

#simpleone .sec02 ul {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}

#simpleone .sec02 ul li {
  float: left;
  width: 220px;
  margin-right: 30px;
}

#simpleone .sec02 ul li:last-child {
  margin-right: 0;
}

#simpleone .sec02 ul li span {
  display: block;
  font-size: 13px;
  margin-top: 12px;
}

#simpleone ol {
  padding: 0 20px;
}

#simpleone ol li {
  margin-bottom: 5px;
}



/* 特にご注意いただきたいこと */

#caution ul {
  padding: 0 20px;
}

#caution ul li {
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}

#caution ul li::before {
  content: "●";
  margin-right: 3px;
  font-size: 10px;
  color: #0067b7;
  position: relative;
  top: -1px;
}

#caution ul li:last-child {
  margin-bottom: 0;
}




/*===== ■ HOYAの技術 =====*/

#developer .img-right img {
  display: block;
  margin: 0 auto 5px;
}

#developer .img-right span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}



/*===== ■ 初めての方へ =====*/

#beginnersguide-top section ul {
  width: 100%;
  padding: 0 20px;
  margin-bottom: -20px;
}

#beginnersguide-top section ul li {
  float: left;
  width: 220px;
  margin-right: 30px;
  margin-bottom: 20px;
}

#beginnersguide-top section ul li:nth-child(3n) {
  margin-right: 0;
}

#beginnersguide-top a {
  color: #00508d;
}

#beginnersguide-top a:hover {
  text-decoration: underline;
}

#beginnersguide table img {
  display: block;
  width: auto;
  margin: 0 auto 5px;
}

#guide05 div p {
  display: inline-block;
  width: 240px;
  margin-bottom: 15px;
}

#guide05 div p a {
  padding: 5px 20px;
  color: #fff;
}

#guide05 div p a:hover {
  color: #0065BA;
  text-decoration: none;
}

#guide05 div ul li {
  margin-bottom: 10px;
}

#guide05 div ul li a {
  font-size: 13px;
}

#guide05 div ul li a:before {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  background: url(../img/common/arrow-l_on.png) no-repeat left top;
  background-size: 4px 7px;
  width: 4px;
  height: 7px;
  margin: 0 10px 0 0;
}




/* コンタクトレンズとメガネの違い */

#beginnersguide-difference table td:nth-child(2),
#beginnersguide-difference table td:nth-child(3){
  width: 260px;
}

#beginnersguide-difference table tr:nth-child(2) td {
  text-align: center;
}



/* コンタクトレンズをはじめるには */

#beginnersguide-how .developer-page {
  width: 400px;
}



/* コンタクトレンズのケア方法 */

#beginnersguide-care .section p {
  padding: 0;
}

#beginnersguide-care .section dl {
  padding: 0 10px;
}

#beginnersguide-care a {
  color: #00508d;
  text-decoration: underline;
}

#beginnersguide-care a:hover {
  text-decoration: none;
}

#beginnersguide-care .section ul {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

#beginnersguide-care .section ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#beginnersguide-care .section ul li:first-child {
  padding-right: 30px;
}

#beginnersguide-care .section ul li dl {
  margin-bottom: 15px;
  line-height: 1.4;
}

#beginnersguide-care .section ul li dl dt {
  margin-bottom: 2px;
}

#beginnersguide-care .section ul li img {
  display: block;
  margin-bottom: 5px;
}

#beginnersguide-care .care-layout01 {
  display: table;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

#beginnersguide-care .care-layout01 li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#beginnersguide-care .care-layout01 li:first-child {
  padding-right: 30px;
  width: 400px;
}

#beginnersguide-care .care-layout01 li:last-child {
  width: auto;
}

#beginnersguide-care .care-layout01 li:last-child img {
  width: auto;
  height: auto;
}

#beginnersguide-care .care-layout01 li p {
  padding: 0;
  margin-bottom: 10px;
}

#beginnersguide-care .care-layout01 li p span {
  line-height: 1.4;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

#beginnersguide-care .care-layout01 li p:last-child {
  margin-bottom: 0;
}

.care-case-box {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px;
}

.care-case-box h4 {
  color: #fff;
  display: inline-block;
  background: #0065BA;
  border-radius: 40px;
  font-size: 15px;
  padding: 2px 20px;
  margin-bottom: 12px;
}

.care-case-box .care-nignt {
  background: #0065BA;
}

.care-case-box .care-morning {
  background: #D45F2A;
}

.care-case01,
.care-case02 {
  width: 100%;
}

.care-case01 div:first-child {
  margin-bottom: 15px;
}

.care-case02 div {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  width: 48%;
}

.care-case02 div:nth-child(2n) {
  margin-right: 0;
}

.care-case-box ul {
  width: 100%;
  display: table;
}

.care-case-box ul li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.care-case-box ul li:first-child {
  width: 120px;
}

.care-case-box ul li:first-child img {
  width: auto;
  height: auto;
}

.care-case-box ul li dl {
  margin-bottom: 0;
  padding-right: 0;
}

.care-case-box ul li dl dt {
  margin-bottom: 3px;
  font-size: 14px;
}

.care-case-box ul li dl dd {
  font-size: 13px;
}

.care-case-box ul li dl dd span {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

#beginnersguide-care .sec03 .img-center span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

#beginnersguide-care .sec04 table th {
  width: 200px;
}



/* よくある質問 */

#beginnersguide-faq > ul {
  width: 100%;
  margin-bottom: 20px;
}

#beginnersguide-faq > ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

#beginnersguide-faq > ul li:nth-child(3n) {
  margin-right: 0;
}

#beginnersguide-faq > ul li a {
  padding: 7px 5px;
  font-size: 13px !important;
}

#beginnersguide-faq section {
  margin-bottom: 30px;
}

.faq-box {
  padding-bottom: 25px;
  border-bottom: 1px dotted #000;
  margin-bottom: 25px;
}

.faq-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.faq-box dl {
  width: 100%;
  display: table;
  padding: 0 10px;
}

.faq-box dl dt,
.faq-box dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.faq-box dl:first-child {
  margin-bottom: 15px;
}

.faq-box dl dt {
  width: 50px;
}

.faq-box dl dd {
  padding-left: 20px;
}

.faq-box dl:first-child dd {
  color: #0067b7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.faq-box dl:last-child dt,
.faq-box dl:last-child dd {
  vertical-align: top;
}

.faq-box dl dd p {
  padding: 0;
  margin-bottom: 20px;
}

.faq-box dl dd p:last-child {
  margin-bottom: 0;
}




/*===== ■ 暮らしから始める目に良いこと =====*/

#kurashi-menu {
  width: 100%;
  margin: 30px 0;
}

#kurashi-menu div {
  float: left;
  width: 240px;
  margin-right: 20px;
}

#kurashi-menu div:last-child {
  margin-right: 0;
}

#kurashi-menu div ul {
  background: #fff;
  padding: 15px;
  border: 1px solid #EEECEC;
  border-top: none;
  border-radius: 2px;
}

#kurashi-menu div ul li {
  margin-bottom: 7px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}

#kurashi-menu div ul li:last-child {
  margin-bottom: 0;
}

#kurashi-menu div ul li a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#kurashi-menu div ul li a:hover {
  color: #00508d;
}

#kurashi-contents .section {
  margin-bottom: 30px;
}

.img-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.img-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}




/*===== ■ 会社概要 =====*/

#company-table {
  margin-bottom: 20px;
}

#company-table h2 + p {
  margin-bottom: 15px;
}

#company-table table + p {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

#company-table table th {
  text-align: center;
  width: 50%;
  vertical-align: middle;
}

#company-table table td {
  vertical-align: middle;
}

#company-table table .td-bg-odd {
  background: #EEF8FD;
}

#company-table table .td-bg-even {
  background: #FBEDED;
}

#company-about table a {
    color: #00508d;
}

.column-2 {
  width: 100%;
}

.column-2 li {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.column-2 li:nth-child(2n) {
  margin-right: 0;
}

.column-2 li dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

.column-2 li dl dt:before {
  content: "■";
  font-size: 12px;
  margin-right: 3px;
}

.column-2 li img {
  display: block;
  margin: 0 auto;
}

#company-top .column-2 li dl dt:before {
  content: "";
  font-size: 12px;
  margin-right: 0;
}

.about-box {
  width: 100%;
  display: table;
  padding: 0 20px;
  margin: 0 auto 20px;
}

.about-box div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.about-box div:first-child {
  width: 70%;
  padding-right: 20px;
}

.about-box table {
  width: 100%;
}

.about-box table th {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
}

.about-box table th span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.about-box div img {
  display: block;
  width: auto;
  margin: 0 auto 5px;
}

.about-box div:last-child span {
  display: block;
  text-align: center;
  font-size: 12px;
}




/*===== ■ お問い合わせ =====*/

#inquiry .contents-inner {
  padding-bottom: 40px;
}

.attention {
  width: 96%;
  margin: 0 auto 10px;
  font-size: 12px;
}

.attention span {
  color: #f00;
}
 
#contact-form th,
#contact-form td {
  vertical-align: middle;
  font-size: 14px;
}

#contact-form th span {
  color: #f00;
}

#contact-form th em {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
}

#contact-form ul {
  width: 100%;
}

#contact-form ul li {
  float: left;
  margin-right: 15px;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  width: 70%;
  height: 32px;
  padding: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

textarea {
  width: 95% !important;
  height: 130px !important;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 13px;
}

input[type=text]:hover,
textarea:hover,
input[type=text]:focus,
textarea:focus {
  background-color: #f9f9f9;
  border: 1px solid #666;
  outline: none;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

label {
  display: inline !important;
  margin-right: 5px;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"]{
  position: relative;
  border: none;
  outline: none;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

input[type="submit"] {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #0065BA;
  border: 1px solid #0065BA;
  letter-spacing: .05em;
  text-align: center;
  padding: 14px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

input[type="reset"] {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  border-radius: 4px;
  background: #b4b4b4;
  box-shadow: 2px 2px 6px #aaa;
  padding: 12px 20px;
}

input[type="submit"]:hover {
  opacity: .7;
}

input + input {
  margin-top: 10px;
}

.input02 {
  width: 80px !important;
}

.input03 {
  width: 95% !important;
}

#contact-form + ul {
  padding: 20px;
}

#contact-form + ul li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}

#contact-form + ul li a {
  color: #00508d;
  text-decoration: underline;
}

#contact-form + ul li a:hover {
  text-decoration: none;
}

#check-box {
  padding: 0 20px;
  margin-bottom: 15px;
}

#inquiry aside {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 20px 20px;
}

#inquiry aside h4 {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #000;
}

#inquiry aside dl {
  width: 100%;
  display: table;
  margin-top: 5px;
}

#inquiry aside dl dt,
#inquiry aside dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#inquiry aside dl dt {
  width: 1%;
  white-space: nowrap;
}

#submit {
  width: 340px;
  margin: 0 auto;
}

#thanks-box {
  padding: 0 20px;
}

#thanks-box p {
  margin-bottom: 20px;
}

#thanks-box p:last-child {
  margin-bottom: 0;
}




/*===== ■ 利用規約 =====*/

#term .section p {
  margin-bottom: 0;
}

#term .product-item .section {
  margin-bottom: 30px;
}

#term .contents-inner ul {
  width: 100%;
  margin: -10px 0 auto;
  padding: 0 20px;
}

#term .contents-inner  ul li {
 float: left;
 width: 240px;
 padding: 10px;
}




/*===== ■ NEWS =====*/

#news-list {
  padding: 10px 20px 20px;
}

#news-list dl {
  width: 100%;
  display: table;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
}

#news-list dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#news-list dl dt,
#news-list dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}

#news-list dl dt {
  width: 120px;
}

#news-list dl dd a {
  color: #000;
  display: block;
}

#news-list dl dd a:hover {
  color: #00508d;
}



/* 詳細 */

#entry-wrap > p {
  text-align: right;
  margin-bottom: 10px;
}

#entry-box {
  padding: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
}

#entry-box + p a {
  padding: 12px 5px;
  font-size: 16px;
  color: #fff;
}

#entry-box + p a:hover {
  color: #00508d;
}

.pdf {
  width: 140px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pdf-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: right;
}

.pdf-2 li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

.pdf-2 li:last-child {
  margin-right: 0;
}

.pdf a,
.pdf-2 a{
  font-size: 13px;
}

.pdf-2 a {
  padding: 5px 10px;
}

.pdf a:after,
.pdf-2 a:after{
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  background: url(../img/common/icon_pdf.png) no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
}

.mb-20{
  margin-bottom: 20px;
}

/*20160629*/
sup,sub{
  font-size: 77%;
  line-height: 100%;
}
sup{vertical-align: text-top;}
sub{vertical-align: text-bottom;}


/*===== ■ 注釈20160628 =====*/

#annotation{
  padding-top: 10px;
  line-height: 1.2em;
  width: 96%;
  margin: 0 auto;
}
#annotation p{padding: 0 0;margin-bottom: 0;}

/*===== ■ テーブル図版部分20160706 =====*/

table td div{float: left;}
table td div img{margin-left: 20%;}
table td div:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
table td div span{font-size: 12px;}
/*===== ■ 製品タグリンク20160706 =====*/
.tab-area .select a{color: #0065BA;}
.tab-area #tab1:hover,.tab-area #tab2:hover,.tab-area #tab3:hover,.tab-area #tab4:hover,.tab-area #tab5:hover {
  background: #fff;
  color: #0065BA;
}
/*===== ■ 20160722 商品詳細フォントサイズ変更（英語）=====*/
.font_s{font-size: 13px;}
