@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: 'Noto Sans Japanese', sans-serif;
}

img {
  width: 100%;
}

.c-inner {
  width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-header {
  min-width: 1280px;
  width: 100%;
  background-image: url(../images/bg_blue.png);
}

.p-content {
  min-width: 1280px;
  width: 100%;
  background-image: url(../images/bg_yellow.png);
  background-size: 100%;
  padding: 30px 0;
}

.p-content dl {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px #f8dc4a;
  box-shadow: 10px 10px #f8dc4a;
}

.p-content dt {
  font-size: 30px;
  padding-left: 15%;
  margin-bottom: 40px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-content dt span {
  box-shadow: inset 0 -17px #ffe1ed;
}

.p-content dt::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 65px;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-content dd {
  font-size: 21px;
  padding-left: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 2;
}

.p-content dd::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-contact {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.p-contact__btn {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
