<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Abel');


/*=================================================
コラム目次
=================================================*/
table.mokuzi{
  border-collapse:collapse;
}
th.mokuzi{
  color:#005ab3;
}
td.mokuzi{
  border-bottom:1px dashed #999;
}
th,tr:last-child td.mokuzi{
  border-bottom:2px solid #005ab3;
}
td,th.mokuzi{
  padding:7px;

}

a.mokuzi{
  text-decoration: none;
}

a:hover.mokuzi{
  color : #ff7043;
}


/*=================================================
アンケートキャンペーン
=================================================*/
.formbg {
  background: #EBF5CC;
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
.formbg {
  padding: 20px 0 30px;
  }
}

/*-------------------------
吹き出し見出し
--------------------------*/
.balloontitle {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.balloon {
  margin:0 15px 0 0;
}
.balloontext{
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  line-height: 1.6;
  color: #339900;
  font-weight: bold;
  font-size: 1.1em;
}

/* バルーン吹き出し */
.balloon{
  position: relative;
  font-family: 'Quicksand', 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  padding:5px;
  width: 50px;
  height: 50px;
  line-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size:2em;
  background-color: #339900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: flex-grow flex-shrink flex-basis ;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -2px;
  bottom: -2px;
  border-left: 20px solid #339900;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
.balloon{
  width: 42px;
  height: 42px;
  font-size:1.6em;
  }
}

/* 複数選択可アイコン */
.plural {
  font-size:0.75em;
  line-height:100%;
  border: 1px solid #858585;
  color: #858585;
  padding:2px 5px 1px;
  margin-left:7px;
  font-weight:normal;
  vertical-align:middle;
  white-space: nowrap;
}

/* 星レーティング */
.evaluation{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-bottom: 40px;
}
.evaluation input[type='radio']{
  display: none;
}
.evaluation label{
  position: relative;
  padding: 0 10px 0;
  color: gray;
  cursor: pointer;
  font-size: 48px;
  line-height: 100%;
}
.evaluation label .evatext{
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #444;
  line-height: 1.4;
}
.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type='radio']:checked ~ label{
  color: #ffcc00;
}
@media screen and (max-width: 640px) {
.evaluation label{
  padding: 0 5px 0;
  font-size: 28px;
  }
.evaluation label .evatext{
  top: 28px;
  }
}

/*=================================================
求人情報
=================================================*/
/* 募集職種タイトル */
.rectitle1 {
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  background: #3399CC;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 100%;
}
.rectitle2 {
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  background: #339900;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 100%;
}

.rectitle3 {
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  background: #FF66CC;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
.rectitle {
  padding: 10px 15px;
  font-size: 1.2em;
  }
}

/* テーブル */
.rectable dl {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  margin: 0;
}
.rectable dt {
  clear: left;
  float: left;
  width: 12%;
}
.rectable dd {
  margin-left: 13%;
}
@media screen and (max-width: 767px) {
.rectable dl {
  padding: 7px 0 5px;
  }
.rectable dt {
  width: 25%;
  }
.rectable dd {
  margin-left: 26%;
  }
}


/*=================================================
お問い合わせ
=================================================*/
/* フォームへのボタン */
.contactbtn {
  width: 100%;
  max-width: 420px;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.5em;
  cursor: pointer;
  padding: 18px 20px;
  text-decoration: none;
  color: #FFF;
  background: rgb(255,102,51);
  background: linear-gradient(0deg, rgba(255,102,51,1) 0%, rgba(255,159,23,0.8) 100%);
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  margin:5px 0;
  display: inline-block;
  transition: all .3s;
}

/* 連絡先ボックス */
.contactbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px dotted #FF6633;
  text-align: center;
}

/* お電話によるご注文 */
.contact_dial {
  font-size:2em;
  line-height:100%;
  padding:5px 0 8px;
  font-family: 'Quicksand', sans-serif;
}
.contact_dial:before {
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../image/contact/icon_dial.png) no-repeat;
  background-size:contain;
  padding-left:1.2em;
  vertical-align:bottom;
}
.contact_dial a{
  text-decoration:none;
  color:#FF6633;
  font-weight:500;
}

