@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
a {
  outline: none;
  text-decoration: none;
}
.center {
  text-align: center;
}
* {
  border: none;
  margin: 0;
  padding: 0;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 汎用 */
.link_hover:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mt_100 {
  margin-top: 100px;
}

.mt_110 {
  margin-top: 50px;
}

.mt_150 {
  margin-top: 150px;
}

.mb_20 {
  margin-bottom: 20px;
}

.m_b30 {
  margin-bottom: 30px;
}

/* width */
.width980 {
  width: 980px;
}

.width100 {
  width: 100%;
}

.width_center {
  margin: 0 auto;
}

/* flex */
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

/* text-align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* ----------------------------------------------------------------------
 margin-top
---------------------------------------------------------------------- */
.m_t5 {
  margin-top: 5px !important;
}

.m_t10 {
  margin-top: 10px !important;
}

.m_t15 {
  margin-top: 15px !important;
}

.m_t20 {
  margin-top: 20px !important;
}

.m_t25 {
  margin-top: 25px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_t35 {
  margin-top: 35px !important;
}

.m_t40 {
  margin-top: 40px !important;
}

.m_t45 {
  margin-top: 45px !important;
}

.m_t50 {
  margin-top: 50px !important;
}

/* ----------------------------------------------------------------------
 margin-bottom
---------------------------------------------------------------------- */
.m_b5 {
  margin-bottom: 5px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b35 {
  margin-bottom: 35px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b45 {
  margin-bottom: 45px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_b80 {
  margin-bottom: 80px !important;
}
/* ----------------------------------------------------------------------
 margin-right
---------------------------------------------------------------------- */
.m_r5 {
  margin-right: 5px !important;
}

.m_r10 {
  margin-right: 10px !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r20 {
  margin-right: 20px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r30 {
  margin-right: 30px !important;
}

.m_r35 {
  margin-right: 35px !important;
}

.m_r40 {
  margin-right: 40px !important;
}

.m_r45 {
  margin-right: 45px !important;
}

.m_r50 {
  margin-right: 50px !important;
}

/* ----------------------------------------------------------------------
 margin-left
---------------------------------------------------------------------- */
.m_l5 {
  margin-left: 5px !important;
}

.m_l10 {
  margin-left: 10px !important;
}

.m_l15 {
  margin-left: 15px !important;
}

.m_l20 {
  margin-left: 20px !important;
}

.m_l25 {
  margin-left: 25px !important;
}

.m_l30 {
  margin-left: 30px !important;
}

.m_l35 {
  margin-left: 35px !important;
}

.m_l40 {
  margin-left: 40px !important;
}

.m_l45 {
  margin-left: 45px !important;
}

.m_l50 {
  margin-left: 50px !important;
}

/* ----------------------------------------------------------------------
 padding-top
---------------------------------------------------------------------- */
.p_t5 {
  padding-top: 5px !important;
}

.p_t10 {
  padding-top: 10px !important;
}

.p_t15 {
  padding-top: 15px !important;
}

.p_t20 {
  padding-top: 20px !important;
}

.p_t25 {
  padding-top: 25px !important;
}

.p_t30 {
  padding-top: 30px !important;
}

.p_t35 {
  padding-top: 35px !important;
}

.p_t40 {
  padding-top: 40px !important;
}

.p_t45 {
  padding-top: 45px !important;
}

.p_t50 {
  padding-top: 50px !important;
}

/* ----------------------------------------------------------------------
 padding-bottom
---------------------------------------------------------------------- */
.p_b5 {
  padding-bottom: 5px !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.p_b15 {
  padding-bottom: 15px !important;
}

.p_b20 {
  padding-bottom: 20px !important;
}

.p_b25 {
  padding-bottom: 25px !important;
}

.p_b30 {
  padding-bottom: 30px !important;
}

.p_b35 {
  padding-bottom: 35px !important;
}

.p_b40 {
  padding-bottom: 40px !important;
}

.p_b45 {
  padding-bottom: 45px !important;
}

.p_b50 {
  padding-bottom: 50px !important;
}

/* ----------------------------------------------------------------------
 padding-right
---------------------------------------------------------------------- */
.p_r5 {
  padding-right: 5px !important;
}

.p_r10 {
  padding-right: 10px !important;
}

.p_r15 {
  padding-right: 15px !important;
}

.p_r20 {
  padding-right: 20px !important;
}

.p_r25 {
  padding-right: 25px !important;
}

.p_r30 {
  padding-right: 30px !important;
}

.p_r35 {
  padding-right: 35px !important;
}

.p_r40 {
  padding-right: 40px !important;
}

.p_r45 {
  padding-right: 45px !important;
}

.p_r50 {
  padding-right: 50px !important;
}

/* ----------------------------------------------------------------------
 padding-left
---------------------------------------------------------------------- */
.p_l5 {
  padding-left: 5px !important;
}

.p_l10 {
  padding-left: 10px !important;
}

.p_l15 {
  padding-left: 15px !important;
}

.p_l20 {
  padding-left: 20px !important;
}

.p_l25 {
  padding-left: 25px !important;
}

.p_l30 {
  padding-left: 30px !important;
}

.p_l35 {
  padding-left: 35px !important;
}

.p_l40 {
  padding-left: 40px !important;
}

.p_l45 {
  padding-left: 45px !important;
}

.p_l50 {
  padding-left: 50px !important;
}

/*---ヘッダー-----------------------------------------------------------------------*/
/*黒帯部分*/
#header {
  margin: 0px auto;
}
#g_menu_bg {
 /*  width: 1180px;2022.12.14 */
  background: #003296;
  background: #555;
  width: 100%;
  height: 36px;}

#g_menu {
  width: 980px;
  margin: 0px auto;
  color: #fff;
}

#g_menu p {
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 36px;
}
#g_menu ul {
  float: right;
  list-style: none;
}
#g_menu li {
  display: inline;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}
#g_menu li a:hover {
  text-decoration: none;
  color: #ff0;
}

#g_menu a {
  color: #fff;
  margin: 0 6px;
}

