@charset 'utf-8';
/* ================================================
・個別ページの構造に関係するスタイル
・ライブラリ
================================================ */

/* ------------------------------------------------
   Layout
   */

/* ぱんくず */
.pankuzu {
  margin-top: 0;
  margin-bottom: 1em;
}
.pankuzu ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  line-height: 1em;/*max-height: 1em;
  overflow-y: hidden;*/
}
.pankuzu li {
  display: inline;
  margin-left: 0;
  font-size: 12px;
}
.pankuzu a {
}
.pankuzu li:not(:last-child)::after {
  content: ">";
  margin: 0 .7em;
}
.pankuzu li:last-child a {
  color: inherit;
  pointer-events: none;
}
/* 古いパン屑は消す */
#pankuzu {
  display: none;
}
/* header */
article > header {
  margin-bottom: 15px;
}
#titleBox {
  text-align: center;
  padding: 5px 0;
  background: #F9E6C6;
  border: 1px solid #DFCFBB;
  border-bottom-color: #FFF;
}
#titleBox h1 {
  font-size: 125%;
  line-height: 1.15;
  margin: 0;
}
#subTitleBox {
  text-align: center;
  padding: 5px 0;
  background: #FBF8E6;
  border: 1px solid #DFCFBB;
  border-top: none;
}
#subTitleBox h2 {
  font-size: 80%;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
}
/* contents */
#contents,
#contents2 {
  line-height: 1.6;
}
/* 新着情報 */
#news {
  font-size: 90%;
  border-bottom: 1px solid #DFCFBB;
  padding-bottom: .5em;
  margin: 0 0 1.5em;
}
#news h3 {
  text-align: right;
  color: #695F54;
  letter-spacing: .1em;
  font-size: 100%;
  float: left;
  width: 8em;
}
#news ul {
  margin: 0 0 0 9em;
  padding: 0;
  list-style-type: none;
}
#news ul li {
  font-size: 90%;
}
#news ul li img {
  vertical-align: middle;
  margin-right: 5px;
}
#news ul li a {
  text-decoration: none;
}
#news ul li a:link,
#news ul li:visited {
  color: #695F54;
}
#news ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
#news {
  padding:0;
}
#news h3 {
  text-align: left;
  float: none;
  width: inherit;
}
#news ul {
  margin:0;
  border-top: 1px solid #DFCFBB;
}
#news ul li {
  font-size: 90%;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px dashed #CCC;/*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
#news ul li:nth-child(n+4) {/* 4つめ以降を非表示にする */
  display: none;
}
#news ul li:last-child {
  border-bottom:0;
}
#news ul li img {
  display:none;
}
}
#catch,
#topimage,
#lead,
#contents > .tokago,
#contents > .catch,
#contents > .lead {
  text-align: center;
}
#catch {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .6em;
}
@media screen and (max-width: 979px) {
#catch {
  font-size: 1.25rem;
}
}
#contents > .tokago {
  margin-bottom: 1em;
}
#lead {
  font-size: 90%;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
