@charset "UTF-8";
/*------------------------------------------------------------------------------
Css name: common.css
Css info: 共通スタイル
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  zoom: 1;
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  /* overflow-y: scroll;
  overflow-x: hidden; */
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  body {
    min-width: 1020px;
    /*ipad 背景ズレ*/
    height: 100%;
    background: #faf4de url("/shared/images/back.jpg") top repeat;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  body {
    height: 100%;
    background: #faf4de url("/shared/images/back.jpg") top repeat;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    font-size: 80%;
  }
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body *, body p {
  line-height: 1.6;
}

table, th, td, th {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
  font-size: 1em;
}

table, div, ol, ul, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  zoom: normal;
}

li {
  margin: 0px;
  padding: 0px;
}

textarea, input {
  font-size: 1em;
}

/* For modern browsers 回り込みの解除 */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) 回り込みの解除 */
.f-lef {
  /* 左配置回り込み */
  float: left;
}

.f-rig {
  /* 右配置回り込み */
  float: right;
}

.rig-10 {
  /* 右側余白10px */
  padding-right: 10px;
}

.lef-10 {
  /* 左側余白10px */
  padding-left: 10px;
}

.cen {
  /* 真ん中寄せ */
  text-align: center;
}

.rig {
  /* 右寄せ */
  text-align: right !important;
}

.lef {
  /* 左寄せ */
  text-align: left;
}

.tp {
  /* 上に揃える */
  vertical-align: top;
}

.md {
  /* 中心に揃える */
  vertical-align: middle;
}

