.cmn-page-content {
  padding: 70px 0 100px;
}

.cmn-page-title {
  background: url(../images/kids/bg_title.jpg) no-repeat center;
  background-size: cover;
}

.btn-link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: fadePage 1s ease 0.3s forwards;
  animation: fadePage 1s ease 0.3s forwards;
}

.btn-link .btn {
  margin: 0 10px;
}

.flow {
  text-align: center;
}

.flow-text {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 30px;
}

.contents-box {
  letter-spacing: .07em;
  margin-bottom: 35px;
  background: #faf7dd;
  border: 1px solid #ffe199;
}

.contents-box.kids {
  background: #faf7dd url(../images/kids/bg_deco.png) center top 50px no-repeat;
}

.contents-box .box-title {
  position: relative;
  padding: 55px 0 20px;
  text-align: center;
}

.contents-box .box-detail {
  padding: 0 110px;
}

.contents-box .box-detail .inner {
  padding: 40px 0 60px;
}

.contents-box .box-detail .sub-ttl {
  text-align: center;
  padding-bottom: 15px;
}

.contents-box .box-detail .text {
  line-height: 1.857142857;
}

.contents-box .box-detail .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.833333333;
}

.img-bd {
  position: relative;
  display: inline-block;
}

.img-bd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col2-wrap, .col3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-item {
  position: relative;
  width: 430px;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.col2-item img.photo {
  width: 430px;
}

.col2-item:nth-child(odd) {
  margin-right: calc(100% - (430px * 2));
}

.col3-item {
  width: 286px;
  margin-right: 20px;
}

.col3-item:nth-child(3n) {
  margin-right: 0;
}

.text-col2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-col2-item {
  width: 205px;
}

a.txt-link {
  color: #8a9a00;
}

a.txt-link:hover {
  text-decoration: underline;
}

.border-long {
  display: block;
  width: 100%;
  height: 8px;
  background: url(../images/kids/border_long.png) repeat-x;
}

.border-short {
  display: block;
  width: 100%;
  height: 8px;
  background: url(../images/kids/border_short.png) repeat-x;
}

.col2-item .border-short {
  position: absolute;
  bottom: 0;
  left: 0;
}
