@charset "utf-8";
/* Note: This file is compiled from global.less */
/* ---------------------------------------------------
 reset
--------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,
b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
html {
 font-size: medium;
 overflow-y: scroll;
}
body {
 font: 62.5%/1.6 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
 -webkit-text-size-adjust: 100%;
}
dt,dd,li,caption,th,td,h1,h2,h3,h4,h5,h6,p,address {
 font-size: 1.2em;
}
dd p,dd dt,dd dd,dd li,dd th,dd td,dd select,dd textarea,dd input,
li p,li dt,li dd,li li,li th,li td,li select,li textarea,li input,
td p,td dt,td dd,td li,td th,td td,td select,td textarea,td input,
p select,p input,p textarea {
 font-size: 1em;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
 display: block;
}
ol,ul {
 list-style: none;
}
blockquote,q {
 quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
 content: "";
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,td {
 vertical-align: top;
}
input,textarea,select {
 font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
}
input,textarea {
 margin: 0;
 font-size: 100%;
}
input[type="image"] {
 cursor: pointer;
 vertical-align: top;
}
textarea {
 resize: vertical;
}
address {
 font-style: normal;
 font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
 font-weight: bold;
}
img {
 vertical-align: top;
 -ms-interpolation-mode: bicubic;
}
object,embed,iframe {
 vertical-align: top;
 outline: none;
}
em,strong {
 font-style: normal;
 font-weight: bold;
}
sup,sub {
 font-size: 0.75em;
}
sup {
 vertical-align: super;
}
sub {
 vertical-align: sub;
}

/* ---------------------------------------------------
 clearfix
--------------------------------------------------- */
header:after,
footer:after,
section:after,
article:after,
aside:after,
nav:after,
#container:after,
#header:after,
#content:after,
#main:after,
#aside:after,
#footer:after,
.article:after,
.section:after,
.box:after,
.row:after,
.item:after {
  content: "";
  display: block;
  clear: both;
}
header,
footer,
section,
article,
aside,
nav,
#container,
#header,
#content,
#main,
#aside,
#footer,
.article,
.section,
.box,
.row,
.item {
  zoom: 1;
}

/* ----------------------------------------
 general
---------------------------------------- */
html,
body {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
}
a {
  color: #002b73;
}
a:hover {
  text-decoration: none;
}

/* ----------------------------------------
 container
---------------------------------------- */
#container {
  /* margin-bottom: -150px; */
  width: 100%;
  min-width: 960px;
  height: auto;
  /* background: #f4f1e4 url(../img/layout/container_bg01.png) repeat-y center top; */
}

/* ----------------------------------------
 header
---------------------------------------- */
#header {
 width: 100%;
 background: #fff;
 line-height: 1;
 z-index: 1000;
}
#header .header-inner {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 0 auto;
 width: 1020px;
 height: 110px;
}
#header .header-inner img {
 width: 100%;
}
#header .group {
 display: flex;
 align-items: center;
 position: relative;
}
#header .logo {
 padding: 0 12px;
 width: 90px;
}
#header .logo .link {
 display: block;
}
#header .logo .no-link {
 display: block;
}
#header .logo .link:hover {
 opacity: 0.7;
}
#header .sub-gnav {
 display: flex;
 justify-content: flex-end;
 font-size: 11px;
}
#header .sub-gnav .nav {
 position: relative;
}
#header .sub-gnav .nav:not(:last-of-type) {
 border-right: 1px solid #ddd;
}
#header .sub-gnav .nav .nav-link {
 display: block;
 padding: 6px 20px;
 color: #333;
 text-decoration: none;
}
#header .sub-gnav .nav .nav-link:hover {
 opacity: 0.8;
}

#header .header-gnav {
 background: #000;
}
#header .header-gnav .gnav {
 display: flex;
 align-items: center;
 margin: 0 auto;
 width: 1020px;
 font-weight: 700;
 font-size: 12px;
}
#header .header-gnav .gnav .nav {
 flex-basis: calc(100% / 5);
 border-right: 1px solid #555;
 text-align: center;
}
#header .header-gnav .gnav .nav:first-of-type {
 border-left: 1px solid #555;
}
#header .header-gnav .gnav .nav .nav-link {
 display: block;
 padding: 14px 0;
 color: #fff;
 text-decoration: none;
 line-height: 1.2;
}
#header .header-gnav .gnav .nav .nav-link:hover {
 opacity: 0.8;
}

#header .tenkaichi-gnav {
  background: #990209!important;
}
#header .tenkaichi-gnav .gnav .nav {
  flex-basis: calc(100% / 4)!important;
  border-right: 1px solid #fff!important;
}
#header .tenkaichi-gnav .gnav .nav:first-of-type {
  border-left: 1px solid #fff!important;
 }