/* 記事 */
.kiji3 > header {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 0 0 1em;
}
.kiji3 > header.non-style {
  border: 0;
}
.kiji3 h3 {
 border-left: .75rem solid #F90;
 padding-left: .3rem;
 margin: .5rem 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
.kiji3 .non-style h3 {
  border-left: 0;
  padding-left: 0;
}
.kiji3 .body {
 font-size: .9rem;
  margin: 0 0 1.5em;
}
.kiji3 .body:last-child {
  margin-bottom: 0;
}
.kiji4 > header {
  width: 100%;
  padding: 0;
  margin: 20px auto;
  background: #FFC;
}
.kiji4 h4 {
  border-left: 13px solid #096;
  margin: 0;
  padding: 4px;
  border-color: #096;
}
.kiji4 h4 {
  font-size: 120%;
}
.kiji4 > header.non-style {
  margin: inherit;
  background: inherit;
}
.kiji4 .non-style h4 {
  border: 0;
}
.kiji5 h5 {
  color: #D00;
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
}
.kiji5 h5 {
  font-size: 110%;
}
.kiji6 h6 {
  font-size: 100%;
}
/* 買い物かごへ */
.tokago {
  font-size: 80%;
  text-align: right;
  margin: 0;
}
/* snsボタン */
.sns {
  text-align: right;
}
/* ------------------------------------------------
   販売終了
 */
/* New Version */
.sale_end {
  max-width: 40em;
  margin: 1em auto;
  font-size: 1rem;
  border: 2px solid #E00;
  background: #FFF;
  border-radius: .25em;
  line-height: 1.5;
}
.sale_end p {
  margin: 0;
}
.sale_end .end {
  font-size: 100%;
  background: none;
  color: #D00;
  padding: 2em;
}
.sale_end .end p {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.sale_end .lead {
  border-top: 1px dashed #DAA;
  text-align: left;
  font-size: 100%;
  line-height: inherit;
  margin-bottom: 0;
  padding: 1em 2em;
  background: #FFF;
  border-radius: 0 0 1em 1em;
}
.sale_end .lead .img {
  float: left;
  width: 100px;
}
.sale_end .lead .txt {
  font-size: 90%;
  margin-left: 120px;
}
.sale_end .lead .txt p.link {
  margin-top: .5em;
  font-weight: bold;
  background: url(/images/ic_allow.gif) no-repeat left center;
  padding-left: 22px;
}
/* ------------------------------------------------
   productType（電磁波対策商品の区分表など）
 */
.productType ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.productType li {
  margin: 0;
}
.productType li img {
  vertical-align: top;
}
/* ------------------------------------------------
   放射線量測定 
   */
.sokuteiData {
  background: #ffface;
  padding: 1em;
  border: solid 1px #CC0000;
  margin: 0 auto 3em;
}
.sokuteiData .sokuteiData-title {
  color: #D00;
  text-align: center;
  border-bottom: dotted #CC0000 2px;
  padding-bottom: 5px;
  margin: 0 0 1em;
  font-weight:bold;
}
.sokutei {
  font-size: 90%;
  border-collapse: collapse;
  border: 1px #600 solid;
  background: #FFF;
}
table.sokutei th,
table.sokutei td {
  border: 1px #E2B38B solid;
  padding: 5px;
}
.sokutei th {
  background: #FFE8D1;
}
.sokutei td.koumoku1 {
  background: #fff5ec;
  width: 130px;
}
.sokutei td.koumoku2 {
  background: #FFF;
  width: 150px;
}
.sokuteiData .js-toggle-content {
  display:none;
}
.sokuteiData .js-toggle-trigger {
  text-align:center;
  text-decoration:underline;
  font-size:90%;
}
/* ２列に並べる時 */
.sokutei2 {
  display:flex;
}
.sokutei2 table {
  width: 49%;
}
.sokutei2 table:nth-of-type(odd) {
  margin-right: 1em;
}
/* 後に消したいココカラ↓ */
.sokuteiData header {
  color: #D00;
  text-align: center;
  border-bottom: dotted #CC0000 2px;
  padding-bottom: 5px;
  margin: 0 0 1em;
}
.sokuteiData h3 {
  font-size: 100%;
}
.sokuteiData .txt {
  font-size: 80%;
}
.sokutei caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* 後に消したいココマデ↑ */
@media screen and (max-width: 979px) {
.sokutei2 {
  display:block;
}
.sokutei2 table {
  width:auto;
  margin: 0 0 1em;
}
.sokutei2 table:nth-of-type(odd) {
  margin-right: 0;
}
}
/* ------------------------------------------------
   セミナー情報 
   */
.seminar-info {
  border: 2px solid #66cccc;
  border-radius: 3px;
  margin: 3em auto;
  width:600px;
}
.seminar-info .seminar-title {
  padding: .5em 0;
  background-color: #66cccc;
  text-align: center;
  font-size: 110%;
  font-weight:bold;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.seminar-info .seminar-content {
  font-size:90%;
  padding: 1em;
  background: #eef6dd;
}
.seminar-info .seminar-recruitment {
  border: 1px solid #66cccc;
  margin: 1.5em 0;
}
.seminar-info .seminar-recruitment h4 {
  color: #FFF;
  background: #66cccc;
  padding: 0.3em;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
.seminar-info .seminar-recruitment-item {
  padding:1em;
  background: #fff;
  font-size:90%;
}
.seminar-info .seminar-recruitment-item:not(:last-child) {
  border-bottom:1px solid #66cccc
}
.seminar-info .seminar-txt {
  line-height: 1.4;
}
.seminar-info .seminar-btn {
  text-align: center;
  margin-bottom: 0;
}
.seminar-info .seminar-btn a {
  border-radius: 5px;
  display: block;
  width: 50%;
  color: #333;
  background-image: linear-gradient(to bottom, #ffe299 0%, #ffcc33 100%);
  margin: 0 auto;
  font-size: 110%;
  border: 1px solid #666;
  padding: .5em;
}
.seminar-info .js-toggle-open,
.seminar-info .js-toggle-close {
  font-size: 90%;
  text-align: center;
  background-color: #66cccc;
  padding: .5em 0;
  text-decoration: underline;
}
.seminar-info .seminar-info-close {
  display:none;
}
.js-toggle_visible .seminar-info-open {
  display:none;
}
.js-toggle_visible .seminar-info-close {
  display:inherit;
}
.seminar-info .seminar-past .seminar-past-open {
  cursor: pointer;
  background-color: #cacaca;
  padding: .25em 0;
  margin:0;
  text-align: center;
  font-weight: bold;
}
.seminar-info .seminar-past .seminar-past-open::before {
  /*content: "▼";*/
  content: "\25BC";
}
.seminar-info .seminar-past {
  background: #ffffff;
}
.seminar-info .seminar-past-content {
  display:none;
  padding: .5em;
}
.seminar-info .seminar-past ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seminar-info .seminar-past li {
  font-size:90%;
}
.seminar-info .seminar-past li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.seminar-info .seminar-past li span:not(:last-child) {
  margin-right:.5em;
}
.seminar-info .seminar-past li .seminar-date {
  display:block;
}
@media screen and (max-width: 979px) {
.seminar-info {
  width:auto;
}
.seminar-info .seminar-recruitment .seminar-btn a {
  width:auto;
}
.seminar-info .seminar-content {
  display:none;
}
}
/*のちに削除  ここから */
aside.seminarInfo {
  width: 528px;
  font-size: 80%;
  line-height: 1.4;
  margin: 0 auto 20px;
  vertical-align: bottom;
}
.seminarInfo h3 {
  margin: 0;
  padding: 0;
}
.seminarInfo h3 img {
  vertical-align: bottom;
}
.seminarInfo > .body {
  width: 483px;
  border: 2px solid #66cccc;
  padding: 10px;
  background: #eef6dd;
}
.semi_pict {
  width: 200px;
  float: left;
}
.semi_txt {
  width: 259px;
  float: left;
  font-size: 90%;
}
.seminarInfo table {
  font-size: 90%;
  border-collapse: collapse;
}
.seminarInfo table th,
.seminarInfo table td {
  border-bottom: 1px solid #E3E3E3;
  padding: 0.3em;
}
.seminarInfo table th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.semi_next {
  background: #ffffcc;
  border: 1px solid #e02581;
  width: 450px;
  margin: 10px auto 0;
  padding: 0 10px 10px 0px;
}
.semi_next h4 {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  background: #e02581;
  width: 40%;
  padding: 0.3em;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
.semi_next h5 {
  font-size: 100%;
  margin-left: 10px;
}
.semi_next .semi_btn {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  text-indent: -9999px;
}
.semi_next .semi_btn a {
  width: 239px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(/seminar/images/common/img_02.gif) top center no-repeat;
}
.seminarInfo .open {
  background: url(/seminar/images/common/img_03.gif) top center no-repeat;
  color: #69F;
  cursor: pointer;
  width: 480px;
  height: 33px;
  display: block;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-indent: -9999px;
}
.seminarInfo #slideBox {
  width: 460px;
  padding: 10px;
  xborder: 1px #ccc solid;
  display: none;
  background: #f2f4f4;
}
.seminarInfo .voice {
  width: 440px;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 90%;
  border: 1px solid #66cccc;
  background: #fff;
}
.seminarInfo .voice a {
  font-weight: bold;
}
/*のちに削除  ここまで */
/* ------------------------------------------------
   レコメンド 
   */
#recommend {
  width: 688px;
  margin: 0 auto;
}
/* ------------------------------------------------
   ショールーム案内 
   */
.premarche-organics {
  margin: 2em auto;
  padding: 1em 1.5em;
  text-align: left;
  background: #fdf6d3;
  border: 1px solid #F60;
  border-radius: 1em;
  font-size: 80%;
  color: #4A2E1C;
}
.premarche-organics .premarche-organics-title {
  font-size: 150%;
  color: #F60;
  font-weight: bold;
  text-align:center;
}
@media screen and (max-width: 979px) {
.premarche-organics premarche-organics-title br {
  display:none;
}
}
/* ------------------------------------------------
   返金保証欄 
   */
#henkinhosyo {
  margin: auto;
  width: 570px;
  border: solid 1px #e5d6c3;
  padding: 15px;
  font-size: 80%;
  line-height: 1.4;
  background: url(/banar/henkin/back.jpg) no-repeat;
  text-align: center;
}
#henkinhosyo .read {
  text-align: left;
  font-size: 14px;
  color: #693d15;
}
#henkinhosyo .nakagawaname {
  margin: 0px;
  text-align: right;
}
#henkinhosyo .jyoken {
  margin: 15px;
  background-color: #FFF;
  padding: 15px;
  text-align: left;
}
#henkinhosyo .jyokentitle {
  font-size: 14px;
  color: #693d15;
}
#henkinhosyo table td {
  vertical-align: top;
}
/* ------------------------------------------------
   アウトレット
   */