.bt {
  /* 下に揃える */
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, small {
  /* 題名 */
  font-size: 100%;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

hr {
  display: none;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  .hr-s1 {
    background: url("/shared/images/lin_s1.png") left top repeat-x;
    /* 画像の指定 */
    height: 3px;
    /* 水平線の太さ */
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .hr-s1 {
    display: none;
  }
}
img, table {
  /* イメージ・テーブル線消し */
  border: 0px;
}

img {
  vertical-align: bottom;
  /* Strict時の画像下のスキマを埋める(Firefox) */
  line-height: 0;
  /*IE6,7ズレ回避*/
}

.nonetxt {
  /* 文字消し */
  display: none;
}

address {
  /* アドレス */
  font-style: normal;
}

.gotop {
  /* ページの先頭へ移動 */
  clear: both;
  text-align: right;
  padding-top: 20px;
}

.btm-s1 {
  /* 下余白1行 */
  margin-bottom: 1em;
}

.btm-s2 {
  /* 下余白2行 */
  margin-bottom: 2em;
}

.btm-s3 {
  /* 下余白3行 */
  margin-bottom: 3em;
}

.btm-s4 {
  /* 下余白4行 */
  margin-bottom: 4em;
}

.btm-s5 {
  /* 下余白5行 */
  margin-bottom: 5em;
}

.btm-non {
  /* 下余白無し */
  margin-bottom: 0em;
}

.ind-s1 {
  /* 段落 文字1文字上げる */
  text-indent: -1em;
  /* 文字1文字分上げる */
  margin-left: 1em;
  /* 2文字分右に下げる */
}

.f-large {
  /* 文字大きく */
  font-size: 130%;
}

.f-small {
  /* 文字小さく */
  font-size: x-small;
}

a {
  /* テキストリンク */
  color: #2e59a7;
  outline: none;
  /* 枠線を消す(Firefox用の記述) */
}
a:hover {
  /* テキストリンク */
  color: #2e59a7;
  text-decoration: underline;
}

ol.li-nostyle {
  margin: 0;
  padding: 0;
}
ol.li-nostyle li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
ol.li-nostyle ol li {
  list-style: none;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  .pan {
    /* パンくずリンク */
    position: relative;
    top: 11px;
    font-size: 12px;
    line-height: 14px;
  }
  .pan a {
    color: #333333;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .pan {
    /* パンくずリンク */
    position: relative;
    top: 11px;
    font-size: 12px;
    line-height: 14px;
    margin-left: 20px;
  }
  .pan a {
    color: #333333;
    padding: 0;
  }
}
/*------------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #container {
    width: 980px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    /* overflow: hidden; */
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #container {
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: left;
    overflow: hidden;
  }
}
body > #container {
  height: auto;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  #content {
    width: 980px;
    padding: 45px 0px 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #content {
    width: 100%;
    padding: 25px 0px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main {
    float: left;
    width: 720px;
  }
  #side {
    float: right;
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main, #side {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single {
    float: center;
    width: 720px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main-single {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header {
    background: #faf4de url("/shared/images/bg_header.jpg") top repeat-x;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 237px;
  }
  #header-in {
    background: url("/shared/images/bg_header-in.gif") center 38px no-repeat;
    width: 980px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header {
    background: #2e59a7;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 100px;
  }
  #header-in {
    background: none;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    height: 100%;
  }
  #header-in .f-rig {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header-img {
    background: #f6cfb9 url("/shared/images/bg_header-img.jpg") top repeat-x;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 414px;
  }
  #header-img-in {
    width: 980px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header-img {
    background: url("/shared/images/bg_header-in.gif") center 10px no-repeat;
    background-size: contain;
    padding: 18% 5% 0px 5%;
    margin: 0px;
    text-align: left;
    width: 90%;
    height: auto;
  }
  #header-img-in {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    display: block;
  }
  #header-img-in .f-rig {
    width: 100%;
  }
  #header-img-in .f-lef {
    width: 100%;
  }
  #header-img-in .f-lef .header-img-slider li img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header-tit {
    background: #f6cfb9 url("/shared/images/bg_header-tit.jpg") top repeat-x;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 77px;
  }
  #header-tit-in {
    width: 980px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    height: 100%;
  }
  #header-tit-in h2 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header-tit {
    background: url("/shared/images/bg_header-in.gif") center 10px no-repeat;
    background-size: contain;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: auto;
    /* 初期設定
     background: url("/shared/images/bg_header-img-s.png") left 10px repeat-x;
     padding:0px;
     margin:0px;
     text-align:left;
     width:100%;
     height:208px;
    */
  }
  #header-tit-in {
    background: url("/shared/images/bg_header-tit-s.jpg") bottom repeat-x;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    height: 160px;
  }
  #header-tit-in h2 {
    padding: 110px 20px 20px 20px;
  }
  #header-tit-in h2 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #footer {
    background: url("/shared/images/bg_footer-img.gif") center bottom no-repeat;
    text-align: left;
    height: 780px;
    width: 100%;
  }
  #footer-in {
    background: url("/shared/images/lin_s1.png") top repeat-x;
    width: 980px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #footer {
    background: #2e59a7;
    text-align: center;
    /* 	height:380px; */
    width: 100%;
  }
  #footer-in {
    background: none;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    height: 100%;
  }
  #footer .f-lef, #footer .f-rig {
    float: none;
  }
}
/*------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
#header-bnr-btm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
#header-bnr-btm .header-bnr-in {
  width: 49.5%;
}
#header-bnr-btm .header-bnr-in img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  .header-copy {
    background-color: #2e59a7;
  }
  .header-copy p {
    color: #fff;
    font-size: 12px;
    max-width: 980px;
    margin: auto;
  }
  .header-copy-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header-bnr-btm {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #header-bnr-btm:first-child {
    margin-top: 25px;
  }
  #header-bnr-btm .header-bnr-in {
    width: 90%;
    margin-bottom: 25px;
  }
  .header-copy {
    display: none;
  }
  .header-copy-sp {
    background-color: #fff;
    text-align: left;
    color: #2e59a7;
    padding: 8px;
    font-size: 78%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header h1 {
    padding-top: 23px;
    float: left;
    width: 130px;
  }
  #header h1 a {
    display: block;
    background: url("/shared/images/logo.gif") left top no-repeat;
    width: 130px;
    height: 130px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #header h1 a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header h1 {
    padding-top: 13px;
    padding-left: 20px;
  }
  #header h1 a {
    background: none;
    width: 71px;
    height: 71px;
  }
  #header h1 a img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header ul#guidenav {
    font-size: 0;
    text-align: right;
    margin: 15px 0 0 0;
    padding: 0;
  }
  #header ul#guidenav li {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 0;
    line-height: 0;
  }
  #header ul#guidenav li.line {
    margin-left: none;
  }
  #header ul#guidenav li.twitter a {
    margin-left: -10px;
  }
  #header ul#guidenav li a {
    background: url("/shared/images/ico_s1.png") left center no-repeat;
    padding-left: 10px;
    padding-right: 0px;
    color: #333333;
    text-decoration: none;
  }
  #header ul#guidenav li.icon_sns a {
    background: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header ul#guidenav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header p.logo2 {
    margin-top: 28px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header p.logo2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #header ul#globalnav {
    margin-top: 24px;
    font-size: 0.8rem;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  #header ul#globalnav .--display_none {
    display: none;
  }
  #header #globalnav li.glovalnav_list a.glovalnav_list_menu {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    line-height: 60px;
    padding-left: 1rem;
    display: block;
    width: 100%;
    height: 100%;
  }
  #header #globalnav li.glovalnav_list a.glovalnav_list_menu::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/shared/images/icon_header_menu.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
  }
  #header .accordion p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #header .accordion {
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 99999;
  }
  #header .accordion p {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    right: 20px;
    width: 39px;
    height: 39px;
    cursor: pointer;
  }
  #header .accordion p span {
    background: url("/shared/images/s-menu.png") no-repeat;
    background-size: contain;
    display: block;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
  }
  #header ul#globalnav {
    display: none;
    margin-top: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99999;
  }
  #header ul#globalnav li {
    display: block;
    width: 100%;
    height: 44px;
    background: #ffffff;
    border-bottom: 1px solid #2e59a7;
    border-right: none;
    font-size: 14px;
  }
  #header ul#globalnav li a {
    display: block;
    color: #2e59a7;
    padding: 15px 5%;
    color: #2e59a7;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
  }
  #header ul#globalnav li.s1 a, #header ul#globalnav li.s2 a, #header ul#globalnav li.s3 a, #header ul#globalnav li.s4 a, #header ul#globalnav li.s5 a, #header ul#globalnav li.s6 a {
    background: none;
    width: 90%;
  }
  #header ul#globalnav li.s0 a[target=_blank] {
    background: url("/shared/images/ico-move.png") no-repeat right 10px center;
  }
  #header ul#globalnav li.ico_menu_recruit {
    background: #fff url("/shared/images/ico_menu_recruit.png") no-repeat left 10px center;
  }
  #header ul#globalnav li.ico_menu_startup {
    background: #fff url("/shared/images/ico_menu_startup.png") no-repeat left 10px center;
  }
  #header ul#globalnav li.ico_menu_pharmacy {
    background: #fff url("/shared/images/ico_menu_pharmacy.png") no-repeat left 10px center;
  }
  #header ul#globalnav li.s0 a {
    padding-left: 45px;
  }
}
/*------------------------------------------------------------------------
/* HOME　ヘッダーイメージ-------------
--------------------------------------------------------------------------*/
/* bxSlider Swiper's  styles-------------*/
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 564px) {
  .swiper-slide img {
    border-radius: 5px;
  }
}
.swiper .swiper-wrapper {
  padding: 0 0 30px 0;
}
.swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8e7f;
  opacity: 1;
}
.swiper .bx-pager {
  text-align: center;
  margin-top: 5px;
}
.swiper .bx-pager .bx-pager-item {
  display: inline-block;
  /* *zoom: 1;
  *display: inline; */
}
.swiper .bx-controls-direction a {
  position: absolute;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  .swiper {
    width: 700px;
    height: 100%;
    margin-top: 33px;
    margin: 33px auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .swiper {
    width: 480px;
    margin: 33px auto 5px auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  .swiper-slide {
    box-shadow: 0 0 8px #f8a791;
    border-radius: 10px;
    /* CSS3草案 */
    /* Safari,Google Chrome用 */
    /* Firefox用 */
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .swiper-slide {
    box-shadow: 0 3px 1px #cccccc;
    border-radius: 5px;
  }
}
.bx-pager a {
  background: #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  border-radius: 5px;
}
.bx-pager a:hover, .bx-pager a.active {
  background: #ff8e7f;
}

.bx-prev {
  left: 17px;
  background: url(/shared/images/prev-img.png) no-repeat;
  /*prev用画像*/
}

.bx-next {
  right: 17px;
  background: url(/shared/images/next-img.png) no-repeat;
  /*next用画像*/
}

.bx-controls-direction a {
  position: absolute;
  margin-top: -16px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9999;
}

/* header-img-bana-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  .header-img-bana {
    margin-top: 33px;
    padding: 4px;
    width: 252px;
    background: #ffffff;
    box-shadow: 0 0 8px #f8a791;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .header-img-bana li:first-child {
    margin-bottom: 9px;
  }
  .header-img-bana li img {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .header-img-bana {
    font-size: 0;
    margin-top: 0px;
    padding: 4px 0;
    width: auto;
    background: #ffffff;
    box-shadow: 0 3px 1px #cccccc;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .header-img-bana li {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 0 2%;
  }
  .header-img-bana li:first-child {
    margin-bottom: none;
  }
  .header-img-bana li img {
    max-width: 100%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    width: 100%;
  }
}
/*------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .gotop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  .gotop {
    position: fixed;
    right: 50px;
    bottom: 200px;
    z-index: 9999;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #footer #assistnav-s1 {
    background: url("/shared/images/lin_s1.png") bottom repeat-x;
    width: 100%;
    padding: 20px 0;
  }
  #footer #assistnav-s1 ul {
    font-size: 0;
  }
  #footer #assistnav-s1 ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    padding-left: 30px;
  }
  #footer #assistnav-s1 ul li:first-child {
    padding-left: 1px;
  }
  #footer #assistnav-s1 ul li a {
    color: #333333;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
  }
  #footer #assistnav-s1 ul.sub {
    font-size: 11px;
    margin-top: 15px;
    margin-left: 0px;
  }
  #footer #assistnav-s1 ul.sub li {
    display: block;
    margin: 0px;
    font-size: 11px;
    line-height: 11px;
    padding-left: 0px;
  }
  #footer #assistnav-s1 ul.sub li a {
    display: block;
    padding: 7px 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
  }
  #footer #assistnav-s2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 0;
  }
  #footer #assistnav-s2 img {
    width: 100%;
  }
  #footer #assistnav-s2 .ft-left {
    display: flex;
    width: 80%;
  }
  #footer #assistnav-s2 .ft-left div:first-child {
    width: 130px;
  }
  #footer #assistnav-s2 .ft-left div:first-child ul li:last-child {
    margin-top: 15px;
  }
  #footer #assistnav-s2 .ft-left div:last-child {
    margin-left: 40px;
    padding-top: 45px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul li {
    margin-right: 20px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul li a {
    color: #333333;
    text-decoration: none;
  }
  #footer #assistnav-s2 .ft-right {
    padding-top: 45px;
    width: 20%;
  }
  #footer #assistnav-s2 .welcia_pc {
    display: block;
  }
  #footer #assistnav-s2 .welcia_sp {
    display: none;
  }
  #footer p#cop {
    margin-top: 15px;
    font-style: normal;
    font-size: 10px;
    line-height: 11px;
  }
  #footer p#cop a {
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #footer #assistnav-s1 {
    background: url("/shared/images/back.jpg") repeat;
    width: 100%;
  }
  #footer #assistnav-s1 ul {
    border-top: 1px solid #d7d3a4;
  }
  #footer #assistnav-s1 ul li {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    border-bottom: 1px solid #d7d3a4;
  }
  #footer #assistnav-s1 ul li:first-of-type {
    border-top: 5px solid #f0ebd5;
  }
  #footer #assistnav-s1 ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 15px 15px;
  }
  #footer #assistnav-s1 ul li a:hover, #footer #assistnav-s1 ul li a:active {
    color: #2e59a7;
  }
  #footer #assistnav-s1 ul.sub {
    display: none;
  }
  #footer #assistnav-s2 {
    margin-top: 20px;
    font-size: 0;
  }
  #footer #assistnav-s2 img {
    width: 100%;
  }
  #footer #assistnav-s2 .ft-left div:first-child {
    margin: auto;
    width: 130px;
  }
  #footer #assistnav-s2 .ft-left div:first-child ul li:last-child {
    display: none;
  }
  #footer #assistnav-s2 .ft-left div:last-child {
    margin-top: 20px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul li {
    margin: 0 7px;
  }
  #footer #assistnav-s2 .ft-left div:last-child ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  #footer #assistnav-s2 .welcia_pc {
    display: none;
  }
  #footer #assistnav-s2 .welcia_sp {
    display: block;
    margin: 20px auto 0;
    width: 180px;
  }
  #footer p#cop {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
  }
  #footer p#cop a {
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    text-decoration: none;
  }
}
/*------------------------------------------------------------------------------
Css name: content.css
Css info: コンテンツスタイル
------------------------------------------------------------------------------*/
/* pre-nex ページ移動-------------*/
#main .flyers-deals_bnr {
  /* background-color: #faaf3b; */
  background-color: #2e59a7;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
#main .flyers-deals_bnr_wrap {
  display: flex;
  margin: 0 auto;
  padding: 1rem 0;
  justify-content: space-evenly;
}
#main .flyers-deals_bnr_wrap img {
  max-width: 220px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#main .flyers-deals_bnr_wrap a {
  background-color: #fff;
  max-width: 300px;
  /* width: 100%; */
  display: block;
  text-align: center;
}
#main .flyers-deals_bnr-ttl {
  font-size: 36px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0 0.25rem;
}
#main .flyers-deals_bnr-txt {
  font-size: 16px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-weight: 500;
}
#main .wellnesscard .txt-box p {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 600px;
}
#main .wellnesscard .txt-box p.tcard_image img {
  max-width: 570px;
  width: 100%;
}
#main .wellnesscard .txt-box p.tcard_image:before {
  content: "";
  width: 1px;
  height: 1px;
}
#main .wellnesscard .txt-box p:before {
  content: "A";
  font-size: 21px;
  margin-left: -28px;
  margin-right: 12px;
  color: #c80d48;
}
#main .wellnesscard .txt-box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2E59A7;
  margin-bottom: 10px;
}
#main .wellnesscard .txt-box h4:before {
  content: "Q";
  font-size: 21px;
  margin-right: 12px;
  color: #108ccf;
}
#main .wellnesscard .tcard_tit-card {
  background: url("/shared/images/tcard_tit-card.gif") left top no-repeat;
}
#main .wellnesscard .tcard_tit-seniorcard {
  background: url("/shared/images/tcard_tit-seniorcard.gif") left top no-repeat;
}
#main .wellnesscard .tcard_tit-qa {
  background: url("/shared/images/tcard_tit-qa.gif") left top no-repeat;
}
#main .wellnesscard .tcard_tit-card,
#main .wellnesscard .tcard_tit-seniorcard,
#main .wellnesscard .tcard_tit-qa {
  width: 660px;
  height: 56px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .pre-nex {
    text-align: center;
    margin-bottom: 50px;
  }
  #main .pre-nex .prev {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
  }
  #main .pre-nex .back {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
  }
  #main .pre-nex .next {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
  }
  #main .pre-nex .prev a,
  #main .pre-nex .next a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .pre-nex {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  #main .pre-nex .prev {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
  }
  #main .pre-nex .back {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2%;
  }
  #main .pre-nex .next {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
  }
  #main .pre-nex .prev a,
  #main .pre-nex .next a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 34px;
  }
}
/*//////////////////////////////////////////////////////// */
/* HOME-------------*/
/*//////////////////////////////////////////////////////// */
/* 健康企業宣言-------------*/
@media screen and (min-width: 768px) {
  .banner {
    margin: 0 10px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 25px;
  }
}
/* 健康企業宣言-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-health {
    margin: 0 110px 18px;
  }
  #main .home-health img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-health {
    padding: 0 18px 15px;
  }
  #main .home-health img {
    width: 100%;
  }
}
/* 最新ニュース-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #content {
    padding-top: 25px;
  }
  #main .home-news {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 25px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .home-news .home_tit-news {
    background: url("/shared/images/home_tit-news.gif") left top no-repeat;
    width: 660px;
    height: 58px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .home_tit-local {
    background: url("/shared/images/home_tit-local.png") left top no-repeat;
    width: 660px;
    height: 58px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-news .home-tit-news img,
  #main .home-news .home-tit-local img {
    display: none;
  }
  #main .home-news .home_btn-list {
    position: absolute;
    top: 37px;
    right: 28px;
    z-index: 2;
  }
  #main .home-news .home_btn-list a {
    display: block;
    background: url("/shared/images/btn_list.gif") left top no-repeat;
    width: 78px;
    height: 25px;
    padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-news ul {
    margin: 0 15px;
  }
  .home-news ul li {
    border-bottom: 1px solid #e3e3e3;
  }
  #main .home-news ul li p {
    display: inline-block;
  }
  #main .home-news ul .date {
    display: inline-block;
    vertical-align: top;
    padding: 16px 10px 0 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
  }
  #main .home-news ul li .flyer {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_flyer.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .notag {
    display: inline-block;
    vertical-align: top;
    background: url("") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-news {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 0px 0px 18px 0px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .home-news .home_tit-local,
  #main .home-news .home_tit-news {
    position: relative;
    background: none;
    width: 100%;
    overflow: none;
    text-indent: none;
    white-space: none;
  }
  #main .home-news .home_tit-local img,
  #main .home-news .home_tit-news img {
    z-index: 1;
    display: block;
    width: 100%;
  }
  #main .home-news .home_tit-local .home_btn-list,
  #main .home-news .home_tit-news .home_btn-list {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 2;
  }
  #main .home-news .home_btn-list a {
    display: block;
    background: url("/shared/images/btn_list.gif") left top no-repeat;
    width: 78px;
    height: 25px;
    padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-news ul {
    margin: 0 15px;
  }
  #main .home-news ul li {
    border-bottom: 1px solid #e3e3e3;
  }
  #main .home-news ul li .date {
    display: inline-block;
    vertical-align: top;
    width: 114px;
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
  }
  #main .home-news ul li .flyer {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_flyer.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .home-news ul li a {
    display: inline-table;
    vertical-align: top;
    max-width: 340px;
    padding: 0 0 15px 0;
    font-size: 13px;
    text-decoration: none;
  }
}
/* 人気コスメランキング-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-ranking {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-ranking {
    position: relative;
    background: none;
    width: 100%;
    padding: 0px 0px 18px 0px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .home-ranking .home_tit-ranking {
    position: relative;
    background: none;
    width: 100%;
    overflow: none;
    text-indent: none;
    white-space: none;
    margin-bottom: 20px;
  }
  #main .home-ranking .home_tit-ranking img {
    z-index: 1;
    display: block;
    width: 100%;
  }
  #main .home-ranking .home_tit-ranking .home_btn-list {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 2;
  }
  #main .home-ranking .home_tit-ranking .home_btn-list a {
    display: block;
    background: #CCC url("/shared/images/btn_list2.gif") left top no-repeat;
    width: 78px;
    height: 25px;
    padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-ranking ul {
    margin: 30px 5px 0px 5px;
  }
  #main .home-ranking ul li {
    display: table-cell;
    vertical-align: top;
    width: 29%;
    text-align: center;
    padding: 0 2%;
  }
  #main .home-ranking ul li .img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #f4d0d0;
    text-align: center;
  }
  #main .home-ranking ul li .img img {
    margin: 10% 5%;
    width: 90%;
    height: auto;
  }
  #main .home-ranking ul li .txt {
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }
  #main .home-ranking ul li .txt p {
    font-size: 10px;
  }
  #main .home-ranking ul li .txt h4 {
    font-size: 13px;
    font-weight: bold;
  }
  #main .home-ranking ul li .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #main .home-ranking ul li .no {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    background: #f2997d;
    width: 22px;
    height: 22px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
}
/* マルエおすすめ商品-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-recommend {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 38px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .home-recommend .home_tit-recommend {
    background: url("/shared/images/home_tit-recommend.gif") left top no-repeat;
    width: 660px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #main .home-recommend .home_tit-recommend img {
    display: none;
  }
  #main .home-recommend .home_btn-list {
    position: absolute;
    top: 30px;
    left: 610px;
    z-index: 2;
  }
  #main .home-recommend .home_btn-list a {
    display: block;
    background: url("/shared/images/btn_list.gif") left top no-repeat;
    width: 78px;
    height: 25px;
    padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-recommend .home_tit-beauty-cosme {
    background: url("/shared/images/home_tit-beauty-cosme.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .home-recommend .home_tit-health-supple {
    background: url("/shared/images/home_tit-health-supple.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .home-recommend .home_tit-season-etc {
    background: url("/shared/images/home_tit-season-etc.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .home-recommend .home-recommend-lis {
    padding-bottom: 45px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 24px;
  }
  #main .home-recommend .home-recommend-lis:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 55px;
  }
  #main .home-recommend .home-recommend-lis ul {
    font-size: 0;
    margin-left: -15px;
  }
  #main .home-recommend .home-recommend-lis ul li {
    display: inline-table;
    vertical-align: top;
    width: 210px;
    height: 150px;
    margin-left: 15px;
  }
  #main .home-recommend .home-recommend-lis ul .img {
    width: 100%;
    height: 148px;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .home-recommend .home-recommend-lis ul .img img {
    margin: 15px 5px;
    max-width: 180px;
    height: 120px;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 {
    font-size: 13px;
    margin-top: 9px;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 a.new {
    background: url("/shared/images/ico_new.gif") left center no-repeat;
    padding-left: 38px;
    height: 16px;
  }
  #main .home-recommend .home-recommend-lis ul .txt p {
    font-size: 12px;
    margin-top: 12px;
  }
  #main .home-recommend .home-recommend-lis ul .txt p a {
    color: #333333;
  }
  .btn_shop a {
    color: #333333;
    text-decoration: none;
    background-color: #fbac00;
    /* background-position: center left 10px; */
    /* background-repeat: no-repeat; */
    /* background-size: 7px auto; */
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    padding: 7px 14px 7px 14px;
    /* top: 0;
    					  bottom: 0;
    					  left: 0;
    					  right: 0; */
    /* position: absolute; */
    margin: auto;
  }
  /* .btn_center {
  					border: 1px solid #aaa;
  					position: relative;
  					height: 200px;
  					width: 100%;
  					} */
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-recommend {
    position: relative;
    width: 100%;
  }
  #main .home-recommend .home_tit-recommend {
    position: relative;
    background: none;
    width: 100%;
    overflow: none;
    text-indent: none;
    white-space: none;
    margin-bottom: 20px;
  }
  #main .home-recommend .home_tit-recommend img {
    z-index: 1;
    display: block;
    width: 100%;
  }
  #main .home-recommend .home_tit-recommend .home_btn-list {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 2;
  }
  #main .home-recommend .home_tit-recommend .home_btn-list a {
    display: block;
    background: url("/shared/images/btn_list2.gif") left top no-repeat;
    width: 78px;
    height: 25px;
    padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .home-recommend .home_tit-beauty-cosme,
  #main .home-recommend .home_tit-health-supple,
  #main .home-recommend .home_tit-season-etc {
    display: none;
  }
  #main .ome-recommend .home-recommend-lis {
    padding-bottom: 0px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
  }
  #main .home-recommend .home-recommend-lis:nth-of-type(2), #main .home-recommend .home-recommend-lis:nth-of-type(3) {
    display: none;
  }
  #main .home-recommend .home-recommend-lis ul {
    font-size: 0;
    margin: 0 15px;
  }
  #main .home-recommend .home-recommend-lis ul li {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dad1a5;
    margin-bottom: 15px;
  }
  #main .home-recommend .home-recommend-lis ul .img {
    display: inline-block;
    width: 30%;
    height: auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .home-recommend .home-recommend-lis ul .img img {
    margin: 15px 5%;
    max-width: 90%;
    height: auto;
  }
  #main .home-recommend .home-recommend-lis ul .txt {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 15px;
    font-size: 16px;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 {
    font-size: 13px;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #main .home-recommend .home-recommend-lis ul .txt h4 a.new {
    background: url("/shared/images/ico_new.gif") left center no-repeat;
    padding-left: 38px;
    height: 16px;
  }
  #main .home-recommend .home-recommend-lis ul .txt p {
    font-size: 12px;
    margin-top: 12px;
  }
  #main .home-recommend .home-recommend-lis ul .txt p a {
    color: #333333;
  }
  #main .btn_shop a {
    color: #fff;
    text-decoration: none;
    background-color: #fbac00;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 7px auto;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1;
    padding: 7px 14px 7px 14px;
  }
}
/* マルエのスマホアプリ-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-app {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-app {
    position: relative;
    background: none;
    width: 100%;
    padding: 0px 0px 18px 0px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .home-app .home_tit-app {
    position: relative;
    background: none;
    width: 100%;
    overflow: none;
    text-indent: none;
    white-space: none;
    margin-bottom: 20px;
  }
  #main .home-app .home_tit-app img {
    z-index: 1;
    display: block;
    width: 100%;
  }
  #main .home-app .app {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 11px 15px 0;
  }
  #main .home-app .app .app_img {
    width: 30%;
  }
  #main .home-app .app .app_img img {
    width: 100%;
  }
  #main .home-app .app .app_txt {
    width: 65%;
    text-align: left;
    vertical-align: middle;
  }
  #main .home-app .app .app_txt h4 {
    margin-top: 10px;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 13px;
    font-weight: bold;
    color: #2e59a7;
  }
  #main .home-app .app .app_txt p {
    font-size: 11px;
    margin-top: 5px;
  }
  #main .home-app .app .app_txt .app_bnr {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
  }
  #main .home-app .app .app_txt .app_bnr a {
    width: 100%;
  }
  #main .home-app .app .app_txt .app_bnr a img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #aaa;
  }
  #main .home-app .app .app_txt .app_bnr a img:first-child {
    margin-bottom: 10px;
  }
}
/* バナー1-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-bana1 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  #main .home-bana1 ul li {
    margin-top: 10px;
  }
  #main .home-bana1 ul li:first-of-type {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-bana1 {
    display: none;
  }
}
/* バナー2-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-bana2 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  #main .home-bana2 ul {
    font-size: 0;
    margin-left: -13px;
  }
  #main .home-bana2 ul li {
    display: inline-table;
    vertical-align: top;
    width: 170px;
    height: 60px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-bana2 {
    display: none;
  }
}
/* バナー3-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-bana3 {
    margin-top: 38px;
  }
  #main .home-bana3 ul {
    font-size: 0;
    margin-left: -13px;
  }
  #main .home-bana3 ul li {
    display: inline-table;
    vertical-align: top;
    width: 353px;
    height: 90px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-bana3 {
    display: none;
  }
}
/* SNS-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-sns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-sns {
    text-align: center;
    margin: 0px 5px 15px 5px;
  }
  #main .home-sns ul {
    font-size: 0;
  }
  #main .home-sns ul li {
    display: inline-table;
    width: 46%;
    margin: 0 2% 2%;
  }
  #main .home-sns ul li img {
    width: 100%;
    border-radius: 8px;
  }
}
/* shufoo-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .home-shufoo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .home-shufoo {
    text-align: center;
    margin: 0px 5px 15px 5px;
    border-bottom: 1px solid #dad1a5;
  }
  #main .home-shufoo ul {
    font-size: 0;
    margin-bottom: 30px;
  }
  #main .home-shufoo ul li {
    display: inline-table;
    width: 96%;
    margin: 0 2% 2%;
  }
  #main .home-shufoo ul li img {
    border-radius: 8px;
    width: 100%;
  }
}
/*//////////////////////////////////////////////////////// */
/* チラシ/おトク情報-------------*/
/*//////////////////////////////////////////////////////// */
/* ヘッダー画像-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .flyers-deals_img-flyers {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .flyers-deals_img-flyers {
    margin: 0 20px 15px 20px;
  }
  #main .flyers-deals_img-flyers img {
    max-width: 100%;
  }
}
/* 　shufoo トクバイ　バナー エリア　-------------*/
/*767px以下用 */
@media screen and (max-width: 767px) {
  #main .flyers-deals_bnr {
    width: auto;
  }
  #main .flyers-deals_bnr-ttl {
    font-size: 24px;
    padding: 1rem 0 0.25rem;
  }
  #main .flyers-deals_bnr-txt {
    font-size: 12px;
  }
  #main .flyers-deals_bnr_wrap {
    display: block;
    padding: 0.5rem 0.35rem;
  }
  #main .flyers-deals_bnr_wrap a {
    margin: 2% auto;
    max-width: 280px;
  }
}
/* 今週のチラシ-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .flyers-deals-flyers {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .flyers-deals-flyers .tit_s1 {
    background: url("/shared/images/tit_s1.png") left bottom no-repeat;
    width: 660px;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  #main .flyers-deals-flyers .tit_s2 {
    background: url("/shared/images/tit_s2.png") left top no-repeat;
    padding-left: 23px;
    height: 18px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 20px 20px 20px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers {
    margin: 0 -20px 30px 20px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 20px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.img {
    border: 1px solid #e9e9e9;
    padding: 4px;
    width: 290px;
    /* height:205px; */
    margin-bottom: 10px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.img img {
    width: 100%;
    height: 100%;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn01, #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn02 {
    text-align: center;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn01 a {
    display: block;
    background: url("/shared/images/flyers-deals_btn-pdf01.gif") left top no-repeat;
    width: 300px;
    height: 39px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn02 a {
    display: block;
    background: url("/shared/images/flyers-deals_btn-pdf02.gif") left top no-repeat;
    width: 300px;
    height: 39px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn01 a img, #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn02 a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .flyers-deals-flyers {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 15px 6%;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-sizing: border-box;
  }
  #main .flyers-deals-flyers .tit_s1 {
    display: none;
  }
  #main .flyers-deals-flyers .tit_s2 {
    background: url("/shared/images/tit_s2.png") left top no-repeat;
    padding-left: 23px;
    height: 18px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 5px 15px 15px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers {
    text-align: center;
    margin: 0 15px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li {
    width: 100%;
    margin-bottom: 25px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.img {
    border: 1px solid #e9e9e9;
    padding: 4px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.img img {
    max-width: 100%;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn01, #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn02 {
    text-align: center;
  }
  #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn01 img, #main .flyers-deals-flyers ul.flyers-deals_lis-flyers li p.btn02 img {
    max-width: 100%;
  }
}
/*//////////////////////////////////////////////////////// */
/* ウェルネスカード-------------*/
/*//////////////////////////////////////////////////////// */
/* ヘッダー画像-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .wellnesscard_img-wellnesscard {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .wellnesscard_img-wellnesscard {
    margin: 0 20px 30px 20px;
  }
  #main .wellnesscard_img-wellnesscard img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .wellnesscard {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 40px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .wellnesscard .wellnesscard_tit-card {
    background: url("/shared/images/wellnesscard_tit-card.gif") left top no-repeat;
    width: 660px;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  #main .wellnesscard .wellnesscard_tit-vipcard {
    background: url("/shared/images/wellnesscard_tit-vipcard.gif") left top no-repeat;
    width: 660px;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  #main .wellnesscard .img {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-left: 20px;
  }
  #main .wellnesscard dl.txt,
  #main .wellnesscard ul.txt {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    margin-left: 30px;
  }
  #main .wellnesscard dl.txt dt {
    margin-bottom: 20px;
  }
  #main .wellnesscard dl.txt dd {
    padding-left: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  #main .wellnesscard dl.txt dd .txt-s1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 20px;
  }
  #main .wellnesscard dl.txt dd .txt-s2 {
    font-size: 13px;
    color: #4e4e4e;
  }
  #main .wellnesscard ul.txt li {
    margin-bottom: 10px;
  }
  #main .wellnesscard ul.txt li:first-of-type {
    margin-bottom: 20px;
  }
  #main .wellnesscard ul.txt li.vipcard-00 {
    background: url("/shared/images/wellnesscard_img-vipcard-00.gif") left top no-repeat;
    width: 420px;
    height: 203px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .wellnesscard ul.txt li.vipcard-01 {
    background: url("/shared/images/wellnesscard_img-vipcard-01.gif") left top no-repeat;
    width: 420px;
    height: 110px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .wellnesscard ul.txt li.vipcard-02 {
    background: url("/shared/images/wellnesscard_img-vipcard-02.gif") left top no-repeat;
    width: 420px;
    height: 132px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #main .wellnesscard ul.txt li.vipcard-03 {
    background: url("/shared/images/wellnesscard_img-vipcard-03.gif") left top no-repeat;
    width: 420px;
    height: 141px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .wellnesscard {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 30px 0;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .wellnesscard .wellnesscard_tit-card,
  #main .wellnesscard .wellnesscard_tit-vipcard {
    margin-bottom: 30px;
  }
  #main .wellnesscard .wellnesscard_tit-card img,
  #main .wellnesscard .wellnesscard_tit-vipcard img {
    max-width: 100%;
  }
  #main .wellnesscard .img {
    text-align: center;
    margin-bottom: 30px;
  }
  #main .wellnesscard dl.txt,
  #main .wellnesscard ul.txt {
    margin: 0 5px;
  }
  #main .wellnesscard dl.txt dt {
    margin-bottom: 20px;
  }
  #main .wellnesscard dl.txt dt img {
    max-width: 100%;
  }
  #main .wellnesscard dl.txt dd {
    padding-left: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  #main .wellnesscard dl.txt dd .txt-s1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 20px;
  }
  #main .wellnesscard dl.txt dd .txt-s2 {
    font-size: 13px;
    color: #4e4e4e;
  }
  #main .wellnesscard ul.txt li {
    text-align: center;
    margin-bottom: 15px;
  }
  #main .wellnesscard ul.txt li:first-of-type {
    margin-bottom: 30px;
  }
  #main .wellnesscard ul.txt li img {
    max-width: 100%;
  }
}
/*//////////////////////////////////////////////////////// */
/* Tカード-------------*/
/*//////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .wellnesscard .txt-box h4 {
    width: 88%;
    padding: 0 20px;
  }
  #main .wellnesscard .txt-box p {
    width: 85%;
    padding: 0 50px;
  }
  #main .wellnesscard .tcard_tit-card,
  #main .wellnesscard .tcard_tit-seniorcard,
  #main .wellnesscard .tcard_tit-qa {
    margin-bottom: 30px;
  }
  #main .wellnesscard .tcard_tit-card img,
  #main .wellnesscard .tcard_tit-seniorcard img,
  #main .wellnesscard .tcard_tit-qa img {
    max-width: 100%;
  }
}
/*//////////////////////////////////////////////////////// */
/* ニュース/イベント情報-------------*/
/*//////////////////////////////////////////////////////// */
/* マルエからのお知らせ-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .news-marue {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 3px solid #2c5ba9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .news-marue h3 {
    margin-top: -12px;
  }
  #main .news-marue ul {
    margin: 0 15px;
  }
  #main .news-marue ul li {
    border-bottom: 1px dotted #d5d5d5;
    overflow: hidden;
  }
  #main .news-marue ul .date {
    display: inline-block;
    vertical-align: top;
    width: 114px;
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
  }
  #main .news-marue ul li .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
  }
  #main .news-news-marue-more {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 3px solid #2c5ba9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .news-news-marue-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 7px;
  }
  #main .news-news-marue-more .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    text-align: right;
    margin-bottom: 30px;
  }
  #main .news-news-marue-more .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more p {
    margin-bottom: 1em;
  }
  #main .news-news-marue-more img {
    max-width: 100%;
  }
  #main .news-news-marue-more ol {
    margin: auto auto 1em 3em;
    padding: 0;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .news-news-marue-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0;
    list-style-type: disc;
    zoom: auto;
  }
  #main .news-news-marue-more em {
    font-style: oblique;
  }
  /* マルエからのお知らせ　詳細-------------*/
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .news-marue {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 23px 0 23px 0;
    border-top: 3px solid #2c5ba9;
    border-bottom: 3px solid #2c5ba9;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .news-marue .news_tit-marue {
    position: relative;
    padding: 0 5px;
  }
  #main .news-marue .news_tit-marue img {
    max-width: 100%;
  }
  #main .news-marue ul {
    margin: 0 10px;
  }
  #main .news-marue ul li {
    border-bottom: 1px dotted #d5d5d5;
  }
  #main .news-marue ul li .date {
    display: inline-block;
    vertical-align: top;
    width: 114px;
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
  }
  #main .news-marue ul li .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 96px;
    height: 24px;
    padding: 15px 0;
  }
  #main .news-marue ul li a {
    display: inline-table;
    vertical-align: top;
    padding: 15px 0;
    font-size: 13px;
    text-decoration: none;
  }
  #main .news-news-marue-more {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px;
  }
  #main .news-news-marue-more .news_tit-marue {
    position: relative;
    padding: 0 1%;
  }
  #main .news-news-marue-more .news_tit-marue img {
    max-width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .news-news-marue-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 5%;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  #main .news-news-marue-more .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    text-align: right;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  #main .news-news-marue-more .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more .date .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") right center no-repeat;
    width: 96px;
    height: 24px;
  }
  #main .news-news-marue-more p {
    padding: 0 5%;
    margin-bottom: 1em;
  }
  #main .news-news-marue-more img {
    max-width: 100%;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .news-news-marue-more ol {
    margin: auto auto 1em 3em;
    padding: 0 5%;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .news-news-marue-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0 5%;
    list-style-type: disc;
    zoom: auto;
  }
  #main .news-news-marue-more em {
    font-style: oblique;
  }
  /* マルエからのお知らせ　詳細-------------*/
}
/* 新着情報-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .news-new {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    z-index: 1;
  }
  #main .news-new ul.news-lis-new {
    margin: 0 15px;
  }
  #main .news-new ul.news-lis-new li {
    padding: 28px 0 28px 0;
    border-bottom: 1px dotted #d5d5d5;
  }
  #main .news-new ul.news-lis-new li:last-of-type {
    border-bottom: none;
  }
  #main .news-new ul.news-lis-new li div.img {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: auto;
    margin-right: 20px;
  }
  #main .news-new ul.news-lis-new li div.img img {
    width: 250px;
    height: auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    border: 1px solid #d5d5d5;
  }
  #main .news-new ul.news-lis-new li div.txt {
    display: inline-block;
    vertical-align: top;
    width: 350px;
  }
  #main .news-new ul.news-lis-new li div.txt .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .date .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new li div.txt .tit {
    font-size: 16px;
    line-height: 19px;
    color: #2c5ba9;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main .news-new ul.news-lis-new li div.txt .tit a {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-decoration: none;
  }
  #main .news-new ul.news-lis-new li div.txt p.txt {
    font-size: 12px;
    line-height: 19px;
    color: #333333;
  }
  #main .news-new ul.news-lis-new li div.txt p.txt a {
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
  }
  #main .news-new-more {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .news-new-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  #main .news-new-more .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    text-align: right;
    margin-bottom: 30px;
  }
  #main .news-new-more .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .property {
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more p {
    margin-bottom: 1em;
  }
  #main .news-new-more img {
    max-width: 100%;
  }
  #main .news-new-more ol {
    margin: auto auto 1em 3em;
    padding: 0;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .news-new-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0;
    list-style-type: disc;
    zoom: auto;
  }
  #main .news-new-more em {
    font-style: oblique;
  }
  /* 新着情報　詳細-------------*/
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .news-new {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px 18px 0px;
    border-bottom: 1px solid #ede4c9;
  }
  #main .news-new .news-tit-new {
    position: relative;
    padding: 0 5px;
  }
  #main .news-new .news-tit-new img {
    max-width: 100%;
  }
  #main .news-new ul.news-lis-new {
    margin: 0 10px;
  }
  #main .news-new ul.news-lis-new li {
    padding: 25px 0 25px 0;
    border-bottom: 1px dotted #d5d5d5;
  }
  #main .news-new ul.news-lis-new li:last-of-type {
    border-bottom: none;
  }
  #main .news-new ul.news-lis-new div.img {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #main .news-new ul.news-lis-new div.img img {
    max-width: 95%;
    height: auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    border: 4px solid #e5e5e5;
  }
  #main .news-new ul.news-lis-new div.txt .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
  }
  #main .news-new ul.news-lis-new div.txt .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .date .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") left center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new ul.news-lis-new div.txt .tit {
    font-size: 16px;
    line-height: 19px;
    color: #2c5ba9;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #main .news-new ul.news-lis-new div.txt .tit a {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-decoration: none;
  }
  #main .news-new ul.news-lis-new div.txt p.txt {
    font-size: 12px;
    line-height: 19px;
    color: #333333;
  }
  #main .news-new ul.news-lis-new div.txt p.txt a {
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
  }
  #main .news-new-more {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px;
  }
  #main .news-new-more .news_tit-new {
    position: relative;
    padding: 0 1%;
  }
  #main .news-new-more .news_tit-new img {
    max-width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .news-new-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 5%;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  #main .news-new-more .date {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    text-align: right;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  #main .news-new-more .date .open {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_open.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .notice {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_notice.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .events {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_events.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .etc {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_etc.gif") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .startup {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup.png") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more .date .property {
    display: inline-block;
    vertical-align: top;
    background: url("/shared/images/ico_startup2.png") right center no-repeat;
    width: 88px;
    height: 24px;
  }
  #main .news-new-more p {
    padding: 0 5%;
    margin-bottom: 1em;
  }
  #main .news-new-more img {
    max-width: 100%;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .news-new-more ol {
    margin: auto auto 1em 3em;
    padding: 0 5%;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .news-new-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0 5%;
    list-style-type: disc;
    zoom: auto;
  }
  #main .news-new-more em {
    font-style: oblique;
  }
  /* 新着情報　詳細-------------*/
}
/* プレスリリース-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .news-press-release {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .news-press-release ul.news-lis-press-release {
    margin: 0 15px;
  }
  #main .news-press-release ul.news-lis-press-release li {
    padding: 28px 0 28px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  #main .news-press-release ul.news-lis-press-release li:last-of-type {
    border-bottom: none;
  }
  #main .news-press-release ul.news-lis-press-release div.img {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 165px;
    margin-right: 20px;
  }
  #main .news-press-release ul.news-lis-press-release div.img img {
    width: 250px;
    height: 165px;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .news-press-release ul.news-lis-press-release div.txt {
    display: inline-block;
    vertical-align: top;
    width: 350px;
  }
  #main .news-press-release ul.news-lis-press-release div.txt .date {
    font-size: 13px;
    line-height: 13px;
    color: #666666;
    margin-bottom: 20px;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.txt {
    font-size: 12px;
    line-height: 19px;
    color: #333333;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.txt a {
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.issuer {
    font-size: 12px;
    line-height: 12px;
    color: #333333;
    text-align: right;
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .news-press-release {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px 30px 0px;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .news-press-release .news-tit-press-release {
    position: relative;
    padding: 0 5px;
  }
  #main .news-press-release .news-tit-press-release img {
    max-width: 100%;
  }
  #main .news-press-release ul.news-lis-press-release {
    margin: 0 10px;
  }
  #main .news-press-release ul.news-lis-press-release li {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  #main .news-press-release ul.news-lis-press-release li:last-of-type {
    border-bottom: none;
  }
  #main .news-press-release ul.news-lis-press-release div.img {
    margin-bottom: 30px;
  }
  #main .news-press-release ul.news-lis-press-release div.img img {
    max-width: 100%;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .news-press-release ul.news-lis-press-release div.txt .date {
    font-size: 13px;
    line-height: 13px;
    color: #666666;
    margin-bottom: 20px;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.txt {
    font-size: 12px;
    line-height: 19px;
    color: #333333;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.txt a {
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
  }
  #main .news-press-release ul.news-lis-press-release div.txt p.issuer {
    font-size: 12px;
    line-height: 12px;
    color: #333333;
    text-align: right;
    margin-top: 27px;
  }
}
/*//////////////////////////////////////////////////////// */
/* おすすめ商品-------------*/
/*//////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main .recommend {
    position: relative;
    background: #ffffff;
    padding: 30px 29px 5px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 30px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .recommend .recommend_tit-beauty-cosme {
    background: url("/shared/images/home_tit-beauty-cosme.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend_tit-health-supple {
    background: url("/shared/images/home_tit-health-supple.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend_tit-season-etc {
    background: url("/shared/images/home_tit-season-etc.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend_tit-new-beauty-cosme {
    background: url("/shared/images/home_tit-new-beauty-cosme.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend_tit-new-health-supple {
    background: url("/shared/images/recommend_tit-new-health-supple.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend_tit-new-season-etc {
    background: url("/shared/images/recommend_tit-new-season-etc.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  #main .recommend .recommend-lis ul {
    font-size: 0;
    margin-left: -15px;
  }
  #main .recommend .recommend-lis ul li {
    display: inline-table;
    vertical-align: top;
    width: 210px;
    height: 150px;
    margin-left: 15px;
    margin-bottom: 35px;
  }
  #main .recommend .recommend-lis ul .img {
    width: 100%;
    height: 148px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .recommend .recommend-lis ul .img img {
    margin: 15px 5px;
    max-width: 180px;
    height: 120px;
  }
  #main .recommend .recommend-lis ul .txt h4 {
    font-size: 13px;
    margin-top: 9px;
  }
  #main .recommend .recommend-lis ul .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #main .recommend .recommend-lis ul .txt h4 a.new {
    background: url("/shared/images/ico_new.gif") left center no-repeat;
    padding-left: 38px;
    height: 16px;
  }
  #main .recommend .recommend-lis ul .txt p {
    font-size: 12px;
    margin-top: 12px;
  }
  #main .recommend .recommend-lis ul .txt p a {
    color: #333333;
  }
  #main .recommend-more {
    position: relative;
    background: #ffffff;
    padding: 30px 29px 20px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 35px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main .recommend-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px;
    border-bottom: 1px solid #f3f3f3;
    margin: 0 20px 10px 20px;
  }
  #main .recommend-more p {
    margin: 0 20px 1em 20px;
    padding-bottom: 20px;
  }
  #main .recommend-more .btn_center {
    /* border: 1px solid #aaa; */
    width: 100%;
    text-align: center;
  }
  #main .recommend-more img {
    max-width: 100%;
    height: auto;
  }
  #main .recommend-more p img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  #main .recommend-more ol {
    margin: auto auto 1em 3em;
    padding: 0 10px;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .recommend-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0 10px;
    list-style-type: disc;
    zoom: auto;
  }
  #main .recommend-more em {
    font-style: oblique;
  }
  /* おすすめ商品　詳細-------------*/
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main .recommend {
    position: relative;
    background: none;
    background: #fff;
    width: 100%;
    padding: 20px 0px 18px 0px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #main .recommend .recommend-tit-beauty-cosme,
  #main .recommend .recommend-tit-health-supple,
  #main .recommend .recommend-tit-season-etc {
    display: none;
  }
  #main .recommend .recommend_tit-beauty-cosme {
    background: url("/shared/images/home_tit-beauty-cosme.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend_tit-health-supple {
    background: url("/shared/images/home_tit-health-supple.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend_tit-season-etc {
    background: url("/shared/images/home_tit-season-etc.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend_tit-new-beauty-cosme {
    background: url("/shared/images/home_tit-new-beauty-cosme.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend_tit-new-health-supple {
    background: url("/shared/images/recommend_tit-new-health-supple.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend_tit-new-season-etc {
    background: url("/shared/images/recommend_tit-new-season-etc.gif") left top no-repeat;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-left: 15px;
  }
  #main .recommend .recommend-lis {
    padding-bottom: 0px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
  }
  #main .recommend .recommend-lis:nth-of-type(2), #main .recommend .recommend-lis:nth-of-type(3) {
    display: none;
  }
  #main .recommend .recommend-lis ul {
    font-size: 0;
    margin: 0 15px;
  }
  #main .recommend .recommend-lis ul li {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }
  #main .recommend .recommend-lis ul .img {
    display: inline-block;
    width: 30%;
    height: auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
  #main .recommend .recommend-lis ul .img img {
    margin: 15px 5%;
    max-width: 90%;
    height: auto;
  }
  #main .recommend .recommend-lis ul .txt {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 15px;
  }
  #main .recommend .recommend-lis ul .txt h4 {
    font-size: 13px;
  }
  #main .recommend .recommend-lis ul .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #main .recommend .recommend-lis ul .txt h4 a.new {
    background: url("/shared/images/ico_new.gif") left center no-repeat;
    padding-left: 38px;
    height: 16px;
  }
  #main .recommend .recommend-lis ul .txt p {
    font-size: 12px;
    margin-top: 8px;
  }
  #main .recommend .recommend-lis ul .txt p a {
    color: #333333;
  }
  #main .recommend-more {
    position: relative;
    background: #ffffff;
    width: 98%;
    padding: 20px 1%;
  }
  #main .recommend-more .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    margin: 0 5%;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  #main .recommend-more p {
    margin: 0 5% 1em 5%;
  }
  #main .recommend-more img {
    max-width: 100%;
  }
  #main .recommend-more ol {
    margin: auto auto 1em 3em;
    padding: 0 5%;
    list-style-type: decimal;
    zoom: auto;
  }
  #main .recommend-more ul {
    margin: auto auto 1em 2.9em;
    padding: 0 5%;
    list-style-type: disc;
    zoom: auto;
  }
  #main .recommend-more em {
    font-style: oblique;
  }
  /* おすすめ商品　詳細-------------*/
}
/*------------------------------------------------------------------------
  サイド
  --------------------------------------------------------------------------*/
