@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Oswald:400);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url("./header-footer.css");
/*---------------------------- reset ----------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  color: black;
  background: white;
  overflow-y: scroll;
}

body {
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
}

hr, legend {
  display: none;
}

img {
  border: none;
  vertical-align: bottom;
}

div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td {
  margin: 0;
  padding: 0;
}

address, th, caption, em, strong {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
}

sup {
  vertical-align: text-top;
  font-size: 72%;
}

sub {
  vertical-align: text-bottom;
  font-size: 72%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-size: inherit;
}

caption {
  text-align: left;
}

fieldset {
  border: 0;
}

a {
  overflow: hidden;
  outline: none;
}
a:link {
  color: #008f57;
  text-decoration: none;
}
a:visited {
  color: #008f57;
  text-decoration: none;
}
a:hover, a:active {
  color: #008f57;
  text-decoration: underline;
}

/*
# ボックス
*/
.is-popup {
  overflow-x: hidden;
}

.mod-box-col2 {
  zoom: 1;
}
.mod-box-col2:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-col2 .col2-1,
.mod-box-col2 .col2-2 {
  float: left;
  width: 475px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2 .col2-1,
  .mod-box-col2 .col2-2 {
    float: none;
    width: 100%;
  }
}
.mod-box-col2 .col2-1 {
  margin-right: 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2 .col2-1 {
    margin-right: 0;
  }
}
.mod-box-col2 .col2-2 {
  margin-right: 0;
}

.mod-box-col2b {
  zoom: 1;
}
.mod-box-col2b:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-col2b .col2-1 {
  margin-right: 30px;
  width: 390px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2b .col2-1 {
    margin-right: 0;
  }
}
.mod-box-col2b .col2-2 {
  margin-right: 0;
  width: 560px;
}
.mod-box-col2b .col2-1,
.mod-box-col2b .col2-2 {
  float: left;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2b .col2-1,
  .mod-box-col2b .col2-2 {
    float: none;
    width: 100%;
  }
}

