@charset "UTF-8";
.wrap-border {
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
          box-shadow: 0 0 0 1px #ddd inset;
}
.wrap-border img {
  z-index: -1;
  position: relative;
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Section
   ========================================================================== */
section {
  margin-top: 40px;
}
section:first-child {
  margin-top: 0;
}
section section {
  margin-top: 40px;
}
section section:first-child {
  margin-top: 0;
}
section section + section {
  margin-top: 30px;
}
section section + section:first-child {
  margin-top: 0;
}
.main-content_inner > section:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  section {
    margin-top: 20px;
  }
  section:first-child {
    margin-top: 0;
  }
  section section {
    margin-top: 20px;
  }
  section section:first-child {
    margin-top: 0;
  }
  section section section {
    margin-top: 15px;
  }
  section section section:first-child {
    margin-top: 0;
  }
  section section + section {
    margin-top: 15px;
  }
  section section + section:first-child {
    margin-top: 0;
  }
  .main-content_inner > section:first-child {
    margin-top: 15px;
  }
}
/* Heading
   ========================================================================== */
.mod-page-title h1,
.mod-section-title h1,
.mod-local-title h1,
.mod-sub-title h1,
.mod-page-title h2,
.mod-section-title h2,
.mod-local-title h2,
.mod-sub-title h2,
.mod-page-title h3,
.mod-section-title h3,
.mod-local-title h3,
.mod-sub-title h3,
.mod-page-title h4,
.mod-section-title h4,
.mod-local-title h4,
.mod-sub-title h4,
.mod-page-title h5,
.mod-section-title h5,
.mod-local-title h5,
.mod-sub-title h5 {
  line-height: 1.2;
}
.mod-page-title + p,
.mod-section-title + p,
.mod-local-title + p,
.mod-sub-title + p {
  margin-top: 13px;
}
.mod-page-title + section,
.mod-section-title + section,
.mod-local-title + section,
.mod-sub-title + section {
  margin-top: 15px;
}
.mod-page-title {
  background: #f07500;
  background-size: 150px 100px;
}
.mod-page-title h1,
.mod-page-title h2,
.mod-page-title h3,
.mod-page-title h4,
.mod-page-title h5 {
  padding: 32px 27px 32px 0;
  color: #fff;
  font-weight: bold;
  font-size: 3.0em;
}
.mod-page-title .mod-page-title_inner {
  width: 1024px;
  margin: 0 auto;
}
.mod-section-title {
  padding: 13px 0 12px;
  border-bottom: #f27500 1px solid;
  background: url(/so-ss/common/img/module/section-title_bg01.png) repeat;
  background-size: 10px 10px;
}
.mod-section-title h1,
.mod-section-title h2,
.mod-section-title h3,
.mod-section-title h4,
.mod-section-title h5 {
  position: relative;
  padding: 0 15px 0 32px;
  font-size: 2.0em;
}
.mod-section-title h1:before,
.mod-section-title h2:before,
.mod-section-title h3:before,
.mod-section-title h4:before,
.mod-section-title h5:before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #f27500;
  content: "";
}
.mod-local-title {
  background: url(/so-ss/common/img/module/local-title_bg01.png) repeat;
  background-size: 2px 2px;
}
.mod-local-title h1,
.mod-local-title h2,
.mod-local-title h3,
.mod-local-title h4,
.mod-local-title h5 {
  padding: 6px 15px 6px;
  color: #fff;
  font-size: 1.8em;
}
.mod-sub-title h1,
.mod-sub-title h2,
.mod-sub-title h3,
.mod-sub-title h4,
.mod-sub-title h5 {
  padding: 0 0 10px;
  border-bottom: 2px solid #ccc;
  font-size: 1.6em;
}
@media screen and (max-width: 736px) {
  .mod-page-title h1,
  .mod-section-title h1,
  .mod-local-title h1,
  .mod-sub-title h1,
  .mod-page-title h2,
  .mod-section-title h2,
  .mod-local-title h2,
  .mod-sub-title h2,
  .mod-page-title h3,
  .mod-section-title h3,
  .mod-local-title h3,
  .mod-sub-title h3,
  .mod-page-title h4,
  .mod-section-title h4,
  .mod-local-title h4,
  .mod-sub-title h4,
  .mod-page-title h5,
  .mod-section-title h5,
  .mod-local-title h5,
  .mod-sub-title h5 {
    line-height: 1.3;
  }
  .mod-page-title {
    background-size: 60px 50px;
  }
  .mod-page-title h1,
  .mod-page-title h2,
  .mod-page-title h3,
  .mod-page-title h4,
  .mod-page-title h5 {
    padding: 13px 10px 12px;
    font-size: 2.4em;
  }
  .mod-page-title .mod-page-title_inner {
    width: 100%;
  }
  .mod-section-title {
    padding: 13px 0;
  }
  .mod-section-title h1,
  .mod-section-title h2,
  .mod-section-title h3,
  .mod-section-title h4,
  .mod-section-title h5 {
    padding: 0 15px 0 26px;
    font-size: 1.8em;
  }
  .mod-section-title h1:before,
  .mod-section-title h2:before,
  .mod-section-title h3:before,
  .mod-section-title h4:before,
  .mod-section-title h5:before {
    position: absolute;
    left: 10px;
  }
  .mod-local-title h1,
  .mod-local-title h2,
  .mod-local-title h3,
  .mod-local-title h4,
  .mod-local-title h5 {
    padding: 6px 13px 5px;
    font-size: 1.6em;
  }
  .mod-sub-title h1,
  .mod-sub-title h2,
  .mod-sub-title h3,
  .mod-sub-title h4,
  .mod-sub-title h5 {
    padding: 0 0 7px;
    font-size: 1.4em;
  }
}
/* Unordered list
   ========================================================================== */
/* Default */
.mod-ul {
  margin-top: 16px;
}
.mod-ul:first-child {
  margin-top: 0;
}
p + .mod-ul {
  margin-top: 24px;
}
.mod-page-title + .mod-ul,
.mod-section-title + .mod-ul,
.mod-local-title + .mod-ul,
.mod-sub-title + .mod-ul {
  margin-top: 11px;
}
.mod-page-title + .mod-ul:first-child,
.mod-section-title + .mod-ul:first-child,
.mod-local-title + .mod-ul:first-child,
.mod-sub-title + .mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-left: 18px;
  list-style-type: disc;
}
.mod-ul.opt-item-space-normal > li {
  margin-top: 11px;
}
.mod-ul.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-item-space-near > li {
  margin-top: 6px;
}
.mod-ul.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ul-notes {
  margin-top: 16px;
}
.mod-ul-notes:first-child {
  margin-top: 0;
}
.mod-ul-notes > li {
  position: relative;
  margin-top: 4px;
  padding-left: 1.3em;
  font-size: 1.2em;
  zoom: 1;
}
.mod-ul-notes > li:first-child {
  margin-top: 0;
}
.mod-ul-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ul-notes ul,
.mod-ul-notes ol {
  margin-top: 6px;
}
.mod-ul-notes ul:first-child,
.mod-ul-notes ol:first-child {
  margin-top: 0;
}
.mod-ul-notes.opt-item-space-normal > li {
  margin-top: 11px;
}
.mod-ul-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul-notes.opt-item-space-near > li {
  margin-top: 6px;
}
.mod-ul-notes.opt-item-space-near > li:first-child {
  margin-top: 0;
}
.mod-table + .mod-ul-notes {
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  /* Default */
  .mod-ul {
    margin-top: 6px;
  }
  .mod-ul:first-child {
    margin-top: 0;
  }
  p + .mod-ul {
    margin-top: 5px;
  }
  /* Notes */
  .mod-ul-notes {
    margin-top: 6px;
  }
  .mod-ul-notes:first-child {
    margin-top: 0;
  }
  .mod-table + .mod-ul-notes {
    margin-top: 15px;
  }
  .mod-page-title + .mod-ul-notes,
  .mod-section-title + .mod-ul-notes,
  .mod-local-title + .mod-ul-notes,
  .mod-sub-title + .mod-ul-notes {
    margin-top: 13px;
  }
}
/* Ordered list
   ========================================================================== */