/* FAXによるご注文*/
.contact_fax {
  font-size:2em;
  line-height:100%;
  padding:5px 0 8px;
  font-family: 'Quicksand', sans-serif;
  text-decoration:none;
  color:#FF6633;
  font-weight:500;
}
.contact_fax:before {
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../image/contact/icon_fax.png) no-repeat;
  background-size:contain;
  padding-left:1.2em;
  vertical-align:bottom;
}
.contact_fax a{
  text-decoration:none;
  color:#FF6633;
  font-weight:500;
}

/* お客様相談専用ダイヤル */
.contact_dial2 {
  font-size:2em;
  line-height:100%;
  padding:5px 0 8px;
  font-family: 'Quicksand', sans-serif;
}
.contact_dial2:before {
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../image/contact/icon_dial2.png) no-repeat;
  background-size:contain;
  padding-left:1.2em;
  vertical-align:bottom;
}
.contact_dial2 a{
  text-decoration:none;
  color:#FF6633;
  font-weight:500;
}

/* メール */
.contact_mail {
  font-size:1.4em;
  line-height:100%;
  padding:5px 0 8px;
  font-family: 'Quicksand', sans-serif;
}
.contact_mail:before {
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../image/contact/icon_mail.png) no-repeat;
  background-size:contain;
  padding-left:1.2em;
  vertical-align:bottom;
}
.contact_mail a{
  text-decoration:none;
  color:#FF6633;
  font-weight:500;
}


/*=================================================
お友達ご紹介サービス
=================================================*/
/* 対象商品テーブル*/
.gifttable {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
}
.gifttable th {
  width: 25%;
  background: #EEE;
  padding: 10px;
  text-align: center;
  border: 1px solid #999;
  line-height: 100%;
}
.gifttable td {
  width: 75%;
  line-height: 100%;
  padding: 10px;
  border: 1px solid #999;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
.gifttable {
  font-size: 0.9em;
  }
.gifttable th,
.gifttable td {
  display:block;
  width:100%;
  border-top: none;
  }
.gifttable tr:first-child th {
  border-top: 1px solid #999;
  }
}

/* 項目カテゴリ分け*/
.formcat {
  width: 100%;
  margin: 30px 0 0;
  padding: 12px 15px;
  background: #999;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 100%;
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


/*=================================================
取扱商品
=================================================*/
/*-------------------------
商品カテゴリアンカーリンク
--------------------------*/
.category {
  width:100%;
  margin: auto;
  padding:20px 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  flex-wrap: wrap;
}
.category li {
  width: 16.66%;
  max-width:16.66%;
  width: calc(100% / 6);
  padding:0 5px;
  text-align: center;
  line-height: 1.4;
}
.category img {
  max-width: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
.category li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
.category li:nth-child(-n+3) {
  padding:0 5px 32px;
  }
}
@media screen and (max-width: 640px) {
.category li {
  font-size: 0.9em;
  }
.category img {
  max-width: 32px;
  margin-bottom: 8px;
  }
}

/* 健康食品・サプリメント */
.category_supp a{
  color: #3399CC;
  text-decoration: none;
}
.category_supp {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #3399CC;
  margin: 0;
}
.category_supp:before,
.category_supp:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_supp:before {
  border: solid 12px transparent;
  border-top: solid 12px #3399CC;
}
.category_supp:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/* 日用品・エコグッズ */
.category_goods a{
  color: #339900;
  text-decoration: none;
}
.category_goods {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #339900;
  margin: 0;
}
.category_goods:before,
.category_goods:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_goods:before {
  border: solid 12px transparent;
  border-top: solid 12px #339900;
}
.category_goods:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/* コスメ・ヘアケア */
.category_cosme a{
  color: #FF6666;
  text-decoration: none;
}
.category_cosme {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #FF6666;
  margin: 0;
}
.category_cosme:before,
.category_cosme:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_cosme:before {
  border: solid 12px transparent;
  border-top: solid 12px #FF6666;
}
.category_cosme:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/* ダイエットサポート */
.category_diet a{
  color: #339999;
  text-decoration: none;
}
.category_diet {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #339999;
  margin: 0;
}
.category_diet:before,
.category_diet:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_diet:before {
  border: solid 12px transparent;
  border-top: solid 12px #339999;
}
.category_diet:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/* 本・DVD・ヒーリング */
.category_books a{
  color: #996699;
  text-decoration: none;
}
.category_books {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #996699;
  margin: 0;
}
.category_books:before,
.category_books:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_books:before {
  border: solid 12px transparent;
  border-top: solid 12px #996699;
}
.category_books:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/* ペットフード・グッズ */
.category_cat a{
  color: #625954;
  text-decoration: none;
}
.category_cat {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #625954;
  margin: 0;
}
.category_cat:before,
.category_cat:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category_cat:before {
  border: solid 12px transparent;
  border-top: solid 12px #625954;
}
.category_cat:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.category_supp,
.category_goods,
.category_cosme,
.category_diet,
.category_books,
.category_cat {
  padding: 0 10px 10px;
}
@media screen and (max-width: 640px) {
.category_supp,
.category_goods,
.category_cosme,
.category_diet,
.category_books,
.category_cat {
  padding: 0 0 5px;
  }
}

/*-------------------------
各商品案内枠
--------------------------*/
.itemicon{
  width:100%;
  max-width:84px;
  margin-bottom: 10px;
}
#supp,
#goods,
#cosme,
#diet,
#books,
#cat {
  width: 100%;
  padding: 30px 20px 20px;
  margin: 40px 0 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
.itemicon{
  max-width:42px;
  }
#supp,
#goods,
#cosme,
#diet,
#books,
#cat {
  padding: 20px 15px 15px;
  margin: 20px 0 20px;
  }
}