.mod-box-popup {
  width: 900px;
  margin: 0 auto;
  padding: 5px 0px 10px;
}
.mod-box-popup .popup-title {
  position: relative;
  font-size: 128%;
  padding-bottom: 0px;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-popup .popup-title {
    font-size: 100%;
  }
}
.mod-box-popup .popup-title.title-btn {
  padding: 10px 0 18px;
}
.mod-box-popup .popup-title span {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  width: 160px;
  font-size: 77%;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap {
    zoom: 1;
    display: table;
    padding: 10px 0;
  }
  .mod-box-cap:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap dt {
    display: table-cell;
    float: left;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap dt a img {
    width: 100%;
    height: auto;
  }
}
.mod-box-cap dd {
  position: relative;
  margin-top: 15px;
  padding-right: 15px;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 114%;
  line-height: 1.35;
  background: url("/shared/image_new/arrow_ri_gray.png") no-repeat right 4px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-cap dd {
    background: url("/shared/image_new/arrow_ri_gray@2x.png") no-repeat right 4px;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
  }
}
.mod-box-cap dd:hover {
  color: #008f57;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap dd {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
    background: none;
  }
  .mod-box-cap dd:after {
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -7px;
    background: url("/shared/image_new/arrow_ri_gray.png") no-repeat left top;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-cap dd:after {
    background: url("/shared/image_new/arrow_ri_gray@2x.png") no-repeat left top;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 {
    zoom: 1;
    display: table;
    padding: 10px 0;
  }
  .mod-box-cap2:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dt {
    display: table-cell;
    float: left;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dt a img {
    width: 100px;
    height: auto;
  }
}
.mod-box-cap2 dd {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
  font-size: 114%;
  font-weight: 700;
  line-height: 1.35;
  background: url("/shared/image_new/icon_zoom.png") no-repeat right 4px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-cap2 dd {
    background: url("/shared/image_new/icon_zoom@2x.png") no-repeat right 4px;
    -webkit-background-size: 14px 13px;
    -moz-background-size: 14px 13px;
    -o-background-size: 14px 13px;
    background-size: 14px 13px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dd {
    font-size: 100%;
    line-height: 1.5;
  }
}
.mod-box-cap2 dd span {
  display: block;
  color: #999;
  font-size: 75%;
  line-height: 1.5;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dd span {
    display: none;
  }
}
.mod-box-cap2 dd.movie {
  background: url("/shared/image_new/icon_movie.png") no-repeat right 4px !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dd.movie {
    background: none !important;
  }
  .mod-box-cap2 dd.movie:after {
    background: url("/shared/image_new/icon_movie.png") no-repeat left top;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-cap2 dd.movie:after {
    background: url("/shared/image_new/icon_movie@2x.png") no-repeat left top;
    -webkit-background-size: 14px 13px;
    -moz-background-size: 14px 13px;
    -o-background-size: 14px 13px;
    background-size: 14px 13px;
  }
}
.mod-box-cap2 dd:hover {
  color: #008f57;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap2 dd {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
    background: none;
  }
  .mod-box-cap2 dd:after {
    position: absolute;
    width: 17px;
    height: 16px;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -8px;
    background: url("/shared/image_new/icon_zoom.png") no-repeat left top;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-cap2 dd:after {
    background: url("/shared/image_new/icon_zoom@2x.png") no-repeat left top;
    -webkit-background-size: 14px 13px;
    -moz-background-size: 14px 13px;
    -o-background-size: 14px 13px;
    background-size: 14px 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap3 {
    zoom: 1;
    display: table;
    padding: 10px 0;
  }
  .mod-box-cap3:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap3 dt {
    display: table-cell;
    float: left;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap3 dt a img {
    width: 100%;
    height: auto;
  }
}
.mod-box-cap3 dd {
  position: relative;
  margin-top: 15px;
  padding-right: 15px;
  font-size: 85%;
  line-height: 1.35;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-box-cap3 dd:hover {
  color: #008f57;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap3 dd {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
    background: none;
  }
}

.mod-box-cap4 {
  zoom: 1;
}
.mod-box-cap4:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap4 {
    padding: 15px 10px;
  }
}
.mod-box-cap4 dt {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap4 dt img {
    width: 60%;
    height: auto;
  }
}
.mod-box-cap4 dd {
  position: relative;
  margin-top: 10px;
  padding-right: 15px;
  line-height: 1.35;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap4 dd {
    padding-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap4 dd {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
    background: none;
  }
}
.mod-box-cap4 dd .cap-title {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-cap4 dd .cap-title {
    font-size: 100%;
  }
}
.mod-box-cap4 dd .cap-date {
  margin-top: 5px;
  color: #666;
  font-size: 85%;
}
.mod-box-cap4 dd .cap-comment {
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.75;
}
.mod-box-cap4 dd .cap-more {
  margin-top: 15px;
  text-align: right;
}

.mod-box-cap5 {
  zoom: 1;
  padding: 20px;
  border: 1px solid #ccc;
}
.mod-box-cap5:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-cap5 .mod-txt-ttl1 {
  padding-bottom: 20px;
}
.mod-box-cap5 .cap-image img {
  max-width: 100%;
  height: auto;
}
.mod-box-cap5 .cap-comment {
  margin-top: 15px;
  font-size: 85%;
  line-height: 1.75;
}
.mod-box-cap5 .cap-more {
  margin-top: 15px;
  text-align: right;
}

.mod-box-section {
  margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-section.selection {
    margin-top: 0;
  }
}

.mod-box-gray {
  position: relative;
  margin: 0 -40px;
  *width: 980px;
  padding: 40px;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-gray {
    margin: 0 -21px;
    padding: 40px 21px 40px 21px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-gray {
    margin: 0 -10px;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-gray {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-box-gray2 {
  padding: 10px 15px;
  background: #e8e8e8;
  line-height: 1.75;
  font-size: 71%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-gray2 {
    padding: 15px;
  }
}

.mod-box-gray3 {
  margin: 0 -30px;
  padding: 30px;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-gray3 {
    margin: 0 -10px;
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-gray3 {
    margin: 0 -10px;
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-gray3 {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-box-orange {
  margin: 0 -40px;
  *width: 980px;
  padding: 40px;
  background: url("/shared/image_new/bg_orange.gif") repeat left top #fae7d0;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-orange {
    margin: 0 -21px;
    padding: 40px 21px 40px 21px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-orange {
    margin: 0 -10px;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-orange {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-box-pink {
  margin: 0 -40px;
  *width: 980px;
  padding: 40px;
  background: url("/shared/image_new/bg_pink.gif") repeat left top #f6e2e5;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-pink {
    margin: 0 -21px;
    padding: 40px 21px 40px 21px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-pink {
    margin: 0 -10px;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-pink {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-box-purple {
  margin: 0 -40px;
  *width: 980px;
  padding: 40px;
  background: url("/shared/image_new/bg_purple.gif") repeat left top #e6e5f0;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-purple {
    margin: 0 -21px;
    padding: 40px 21px 40px 21px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-purple {
    margin: 0 -10px;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-purple {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-box-blue {
  margin: 0 -40px;
  *width: 980px;
  padding: 40px;
  background: url("/shared/image_new/bg_blue.gif") repeat left top #d8ebf4;
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  .mod-box-blue {
    margin: 0 -21px;
    padding: 40px 21px 40px 21px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-blue {
    margin: 0 -10px;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-blue {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}

.mod-dl-basic dt {
  font-size: 142%;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-dl-basic dt {
    font-size: 114%;
  }
}
.mod-dl-basic dd {
  margin-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-dl-basic dd {
    margin-top: 5px;
  }
}

.mod-box-modal {
  padding: 15px 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal {
    padding: 10px 15px;
  }
}
.mod-box-modal .modal-title {
  position: relative;
  font-size: 128%;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal .modal-title {
    font-size: 100%;
  }
}
.mod-box-modal .modal-title.line2 {
  min-height: 45px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal .modal-title.line2 {
    min-height: 15px;
  }
}
.mod-box-modal .modal-img img {
  width: 100%;
  height: auto;
}
.mod-box-modal .modal-cap {
  font-size: 85%;
  margin-top: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal .modal-cap {
    margin-top: 10px;
    line-height: 1.5;
  }
}
.mod-box-modal .modal-note {
  font-size: 71%;
  margin-top: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal .modal-note {
    margin-top: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-modal .youtube {
    height: 260px;
  }
}

.mod-box-attent {
  font-size: 71%;
  line-height: 1.5;
}

.mod-box-more {
  position: relative;
}
.mod-box-more .more-list {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-more .more-list {
    display: none;
  }
}

.mod-box-news {
  line-height: 1.75;
  margin-top: 20px;
  zoom: 1;
}
.mod-box-news:after {
  content: "";
  display: block;
  clear: both;
}

.mod-img-cap dt {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-img-cap dt img {
    width: 100%;
    height: auto !important;
  }
}
.mod-img-cap dd {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-img-cap dd {
    font-size: 85%;
  }
}

.mod-img-right {
  float: right;
  margin: 40px 0 0 40px;
}
.mod-img-right:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-img-right {
    float: none;
    margin: 0;
  }
}
.mod-img-right dl {
  margin-bottom: 40px;
}

.mod-box-pagenav {
  zoom: 1;
  margin-top: 60px;
}
.mod-box-pagenav:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-pagenav .pagenav-prev {
  float: left;
  width: 150px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-pagenav .pagenav-prev {
    float: none;
    width: 100%;
  }
}
.mod-box-pagenav .pagenav-social {
  zoom: 1;
  float: right;
  width: 76px;
}
.mod-box-pagenav .pagenav-social:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-pagenav .pagenav-social {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.mod-box-pagenav .pagenav-social > li {
  float: left;
  width: 28px;
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-pagenav .pagenav-social > li {
    margin: 10px 5px 0 5px;
  }
}

.mod-box-topics {
  zoom: 1;
}
.mod-box-topics:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-topics dt {
  float: left;
  width: 135px;
  color: #999;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mod-box-topics dt .news-tag {
  display: block;
  background: #666;
  color: #fff;
  font-size: 71%;
  text-align: center;
  width: 110px;
  margin-bottom: 5px;
}
.mod-box-topics dt .news-tag.shop {
  background: #9a1504;
  margin: 3px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics dt .news-tag.shop {
    margin-bottom: 5px;
  }
}
.mod-box-topics dt .news-tag.custom {
  background: #125fbd;
  margin: 3px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics dt .news-tag.custom {
    margin-bottom: 5px;
  }
}
.mod-box-topics dt .news-tag.lexus {
  background: #666666;
  margin: 3px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics dt .news-tag.lexus {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics dt {
    float: none;
  }
}
.mod-box-topics dd {
  overflow: hidden;
}
.mod-box-topics dd a {
  color: #000;
}
.mod-box-topics dd a:hover {
  color: #008F57;
  text-decoration: underline;
}
.mod-box-topics.over {
  cursor: pointer;
}
.mod-box-topics.over:hover {
  color: #008F57;
  text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics.over:hover {
    text-decoration: none;
  }
}

.mod-box-topics2 dt {
  float: left;
  width: 6.5em;
  color: #999;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mod-box-topics2 dt .news-tag {
  display: block;
  background: #666;
  color: #fff;
  font-size: 71%;
  text-align: center;
  width: 110px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics2 dt {
    float: none;
  }
}
.mod-box-topics2 dd {
  overflow: hidden;
}
.mod-box-topics2 dd a {
  color: #000;
}
.mod-box-topics2 dd a:hover {
  color: #008F57;
  text-decoration: underline;
}

.mod-box-topics3 {
  zoom: 1;
}
.mod-box-topics3:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-topics3 dt {
  float: left;
  width: 170px;
  color: #999;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics3 dt {
    float: none;
    width: 100%;
    padding: 2px 0 5px 0;
  }
}
.mod-box-topics3 dt .news-area {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 100%;
}
.mod-box-topics3 dt .news-tag2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 135px;
  margin: 0 0 0 10px;
  background: #666;
  color: #fff;
  font-size: 83%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics3 dt .news-tag2 {
    width: auto;
    padding: 0 10px;
  }
}
.mod-box-topics3 dd {
  float: right;
  width: 295px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics3 dd {
    float: none;
    width: 100%;
  }
}
.mod-box-topics3 dd a {
  color: #000;
}
.mod-box-topics3 dd a:hover {
  color: #008F57;
  text-decoration: underline;
}

.mod-box-topics4 {
  zoom: 1;
}
.mod-box-topics4:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-topics4 dt {
  float: left;
  width: 110px;
  color: #999;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics4 dt {
    float: none;
    width: 100%;
    padding: 2px 0 5px 0;
  }
}
.mod-box-topics4 dd {
  float: right;
  width: 825px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics4 dd {
    float: none;
    width: 100%;
  }
}
.mod-box-topics4 dd a {
  color: #000;
}
.mod-box-topics4 dd a:hover {
  color: #008F57;
  text-decoration: underline;
}

.mod-box-topics5 {
  zoom: 1;
}
.mod-box-topics5:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-topics5 dt {
  float: left;
  width: 150px;
  min-height: 18px;
  color: #999;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics5 dt {
    float: none;
    width: 100%;
    padding: 2px 0 5px 0;
  }
}
.mod-box-topics5 dt.icon-toyota {
  padding-left: 20px;
  background-image: url("/shared/image_new/icon_logo_toyota.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics5 dt.icon-toyota {
    background-image: url("/shared/image_new/icon_logo_toyota.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-topics5 dt.icon-toyota {
    background-image: url("/shared/image_new/icon_logo_toyota@2x.png") !important;
    -webkit-background-size: 22px 16px !important;
    -moz-background-size: 22px 16px !important;
    -o-background-size: 22px 16px !important;
    background-size: 22px 16px !important;
  }
}
.mod-box-topics5 dt.icon-lexus {
  padding-left: 20px;
  background-image: url("/shared/image_new/icon_logo_lexus.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics5 dt.icon-lexus {
    background-image: url("/shared/image_new/icon_logo_lexus.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-topics5 dt.icon-lexus {
    background-image: url("/shared/image_new/icon_logo_lexus@2x.png") !important;
    -webkit-background-size: 22px 16px !important;
    -moz-background-size: 22px 16px !important;
    -o-background-size: 22px 16px !important;
    background-size: 22px 16px !important;
  }
}
.mod-box-topics5 dt .news-tag2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 135px;
  margin: 0 0 0 10px;
  background: #666;
  color: #fff;
  font-size: 83%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics5 dt .news-tag2 {
    width: auto;
    padding: 0 10px;
  }
}
.mod-box-topics5 dd {
  float: right;
  width: 360px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-topics5 dd {
    float: none;
    width: 100%;
  }
}
.mod-box-topics5 dd a {
  color: #000;
}
.mod-box-topics5 dd a:hover {
  color: #008F57;
  text-decoration: underline;
}

.mod-box-toggle > dt {
  position: relative;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  padding: 12px 15px;
  font-size: 142%;
  border-top: 1px solid #ccc;
}
.mod-box-toggle > dt:hover {
  color: #008F57;
  text-decoration: underline;
  cursor: pointer;
}
.mod-box-toggle > dt.is-active span {
  background: url("/shared/image_new/icon_close.gif") no-repeat 0 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-toggle > dt {
    font-size: 100%;
  }
}
.mod-box-toggle > dt span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("/shared/image_new/icon_open.gif") no-repeat 0 0;
}
.mod-box-toggle > dd {
  padding: 20px 30px;
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-toggle > dd {
    padding: 15px;
    font-size: 85%;
  }
}
.mod-box-toggle .mod-box-col2 .col2-1 {
  width: 445px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-toggle .mod-box-col2 .col2-1 {
    width: 100%;
  }
}
.mod-box-toggle .mod-box-col2 .col2-2 {
  width: 445px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-toggle .mod-box-col2 .col2-2 {
    width: 100%;
  }
}
.mod-box-toggle .mod-box-col2 .col2-1.bd-box, .mod-box-toggle .mod-box-col2 .col2-2.bd-box {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.mod-box-toggle .mod-box-col2.bd-box {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.mod-box-more .more-update {
  position: absolute;
  top: 18px;
  right: 0;
  color: #999;
  font-size: 85%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-more .more-update {
    position: static;
    margin-bottom: 10px;
    text-align: center;
  }
}

.mod-box-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-box-overlay.is-active {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-box-overlay .inner {
  zoom: 1;
  height: 34px;
}
.mod-box-overlay .inner:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-overlay .inner .logo {
  float: left;
  margin-top: 10px;
}
.mod-box-overlay .inner .close {
  float: right;
  letter-spacing: -.30em;
  font-size: 0;
  text-align: right;
}
.mod-box-overlay .inner .close > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
}
.mod-box-overlay .inner .close li {
  margin-right: 5px;
}
.mod-box-overlay .inner .close li:last-child {
  margin-right: 0;
}

.mod-box-padding {
  padding: 10px;
}

.mod-box-col2-ex {
  zoom: 1;
}
.mod-box-col2-ex:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-col2-ex dt {
  width: 150px;
}
.mod-box-col2-ex dd {
  width: 385px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2-ex dd {
    width: auto;
  }
}

.mod-box-clearfix {
  zoom: 1;
  width: 980px;
  margin: 0 auto;
}
.mod-box-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-clearfix {
    width: auto;
    padding: 0 10px;
  }
}

.mod-box-shadow {
  background-image: url("/shared/image_new/bg_shadow.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 45px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-shadow {
    padding-bottom: 0;
    background: none;
  }
}

.mod-box-dl {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-dl {
    font-size: 85%;
  }
}
.mod-box-dl dt {
  padding: 10px 15px;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-dl dt {
    text-align: center;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-box-dl dt {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}
.mod-box-dl dd {
  padding: 10px 15px;
}

.mod-box-imgTxt1 {
  zoom: 1;
}
.mod-box-imgTxt1:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-imgTxt1 .imgBox {
  float: right;
  width: 485px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt1 .imgBox {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}
.mod-box-imgTxt1 .txtBox {
  float: left;
  width: 485px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt1 .txtBox {
    float: none;
    width: auto;
  }
}

.mod-box-imgTxt2 {
  zoom: 1;
}
.mod-box-imgTxt2:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-imgTxt2 .imgBox {
  float: left;
  width: 530px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt2 .imgBox {
    float: none;
    width: auto;
    margin-top: 10px;
  }
}
.mod-box-imgTxt2 .txtBox {
  float: right;
  width: 410px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt2 .txtBox {
    float: none;
    width: auto;
  }
}

.mod-box-imgTxt3 {
  zoom: 1;
}
.mod-box-imgTxt3:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-imgTxt3 .imgBox {
  float: left;
  width: 445px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt3 .imgBox {
    float: none;
    width: auto;
    margin-top: 10px;
  }
}
.mod-box-imgTxt3 .txtBox {
  float: right;
  width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-imgTxt3 .txtBox {
    float: none;
    width: auto;
  }
}

.mod-box-search {
  margin-bottom: 10px;
  padding: 10px 10px;
  background: #7f7f7f;
  font-size: 14px;
  line-height: 1.2;
}
.mod-box-search ul {
  zoom: 1;
}
.mod-box-search ul:after {
  content: "";
  display: block;
  clear: both;
}
.mod-box-search ul > li {
  float: left;
}
.mod-box-search ul > li:first-child {
  width: 75%;
}
.mod-box-search ul > li:last-child {
  float: right;
  width: 20%;
}
.mod-box-search ul > li input {
  width: 100%;
}
.mod-box-search ul > li button {
  padding: 6px 0;
  width: 100%;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 85%;
}

/*
	module:　mod-opacityHover
	- ホバー時に下の画像を透過させる
-----------------------------------------------------------------*/
.mod-link-opacity {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mod-link-opacity:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mat-ss {
  margin-top: 5px !important;
}

.mat-s {
  margin-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-s {
    margin-top: 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-s-sm {
    margin-top: 15px;
  }
}

.mat-m {
  margin-top: 20px !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-m {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-m-sm {
    margin-top: 30px;
  }
}

.mat-ml {
  margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-ml {
    margin-top: 20px;
  }
}

.mat-l {
  margin-top: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-l {
    margin-top: 20px;
  }
}

.mat-3l {
  margin-top: 70px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mat-3l {
    margin-top: 35px;
  }
}

.mar-ss {
  margin-right: 5px;
}

.mar-s {
  margin-right: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mar-s {
    margin-right: 5px;
  }
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab-m {
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mab-m {
    margin-bottom: 15px;
  }
}

.mab-l {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mab-l {
    margin-bottom: 25px;
  }
}

.mab-2l {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mab-2l {
    margin-bottom: 30px;
  }
}

.mab-ss {
  margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mab-s-sm {
    margin-bottom: 15px;
  }
}

.mate1 {
  margin-top: 1em;
}

.mat20 {
  margin-top: 20px;
}

.mat25 {
  margin-top: 25px;
}

.mat-b40 {
  margin: 40px 0;
}

.pat-l {
  padding-top: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .pat-l {
    padding-top: 30px;
  }
}

.pab0 {
  padding-bottom: 0 !important;
}

.pab10 {
  padding-bottom: 10px !important;
}

.fw {
  font-weight: bold;
}

.red {
  color: #f00;
}

.blue {
  color: #99ccff;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .sm-none {
    display: none;
  }
}

.sm-block {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .sm-block {
    display: block;
  }
}

.wa {
  width: auto !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fz12 {
  font-size: 85%;
}

.fz10 {
  font-size: 71%;
}

.bd {
  border: 1px solid #ccc;
}

.fl {
  float: left;
}

.mod-icon-pdf {
  background-image: url("/shared/image_new/icon_pdf.gif") !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-icon-pdf {
    background-image: none !important;
  }
  .mod-icon-pdf:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px !important;
    height: 12px !important;
    margin-top: -6px;
    background-image: url("/shared/image_new/icon_pdf.gif") !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-icon-pdf:after {
    width: 13px !important;
    height: 16px !important;
    margin-top: -8px !important;
    background-image: url("/shared/image_new/icon_pdf@2x.png") !important;
    -webkit-background-size: 13px 16px !important;
    -moz-background-size: 13px 16px !important;
    -o-background-size: 13px 16px !important;
    background-size: 13px 16px !important;
  }
}

.mod-icon-pdf2 {
  background-image: url("/shared/image_new/icon_pdf2.gif") !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-icon-pdf2 {
    background-image: none !important;
  }
  .mod-icon-pdf2:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px !important;
    height: 12px !important;
    margin-top: -6px;
    background-image: url("/shared/image_new/icon_pdf.gif") !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-icon-pdf2:after {
    width: 13px !important;
    height: 16px !important;
    margin-top: -8px !important;
    background-image: url("/shared/image_new/icon_pdf@2x.png") !important;
    -webkit-background-size: 13px 16px !important;
    -moz-background-size: 13px 16px !important;
    -o-background-size: 13px 16px !important;
    background-size: 13px 16px !important;
  }
}

.mod-icon-new {
  vertical-align: middle;
  padding-left: 5px;
}

.mod-icon-caution {
  vertical-align: middle;
  padding-right: 5px;
}

.mod-list-col2 {
  zoom: 1;
}
.mod-list-col2:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-col2 .col2-1 {
  float: left;
  width: 475px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2 .col2-1 {
    float: none;
    width: 100%;
  }
}
.mod-list-col2 .col2-2 {
  float: right;
  width: 475px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2 .col2-2 {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.mod-list-col3 {
  zoom: 1;
}
.mod-list-col3:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-col3 .col3-1,
.mod-list-col3 .col3-2,
.mod-list-col3 .col3-3 {
  float: left;
  width: 306px;
}
.mod-list-col3 .colsize2 {
  width: 643px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col3 .col3-1,
  .mod-list-col3 .col3-2,
  .mod-list-col3 .col3-3,
  .mod-list-col3 .colsize2 {
    float: none;
    width: 100%;
  }
}
.mod-list-col3 .col3-1,
.mod-list-col3 .col3-2 {
  margin-right: 31px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col3 .col3-1,
  .mod-list-col3 .col3-2 {
    margin-right: 0;
  }
}
.mod-list-col3 .left {
  float:left
}
.mod-list-col3 .right {
  float:right
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col3 .left,
  .mod-list-col3 .right {
    float: none;
    width: 100%;
  }
}

.mod-list-col4 {
  overflow: hidden;
}
.mod-list-col4 .col4-1,
.mod-list-col4 .col4-2,
.mod-list-col4 .col4-3,
.mod-list-col4 .col4-4 {
  float: left;
  width: 230px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col4 .col4-1,
  .mod-list-col4 .col4-2,
  .mod-list-col4 .col4-3,
  .mod-list-col4 .col4-4 {
    float: none;
    width: 100%;
  }
}
.mod-list-col4 .col4-1,
.mod-list-col4 .col4-2,
.mod-list-col4 .col4-3 {
  margin-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col4 .col4-1,
  .mod-list-col4 .col4-2,
  .mod-list-col4 .col4-3 {
    margin-right: 0;
  }
}

.mod-list-col4-2 {
  zoom: 1;
}
.mod-list-col4-2:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-col4-2 .col4-2-1,
.mod-list-col4-2 .col4-2-2,
.mod-list-col4-2 .col4-2-3,
.mod-list-col4-2 .col4-2-4 {
  float: left;
  width: 226px;
}
.mod-list-col4-2 .col4-2-1,
.mod-list-col4-2 .col4-2-2,
.mod-list-col4-2 .col4-2-3 {
  margin-right: 12px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col4-2 {
    margin-bottom: -15px;
  }
  .mod-list-col4-2 .col4-2-1,
  .mod-list-col4-2 .col4-2-3 {
    float: left;
    width: 48%;
    margin-right: 0;
  }
  .mod-list-col4-2 .col4-2-2,
  .mod-list-col4-2 .col4-2-4 {
    float: right;
    width: 48%;
    margin-right: 0;
  }
  .mod-list-col4-2 .col4-2-1,
  .mod-list-col4-2 .col4-2-2 {
    margin-bottom: 15px;
  }
  .mod-list-col4-2 .col4-2-3,
  .mod-list-col4-2 .col4-2-4 {
    margin-bottom: 15px;
  }
}

.mod-list-col5 {
  overflow: hidden;
}
.mod-list-col5 .col5-1,
.mod-list-col5 .col5-2,
.mod-list-col5 .col5-3,
.mod-list-col5 .col5-4,
.mod-list-col5 .col5-5 {
  float: left;
  width: 180px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col5 .col5-1,
  .mod-list-col5 .col5-2,
  .mod-list-col5 .col5-3,
  .mod-list-col5 .col5-4,
  .mod-list-col5 .col5-5 {
    float: none;
    width: 100%;
  }
}
.mod-list-col5 .col5-1,
.mod-list-col5 .col5-2,
.mod-list-col5 .col5-3,
.mod-list-col5 .col5-4 {
  margin-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col5 .col5-1,
  .mod-list-col5 .col5-2,
  .mod-list-col5 .col5-3,
  .mod-list-col5 .col5-4 {
    margin-right: 0;
  }
}

.mod-list-box > li {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-box > li {
    margin-top: 10px;
  }
  .mod-list-box > li:first-child {
    margin-top: 0;
  }
}
.mod-list-box > li a {
  display: block;
  color: #000;
  font-weight: 700;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-list-box > li a:hover {
  color: #008f57;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mod-list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-inline li {
    display: block;
    margin-bottom: 5px;
  }
}

.mod-list-inline2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-inline2 li {
    display: block;
    margin: 0 0 10px 0;
  }
}

.mod-list-item {
  zoom: 1;
}
.mod-list-item:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-item li {
  padding-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-item li {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .sm-list-line {
    border-top: 1px solid #ccc;
  }
  .sm-list-line li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .sm-list-line.no-border li {
    border-bottom: 1px solid #ccc;
  }
  .sm-list-line.no-border li:last-child {
    border-bottom: 0;
  }

  .sm-list-line2 {
    border-top: 1px solid #4d4d4d;
  }
  .sm-list-line2 li {
    border-bottom: 1px solid #4d4d4d;
  }
  .sm-list-line2.no-border li {
    border-bottom: 1px solid #4d4d4d;
  }
  .sm-list-line2.no-border li:last-child {
    border-bottom: 0;
  }

  .sm-list-line3 {
    border-top: 1px solid #666;
  }
  .sm-list-line3 li {
    border-bottom: 1px solid #666;
  }
  .sm-list-line3.no-border li {
    border-bottom: 1px solid #666;
  }
  .sm-list-line3.no-border li:last-child {
    border-bottom: 0;
  }

  .sm-list-link li {
    position: relative;
  }
  .sm-list-link li a {
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 700;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .sm-list-link li a:hover {
    color: #008f57;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .sm-list-link li a:after {
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -7px;
    background: url("/shared/image_new/arrow_ri_gray.png") no-repeat left top;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sm-list-link li a:after {
    background: url("/shared/image_new/arrow_ri_gray@2x.png") no-repeat left top;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
  }
}

.mod-list-attent {
  line-height: 1.5;
}
.mod-list-attent li {
  text-indent: -1em;
  margin-left: 1em;
}

.mod-list-attent2 {
  line-height: 1.5;
}
.mod-list-attent2 li {
  text-indent: -2em;
  margin-left: 2em;
}

.mod-list-block {
  line-height: 1.5;
}
.mod-list-block li {
  padding-bottom: 10px;
}

.mod-list-block2 {
  border-bottom: 1px solid #cccccc;
}
.mod-list-block2 > li {
  border-top: 1px solid #cccccc;
  background: url("/shared/image_new/i_arrow_gray3.gif") no-repeat center right;
}
.mod-list-block2 > li a {
  display: block;
  padding: 10px;
  color: black;
}

.mod-list-news > li {
  line-height: 1.75;
  padding-bottom: 15px;
  *zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-news > li {
    padding: 10px;
    font-size: 85%;
  }
}

.mod-list-news2 > li {
  line-height: 1.75;
  padding-bottom: 15px;
  *zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-news2 > li {
    padding: 10px;
    font-size: 85%;
  }
}

.mod-list-line {
  border-bottom: 1px solid #ccc;
}
.mod-list-line > li {
  line-height: 1.75;
  padding: 10px;
  border-top: 1px solid #ccc;
  *zoom: 1;
}

.mod-list-line2 > li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  *zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-line2 > li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.mod-list-line2 > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.mod-list-circle {
  list-style-image: url("/shared/image_new/icon_circle.gif");
  margin: 0 0 0 20px;
}
.mod-list-circle.icon-alert {
  list-style-image: url("/shared/image_new/icon_alert.gif");
}
.mod-list-circle > li {
  padding: 0 0 3px 0;
  *zoom: 1;
  vertical-align: top;
}

.mod-list-col2-sm {
  zoom: 1;
  display: none;
}
.mod-list-col2-sm:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2-sm {
    display: block;
  }
}
.mod-list-col2-sm .col2-1 {
  float: left;
  width: 49%;
}
.mod-list-col2-sm .col2-2 {
  float: right;
  width: 49%;
}

.mod-list-link {
  border-top: 1px solid #ccc;
}
.mod-list-link li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.mod-list-link li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
}
.mod-list-link li a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0;
  width: 7px;
  height: 11px;
  background-image: url("/shared/image_new/arrow_ri@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 7px 11px;
  -moz-background-size: 7px 11px;
  -o-background-size: 7px 11px;
  background-size: 7px 11px;
}

.mod-list-link2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mod-list-link2 li {
  position: relative;
  border-top: 1px solid #ccc;
}
.mod-list-link2 li:first-child {
  border-top: 0;
}
.mod-list-link2 li .link-text {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-list-link2 li .link-text:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
.mod-list-link2 li .link-text:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  margin: -4px 0 0 0;
  width: 6px;
  height: 9px;
  background-image: url("/shared/image_new/arrow_ri_white@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 6px 9px;
  -moz-background-size: 6px 9px;
  -o-background-size: 6px 9px;
  background-size: 6px 9px;
}
.mod-list-link2 li .link-text.icon-blank:after {
  width: 10px;
  height: 10px;
  background-image: url("/shared/image_new/icon_win3@2x.png");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
}
.mod-list-link2 li .link-toggle {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-list-link2 li .link-toggle.toggle-link {
  border-bottom: 1px solid #cccccc;
}
.mod-list-link2 li .link-toggle .toggle-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("/shared/image_new/icon_open.gif") no-repeat 0 0;
  z-index: 10;
}
.mod-list-link2 li .link-toggle.is-active .toggle-icon {
  background: url("/shared/image_new/icon_close.gif") no-repeat 0 0;
}
.mod-list-link2 li ul {
  padding-left: 10px;
  border-top: 1px solid #cccccc;
}

.mod-list-mat10 {
  list-style: none;
}
.mod-list-mat10 > li {
  margin-top: 10px;
}
.mod-list-mat10 > li.firstChild {
  margin-top: 0;
}

.mod-list-mab20 {
  list-style: none;
}
.mod-list-mab20 li {
  margin-bottom: 20px;
}
.mod-list-mab20 li.firstChild {
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-mab20 li {
    margin-bottom: 0;
  }
}

.mod-list-col2-modal {
  zoom: 1;
}
.mod-list-col2-modal:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-col2-modal li {
  margin-top: 20px;
}
.mod-list-col2-modal li.top {
  margin-top: 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2-modal li.top.col2-2 {
    margin-top: 20px;
  }
}
.mod-list-col2-modal .col2-1 {
  float: left;
  width: 48%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2-modal .col2-1 {
    float: none;
    width: 100%;
  }
}
.mod-list-col2-modal .col2-2 {
  float: right;
  width: 48%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-col2-modal .col2-2 {
    float: none;
    width: 100%;
  }
}

.mod-list-dl {
  zoom: 1;
}
.mod-list-dl:after {
  content: "";
  display: block;
  clear: both;
}
.mod-list-dl li {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.mod-list-dl li dt {
  float: left;
  width: 170px;
  padding-left: 5px;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-dl li dt {
    width: 135px;
  }
}
.mod-list-dl li dd {
  overflow: hidden;
}
.mod-list-dl.size1 {
  margin-left: 131px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-dl.size1 {
    margin-left: 0;
  }
}

.mod-list-border {
  border-bottom: 1px solid #ccc;
}
.mod-list-border li {
  padding: 7px 0;
  border-top: 1px solid #ccc;
}
.mod-list-border li a {
  display: block;
  padding: 0 15px 0 5px;
  background-image: url("/shared/image_new/arrow_ri_gray2.png");
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-list-border li a {
    background-image: url("/shared/image_new/arrow_ri_gray2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}

.mod-list-thumb > dt {
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: bold;
}
.mod-list-thumb > .thumb-txt {
  margin-top: 10px;
  line-height: 1.6;
}

.mod-list-shopinfo {
  zoom: 1;
  margin-top: 10px;
}
.mod-list-shopinfo:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-shopinfo {
    margin-bottom: 15px;
  }
}
.mod-list-shopinfo li {
  float: left;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 85%;
  color: #ffffff;
  background: #666666;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-shopinfo li {
    text-align: center;
    width: 40%;
    margin: 1% 1% 0 0;
  }
}

/*
	module:　mod-table-common
	- テーブルの基本スタイル
-----------------------------------------------------------------*/
.mod-table-common {
  width: 100%;
  border-top: 1px solid #d2caca;
  background: #fff;
  font-size: 78%;
  vertical-align: middle;
}
.mod-table-common > thead > tr > th {
  padding: 12px 5px;
  border: 1px solid #ccc;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}
.mod-table-common > tbody > tr.even {
  background: #f5f5f5;
}
.mod-table-common > tbody > tr.is-active th, .mod-table-common > tbody > tr.is-active td {
  font-weight: bold;
}
.mod-table-common > tbody > tr > th,
.mod-table-common > tbody > tr > td {
  padding: 12px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.4;
}
.mod-table-common > tbody > tr > th {
  text-align: left;
}
.mod-table-common > tbody > tr > th.lastChild {
  border-right: 0;
}
.mod-table-common > tbody > tr > td.lastChild {
  border-right: 0;
}
.mod-table-common > tbody > tr > td.check {
  text-align: center;
}
.mod-table-common > tbody > tr > td.price {
  text-align: right;
}
.mod-table-common .cell-gray {
  background: #f5f5f5;
}
.mod-table-common .cell-blue {
  background: #99ccff;
}

/*
	module:　mod-table-common2
	- テーブルの基本スタイル
-----------------------------------------------------------------*/
.mod-table-common2 {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-common2 {
    font-size: 85%;
    border: 1px solid #ccc;
  }
}
.mod-table-common2 > tbody > tr.even {
  background: #f5f5f5;
}
.mod-table-common2 > tbody > tr > th,
.mod-table-common2 > tbody > tr > td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-common2 > tbody > tr > th,
  .mod-table-common2 > tbody > tr > td {
    padding: 10px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mod-table-common2 > tbody > tr > th {
  width: 30%;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-common2 > tbody > tr > th {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-table-common2 > tbody > tr > th {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}
.mod-table-common2 > tbody > tr > td {
  width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-common2 > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

.mod-table-press {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-press {
    font-size: 85%;
    border: 1px solid #ccc;
  }
}
.mod-table-press > tbody > tr.even {
  background: #f5f5f5;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-press > tbody > tr {
    border-bottom: 1px solid #ccc;
  }
}
.mod-table-press > tbody > tr > th,
.mod-table-press > tbody > tr > td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-press > tbody > tr > th,
  .mod-table-press > tbody > tr > td {
    padding: 10px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mod-table-press > tbody > tr > th {
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-press > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .mod-table-press > tbody > tr > th:last-child {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-table-press > tbody > tr > th {
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    background-size: 2px;
  }
}
.mod-table-press > tbody > tr > td:first-child {
  width: 30%;
}
.mod-table-press > tbody > tr > td:nth-child(2) {
  width: 30%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-press > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .mod-table-press > tbody > tr > td:first-child,
  .mod-table-press > tbody > tr > td:nth-child(2) {
    width: 100%;
  }
  .mod-table-press > tbody > tr > td:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}
.mod-table-press > tbody > tr > td p {
  margin-top: 20px;
}
.mod-table-press > tbody > tr > td p:first-child {
  margin-top: 0;
}

.mod-table-form {
  width: 100%;
  border-top: 1px dotted #ccc;
}
.mod-table-form > tbody > tr > th {
  width: 185px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-form > tbody > tr > th {
    display: block;
    width: auto;
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.mod-table-form > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-table-form > tbody > tr > td {
    display: block;
    width: auto;
    padding-top: 5px;
  }
}

.mod-table-fixed {
  width: 1400px;
}

.mod-table-heartful {
  width: 100%;
  margin-top: 10px;
}
.mod-table-heartful tbody tr {
  border-top: 1px solid #cccccc;
}
.mod-table-heartful tbody tr th, .mod-table-heartful tbody tr td {
  text-align: left;
  padding: 5px;
}
.mod-table-heartful tbody tr th {
  width: 25%;
}

.mod-txt-ttl1 {
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 200%;
  padding-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl1 {
    font-size: 150%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.mod-txt-ttl1 span {
  font-size: 42%;
  color: #999;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl1 span {
    display: block;
    font-size: 47%;
    text-align: center;
    margin-left: 0;
  }
}

.tab2-content .mod-txt-ttl1 {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .selection .mod-txt-ttl1 {
    margin-top: 0;
    padding-top: 0;
  }
}

.mod-txt-ttl1-2 {
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 142%;
  padding-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl1-2 {
    font-size: 150%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.mod-txt-ttl1-2 span {
  font-size: 42%;
  color: #999;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl1-2 span {
    display: block;
    font-size: 47%;
    text-align: center;
    margin-left: 0;
  }
}

.mod-txt-ttl2 {
  padding: 12px 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: #999;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}

.mod-txt-ttl3 {
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 200%;
  padding-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl3 {
    font-size: 157%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.mod-txt-ttl3 span {
  font-size: 64%;
  font-weight: normal;
  margin-left: 10px;
}
.mod-txt-ttl3 span.sub {
  display: block;
  color: #999;
  margin-left: 0px;
  font-size: 50%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl3 span {
    display: block;
    font-size: 66%;
    text-align: center;
    margin-left: 0;
  }
}

.mod-txt-ttl3-2 {
  font-weight: 700;
  font-size: 128%;
  padding-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl3-2 {
    font-size: 114%;
    padding-bottom: 10px;
  }
}

.mod-txt-ttl3-3 {
  font-weight: 700;
  font-size: 171%;
  padding-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl3-3 {
    font-size: 100%;
    padding-bottom: 10px;
  }
}

.mod-txt-ttl4 {
  font-weight: 700;
  font-size: 114%;
  padding-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl4 {
    font-size: 100%;
    padding-bottom: 10px;
  }
}

.mod-txt-ttl5 {
  font-weight: 700;
  font-size: 114%;
  padding-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl5 {
    font-size: 100%;
    padding-bottom: 5px;
  }
}

.mod-txt-ttl6 {
  font-weight: 700;
  font-size: 114%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl6 {
    font-size: 100%;
    padding-bottom: 5px;
  }
}

.mod-txt-ttl7 {
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 200%;
  padding-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl7 {
    font-size: 150%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.mod-txt-ttl7 span {
  font-size: 42%;
  color: #999;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl7 span {
    display: block;
    font-size: 47%;
    text-align: center;
    margin-left: 0;
  }
}

.mod-txt-ttl8 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 85%;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl8 {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}

.mod-txt-ttl9 {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl9 {
    margin-bottom: 5px;
    font-size: 85%;
  }
}

.mod-txt-ttl-bgGray {
  font-size: 128%;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl-bgGray {
    font-size: 114%;
    margin-bottom: 0;
    padding: 10px;
    background: url("../../../../shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  }
}

.mod-txt-ttl-hl {
  font-weight: 700;
  font-size: 142%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  line-height: 1.35;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl-hl {
    font-size: 114%;
    text-align: center;
    padding-bottom: 15px;
  }
}
.mod-txt-ttl-hl span {
  font-size: 42%;
  color: #999;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-ttl-hl span {
    display: block;
    font-size: 47%;
    text-align: center;
    margin-left: 0;
  }
}

.mod-txt-alert {
  margin-bottom: 15px;
  color: #DC1722;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-alert {
    font-size: 85%;
  }
}

.mod-txt-alert2 {
  margin-bottom: 15px;
  color: #DC1722;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-alert2 {
    font-size: 85%;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-message {
    font-size: 85%;
  }
}

.mod-txt-highlight {
  background: #ffcdd0;
}

.mod-txt-blank {
  background: url("/shared/image_new/icon_win.gif") no-repeat right center;
  padding-right: 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-blank.sm-icon-none {
    background: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-txt-blank {
    background-image: url("/shared/image_new/icon_win@2x.gif");
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
  }
}

.mod-txt-normal {
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-normal {
    line-height: 1.5;
  }
}

.mod-txt-attent {
  font-size: 85%;
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-attent {
    line-height: 1.5;
  }
}

.sm-txt-ttl {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .sm-txt-ttl {
    display: block;
    padding-bottom: 10px;
    font-size: 85%;
    text-align: center;
  }
}

.sm-txt-ttl2 {
  display: block;
  margin-bottom: 10px;
  background: #e5e5e5;
  padding: 4px 0;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 85%;
  text-align: center;
}
.sm-txt-ttl2.co1 {
  width: 306px;
}
.sm-txt-ttl2.co2 {
  width: 643px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .sm-txt-ttl2 {
    margin-bottom: 0;
  }
  .sm-txt-ttl2.co1 {
    width: auto;
  }
  .sm-txt-ttl2.co2 {
    width: auto;
  }
}
.mod-txt-link {
  padding: 0 15px;
  background-image: url("/shared/image_new/arrow_ri_gray2.png");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-txt-link {
    background-image: url("/shared/image_new/arrow_ri_gray2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
.mod-txt-link span {
  padding: 0 25px 0 0;
  background-image: url("/shared/image_new/icon_print.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.mod-txt-indent {
  margin-left: 1em;
}

.mod-txt-data {
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
  text-align: right;
  color: #666;
}

.mod-txt-cap {
  font-size: 85%;
  color: #666666;
  margin-bottom: 5px;
}

.tab2-nav > li:nth-child(1) {
  width: 50%;
}

.mod-txt-label {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mod-txt-label.bg-green {
  background: #c5d6cf;
}
.mod-txt-label.bg-pink {
  background: #eccad2;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-txt-label {
    margin-bottom: 0;
    padding: 4px;
    width: auto;
    font-size: 85%;
  }
}

.mod-btn-white, .mod-btn-green {
  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
  font-size: 85%;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  background-image: url("/shared/image_new/arrow_ri_white2.png");
  background-color: #666;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-white, .mod-btn-green {
    background-image: url("/shared/image_new/arrow_ri_white2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-white, .mod-btn-green {
    line-height: 1.2;
    background-image: none;
  }
  .mod-btn-white:after, .mod-btn-green:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/shared/image_new/arrow_ri_white2.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-white:after, .mod-btn-green:after {
    background-image: url("/shared/image_new/arrow_ri_white2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
.mod-btn-white:hover, .mod-btn-green:hover {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.is-disabled.mod-btn-white, .is-disabled.mod-btn-green {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: auto;
}

.mod-btn-normal, .mod-btn-sm, .mod-btn-dead {
  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
  font-size: 85%;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  background-image: url("/shared/image_new/arrow_ri_gray2.png");
  background-color: #666;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-normal, .mod-btn-sm, .mod-btn-dead {
    background-image: url("/shared/image_new/arrow_ri_gray2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-normal, .mod-btn-sm, .mod-btn-dead {
    line-height: 1.2;
    background-image: none;
  }
  .mod-btn-normal:after, .mod-btn-sm:after, .mod-btn-dead:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/shared/image_new/arrow_ri_gray2.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-normal:after, .mod-btn-sm:after, .mod-btn-dead:after {
    background-image: url("/shared/image_new/arrow_ri_gray2@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
.mod-btn-normal:hover, .mod-btn-sm:hover, .mod-btn-dead:hover {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.is-disabled.mod-btn-normal, .is-disabled.mod-btn-sm, .is-disabled.mod-btn-dead {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: auto;
}

.mod-btn-back, .mod-btn-sm2 {
  position: relative;
  display: block;
  padding: 10px 15px 10px 25px;
  font-size: 85%;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  background-image: url("/shared/image_new/arrow_ri_gray2l.png");
  background-color: #666;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-back, .mod-btn-sm2 {
    background-image: url("/shared/image_new/arrow_ri_gray2l@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-back, .mod-btn-sm2 {
    line-height: 1.2;
  }
  .mod-btn-back:after, .mod-btn-sm2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/shared/image_new/arrow_ri_gray2l.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-back:after, .mod-btn-sm2:after {
    background-image: url("/shared/image_new/arrow_ri_gray2l@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
.mod-btn-back:hover, .mod-btn-sm2:hover {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.is-disabled.mod-btn-back, .is-disabled.mod-btn-sm2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: auto;
}

/*
## 白色のボタンです
	<a href="#" class="mod-btn-white">label</a>
*/
.mod-btn-white {
  color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-white {
    padding: 8px 10px;
  }
}

/*
## 緑色のボタンです
	<a href="#" class="mod-btn-green">label</a>
*/
.mod-btn-green {
  background-color: #008f57 !important;
  color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-green {
    display: block;
    padding: 8px 10px;
  }
}

/*
## 緑色のボタンです
	<a href="#" class="mod-btn-green">label</a>
*/
.mod-btn-normal {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-btn-normal:hover {
  color: #008f57 !important;
  border: 1px solid #008f57;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-normal {
    display: block;
    padding: 8px 10px;
  }
}
.mod-btn-normal.more {
  float: right;
  width: 80px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-normal.more {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mod-btn-normal.blank {
  background-image: url("/shared/image_new/icon_win2.gif") !important;
}
.mod-btn-normal.blank:after {
  background-image: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-normal.blank {
    background-image: url("/shared/image_new/icon_win2@2x.gif") !important;
    background-position: right center;
    -webkit-background-size: 20px 10px;
    -moz-background-size: 20px 10px;
    -o-background-size: 20px 10px;
    background-size: 20px 10px;
  }
}
.mod-btn-normal.map {
  width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-normal.map {
    width: 65px;
    padding-right: 15px;
  }
}
.mod-btn-normal.more2 {
  display: inline-block;
  float: right;
  margin-top: -5px;
}

.mod-btn-back {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-btn-back:hover {
  color: #008f57 !important;
  border: 1px solid #008f57;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-back {
    display: block;
    padding: 15px 10px;
    text-align: left;
    padding-left: 50px;
  }
}

.mod-btn-sm {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
  padding: 15px 0;
}
.mod-btn-sm:hover {
  color: #008f57 !important;
  border: 1px solid #008f57;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-sm {
    display: block;
    padding: 12px 10px;
  }
}

.mod-btn-sm2 {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
  padding: 15px 0;
}
.mod-btn-sm2:hover {
  color: #008f57 !important;
  border: 1px solid #008f57;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-sm2 {
    display: block;
    padding: 12px 10px;
  }
}

.mod-btn-dead {
  background-image: url("/shared/image_new/arrow_ri_gray3.png");
  background-color: #fff !important;
  color: #999 !important;
  border: 1px solid #ccc;
  padding: 15px 45px 15px 30px;
  font-size: 85%;
  font-weight: normal !important;
  text-align: center;
}
.mod-btn-dead:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-dead {
    background-image: url("/shared/image_new/arrow_ri_gray3@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-dead {
    line-height: 1.2;
    background-image: none;
    padding: 15px 20px 15px 10px;
  }
  .mod-btn-dead:after {
    background-image: url("/shared/image_new/arrow_ri_gray3.png");
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mod-btn-dead:after {
    background-image: url("/shared/image_new/arrow_ri_gray3@2x.png");
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}

.mod-btn-gray {
  width: 285px;
  padding-left: 15px;
  line-height: 80px;
  text-align: left;
  font-size: 114%;
  color: #ffffff;
  background: url("../../shared/image_new/arrow_ri_white2@2x.png") no-repeat center right #666666;
}
.mod-btn-gray a {
  color: #ffffff;
}
.mod-btn-gray a:hover {
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-btn-gray {
    width: 95%;
  }
}

.modal {
  overflow: hidden;
}

/**
* Fade-zoom animation for first dialog
*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.modal {
  overflow-y: hidden;
}

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
  opacity: .6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
  opacity: .6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}

.mod-box-ps {
  position: relative;
  margin: 0px auto;
  width: auto;
  overflow: hidden;
}
.mod-box-ps img {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-ps {
    width: 100%;
  }
}

.mod-box-ps2 {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-ps2 {
    width: 100%;
  }
}

/* -----------------------------------------------
	Header
----------------------------------------------- */
#header {
  background: transparent url(/shared/image_new/bg_gnav.gif) repeat-x left bottom;
}
#header.popup {
  background: none;
  border-bottom: 1px solid #ccc;
}
#header.popup #header-inner {
  width: 900px;
  height: 50px;
}
#header.popup #header-inner h1 {
  position: absolute;
  top: 5px;
  left: -3px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#header-inner {
  position: relative;
  width: 980px;
  height: 105px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

/* Header - h1 */
#header h1 {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#header h1 a,
#header h1 a:hover {
  display: block;
  width: 182px;
  height: 36px;
  background: transparent url(/shared/image/header/logo.gif) left top no-repeat;
}

#header-sm {
  position: relative;
  margin: 0 0 5px 0;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #header-sm {
    display: block;
  }
}
#header-sm.no-nav {
  border-bottom: 1px solid #ccc;
}
#header-sm .logo a {
  width: 125px;
  height: 25px;
  margin: 5px 0 0 5px;
  display: block;
  background: url(/mobile/shared/image/logo.png) no-repeat left top;
  background-size: 125px 25px;
  -moz-background-size: 125px 25px;
  -webkit-background-size: 125px 25px;
  text-indent: -9999px;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .header-menu {
    display: block;
    position: absolute;
    top: -5px;
    right: 5px;
    width: 34px;
    height: 34px;
    background-image: url("/shared/image_new/icon_menu.gif");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 15px;
    -moz-background-size: 20px 15px;
    -o-background-size: 20px 15px;
    background-size: 20px 15px;
    cursor: pointer;
  }
  .header-menu.close {
    top: 4px;
    background-image: url("/shared/image_new/icon_close.png");
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
  }
}

nav#breadcrumbs {
  margin: 0;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  nav#breadcrumbs {
    display: block;
  }
}

nav#breadcrumbs ul {
  overflow: hidden;
  height: 18px;
  border: 1px solid #ddd;
}

nav#breadcrumbs ul li {
  float: left;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 18px;
}

nav#breadcrumbs ul li:first-child {
  padding: 0 0 0 20px;
  background: url(/mobile/shared/image/ico_home.png) no-repeat 5px 4px;
  background-size: 10px 9px;
  -moz-background-size: 10px 9px;
  -webkit-background-size: 10px 9px;
}

nav#breadcrumbs ul li a {
  display: block;
  padding: 0 20px 0 0;
  background: url(/mobile/shared/image/bg_breadcrumbs.png) no-repeat right center;
  background-size: 50px 100px;
  -moz-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  color: #6B6B6B !important;
}
nav#breadcrumbs ul li a:hover {
  color: #C00 !important;
  text-decoration: none;
}

/* new pc header */
@media screen and (min-width: 0px) and (max-width: 568px) {
  #header-pc {
    display: none;
  }
}
#header-pc #header-inner {
  position: relative;
  width: 980px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#header-pc #header-inner .header-logo {
  position: absolute;
  left: 0;
  top: 17px;
}
#header-pc #header-inner .header-nav {
  zoom: 1;
  position: absolute;
  right: 0;
  top: 0;
}
#header-pc #header-inner .header-nav:after {
  content: "";
  display: block;
  clear: both;
}
#header-pc #header-inner .header-nav > li {
  float: left;
  height: 70px;
  border-right: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}
#header-pc #header-inner .header-nav > li:hover, #header-pc #header-inner .header-nav > li.is-current {
  background: url("../../shared/image_new/bg_header_nav.gif") no-repeat center bottom;
}
#header-pc #header-inner .header-nav > li:first-child {
  border-left: 1px solid #cccccc;
}
#header-pc #header-inner .header-nav > li.nav-search {
  position: relative;
  width: 136px;
  padding: 0 0 0 10px;
  border: none;
  box-sizing: content-box;
}
#header-pc #header-inner .header-nav > li.nav-search:hover {
  background: none;
}
#header-pc #header-inner .header-nav > li.nav-search .nav-search-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-pc #header-inner .header-nav > li.nav-search .recall {
  display: block;
  width: 100%;
  padding: 9px 0 8px;
}
#header-pc #header-inner .header-nav > li.nav-search .recall a {
  display: block;
  height: auto;
  padding: 6px 5px 5px 5px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
#header-pc #header-inner .header-nav > li.nav-search .recall a:hover {
  opacity: .8;
}
#header-pc #header-inner .header-nav > li.nav-search .search-label {
  display: inline-block;
  width: 64px;
  height: 22px;
  background: url("../../shared/image_new/i_search.gif") no-repeat center center #7f7f7f;
  border-radius: 3px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#header-pc #header-inner .header-nav > li.nav-search .search-label:hover {
  opacity: .8;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 76px;
  width: 310px;
  padding: 20px 30px;
  background: #7f7f7f;
  z-index: 200;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box:after {
  content: '';
  position: absolute;
  right: 20px;
  top: -6px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #7f7f7f transparent;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul {
  zoom: 1;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul:after {
  content: "";
  display: block;
  clear: both;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul > li {
  float: left;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul > li:first-child {
  margin-right: 5px;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul > li input {
  width: 240px;
}
#header-pc #header-inner .header-nav > li.nav-search .search-box ul > li button {
  padding: 6px 0;
  width: 60px;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 85%;
}
#header-pc #header-inner .header-nav > li.nav-search .lang {
  display: inline-block;
  height: 22px;
  padding: 0;
  box-sizing: border-box;
}
#header-pc #header-inner .header-nav > li.nav-search .lang a {
  display: inline-block;
  width: 64px;
  height: 23px;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-family: 'Oswald', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 0;
  box-sizing: border-box;
}
#header-pc #header-inner .header-nav > li.nav-search .lang a:hover {
  background: #eee;
}
#header-pc #header-inner .header-nav > li a {
  display: table-cell;
  height: 70px;
  padding: 0 35px;
  color: #000;
  vertical-align: middle;
}
#header-pc #header-inner .header-nav > li a:hover {
  text-decoration: none;
}
#header-pc #header-inner .header-nav > li a .nav-ja {
  display: block;
  font-weight: bold;
}
#header-pc #header-inner .header-nav > li a .nav-en {
  display: block;
  margin-top: 5px;
  color: #999999;
  font-size: 71%;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-transform: uppercase;
}

#menuWindow .mod-list-link2 {
  border-bottom: none;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

#menuWindow .mod-list-link2 li.lang .link-text {
  margin: 20px 0 0;
  background: #333;
  border: 1px solid #ccc;
}

/* --------------------------------------------------------------------------
   header202311
   -------------------------------------------------------------------------- */
   #header-pc #header-inner {
    height: 50px;
  }
  
  #header-pc #header-inner .header-logo {
    top: 8px;
  }
  
  #header-pc #header-inner .header-nav > li {
    height: 50px;
    padding: 0;
    border: none;
  }
  
  #header-pc #header-inner .header-nav > li:first-child {
    border: none;
  }
  
  #header-pc #header-inner .header-nav > li a {
    height: 50px;
    padding: 0 15px;
  }
  
  #header-pc #header-inner .header-nav > li.lang:hover {
    background: none;
  }
  
  #header-pc #header-inner .header-nav > li.lang span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
  
  #header-pc #header-inner .header-nav > li.lang a {
    display: inline;
    margin: 0 10px;
    padding: 0 10px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  #header-pc #header-inner .header-nav > li.lang a:hover {
    background: #eee;
    color: #666;
  }
  
  #menuWindow .mod-list-link2 {
    border-bottom: none;
  }
  
  #menuWindow .mod-list-link2 li.lang .link-text {
    margin: 20px 0 0;
    background: #333;
    border: 1px solid #ccc;
  }
  
  body.top-en #header-pc #header-inner .header-nav > li.news,
  body.lexus #header-pc #header-inner .header-nav > li.brand,
  body.lexus #header-pc #header-inner .header-nav > li.product,
  body.lexus #header-pc #header-inner .header-nav > li.news,
  body.brand_jp #header-pc #header-inner .header-nav > li.lexus,
  body.brand_jp #header-pc #header-inner .header-nav > li.product,
  body.brand_jp #header-pc #header-inner .header-nav > li.news,
  body.product #header-pc #header-inner .header-nav > li.brand,
  body.product #header-pc #header-inner .header-nav > li.lexus,
  body.product #header-pc #header-inner .header-nav > li.news,
  body.news #header-pc #header-inner .header-nav > li.brand,
  body.news #header-pc #header-inner .header-nav > li.lexus,
  body.news #header-pc #header-inner .header-nav > li.product {
    background-image: none;
  }
  
  body.top-en #header-pc #header-inner .header-nav > li.news:hover,
  body.lexus #header-pc #header-inner .header-nav > li.brand:hover,
  body.lexus #header-pc #header-inner .header-nav > li.product:hover,
  body.lexus #header-pc #header-inner .header-nav > li.news:hover,
  body.brand_jp #header-pc #header-inner .header-nav > li.lexus:hover,
  body.brand_jp #header-pc #header-inner .header-nav > li.product:hover,
  body.brand_jp #header-pc #header-inner .header-nav > li.news:hover,
  body.product #header-pc #header-inner .header-nav > li.brand:hover,
  body.product #header-pc #header-inner .header-nav > li.lexus:hover,
  body.product #header-pc #header-inner .header-nav > li.news:hover,
  body.news #header-pc #header-inner .header-nav > li.brand:hover,
  body.news #header-pc #header-inner .header-nav > li.lexus:hover,
  body.news #header-pc #header-inner .header-nav > li.product:hover {
    background: url("../../../shared/image_new/bg_header_nav.gif") no-repeat center bottom !important;
  }
  
  #header-sm .logo a {
      width: 125px;
      height: 25px;
      margin: 5px 0 0 5px;
      display: block;
      background: url(/en/shared/image_new/i_logo_sp.png) no-repeat left top;
      background-size: 125px 25px;
      -moz-background-size: 125px 25px;
      -webkit-background-size: 125px 25px;
      text-indent: -9999px;
  }
  
.search-icon {
  display: flex;
  float: right;
}
.search-label {
  display: inline-block;
  width: 64px;
  height: 22px;
  background: url(../../shared/image_new/i_search.gif) no-repeat center center #7f7f7f;
  border-radius: 3px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 8px;
  margin-right: 20px;
}

/* header-footer line:657 */
@media screen and (min-width: 810px) and (max-width: 1080px) {
  .search-label {
    margin-right: 12px;
  }
}
.search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 76px;
  width: 310px;
  padding: 20px 30px;
  background: #7f7f7f;
  z-index: 200;
}
  
 .search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 76px;
    width: 310px;
    padding: 20px 30px;
    background: #7f7f7f;
    z-index: 200;
  }
.search-box:after {
    content: '';
    position: absolute;
    right: 20px;
    top: -6px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #7f7f7f transparent;
  }
 .search-box ul {
    zoom: 1;
  }
.search-box ul:after {
    content: "";
    display: block;
    clear: both;
  }
 .search-box ul > li {
    float: left;
  }
 .search-box ul > li:first-child {
    margin-right: 5px;
  }
 .search-box ul > li input {
    width: 240px;
  }
 .search-box ul > li button {
    padding: 6px 0;
    width: 60px;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 85%;
  }


/* -----------------------------------------------
	Footer
----------------------------------------------- */
#footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: left;
}
#footer.popup {
  width: 900px !important;
}
#footer.popup address {
  width: 900px;
}

/* taxcaption */
#footer p#taxcaption {
  font-size: 10px;
  color: #ea0000;
}

/* Copyright */
#footer address {
  font-size: 71%;
  text-align: center;
}

/* Google Analytics */
#footer #analytics {
  display: none;
}

footer {
  margin: 30px 0 0 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  footer {
    display: block;
  }
}

#taxcaption {
  padding: 0 10px;
  font-size: 10px;
  color: #ea0000;
  text-align: center;
}

footer address {
  display: block;
  margin: 0 10px;
  color: #999;
  font-size: 6px;
  font-style: normal;
  font-family: "HelveticaNeue";
  text-align: center;
}

/* new pc footer */
#footer-pc {
  padding: 40px 0 0 0;
  background: url(/shared/image_new/bg_footer_shadow.gif) no-repeat center top;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #footer-pc {
    display: none;
  }
}
#footer-pc #footer-pc-inner {
  width: 980px;
  margin: 0 auto;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #footer-pc #footer-pc-inner {
    width: 100%;
  }
}
#footer-pc #footer-pc-inner .footer-nav {
  overflow: hidden;
  *zoom: 1;
}
#footer-pc #footer-pc-inner .footer-nav > li {
  position: relative;
  float: left;
  margin-top: 40px;
  padding: 0 5px 15px 15px;
  border-right: 1px solid #e5e5e5;
  font-size: 85%;
  line-height: 2;
  box-sizing: content-box;
}
#footer-pc #footer-pc-inner .footer-nav > li:first-child {
  border-left: 1px solid #e5e5e5;
}
#footer-pc #footer-pc-inner .footer-nav > li.child-1 {
  width: 140px;
}
#footer-pc #footer-pc-inner .footer-nav > li.child-2 {
  width: 184px;
}
#footer-pc #footer-pc-inner .footer-nav > li.child-3 {
  width: 170px;
}
#footer-pc #footer-pc-inner .footer-nav > li.child-4 {
  width: 170px;
}
#footer-pc #footer-pc-inner .footer-nav > li.child-5 {
  width: 210px;
}
#footer-pc #footer-pc-inner .footer-nav > li dl dt {
  position: absolute;
  left: 0;
  top: -40px;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 128%;
}
#footer-pc #footer-pc-inner .footer-nav > li dl dd a {
  color: #000;
}
#footer-pc #footer-pc-inner .footer-infobox {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-pc #footer-pc-inner .footer-callcenter {
  width: 700px;
  display: flex;
  padding: 10px 15px;
  border: solid 3px #e5e5e5;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
}
#footer-pc #footer-pc-inner .footer-callcenter_txt {
  font-size: 85%;
  line-height: 1.5;
}
#footer-pc #footer-pc-inner .footer-callcenter_link a {
  display: block;
  padding: 5px 25px 5px 10px;
  background: url("/shared/image_new/arrow_ri_gray2.png") right center no-repeat;
  border: 1px solid #ccc;
  color: #666 !important;
  font-size: 85%;
  transition: all .3s;
  line-height: 1.2;
}
#footer-pc #footer-pc-inner .footer-callcenter_link a:hover {
  border: 1px solid #008f57;
  color: #008f57 !important;
  text-decoration: none;
  opacity: .7;
}
#footer-pc #footer-pc-inner .footer-sns {
  display: flex;
  padding: 10px 15px;
  border: solid 3px #e5e5e5;
  align-items: center;
}
#footer-pc #footer-pc-inner .footer-sns p {
  color: #333;
  font-size: 85%;
  font-weight: bold;
}
#footer-pc #footer-pc-inner .footer-sns_list {
  display: flex;
  flex-wrap: wrap;
  height: 30px;
  justify-content: space-between;
}
#footer-pc #footer-pc-inner .footer-sns_list li {
  margin-left: 15px
}
#footer-pc #footer-pc-inner .footer-sns_list img {
  width: 30px;
  height: auto;
}
#footer-sm .footer-infobox {
  margin: 25px 10px;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