.outlet {
  background: url(/images/ic_outlet.jpg) no-repeat 4px center #ffffcc;
  border: 2px solid #c00;
  padding: 4px 4px 4px 60px;
  min-height: 46px;
  margin: 5px auto 15px;
  width: 520px;
  border-radius: 10px;
}
.outlet p {
  margin-top: 10px;
}
/* ------------------------
   特定原材料　
   */
.noteT {
  border: 2px solid #FF7171;
  padding: 5px;
  background-color: #FFE8E8;
  margin-bottom: 4px;
}
/* ------------------------
   お買い物はこちら 
   */
.okaimono {
  background: #FFFFCC;
  font-weight: bold;
  border: 2px solid #FF9900;
  padding: 5px;
  margin-bottom: 4px;
  font-size: 80%;
  text-align: center;
}
/* ------------------------
   マクロビ 
   */
.noteM {
  border: 1px solid #FF7171;
  padding: 5px;
  margin-bottom: 4px;
}
/* ------------------------
   うんちく 
   */
.unchiku {
  width: 80%;
  font-size: 90%;
  background: #fffbd3;
  padding: 5px;
  margin: 0 auto 15px;
  text-align: left;
}
/* ------------------------------------------------
   定期購入用
   */
td.teiki {
  text-align: center;
}
td.teiki .teikilink {
  margin: 10px auto 20px;
}
/* ------------------------
   注意書き（コンテンツ部）
 */
