@charset "utf-8";
/* CSS Document */
@import "normalize.css";
@import "default.css";
/*******************
LP style
********************/
/* base*/
html {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#101010;
  line-height:1.5;
  min-width: 1200px;
  margin: 0 auto;
}
a{
  color: #101010;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------*/
.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}
/*
ovf-** 横幅の大きい画像を設定した最小幅でトリミング
デフォルトの設定は最小1200px、画像幅1500pxなので適宜調整してください
*/
.ovf-area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1200px;
}
.ovf-box {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.ovf-item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px; /* widthの半分 */
}

/*-- fv -------------------------------------*/
/* #fv {
height: 870px;
text-align: center;
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
min-width: 1200px;
z-index: 1;
background: url(../img/fv_bg.jpg) repeat-x top center;
}
#fv .fv-box {
display: block;
text-align: center;
position: absolute;
top: 0;
left: 50%;
width: 1500px;
margin-left: -750px;
} */
/*--------------------------------------------*/
.promise {
  background: #ebf59d url(../img/promise_bg.jpg) repeat-x top center;
  /*   background: #11466c linear-gradient(transparent 7.3%, #fff 7.3%); */
}
.pl {position: relative;}

/*-------------------------------------------
header
-----------------------------------------------*/
#new-box .header h1,
#new-box .header .header-tel {
  display: inline-block;
  vertical-align: middle;
}
#new-box .header h1 {
  margin-top: 2em;
}
#new-box .header .header-tel {
  float: right;
}
#new-box .header {
  position: relative;
  width: 1000px;
  margin: 1em auto;
}
#new-box nav ul {
  height: 80px;
  background: #cceefc;
}
#new-box nav ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#new-box nav li {
  display: inline-block;
  background: #cceefc;
}
#new-box nav li:hover {
  background: #e8f8ff;
}

/* Submenu */
#new-box nav ul li ul {
  width: 495px;
  position: absolute;
  bottom: 1;
  left: 1;
}
#new-box nav ul li ul li a {
  display: inline-block;
  height: 70px;
}
#new-box nav ul li ul {
  display: none;
}
#new-box nav ul li:hover ul{
  display: block;
}

/*-------------------------------------------
main
-----------------------------------------------*/

/* 健康用語解説 */
#new-box .glossary-box {
  font-family: 'Noto Serif JP', serif;
}
#new-box .glossary-bg {
  background: url(../img/glossary_ttl_bg_cover.png) no-repeat top center;
  background-size: cover;
}
#new-box .glossary-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
#new-box .a-w {
  margin: 0 auto 3%;
  text-align: center;
}
#new-box .mt-3 {
  margin-top: -3em;
}
#new-box .a-w li {
  color: #00a8f1;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  border: 1px solid #00a8f1;
  display: inline-block;
  background: #fff;
  margin: 0 .5em;
}
#new-box .a-w .all {
  background: #e8f8ff;
}
#new-box .a-n {
  margin-bottom: 1%;
}
#new-box .h-w {
  margin-left: 3.9em;
}
#new-box .a-w li a {
  display: block;
}
#new-box .a-w li a:hover {
  text-decoration: none;
}
#new-box .glossary-list {
  width: 1000px;
  margin: 0 auto;
}
#new-box .glossary-list table {
  margin-bottom: 9%;
}
#new-box .glossary-list tr {
  border-bottom: 1px solid #bfbfbf;
  margin: 10%;
}
#new-box .glossary-list .language-text {
  margin-bottom: 3%;
  padding-top: 3%;
}
#new-box .glossary-list tr a:hover {
  text-decoration: none;
}
#new-box .initials {
  color: #212020;
  font-size: 1.3em;
  border-bottom: 2px solid #00a8f1;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