#footer-sm .footer-callcenter {
  margin-top: 20px;
  padding: 10px;
  border: 3px solid #ccc;
}
#footer-sm .footer-callcenter_txt {
  margin-top: 10px;
  color: #666;
  font-size: 85%;
}
#footer-sm .footer-callcenter_link {
  margin-top: 10px;
}
#footer-sm .footer-callcenter_link a {
  display: block;
  padding: 5px 10px;
  background: url("/shared/image_new/arrow_ri_gray2.png") right center no-repeat;
  border: 1px solid #ccc;
  color: #666 !important;
  font-size: 85%;
  text-align: center;
}
#footer-sm .footer-sns {
  display: flex;
  padding: 10px;
  border: 3px solid #ccc;
  align-items: center;
  justify-content: center;
}
#footer-sm .footer-sns p {
  color: #333;
  font-size: 85%;
  font-weight: bold;
}
#footer-sm .footer-sns_list {
  display: flex;
  justify-content: center;
}
#footer-sm .footer-sns_list li {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
#footer-sm .footer-sns_list img {
  width: 100%;
  height: auto;
}
#footer-pc #footer-pc-inner .footer-copyright {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 71%;
  text-align: center;
}

#footer-sm .footer-sm-nav {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
#footer-sm .footer-sm-nav li {
  position: relative;
  border-top: 1px solid #ccc;
}
#footer-sm .footer-sm-nav li:first-child {
  border-top: 0;
}
#footer-sm .footer-sm-nav li .link-text {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #333;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footer-sm .footer-sm-nav li .link-text:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
#footer-sm .footer-sm-nav li .link-text:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  margin: -4px 0 0 0;
  width: 6px;
  height: 9px;
  background-image: url("/shared/image_new/arrow_ri_white@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 6px 9px;
  -moz-background-size: 6px 9px;
  -o-background-size: 6px 9px;
  background-size: 6px 9px;
}
#footer-sm .footer-sm-nav li .link-text.icon-blank:after {
  width: 10px;
  height: 10px;
  background-image: url("/shared/image_new/icon_win3@2x.png");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
}
#footer-sm .footer-sm-nav li .link-toggle {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #333;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
#footer-sm .footer-sm-nav li .link-toggle.toggle-link {
  border-bottom: 1px solid #cccccc;
}
#footer-sm .footer-sm-nav li .link-toggle .toggle-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("/shared/image_new/icon_open.gif") no-repeat 0 0;
  z-index: 10;
}
#footer-sm .footer-sm-nav li .link-toggle.is-active .toggle-icon {
  background: url("/shared/image_new/icon_close.gif") no-repeat 0 0;
}
#footer-sm .footer-sm-nav li ul {
  padding-left: 10px;
  border-top: 1px solid #ccc;
}
#footer-sm .footer-sm-copyright {
  padding-bottom: 25px;
  color: #666;