/* おすすめ商品-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-recommend {
    position: relative;
    background: #fff url("/shared/images/side_bg-recommend.gif") left top no-repeat;
    padding: 61px 0 0 0;
    border: 3px solid #2a59a7;
    min-height: 65px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-recommend h3 {
    display: none;
  }
  #side .side-recommend ul {
    width: 100%;
  }
  #side .side-recommend ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-recommend ul li:last-child {
    border-bottom: none;
  }
  #side .side-recommend ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 18px center no-repeat;
    padding: 15px 0 15px 36px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-recommend {
    display: none;
  }
}
/* チラシ/おトク情報-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-flyers-deals {
    position: relative;
    background: #fff url("/shared/images/side_bg-flyers-deals.gif") left top no-repeat;
    padding: 61px 0 0 0;
    border: 3px solid #2a59a7;
    min-height: 65px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-flyers-deals h3 {
    display: none;
  }
  #side .side-flyers-deals ul {
    width: 100%;
  }
  #side .side-flyers-deals ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-flyers-deals ul li:last-child {
    border-bottom: none;
  }
  #side .side-flyers-deals ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 18px center no-repeat;
    padding: 15px 0 15px 36px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-flyers-deals h3 {
    background: #2a59a7;
    padding: 20px 15px;
  }
  #side .side-flyers-deals ul {
    width: 100%;
  }
  #side .side-flyers-deals ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-flyers-deals ul li:last-child {
    border-bottom: none;
  }
  #side .side-flyers-deals ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 25px center no-repeat;
    padding: 15px 0 15px 45px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
/* 地域とのつながり"-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-link {
    position: relative;
    background: #fff url("/shared/images/side_bg-link.gif") left top no-repeat;
    padding: 61px 0 0 0;
    border: 3px solid #2a59a7;
    min-height: 45px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-link h3 {
    display: none;
  }
  #side .side-link ul {
    width: 100%;
  }
  #side .side-link ul li {
    width: 100%;
    border-bottom: none;
  }
  #side .side-link ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 18px center no-repeat;
    padding: 15px 0 15px 36px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-link {
    display: none;
  }
}
/* ニュース/イベント情報"-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-news {
    position: relative;
    background: #fff url("/shared/images/side_bg-news.gif") left top no-repeat;
    padding: 61px 0 0 0;
    border: 3px solid #2a59a7;
    min-height: 65px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-news h3 {
    display: none;
  }
  #side .side-news ul {
    width: 100%;
  }
  #side .side-news ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-news ul li:last-child {
    border-bottom: none;
  }
  #side .side-news ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 18px center no-repeat;
    padding: 15px 0 15px 36px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-news h3 {
    background: #2a59a7;
    padding: 20px 15px;
  }
  #side .side-news ul {
    width: 100%;
  }
  #side .side-news ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-news ul li:last-child {
    border-bottom: none;
  }
  #side .side-news ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 25px center no-repeat;
    padding: 15px 0 15px 45px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
}
/* 人気コスメランキング-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-ranking {
    position: relative;
    background: #fff url("/shared/images/side_bg-ranking.gif") left top no-repeat;
    padding: 61px 12px 17px 12px;
    border: 1px solid #ede4c9;
    min-height: 61px;
    margin-bottom: 20px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-ranking h3 {
    display: none;
  }
  #side .side-ranking ul {
    width: 210px;
  }
  #side .side-ranking ul li {
    margin: 11px 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #f3f3f3;
  }
  #side .side-ranking ul li .img {
    position: relative;
    display: inline-table;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border: 1px solid #f4d0d0;
    text-align: center;
  }
  #side .side-ranking ul li .img img {
    margin: 5px;
    max-width: 60px;
    height: 60px;
  }
  #side .side-ranking ul li .txt {
    display: inline-table;
    vertical-align: top;
    width: 100px;
  }
  #side .side-ranking ul li .txt p {
    font-size: 10px;
    margin-top: 5px;
  }
  #side .side-ranking ul li .txt h4 {
    font-size: 12px;
    font-weight: bold;
  }
  #side .side-ranking ul li .txt h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  #side .side-ranking ul li .no {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    background: #f2997d;
    width: 22px;
    height: 22px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
  #side .side-ranking .side-btn-list {
    text-align: right;
    height: 25px;
    padding-top: 4px;
  }
  #side .side-ranking .side-btn-list a {
    display: inline-block;
    background: url("/shared/images/btn_list.gif") right top no-repeat;
    width: 78px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-ranking {
    display: none;
  }
}
/* SNS-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-sns {
    margin-bottom: 20px;
  }
  #side .side-sns ul li {
    margin-top: 10px;
  }
  #side .side-sns ul li:first-of-type {
    margin-top: 10px;
  }
  #side .side-sns ul li a img {
    border-radius: 8px;
    width: 100%;
  }
  #side .side-health {
    margin-bottom: 26px;
  }
  #side .side-health ul li {
    margin-top: 0;
  }
  #side .side-health img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-sns,
  #side .side-health {
    display: none;
  }
}
/* マルエ ウェルネスch-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-movie {
    background: #fff url("/shared/images/side_bg-movie.gif") left top no-repeat;
    padding: 61px 12px 11px 12px;
    border: 1px solid #ede4c9;
    min-height: 61px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-movie h3 {
    display: none;
  }
  #side .side-movie .youtube {
    margin-top: 15px;
  }
  #side .side-movie .youtube iframe {
    width: 184px;
    height: 102px;
    border: 0;
  }
  #side .side-movie .txt {
    /*margin-top:15px;*/
    font-size: 11px;
  }
  #side .side-movie .img a {
    display: block;
    background: url("/shared/images/side_bana-youtube.gif") left center no-repeat;
    width: 184px;
    height: 25px;
    margin-top: 10px;
  }
  #side .side-movie .img img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-movie {
    display: none;
  }
}
/*@media screen and (max-width: 767px) {/*767px以下用
	  #side .side-movie{
		  padding:24px 0 26px 0;
		  border-top:1px solid #dad1a5;
		  border-bottom:1px solid #dad1a5;
		  margin:0 5px 24px 5px;
		  }
		  #side .side-movie h3{
			  display:none;
			  }
		  #side .side-movie .youtube{
			  display:none;
			  }
			  #side .side-movie .youtube iframe{
				  border:0;
				  }
		  #side .side-movie .txt{
			  display:none;
			  }
		  #side .side-movie .img{
			  margin:0 10px;
			  }
			  #side .side-movie .img img{
				  display:block;
				  max-width:100%;
				  margin:0 auto;
				  }
	  } */