.attention1 {
  width: 680px;
  margin-top: 25px auto 10px;
  padding: 10px 10px;
  border: solid #F00 2px;
  text-align: left;
  line-height: 1.2;
}
.attention2 {
  width: 680px;
  margin-top: 25px auto 10px;
  padding: 10px 10px;
  border: solid #F00 2px;
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #D00;
}
/* ------------------------
   薬事法注意文用 
 */
.yakuji {
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  background-color: #fdedfd;
  border: 1px solid #d00;
  color: #D00;
}
/* ------------------------
   ご注文はこちら 
   */
.btn_order {
  text-align: center;
  margin-bottom: 5px;
}
/* ------------------------
   お声はがき
   */
.okoe_hagaki {
  box-shadow: .1em .1em .5em .2em rgba(0, 0, 0, 0.1) inset;
  background: #F5F5EF;
  padding: 1em 0 1em 1em;
  margin: 1em auto 2em;
  height: 250px;
  overflow: auto;
}
.okoe_hagaki::-webkit-scrollbar {
 background:#ddd;
 width:10px;
}
.okoe_hagaki::-webkit-scrollbar-thumb {
 background:#aaa;
}
.okoe_hagaki p {
  /*float: left;
  min-height: 150px;
  margin: .5em;*/
    vertical-align: top;
  width: 32%;
  display: inline-block;
}
.okoe_hagaki p img {
  box-shadow: .1em .1em .2em .1em rgba(0,0,0,.1);
}
/* ------------------------
   お客様の声
   */