/* ----------------------------------------
 content
---------------------------------------- */
#content {
  /* padding-bottom: 18px; */
  min-width: 960px;
}
#content-inner01 {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 18px;
  width: 1020px;
  background: #ffffff;
}
#content-inner02 {
  overflow: hidden;
}
/* ----------------------------------------
 breadcrumbs
---------------------------------------- */
#breadcrumbs {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 13px;
  position: relative;
}
#breadcrumbs li {
  margin-left: 3px;
  padding-left: 7px;
  float: left;
  line-height: 1.2;
  color: #868686;
  background: url(../img/layout/breadcrumbs_bg01.png) no-repeat left center;
  font-size: 1em;
}
#breadcrumbs .home {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* ----------------------------------------
 main
---------------------------------------- */
#main {
  float: right;
  width: 690px;
  padding: 0 0 40px;
}
.single-column #main {
  float: none;
  width: 100%;
}
/* ----------------------------------------
 aside
---------------------------------------- */
#aside {
  float: left;
  width: 205px;
}
#aside .local-nav .category-title {
  line-height: 1.2;
  color: #ffffff;
  background: #d8050f;
  font-size: 2em;
  font-weight: bold;
}
#aside .local-nav .category-title a {
  padding: 24px 13px 22px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
#aside .local-nav ul {
  border: 3px solid #dfddce;
  border-top: none;
  border-bottom-width: 2px;
}
#aside .local-nav li {
  border-bottom: 1px solid #dfddce;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
}
#aside .local-nav li a {
  padding: 17px 10px 15px;
  display: block;
}
#aside .local-nav li a:hover {
  background-color: #f8f8f4;
}
#aside .local-nav .current a,
#aside .local-nav .current a:hover {
  color: #000;
  background-color: #f0efe8;
  text-decoration: none;
}
#aside .banner-list {
  padding-top: 20px;
}
#aside .banner-list:first-child {
  padding-top: 0;
}
#aside .banner-list li {
  padding-bottom: 10px;
}
#aside .banner-list li:last-child {
  padding-bottom: 0;
}

/* ----------------------------------------
 group-link
---------------------------------------- */
#group-link {
 margin: 20px 0 0;
 padding: 3px 0;
 border-top: 3px solid #712915;
 border-bottom: 3px solid #712915;
 clear: both;
}
#group-link .group-link-inner {
 display: flex;
 justify-content: center;
 padding: 15px 0;
 border-top: 1px solid #712915;
 border-bottom: 1px solid #712915;
}
#group-link .group-link-inner li {
 padding: 0 30px;
}
#group-link .group-link-inner img {
 width: 118px;
}
#group-link .group-link-inner a {
 display: flex;
 align-items: center;
 text-decoration: none;
}
#group-link .group-link-inner a:hover {
 opacity: 0.7;
}

/* ----------------------------------------
 foot-nav
---------------------------------------- */
#foot-nav {
 padding: 18px 0 0;
 clear: both;
}
#foot-nav .foot-nav-inner {
 display: flex;
 justify-content: center;
}
#foot-nav .foot-nav-inner li {
 padding: 0 20px;
}
#foot-nav .foot-nav-inner a {
 display: flex;
 align-items: center;
 padding: 4px;
 font-size: 1.1em;
 color: #333;
}