/* マルエのスマホアプリ-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-app {
    position: relative;
    background: #fff url("/shared/images/side_bg-app.gif") left top no-repeat;
    padding: 61px 12px 17px 12px;
    border: 1px solid #ede4c9;
    min-height: 61px;
    margin-bottom: 20px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-app h3 {
    display: none;
  }
  #side .side-app .app {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 11px 0;
  }
  #side .side-app .app .app_img {
    width: 30%;
  }
  #side .side-app .app .app_img img {
    width: 100%;
  }
  #side .side-app .app .app_txt {
    width: 65%;
    text-align: left;
    vertical-align: middle;
  }
  #side .side-app .app .app_txt h4 {
    margin-top: 10px;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 13px;
    font-weight: bold;
    color: #2e59a7;
  }
  #side .side-app .app .app_txt p {
    font-size: 11px;
    margin-top: 5px;
  }
  #side .side-app .app_bnr img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #aaa;
  }
  #side .side-app .app_bnr img:first-child {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-app {
    display: none;
  }
}
/* パート・アルバイト採用バナー-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  .fixed {
    position: fixed !important;
    top: 10px !important;
  }
  .side_bana {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 100;
  }
  #side .side_recruit .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .side_bana {
    display: none;
  }
  #side .side_recruit {
    padding: 0 0 26px 0;
    border-bottom: 1px solid #dad1a5;
    margin: 0 5px 24px 5px;
    border-radius: 6px;
  }
  #side .side_recruit .img {
    margin: 0 10px;
  }
  #side .side_recruit .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* ツイート-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-tweets {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-tweets {
    display: none;
  }
}
/* バナー2-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-bana2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-bana2 {
    text-align: center;
    margin: 25px 5px 30px 5px;
  }
  #side .side-bana2 ul {
    margin-left: -3px;
  }
  #side .side-bana2 ul li {
    display: inline-block;
    width: 23%;
    margin-left: 3px;
    margin-bottom: 5px;
  }
  #side .side-bana2 ul li a {
    margin: 0;
    padding: 0;
  }
  #side .side-bana2 ul li img {
    max-width: 100%;
    height: auto;
  }
}
/*///////////////////// シングルページ///////////////////// */
/* 共有-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single .contents {
    position: relative;
    background: #ffffff;
    padding: 27px 29px 18px 29px;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main-single .contents {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px 18px 0px;
    border-bottom: 1px solid #ede4c9;
  }
}
/* マルエの想い　健康企業宣言-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single .think p.logo {
    margin-bottom: 60px;
    margin-top: 30px;
    text-align: center;
  }
  #main-single .health p.logo img {
    width: 448px;
    height: auto;
  }
  #main-single .think p.map {
    margin-bottom: 40px;
    text-align: center;
  }
  #main-single .think p.copy {
    text-align: center;
    margin-bottom: 50px;
  }
  #main-single .health p.copy img {
    width: 114px;
    height: auto;
    margin: 30px 5px 0;
  }
  #main-single .think .txt-box p {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 620px;
  }
  #main-single .health .txt-box p {
    font-size: 1.4em;
    line-height: 2;
  }
  #main-single .health .logos {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
  #main-single .health .logos img {
    max-width: initial;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main-single .think p.logo {
    margin-bottom: 30px;
    text-align: center;
  }
  #main-single .health p.logo img {
    margin-top: 20px;
    width: 300px;
    height: auto;
  }
  #main-single .think p.map {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  #main-single .think p.copy {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #main-single .health p.copy img {
    width: 90px;
    height: auto;
    margin: 10px 5px 0px;
  }
  #main-single .think .txt-box p {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #main-single .think img {
    max-width: 100%;
    height: auto;
  }
}
/* 会社情報-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single .corporate #tabnavi ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #tabnavi li {
    float: left;
    margin-top: 25px;
    margin-right: 2px;
  }
  #tabnavi li:last-child {
    margin-right: 0;
  }
  #main-single .corporate {
    margin-top: 25px;
  }
  #main-single .corporate .message h3 {
    text-align: center;
    margin: 50px 0;
  }
  #main-single .corporate .message .copy {
    width: 620px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #main-single .corporate .message .map {
    text-align: center;
  }
  #main-single .corporate .message .photo {
    text-align: center;
    margin-bottom: 50px;
  }
  #main-single .corporate .company table {
    width: 620px;
    margin: 0 auto;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #main-single .corporate .company tr {
    border-bottom: 1px solid #e5e5e5;
  }
  #main-single .corporate .company td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-single .corporate .company th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 50px;
  }
  #main-single .corporate .company .map {
    margin-bottom: 50px;
    text-align: center;
  }
  #main-single .corporate .company .map img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .corporate-main-img img {
    max-width: 100%;
    height: auto;
  }
  #tab_menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #tab_menu img {
    display: none;
  }
  #tab_menu li {
    margin-bottom: 2px;
    background: #2a59a7;
    width: 100%;
  }
  #tab_menu li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    /* 背景拡張 */
    padding: 10px 15px;
  }
  #tab_menu li a:before {
    content: attr(data-label);
  }
  #tab_menu li a:hover {
    color: #fff;
    background: #7194cd;
  }
  /* 画像消し */
  /* テキストを表示 */
  #main-single .corporate .message h2 img {
    margin-left: 15px;
  }
  #main-single .corporate .message h3 {
    text-align: center;
    margin: 50px 0;
  }
  #main-single .corporate .message h3 img {
    max-width: 100%;
    height: auto;
  }
  #main-single .corporate .message .copy {
    margin: 0 20px;
    margin-bottom: 40px;
  }
  #main-single .corporate .message .map {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 0 20px;
  }
  #main-single .corporate .message .photo {
    text-align: center;
    margin-bottom: 50px;
  }
  #main-single .corporate .message .map img,
  #main-single .corporate .message .photo img {
    max-width: 100%;
    height: auto;
  }
  #main-single .corporate .company h2 img {
    margin-left: 15px;
  }
  #main-single .corporate .company table {
    margin: 30px 20px 50px;
  }
  #main-single .corporate .company tr {
    border-bottom: 1px solid #e5e5e5;
  }
  #main-single .corporate .company td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-single .corporate .company th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 50px;
  }
  #main-single .corporate .company td {
    margin-right: 20px;
  }
  #main-single .corporate .company .map {
    text-align: center;
    margin: 0 20px 40px;
  }
  #main-single .corporate .company .map img {
    max-width: 100%;
    height: auto;
  }
}
/* お問い合わせ-------------*/
.form-btn[type=reset], .form-btn[type=button], .form-btn[type=submit] {
  overflow: visible;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  min-width: 220px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 3px;
}
.form-btn[type=reset], .form-btn[type=button] {
  border: 1px solid #C3C3C3;
  background-color: #C3C3C3;
  color: #fff;
}
.form-btn[type=submit] {
  border: 1px solid #2A59A7;
  background-color: #2A59A7;
  color: #fff;
}
.form-btn[type=reset]:hover, .form-btn[type=button]:hover {
  background-color: #FFF;
  color: #C3C3C3;
}
.form-btn[type=submit]:hover {
  background-color: #FFF;
  color: #2A59A7;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  .contact .copy {
    margin: 45px 0;
    padding: 0;
    text-align: center;
  }
  .contact .copy2 {
    margin: 25px 0;
    padding: 0;
    text-align: center;
  }
  .contact section.contact-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
  }
  .contact section.contact-block:last-child {
    border: none;
    padding-bottom: 0;
  }
  .contact section h3.subtit {
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
  }
  .contact section h3.subtit_txt {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-size: 24px;
  }
  .contact section div.tel {
    width: 640px;
    margin: 0 auto;
    padding: 30px 0px 30px;
    background: #2958a6;
    text-align: center;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .contact section div.tel img {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .contact .caution {
    padding-bottom: 10px;
    text-align: center;
  }
  .contact .txt-red {
    color: #e87d59;
  }
  .contact-form-inner {
    background: #faf4de url("/shared/images/back.jpg") top repeat;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .contact-form-inner .txt-red {
    font-size: 10px;
    padding-left: 3px;
  }
  .bg_none {
    background: transparent url("/") top repeat;
  }
  .contact-form-inner section {
    border-bottom: 1px solid #e6dcbd;
    padding: 20px 0;
    overflow: hidden;
  }
  .contact-form-inner section:last-child {
    border: 0;
  }
  .contact-form-inner section h3 {
    float: left;
    text-align: left;
    width: 150px;
    font-weight: bold;
    margin-left: 30px;
  }
  .contact-form-inner section p,
  .contact-form-inner section ul {
    float: left;
  }
  .contact-form-inner section textarea {
    float: left;
    border: 1px solid #cdbf92;
  }
  .contact-form-inner section input {
    border: 1px solid #cdbf92;
  }
  /* 入力欄の設定 */
  .form-name input {
    width: 280px;
  }
  .form-code input {
    width: 100px;
  }
  .form-address input {
    width: 400px;
  }
  .form-mail input {
    width: 400px;
    margin-bottom: 5px;
  }
  .form-age input {
    width: 70px;
    margin-right: 5px;
  }
  .form-radio input {
    width: 15px;
  }
  .contact-form-inner .form-others textarea {
    width: 460px;
    height: 7em;
    line-height: 1.5em;
  }
  .form-btn-outline button {
    border: none;
    /*枠を消す*/
    background: #fff;
  }
  .form-btn-outline ul {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .form-btn-outline li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  .contact .copy,
  .contact .copy2 {
    margin: 15px 0 25px 20px;
    padding: 0;
  }
  .contact h2 img {
    margin-left: 15px;
  }
  .contact section.contact-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
  }
  .contact section.contact-block:last-child {
    border: none;
    padding-bottom: 0;
  }
  .contact section h3.subtit {
    margin: 0 0 15px 20px;
    padding: 0;
    text-align: left;
  }
  .contact section h3.subtit img {
    max-width: 100%;
    height: auto;
  }
  .contact section h3.subtit_txt {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .contact section div.tel {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 30px;
    background: #2958a6;
    text-align: center;
  }
  .contact section div.tel img {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .contact .caution {
    padding-bottom: 10px;
    text-align: left;
    margin-left: 20px;
  }
  .contact .txt-red {
    color: #e87d59;
  }
  .contact-form-inner .txt-red {
    font-size: 10px;
    padding-left: 3px;
  }
  .contact-form-inner section {
    border-bottom: 1px solid #e6dcbd !important;
    padding: 20px 0;
    overflow: hidden;
  }
  .contact-form-inner section h3 {
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .contact-form-inner section p,
  .contact-form-inner section ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact-form-inner section textarea {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #cdbf92;
  }
  .contact-form-inner section input {
    border: 1px solid #cdbf92;
  }
  .contact-form-inner .form-name input {
    width: 280px;
  }
  .contact-form-inner .form-code input {
    width: 100px;
  }
  .contact-form-inner .form-address input {
    width: 100%;
  }
  .contact-form-inner .form-mail input {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact-form-inner .form-age input {
    width: 70px;
  }
  .contact-form-inner .form-others textarea {
    width: 90%;
    height: 7em;
    line-height: 1.5em;
  }
  /* 入力欄の設定 */
  .form-btn-outline button {
    border: none;
    /*枠を消す*/
    background: #fff;
  }
  .form-btn-outline ul {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .form-btn-outline li {
    margin-bottom: 10px;
  }
}
/* プライバシーポリシー-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single .privacypolicy .txt-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 0px 3px;
    text-align: left;
    padding: 0px 15px;
    color: #494949;
    background: transparent;
    border-left: solid 3px #2A59A7;
  }
  #main-single .privacypolicy .txt-box .privacypolicy-item {
    margin: 15px 0 40px;
  }
  #main-single .privacypolicy .txt-box h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  #main-single .privacypolicy .txt-box h5 {
    font-weight: bold;
    padding-left: 21px;
    padding-bottom: 0.75em;
  }
  #main-single .privacypolicy .txt-box p {
    text-align: justify;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 21px;
    margin-bottom: 20px;
  }
  #main-single .privacypolicy .txt-box ol {
    list-style: decimal;
    margin-left: 1.7em;
    padding-bottom: 1em;
  }
  #main-single .privacypolicy .txt-box ol ul,
  #main-single .privacypolicy .txt-box ol ol {
    margin-left: 0em;
    padding-left: 1em;
    padding-bottom: 0em;
  }
  #main-single .privacypolicy .txt-box ol ul li,
  #main-single .privacypolicy .txt-box ol ol li {
    margin-bottom: 5px;
  }
  #main-single .privacypolicy .txt-box ol li {
    margin-bottom: 0.5em;
  }
  #main-single .privacypolicy .txt-box li {
    margin-bottom: 5px;
    padding-left: -15px;
    line-height: 1.7;
  }
  #main-single .privacypolicy .txt-box ul {
    list-style: none;
    margin: 0px;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  #main-single .privacypolicy .txt-box ul ul,
  #main-single .privacypolicy .txt-box ul ol {
    padding-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main-single .privacypolicy .txt-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 0px 31px;
    padding: 0px 11px;
    border-left: solid 3px #2A59A7;
  }
  #main-single .privacypolicy .txt-box .privacypolicy-item {
    margin: 15px 30px;
  }
  #main-single .privacypolicy .txt-box h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin-left: 21px;
  }
  #main-single .privacypolicy .txt-box h5 {
    font-weight: bold;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }
  #main-single .privacypolicy .txt-box p {
    margin: 0px 20px 10px 0;
    padding-left: 1em;
  }
  #main-single .privacypolicy .txt-box ol {
    list-style: decimal;
    margin: 0;
    padding-left: 1.7em;
  }
  #main-single .privacypolicy .txt-box ol ul,
  #main-single .privacypolicy .txt-box ol ol {
    margin-left: 0em;
    padding-left: 0em;
  }
  #main-single .privacypolicy .txt-box ul {
    margin: 0;
    padding-left: 23px;
    padding-bottom: 1em;
  }
}
/* 店舗案内-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #main-single .store-intro {
    position: relative;
    background: #ffffff;
    border: 1px solid #ede4c9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .store-intro-copy {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #main-single .store-search {
    position: relative;
    background: #ffffff;
    border: 3px solid #2c5ba9;
    margin-bottom: 45px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #main-single .store-search h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main-single .store-search section {
    width: 630px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #main-single .store-search section:last-child {
    border: none;
  }
  #main-single .store-search section h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
  }
  #main-single .store-search section li {
    background: url(/shared/images/store_icon.png) left top no-repeat scroll;
    padding-left: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
    width: 150px;
  }
  #main-single .store-search section li:nth-child(4n) {
    width: 90px;
  }
  #main-single .store-search section ul.shisetsu li {
    background: url(/shared/images/store_icon.png) left top no-repeat scroll;
    padding-left: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
    width: 250px;
  }
  #main-single .store-search section li a {
    text-decoration: none;
    color: #333333;
  }
  #main-single .store-search section li :hover {
    text-decoration: none;
    color: #2c5ba9;
  }
  #main-single .store h2 {
    margin-bottom: 20px;
  }
  #main-single .store h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #2c5ba9;
    padding-top: 20px;
  }
  #main-single .store h3.first {
    border: none;
    padding-top: 0px;
  }
  #main-single .store h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 580px;
    background: #dfdfdf;
    padding: 15px 20px;
    border-radius: 25px;
    /* CSS3草案 */
    -webkit-border-radius: 25px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;
    /* Firefox用 */
  }
  #main-single .store table.store-list {
    border: 1px solid #dfdfdf;
    margin: 0 auto;
    padding: 0;
    width: 620px;
    margin-bottom: 40px;
  }
  #main-single .store table.store-list th,
  #main-single .store table.store-list td {
    padding: 20px 20px;
    border-bottom: 1px solid #dfdfdf;
  }
  #main-single .store table.store-list th {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    width: 155px;
    border-right: 1px solid #dfdfdf;
    background: #ebf4fb;
    text-align: left;
  }
  #main-single .store table.store-list .store-map {
    margin-top: 10px;
  }
  #main-single .store-notice {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #2c5ba9;
    border-radius: 6px;
    font-size: 0.85em;
  }
  #main-single .store-qualification {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #2c5ba9;
    border-radius: 6px;
    font-size: 0.85em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333333;
  }
  #main-single .store-qualification .qualification_img {
    width: 20%;
  }
  #main-single .store-qualification .qualification_img img {
    width: 100%;
  }
  #main-single .store-qualification .qualification_txt {
    width: 65%;
  }
  #main-single .store-qualification .qualification_ico {
    justify-items: center;
    display: flex;
    margin-right: 5px;
  }
  #main-single .store-qualification .qualification_ico img {
    width: 7px;
  }
  .store-intro .store-intro-map {
    /* googlemap表示カスタム */
    margin: 0 auto;
    padding: 0;
    background: #666;
  }
  .store-intro-map-inner {
    /* googlemap表示カスタム */
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .store-intro .store-intro-map iframe {
    /* googlemap表示カスタム */
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #main-single .contents {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 20px 0px 18px 0px;
    border-bottom: 1px solid #ede4c9;
  }
  #main-single .store-intro {
    position: relative;
    background: #ffffff;
    border: 1px solid #ede4c9;
    margin-bottom: 30px;
  }
  .store-intro-copy {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .store-intro-copy img {
    max-width: 100%;
    height: auto;
  }
  .store-intro-map {
    display: none;
  }
  #main-single .store-search {
    position: relative;
    background: #ffffff;
    border-top: 5px solid #2c5ba9;
    border-bottom: 5px solid #2c5ba9;
    margin-bottom: 30px;
  }
  #main-single .store-search h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 10px;
  }
  #main-single .store-search section {
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #main-single .store-search section:last-child {
    border: none;
  }
  #main-single .store-search section h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    margin-left: 20px;
  }
  #main-single .store-search section ul {
    margin-left: 20px;
  }
  #main-single .store-search section li {
    background: url(/shared/images/store_icon.png) left top no-repeat scroll;
    padding-left: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
    width: 40%;
  }
  #main-single .store-search section li a {
    text-decoration: none;
    color: #333333;
  }
  #main-single .store-search section li :hover {
    text-decoration: none;
    color: #2c5ba9;
  }
  #main-single .store h2 {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  #main-single .store h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #2c5ba9;
    padding-top: 20px;
    padding-left: 10px;
  }
  #main-single .store h3.first {
    border: none;
    padding-top: 0px;
  }
  #main-single .store h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: #dfdfdf;
    padding: 15px 20px;
  }
  #main-single .store table.store-list {
    border: 1px solid #dfdfdf;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #main-single .store table.store-list th,
  #main-single .store table.store-list td {
    padding: 20px 20px;
    border-bottom: 1px solid #dfdfdf;
  }
  #main-single .store table.store-list th {
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
    width: 40%;
    border-right: 1px solid #dfdfdf;
    background: #ebf4fb;
    text-align: left;
  }
  #main-single .store table.store-list .store-map {
    margin-top: 10px;
  }
  #main-single .store-notice {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #2c5ba9;
    border-radius: 6px;
    font-size: 0.85em;
  }
  #main-single .store-qualification {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #2c5ba9;
    border-radius: 6px;
    font-size: 0.85em;
    display: block;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333333;
    position: relative;
  }
  #main-single .store-qualification .qualification_img {
    width: 80%;
  }
  #main-single .store-qualification .qualification_img img {
    width: 100%;
  }
  #main-single .store-qualification .qualification_txt {
    width: 80%;
    margin-top: 10px;
  }
  #main-single .store-qualification .qualification_ico {
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0);
    right: 10px;
  }
  #main-single .store-qualification .qualification_ico img {
    width: 10px;
  }
  .store-intro store-intro-map {
    margin: 0 auto;
    padding: 0;
  }
  .store-intro store-intro-map iframe {
    border: none;
  }
}
/* 創立70周年ムービー -------------*/
#content .founded_70th .founded_70th_border {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#content .founded_70th .founded_70th_box h3 {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 25px;
}
#content .founded_70th .founded_70th_box iframe {
  width: 100%;
}
#content .founded_70th .founded_70th_box h3 span {
  line-height: 2.2;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
  #content .founded_70th .founded_70th_box h3 {
    max-width: 200px;
  }
  #content .founded_70th .founded_70th_box h3 span {
    font-size: 13px;
  }
  #content .founded_70th iframe {
    height: 371px;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #content .founded_70th {
    margin-bottom: 30px;
  }
  #content .founded_70th .founded_70th_box h3 {
    max-width: 180px;
  }
  #content .founded_70th .founded_70th_box h3 span {
    font-size: 11px;
  }
  #content .founded_70th iframe {
    height: 200px;
  }
}
/* 独立開業支援-------------*/
.startup_tit1 {
  color: #2958a6;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.startup_list {
  margin-left: 15px;
  font-size: 15px;
}
.startup_list li {
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #ffcdbd 30%);
}
.startup_list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #2958a6;
  border-radius: 50%;
  margin-right: 5px;
}