.voice-wrap {
  height: 250px;
  width: 100%;
  border: 1px solid #999;
  overflow: auto;
}
.voice-wrap td {
  padding:1em;
  font-size:90%;
}
.voice-wrap::-webkit-scrollbar {
 background:#ddd;
 width:10px;
}
.voice-wrap::-webkit-scrollbar-thumb {
 background:#aaa;
}
.voice-wrap table {
  border: 0;
  margin:0;
}
@media screen and (max-width: 979px) {
.voice-wrap td {
  display:block;
  width: auto;
  padding:1em;
}
}
/* ------------------------
   メディア掲載情報
   */
   
.coverage-info {
  border:1px dashed #a4825f;
  padding:10px;
  margin: 3em auto;
  background-color: #f8ecd8;
}
.coverage-info .coverage-title {
  text-align: center;
  color: #855828;
  font-weight: bold;
}
.coverage-info .coverage-item {
  border-top: 1px dotted #a4825f;
  padding-top:1em;
  font-size: 90%;
}
.coverage-info-name {
  font-weight:bold;
}
.coverage-info .js-toggle-open,
.coverage-info .js-toggle-close {
  text-align: center;
  text-decoration: underline;
  border-top: 1px dotted #a4825f;
  padding-top: .5em;
  margin-top: .5em;
  font-size: 90%;
}
.coverage-info-more {
  display:none;
}
/* 後に消したい↓ */
.coverage {
  border:1px dashed #a4825f;
  padding:10px;
  margin:20px auto;
  background-color: #f8ecd8;
  font-size:80%;
}
.coverage .coverage-title {
  text-align: center;
  color: #855828;
  font-weight: bold;
  font-size: 120%;
}
.coverage .clearfix {
  border-top: 1px dotted #a4825f;
  padding-top:1em;
}
.coverage_name {
  font-weight:bold;
}
.coverage .coverage-info-open,
.coverage .coverage-info-close {
  text-align: center;
  padding-top: .5em;
  font-weight: bold;
  display: block;
  border-top: 1px dotted #a4825f;
}
/* 後に消したい↑ */
@media screen and (max-width: 979px) {
.coverage-info .photor {
  display:none;
}
}
/* 後に消したい↓ */
/* 画像リサイズ */
img.resize {
  max-width: 750px;
  /* 最大幅 */
  min-width: 240px;
  /* 最小幅 */ 
  width: 100%;
}
/* 後に消したい↑ */
/* ------------------------------------------------
   問い合わせ関連
   */