/* ----------------------------------------
section
---------------------------------------- */
.section {
  margin-bottom: 40px;
  position: relative;
}
.section-near {
  margin-bottom: 30px;
}
.section-far {
  margin-bottom: 50px;
}
.section:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------
chapter
---------------------------------------- */
.chapter {
  margin-bottom: 40px;
  position: relative;
}
.chapter-near {
  margin-bottom: 30px;
}
.chapter-far {
  margin-bottom: 50px;
}
.chapter:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------
heading
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #000;
  zoom: 1;
}
.page-title {
  margin-bottom: 22px;
  padding-left: 11px;
  border-left: 7px solid #d8050f;
  font-size: 3.4em;
}
.section-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
  font-size: 2.2em;
}
.section-title span {
  padding-left: 9px;
  border-left: 4px solid #d8050f;
  display: block;
}
.subsection-title {
  margin-bottom: 9px;
  padding: 0 0 4px 14px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  color: #333;
  font-size: 1.8em;
}
.subsection-title span {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 4px;
  background-color: #d8050f;
}
/* ----------------------------------------
paragraph
---------------------------------------- */
p.far {
  margin-bottom: 2em;
}
p.mid {
  margin-bottom: 1em;
}
p.near {
  margin-bottom: 0.5em;
}
p.notes {
  padding-left: 1.7em;
  position: relative;
  zoom: 1;
}
p.notes .mark {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* ----------------------------------------
table
---------------------------------------- */
table.default {
  width: 100%;
  table-layout: fixed;
}
table.default th,
table.default td {
  padding: 9px 12px;
  border: 1px solid #d8d8d8;
}
table.default th {
  color: #000;
  background-color: #f4f4f4;
}
table.default tbody th {
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ----------------------------------------
list
---------------------------------------- */
ul.disc li {
  margin-left: 25px;
  list-style-type: disc;
}
ul.notes li {
  padding-left: 1.7em;
  position: relative;
  zoom: 1;
}
ul.notes li .mark {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
ol.notes li {
  padding-left: 2.3em;
  position: relative;
  zoom: 1;
}
ol.notes li .mark {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
ol.decimal li {
  margin-left: 26px;
  list-style-type: decimal;
}
ol.number li {
  padding-left: 2em;
  position: relative;
  zoom: 1;
}
ol.number li .num {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* ----------------------------------------
image
---------------------------------------- */
.image-left {
  margin-right: 30px;
  float: left;
}
.image-left02 {
  margin-right: 15px;
  float: left;
}
.image-right {
  margin-left: 30px;
  float: right;
}
.image-right02 {
  margin-left: 15px;
  float: right;
}
/* ----------------------------------------
link
---------------------------------------- */
.arrow-link .arrow {
  margin-right: 5px;
  color: #d8050f;
}
/* ----------------------------------------
button
---------------------------------------- */
.button-front {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 12px 0 11px;
  border: none;
  width: 220px;
  color: #ffffff;
  background-color: #d8050f;
  font-size: 1.334em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  *padding: 7px 0 7px;
}
.button-back {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 12px 0 11px;
  border: none;
  width: 220px;
  color: #fff;
  background-color: #c6c6c6;
  font-size: 1.334em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
}
@-moz-document url-prefix() {
  a.button-front,
  a.button-back {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
/* ----------------------------------------
 icon
---------------------------------------- */
.icon-blank {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 0;
  margin: 1px 5px 0;
  width: 11px;
  height: 9px;
  background: url(../img/parts/icon_blank.png) no-repeat;
}
.icon-pdf {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -4px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/parts/icon_pdf.png) no-repeat;
}
/* ----------------------------------------
 skip navigation
---------------------------------------- */
.skip-nav {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 7px;
}
.skip-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 0 15px;
  border-left: 1px solid #afafaf;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
}
.skip-nav li:last-child {
  border-right: 1px solid #afafaf;
}
/* ----------------------------------------
 social button
---------------------------------------- */
.social-button ul {
  position: relative;
  height: 30px;
  overflow: hidden;
  text-align: right;
}
.social-button li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
}
.social-button .twitter {
  margin-right: -5px;
  width: 90px;
  text-align: left;
}
.social-button .twitter iframe {
  width: 100% !important;
}
.social-button .facebook {
  margin-right: 3px;
  /* width: 70px; */
  overflow: hidden;
}
.social-button .facebook iframe {
  position: static !important;
}
.nojs .social-button {
  display: none;
}
.float-none {
  float: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
/* ---------------------------------------------------
 wysiwyg
--------------------------------------------------- */
.wysiwyg {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}
.wysiwyg p,
.wysiwyg li,
.wysiwyg dt,
.wysiwyg dd,
.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg dl {
  margin-bottom: 1.4em;
}
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg dl:last-child {
  margin-bottom: 0;
}
.wysiwyg big {
  font-size: larger;
}
.wysiwyg small {
  font-size: smaller;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-weight: normal;
  font-style: italic;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg s,
.wysiwyg strike {
  text-decoration: line-through;
}
.wysiwyg ul,
.wysiwyg ol {
  list-style-position: outside;
  margin-left: 2em;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul li {
  padding: 0;
  border-bottom: none;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg blockquote {
  margin-left: 1.5em;
}
.wysiwyg table {
  width: auto;
  table-layout: auto;
}
.wysiwyg th,
.wysiwyg td {
  padding: 3px 5px 2px;
  border: 1px solid #cbcccf;
}
/* ---------------------------------------------------
 form-header
--------------------------------------------------- */
#form-header {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
#form-header .flow-nav {
  margin-right: -20px;
  overflow: hidden;
  zoom: 1;
}
#form-header .flow-nav li {
  margin-right: 7px;
  padding: 8px 15px 6px;
  float: left;
  width: 272px;
  color: #ffffff;
  background-color: #c2ad99;
  font-size: 1.6em;
  font-weight: bold;
}
#form-header .flow-nav .current {
  background-color: #663300;
}
/* ---------------------------------------------------
 form-body
--------------------------------------------------- */
.form-body .required {
  color: #d7000d;
  margin-left: 10px;
}
.form-body .submit {
  text-align: center;
  margin-top: 20px;
}
.form-body .section-title {
  margin-bottom: 24px;
}
.form-body table .key {
  width: 23%;
}
.form-body table .confirm-key {
  width: 16.3%;
}
.form-body table .confirm-key-sub {
  width: 15.5%;
}
.form-body table th.sub {
  background-color: transparent;
}
.form-body table th.sub .normal {
  font-weight: normal;
}
.form-body table th .require {
  color: #d7000d;
  font-weight: bold;
}
.form-body table td {
  padding: 13px 10px;
}
.form-body table.confirm td {
  padding: 9px 12px;
}
.form-body table td p {
  margin-bottom: 0.3em;
}
.form-body table td p:last-child {
  margin-bottom: 0;
}
.form-body table.confirm td {
  font-size: 1.6em;
  color: #712915;
}
.form-body input[type="text"],
.form-body textarea {
  margin: 0;
  padding: 1px 4px;
  border: 1px solid #b8b8b8;
  font-size: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 1px 1px 2px rgba(102, 102, 102, 0.15);
  -webkit-box-shadow: inset 1px 1px 2px rgba(102, 102, 102, 0.15);
  box-shadow: inset 1px 1px 2px rgba(102, 102, 102, 0.15);
}
.form-body textarea {
  resize: vertical;
  min-height: 5em;
  vertical-align: top;
  font-size: 12px;
}
.form-body input.full,
.form-body textarea.full {
  width: 100%;
  *width: 98.2%;
}
.form-body select {
  margin: 0;
}
.form-body .w50 {
  width: 50px;
  *width: 40px;
}
.form-body .w60 {
  width: 60px;
  *width: 50px;
}
.form-body .w80 {
  width: 80px;
  *width: 70px;
}
.form-body .w140 {
  width: 140px;
  *width: 130px;
}
.form-body .w180 {
  width: 180px;
  *width: 170px;
}
.form-body .w300 {
  width: 300px;
  *width: 290px;
}
.form-body .w340 {
  width: 340px;
  *width: 330px;
}
.form-body label .label-title {
  font-weight: bold;
}
.form-body label input,
.form-body label select {
  vertical-align: middle;
}
.form-body label input[type="radio"],
.form-body label input[type="checkbox"] {
  margin: 0 5px 0 0;
  *margin: -3px 2px -3px -3px;
  padding: 0;
}
.form-body .pipe {
  margin: 0 0.5em;
}
.form-body .example {
  color: #999;
}
.form-body .error {
  color: #c00;
}
.form-body p.example:last-child {
  margin-bottom: -0.2em;
}
.form-body span.example {
  margin-left: 10px;
}
.form-body .horizontal-list {
  overflow: hidden;
  zoom: 1;
}
.form-body .horizontal-list:first-child:last-child {
  margin: -3px 0;
}
.form-body .horizontal-list li {
  margin-right: 25px;
  float: left;
}
.form-body .horizontal-data {
  overflow: hidden;
  zoom: 1;
}
.form-body .horizontal-data dt {
  margin-right: 10px;
  float: left;
  width: 7em;
  font-weight: bold;
}
.form-body .horizontal-data dd {
  overflow: hidden;
  zoom: 1;
}
.form-body .horizontal-data dd #shoplist {
  width: 250px;
}
.form-body div.name {
  margin-right: 20px;
  float: left;
}
.form-body div.name .label-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-top: 1px;
  width: 1.7em;
}
.form-body div.name + div.name {
  margin-right: 0;
}
.form-body dl.address {
  overflow: hidden;
  zoom: 1;
  margin-bottom: -14px;
}
.form-body dl.address dt {
  margin-bottom: 14px;
  padding: 2px 0 1px;
  float: left;
  clear: left;
  font-weight: bold;
}
.form-body dl.address dd {
  margin-bottom: 14px;
  margin-left: 7em;
}
form .form-body:first-child {
  padding-top: 40px;
}
/* ---------------------------------------------------
 form-footer
--------------------------------------------------- */
#form-footer {
  margin-top: -20px;
  position: relative;
}
#form-footer .complete-title {
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 1.8em;
}
#form-footer .confirm-message {
  margin-bottom: 20px;
  text-align: center;
}
#form-footer .button {
  text-align: center;
}
#form-footer .button li {
  margin: 0 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#form-footer .button-confirm a {
  padding-right: 0;
  padding-left: 0;
  width: 220px;
}
/* ---------------------------------------------------
 customer-contact
--------------------------------------------------- */
#customer-contact {
  margin-bottom: 35px;
  padding: 8px;
  border: 2px solid #eeecdf;
  background-color: #f4f1e4;
}
#customer-contact .title {
  margin: 0 22px 0 27px;
  padding-top: 43px;
  float: left;
  font-size: 2.4em;
  font-weight: bold;
}
#customer-contact .title .time {
  font-size: 0.833em;
  font-weight: normal;
}
#customer-contact .body {
  padding: 15px 4px;
  background-color: #fff;
  text-align: center;
}
#customer-contact .tel-number {
  line-height: 1.2;
  color: #d7000d;
  font-size: 4em;
  font-weight: bold;
}
#customer-contact .supplement {
  margin-top: -6px;
  color: #000;
}
#customer-contact .supplement .mark {
  color: #d7000d;
}
#customer-contact .direct {
  color: #000;
}
/* ---------------------------------------------------
 privacy-policy
--------------------------------------------------- */
#privacy-policy {
  margin-bottom: 0;
}
#privacy-policy .utilization-purpose {
  margin-top: 18px;
  padding: 17px 22px 15px;
  background-color: #f4f4f4;
}
#privacy-policy .utilization-purpose .title {
  margin-bottom: 0.4em;
  font-size: 1.4em;
}
/* ----------------------------------------
 Index
---------------------------------------- */
/*
.page-index #container {
  margin-bottom: -105px;
}
.page-index #content {
  padding-bottom: 105px;
}
*/
.page-index #content-inner01 {
  padding-top: 20px;
  padding-bottom: 18px;
}
/*
.page-index #footer {
  margin-top: -105px;
  padding-top: 20px;
}
*/
.page-index .social-button {
  margin-right: -10px;
  position: relative;
}
.page-index #main-image {
  margin: 0 -20px 20px;
  position: relative;
  width: 960px;
  height: 310px;
}
.page-index #main-image .main-slide {
  position: relative;
}
.page-index #main-image .main-slide li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.page-index #main-image .main-slide li:first-child {
  z-index: 1000;
}
.page-index #main-image .thumbnail-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
}
.page-index #main-image .thumbnail-slide li {
  margin-bottom: 5px;
  position: relative;
  background-color: #fff;
}
.page-index #main-image .thumbnail-slide li:last-child {
  margin-bottom: 0;
}
.page-index #main-image .thumbnail-slide li + li + li + li {
  margin-top: -1px;
}
.page-index #main-image .thumbnail-slide .current {
  margin-left: -5px;
  border-left: 5px solid #d8050f;
}
.page-index #main-image .thumbnail-slide .current span {
  border: 2px solid #d8050f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  height: 100%;
  cursor: pointer;
}
.page-index #pickup-contents {
  margin-bottom: 0;
  padding: 24px 24px 14px 24px;
  border: 1px solid #eeecdf;
  background-color: #f4f1e4;
}
.page-index #pickup-contents .three-items li {
  margin-right: 23px;
  padding-bottom: 10px;
  float: left;
  background: url(../img/index/pickup-contents_bg01.png) no-repeat center bottom;
}
.page-index #pickup-contents .three-items img {
  border: 5px solid #fff;
  background-color: #fff;
}
.page-index #pickup-contents .four-items li {
  margin-right: 23px;
  padding-bottom: 10px;
  float: left;
  background: url(../img/index/pickup-contents_bg02.png) no-repeat center bottom;
}
.page-index #pickup-contents .four-items img {
  border: 5px solid #fff;
  background-color: #fff;
}
.page-index #shop-list {
  margin: 20px 0;
  padding: 24px 0 14px 24px;
  border: 1px solid #eeecdf;
  background-color: #f4f1e4;
  text-align: center;
}
.page-index #shop-list li {
  margin-right: 23px;
  float: left;
}
.page-index #shop-list .logo {
  padding-bottom: 10px;
  background: url(../img/index/shop-list_bg01.png) no-repeat center bottom;
}
.page-index #shop-list .logo img {
  border: 5px solid #fff;
  background-color: #fff;
}
.page-index .common-box01 .box {
  margin: 0 -2px -4px;
  overflow: hidden;
  zoom: 1;
  background: url(../img/parts/shade_bg.png) no-repeat center bottom;
}
.page-index .common-box01 .title {
  margin: 0 1px;
  padding: 12px 13px;
  border-top: 3px solid #663300;
  font-size: 2em;
  background: url(../img/index/box_title_bg01.png) repeat-x left bottom;
}
.page-index #timeline {
  margin-bottom: 20px;
  padding-top: 20px;
  float: left;
  width: 670px;
}
.page-index #timeline h2 {
  position: relative;
}
.page-index #timeline h2 .local {
  display: block;
  position: absolute;
  top: 22px;
  left: 175px;
  color: #fff;
  font-size: 1px;
  font-weight: normal;
}
.page-index #timeline iframe {
  margin-bottom: 20px;
  border: none;
  overflow: hidden;
  width: 670px;
  height: 167px;
}
.page-index #timeline iframe:last-child {
  margin-bottom: 0;
}
.page-index #pickup-banner {
  margin-bottom: 20px;
  padding-top: 20px;
  float: right;
  width: 230px;
}
.page-index #pickup-banner li {
  margin-bottom: 15px;
}
.page-index #pickup-banner li:last-child {
  margin-bottom: 0;
}
.page-index #group-company {
  clear: both;
}
.page-index #group-company ul {
  overflow: hidden;
  zoom: 1;
  padding: 18px 0 24px 20px;
}
/* ----------------------------------------
 News
---------------------------------------- */
.news_txt {
  padding: 0 40px 30px;
}
.news .read_txt {
  padding-bottom: 1em;
}
.news .news_img {
  padding: 0 40px 30px;
}