.startup_content {
  border: 3px solid #F8A488;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  /*768px以上用 */
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
  　	ウェルネス通信　
  ＝＝＝＝＝＝＝＝＝＝＝＝*/
/* ウェルネス通信　 詳しく見るボタン */
.blog_wellness_pdf_btn {
  max-width: 250px;
  box-sizing: border-box;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}
.blog_wellness_pdf_btn a {
  display: block;
  background-color: #f6a486;
  color: #ffffff;
  line-height: 35px;
  text-decoration: none;
  border-radius: 5px;
}
.blog_wellness_pdf_btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
  width: 15px;
}
.blog_wellness_pdf_btn a:hover {
  background-color: #3260aa;
}
.blog_wellness_pdf_btn.--small {
  max-width: 150px;
  margin: 2rem 0 0;
}
.blog_wellness_pdf_btn p {
  font-size: 11px;
}

/* コンテンツ部分のレイアウト調整 */
.wellness_contents {
  text-align: center;
}

/* PFD画像の調整 */
.wellness_image {
  max-width: 420px;
  width: 100%;
  height: auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
  　	single page 一覧へ戻る青ボタン
  ＝＝＝＝＝＝＝＝＝＝＝＝*/
.single_back_btn {
  max-width: 150px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 1rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
.single_back_btn a {
  display: block;
  background-color: #3260aa;
  color: #ffffff;
  line-height: 35px;
  text-decoration: none;
  border-radius: 5px;
}

.single_pre_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_title_icon {
  width: 38px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .post_title_icon {
    width: 8vw;
    padding-left: 2vw;
  }
}
.post_title_under_line {
  width: 100%;
  height: 13px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
  　	home ウェルネス・マルナビ
  ＝＝＝＝＝＝＝＝＝＝＝＝*/
.home_blog_title {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2rem;
  color: #2a59a7;
  line-height: 44px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .home_blog_title {
    font-size: 4.4vw;
    position: relative;
  }
  .home_blog_btn-list a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-wellness_img {
  max-width: 180px;
  width: 100%;
}

.home-marunavi_img {
  max-width: 200px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 0.25rem;
}

#main .home_blog_wrap .home_blog_2clm h4.marunavi_tit a {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main .home_blog_wrap .home_blog_2clm h4.marunavi_tit a {
    font-size: 13px;
  }
}
.home_blog_wrap {
  display: flex;
  justify-content: space-between;
}

.home_blog_2clm {
  width: 40%;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 27px 29px 18px 29px;
  border: 1px solid #ede4c9;
  margin-bottom: 25px;
  border-radius: 10px;
}

/* home 丸アイコンの発行年月部分 */
.home_wellness_contents_area {
  position: relative;
}

.home_wellness_circle_icon {
  background-color: #fff;
  border-radius: 50%;
  border: 1.5px solid #2a59a7;
  height: 85px;
  width: 85px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-178%);
  text-align: center;
  padding: 1rem 0;
  box-sizing: border-box;
  line-height: 1;
}

.home_wellness_year {
  color: #2a59a7;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W6";
}

.home_wellness_month {
  color: #2a59a7;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W6";
}

/* home 丸アイコンの発行年月部分　ここまで */
.home_blog_wrap .home_blog_2clm ul li.home_blog_contents {
  border-bottom: none;
}

.home_blog_contents .tit {
  font-weight: 500;
  font-size: 1rem;
}
.home_blog_contents .img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .home_blog_wrap {
    display: block;
  }
  .home_blog_2clm {
    width: 100%;
  }
  .home_blog_contents .img {
    padding: 1rem 0 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
  　	ブログ記事 ウェルネス・マルナビ
  ＝＝＝＝＝＝＝＝＝＝＝＝*/
#main div.news-press-release ul.news-lis-press-release .date {
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  text-align: right;
  margin-bottom: 30px;
}

/* マルナビ　ウェルネス　side アーカイブ"-------------*/
@media screen and (min-width: 768px) {
  /*768px以上用 */
  #side .side-mv_well {
    position: relative;
    /* background: #fff url("/shared/images/side_bg-news.gif") left top no-repeat; */
    background-color: #fff;
    font-weight: 700;
    /* padding: 61px 0 0 0; */
    border: 3px solid #2a59a7;
    min-height: 65px;
    margin-bottom: 24px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #side .side-mv_well h3 {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.125rem;
    background: #2a59a7;
    padding: 20px 15px;
    text-align: center;
    font-weight: 700;
  }
  #side .side-mv_well ul {
    width: 100%;
  }
  #side .side-mv_well ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-mv_well ul li:last-child {
    border-bottom: none;
  }
  #side .side-mv_well ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 18px center no-repeat;
    padding: 15px 0 15px 36px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
  ul.backnumber li:not(:first-child) a {
    display: block;
  }
  ul.backnumber li:not(:first-child) a::after {
    content: "まとめ";
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /*767px以下用 */
  #side .side-mv_well h3 {
    background: #2a59a7;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
  }
  #side .side-mv_well ul {
    width: 100%;
  }
  #side .side-mv_well ul li {
    width: 100%;
    border-bottom: 1px solid #ede4c9;
  }
  #side .side-mv_well ul li:last-child {
    border-bottom: none;
  }
  #side .side-mv_well ul li a {
    display: block;
    background: url("/shared/images/ico_s2.png") 25px center no-repeat;
    padding: 15px 0 15px 45px;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
  }
  ul.backnumber li:not(:first-child) a {
    display: block;
  }
  ul.backnumber li:not(:first-child) a::after {
    content: "まとめ";
    display: inline-block;
  }
}
/* page-topのピンク帯のブログタイトルエリア */
.page_top_blog_title_area {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.9rem;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}
.page_top_blog_title_area img {
  vertical-align: top;
}

