/*
Theme Name: Fukuda 2
Description: Ver. 2.0 で PHP 7 系 / WordPress 5.5 系に対応 (2020.08.20)
Version: 2.0
*/
@charset "utf-8";

/* ---------------------
Import file
--------------------- */
@import url("css/base.css");

/* ---------------------
Common style
--------------------- */
body {
  font-size: 12px;
  color: #172051;
}

a,
a:link,
a:visited {
  outline: 0;
  color: #172051;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
a.green,
a.green:link,
a.green:visited {
  color: #8ec323;
}
.uline a,
.uline a:link,
.uline a:visited {
  text-decoration: underline;
}

a:hover,
.uline a:hover {
  text-decoration: none;
  color: #666;
}
a.green:hover {
  color: #a5cf4f;
}

a.off:hover,
a:link img,
a:visited img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
a.btn {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}
.mr7 {
  margin-right: 7px;
}
.mr8 {
  margin-right: 8px;
}
.pt1 {
  padding-top: 1px;
}

/* ---------------------
common layout
--------------------- */
/*header*/
#header {
  position: relative;
  margin: 0 auto;
  padding-top: 8px;
}

h1 {
  height: 87px;
  width: 228px;
  position: absolute;
  top: 0px;
  margin: 0;
  padding: 21px 22px 29px 26px;
  z-index: 10;
  background-image: url(/img/logobox.png);
  background-repeat: no-repeat;
  background-position: left top;
}
h1 a {
  background-image: url(/img/logo.gif);
  background-repeat: no-repeat;
  height: 87px;
  width: 228px;
  text-indent: -9999px;
  display: block;
  z-index: 10;
}
#decoration {
  position: absolute;
  right: 43px;
  top: 8px;
  z-index: 10;
}

/*global menu*/
#gmenubox {
  height: 57px;
  background-color: #172051;
}
#gmenu {
  width: 950px;
  padding: 0px;
  margin: 0 auto 0 auto;
}

#gmenu li {
  float: left;
  height: 57px;
  background-image: url(/img/gmenu_line.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 1px;
}

#gmenu li a,
#gmenu li a:link,
#gmenu li a:visited,
#gmenu li a:hover,
#gmenu li a:active {
  display: block;
  background-repeat: no-repeat;
  height: 57px;
  text-indent: -9999px;
  background-position: center center;
}

#gmenu #gm01 {
  width: 140px;
  padding-left: 0;
  background: none;
}
#gmenu #gm02 {
  width: 140px;
}
#gmenu #gm03 {
  width: 140px;
}
#gmenu #gm04 {
  width: 140px;
}
#gmenu #gm05 {
  width: 140px;
}
#gmenu #gm06 {
  width: 140px;
}

#gmenu #gm01 a {
  width: 140px;
  background-image: url(/img/gmenu01.gif);
}
#gmenu #gm02 a {
  width: 140px;
  background-image: url(/img/gmenu02.gif);
}
#gmenu #gm03 a {
  width: 140px;
  background-image: url(/img/gmenu03.gif);
}
#gmenu #gm04 a {
  width: 140px;
  background-image: url(/img/gmenu04.gif);
}
#gmenu #gm05 a {
  width: 140px;
  background-image: url(/img/gmenu05.gif);
}
#gmenu #gm06 a {
  width: 140px;
  background-image: url(/img/gmenu06.gif);
}
/*contents*/
.layout {
  margin-left: auto;
  margin-right: auto;
}
.contents {
  width: 980px;
  margin: 0 auto;
}

/*footer*/
#footerbox a {
  color: #fff;
}
#footerbox a:hover {
  color: #666;
}
#finfo a:hover {
  color: #8ec323;
}
#fmenu a {
  color: #8ec323;
  text-decoration: underline;
  letter-spacing: 0.2em;
}

#footerbox {
  background-color: #172051;
  color: #fff;
  margin-top: 53px;
  padding-bottom: 35px;
}

