@charset "utf-8";

/* !reset and layout
---------------------------------------------------------- */
a {
  color: #0066ff;
  display: block;
  outline: none;
  overflow: hidden;
  text-decoration: underline;
}
a:hover {
  color: #ec6a00;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
body {
  color:#333333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.035em;
  line-height: 1.75;
  text-align: left;
}
body * {
  box-sizing: border-box;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #333333;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img {
  border: 0;
}
/* !wrapper
---------------------------------------------------------- */
.detail,
.product {
  width: 49%;
}

@media screen and (max-width:600px) { 
.detail,
.product {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
}
.detail:first-child,
.product:first-child {
  margin-right: 2%;
}
.detail-text {
  font-size: 20px;
}
.detail-title {
  font-size: 22px;
  margin-top: 20px;
}
.emphasis {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}

.emphasis-text {
  margin: 0 0 20px;
  text-align: center;
}

/* 一番上 */
.endCamp {
  background-color: #f00;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  padding: 35px;
  text-align: center;
}
/* --------- */
.main-visual {
  font-size: 1.5em;
  text-align: center;
}
.photo {
  width: 100%;
}
.lead-box {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
.lead-text {
  margin: 40px 20px;
}
.section {
  margin-bottom: 60px;
  overflow: hidden;
}
.section-inner {
  margin: 40px 0px;
}
.section-inner>.detail {
  margin: 40px auto;
  text-align: center;
  width: 100%;
}
.section-title {
  background-color: #434343;
  color: #ffffff;
  font-size: 1.6666666em; /* 30px */
  height: 1.73333333em; /* 50px */
  margin-bottom: 40px;
  padding: 1px 0.666666666em; /* 20px */
  text-align: center;
  width: 100%;
}
@media screen and (max-width:600px) { 

.flex-tbl, .flex-tbl tbody, .flex-tbl tr, .flex-tbl td {
 display: block;
 width: 100%;
}

}

@media screen and (min-width:600px) { 

.section-unit {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

}
#wrapper {
  width: 100%;
  font-size: 100%;
  margin: 40px auto 0pc;
  max-width: 940px;
}