.contact_box {
  border: 1px solid #CCC;
  padding: 1em;
  margin: 1em 0;
}
.contact_box p {
  padding: 0;
  margin: 0 0 .5em;
}
.contact_box th {
  vertical-align: top;
  text-align: right;
  font-weight: normal;
}
.banner_form_img {
  width: 266px;
  height: 40px;
  margin: 0 auto;
}
.banner_form_img a {
  display: block;
  background: url(/images/text/banner_form_hover.gif) no-repeat center center;
}
.banner_form_img a,
.banner_form_img a img {
  width: 100%;
  height: 100%;
}
.banner_form_img a:hover img {
  visibility: hidden;
}
/* 開閉メニュー */
.minimize {
  border: 1px solid #CCC;
  border-radius: .75em;
  padding: .2em .5em;
  margin: .75em 0;
}
.minimize dt,
.minimize .btn {
  color: #06C;
  cursor: pointer;
  font-weight: bold;
  margin: .5em 0;
}
.minimize dd,
.minimize .list {
  margin: .5em 0;
  display: none;
}
.list-icon {
  background: url(/images/common/rdelta.png) no-repeat left center;
  background-size: .75em;
  padding-left: 1em;
}
/* ------------------------------------------------
   POPUP IMAGE
   */
img.popup_image {
  cursor: url(/common/src/popup_image/magnifying.png), url(/common/src/popup_image/magnifying.cur), auto;
}
img.popup_image:hover {
  opacity: .75;
}
#popup {
  position: fixed;
  z-index: 9999;
  width: 0;
  height: 0;
}
#popup #popup_content {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #FFF;
  border-radius: .5em;
  box-shadow: .25em .25em .5em .25em #666;
  cursor: url(/common/src/popup_image/magnifying2.png), url(/common/src/popup_image/magnifying2.cur), auto;
}
#popup #popup_content img {
  width: 100%;
  height: 100%;
}
#popup #popup_content img.closer {
  position: absolute;
  top: .5em;
  right: .5em;
  opacity: 0;
  width: auto;
  height: auto;
}
/* テキストでも拡大できる */
.popup_image_trigger {
  background: url(/common/src/popup_image/magnifying.png) no-repeat left center;
  background-size: 20px;
  padding-left: 1.75em;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  line-height: 2;
  color:#666;
}
/* ------------------------------------------------
   お客様の声（iframe）
   読み込んでいるページに追加してください。
   */
.user-voice td {
  font-size:90%;
}
.user-voice td p {
  margin:0 0 .5em;
}
@media screen and (max-width: 679px) {/* 数値変更NG */
.user-voice td {
  display:block;
  width: auto;
}
}
/* スマホやタブレットで閲覧した際、iframeの部分が縦に伸びてしまわないようにします。
 使用法）iframeを<div class="iframe_wrap">でくくる。 */
.iframe_wrap,
#iframe_wrap {
  width: 100%;
  height: 450px;
  border: 1px solid #999;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}
.iframe_wrap iframe,
#iframe_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* ------------------------------------------------
   youtube埋め込み
   使用法）iframeを<div class="youtube-wrap">でくくる。
   */
.youtube-wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom:1em;
}
.youtube-wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/* 関連リンク（relatedLinksにつける）関連する商品・ページを案内する場合に使います。 */
.-relatedLinks-lead {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 3px;
}
/* 要素を横並びにしたい時に使います */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* リンク系 */
.link-icon {
  background: url(/top/images/link-icon.gif) no-repeat left center;
  padding-left: 17px;
  margin-left:.25em;
}
.link-icon2 {
  background-image: url(/images/common/rdelta.png);
  background-repeat: no-repeat;
  background-position: .5em center;
  background-size: .75em;
  padding-left: 1.5em;
}
/* 画像系（写真のような感じにします） */
.img-shadow {
  border: 6px solid #fff;
  box-shadow: 1px 1px 5px #9e9e9e;
}
/* ------------------------------------------------
   1階層のシリーズナビ（アリサン、創健社、マルシマで使用）
   */