#gotop_btm {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#gotop_btm a {
  display: block;
  width: 37px;
  height: 57px;
  position: absolute;
  top: -18px;
  right: 40px;
  background-image: url(/img/gotop.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
  z-index: 10;
}
#gotop_btm a:hover {
  background-image: url(/img/gotop_ov.png);
}

#footer {
  width: 950px;
  height: 10.8em;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-image: url(/img/bg_footer_lines.gif);
  background-repeat: repeat-y;
  background-position: 503px 0px;
  padding: 40px 0 20px 0;
}

#footer h2 {
  width: 150px;
  background-image: url(/img/logo_blue.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 59px;
}
#finfo,
#fmenu {
  line-height: 140%;
  position: absolute;
  top: 40px;
}
#finfo {
  width: 273px;
  left: 230px;
}

#fmenu {
  width: 188px;
  left: 503px;
  margin-left: 16px;
  margin-top: -8px;
}
#fmenu li {
  padding-bottom: 7px;
}

#copy {
  width: 219px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  text-align: right;
}

/* ---------------------
home
--------------------- */


#home #headerbox {
  background-image: url(/img/bg_headerbox.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
#home #header {
  width: 1143px;
}

#home h1 {
  left: 89px;
}

#slide {
  width: 1143px;
  height: 450px;
}

#slide div {
  width: 1143px;
  height: 450px;
  padding: 0;
  margin: 0;
  float: left;
}
#slide a {
  display: block;
  width: 1143px;
  height: 450px;
  padding: 0;
  margin: 0;
  float: left;
}
#slide > div {
  height: 100% !important;
  object-fit: contain;
}
#slide img {
  height: 100% !important;
  object-fit: contain;
}

#home .contentsbox {
  background-image: url(/img/bg_gradation.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 12px;
}

#bnrbox div.bnr {
  background-color: #fff;
  float: left;
}
/* バナーボックスを横並びに */
#bnrbox {
  display: flex;
  gap: 10px;      /* mr7 の代替 */
}

/* バナーを均等割 */
#bnrbox .bnr {
  float: none;    /* 重要：float解除 */
  margin: 0;
  flex: 1;
}

/* 画像は親にフィット */

#bnrbox .bnr img {
  width: 100% !important;
  height: auto !important;
}


#bnrbox .bnr a.btn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position:  center;
}


#home .topics {
  margin-top: 20px;
}
#home .topics th {
  width: 50px;
  padding-right: 15px;
  padding-left: 25px;
  padding-bottom: 5px;
}
.topics td {
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 81px;
  padding-bottom: 5px;
  line-height: 140%;
}
#home .topics td {
  width: 282px;
}

.release {
  background-image: url(/img/topic_icon01.gif);
}
.meeting {
  background-image: url(/img/topic_icon02.gif);
}
.others {
  background-image: url(/img/topic_icon03.gif);
}
.healthcareworkers {
  background-image: url(/img/topic_icon04.gif);
}
.information {
  background-image: url(/img/topic_icon05.gif);
}
.general {
  background-image: url(/img/topic_icon06.gif);
}

/* ---------------------
Retinaディスプレイ用
--------------------- */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .release {
    background-image: url(/img/topic_icon01@2x.gif);
    background-size: 66px 14px;
  }
  .meeting {
    background-image: url(/img/topic_icon02@2x.gif);
    background-size: 66px 14px;
  }
  .others {
    background-image: url(/img/topic_icon03@2x.gif);
    background-size: 66px 14px;
  }
  .healthcareworkers {
    background-image: url(/img/topic_icon04@2x.gif);
    background-size: 66px 14px;
  }
  .information {
    background-image: url(/img/topic_icon05@2x.gif);
    background-size: 66px 14px;
  }
  .general {
    background-image: url(/img/topic_icon06@2x.gif);
    background-size: 66px 14px;
  }
}

