.combox {
  margin: 40px auto; }
  @media screen and (min-width: 768px) {
    .combox {
      margin: 80px auto; } }

.combox-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    .combox-title {
      font-size: 30px;
      margin-bottom: 40px; } }

.combox-title span {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: block; }

.combox-title2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  position: relative;
  padding-left: 20px; }
  @media screen and (min-width: 768px) {
    .combox-title2 {
      margin-bottom: 20px; } }

.combox-title2::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  top: 0.5em;
  background: #222; }

.btn-list {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px; }

.btn-list li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  margin-bottom: 10px; }

.btn-list li.btn-half {
  width: 50%; }

.btn-list li .btn a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  background-image: none;
  line-height: 1.2; }

.shop .row > div {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .shop .row > div {
      margin-bottom: 60px; } }

.shop-title {
  background: url(../images/index/shop-icon.png) no-repeat top center;
  background-size: 40px auto; }

.shop-title:first-letter {
  color: #ea5203; }

.shop-title span {
  color: #ea5203; }

.shop .combox-title2 {
  color: #ea5203;
  margin-bottom: 10px; }

.shop .combox-title2::before {
  background: #ea5203; }

.shop .combox-title2 + p {
  line-height: 1.4;
  margin-bottom: 10px; }

.shop-photo-main {
  max-width: 375px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .shop-photo-main {
      max-width: none; } }
