@charset "utf-8";

.top2 {
  padding: 60px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.top2 h2 {
  padding: 0 0 20px 0;
  font-family: 'Oswald', "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  border-bottom: 1px solid #03224b;
}

hr {
  height: 20px;
  margin: 1px 0 0 0;
  border: none;
  background: #03224b;
}

h3.title {
  font-family: 'Oswald', "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: #424242;
  font-size: 24px;
  border-bottom: 5px solid #bcbcbc;
  margin: 10px 0;
  padding: 0 5px;
}

.text {
  text-align: center;
  color: #424242;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {

.text {
  text-align: justify;
}
}

.ph {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

.ph img {
  width: 100%;
}

/* --------------------------------------------------
colBox
---------------------------------------------------*/
.colBox {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 768px) {

ul.colBox li {
  flex-basis: 49% !important;
}
}

@media screen and (max-width: 480px) {

ul.colBox li {
  flex-basis: 49% !important;
}
}

ul.colBox li>div {
  padding: 10px 0;
}

ul.colBox li>div a {
  display: block;
}

ul.colBox li>div a .text {
  text-align: center;
  color: #424242;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

/* --------------------------------------------------
campaign
---------------------------------------------------*/
#campaign {
  background: #fff;
}