/* 健康食品・サプリメント */
#supp {
  background: #3399CC;
}
.suppnote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#3399CC;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}
/* 日用品・エコグッズ */
#goods {
  background: #339900;
}
.goodsnote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#339900;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}
/* コスメ・ヘアケア */
#cosme {
  background: #FF6666;
}
.cosmenote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#FF6666;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}
/* ダイエットサポート */
#diet {
  background: #339999;
}
.dietnote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#339999;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}
/* 本・DVD・ヒーリング */
#books {
  background: #996699;
}
.booksnote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#996699;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}
/* ペットフード・グッズ */
#cat {
  background: #625954;
}
.catnote {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#625954;
  padding:3px 5px;
  margin: 0;
  font-weight:normal;
  vertical-align:middle;
}

/*-------------------------
商品並び
--------------------------*/
.itemwrap {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.itemwrap li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 15px 15px;
  box-sizing: border-box;
  line-height: 1.6;
}
.itemwrap li img {
  width:100%;
  max-width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.itemwrap li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 15px;
  box-sizing: border-box;
  }
}

/* NEWアイコン */
.itemwrap li{
  position: relative;
}
.new {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 64px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
.new {
  max-width: 48px;
  }
}
/* 商品名 */
.itemwrap h4{
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 5px 0;
}
@media screen and (max-width: 960px) {
.itemwrap h4{
  font-size: 1em;
  }
}
/* 商品説明 */
.itemwrap h5{
  font-size: 0.8em;
  line-height: 1.6;
}


/*=================================================
トップページ
=================================================*/
/*-------------------------
ヘッダー
--------------------------*/
.header_top {
  width: 100%;
  height: 680px;
  position: relative;
  color: #FFF;
  margin: 0 auto;
  background-image:url(../image/index/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.topcomment {
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%) translateY(-54%);
  padding:20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
.header_top {
  height: 480px;
  }
.topcomment img{
  max-width:320px; 
  }
}
@media screen and (max-width: 767px) {
.header_top {
  height: 300px;
  }
.topcomment img{
  max-width:200px; 
  }
}

/*-------------------------
TOPICS
--------------------------*/
.news a {
  display: block;
}
.news li {
  display: block;
  position: relative;
  padding: 18px 30px 12px 0;
  border-bottom: 1px solid #B7B7B7;
}
.news li a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.news li:first-child{
  border-top: 1px solid #B7B7B7;
}
.news li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0;
  border-top: solid 2px #B7B7B7;
  border-right: solid 2px #B7B7B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newscat {
  border: 1px solid #B7B7B7;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  color: #949494;
  line-height: 26px;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 0.85em;
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  margin-bottom: 5px;
}
.newsdate {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #FF550F;
  line-height: 100%;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 1.1em;
}
@media screen and (max-width: 640px) {
.news li {
  padding: 12px 25px 10px 0;
  }
.newscat {
  line-height: 18px;
  margin-right: 5px;
  font-size: 0.75em;
  width: 80px;
  height: 20px;
  }
.newsdate {
  width: 100%;
  margin-bottom: 5px;
  }
}
.news h3 {
  display: inline-block;
}

