@charset "UTF-8";

body, p, ul, li, h1, h2, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-family: Meiryo, メイリオ, sans-serif;
}

ul {
  margin-bottom: 10px;
}

ul li {
  list-style: none;
  font-size: 13px;
}

ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7d73;
  margin-right: 5px;
}

ul li+li {
  margin-top: 10px;
}

img {
  vertical-align: top;
}
.visual {
  margin: 8px auto 15px;
  width: 710px;
  /* height: 305px; */
}

.container {
  width: 670px;
  margin: auto;
}

.box {
  background: url("../images/box-bg.png") center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.box::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 10px;
  z-index: -1;
}

.box .box-title {
  background: #ff7d73;
  border-radius: 3px;
  width: 630px;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.box .box-title h2 {
  font-weight: normal;
  font-size: 18px;
  border-left: 5px solid #ffe073;
  padding: 5px 10px 0;
  line-height: 24px;
}

.box .box-title h2 a {
  color: #fff;
  display: block;
}

.box .text {
  margin-right: 10px;
  width: 380px;
}

.box .text p {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}

.box .text .hero {
  line-height: 1;
}

.box .text .lead {
  font-size: 38px;
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.box .text .small {
  font-size: 11px;
}

.box .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 5px;
  align-items: center;
  background: #ff7d73;
}

.box .text dl dt {
  width: 70px;
  color: white;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.box .text dl dd {
  color: #ff7d73;
  background: #fff0b9;
  font-size: 16px;
  width: 310px;
  font-weight: normal;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;

}

.box .image {
  width: 240px;
}

.box .image img {
  width: 100%;
  height: auto;
  border: 2px solid #ff7d73;
  box-sizing: border-box;
}

.box .button {
  text-align: center;
  width: 100%;
  margin: 10px;
}

.box .button a:hover img {
  opacity: 0.8;
}

.box-2 .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.box-2 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 10px;
}
.box-2 .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.to-top {
  position: relative;
  margin-bottom: 37px;
  margin-left: auto;
  background: #ffcbc7;
  width: 30px;
  height: 30px;
}

.to-top .pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 8px solid transparent;
}

.to-top a {
  width: 100%;
  height: 100%;
  display: block;
}

.to-top p {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  width: 0;
}