/*  font-size: 71%;*/
  font-size: 10px;
  font-family: Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
  text-align: center;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 790px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
	.mfp-iframe-scaler {
		overflow-y: auto;
	}
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  margin-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: -40px;
  right: 0;
  padding-top: 0;
}

/*---------------------------- layout ----------------------------*/
html {
  background: white;
  line-height: 1.2;
  overflow-x: hidden;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  body {
    min-width: 0;
    width: auto !important;
    width: 0;
  }
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
  body {
    min-width: 1024px;
    width: auto !important;
    width: 1024px;
  }
  body#popup {
    min-width: 920px;
    width: auto !important;
    width: 920px;
  }
}
@media screen and (min-width: 1152px) {
  body {
    min-width: 1024px;
    width: auto !important;
    width: 1024px;
  }
  body#popup {
    min-width: 920px;
    width: auto !important;
    width: 920px;
  }
}

.is-modal {
  width: auto;
  min-width: 0;
  width: auto !important;
  width: 0;
}

a img {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover img {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* #header {
	#header-inner {
		@include res-box;
	}
} */
@media screen and (min-width: 0px) and (max-width: 568px) {
  #header,
  #footer {
    display: none;
  }
}

#lnav {
  background: #000;
  min-width: 1024px;
  width: auto !important;
  width: 1024px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav {
    min-width: 0;
    width: auto !important;
    width: 0;
  }
}
#lnav #lnav-inner {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner {
    width: 100%;
  }
}
#lnav #lnav-inner:after {
  content: "";
  display: block;
  clear: both;
}
#lnav #lnav-inner ul {
  letter-spacing: -0.3em;
  border-left: 1px solid #4d4d4d;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul {
    border-left: 0;
  }
}
#lnav #lnav-inner ul li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 243px;
  letter-spacing: normal;
  text-align: center;
  font-weight: 700;
  line-height: 43px;
  border-right: 1px solid #4d4d4d;
  border-bottom: 4px solid #000;
  vertical-align: bottom;
  *background: url("/shared/image_new/arrow_bt_green.png") no-repeat center bottom;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li {
    border-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li:nth-child(2), #lnav #lnav-inner ul li:nth-child(3), #lnav #lnav-inner ul li:nth-child(4), #lnav #lnav-inner ul li:nth-child(5) {
    display: none;
  }
}
#lnav #lnav-inner ul li.logo {
  text-align: center;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li.logo {
    border-right: 0;
  }
}
#lnav #lnav-inner ul li.logo a,
#lnav #lnav-inner ul li.logo span {
  height: 43px;
}
#lnav #lnav-inner ul li.logo a img,
#lnav #lnav-inner ul li.logo span img {
  margin-top: 10px;
  vertical-align: middle;
}
#lnav #lnav-inner ul li.cr, #lnav #lnav-inner ul li:hover {
  border-bottom: 4px solid #008f57;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li.cr, #lnav #lnav-inner ul li:hover {
    border-bottom: 0;
  }
}
#lnav #lnav-inner ul li.cr:after, #lnav #lnav-inner ul li:hover:after {
  background: url("/shared/image_new/arrow_bt_black.png") no-repeat left top;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li.cr:after, #lnav #lnav-inner ul li:hover:after {
    background: none;
  }
}
#lnav #lnav-inner ul li.cr a:hover, #lnav #lnav-inner ul li:hover a:hover {
  text-decoration: none;
}
#lnav #lnav-inner ul li:after {
  position: absolute;
  width: 7px;
  height: 5px;
  bottom: -4px;
  left: 50%;
  content: '';
  margin-left: -3px;
  background: url("/shared/image_new/arrow_bt_green.png") no-repeat left top;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #lnav #lnav-inner ul li:after {
    background: none;
  }
}
#lnav #lnav-inner ul li a,
#lnav #lnav-inner ul li span {
  display: block;
  color: #fff;
}