.clear {
  clear: both;
}
.en_button {
  padding: 0px;
  position: absolute;
  margin-top: -300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 974px;
  z-index: 999;
}
.en_button2 {
  padding: 0px;
  position: absolute;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 884px;
  z-index: 999;
  background-color: none;
}

/* ---------------------
secondary pages
--------------------- */
.sec {
  background-color: #c9e4f1;
  background-image: url(/img/bg_sec.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.sec h1 {
  left: -7px;
}

.sec #headerbox {
  background-image: url(/img/bg_sec_headerbox.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.sec #header {
  width: 950px;
  padding-top: 103px;
  position: relative;
}

.sec #gmenu {
  width: 681px;
  height: 51px;
  margin: 0;
  position: absolute;
  top: 26px;
  right: 0px;
}

.sec #gmenu li {
  height: 51px;
}

.sec #gmenu li a,
.sec #gmenu li a:link,
.sec #gmenu li a:visited,
.sec #gmenu li a:hover,
.sec #gmenu li a:active {
  height: 51px;
}

.sec #gmenu #gm01,
.sec #gmenu #gm01 a {
  width: 100px;
}
.sec #gmenu #gm02,
.sec #gmenu #gm02 a {
  width: 100px;
}
.sec #gmenu #gm03,
.sec #gmenu #gm03 a {
  width: 100px;
}
.sec #gmenu #gm04,
.sec #gmenu #gm04 a {
  width: 100px;
}
.sec #gmenu #gm05,
.sec #gmenu #gm05 a {
  width: 100px;
}
.sec #gmenu #gm06,
.sec #gmenu #gm06 a {
  width: 100px;
}
.sec #header h2 {
  padding-bottom: 19px;
}

#pan {
  margin-bottom: 10px;
  padding-top: 3px;
}
#pan span {
  padding-right: 5px;
  padding-left: 5px;
}
#cartbanner {
  padding-top: 6px;
  padding-bottom: 6px;
}
.cartbanner1 {
  margin-top: -35px;
  margin-right: 250px;
  float: right;
}
.cartbanner2 {
  margin-top: -35px;
  margin-right: 130px;
  float: right;
}
.cartbanner3 {
  margin-top: -35px;
  margin-right: 0px;
  float: right;
}

#wrap {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.mainbox {
  width: 678px;
  float: left;
  margin-right: 15px;
}

#sidebar {
  width: 257px;
  float: left;
  background-color: #fff;
}

.innerbox {
  border: 1px solid #c5c7d4;
  border-top: none;
}

.inbox50 {
  padding-left: 50px;
  padding-right: 50px;
}

/*headline*/
.hl_navy {
  font-size: 16px;
  color: #fff;
  background-color: #172051;
  padding: 12px 0 12px 22px;
}
.hl_gmark {
  font-size: 19px;
  background-image: url(/img/gmark.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #172051;
  color: #fff;
  padding: 12px 0 12px 22px;
  margin: 0;
}
.hl_gmark2{
	font-size: 19px;
	text-align: center;
	letter-spacing: 6px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #172051;
	color: #fff;
	padding:12px 0 12px 0px;

}
.hl_pct {
  line-height: 0;
  font-size: 1;
}
.hl_pct img {
  margin: 0;
}

.hl_gline {
  font-size: 16px;
  font-weight: bold;
  color: #8ec323;
  margin-left: 12px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #8ec323;
  padding-bottom: 10px;
}
.hl_gline02 {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #8ec323;
  margin-bottom: 20px;
}
.hl_gline03 {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #8ec323;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-top: 30px;
}

/*list*/

ul.smenu01,
ul.smenu02 {
  background-image: url(/img/line_gray.gif);
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
}
ul.smenu01 {
  margin-top: 60px;
}
ul.smenu01 li {
  background-image: url(/img/line_gray.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-top: 17px;
  padding-bottom: 17px;
}
ul.smenu02 li {
  background-image: url(/img/line_gray.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-top: 16px;
  padding-bottom: 16px;
}

ul.smenu01 li a {
  font-size: 16px;
  background-image: url(/img/icon_maru.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.smenu02 li a {
  background-image: url(/img/icon_maru.gif);
  background-repeat: no-repeat;
  background-position: 10px 0;
  padding: 0;
  padding-left: 40px;
  display: block;
}
ul.smenu02 li a img {
  padding: 0;
  margin: 0;
}

/*---------- topics ----------*/
#topicspage .mainbox {
  background-color: #fff;
}
#topicspage .topics {
  margin: 0 25px;
  width: 626px;
}
#topicspage .topics th,
#topicspage .topics td {
  padding-bottom: 30px;
  font-size: 14px;
}
#topicspage .topics th {
  width: 67px;
  padding-left: 0;
  padding-right: 15px;
}

.t_date {
  text-align: right;
  padding-right: 15px;
}
.t_text {
  padding: 45px 50px;
}
.t_text p {
  line-height: 180%;
}

/*---------- product ----------*/
#productslist .mainbox {
  background-color: none;
}