.navi-level1 {
  background-color:#029153;
  padding:3px;
  margin:0 0 2em;
}
.navi-level1 dt {
  color:#fff;
  text-align:center;
  font-weight:bold;
  padding: 3px 5px;
}
.navi-level1 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #FBF2D0;
}
.navi-level1 li {
  width: 31%;
  margin: 0;
}
.navi-level1 li a {
  display: flex;
  align-items: flex-start;
  font-size:90%;
  padding: 5px;
  font-weight:bold;
}
.navi-level1 li .name {
  margin:0 0 0 5px;
  line-height:1.25;
}
.navi-level1 li .name span {
  font-size:75%;
  font-weight:normal;
}
.navi-level1 .topLink {
  text-align:center;
  font-weight:bold;
  margin:0;
  padding: 3px 5px;
}
.navi-level1 .topLink a {
  color:#fff;
}
@media screen and (max-width: 979px) {
.navi-level1 {
  display: none;
}
#contents2 .navi-level1 {
  display:inherit;
}
.index-navi .navi-level1 dt,
.index-navi .navi-level1 ul {
  display:inherit;
}
.navi-level1 dt,
.navi-level1 ul {
  display: none;
}
#contents2 .navi-level1 dt,
#contents2 .navi-level1 ul {
  display:inherit;
}
.navi-level1 li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #029153;
}
.navi-level1 li:last-child {
  border-bottom:0;
}
}
/* ------------------------------------------------
   2階層のシリーズナビ（ムソー、オーサワで使用）
   */
.navi-level2 {
  display: flex;
  justify-content: space-between;
}
.navi-level2 div {
  width: 25%;
  margin-right: 5px;
}
.navi-level2 div:last-child {
  margin-right: 0;
}
.navi-level2 dl,
.navi-level2 dd {
  margin:0;
}
.navi-level2 dt {
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  background: linear-gradient(to bottom, #fda34e 0%, #fb6f17 100%);
  margin: 0;
}
.navi-level2 img {
  margin:0px;
  padding:0px;
}
.navi-level2 ul {
  margin:0;
  padding:5px;
  list-style-type:none;
  background-color:#FFF;
  border:1px solid #FF9933;
}
.navi-level2 li {
  background: url(/muso/images/navi.gif) no-repeat left;
  padding-left: 20px;
  line-height:140%;
  font-size:14px;
}
@media screen and (max-width: 979px) {
.index-navi .navi-level2 {
  display:inherit;
}
.navi-level2 {
  display: none;
}
#contents2 .navi-level2 {
  display:inherit;
}
.navi-level2 div {
  width: 100%;
  margin-right: 0;
  border: 1px solid #fb731c;
}
.navi-level2 ul {
  border: 0;
}
.navi-level2 a {
  display:block;
}
.navi-level2 li {
  border-bottom: 1px solid #ccc;
  font-size:inherit;
  padding: 10px 0 10px 20px;
  margin:0;
}
.navi-level2 a:last-child li {
  border-bottom:0;
  margin-bottom:0;
}
}
/* ------------------------------------------------
   社内研修用資料 
   */
.instruct_attention {
  border: 2px solid #d00;
  padding: 1em;
  text-align: center;
  color: #D00;
  margin: 2em 0;
}
.instruct_attention strong {
  font-size: 3rem;
}
@media screen and (max-width: 979px) {
.instruct_attention strong {
  font-size: 1rem;
}
}
/* ------------------------------------------------
   yesページで使用（「※注意！スタッフの方へ」）
   */
.yes-lead {
  padding: 1em;
  border-radius: 3px;
  background-color: #FC3;
  text-align: center;
  margin: 2em 0;
}
/* ------------------------------------------------
   囲み
   */
.box {
  border:1px solid;
  border-radius:3px;
  padding:1em 1em 0;
  margin-bottom:1.25em;
}
/* ------------------------------------------------
   FAQに使用
   */
.faq dt {
  font-weight: bold;
  margin-bottom: .5em;
  padding: .25em .5em;
  background-color: #fdf5e6;
}
.faq dt::before {
  /*content: "Q.";*/
  content: "Q.";
}
.faq dd:not(:last-child) {
  margin-bottom: 1.75em;
}
/* ------------------------------------------------
   オルタナティブチョイス 帯
   */