#snav {
  background: #fff;
  min-width: 1024px;
  width: auto !important;
  width: 1024px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #snav {
    display: none;
  }
}
#snav #snav-inner {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #snav #snav-inner {
    width: 100%;
  }
}
#snav #snav-inner:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title1 {
  zoom: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 784px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
}
#snav #snav-inner #snav-title1:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title1.static {
  position: static !important;
}
#snav #snav-inner #snav-title1 .snav-title-mode {
  float: left;
  width: 587px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title1 .snav-title-select {
  float: right;
  width: 196px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title2 {
  zoom: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 815px;
  padding: 4px 0;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
}
#snav #snav-inner #snav-title2:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title2.static {
  position: static !important;
}
#snav #snav-inner #snav-title3 {
  zoom: 1;
  padding: 4px 0;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
}
#snav #snav-inner #snav-title3:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title3 .snav-title-mode {
  float: left;
  width: 652px;
}
#snav #snav-inner #snav-title3 .snav-title-select {
  float: right;
  width: 326px;
  border-left: 1px solid #ccc;
}

#snav #snav-inner #snav-title4 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title4:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title4.static {
  position: static !important;
}
#snav #snav-inner #snav-title4 .snav-title-mode {
  float: left;
  width: 489px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title4 .snav-title-select {
  float: right;
  width: 488px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title5 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title5:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title5.static {
  position: static !important;
}
#snav #snav-inner #snav-title5 .snav-title-mode {
  float: left;
  width: 390px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title5 .snav-title-select {
  float: right;
  width: 587px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title6 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title6:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title6.static {
  position: static !important;
}
#snav #snav-inner #snav-title6 .snav-title-mode {
  float: left;
  width: 586px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title6 .snav-title-select {
  float: right;
  width: 391px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title7 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title7:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title7 .snav-title-mode {
  float: left;
  width: 733px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title7 .snav-title-select {
  float: right;
  width: 244px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title8 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title8:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title8 .snav-title-mode {
  float: left;
  width: 782px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title8 .snav-title-select {
  float: right;
  width: 195px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner #snav-title9 {
  zoom: 1;
  width: 978px;
  background: #e5e5e5;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 64%;
  text-align: center;
  z-index: 10;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#snav #snav-inner #snav-title9:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner #snav-title9 .snav-title-mode {
  float: left;
  width: 652px;
  padding: 4px 0;
}
#snav #snav-inner #snav-title9 .snav-title-select {
  float: right;
  width: 325px;
  padding: 4px 0;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul {
  letter-spacing: -0.3em;
}
#snav #snav-inner ul li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 92%;
}
#snav #snav-inner ul li.is-active a {
  background: url("/shared/image_new/arrow_bt_white.png") no-repeat center bottom #109662;
  color: #fff;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #snav #snav-inner ul li.is-active a {
    background: #109662;
  }
  #snav #snav-inner ul li.is-active a:after {
    background: url("/shared/image_new/arrow_bt_white.png") no-repeat left top;
  }
}
#snav #snav-inner ul li a,
#snav #snav-inner ul li span {
  background: url("/shared/image_new/arrow_bt_green.png") no-repeat center bottom white;
  color: #000;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #snav #snav-inner ul li a,
  #snav #snav-inner ul li span {
    background: #fff;
  }
  #snav #snav-inner ul li a:after,
  #snav #snav-inner ul li span:after {
    position: absolute;
    width: 7px;
    height: 5px;
    bottom: 1px;
    left: 50%;
    content: '';
    margin-left: -3px;
    background: url("/shared/image_new/arrow_bt_green.png") no-repeat left top;
  }
}
#snav #snav-inner ul li a.cr, #snav #snav-inner ul li a:hover,
#snav #snav-inner ul li span.cr,
#snav #snav-inner ul li span:hover {
  background: url("/shared/image_new/arrow_bt_white.png") no-repeat center bottom #109662;
  color: #fff;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #snav #snav-inner ul li a.cr, #snav #snav-inner ul li a:hover,
  #snav #snav-inner ul li span.cr,
  #snav #snav-inner ul li span:hover {
    background: #109662;
  }
  #snav #snav-inner ul li a.cr:after, #snav #snav-inner ul li a:hover:after,
  #snav #snav-inner ul li span.cr:after,
  #snav #snav-inner ul li span:hover:after {
    background: url("/shared/image_new/arrow_bt_white.png") no-repeat left top;
  }
}
#snav #snav-inner ul.snav-col2 {
  zoom: 1;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col2:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col2 li {
  float: left;
  width: 489px;
  text-align: center;
}
#snav #snav-inner ul.snav-col2 li.col2-2 {
  border-left: 1px solid #ccc;
  width: 488px;
}
#snav #snav-inner ul.snav-col2 li a,
#snav #snav-inner ul.snav-col2 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col3 {
  zoom: 1;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col3:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col3 li {
  float: left;
  width: 325px;
  text-align: center;
}
#snav #snav-inner ul.snav-col3 li.col3-2 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 326px;
}
#snav #snav-inner ul.snav-col3 li a,
#snav #snav-inner ul.snav-col3 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col4 {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col4:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col4 li {
  float: left;
  width: 243px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col4 li.col4-2, #snav #snav-inner ul.snav-col4 li.col4-3 {
  width: 244px;
}
#snav #snav-inner ul.snav-col4 li a,
#snav #snav-inner ul.snav-col4 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col5 {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col5:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col5 li {
  float: left;
  width: 195px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col5 li a,