.plistbox {
  background-color: #fff;
}

#s {
  color: #999;
  width: 203px;
  height: 30px;
  padding: 5px;
}
#searchsubmit {
  background-image: url(/img/btn_search.gif);
  height: 31px;
  width: 214px;
  margin-top: 15px;
  border: none;
}

#searchsubmit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/*follow menu*/

#followmenu{
	position: relative;
  float:left;
}

/*pick up*/
#pickup {
  background-repeat: no-repeat;
  background-position: left top;
  height: 159px;
  padding-bottom: 10px;
}
.pup1 {
  background-image: url(/img/bg_pckup1.gif);
}
.pup2 {
  background-image: url(/img/bg_pckup.gif);
}
#pickup .item {
  float: left;
  width: 315px;
  padding: 40px 10px 10px 10px;
}

#pickup .pct {
  float: right;
}

#pickup h3 {
  font-size: 16px;
  font-weight: bold;
}

#pickup .snum {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}

/*follow menu*/

#topicspage #followmenu{
	position: relative;float:left;
}
/*list*/
.plbox {
  width: 654px;
  padding: 15px 12px 0 12px;
  background-color: #fff;
}
.plbox .even {
  margin-left: 14px;
}
.plbox h7{
  font-size: 19px;
  margin-bottom: 16px;
}
.plistbox {
  float: left;
  width: 298px;
  border: 1px solid #c5c7d4;
  position: relative;
  padding: 0;
  background-image: url(/img/dec_kado.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 10px 10px 10px;
  margin-bottom: 15px;
}
.plistbox .pct {
  float: left;
  margin-right: 8px;
}

.plistbox h3 {
  font-size: 16px;
  font-weight: bold;
  height: 2.2em;
}

.plistbox .catch {
  padding-top: 13px;
  color: #727272;
  line-height: 140%;
  font-size: 14px;
}

.plistbox .mark {
  position: absolute;
  top: -1px;
  right: 0;
}

/* product page */
#productpage .mainbox {
  background-color: none;
}
#productpage .innerbox {
  background-color: #fff;
}

#productpage .pinfobox {
  padding: 0 30px 20px 30px;
}

#productpage .pttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

#productpage .pinfobox .catch {
  padding-top: 10px;
  line-height: 180%;
  font-size: 16px;
}
#productpage .pimg {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#productpage #feature {
  padding-top: 20px;
  padding-bottom: 30px;
}

#productpage #feature p,
#productpage #feature td {
  line-height: 180%;
  padding-left: 10px;
}

.pdflink,
.urllink {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 28px;
  background-image: url(/img/icon_arrow_b.gif);
  background-repeat: no-repeat;
  background-position: 10px 3px;
}
.pdflink a {
  background-image: url(/img/icon_pdf.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 3px 23px 3px 0;
  padding-right: 23px;
  padding-bottom: 5px;
}

#productpage .psttl {
  margin-left: 30px;
  border-bottom: 2px solid #8ec323;
}

