	/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  background: #fff;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    letter-spacing: normal;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  background: #FFB65C;
  padding: 30px 10px;
}
/*h3 {
  position: relative;
  padding: 0.6em;
  background: #52c2d0;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #fff;
  font-size: 22px;
}
h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #52c2d0;
  width: 0;
  height: 0;
}*/
h4 {
  
  font-size: 25px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 960px) {
  .container {
    width: 850px;
    margin: 0 auto;
    position: relative;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mbCont {
    margin-bottom: 30px;
  }
}
footer {
  background: black;
  padding: 10px;
  color: #f08a45;
  text-align: center;
}
/*table {
  margin: 4em 0;
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: solid 2px #fff;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  position: relative;
  background-color: #52c2d0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 150px;
}
table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(40%);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  background-color: #eee;
  padding: 10px 10px 10px 40px;;
  vertical-align: middle;
}*/