/*メニュー*/
/* 2022.12.14 */
@media(min-width:981px){
  #menu_bg {
      width: 1180px !important;
      margin: 0 auto;
      margin-bottom: 15px;
      float: center;
  }
}
@media(max-width:980px){
  #menu_bg{
    width: auto !important;
      margin: 0 auto;
      margin-bottom: 15px;
      float: center;
  }
}

/* 2022.12.14
 #menu_bg2 {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 15px;}

#menu_bg2 h1 a {
  margin: 0;
  padding: 0;
  float: left;
  width: 310px;
  height: 99px;
  background: url(../img/header_logo.jpg) no-repeat;
  margin: 0;
}*/
#menu_bg h1 a {
  margin: 0;
  padding: 0;
  float: left;
  width: 310px;
  height: 100px;
  background: url(../img/header_logo.jpg) no-repeat;
  margin: 0;
}
#menu {
  margin-left: 20px;
 /* 2022.12.14　 float: right;*/
}
#menu ul {
  position: relative;
  z-index: 200;
}
#menu li div a {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #6a4aa0;
  padding: 25px 15px 10px 15px;
  line-height: 26px;
} 
 /* 2022.12.14　#menu li .menu_dw02 a {
  padding: 25px 5px 10px 5px;
}*/
#menu li div a span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#menu li {
  list-style: none;
  float: left;
}
.menu_dw a {
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.menu_dw a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_dw a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* .menu_row02_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.menu_row02 {
  float: none !important;
}

.menu_row02_list li {
  float: none !important;
}

.menu_list_item_empty {
  width: 100%;
} */

/* ドロップダウンメニュー */
.menu {
  position: relative;
}

ul.menu_second_level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu_single {
  position: relative;
}

.menu_dw02_health a::after {
  content: none;
}

li.menu_single ul.menu_second_level {
  position: absolute !important;
  top: 50px !important;
  width: 160px;
  background: #555;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.menu_single:hover ul.menu_second_level {
  text-align: center;
  top: 0;
  visibility: visible;
  opacity: 1;
  padding: 10px 0;
}

li.menu_single ul.menu_second_level li {
  float: none !important;
}

li.menu_single ul.menu_second_level li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 5px;
}

li.menu_single ul.menu_second_level li a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



/*---見出し---*/

/*パンくず*/


#midashi {
  clear: both;
  width: 980px;
  margin: 10px auto;
}

#midashi p {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
#midashi h2 {
  font-size: 30px;
  color: #444;
  clear: both;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-weight: normal;
}
#midashi h2 span {
  font-size: 16px;
  margin-left: 20px;
}

#title {
  width: 980px;
  margin: 30px auto;
}
#title h3 {
  color: #444;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  margin: 20px 0;
}
#title h2 span {
  font-size: 18px;
}
#title p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-bottom: 20px;
}

#title p.l_txt{
  font-size: 24px;
  padding-bottom: 0;
  line-height: 1.5;
}

/*----------------------------------------------------------------------------------*/
/*----レフト-----*/
#product_sideWrap {
  width: 150px;
  float: right;
  position: relative;
  margin-top: 0;
}
#product_left_side {
  width: 150px;
  float: right;
}
#product_left_side a {
  color: #555;
}
#product_left_side a:hover {
  text-decoration: underline;
  color: #6a4aa0;
}
#product_left_side h4 {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 5px 8px;
  background: #777;
  margin: 0;
}
#product_left_side h5 {
  font-size: 16px;
  color: #555;
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
}
#product_left_side li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 5px 0;
  font-size: 15px;
}

/*----フッター------------------------------------------------------------------------------*/

/*ページトップ*/
.pageTop {
  margin: 100px auto 0 auto;
  width: 150px;
}
.pageTop p {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 15px;
}
.pageTop p a {
  display: block;
  color: #333;
}
.pageTop p a img {
  padding-top: 10px;
}
/*サイトマップ*/

#footer_sitemap_bg {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f4f0e6;
  clear: both;
}
#footer_sitemap {
  width: 980px;
  padding: 25px 0;
  margin: 0 auto;
  overflow: auto;
}
.sitemap_box {
  float: left;
  margin-right: 50px;
}
#footer_sitemap p {
  font-size: 13px;
  color: #333;
  padding: 2px 0;
}
#footer_sitemap a {
  color: #333;
}
#footer_sitemap a:hover {
  text-decoration: underline;
  color: #6a4aa0;
}
/*フッター帯*/
#footer {
  width: 100%;
  padding: 10px 0;
  background: #020376;
  background: #555;
}
#footer_inner {
  width: 960px;
  margin: 0 auto;
  overflow: auto;
}
#footer p {
  font-size: 13px;
  color: #fff;
  float: left;
}
#footer ul {
  float: right;
}
#footer li {
  display: inline-block;
  float: left;
  list-style: none;
  font-size: 13px;
  color: #fff;
}
#footer a {
  color: #fff;
  padding: 0 3px;
}
#footer a:hover {
  text-decoration: none;
  color: #ff0;
}

/* プラチナヴェール */
.platinum,
.table {
  margin: 0 auto;
}

.platnum-txt,
.”table-txt” {
  padding: 0 30px;
}