/* Default */
.mod-ol {
  margin-top: 16px;
}
.mod-ol:first-child {
  margin-top: 0;
}
p + .mod-ol {
  margin-top: 24px;
}
.mod-page-title + .mod-ol,
.mod-section-title + .mod-ol,
.mod-local-title + .mod-ol,
.mod-sub-title + .mod-ol {
  margin-top: 11px;
}
.mod-page-title + .mod-ol:first-child,
.mod-section-title + .mod-ol:first-child,
.mod-local-title + .mod-ol:first-child,
.mod-sub-title + .mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin-left: 2em;
  list-style-type: decimal;
}
.mod-ol.opt-item-space-normal > li {
  margin-top: 11px;
}
.mod-ol.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol.opt-item-space-near > li {
  margin-top: 6px;
}
.mod-ol.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ol-notes {
  margin-top: 16px;
}
.mod-ol-notes:first-child {
  margin-top: 0;
}
.mod-ol-notes > li {
  position: relative;
  margin-top: 5px;
  padding-left: 2em;
  font-size: 1.2em;
  zoom: 1;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ol-notes.opt-item-space-normal > li {
  margin-top: 11px;
}
.mod-ol-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-notes.opt-item-space-near > li {
  margin-top: 6px;
}
.mod-ol-notes.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Index */
.mod-ol-index {
  margin-top: 11px;
}
.mod-ol-index:first-child {
  margin-top: 0;
}
.mod-ol-index > li {
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-ol-index.opt-item-space-normal > li {
  margin-top: 11px;
}
.mod-ol-index.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-index.opt-item-space-near > li {
  margin-top: 6px;
}
.mod-ol-index.opt-item-space-near > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  /* Default */
  .mod-ol {
    margin-top: 6px;
  }
  .mod-ol:first-child {
    margin-top: 0;
  }
  p + .mod-ol {
    margin-top: 5px;
  }
  /* Notes */
  .mod-ol-notes {
    margin-top: 6px;
  }
  .mod-ol-notes:first-child {
    margin-top: 0;
  }
}
/* Definition list
   ========================================================================== */
/* Default */
.mod-dl {
  margin-top: 11px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  font-weight: bold;
}
/* Horizontal */
.mod-dl-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 11px;
  word-break: break-all;
}
.mod-dl-horizontal:first-child {
  margin-top: 0;
}
.mod-dl-horizontal > dt {
  float: left;
  clear: left;
  width: 120px;
  font-weight: bold;
}
.mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
.mod-dl-horizontal.opt-dl-border {
  margin-top: 0;
  border-bottom: #ccc 1px dotted;
}
.mod-dl-horizontal.opt-dl-border dt,
.mod-dl-horizontal.opt-dl-border dd {
  margin-top: 18px;
  padding-bottom: 12px;
}
@media screen and (max-width: 736px) {
  .mod-dl-horizontal > dt {
    float: none;
    width: 100%;
  }
  .mod-dl-horizontal > dd {
    margin-top: 11px;
  }
  .mod-dl-horizontal > dd:first-child {
    margin-top: 0;
  }
  .mod-dl-horizontal.opt-dl-border dt {
    margin-top: 8px;
    padding-bottom: 0;
  }
  .mod-dl-horizontal.opt-dl-border dd {
    margin-top: 4px;
    padding-bottom: 7px;
  }
}
/* Table
   ========================================================================== */
.mod-table {
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
}
.mod-table tbody {
  text-align: left;
}
.mod-table th,
.mod-table td {
  word-break: break-all;
  word-wrap: break-word;
  padding: 16px 10px;
  border: 1px solid #ccc;
  line-height: 1.2;
  vertical-align: middle;
}
.mod-table thead th {
  background-color: #e9e9e9;
}
.mod-table tbody .highlight {
  background-color: #f4f4f4;
}
.mod-table tbody th {
  background-color: #f4f4f4;
}
.mod-page-title + .mod-table,
.mod-section-title + .mod-table,
.mod-local-title + .mod-table,
.mod-sub-title + .mod-table {
  margin-top: 15px;
}
.mod-page-title + .mod-table:first-child,
.mod-section-title + .mod-table:first-child,
.mod-local-title + .mod-table:first-child,
.mod-sub-title + .mod-table:first-child {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  .mod-table {
    margin-top: 15px;
  }
  .mod-table th,
  .mod-table td {
    padding: 17px 5px 16px;
  }
  .mod-local-title + .mod-table {
    margin-top: 10px;
  }
}
/* Paragraph
   ========================================================================== */
p {
  margin-top: 11px;
}
p:first-child {
  margin-top: 0;
}
.main-content_inner > p:first-child {
  margin-top: 32px;
}
@media screen and (max-width: 736px) {
  .main-content_inner > p:first-child {
    margin-top: 12px;
  }
}
/* Link
   ========================================================================== */
/* Base */
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}
/* Default */
.mod-link {
  padding-left: 12px;
  font-weight: bold;
  word-break: break-all;
}
.mod-link > a {
  position: relative;
}
.mod-link > a:before {
  position: absolute;
  top: 0.2em;
  left: -12px;
  width: 5px;
  height: 10px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat;
  background-size: 5px 10px;
  content: "";
}
.mod-link.opt-large {
  padding-left: 0;
}
.mod-link.opt-large > a:before {
  background: none;
}
/* Vertical list */
.mod-link-list {
  margin-top: 11px;
}
.mod-link-list:first-child {
  margin-top: 0;
}
.mod-link-list > li {
  margin-top: 11px;
}
.mod-link-list > li:first-child {
  margin-top: 0;
}
/* Horizontal list */
.mod-link-list-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 11px;
}
.mod-link-list-horizontal:first-child {
  margin-top: 0;
}
.mod-link-list-horizontal > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}
/* Button
   ========================================================================== */
.mod-button {
  width: 100%;
}
.mod-button.opt-w270 {
  width: 270px;
}
.mod-button.opt-w310 {
  width: 310px;
}
.mod-button.opt-w320 {
  width: 320px;
}
.mod-button.opt-center {
  margin: 11px auto 0;
}
.mod-button > a {
  font-size: 114.29%;
  display: block;
  position: relative;
  padding: 19px 0 18px;
  border: 2px solid #e35e00;
  border-radius: 4px;
  background-color: #f58300;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-button > a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 15px;
  margin-top: -8px;
  background: url(/so-ss/common/img/module/button_bg01.png) no-repeat;
  background-size: 8px 15px;
  content: "";
}
.mod-button.thema-blank > a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 12px;
  margin-top: -6px;
  background: url(/common/img/parts/icon_window03.png) no-repeat;
  background-size: 14px 12px;
  content: "";
}
.mod-button.thema-decision > a {
  background-color: #fff;
  color: #f37500;
}
.mod-button.thema-decision > a:after {
  background: url(/so-ss/common/img/module/button_decision_bg01.png) no-repeat;
  background-size: 8px 15px;
}
.mod-button.thema-zoom > a {
  padding: 9px 0;
  background-color: #fff;
  color: #f37500;
}
.mod-button.thema-zoom > a:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 5px;
  background: url(/so-ss/common/img/module/button_zoom_bg01.png) no-repeat;
  vertical-align: -1px;
  content: "";
}
.mod-button.opt-narrow > a {
  padding: 14px 0 13px;
}
.mod-button.opt-centeredlabel {
  display: table;
}
.mod-button.opt-centeredlabel > a {
  display: table-cell;
  height: 60px;
  padding: 9px 35px 9px 15px;
  vertical-align: middle;
}
.mod-button-menu {
  margin-top: 30px;
  text-align: center;
}
.mod-button-menu:first-child {
  margin-top: 0;
}
.mod-button-menu > li {
  display: inline-block;
  width: 350px;
  margin-left: 15px;
}
.mod-button-menu > li:first-child {
  margin-left: 0;
}
.mod-button-menu.opt-menu-vertical {
  text-align: left;
}
.mod-button-menu.opt-menu-vertical > li {
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
.mod-button-menu.opt-menu-vertical > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  .mod-button {
    width: 100%;
  }
  .mod-button.opt-w270,
  .mod-button.opt-w310,
  .mod-button.opt-w320 {
    width: 100%;
  }
  .mod-button > a {
    font-size: 107.69%;
    padding: 21px 0 20px;
    border: 1px solid #e35e00;
  }
  .mod-button-menu {
    margin-top: 15px;
  }
  .mod-button-menu > li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .mod-button-menu > li:first-child {
    margin-top: 0;
  }
  .mod-button-menu.opt-menu-horizontal > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 5px;
  }
  .mod-button-menu.opt-menu-horizontal > li:nth-of-type(2n) {
    padding-right: 0;
  }
  .mod-button-menu.opt-menu-horizontal > li:nth-of-type(2n+1) {
    padding-left: 0;
  }
}
/* Guide Button
   ========================================================================== */