#snav #snav-inner ul.snav-col5 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col5 li.col5-1 {
  width: 194px;
}
#snav #snav-inner ul.snav-col5-dress {
  zoom: 1;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col5-dress:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col5-dress li {
  float: left;
  width: 195px;
  text-align: center;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col5-dress li a,
#snav #snav-inner ul.snav-col5-dress li span {
  display: block;
  padding: 33px 0 17px;
}
#snav #snav-inner ul.snav-col5-dress li.col3-1 {
  width: 194px;
}
#snav #snav-inner ul.snav-col5-dress li.col3-1 a,
#snav #snav-inner ul.snav-col5-dress li.col3-1 span {
  display: block;
  padding: 25px 0;
}
#snav #snav-inner ul.snav-col6-dress {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col6-dress:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col6-dress li {
  float: left;
  width: 162px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col6-dress li a,
#snav #snav-inner ul.snav-col6-dress li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col6-dress li.col3-1 {
  width: 163px;
}
#snav #snav-inner ul.snav-col11 {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col11:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col11 li {
  float: left;
  width: 88px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col11 li a,
#snav #snav-inner ul.snav-col11 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col12 {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col12:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col12 li {
  float: left;
  width: 80px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col12 li a,
#snav #snav-inner ul.snav-col12 li span {
  display: block;
  padding: 15px 0;
}
#snav #snav-inner ul.snav-col13 {
  zoom: 1;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col13:after {
  content: "";
  display: block;
  clear: both;
}
#snav #snav-inner ul.snav-col13 li {
  float: left;
  width: 74px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#snav #snav-inner ul.snav-col13 li a,