#productpage .specification {
  margin: 30px 40px 0 35px;
  border: 1px solid #172051;
  border-bottom: none;
}

#productpage .specification p,
.spline {
  border-bottom: 1px solid #172051;
  padding: 5px 20px;
}
#productpage .spfin {
  padding: 15px 30px 30px 40px;
  margin: 0;
}

/* sideber 追加 */
#rlink {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: -35px;
  margin-right: 50px;
  float: right;
}

/* 1. 検索フォーム全体のコンテナ */
#sidebar .innerbox form,
.innerbox.pt10 form {
    width: 100% !important;
    display: block !important;
    text-align: center !important; /* 中の要素を中央に寄せる */
    padding: 15px 0 !important;   /* 上下の余白 */
}

/* 2. 入力ボックスを幅80%にして中央寄せ */
#sidebar .innerbox input[type="text"],
#sidebar .innerbox input[type="search"],
.innerbox.pt10 input[type="text"] {
    width: 80% !important;         /* 白枠に対して80% */
    max-width: 80% !important;
    margin: 0 auto 10px auto !important; /* 左右autoで中央寄せ、下に10pxの隙間 */
    display: block !important;     /* ブロック要素化してmargin:autoを有効に */
    height: 36px !important;       /* 少し高さを出して入力しやすく */
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    padding: 0 10px !important;
}

/* 3. 検索ボタンを幅80%にして中央寄せ */
#sidebar .innerbox input[type="submit"],
#sidebar .innerbox .btn,
.innerbox.pt10 input[type="submit"] {
    width: 80% !important;         /* 入力欄と同じく80% */
    max-width: 80% !important;
    margin: 0 auto !important;     /* 左右autoで中央寄せ */
    display: block !important;     /* ブロック要素化 */
    float: none !important;        /* 既存の左寄せを解除 */
    background-color: #8fc31f !important; /* 指定の黄緑色 */
    color: #fff !important;
    border: none !important;
    padding: 10px 0 !important;    /* ボタンの押しやすさ */
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

/* 4. 既存の余計なパディングをリセット */
.innerbox.pt10 .pl20.pr20 {
    padding: 0 !important;         /* 既存の左右20pxパディングを解除して80%計算を正確に */
}

/* 5. 既存の古いスタイル（固定幅など）を打ち消す */
.innerbox.pt10 div {
    padding: 0 !important;
    width: 100% !important;
}
/* 1列でギュッと詰めるデザイン */
.sidebar-compact .hl_navy {
    margin-bottom: 5px !important;
    padding: 8px 10px !important; /* 見出し自体の高さも少し調整 */
    font-size: 18px;
}

.innerbox-compact {
    padding: 0 15px 10px; /* 検索窓の下の余白 */
}

.smenu-tight {
    list-style: none;
    padding: 0 15px;
    margin: 0 0 10px 0; /* 下の項目との間隔 */
}

.smenu-tight li {
    border-bottom: 1px solid #dae1e8; /* 線を少し細く薄く */
}

.smenu-tight li a {
    display: block;
    padding: 6px 0 6px 22px; /* 上下のパディングを詰める（元は10〜15px程度あったはず） */
    font-size: 14px;
    color: #003366;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
}

/* 緑の丸いアイコンをCSSで再現（画像よりも高さを取りません） */
.smenu-tight li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238fc31f'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.smenu-tight li a:hover {
    background-color: #f9f9f9;
    color: #8fc31f;
}


/* ---------------------
shopping
--------------------- */
.shoppingbox {
  width: 768px;
  padding: 40px 90px;
  margin: 0 auto;
  background-color: #fff;
}
.product-create {
  border: 1px solid #c5c7d4;

}
.product-create h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
  font-size: 19px;
  letter-spacing: 6px;
}
.product-create a {
  font-size: 17px;
  font-weight: normal;
}

h4{
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a1a6e;
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
}