.fbb {
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  position: fixed;
  right: 0;
  z-index: 2147483644;
  cursor: pointer;
  width: 100%;
  margin-right: -215px;
  padding-right: 215px;
  box-sizing: border-box;
  height: 60px;
  background-color: #004190;
}
.fbb-inner {
  padding: 7px;
  position: relative;
  color: #FFFFFF;
}
.fbb-inner a {
  display: inline-block;
  vertical-align: middle;
}
.fbb-text {
  margin-left: 1em;
  font-size: 110%;
  font-weight: bold;
}
.fbb-text span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
.fbb {
  display:none;
}
}
/* ------------------------------------------------
   シリーズリンク・関連リンク
   */
.pageNavi.-navi-link dt,
.indexNavi.-navi-link dt {
  background-color:#be883d;
  text-align:center;
  font-weight:bold;
  margin:0;
  padding:4px;
  color:#FFF;
}
.pageNavi.-navi-link ul,
.indexNavi.-navi-link ul {
  background-color: #fcebcd;
  padding: 8px 8px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pageNavi.-navi-link li,
.indexNavi.-navi-link li {
  border: 1px solid #999;
  padding: 4px;
  margin-bottom: 8px;
  background-color: #fff;
  width: 48%;
  font-size: 80%;
  display: flex;
}
.pageNavi.-navi-link li:nth-child(odd),
.indexNavi.-navi-link li:nth-child(odd) {
  margin-right:8px;
}
.pageNavi.-navi-link li > a,
.indexNavi.-navi-link li > a {
  line-height:0;
}
.pageNavi.-navi-link li p,
.indexNavi.-navi-link li p {
  margin: 0 0 0 10px;
}
.pageNavi.-navi-link li p a,
.indexNavi.-navi-link li p a {
  font-size:120%;
  font-weight:bold;
}
@media screen and (max-width: 979px) {
.pageNavi.-navi-link ul,
.indexNavi.-navi-link ul {
  padding:0;
  display: block;
  border: 1px solid #999;
  border-top:0;
}
.pageNavi.-navi-link li,
.indexNavi.-navi-link li {
  margin:0;
  width:auto;
  border: 0;
  border-bottom: 1px solid #999;
}
.pageNavi.-navi-link li:last-child,
.indexNavi.-navi-link li:last-child {
  border-bottom:0;
}
.pageNavi.-navi-link li:nth-child(odd),
.indexNavi.-navi-link li:nth-child(odd) {
  margin-right: 0;
}
}
/* ------------------------------------------------
   表１
   */
.tbl-style1 {
  table-layout:fixed;
}
.tbl-style1 th,
.tbl-style1 td {
  border: 1px solid #aaa;
  padding: .5em;
  font-size:90%;
}
@media screen and (max-width: 979px) {
/* 2セルの場合 */
.tbl-style2 td {
  display:block;
  width:auto;
}
}
/* ------------------------------------------------
   開閉系　雑誌掲載情報・イベント情報・放射線測定結果
   */
.js-toggle-container .js-toggle-open {
  display:none;
}
.js-toggle_visible .js-toggle-open {
  display: none;
}
.js-toggle_visible .js-toggle-close {
  display: inherit;
}
.js-toggle_hidden .js-toggle-open {
  display: inherit;
}
.js-toggle_hidden .js-toggle-close {
  display:none;
}
.js-toggle-container .js-toggle-open::before {
  /*content: "▼";*/
  content: "\25BC";
}
.js-toggle-container .js-toggle-close::before {
  /*content: "▲";*/
  content: "\25B2";
}
@media screen and (max-width: 979px) {
.js-toggle-container .js-toggle-open {
  display:inherit;
}
.js-toggle-container .js-toggle-close {
  display:none;
}
.js-toggle_visible .js-toggle-open {
  display:none;
}
.js-toggle_visible .js-toggle-close {
  display:inherit;
}
}
/* ------------------------------------------------
   エラーページ
   */
.error .error-msg {
  margin-bottom:3em;
}

/* ------------------------------------------------

*/
@media screen and (min-width: 980px) {
.mb {
  display: none;
}
}
@media screen and (max-width: 979px) {
.pc {
  display: none;
}
}
@media screen and (max-width: 979px) {
.mbr-parent br {
  display: none;
}
}