.mod-guide-button > a {
  display: block;
  width: 100%;
  padding: 14px 0 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url(/so-ss/common/img/module/button_bg02.png) repeat-x bottom;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-guide-button.is-current > a,
.mod-guide-button:hover > a {
  background: #fbc900;
  border: 1px solid #fbc900;
  color: #fff;
}
.mod-guide-button-menu {
  margin-top: 30px;
  text-align: center;
}
.mod-guide-button-menu > li {
  display: inline-block;
  width: 504px;
  margin-left: 15px;
}
.mod-guide-button-menu > li:first-child {
  margin-left: 0;
}
.mod-guide-button-menu.opt-cols-3 > li {
  width: 334px;
  margin-left: 11px;
}
.mod-guide-button-menu.opt-cols-3 > li:first-child {
  margin-left: 0;
}
.mod-guide-button-menu.opt-cols-10 > li {
  width: 92px;
  margin-left: 11px;
}
.mod-guide-button-menu.opt-cols-10 > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .mod-guide-button-menu {
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }
  .mod-guide-button-menu .mod-guide-button > a {
    padding: 12px 0 11px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
  }
  .mod-guide-button-menu .mod-guide-button.is-current > a,
  .mod-guide-button-menu .mod-guide-button:hover > a {
    border: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .mod-guide-button-menu > li {
    width: 50%;
    margin: 0;
  }
  .mod-guide-button-menu > li:first-child .mod-guide-button > a {
    border-left: none;
  }
  .mod-guide-button-menu.opt-cols-3 > li {
    width: 100%;
    margin-left: 0;
  }
  .mod-guide-button-menu.opt-cols-3 > li .mod-guide-button > a {
    border-left: none;
  }
  .mod-guide-button-menu.opt-cols-10 {
    text-align: left;
  }
  .mod-guide-button-menu.opt-cols-10 > li {
    width: 33.3%;
    margin: 0;
  }
  .mod-guide-button-menu.opt-cols-10 > li:nth-child(3n-2) .mod-guide-button > a {
    border-left: none;
  }
}
/* Category Button
   ========================================================================== */
.mod-category-button > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0 14px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.mod-category-button > a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(/common/img/parts/icon_arrow02.png) no-repeat;
  background-size: 6px 12px;
  content: "";
}
.mod-category-button.thema-fashion > a {
  padding: 6px 0;
  background-color: #ffba00;
}
.mod-category-button.thema-hobby-life > a {
  padding: 6px 0;
  background-color: #b295cb;
}
.mod-category-button.thema-service > a {
  background-color: #53c3e5;
}
.mod-category-button.thema-restaurant > a {
  background-color: #ef88b4;
}
.mod-category-button.thema-dailyfoods > a {
  background-color: #f88421;
}
.mod-category-button-menu {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
  padding: 0 24px;
}
.mod-category-button-menu > li {
  float: left;
  width: 188px;
  margin-left: 8px;
}
.mod-category-button-menu > li:first-child {
  margin-left: 0;
}
.main-content_inner > .mod-category-button-menu:first-child {
  margin-top: 30px;
}
.mod-section-title + .mod-category-button-menu {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .mod-category-button > a {
    font-size: 100%;
    padding: 15px 0;
  }
  .mod-category-button.thema-fashion > a,
  .mod-category-button.thema-hobby-life > a {
    padding: 8px 0 7px;
  }
  .mod-category-button-menu {
    margin-top: 0;
    padding: 0;
  }
  .mod-category-button-menu > li {
    width: 50%;
    margin: 10px 0 0 0;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-category-button-menu > li:nth-child(2n) {
    padding-right: 0;
    padding-left: 3px;
  }
  .main-content_inner > .mod-category-button-menu:first-child {
    margin-top: 10px;
  }
  .mod-section-title + .mod-category-button-menu {
    margin-top: 5px;
  }
}
/* Media
   ========================================================================== */
.mod-media {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.mod-media:first-child {
  margin-top: 0;
}
.mod-multi-col .mod-media {
  margin-top: 20px;
}
.main-content_inner > .mod-media:first-child {
  margin-top: 30px;
}
.mod-media_object {
  display: table;
  width: 100px;
}
.mod-media_object > figure {
  margin-top: 10px;
}
.mod-media_object > figure:first-child {
  margin-top: 0;
}
.mod-media_caption {
  display: block;
  margin-top: 8px;
  font-size: 1.2em;
  text-align: left;
}
.mod-media_body {
  overflow: hidden;
  zoom: 1;
}
.mod-media_body h1,
.mod-media_body h2,
.mod-media_body h3,
.mod-media_body h4,
.mod-media_body h5 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.8em;
}
.mod-media_body h1 + p,
.mod-media_body h2 + p,
.mod-media_body h3 + p,
.mod-media_body h4 + p,
.mod-media_body h5 + p {
  margin-top: 16px;
}
.mod-media_body h1 + p:first-child,
.mod-media_body h2 + p:first-child,
.mod-media_body h3 + p:first-child,
.mod-media_body h4 + p:first-child,
.mod-media_body h5 + p:first-child {
  margin-top: 0;
}
.mod-media.opt-media-left .mod-media_object {
  float: left;
  margin-right: 20px;
}
.mod-media.opt-media-right .mod-media_object {
  float: right;
  margin-left: 20px;
}
.mod-media.opt-media-center .mod-media_object {
  margin: 0 auto;
  text-align: center;
}
.mod-media.opt-media-center .mod-media_object + .mod-media_body {
  margin-top: 16px;
}
.mod-media.opt-media-center .mod-media_object + .mod-media_body:first-child {
  margin-top: 0;
}
.mod-media.opt-media-center .mod-media_body + .mod-media_object {
  margin-top: 16px;
}
.mod-media.opt-media-center .mod-media_body + .mod-media_object:first-child {
  margin-top: 0;
}
.mod-media.opt-media-image-fixed .mod-media_object > figure {
  width: 320px;
  height: 240px;
  text-align: center;
}
.mod-media.opt-media-image-fixed .mod-media_object > figure > img {
  height: 100%;
  max-height: 240px;
  max-width: 320px;
}
.mod-media.opt-media-image-length .mod-media_object > figure {
  width: 320px;
  height: 412px;
  text-align: center;
}
.mod-media.opt-media-image-length .mod-media_object > figure > img {
  height: 100%;
  max-height: 412px;
  max-width: 320px;
}
.mod-media.opt-media-border .mod-media_object > figure {
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
          box-shadow: 0 0 0 1px #ddd inset;
}
.mod-media.opt-media-border .mod-media_object > figure img {
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 736px) {
  .mod-media {
    margin-top: 15px;
  }
  .mod-media:first-child {
    margin-top: 0;
  }
  .mod-multi-col .mod-media {
    margin-top: 10px;
  }
  .main-content_inner > .mod-media:first-child {
    margin-top: 15px;
  }
  .mod-media_object {
    width: 100%;
    text-align: center;
  }
  .mod-media_object img {
    width: 100%;
    height: auto;
  }
  .mod-media_caption {
    font-size: 1.3em;
  }
  .mod-media_body {
    margin-top: 16px;
  }
  .mod-media_body:first-child {
    margin-top: 0;
  }
  .mod-media_body h1,
  .mod-media_body h2,
  .mod-media_body h3,
  .mod-media_body h4,
  .mod-media_body h5 {
    font-size: 1.6em;
  }
  .mod-media_body h1 + p,
  .mod-media_body h2 + p,
  .mod-media_body h3 + p,
  .mod-media_body h4 + p,
  .mod-media_body h5 + p {
    margin-top: 6px;
  }
  .mod-media_body h1 + p:first-child,
  .mod-media_body h2 + p:first-child,
  .mod-media_body h3 + p:first-child,
  .mod-media_body h4 + p:first-child,
  .mod-media_body h5 + p:first-child {
    margin-top: 0;
  }
  .mod-media.opt-media-left .mod-media_object {
    float: none;
    margin: 0;
  }
  .mod-media.opt-media-left .mod-media_object > figure {
    margin: 10px auto 0;
  }
  .mod-media.opt-media-left .mod-media_object > figure:first-child {
    margin-top: 0;
  }
  .mod-media.opt-media-right .mod-media_object {
    float: none;
    margin: 0;
  }
  .mod-media.opt-media-right .mod-media_object > figure {
    margin: 10px auto 0;
  }
  .mod-media.opt-media-right .mod-media_object > figure:first-child {
    margin-top: 0;
  }
  .mod-media.opt-media-center .mod-media_object > figure {
    margin: 10px auto 0;
  }
  .mod-media.opt-media-center .mod-media_object > figure:first-child {
    margin-top: 0;
  }
  .mod-media.opt-media-image-fixed .mod-media_object > figure {
    width: 300px;
    height: 224px;
  }
  .mod-media.opt-media-image-fixed .mod-media_object > figure > img {
    width: auto;
    max-width: 300px;
    max-height: 224px;
  }
  .mod-media.opt-media-image-length .mod-media_object > figure {
    width: 300px;
    height: 384px;
  }
  .mod-media.opt-media-image-length .mod-media_object > figure > img {
    width: auto;
    max-width: 300px;
    max-height: 384px;
  }
}
/* Separator
   ========================================================================== */
.mod-hr {
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
.mod-hr-dotted {
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #ccc;
}
.mod-hr-strong {
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 2px solid #f27500;
}
.mod-box.has-photos .mod-hr-dotted {
  margin: 12px 0 15px;
}
@media screen and (max-width: 736px) {
  .mod-hr,
  .mod-hr-dotted {
    margin: 10px 0;
  }
  .mod-box.has-photos .mod-hr-dotted {
    margin: 14px 0 15px;
  }
}
/* Link anchor
   ========================================================================== */
.mod-link-anchor {
  margin-top: 20px;
  padding: 4px 0 7px;
  background-color: #ededed;
}
.mod-link-anchor .list {
  overflow: hidden;
  zoom: 1;
}
.mod-link-anchor .list > li {
  float: left;
  padding: 3px 10px 0;
  line-height: 1.6;
  font-size: 1.2em;
}
.mod-link-anchor .list > li > a {
  padding-left: 13px;
  background: url(/common/img/parts/icon_arrow06.png) no-repeat left center;
}
.main-content_inner > .mod-link-anchor:first-child {
  margin-top: 30px;
}
p + .mod-link-anchor {
  margin-top: 16px;
}
p + .mod-link-anchor:first-child {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  .mod-link-anchor {
    margin-top: 10px;
    padding: 7px 0 6px;
  }
  .mod-link-anchor .list > li {
    float: none;
    padding: 1px 10px 2px 13px;
  }
  .main-content_inner > .mod-link-anchor:first-child {
    margin-top: 15px;
  }
  p + .mod-link-anchor {
    margin-top: 6px;
  }
  p + .mod-link-anchor:first-child {
    margin-top: 0;
  }
}
/* Pager
   ========================================================================== */
.mod-paging {
  margin-top: 40px;
  text-align: center;
}
.main-content_inner > .mod-paging:first-child {
  margin-top: 30px;
  margin-bottom: 10px;
}
.mod-paging > span > a,
.mod-paging > span > span {
  display: inline-block;
  margin: 0 3px;
  padding: 7px 9px 7px 10px;
  background-color: #ededed;
  font-size: 1.4em;
}
.mod-paging .prev,
.mod-paging .next {
  margin-top: 0;
  display: inline-block;
}
.mod-paging .prev > a,
.mod-paging .next > a {
  display: block;
  margin: 0 6px;
  padding: 5px 9px;
  border: #e35e00 2px solid;
  border-radius: 5px;
  background-color: #f58300;
  color: #fff;
  font-weight: bold;
}
.mod-paging .prev > a {
  margin: 0 3px 0 0;
}
.mod-paging .next > a {
  margin: 0 0 0 3px;
}
@media screen and (max-width: 736px) {
  .mod-paging {
    margin-top: 20px;
  }
  .main-content_inner > .mod-paging:first-child {
    margin-top: 20px;
  }
  .mod-paging .prev > a,
  .mod-paging .next > a {
    padding: 6px 10px;
  }
}
/* Page Top
   ========================================================================== */
.mod-page-top {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.2em;
  text-align: right;
}
.mod-page-top > a {
  padding: 7px 3px 5px 23px;
  text-decoration: none;
  background: url(/so-ss/common/img/module/page-top_icon01.png) no-repeat center left;
}
.mod-page-top > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .mod-page-top {
    margin-top: 10px;
  }
}
/* Icon
   ========================================================================== */
.mod-icon-window {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url(/common/img/parts/icon_window01.png) no-repeat;
}
.mod-icon-pdf {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(/common/img/parts/icon_pdf01.png) no-repeat;
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Box
   ========================================================================== */
.mod-box {
  margin-top: 20px;
  border: #ccc 1px solid;
}
.mod-multi-col .mod-box {
  margin-top: 15px;
}
.mod-box.has-category-label {
  margin-top: 15px;
}
/*  --------- Title --------- */
.mod-box_title {
  padding: 9px 0 8px 20px;
  background: url(/so-ss/common/img/module/box-title_bg01.png) repeat;
}
.mod-box_title h2,
.mod-box_title h3,
.mod-box_title h4,
.mod-box_title h5 {
  display: table-cell;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.8em;
  vertical-align: middle;
}
.mod-box_title_object {
  display: table-cell;
  vertical-align: middle;
}
.mod-box_title_object + h2,
.mod-box_title_object + h3,
.mod-box_title_object + h4,
.mod-box_title_object + h5 {
  padding-left: 12px;
}
.mod-box.has-event-icon .mod-box_title {
  padding: 20px 20px 19px;
}
.mod-box.has-event-icon .mod-box_title h2,
.mod-box.has-event-icon .mod-box_title h3,
.mod-box.has-event-icon .mod-box_title h4,
.mod-box.has-event-icon .mod-box_title h5 {
  font-size: 2.0em;
}
.mod-box.has-shop-logo .mod-box_title {
  padding: 20px 20px 18px;
}
.mod-box.has-shop-logo .mod-box_title_object > a {
  display: block;
}
.mod-box.has-shop-logo .mod-box_title_object > a > img {
  border: #666 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-box.has-shop-logo .mod-box_title_sub {
  font-size: 77.78%;
  display: block;
  margin-top: 4px;
}
.mod-box.has-photos .mod-box_title {
  padding: 12px 13px 14px;
}
.mod-box.has-photos .mod-box_title h2,
.mod-box.has-photos .mod-box_title h3,
.mod-box.has-photos .mod-box_title h4,
.mod-box.has-photos .mod-box_title h5 {
  display: block;
  clear: both;
  margin-top: 0;
  padding: 15px 0 0 5px;
}
.mod-box.has-photos .mod-box_photo-list {
  overflow: hidden;
  zoom: 1;
}
.mod-box.has-photos .mod-box_photo-list > li {
  float: left;
  width: 230px;
  margin-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-box.has-photos .mod-box_photo-list > li:first-child {
  margin-left: 0;
}
.mod-box.has-photos .mod-box_photo {
  border: #ddd 1px solid;
}
/*  --------- Body --------- */
.mod-box_body {
  padding: 15px 20px 20px;
}
.mod-box_body .mod-box_body_date {
  display: inline-block;
  margin-top: 3px;
}
.mod-box_body .mod-box_body_title {
  margin-top: 1px;
  line-height: 1.2;
  font-size: 2.2em;
}
.mod-box.has-category-label .mod-box_body {
  padding: 15px 15px 12px;
}
.mod-box.has-photos .mod-box_body {
  padding: 15px 20px 12px;
}
.mod-box_body_category {
  padding: 5px 10px 4px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.mod-box_body_category + p {
  margin-top: 11px;
}
.mod-box_body_category + p:first-child {
  margin-top: 0;
}
.mod-box_body_category.thema-01 {
  background: url(/so-ss/common/img/module/box-body_category_bg01.png) repeat;
}
.mod-box_body_category.thema-02 {
  background: url(/so-ss/common/img/module/box-body_category_bg02.png) repeat;
}
.mod-box_body_category.thema-03 {
  background: url(/so-ss/common/img/module/box-body_category_bg03.png) repeat;
}
.mod-box_body_category.thema-04 {
  background: url(/so-ss/common/img/module/box-body_category_bg04.png) repeat;
}
.mod-box_body_category.thema-05 {
  background: url(/so-ss/common/img/module/box-body_category_bg05.png) repeat;
}
.mod-box_body_category.thema-06 {
  background: url(/so-ss/common/img/module/box-body_category_bg06.png) repeat;
}
.mod-box_body_category.thema-plus {
  background: url(/so-ss/common/img/module/box-body_category_bg07.png) repeat;
}
.mod-box_body_category.thema-front {
  background: url(/so-ss/common/img/module/box-body_category_bg08.png) repeat;
}
.mod-box_body_intro {
  margin-top: 8px;
}
.mod-box_body_intro:first-child {
  margin-top: 4px;
}
.mod-box_body_intro > p {
  display: table-cell;
}
.mod-box_body_intro > p:first-child {
  width: 60px;
}
.mod-box_body_intro > p:first-child > span {
  font-size: 85.71%;
  display: block;
  width: 3em;
  padding: 3px 7px 2px;
  background-color: #666;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .mod-box {
    margin-top: 10px;
  }
  .mod-multi-col .mod-box {
    margin-top: 15px;
  }
  /*  --------- Title --------- */
  .mod-box_title {
    padding: 10px;
  }
  .mod-box_title h2,
  .mod-box_title h3,
  .mod-box_title h4,
  .mod-box_title h5 {
    font-size: 1.6em;
  }
  .mod-box.has-event-icon .mod-box_title {
    padding: 10px;
  }
  .mod-box.has-event-icon .mod-box_title h2,
  .mod-box.has-event-icon .mod-box_title h3,
  .mod-box.has-event-icon .mod-box_title h4,
  .mod-box.has-event-icon .mod-box_title h5 {
    font-size: 1.8em;
  }
  .mod-box.has-shop-logo .mod-box_title {
    padding: 20px 10px 19px;
  }
  .mod-box.has-shop-logo .mod-box_title_sub {
    font-size: 81.25%;
  }
  .mod-box.has-photos .mod-box_title {
    padding: 7px 8px 11px 7px;
  }
  .mod-box.has-photos .mod-box_title h2,
  .mod-box.has-photos .mod-box_title h3,
  .mod-box.has-photos .mod-box_title h4,
  .mod-box.has-photos .mod-box_title h5 {
    padding: 15px 0 0 5px;
  }
  .mod-box.has-photos .mod-box_photo-list > li {
    width: 50%;
    margin: 0;
    padding-left: 4px;
  }
  .mod-box.has-photos .mod-box_photo-list > li:first-child {
    padding-right: 4px;
    padding-left: 0;
  }
  .mod-box.has-photos .mod-box_photo > img {
    width: 100%;
    height: auto;
  }
  /*  --------- Body --------- */
  .mod-box_body {
    padding: 15px 10px 20px;
  }
  .mod-box_body .mod-box_body_date {
    margin-top: 6px;
  }
  .mod-box_body .mod-box_body_title {
    margin-top: 3px;
    line-height: 1.3;
    font-size: 1.8em;
  }
  .mod-box_body .mod-media.opt-media-image-fixed .mod-media_object > figure {
    width: 280px;
    height: 210px;
  }
  .mod-box_body .mod-media.opt-media-image-fixed .mod-media_object > figure > img {
    width: auto;
    max-width: 280px;
    max-height: 210px;
  }
  .mod-box.has-category-label .mod-box_body {
    padding: 15px 10px 11px;
  }
  .mod-box.has-photos .mod-box_body {
    padding: 15px 10px 10px;
  }
  .mod-box_body_category {
    padding: 5px 10px;
  }
  .mod-box_body_intro:first-child {
    margin-top: -5px;
  }
  .mod-box_body_intro > p:first-child > span {
    font-size: 84.62%;
  }
}
/* Shop
   ========================================================================== */
.mod-shop {
  margin-top: 30px;
}
.mod-shop_object {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  height: 150px;
  border: 1px solid #ddd;
  text-align: center;
}
.mod-shop_object a {
  display: block;
  height: 100%;
}
.mod-shop_object img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mod-shop-place {
  padding: 7px 10px 6px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #e2e2e2;
}
.mod-shop_genre {
  margin-top: 9px;
  font-weight: bold;
  font-size: 1.0em;
}
.mod-shop_genre + p {
  margin-top: 5px;
}
.mod-shop_category {
  margin-top: 5px;
}
.mod-shop_category > li {
  display: inline-block;
  margin: 5px 10px 0 0;
}
.mod-shop_category > li:last-child {
  margin-right: 0;
}
.mod-shop_category > li > p {
  font-size: 71.43%;
  padding: 3px 9px 3px 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background-color: #666;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.mod-shop_category > li > p.thema-fashion {
  border-color: #ffba00;
  background-color: #ffba00;
}
.mod-shop_category > li > p.thema-hobby-life {
  border-color: #b295cb;
  background-color: #b295cb;
}
.mod-shop_category > li > p.thema-service {
  border-color: #53c3e5;
  background-color: #53c3e5;
}
.mod-shop_category > li > p.thema-restaurant {
  border-color: #ef88b4;
  background-color: #ef88b4;
}
.mod-shop_category > li > p.thema-dailyfoods {
  border-color: #f88421;
  background-color: #f88421;
}
.mod-shop_category + .mod-shop_category {
  margin-top: 0;
}
p + .mod-shop_category > li {
  margin-top: 6px;
}
.mod-shop_category.opt-category-place > li > p {
  border-color: #666;
  background-color: #fff;
  color: #666;
}
.mod-shop_body {
  margin-top: 11px;
  word-break: break-all;
}
@media screen and (max-width: 736px) {
  .mod-shop {
    margin-top: 20px;
  }
  .mod-shop_object {
    width: 100%;
    height: 150px;
  }
  .mod-shop_category {
    overflow: hidden;
    zoom: 1;
  }
  .mod-shop_category > li > p {
    font-size: 76.92%;
  }
  p + .mod-shop_category {
    margin-top: 0;
  }
  .mod-shop_category > li {
    margin: 5px 5px 0 0;
  }
  .mod-shop_body p + p {
    margin-top: 4px;
  }
}
/* Page Intro
   ========================================================================== */
.mod-page-intro {
  margin-top: 30px;
  background: #ffffff url(/so-ss/common/img/module/page-intro_icon01_pc.png) no-repeat right bottom;
}
.mod-page-intro a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.mod-page-intro a:hover {
  text-decoration: underline;
}
/*.mod-page-intro_object {
  width: 230px;
  height: 172px;
  border: #ddd 1px solid;
  text-align: center;
  box-sizing: border-box;

  > img {
    height: 100%;
    max-width: 228px;
    max-height: 170px;
  }
}*/
.mod-page-intro_object {
  width: 230px;
  height: 172px;
  background-color: #fff;
  border: #ddd 1px solid;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.opt-shop-news .mod-page-intro_object {
  height: 296px;
}
.mod-page-intro_body {
  position: relative;
  padding: 0 15px 20px;
  word-break: break-all;
}
.mod-page-intro_body > p {
  margin-top: 4px;
}
.mod-page-intro_body .mod-page-intro_body_date {
  font-size: 1.2em;
  margin-top: 15px;
  font-weight: bold;
}
.mod-page-intro_body_logo {
  position: absolute;
  top: -45px;
  right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 92px;
  height: 62px;
  border: #ddd 1px solid;
  background-color: #fff;
}
.mod-page-intro_body_logo > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .mod-page-intro {
    width: 100%;
    margin-top: 10px;
    background: #ffffff url(/so-ss/common/img/module/page-intro_icon01_sp.png) no-repeat right bottom;
    background-size: 11px 11px;
  }
  /*.mod-page-intro_object {
    width: 100%;
    height: auto;

    > img {
      width: 100%;
      max-width: none;
      height: auto;
      max-height: none;
    }
  }*/
  .mod-page-intro_object {
    width: 100%;
    height: 110px;
  }
  .opt-shop-news .mod-page-intro_object {
    height: 180px;
  }
  .mod-page-intro_body {
    padding: 0 15px 10px;
  }
  .mod-page-intro_body > p {
    margin-top: 0;
  }
  .mod-page-intro_body .mod-page-intro_body_date {
    font-size: 1.1em;
    margin-top: 19px;
  }
  .mod-page-intro_body_logo {
    top: -34px;
    width: 45px;
    height: 31px;
  }
}
/* Enjoy List
   ========================================================================== */
.mod-image-link {
  overflow: hidden;
  zoom: 1;
  margin-top: 14px;
}
.mod-image-link > li {
  float: left;
  margin-left: 34px;
}
.mod-image-link > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .mod-image-link {
    overflow: hidden;
    zoom: 1;
    margin-top: 0;
  }
  .mod-image-link > li {
    width: 50%;
    margin: 10px 0 0;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-image-link > li:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
  }
  .mod-image-link > li img {
    width: 100%;
    height: auto;
  }
}
/* Multi columns
   ========================================================================== */
.mod-multi-col {
  zoom: 1;
}
.mod-multi-col:before,
.mod-multi-col:after {
  content: '';
  display: table;
}
.mod-multi-col:after {
  clear: both;
}
.mod-multi-col .row {
  zoom: 1;
}
.mod-multi-col .row:before,
.mod-multi-col .row:after {
  content: '';
  display: table;
}
.mod-multi-col .row:after {
  clear: both;
}
.mod-multi-col .col {
  float: left;
}
.mod-multi-col .col:first-child {
  margin-left: 0 !important;
}
.mod-multi-col.opt-cols-2 .col:nth-child(2n+1),
.mod-multi-col.opt-cols-3 .col:nth-child(3n+1),
.mod-multi-col.opt-cols-4 .col:nth-child(4n+1) {
  clear: left;
}
.mod-multi-col.opt-cols-2 .col {
  width: 500px;
  margin-left: 24px;
}
.mod-multi-col.opt-cols-3 .col {
  width: 320px;
  margin-left: 32px;
}
.mod-multi-col.opt-cols-4 .col {
  width: 230px;
  margin-left: 34px;
}
.mod-multi-col.opt-cols-4 .row_inner {
  float: left;
  margin-left: 34px;
}
.mod-multi-col.opt-cols-4 .row_inner:first-child {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .mod-multi-col .col {
    float: none;
  }
  .mod-multi-col.opt-cols-2 .col:nth-child(2n+1),
  .mod-multi-col.opt-cols-3 .col:nth-child(3n+1) {
    clear: left;
  }
  .mod-multi-col.opt-cols-2 .col,
  .mod-multi-col.opt-cols-3 .col {
    width: 100%;
    margin-left: 0;
  }
  .mod-multi-col.opt-cols-4 .row_inner {
    zoom: 1;
    float: none;
    margin: 0;
  }
  .mod-multi-col.opt-cols-4 .row_inner:before,
  .mod-multi-col.opt-cols-4 .row_inner:after {
    content: '';
    display: table;
  }
  .mod-multi-col.opt-cols-4 .row_inner:after {
    clear: both;
  }
  .mod-multi-col.opt-cols-4 .col {
    float: left;
    width: 50%;
    margin: 0;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-multi-col.opt-cols-4 .col:first-child {
    padding-right: 6px;
    padding-left: 0;
  }
}
/* shop_form
   ========================================================================== */
.shop_form_title {
  background-color: #ffe589;
  padding: 16px 17px;
  cursor: pointer;
  position: relative;
}
.shop_form_title > h2 {
  font-size: 2.0em;
  position: relative;
  padding-left: 10px;
}
.shop_form_title > h2:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f27500;
}
@media screen and (max-width: 736px) {
  .shop_form_title > h2 {
    font-size: 1.8em;
  }
}
.shop_form_main {
  background-color: #eee;
  padding: 24px 59px 22px;
}
.shop_form_main .shop_form_main_inputwrap {
  overflow: hidden;
}
.shop_form_main .shop_form_main_inputkey {
  float: left;
  width: 270px;
}
.shop_form_main .shop_form_main_inputcategory {
  float: right;
  width: 561px;
}
@media screen and (max-width: 736px) {
  .shop_form_main {
    padding: 17px 10px 21px;
  }
  .shop_form_main .shop_form_main_inputkey,
  .shop_form_main .shop_form_main_inputcategory {
    float: none;
    width: auto;
  }
}
.shop_form_main_inputkey > label,
.shop_form_main_inputcategory > label {
  display: block;
  font-weight: bold;
  font-size: 1.4em;
}
.shop_form_main_inputkey input[type="search"],
.shop_form_main_inputcategory input[type="search"] {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .shop_form_main_inputkey > label,
  .shop_form_main_inputcategory > label {
    font-weight: normal;
    font-size: 1.3em;
  }
  .shop_form_main_inputkey input[type="search"],
  .shop_form_main_inputcategory input[type="search"] {
    margin-top: 5px;
  }
}
.shop_form_main_inputcategory {
  margin-left: 37px;
  border-left: 1px solid #ccc;
  padding-left: 37px;
}
.shop_form_main_inputcategory .shop_form_main_input_checkbox {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  .shop_form_main_inputcategory {
    margin-top: 17px;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
}
.shop_form_main_error {
  margin-top: 21px;
  font-weight: bold;
  text-align: center;
  color: #f00;
  display: none;
}
.shop_form_main_btn {
  margin-top: 21px;
  text-align: center;
}
.shop_form_main_btn input {
  padding: 16px 141px;
  font-size: 1.6em;
}
@media screen and (max-width: 736px) {
  .shop_form_main_btn {
    margin-top: 23px;
  }
  .shop_form_main_btn input {
    padding: 5px 30px 4px;
    font-size: 1.8em;
  }
}
/* ==========================================================================
   Form module
   ========================================================================== */
/* reset
   ========================================================================== */
input,
select {
  margin: 0;
  font-size: 1.0em;
  vertical-align: middle;
  color: #333333;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="submit"],
select {
  cursor: pointer;
}
input[disabled] {
  cursor: not-allowed;
}
input[type="hidden"] {
  display: none;
}
/* Form
   ========================================================================== */
/* Inline form-parts
   ========================================================================== */
.mod-form_inline {
  margin-top: -10px;
  margin-left: -30px;
}
.mod-form_inline .mod-form_inline_item {
  display: inline-block;
  margin-top: 10px;
  margin-left: 30px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .mod-form_inline .mod-form_inline_item {
    display: block;
  }
}
/* Select
   ========================================================================== */
.mod-form_select {
  border: 1px solid #ccc;
  padding: 4px 5px;
  font-size: 1.4em;
}
.mod-form_select:hover {
  border-color: #333333;
}
@media screen and (max-width: 736px) {
  .mod-form_select {
    font-size: 1.3em;
  }
}
/* input Text
   ========================================================================== */
.mod-form_text {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 1.4em;
}
.mod-form_text:hover {
  border-color: #333333;
}
@media screen and (max-width: 736px) {
  .mod-form_text {
    font-size: 1.3em;
  }
}
/* input Btn
   ========================================================================== */
.mod-form_btn {
  border: 2px solid #f66c03;
  border-radius: 4px;
  padding: 1px 16px;
  font-size: 1.8em;
  font-weight: bold;
  background-color: #ff793c;
  color: #fff;
}
.mod-form_btn:hover {
  border-color: #fec79e;
}
.mod-form_btn.opt-form_btn-cancel {
  border: 2px solid #aaa;
  background-color: #cbcbcb;
  color: #777;
}
.mod-form_btn.opt-form_btn-cancel:hover {
  border-color: #e9e9e9;
}
/* input checkbox
   ========================================================================== */
.mod-form_checkbox {
  font-size: 1.4em;
  line-height: 20px;
}
.mod-form_checkbox input[type="checkbox"] {
  margin-right: 8px;
}
@media (min-width: 1px) {
  .mod-form_checkbox {
    position: relative;
    padding-left: 28px;
  }
  .mod-form_checkbox input[type="checkbox"] {
    display: none;
  }
  .mod-form_checkbox .mod-form_checkbox_text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #aaa;
    background-color: #fff;
  }
  .mod-form_checkbox input[type="checkbox"]:checked + .mod-form_checkbox_text:after {
    content: '';
    position: absolute;
    top: -15px;
    bottom: 0;
    left: 2px;
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    border-left: 3px solid #333333;
    border-bottom: 3px solid #333333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mod-form_checkbox:hover .mod-form_checkbox_text:before {
    border-color: #333333;
  }
}
@media screen and (max-width: 736px) {
  .mod-form_checkbox {
    font-size: 1.3em;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Font size
   ========================================================================== */
/* Relative size */
.size-xxsmall {
  font-size: 71.43% !important;
}
.size-xxsmall .size-xxsmall {
  font-size: 100% !important;
}
.size-xsmall .size-xxsmall {
  font-size: 83.33% !important;
}
.size-small .size-xxsmall {
  font-size: 76.92% !important;
}
.size-large .size-xxsmall {
  font-size: 66.67% !important;
}
.size-xlarge .size-xxsmall {
  font-size: 62.5% !important;
}
.size-xxlarge .size-xxsmall {
  font-size: 55.56% !important;
}
.size-xxxlarge .size-xxsmall {
  font-size: 50% !important;
}
.size-xxxxlarge .size-xxsmall {
  font-size: 45.45% !important;
}
h1.size-xxsmall,
h2.size-xxsmall,
h3.size-xxsmall,
h4.size-xxsmall,
h5.size-xxsmall,
h6.size-xxsmall,
dt.size-xxsmall,
dd.size-xxsmall,
li.size-xxsmall,
caption.size-xxsmall,
col.size-xxsmall,
th.size-xxsmall,
td.size-xxsmall,
p.size-xxsmall,
address.size-xxsmall,
figcaption.size-xxsmall {
  font-size: 1.0em !important;
}
.size-xsmall {
  font-size: 85.71% !important;
}
.size-xxsmall .size-xsmall {
  font-size: 120% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 92.31% !important;
}
.size-large .size-xsmall {
  font-size: 80% !important;
}
.size-xlarge .size-xsmall {
  font-size: 75% !important;
}
.size-xxlarge .size-xsmall {
  font-size: 66.67% !important;
}
.size-xxxlarge .size-xsmall {
  font-size: 60% !important;
}
.size-xxxxlarge .size-xsmall {
  font-size: 54.55% !important;
}
h1.size-xsmall,
h2.size-xsmall,
h3.size-xsmall,
h4.size-xsmall,
h5.size-xsmall,
h6.size-xsmall,
dt.size-xsmall,
dd.size-xsmall,
li.size-xsmall,
caption.size-xsmall,
col.size-xsmall,
th.size-xsmall,
td.size-xsmall,
p.size-xsmall,
address.size-xsmall,
figcaption.size-xsmall {
  font-size: 1.2em !important;
}
.size-small {
  font-size: 92.86% !important;
}
.size-xxsmall .size-small {
  font-size: 130% !important;
}
.size-xsmall .size-small {
  font-size: 108.33% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 86.67% !important;
}
.size-xlarge .size-small {
  font-size: 81.25% !important;
}
.size-xxlarge .size-small {
  font-size: 72.22% !important;
}
.size-xxxlarge .size-small {
  font-size: 65% !important;
}
.size-xxxxlarge .size-small {
  font-size: 59.09% !important;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
col.size-small,
th.size-small,
td.size-small,
p.size-small,
address.size-small,
figcaption.size-small {
  font-size: 1.3em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xxsmall .size-medium {
  font-size: 140% !important;
}
.size-xsmall .size-medium {
  font-size: 116.67% !important;
}
.size-small .size-medium {
  font-size: 107.69% !important;
}
.size-large .size-medium {
  font-size: 93.33% !important;
}
.size-xlarge .size-medium {
  font-size: 87.5% !important;
}
.size-xxlarge .size-medium {
  font-size: 77.78% !important;
}
.size-xxxlarge .size-medium {
  font-size: 70% !important;
}
.size-xxxxlarge .size-medium {
  font-size: 63.64% !important;
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
h5.size-medium,
h6.size-medium,
dt.size-medium,
dd.size-medium,
li.size-medium,
caption.size-medium,
col.size-medium,
th.size-medium,
td.size-medium,
p.size-medium,
address.size-medium,
figcaption.size-medium {
  font-size: 1.4em !important;
}
.size-large {
  font-size: 107.14% !important;
}
.size-xxsmall .size-large {
  font-size: 150% !important;
}
.size-xsmall .size-large {
  font-size: 125% !important;
}
.size-small .size-large {
  font-size: 115.38% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 93.75% !important;
}
.size-xxlarge .size-large {
  font-size: 83.33% !important;
}
.size-xxxlarge .size-large {
  font-size: 75% !important;
}
.size-xxxxlarge .size-large {
  font-size: 68.18% !important;
}
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
col.size-large,
th.size-large,
td.size-large,
p.size-large,
address.size-large,
figcaption.size-large {
  font-size: 1.5em !important;
}
.size-xlarge {
  font-size: 114.29% !important;
}
.size-xxsmall .size-xlarge {
  font-size: 160% !important;
}
.size-xsmall .size-xlarge {
  font-size: 133.33% !important;
}
.size-small .size-xlarge {
  font-size: 123.08% !important;
}
.size-large .size-xlarge {
  font-size: 106.67% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 88.89% !important;
}
.size-xxxlarge .size-xlarge {
  font-size: 80% !important;
}
.size-xxxxlarge .size-xlarge {
  font-size: 72.73% !important;
}
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
col.size-xlarge,
th.size-xlarge,
td.size-xlarge,
p.size-xlarge,
address.size-xlarge,
figcaption.size-xlarge {
  font-size: 1.6em !important;
}
.size-xxlarge {
  font-size: 128.57% !important;
}
.size-xxsmall .size-xxlarge {
  font-size: 180% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 150% !important;
}
.size-small .size-xxlarge {
  font-size: 138.46% !important;
}
.size-large .size-xxlarge {
  font-size: 120% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 112.5% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
.size-xxxlarge .size-xxlarge {
  font-size: 90% !important;
}
.size-xxxxlarge .size-xxlarge {
  font-size: 81.82% !important;
}
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
col.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge,
figcaption.size-xxlarge {
  font-size: 1.8em !important;
}
.size-xxxlarge {
  font-size: 142.86% !important;
}
.size-xxsmall .size-xxxlarge {
  font-size: 200% !important;
}
.size-xsmall .size-xxxlarge {
  font-size: 166.67% !important;
}
.size-small .size-xxxlarge {
  font-size: 153.85% !important;
}
.size-large .size-xxxlarge {
  font-size: 133.33% !important;
}
.size-xlarge .size-xxxlarge {
  font-size: 125% !important;
}
.size-xxlarge .size-xxxlarge {
  font-size: 111.11% !important;
}
.size-xxxlarge .size-xxxlarge {
  font-size: 100% !important;
}
.size-xxxxlarge .size-xxxlarge {
  font-size: 90.91% !important;
}
h1.size-xxxlarge,
h2.size-xxxlarge,
h3.size-xxxlarge,
h4.size-xxxlarge,
h5.size-xxxlarge,
h6.size-xxxlarge,
dt.size-xxxlarge,
dd.size-xxxlarge,
li.size-xxxlarge,
caption.size-xxxlarge,
col.size-xxxlarge,
th.size-xxxlarge,
td.size-xxxlarge,
p.size-xxxlarge,
address.size-xxxlarge,
figcaption.size-xxxlarge {
  font-size: 2.0em !important;
}
.size-xxxxlarge {
  font-size: 157.14% !important;
}
.size-xxsmall .size-xxxxlarge {
  font-size: 220% !important;
}
.size-xsmall .size-xxxxlarge {
  font-size: 183.33% !important;
}
.size-small .size-xxxxlarge {
  font-size: 169.23% !important;
}
.size-large .size-xxxxlarge {
  font-size: 146.67% !important;
}
.size-xlarge .size-xxxxlarge {
  font-size: 137.5% !important;
}
.size-xxlarge .size-xxxxlarge {
  font-size: 122.22% !important;
}
.size-xxxlarge .size-xxxxlarge {
  font-size: 110% !important;
}
.size-xxxxlarge .size-xxxxlarge {
  font-size: 100% !important;
}
h1.size-xxxxlarge,
h2.size-xxxxlarge,
h3.size-xxxxlarge,
h4.size-xxxxlarge,
h5.size-xxxxlarge,
h6.size-xxxxlarge,
dt.size-xxxxlarge,
dd.size-xxxxlarge,
li.size-xxxxlarge,
caption.size-xxxxlarge,
col.size-xxxxlarge,
th.size-xxxxlarge,
td.size-xxxxlarge,
p.size-xxxxlarge,
address.size-xxxxlarge,
figcaption.size-xxxxlarge {
  font-size: 2.2em !important;
}
@media screen and (max-width: 736px) {
  /* Relative size */
  .size-xxsmall {
    font-size: 76.92% !important;
  }
  .size-xxsmall .size-xxsmall {
    font-size: 100% !important;
  }
  .size-xsmall .size-xxsmall {
    font-size: 83.33% !important;
  }
  .size-small .size-xxsmall {
    font-size: 83.33% !important;
  }
  .size-large .size-xxsmall {
    font-size: 71.43% !important;
  }
  .size-xlarge .size-xxsmall {
    font-size: 71.43% !important;
  }
  .size-xxlarge .size-xxsmall {
    font-size: 62.5% !important;
  }
  .size-xxxlarge .size-xxsmall {
    font-size: 55.56% !important;
  }
  .size-xxxxlarge .size-xxsmall {
    font-size: 55.56% !important;
  }
  h1.size-xxsmall,
  h2.size-xxsmall,
  h3.size-xxsmall,
  h4.size-xxsmall,
  h5.size-xxsmall,
  h6.size-xxsmall,
  dt.size-xxsmall,
  dd.size-xxsmall,
  li.size-xxsmall,
  caption.size-xxsmall,
  col.size-xxsmall,
  th.size-xxsmall,
  td.size-xxsmall,
  p.size-xxsmall,
  address.size-xxsmall,
  figcaption.size-xxsmall {
    font-size: 1.0em !important;
  }
  .size-xsmall {
    font-size: 92.31% !important;
  }
  .size-xxsmall .size-xsmall {
    font-size: 120% !important;
  }
  .size-xsmall .size-xsmall {
    font-size: 100% !important;
  }
  .size-small .size-xsmall {
    font-size: 100% !important;
  }
  .size-large .size-xsmall {
    font-size: 85.71% !important;
  }
  .size-xlarge .size-xsmall {
    font-size: 85.71% !important;
  }
  .size-xxlarge .size-xsmall {
    font-size: 75% !important;
  }
  .size-xxxlarge .size-xsmall {
    font-size: 66.67% !important;
  }
  .size-xxxxlarge .size-xsmall {
    font-size: 66.67% !important;
  }
  h1.size-xsmall,
  h2.size-xsmall,
  h3.size-xsmall,
  h4.size-xsmall,
  h5.size-xsmall,
  h6.size-xsmall,
  dt.size-xsmall,
  dd.size-xsmall,
  li.size-xsmall,
  caption.size-xsmall,
  col.size-xsmall,
  th.size-xsmall,
  td.size-xsmall,
  p.size-xsmall,
  address.size-xsmall,
  figcaption.size-xsmall {
    font-size: 1.2em !important;
  }
  .size-small {
    font-size: 92.31% !important;
  }
  .size-xxsmall .size-small {
    font-size: 120% !important;
  }
  .size-xsmall .size-small {
    font-size: 100% !important;
  }
  .size-small .size-small {
    font-size: 100% !important;
  }
  .size-large .size-small {
    font-size: 85.71% !important;
  }
  .size-xlarge .size-small {
    font-size: 85.71% !important;
  }
  .size-xxlarge .size-small {
    font-size: 75% !important;
  }
  .size-xxxlarge .size-small {
    font-size: 66.67% !important;
  }
  .size-xxxxlarge .size-small {
    font-size: 66.67% !important;
  }
  h1.size-small,
  h2.size-small,
  h3.size-small,
  h4.size-small,
  h5.size-small,
  h6.size-small,
  dt.size-small,
  dd.size-small,
  li.size-small,
  caption.size-small,
  col.size-small,
  th.size-small,
  td.size-small,
  p.size-small,
  address.size-small,
  figcaption.size-small {
    font-size: 1.2em !important;
  }
  .size-medium {
    font-size: 100% !important;
  }
  .size-xxsmall .size-medium {
    font-size: 130% !important;
  }
  .size-xsmall .size-medium {
    font-size: 108.33% !important;
  }
  .size-small .size-medium {
    font-size: 108.33% !important;
  }
  .size-large .size-medium {
    font-size: 92.86% !important;
  }
  .size-xlarge .size-medium {
    font-size: 92.86% !important;
  }
  .size-xxlarge .size-medium {
    font-size: 81.25% !important;
  }
  .size-xxxlarge .size-medium {
    font-size: 72.22% !important;
  }
  .size-xxxxlarge .size-medium {
    font-size: 72.22% !important;
  }
  h1.size-medium,
  h2.size-medium,
  h3.size-medium,
  h4.size-medium,
  h5.size-medium,
  h6.size-medium,
  dt.size-medium,
  dd.size-medium,
  li.size-medium,
  caption.size-medium,
  col.size-medium,
  th.size-medium,
  td.size-medium,
  p.size-medium,
  address.size-medium,
  figcaption.size-medium {
    font-size: 1.3em !important;
  }
  .size-large {
    font-size: 107.69% !important;
  }
  .size-xxsmall .size-large {
    font-size: 140% !important;
  }
  .size-xsmall .size-large {
    font-size: 116.67% !important;
  }
  .size-small .size-large {
    font-size: 116.67% !important;
  }
  .size-large .size-large {
    font-size: 100% !important;
  }
  .size-xlarge .size-large {
    font-size: 100% !important;
  }
  .size-xxlarge .size-large {
    font-size: 87.5% !important;
  }
  .size-xxxlarge .size-large {
    font-size: 77.78% !important;
  }
  .size-xxxxlarge .size-large {
    font-size: 77.78% !important;
  }
  h1.size-large,
  h2.size-large,
  h3.size-large,
  h4.size-large,
  h5.size-large,
  h6.size-large,
  dt.size-large,
  dd.size-large,
  li.size-large,
  caption.size-large,
  col.size-large,
  th.size-large,
  td.size-large,
  p.size-large,
  address.size-large,
  figcaption.size-large {
    font-size: 1.4em !important;
  }
  .size-xlarge {
    font-size: 107.69% !important;
  }
  .size-xxsmall .size-xlarge {
    font-size: 140% !important;
  }
  .size-xsmall .size-xlarge {
    font-size: 116.67% !important;
  }
  .size-small .size-xlarge {
    font-size: 116.67% !important;
  }
  .size-large .size-xlarge {
    font-size: 100% !important;
  }
  .size-xlarge .size-xlarge {
    font-size: 100% !important;
  }
  .size-xxlarge .size-xlarge {
    font-size: 87.5% !important;
  }
  .size-xxxlarge .size-xlarge {
    font-size: 77.78% !important;
  }
  .size-xxxxlarge .size-xlarge {
    font-size: 77.78% !important;
  }
  h1.size-xlarge,
  h2.size-xlarge,
  h3.size-xlarge,
  h4.size-xlarge,
  h5.size-xlarge,
  h6.size-xlarge,
  dt.size-xlarge,
  dd.size-xlarge,
  li.size-xlarge,
  caption.size-xlarge,
  col.size-xlarge,
  th.size-xlarge,
  td.size-xlarge,
  p.size-xlarge,
  address.size-xlarge,
  figcaption.size-xlarge {
    font-size: 1.4em !important;
  }
  .size-xxlarge {
    font-size: 123.08% !important;
  }
  .size-xxsmall .size-xxlarge {
    font-size: 160% !important;
  }
  .size-xsmall .size-xxlarge {
    font-size: 133.33% !important;
  }
  .size-small .size-xxlarge {
    font-size: 133.33% !important;
  }
  .size-large .size-xxlarge {
    font-size: 114.29% !important;
  }
  .size-xlarge .size-xxlarge {
    font-size: 114.29% !important;
  }
  .size-xxlarge .size-xxlarge {
    font-size: 100% !important;
  }
  .size-xxxlarge .size-xxlarge {
    font-size: 88.89% !important;
  }
  .size-xxxxlarge .size-xxlarge {
    font-size: 88.89% !important;
  }
  h1.size-xxlarge,
  h2.size-xxlarge,
  h3.size-xxlarge,
  h4.size-xxlarge,
  h5.size-xxlarge,
  h6.size-xxlarge,
  dt.size-xxlarge,
  dd.size-xxlarge,
  li.size-xxlarge,
  caption.size-xxlarge,
  col.size-xxlarge,
  th.size-xxlarge,
  td.size-xxlarge,
  p.size-xxlarge,
  address.size-xxlarge,
  figcaption.size-xxlarge {
    font-size: 1.6em !important;
  }
  .size-xxxlarge {
    font-size: 138.46% !important;
  }
  .size-xxsmall .size-xxxlarge {
    font-size: 180% !important;
  }
  .size-xsmall .size-xxxlarge {
    font-size: 150% !important;
  }
  .size-small .size-xxxlarge {
    font-size: 150% !important;
  }
  .size-large .size-xxxlarge {
    font-size: 128.57% !important;
  }
  .size-xlarge .size-xxxlarge {
    font-size: 128.57% !important;
  }
  .size-xxlarge .size-xxxlarge {
    font-size: 112.5% !important;
  }
  .size-xxxlarge .size-xxxlarge {
    font-size: 100% !important;
  }
  .size-xxxxlarge .size-xxxlarge {
    font-size: 100% !important;
  }
  h1.size-xxxlarge,
  h2.size-xxxlarge,
  h3.size-xxxlarge,
  h4.size-xxxlarge,
  h5.size-xxxlarge,
  h6.size-xxxlarge,
  dt.size-xxxlarge,
  dd.size-xxxlarge,
  li.size-xxxlarge,
  caption.size-xxxlarge,
  col.size-xxxlarge,
  th.size-xxxlarge,
  td.size-xxxlarge,
  p.size-xxxlarge,
  address.size-xxxlarge,
  figcaption.size-xxxlarge {
    font-size: 1.8em !important;
  }
  .size-xxxxlarge {
    font-size: 138.46% !important;
  }
  .size-xxsmall .size-xxxxlarge {
    font-size: 180% !important;
  }
  .size-xsmall .size-xxxxlarge {
    font-size: 150% !important;
  }
  .size-small .size-xxxxlarge {
    font-size: 150% !important;
  }
  .size-large .size-xxxxlarge {
    font-size: 128.57% !important;
  }
  .size-xlarge .size-xxxxlarge {
    font-size: 128.57% !important;
  }
  .size-xxlarge .size-xxxxlarge {
    font-size: 112.5% !important;
  }
  .size-xxxlarge .size-xxxxlarge {
    font-size: 100% !important;
  }
  .size-xxxxlarge .size-xxxxlarge {
    font-size: 100% !important;
  }
  h1.size-xxxxlarge,
  h2.size-xxxxlarge,
  h3.size-xxxxlarge,
  h4.size-xxxxlarge,
  h5.size-xxxxlarge,
  h6.size-xxxxlarge,
  dt.size-xxxxlarge,
  dd.size-xxxxlarge,
  li.size-xxxxlarge,
  caption.size-xxxxlarge,
  col.size-xxxxlarge,
  th.size-xxxxlarge,
  td.size-xxxxlarge,
  p.size-xxxxlarge,
  address.size-xxxxlarge,
  figcaption.size-xxxxlarge {
    font-size: 1.8em !important;
  }
}
/* Absolute size */
.size-10px {
  font-size: 10px !important;
}
.size-12px {
  font-size: 12px !important;
}
.size-13px {
  font-size: 13px !important;
}
.size-14px {
  font-size: 14px !important;
}
.size-16px {
  font-size: 16px !important;
}
.size-18px {
  font-size: 18px !important;
}
.size-20px {
  font-size: 20px !important;
}
.size-22px {
  font-size: 22px !important;
}
.size-24px {
  font-size: 24px !important;
}
.size-26px {
  font-size: 26px !important;
}
.size-28px {
  font-size: 28px !important;
}
.size-30px {
  font-size: 30px !important;
}
/* Line Height
   ========================================================================== */
.line-height-narrow {
  line-height: 1.2 !important;
}
/* Font weight
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #333333 !important;
}
.color-strong {
  color: #f27500 !important;
}
.color-strongest {
  color: #f60202 !important;
}
.color-thin {
  color: #333333 !important;
}
/* Font style
   ========================================================================== */
.style-lined {
  text-decoration: underline !important;
}
/* Float
   ========================================================================== */
.pull-none {
  float: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Space
   ========================================================================== */
.space-normal {
  margin-top: 11px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 6px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 16px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-veryfar {
  margin-top: 21px;
}
.space-veryfar:first-child {
  margin-top: 0;
}
.space-section {
  margin-top: 30px;
}
.space-section:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.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;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !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;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !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;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !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;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* Padding
   ========================================================================== */
.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;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !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;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !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;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !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;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font size */
.th-size-10px th,
.td-size-10px td {
  font-size: 10px;
}
.th-size-12px th,
.td-size-12px td {
  font-size: 12px;
}
.th-size-14px th,
.td-size-14px td {
  font-size: 14px;
}
.th-size-16px th,
.td-size-16px td {
  font-size: 16px;
}
.th-size-18px th,
.td-size-18px td {
  font-size: 18px;
}
.th-size-20px th,
.td-size-20px td {
  font-size: 20px;
}
.th-size-22px th,
.td-size-22px td {
  font-size: 22px;
}
.th-size-24px th,
.td-size-24px td {
  font-size: 24px;
}
.th-size-26px th,
.td-size-26px td {
  font-size: 26px;
}
.th-size-28px th,
.td-size-28px td {
  font-size: 28px;
}
.th-size-30px th,
.td-size-30px td {
  font-size: 30px;
}
/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* ==========================================================================
   Function module
   ========================================================================== */
/* Alpha rollover
   ========================================================================== */
.fn-alpha-rollover {
  opacity: 1;
  background: url(/common/img/parts/px.png) no-repeat;
}
.fn-alpha-rollover:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.fn-alpha-rollover-holder {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.fn-alpha-rollover-holder:hover {
  background-color: #fff;
}
.fn-alpha-rollover-holder.opt-holder-round {
  border-radius: 4px;
}
/* Only SP/PC
   ========================================================================== */
.fn-only-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .fn-only-pc {
    display: none;
  }
  .fn-alpha-rollover:hover {
    opacity: 1;
  }
  .fn-only-sp {
    display: block;
  }
  .fn-responsive-word-break {
    display: block;
  }
  .fn-responsive-image-switch {
    width: 100%;
    height: auto;
  }
}