#snav #snav-inner ul.snav-col13 li span {
  display: block;
  padding: 15px 0;
}

#snav #snav-inner ul.snav-yearlist {
  display: flex;
  border-left: 1px solid #ccc;
}
#snav #snav-inner ul.snav-yearlist li {
  border-right: 1px solid #ccc;
  text-align: center;
  flex: 1;
}
#snav #snav-inner ul.snav-yearlist li a,
#snav #snav-inner ul.snav-yearlist li span {
  display: block;
  padding: 15px 0;
}

#gnav {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
#gnav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 300;
}

#visual {
  background: #000;
}

#main #main-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 501px;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner {
    height: 300px;
  }
}
#main #main-inner #mainv {
  position: relative;
  width: 100%;
  height: 501px;
  margin-bottom: -165px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner #mainv {
    height: 300px;
  }
}
#main #main-inner #mainv li {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 501px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner #mainv li {
    width: 100%;
  }
}
#main #main-inner .ctrl .ctrlLeft {
  position: absolute;
  text-indent: -9999px;
  left: 300px;
  top: 532px;
  width: 15px;
  height: 27px;
  background: url("/shared/image_new/arrow_slide_left_s.png") no-repeat left top;
  z-index: 200;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl .ctrlLeft {
    left: 6px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -5px;
    background-position: left center;
    background: url("/shared/image_new/arrow_slide_left.png") no-repeat left top;
    -webkit-background-size: 10px 18px;
    -moz-background-size: 10px 18px;
    -o-background-size: 10px 18px;
    background-size: 10px 18px;
  }
}
@media screen and (min-width: 1152px) {
  #main #main-inner .ctrl .ctrlLeft {
    top: 50%;
    left: -60px;
    width: 34px;
    height: 61px;
    margin-top: -30px;
    background: url("/shared/image_new/arrow_slide_left.png") no-repeat left top;
    -webkit-background-size: 34px 61px;
    -moz-background-size: 34px 61px;
    -o-background-size: 34px 61px;
    background-size: 34px 61px;
  }
}
#main #main-inner .ctrl .ctrlRight {
  position: absolute;
  text-indent: -9999px;
  right: 300px;
  top: 532px;
  width: 15px;
  height: 27px;
  background: url("/shared/image_new/arrow_slide_right_s.png") no-repeat right top;
  z-index: 200;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl .ctrlRight {
    right: 6px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -5px;
    background-position: left center;
    background: url("/shared/image_new/arrow_slide_right.png") no-repeat right top;
    -webkit-background-size: 10px 18px;
    -moz-background-size: 10px 18px;
    -o-background-size: 10px 18px;
    background-size: 10px 18px;
  }
}
@media screen and (min-width: 1152px) {
  #main #main-inner .ctrl .ctrlRight {
    top: 50%;
    right: -60px;
    width: 34px;
    height: 61px;
    margin-top: -30px;
    background: url("/shared/image_new/arrow_slide_right.png") no-repeat right top;
    -webkit-background-size: 34px 61px;
    -moz-background-size: 34px 61px;
    -o-background-size: 34px 61px;
    background-size: 34px 61px;
  }
}
#main #main-inner .ctrl > ol {
  position: absolute;
  width: 100%;
  bottom: -94px;
  text-align: center;
  letter-spacing: -0.3em;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl > ol {
    bottom: 20px;
  }
}
#main #main-inner .ctrl > ol li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 94px;
  height: 90px;
  margin: 0 5px;
  letter-spacing: normal;
  border-top: 4px solid #000;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl > ol li {
    width: 0;
    height: 0;
    margin: 0 8px;
  }
}
#main #main-inner .ctrl > ol li.cr {
  border-top: 4px solid #008f57;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl > ol li.cr:after {
    content: '●';
    color: #fdbf57;
  }
}
#main #main-inner .ctrl > ol li:after {
  position: absolute;
  width: 7px;
  height: 5px;
  top: -4px;
  left: 50%;
  content: '';
  margin-left: -3px;
  background: url("/shared/image_new/arrow_tp_black.png") no-repeat left top;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .ctrl > ol li:after {
    font-size: 57%;
    background: none;
    content: '●';
    color: #ccc;
  }
}
#main #main-inner .ctrl > ol li:hover span {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#main #main-inner .ctrl > ol li span {
  display: block;
  margin-top: 15px;
}
#main #main-inner .inner-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 200;
  color: #fff;
  padding-left: 25px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dt {
    text-align: center;
  }
}
#main #main-inner .inner-info dt .info-logo {
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dt .info-logo {
    text-align: center;
    padding-bottom: 5px;
  }
  #main #main-inner .inner-info dt .info-logo img {
    width: 108px;
    height: auto;
  }
}
#main #main-inner .inner-info dt .info-kit {
  display: block;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 192%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dt .info-kit {
    text-align: center;
    font-size: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#main #main-inner .inner-info dt .info-car {
  display: block;
  margin-top: 5px;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 114%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dt .info-car {
    text-align: center;
    font-size: 100%;
    margin-top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#main #main-inner .inner-info dd {
  position: relative;
  margin: 0 auto;
}
#main #main-inner .inner-info dd .info-cap {
  display: block;
  margin-top: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-cap {
    display: none;
  }
}
#main #main-inner .inner-info dd .info-btn {
  display: block;
  width: 140px;
  margin-top: 25px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-btn {
    margin: 180px auto 0;
    text-align: center;
  }
}
#main #main-inner .inner-info dd .info-ctrl {
  zoom: 1;
  width: 450px;
}
#main #main-inner .inner-info dd .info-ctrl:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl {
    width: 220px;
  }
}
#main #main-inner .inner-info dd .info-ctrl dt {
  float: left;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dt {
    clear: none;
    display: block;
    font-size: 71%;
  }
}
#main #main-inner .inner-info dd .info-ctrl dt span {
  display: block;
  width: 168px;
  line-height: 32px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dt span {
    width: 220px;
    line-height: 14px;
    border: 0;
    margin-bottom: 4px;
  }
}
#main #main-inner .inner-info dd .info-ctrl dd {
  float: left;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dd {
    clear: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dd.ctrl-highlight {
    width: 220px;
  }
}
#main #main-inner .inner-info dd .info-ctrl dd.ctrl-highlight span {
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dd.ctrl-highlight span {
    width: 100%;
    display: block;
    padding: 8px 0;
  }
}
#main #main-inner .inner-info dd .info-ctrl dd.ctrl-view {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dd.ctrl-view {
    zoom: 1;
    width: 100%;
  }
  #main #main-inner .inner-info dd .info-ctrl dd.ctrl-view:after {
    content: "";
    display: block;
    clear: both;
  }
}
#main #main-inner .inner-info dd .info-ctrl dd.ctrl-view span {
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main #main-inner .inner-info dd .info-ctrl dd.ctrl-view span {
    display: block;
    float: left;
    width: 50%;
    padding: 8px 0;
  }
}

#main2 {
  background: #1e1e1e;
  height: 180px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main2 {
    height: 　160px;
  }
}
#main2 #main2-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main2 #main2-inner {
    width: 100%;
  }
}
#main2 #main2-inner h2 {
  font-size: 385%;
  color: #fff;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding-top: 45px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main2 #main2-inner h2 {
    font-size: 128%;
    text-align: center;
    padding-top: 15px;
  }
}
#main2 #main2-inner h2 span {
  display: block;
  font-size: 30%;
  color: #808080;
  margin-top: 5px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main2 #main2-inner h2 span {
    font-size: 60%;
    margin-top: 5px;
  }
}

#main-nav {
  background: #000;
  height: 90px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main-nav {
    display: none;
  }
}
#main-nav #main-nav-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #main-nav #main-nav-inner {
    width: 100%;
  }
}

#closeup {
  background: #000;
  padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #closeup {
    padding: 20px 10px;
  }
}
#closeup #closeup-inner {
  width: 980px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #closeup #closeup-inner {
    width: 100%;
  }
}
#closeup #closeup-inner a {
  color: #fff;
}