/* 記事のタイトル部分 */
.blog_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.75rem;
  color: #2a59a7;
  line-height: 44px;
  font-weight: 700;
}

/* テキスト位置を右に */
.blog_txt_right {
  text-align: right;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
  　マルナビ タイトル
  ＝＝＝＝＝＝＝＝＝＝＝＝*/
.marunavi_ttl_area {
  border-radius: 15px;
  border: 3.8px solid #2a59a7;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  position: relative;
}
.marunavi_ttl_area::before {
  content: "";
  display: block;
  background: url("/shared/images/marunavi_right_dotte.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: -8px;
  width: 113px;
  height: 159px;
  z-index: -1;
}
.marunavi_ttl_area::after {
  content: "";
  display: block;
  background: url("/shared/images/marunavi_left_dotte.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -8px;
  top: 8px;
  width: 103px;
  height: 147px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .marunavi_ttl_area {
    margin: 0 2%;
  }
}
.marunavi_sub_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.marunavi_sub_ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 283px;
  height: 25px;
  z-index: -1;
}
.marunavi_sub_ttl span {
  display: inline-block;
  position: relative;
}
.marunavi_sub_ttl span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fbd1c2;
  border-radius: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  z-index: -1;
}

@media screen and (max-width: 564px) {
  .marunavi_sub_ttl::before {
    width: 253px;
  }
}
.marunavi_main_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  background-color: #2a59a7;
  color: #fff;
  font-size: 3.4rem;
  width: 100%;
  border-radius: 10px;
  line-height: 1.8;
  padding-top: 0.5rem;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-10px);
}

