#contents h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #530107;
  font-size: 250%;
}
@media (max-width: 639px) {
  #contents h1 {
    font-family: "Sawarabi Mincho";
  }
}

/* index ------------------------------------- */
#index_message {
  text-align: center;
  background: url(../images/bg_message_01.png);
}
#information_list h2,
#index_recommend h2,
#index_message h2 {
  font-size: 185%;
  line-height: 150%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #530107;
  font-weight: bold;
  background: transparent;
  border: none;
}
#information_list h2:before,
#index_recommend h2:before,
#index_message h2:before {
  margin: 0;
  padding: 0;
  content: '';
  background: none;
}
#index_message h3 {
  font-size: 135%;
  font-weight: normal;
  line-height: 150%;
  margin: 0 0 20px;
  padding: 8px 0 5px;
  text-align: center;
  border-bottom: none;
  font-weight: bold;
  color: #000;
}

#index_recommend h2,
#index_message h2,
#index_message h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 639px) {
  #index_recommend h2,
  #index_message h2,
  #index_message h3 {
    font-family: "Sawarabi Mincho";
  }

  #index_message h2 {
    font-size: 150%;
  }
  #index_message h3 {
  }

  #index_menulist .col-xs-6.mb30 {
    margin-bottom: 10px;
  }

}


#index_message h2 span,
#index_message h3 span {
  display: inline-block;
}

#index_recommend {
  text-align: center;
}
#index_recommend h2 {
  margin-bottom: 30px;
}
#index_recommend .title {
  text-align: center;
  background: url(../images/bg_title.png) no-repeat center top;
}



#information_list {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  margin: 20px 0;
  padding: 10px 0;
}

#information_list .title {
  margin-top: 5px;
  padding: 30px 0;
  border-right: 1px dashed #CCC;
}
@media (max-width: 767px) {
  #information_list .title {
    margin-top: 0;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px dashed #CCC;
  }
}
#information_list .title img {
  max-width: 100%;
  height: auto;
}

.front_page #contents #information_list .row {
  padding-bottom: 0;
}

#information_list .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#information_list .body li {
}
#information_list .body li a {
  color: #333;
}
#information_list .body li a span {
  display: inline-block;
  padding: 5px;
  margin: 0 10px;
}
#information_list .body li a span.label {
  color: #FFF;
  font-size: 80%;
  padding: 2px 8px;
}

iframe.facebook-box {
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  iframe.facebook-box {
    width: 430px !important;
  }
}

@media screen and (max-width: 480px) {
  iframe.facebook-box {
    width: 280px !important;
  }
}



#oem_content_01, #oem_content_02, #oem_content_03 {
  margin-bottom: 30px;
}
#oem_content_03 {
  background: url(../images/img_oem_03.png) no-repeat right bottom;
}


.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