#new-box .language-text {
  padding-left:2em;
  text-indent:-1em;
  letter-spacing: .07em;
}
#new-box .language {
  color: #00a8f1;
  display: block;
}
#new-box .language:before {
  content: "→";
  color: #00a8f1;
  display: inline-block;
  margin-right: 1em;
  height: 1.2em;
  vertical-align: top;
}
#new-box .search-box {
  background: #e8f8ff;
  margin-bottom: 2em;
  padding: 1.5em 0;
  text-align: center;
}
#new-box .search-text {
  color: #00a8f1;
  text-align: center;
  margin-bottom: .3em;
  font-size: 18px;
  display: inline-block;
}
#new-box .search-box form {
  position: relative;
  width: 400px;
  margin: 0 auto;
  display: inline-block;
}
#new-box .search-box form input {
  height: 2.5em;
  width: 84%;
  color: #bcbcbc;
  padding: 0 0 0 2em;
}
#new-box .search-box .posi {
  position: absolute;
  left: 7%;
  top: 33%;
  color: #a7a3a1;
}
#new-box .glossary-details {
  font-family: 'Noto Serif JP', serif;
  width: 1000px;
  margin: 0 auto 6em;
}
#new-box .glossary-details h2 {
  color: #00a8f1;
  font-size: 1.4em;
  border-bottom: 2px solid #00a8f1;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
#new-box .glossary-details p {
  line-height: 1.5em;
}
#new-box .glossary-details p {
  margin-bottom: 2em;
}

#new-box .page-btn {
  width: 1000px;
  margin: 0 auto 5em;
  text-align: center;
}
#new-box .page-btn ul {
  display: flex;
  justify-content: space-between;
}
#new-box .page-btn ul li {
  position: relative;
  color: #00a8f1;
  border-right: none;
  padding: 1% 0;
}
#new-box .page-btn ul li:nth-of-type(2) a {
  border: 1px solid #00a8f1;
  padding: .6em 3em;
}
#new-box .page-btn ul li:nth-of-type(2) a:hover {
  color: #fff;
  background: #00a8f1;
}
#new-box .page-btn ul li a {
  color: #00a8f1;
}
#new-box .page-btn ul li a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .page-btn .back:before {
  content: "«";
  padding-right: 1em;
  display: inline-block;
}
#new-box .page-btn .next:after {
  content: "»";
  padding-left: 1em;
  display: inline-block;
}
/* / 健康用語解説 */

/*-------------------------------------------
footer
-----------------------------------------------*/
#new-box .go-top {
  width: 1000px;
  margin: 5em auto 1em;
  text-align: right;
}
#new-box .go-top a {
  display: inline-block;
}
#new-box footer {
  font-family: 'Noto Serif JP', serif;
  background: #00a8f1;
  text-align: center;
  padding: 2.5em 0 0;
}
#new-box footer a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .footer-product-list,
#new-box .footer-list {
  display: inline-block;
  width: 455px;
  vertical-align: top;
  text-align: left;
}
#new-box .product-list-titl {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#new-box .product-list-titl:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
}
#new-box .product-list-titl:after {
  margin-left: 1rem;
}
#new-box .footer-product-list li:before  {
  content: ">";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5em;
}
#new-box .footer-product-list li {
  display: inline-block;
  width: 130px;
  text-align: left;
  padding-left: 1em;
  margin: .5em auto;
}
#new-box .footer-product-list li a {
  color: #fff;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  line-height: 1em;
}
#new-box .footer-product-list li span {
  font-size: 12px;
  display: block;
}
#new-box .footer-list {
  margin-left: 2em;
}
#new-box .footer-list a {
  color: #fff;
}
#new-box .footer-list div {
  display: inline-block;
  vertical-align: top;
  margin-left: 4em;
}
#new-box .footer-list div .mb5 {
  margin-bottom: 5em;
}
#new-box .footer-list div p {
  margin-bottom: 1em;
}
#new-box .footer-list div .f-size12 {
  font-size: 12px;
}
#new-box .footer-list .list:before  {
  content: ">";
  color: #fff;
  margin-right: .5em;
  display: inline-block;
  vertical-align: top;
}
#copy {
  padding-top: 4em;
  background: #00a8f1;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 3.5;
  font-size: .875rem;
}