#content {
  padding: 40px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content {
    padding: 20px 10px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content.selection {
    padding: 0 10px 0;
  }
}
#content #content-inner {
  width: 980px;
  margin: 0 auto;
  background-image: url("/shared/image_new/bg_shadow.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner {
    width: 100%;
  }
}
#content #content-inner.no-shadow {
  background-image: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner {
    background-image: none;
  }
}
#content #content-inner #special {
  margin-top: 40px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner #special {
    margin-top: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner #special .special-bnr {
    display: none;
  }
}
#content #content-inner #special .special-bnr li {
  padding-bottom: 20px;
}
#content #content-inner #special .special-bnr li:last-child {
  padding-bottom: 0;
}
#content #content-inner #special .special-link {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner #special .special-link {
    display: block;
  }
}
#content #content-inner .tab2-nav {
  display: none;
}
#content #content-inner #support {
  margin-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner #support {
    margin-top: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #content #content-inner .tab2-nav {
    display: block;
    zoom: 1;
    margin: 0 -10px;
  }
  #content #content-inner .tab2-nav:after {
    content: "";
    display: block;
    clear: both;
  }
  #content #content-inner .tab2-nav li {
    position: relative;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 85%;
  }
  #content #content-inner .tab2-nav li:last-child {
    border-right: 0;
  }
  #content #content-inner .tab2-nav li:nth-child(1), #content #content-inner .tab2-nav li:nth-child(3) {
    width: 33%;
  }
  #content #content-inner .tab2-nav li:nth-child(2) {
    width: 34%;
  }
  #content #content-inner .tab2-nav li:after {
    position: absolute;
    width: 7px;
    height: 5px;
    bottom: 1px;
    left: 50%;
    content: '';
    margin-left: -3px;
    background: url("/shared/image_new/arrow_bt_green.png") no-repeat left top;
  }
  #content #content-inner .tab2-nav li.is-active {
    color: #fff;
    background: #008f57;
  }
  #content #content-inner .tab2-nav li.is-active:after {
    background: url("/shared/image_new/arrow_bt_white.png") no-repeat left top;
  }
  #content #content-inner .tab2-nav li a {
    display: block;
    padding: 15px 0;
  }
  #content #content-inner .tab2-nav li a:hover {
    text-decoration: none;
  }
  #content #content-inner .tab2-nav li.is-active a:link {
    color: #fff;
    pointer-events: none;
    background: #008f57;
  }
  #content #content-inner .tab2-nav li.is-active a:hover {
    color: #fff;
  }
  #content #content-inner .tab2-nav li.is-active a:active {
    color: #fff;
  }
  #content #content-inner .tab2-nav li.is-active a:visited {
    color: #fff;
  }
}
#content #content-inner .tab2-nav.col2 li {
  width: 50% !important;
}
#content #content-inner .tab2-nav.col2 li:nth-child(3) {
  border-top: 1px solid #ccc;
}
#content #content-inner .tab2-nav.col2 li:nth-child(4) {
  border-right: none;
  border-top: 1px solid #ccc;
}

#recommend {
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend {
    display: none;
  }
}
#recommend #recommend-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend #recommend-inner {
    width: 100%;
  }
}

#recommend-sp {
  display: none;
  background: url("/shared/image_new/bg_shadow.gif") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend-sp {
    display: block;
  }
}
#recommend-sp #recommend-sp-inner {
  padding: 20px 10px;
  background: url("/shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  -webkit-background-size: 2px;
  -moz-background-size: 2px;
  -o-background-size: 2px;
  background-size: 2px;
}
#recommend-sp.bg-none {
  background-image: none;
}

#support .mod-list-box li a {
  height: 75px;
  display: table-cell;
  padding: 0 70px 0 15px;
  font-size: 114%;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .mod-list-box li a {
    height: auto;
    display: block;
    padding: 15px 40px 15px 15px;
    font-size: 100%;
  }
}
#support .mod-list-col3 li a {
  width: 304px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .mod-list-col3 li a {
    width: auto;
  }
}
#support .mod-list-col4 li a{
  width: 228px;
}
#support .spec {
  background: url("/shared/image_new/icon_pricespec.gif") no-repeat right center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .spec {
    background: url("/shared/image_new/icon_pdf2.gif") no-repeat right center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #support .spec {
    background: url("/shared/image_new/icon_pdf2@2x.png") no-repeat right center;
    background-size: 23px 16px;
  }
}
#support .leaflet {
  background: url("/shared/image_new/icon_pdf3.gif") no-repeat right center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .leaflet {
    background: url("/shared/image_new/icon_pdf2.gif") no-repeat right center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 0px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #support .leaflet {
    background: url("/shared/image_new/icon_pdf2@2x.png") no-repeat right center;
    background-size: 23px 16px;
  }
}
#support .toyota-link {
  background: url("/shared/image_new/icon_toyota_vertical.gif") no-repeat right center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .toyota-link {
    background-size: 32px 21px;
  }
}
#support .lexus-link {
  background: url("/shared/image_new/icon_lexus_vertical.gif") no-repeat right center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .lexus-link {
    background-size: 32px 11px;
  }
}
#support .daihatsu-link {
  background: url("/shared/image_new/icon_daihatsu_vertical.gif") no-repeat right center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .daihatsu-link {
    background-size: 80px 15px;
  }
}

#support .list-dealer {
  margin: 20px 0 0;
  border: 1px solid #ccc;
}
#support .list-dealer dt {
  display: table-cell;
  width: 750px;
  padding: 20px 15px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
#support .list-dealer dt span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#support .list-dealer dt p {
  margin: 7px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .list-dealer dt {
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
#support .list-dealer dd {
  display: table-cell;
  width: 230px;
  padding: 0 28px;
  background: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #support .list-dealer dd {
    display: block;
    width: auto;
    padding: 15px 20px;
  }
}
#support .list-dealer dd a {
  display: block;
  padding: 8px;
  background: #fff url(/shared/image_new/arrow_ri_gray2.png) right center no-repeat;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ccc;
}
#support .list-dealer dd a:hover {
  color: #008f57;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#pagetop.popup #pagetop-inner {
  width: 800px;
}
#pagetop #pagetop-inner {
  width: 980px;
  margin: 0 auto;
  font-family: 'Oswald',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: right;
  margin-top: 10px;
  padding: 40px 0 20px;
/*  font-size: 100%;*/
  font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #pagetop #pagetop-inner {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #pagetop #pagetop-inner {
    text-align: center;
/*    font-size: 85%;*/
    font-size: 12px;
    margin-top: 30px;
    padding: 0;
  }
}
#pagetop #pagetop-inner a span {
  color: #000;
  background: url("/shared/image_new/btn_pagetop.gif") no-repeat center top;
  text-align: center;
  padding: 15px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #pagetop #pagetop-inner a span {
    display: block;
    background: url("/shared/image_new/btn_pagetop_sp.gif") no-repeat center top;
    -webkit-background-size: 19px 10px;
    -moz-background-size: 19px 10px;
    -o-background-size: 19px 10px;
    background-size: 19px 10px;
  }
}
#pagetop #pagetop-inner a:hover {
  text-decoration: none;
}

#aside {
  padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #aside {
    display: none;
  }
}
#aside #aside-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #aside #aside-inner {
    width: 100%;
  }
}

#aside-sp {
  display: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #aside-sp {
    display: block;
  }
}
#aside-sp #aside-sp-inner {
  padding: 20px 10px;
}

#footer #footer-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #footer #footer-inner {
    width: 100%;
  }
}

.js-content > li {
  display: none;
}
.js-content > li.is-active {
  display: block;
}

#entries {
  background: url("../../../../shared/image_new/bg_gray.gif") repeat left top #e8e8e8;
  padding: 40px 0;
}
#entries #entries-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #entries #entries-inner {
    width: 100%;
  }
}
#entries .mod-box-cap4 dt {
  width: 306px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}
#entries .mod-box-cap4 dt img {
  max-width: 306px;
  max-height: 220px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #entries .mod-box-cap4 dt {
    width: auto;
    height: auto;
    display: block;
    background: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #entries {
    padding: 20px 10px;
  }
}

#car-lineup #car-lineup-inner {
  position: relative;
  /* min-height: 400px; */
  overflow: hidden;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup #car-lineup-inner {
    min-height: auto;
  }
} */
#car-lineup .lineup-nav {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav {
    display: block;
  }
} */
#car-lineup .lineup-nav > li {
  display: table-cell;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav > li {
    display: block;
  }
} */
#car-lineup .lineup-nav li h3 {
  padding: 15px 20px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li h3 {
    position: relative;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  #car-lineup .lineup-nav li h3:after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    margin-top: -12px;
    background: url(/shared/image_new/icon_open.gif) right center no-repeat;
  }
  #car-lineup .lineup-nav li.act h3:after {
    background: url(/shared/image_new/icon_close.gif) right center no-repeat;
  }
} */
#car-lineup .lineup-nav > li:first-child h3 {
  border: none;
}
#car-lineup .lineup-nav > li h3:hover,
#car-lineup .lineup-nav > li.act h3 {
  background: #008f57 url(/shared/image_new/arrow_bt_white.png) center bottom no-repeat;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav > li h3:hover,
  #car-lineup .lineup-nav > li.act h3 {
    background-image: none;
  }
} */
#car-lineup .lineup-nav > li.pickup h3:hover,
#car-lineup .lineup-nav > li.pickup.act h3 {
  background-color: #e50322;
}
#car-lineup .lineup-nav li .lineup-area {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area {
    padding: 10px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
}
#car-lineup .lineup-nav li.act .lineup-area {
  display: block;
}
#car-lineup .lineup-nav li .lineup-area h4 {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area h4 {
    text-align: center;
  }
  #car-lineup .lineup-nav li .lineup-area h4 img {
    width: 50%;
    height: auto;
  }
} */
#car-lineup .lineup-nav li .lineup-area h4:after {
  position: absolute;
  right: 0;
  top: 18px;
  width: 770px;
  content: "";
  border-bottom: 1px solid #ccc;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area h4:after {
    display: none;
  }
} */
#car-lineup .lineup-nav li .lineup-area ul {
  margin-left: -30px;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area ul {
    margin: 0;
  }
} */
#car-lineup .lineup-nav li .lineup-area ul.complete {
  margin-left: -20px;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area ul.complete {
    margin: 0;
  }
} */
#car-lineup .lineup-nav li .lineup-area ul:after {
  content: "";
  display: block;
  clear: both;
}
#car-lineup .lineup-nav li .lineup-area ul li {
  float: left;
  width: 172px;
  margin: 0 0 30px 30px;
  text-align: center;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area ul li {
    width: 49%;
    margin: 0 0 15px 0;
  }
  #car-lineup .lineup-nav li .lineup-area ul li:nth-child(even) {
    float: right;
  }
} */
#car-lineup .lineup-nav li .lineup-area ul.complete li {
  width: 230px;
  margin: 0 0 30px 20px;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
  #car-lineup .lineup-nav li .lineup-area ul.complete li {
    width: 49%;
    margin: 0 0 15px 0;
  }
  #car-lineup .lineup-nav li .lineup-area ul.complete li:nth-child(even) {
    float: right;
  }
} */
#car-lineup .lineup-nav li .lineup-area dt {
  margin-bottom: 10px;
}
#car-lineup .lineup-nav li .lineup-area dt img {
  width: 100%;
  height: auto;
}
#car-lineup .lineup-nav li .lineup-area dd a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
#car-lineup .lineup-nav li .lineup-area dl:hover {
  opacity: .7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#car-lineup .lineup-nav li .lineup-area .bnr {
  margin-bottom: 30px;
}
/* @media screen and (min-width: 0px) and (max-width: 568px) {
#car-lineup .lineup-nav li .lineup-area .bnr {
  margin-bottom: 0;
}
} */
#car-lineup .lineup-nav li .lineup-area .bnr img {
  width: 100%;
  height: auto;
}

#car-event {
  padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #car-event {
    display: none;
  }
}
#car-event #carevent-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #car-event #carevent-inner {
    width: 100%;
  }
}

#car-event-sp {
  display: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #car-event-sp {
    display: block;
  }
}
#car-event-sp #carevent-sp-inner {
  margin-top: 20px;
}

.mod-box-gray p.release2 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #666;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-gray p.release2 {
    font-size: 16px;
  }
}

.mod-dl-basic dt.release {
  margin-top: 30px;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-dl-basic dt.release {
    margin-top: 40px;
  }
}

ul li dl.mod-box-cap2 span.release {
  display: inline-block;
  padding: 7px 5px 5px;
  line-height: 1;
  color: #666;
  border: 1px solid #666;

}

.mod-box-modal .modal-release {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 5px 5px;
  line-height: 1;
  font-size: 12px;
  color: #666;
  border: 1px solid #666;
}