/* ----------------------------------------
 Menu
---------------------------------------- */
.page-menu #page-head {
  margin-bottom: 15px;
}
.page-menu #main ul.notes {
  margin-bottom: 40px;
}
.page-menu #recommend-item {
  padding: 14px;
  border: 1px solid #eeecdf;
  background-color: #f4f1e4;
}
.page-menu #recommend-item .title {
  margin-bottom: 14px;
  padding: 8px 0 7px;
  border-top: 3px solid #663300;
  border-bottom: 1px dotted #663300;
  color: #d8050f;
  font-size: 2.6em;
  text-align: center;
}
.page-menu #recommend-item .item {
  width: 324px;
  background-color: #fcfbf7;
}
.page-menu #recommend-item .item01 {
  float: left;
}
.page-menu #recommend-item .item02 {
  float: right;
}
.page-menu #recommend-item .item .photo {
  padding-bottom: 8px;
  background: url(../img/menu/recommend-item_bg01.png) no-repeat center bottom;
}
.page-menu #recommend-item .item .photo img {
  border: 2px solid #fff;
}
.page-menu #recommend-item .item .data {
  padding: 5px 12px 11px;
}
.page-menu #recommend-item .item .item-title {
  margin-bottom: 7px;
  padding: 0 0 6px 21px;
  border-bottom: 1px dotted #663300;
  background: url(../img/menu/recommend-item_bg02.png) no-repeat left 0.3em;
  font-size: 2.5em;
  text-align: left;
}
.page-menu #recommend-item .item .price {
  margin-bottom: 0.7em;
}
.page-menu #recommend-item .item .price th,
.page-menu #recommend-item .item .price td {
  line-height: 1.6;
  vertical-align: middle;
  font-weight: bold;
}
.page-menu #recommend-item .item .price th {
  padding-right: 1em;
  color: #000;
}
.page-menu #recommend-item .item .price td {
  color: #663300;
  font-size: 1.5em;
}
.page-menu #recommend-item .item .price .taxin {
  font-size: 0.866em;
  font-weight: normal;
}
.page-menu .item-lineup {
  width: 100%;
  overflow: hidden;
}
.page-menu .item-lineup .category-description {
  margin-bottom: 30px;
}
.page-menu .item-lineup .row {
  margin: 0 -7px 18px 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #c7c7c7;
}
.page-menu .item-lineup .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-menu .item-lineup .item {
  margin-right: 30px;
  float: left;
  width: 225px;
}
.page-menu .item-lineup .item .photo {
  padding-bottom: 6px;
  background: url(../img/menu/item-lineup_bg01.png) no-repeat center bottom;
}
.page-menu .item-lineup .item .photo img {
  border: 1px solid #dfdfdf;
}
.page-menu .item-lineup .item .data {
  padding: 4px 2px 0;
}
.page-menu .item-lineup .item .item-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 1.6em;
}
.page-menu .item-lineup .item .category-label,
.page-menu .item-lineup .item .takeout-label {
  margin: 0;
  padding: 0 8px;
  position: relative;
  *bottom: -0.3em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 1em;
  color: #fff;
  background-color: #e6a36f;
}
.page-menu .item-lineup .item p.price {
  margin-bottom: 5px;
  color: #663300;
  font-size: 1.5em;
  font-weight: bold;
}
.page-menu .item-lineup .item p.price .taxin {
  font-size: 0.866em;
  font-weight: normal;
}
.page-menu .item-lineup .item table.price {
  margin-bottom: 0.25em;
}
.page-menu .item-lineup .item table.price th,
.page-menu .item-lineup .item table.price td {
  line-height: 1.6;
  vertical-align: top;
  font-weight: bold;
}
.page-menu .item-lineup .item table.price th {
  padding-right: 1em;
  line-height: 1.45;
  color: #000;
}
.page-menu .item-lineup .item table.price td {
  padding: 5px 0;
  line-height: 1.3;
  color: #663300;
  font-size: 1.5em;
}
.page-menu .item-lineup .item table.price .taxin {
  display: block;
  font-size: 0.866em;
  font-weight: normal;
}
.page-menu #item-detail p {
  margin-bottom: 1em;
}
.page-menu #item-detail p:last-child {
  margin-bottom: 0;
}
.page-menu #item-detail .photo {
  margin: 0 20px 40px 0;
  float: left;
  width: 350px;
}
.page-menu #item-detail .photo .image {
  margin-bottom: 0;
}
.page-menu #item-detail .photo .caption {
  padding-top: 4px;
  color: #666;
  font-size: 1em;
}
.page-menu #item-detail .data {
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}
.page-menu #item-detail .data .description {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #663300;
}
.page-menu #item-detail .data .price table {
  line-height: 1.3;
  table-layout: fixed;
  max-width: 340px;
}
.page-menu #item-detail .data .price .value {
  width: 50%;
}
.page-menu #item-detail .data .price th {
  padding-bottom: 9px;
  line-height: 1.45;
  text-align: left;
}
.page-menu #item-detail .data .price td {
  padding-bottom: 9px;
  line-height: 1.3;
  text-align: right;
  color: #663300;
  font-size: 1.5em;
  font-weight: bold;
}
.page-menu #item-detail .data .price tr:last-child th,
.page-menu #item-detail .data .price tr:last-child td {
  padding-bottom: 0;
}
.page-menu #item-detail .data .price .calorie {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 2px;
  color: #666;
  font-weight: normal;
}
.page-menu #item-detail .data .price .taxin {
  display: block;
  font-size: 0.866em;
  font-weight: normal;
}
.page-menu #item-detail .data .notice {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #663300;
}
.page-menu .section-title .section-notes .note {
  padding: 0;
  font-size: small;
  color: red;
}
.page-menu .item .data .notes {
  padding: 0;
  font-size: 1.1em;
  color: red;
}
.page-menu #item-detail .section {
  clear: both;
}
.page-menu #campaign-information {
  margin-bottom: 30px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#26000000, Positive=true)";
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#26000000, Positive=true)";
}
.page-menu #campaign-information .title {
  padding: 12px 13px;
  border-top: 3px solid #663300;
  font-size: 2em;
  background: url(../img/index/box_title_bg01.png) repeat-x left bottom;
}
.page-menu #campaign-information ul {
  padding: 19px 0 25px 101px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.page-menu #campaign-information li {
  margin-right: 51px;
  float: left;
}
.page-menu #campaign-list ul {
  margin-bottom: -20px;
  padding-left: 10px;
}
.page-menu #campaign-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 10px 20px;
}
.page-menu #shop-list {
  margin-bottom: 35px;
  padding: 24px 0 14px 24px;
  border: 1px solid #eeecdf;
  background-color: #f4f1e4;
  text-align: center;
}
.page-menu #shop-list li {
  margin-right: 23px;
  float: left;
}
.page-menu #shop-list .logo {
  padding-bottom: 10px;
  background: url(../img/index/shop-list_bg01.png) no-repeat center bottom;
}
.page-menu #shop-list .logo img {
  border: 5px solid #fff;
  background-color: #fff;
}
.page-menu #shop-list .name span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 0.5em;
  color: #002b72;
}
.menu-category {
  margin-top: 40px;
}
.menu-category .section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-category .section-title .section-description {
  font-size: small;
  padding-top: 10px;
}
.page-menu .menu-category .shop-introduction {
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #c7c7c7;
  overflow: hidden;
}
.page-menu .menu-category .shop-introduction .image {
  margin-right: 15px;
  float: left;
}
.page-menu .menu-category .shop-introduction .body p {
  margin-bottom: 1em;
}
.page-menu .menu-category .shop-introduction .body p:last-child {
  margin-bottom: 0;
}
.page-menu .menu-category .shop-introduction .link {
  color: #002972;
}
.page-menu .menu-category .shop-introduction .link a {
  font-weight: bold;
}
.page-menu .menu-category .item-lineup .item:first-child {
  margin-right: 30px;
}
/* ----------------------------------------
 About
---------------------------------------- */
.page-about #concept-summary .visual {
  margin-bottom: 21px;
}
.page-about .concept-common p {
  margin-bottom: 1em;
}
.page-about .concept-common p:last-child {
  margin-bottom: 0;
}
.page-about .pickup-menu {
  margin-bottom: 50px;
}
.page-about .pickup-menu .more {
  position: absolute;
  top: 7px;
  right: 0;
}
.page-about .pickup-menu .row {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
  padding-left: 1px;
}
.page-about .pickup-menu .row:last-child {
  margin-bottom: 0;
}
.page-about .pickup-menu .col {
  padding: 0 14px;
  float: left;
  width: 430px;
}
.page-about .pickup-menu .name {
  padding-top: 7px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.page-about .brand-pickup-menu .section-title {
  font-size: 1.6em;
}
.page-about .brand-pickup-menu .section-title span {
  padding-left: 0;
  border-left: none;
}
.page-about .brand-pickup-menu .more {
  top: 2px;
}
.page-about .brand-introduction {
  margin-bottom: 45px;
}
.page-about .brand-introduction .box {
  padding: 9px;
  border: 1px solid #cecece;
}
.page-about .brand-introduction .inner {
  background: url(../img/about/brand_bg01.png) repeat-y 190px 0;
}
.page-about .brand-introduction .logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 205px;
}
.page-about .brand-introduction .body {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 690px;
}
.page-about #related-links {
  padding-top: 50px;
  border-top: 1px dotted #663300;
}
.page-about #related-links ul {
  padding: 16px 27px;
  border: 5px solid #eeecdf;
}
/* ----------------------------------------
 Campaign
---------------------------------------- */
.page-campaign #campaign-visual {
  margin-bottom: 30px;
}
/* ----------------------------------------
 Recruit
---------------------------------------- */
.page-recruit .page-title {
  margin-bottom: 30px;
}
.page-recruit .subsection-title {
  margin-bottom: 14px;
  font-size: 2.4em;
}
.page-recruit #recruit-nav {
  margin-bottom: 30px;
  padding: 16px 26px 14px;
  border: 5px solid #ecebe1;
}
.page-recruit #recruit-nav ul {
  overflow: hidden;
}
.page-recruit #recruit-nav li {
  margin-right: 20px;
  float: left;
  color: #c00;
}
.page-recruit #recruit-nav li:last-child {
  margin-right: 0;
}
.page-recruit .recruit-item .section {
  margin-bottom: 25px;
}
.page-recruit .recruit-item .section:last-child {
  margin-bottom: 0;
}
.page-recruit .recruit-item .section .body p {
  margin-bottom: 1em;
}
.page-recruit .recruit-item .section .body p:last-child {
  margin-bottom: 0;
}
.page-recruit .recruit-item .photo-list {
  margin-left: 25px;
  float: right;
}
.page-recruit .recruit-item .photo-list li {
  padding-bottom: 10px;
}
.page-recruit .return-top {
  padding-top: 11px;
  text-align: right;
  color: #c00;
}
.page-recruit #recruit-button {
  padding-top: 17px;
  text-align: center;
}
.page-recruit #recruit-button p {
  font-size: 1.6em;
  font-weight: bold;
}
.page-recruit #recruit-button a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 13px 40px 12px 52px;
  color: #ffffff;
  background-color: #d8050f;
  text-decoration: none;
}
.page-recruit #recruit-button img {
  margin-left: 4px;
  vertical-align: baseline;
}
/* ----------------------------------------
 Coupon
---------------------------------------- */
.page-coupon #campaign-list ul {
  margin-bottom: -20px;
  padding-left: 10px;
}
.page-coupon #campaign-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 10px 20px;
}
.page-coupon #coupon-head {
  margin-bottom: 15px;
}
.page-coupon #coupon-head p {
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
}
.page-coupon #coupon-head a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 0 0 auto;
  padding: 7px 22px 6px;
  color: #ffffff;
  background-color: #d8050f;
  text-decoration: none;
}
.page-coupon #coupon-head img {
  margin-right: 4px;
}
.page-coupon #coupon-body .title {
  margin-bottom: 0.6em;
  font-size: 1.8em;
}
.page-coupon #coupon-body .coupon-list {
  margin: 0 auto;
  padding: 28px 0 0;
  width: 880px;
}
.page-coupon #coupon-body .coupon-list li {
  margin: 0 -1px -1px 0;
  padding: 15px 29px 12px 28px;
  border: 1px solid #cecece;
  position: relative;
  float: left;
  width: 380px;
}
.page-coupon #coupon-body .coupon-list img {
  width: 380px;
  height: 120px;
}
.page-coupon #coupon-body .coupon-list .period {
  padding-top: 6px;
  display: block;
  text-align: center;
}
.page-coupon #coupon-body .coupon-list-wide {
  margin: 0 auto;
  padding: 28px 0 0;
  width: 640px;
}
.page-coupon #coupon-body .coupon-list-wide li {
  margin: 0 0 -1px 0;
  padding: 15px 0 12px;
  border: 1px solid #cecece;
  position: relative;
  text-align: center;
}
.page-coupon #coupon-body .coupon-list-wide img {
  width: 572px;
  height: 182px;
}
.page-coupon #coupon-body .coupon-list-wide .period {
  padding-top: 6px;
  display: block;
  text-align: center;
}
.page-coupon #coupon-body .memo-area {
  margin: 0 0 0 auto;
  border-top: 1px solid #cecece;
  width: 590px;
}
.page-coupon #coupon-body .memo-area li {
  padding: 12px 0 11px 11px;
  border-bottom: 1px solid #cecece;
  font-weight: bold;
}
@media print {
  .page-coupon #header,
  .page-coupon #breadcrumbs,
  .page-coupon h1.page-title,
  .page-coupon #campaign-list,
  .page-coupon #coupon-head,
  .page-coupon #group-link,
  .page-coupon #foot-nav,
  .page-coupon #footer {
    display: none;
  }
  .page-coupon #coupon-body .coupon-list li {
    margin-right: -2px;
    margin-bottom: -2px;
    border-width: 2px;
  }
}

/* ----------------------------------------
 Swiper.js
---------------------------------------- */
.gallery {
  position: relative;
  width: 100%;
  /* max-width: 2000px; */
  margin-bottom: 10px;
  overflow-x: hidden;
  margin: 0 auto;
}

.swiper-container {
  max-width: 1280px;
  overflow: visible !important;
}

.gallery-slider {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.social-button-container {
  width: 920px;
  margin: 12px auto 0 auto;
}