.marunavi_ttl_area_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 1rem 0.75rem;
}

@media screen and (max-width: 564px) {
  .marunavi_ttl_area_wrap {
    display: block;
  }
}
.marunavi_ttl_area_left {
  width: 65%;
  display: flex;
}

@media screen and (max-width: 564px) {
  .marunavi_ttl_area_left {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.marunavi_ttl_area_left_icon {
  width: 50px;
  margin-right: 0.5rem;
}

@media screen and (max-width: 564px) {
  .marunavi_ttl_area_left_icon {
    display: none;
  }
  .marunavi_ttl_area_left_txt {
    text-align: center;
  }
}
.marunavi_ttl_area_right {
  text-align: center;
  width: 35%;
}

@media screen and (max-width: 564px) {
  .marunavi_ttl_area_right {
    width: 100%;
  }
}
.marunavi_ttl_area_insta_txt {
  line-height: 1.5;
  font-size: 0.625rem;
}

.marunavi_ttl_area_insta_img {
  max-width: 184px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.marunavi_ttl_area_insta_img img {
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 1rem 0;
  }
}
/*　マルナビ　記事　画像の下にマージン*/
.wp-block-image img {
  margin-bottom: 1.5rem;
}

/* ==========================================================================
  fiyers モーダルウィンドウ
  =========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 99999;
  /* overflow-y: scroll; */
}
.c-modal.open {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.no-scroll {
  overflow: hidden;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .c-modal_bg {
    height: 200vh;
  }
}
.c-modal_content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}

@media screen and (max-width: 1200px) {
  .c-modal_content {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .c-modal_content {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden;
    height: 100vh;
  }
}
@media screen and (max-width: 564px) {
  .c-modal_content {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-modal_content_inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
  overflow-y: scroll;
  height: 80vh;
}
.c-modal_content_inner img {
  width: 90%;
  margin: 0 auto;
}
.c-modal_content_inner .c-modal_close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 4%;
}
.c-modal_content_inner .c-modal_close p {
  line-height: 1;
}

@media screen and (max-width: 564px) {
  .c-modal_content_inner img {
    width: 100%;
    margin-top: 50px;
  }
}
.c-modal_open {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c-modal_open:hover {
  opacity: 0.7;
}
.c-modal_open:before {
  content: "+";
  display: block;
  color: #34db87;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}/*# sourceMappingURL=import.css.map */