/*-------------------------
コラム更新枠
--------------------------*/
/* 執筆者一覧*/
.writers {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: stretch;
}
.writers li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0;
  box-sizing: border-box;
  margin:0 10px 0 0;
}
.writers li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.writers {
  flex-direction: column;
  display:block;
  }
.writers li {
  width:100%;
  max-width:100%;
  margin:0 0 20px 0;
  }
.writers li:last-child{
  margin:0 0 0 0;
  }
}

.toparticle {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
}
.toparticle_writer {
  width:100%;
  max-width:600px;
  margin:0 20px 0 0;
  background: #DAEDA3;
  padding: 20px 30px 30px;
}
.toparticle_archive {
  box-sizing: border-box;
  max-width: 100%;
  flex: 2;
}
@media screen and (max-width: 960px) {
.toparticle_writer {
  width:100%;
  max-width:420px;
  padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
.toparticle {
  flex-direction: column;
  display:block;
  }
.toparticle_writer {
  max-width:100%;
  margin:0 0 15px 0;
  padding: 15px 20px 20px;
  }
}

/* 執筆者紹介枠 */
.toparticle_writerbox {
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #FFF;
  box-shadow:0px 0px 5px 3px rgba(0,0,0,0.1);
  padding: 0;
}
.toparticle_writerbox2{
  padding: 15px;
  line-height: 1.6;
}
.toparticle_writerbox a{
  text-decoration: none;
  font-weight: normal;
  color: #333;
}

/* 記事アーカイブ枠 */
.archivebox {
  width:100%;
  margin: auto;
  padding:0 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.9em;
  line-height: 1.6;
}
.archivebox_img {
  width:120px;
  margin:0 15px 0 0;
}
.archivebox_text {
  box-sizing: border-box;
  max-width: 100%;
  flex: 2;
  padding-top: 5px;
}
.toparticle_archive a{
  text-decoration: none;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 640px) {
.archivebox_img {
  width:80px;
  }
}

.articlecat {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 100%;
  white-space: nowrap;
  font-size: 0.9em;
  padding: 2px 5px 3px;
  background: #99CC00;
}
.archivebox_text p {
  margin-bottom: 5px;
}

/*-------------------------
33周年記念メッセージ
--------------------------*/
.anniv {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.anniv_symb {
  width: 240px;
  margin: 0 20px 0 0;
}
.anniv_symb img{
  max-width: 240px;
}
.anniv_main {
  flex: 2;
  padding: 20px 0;
  background-image: url("../image/index/34th_fujimoto.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size:240px 240px;
}
.anniv_text {
  max-width: 420px;
}

/* ボタン */
.anniv_btn {
  position: relative;
  display: inline-block;
  padding: .3em 2em;
  background-color: #E8F404;
  border: 2px solid #393631;
  color: #393631;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  margin: 10px 5px;
  white-space: nowrap;
}
.anniv_btn::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #393631;
  transition: all .3s;
}
.anniv_btn:hover {
  background-color: #fff;
  color: #333;
}
.post-contents .anniv_btn:hover::after {
  border-left-color: #333;
}

@media screen and (max-width: 960px) {
.anniv_symb {
  width: 200px;
  }
.anniv_symb img{
  max-width: 200px;
}
.anniv_main {
  background-size:180px 180px;
  }
.anniv_btn {
  padding: .2em 2em;
  margin: 10px 5px 10px 0;
  font-size: 0.9em;
  }
}
@media screen and (max-width: 840px) {
.anniv_text {
  max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
.anniv {
  flex-direction: column;
  display:block;
  }
.anniv_symb {
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
  }
.anniv_main {
  flex: 2;
  background: none;
  }
.anniv_text {
  max-width: 100%;
  }
.anniv_btn {
  font-size: 1em;
  }
}
@media screen and (max-width: 420px) {
.anniv_symb img{
  max-width: 180px;
  }
}</pre></body></html>