/* ----------------------------------------------
main
------------------------------------------------- */
p {
  font-size: 14px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 100px;
}

#pagetitle h2 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 200px;
  margin: 0 auto;
  padding: 0 80px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  #pagetitle h2 {
    height: 150px;
    padding: 0 9.11458vw;
    font-size: 24px;
  }
}

/* ----------------------------------------------
h3
------------------------------------------------- */
.h3set {
  margin-bottom: 50px;
  font-size: 22px;
  background: url(../images/concept-bg.png) no-repeat center top;
}

.h3set h3 {
  padding: 15px 30px;
  background: url(../images/h3-border.png) no-repeat left top;
  background-size: 8px 100%;
  line-height: 1.2;
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  margin-bottom: 50px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 2;
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  margin-bottom: 50px;
}

.calloutset a {
  display: block;
  color: #333;
  text-decoration: none;
}

.calloutset .block .image {
  position: relative;
  z-index: 1;
  padding-right: 6.15385%;
}

.calloutset .block .image img {
  width: 100%;
}

.calloutset .block .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 60px;
  margin-left: 6.15385%;
  padding: 5px;
  background: #e6abce;
}

.calloutset .block .title p {
  font-size: 16px;
}

.calloutset .block .title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 155px;
  background: #e6abce;
}

@media (max-width: 999px) {
  .calloutset .block .title::before {
    height: 12.91667vw;
  }
}

@media (max-width: 767px) {
  .calloutset .block .title::before {
    height: 150px;
  }
}

.calloutset.col3 {
  display: flex;
}

@media (max-width: 767px) {
  .calloutset.col3 {
    display: block;
  }
}

.calloutset.col3 .block {
  width: 30%;
}

@media (max-width: 767px) {
  .calloutset.col3 .block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}

.calloutset.col3 .block:nth-child(n + 2) {
  margin-left: 5%;
}

@media (max-width: 767px) {
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-left: auto;
  }
}

/* ----------------------------------------------
pointset
------------------------------------------------- */
.pointset {
  border: solid 1px #e6abce;
  margin-bottom: 50px;
  line-height: 1.2;
}

.pointset .pointtitle {
  background: url(../images/reason-bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin-bottom: 24px;
  padding-bottom: 25px;
}

.pointset .pointtitle h3 {
  padding: 15px;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97999px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.51361px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

.pointset .block {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .pointset .block {
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}

.pointset .block .point {
  position: absolute;
  top: 0px;
  left: 20px;
  margin-bottom: 20px;
  width: 68px;
  height: 68px;
  border: 3px solid #e6abce;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pointset .block .point p {
  text-align: center;
}

.pointset .block .point p img:not(:first-child) {
  display: inline-block;
  margin-top: 5px;
}

.pointset .block h4 {
  display: flex;
  font-size: 22px;
  width: 100%;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 84px;
  margin-bottom: 20px;
}

.pointset .block .imgtxt {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pointset .block .imgtxt {
    flex-direction: column;
  }
}

.pointset .block .imgtxt .text {
  width: 70%;
  line-height: 1.89;
}

@media (max-width: 767px) {
  .pointset .block .imgtxt .text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pointset .block .imgtxt .image {
  width: 25%;
}

.pointset .block .imgtxt .image img {
  width: 100%;
}

@media (max-width: 767px) {
  .pointset .block .imgtxt .image {
    width: 100%;
  }
}

/* ----------------------------------------------
h4
------------------------------------------------- */
.h4set {
  margin-bottom: 50px;
  border-bottom: 1px solid #e6abce;
  background-image: url(../images/h4set-bg.png);
  background-size: 18px 100%;
  background-repeat: no-repeat;
}

.h4set h4 {
  font-size: 22px;
  line-height: 1.2;
  padding-left: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mediaset {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
}

.mediaset .imgbox {
  width: 35%;
}

.mediaset .imgbox img {
  width: 100%;
}

@media (max-width: 767px) {
  .mediaset .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mediaset .txtbox {
  width: 60%;
}

@media (max-width: 767px) {
  .mediaset .txtbox {
    width: 100%;
  }
}

.mediaset .txtbox .title {
  font-size: 22px;
  line-height: 1.2;
  color: #dc68ad;
  margin-bottom: 20px;
}

.mediaset .txtbox p {
  line-height: 1.89;
}

.mediaset.img-right .imgbox {
  order: 1;
}

@media (max-width: 767px) {
  .mediaset.img-right .imgbox {
    order: 0;
  }
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  margin-bottom: 50px;
}

.fullimg img {
  width: 100%;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  margin-bottom: 50px;
}

.tableset table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}

@media (max-width: 767px) {
  .tableset table {
    border-collapse: collapse;
    border-spacing: 0px;
  }
}

.tableset table tbody tr th {
  background-color: #f7e7f4;
  color: #333;
}

.tableset table tbody tr td {
  background-color: #fff4fd;
  color: #6e6e6e;
}

.tableset table tbody tr th,
.tableset table tbody tr td {
  font-size: 14px;
  line-height: 2;
  padding: 2px 15px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .tableset table tbody tr th,
  .tableset table tbody tr td {
    display: block;
    margin-bottom: 3px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  margin-bottom: 50px;
  display: flex;
}

@media (max-width: 767px) {
  .linkset {
    display: block;
  }
}

.linkset .block {
  width: 32%;
  height: 104px;
  position: relative;
}

@media (max-width: 767px) {
  .linkset .block {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}

.linkset .block:nth-child(n + 2) {
  margin-left: 2%;
}

@media (max-width: 767px) {
  .linkset .block:nth-child(n + 2) {
    margin-left: auto;
  }
}

.linkset .block a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e192d3;
  border-radius: 10px;
  overflow: hidden;
}

.linkset .block .title {
  width: 50%;
  position: relative;
}

.linkset .block .title p {
  color: #c357b0;
  padding-left: 34px;
  font-size: 16px;
}

.linkset .block .title p::before {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 4px solid #c765b5;
  border-radius: 50%;
  margin: auto 0;
}

.linkset .block .image {
  width: 50%;
  text-align: right;
}

.linkset .block .image img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

/* ----------------------------------------------
qabox
------------------------------------------------- */
.qabox {
  background-image: url(../images/question.png);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 80px;
  margin-bottom: 50px;
}

.qabox .question {
  position: relative;
  background-color: #ffcbda;
  border-radius: 3px;
  margin-bottom: 15px;
}

.qabox .question p::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #ffcbda transparent transparent;
}

.qabox .question p {
  padding: 12px 18px;
  line-height: 2;
  color: #6e6e6e;
}

.qabox .answer {
  background-color: #cbe3ff;
  border-radius: 3px;
}

.qabox .answer p {
  padding: 15px 18px;
  line-height: 2;
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .qabox {
    background-size: 35px;
    background-position-y: 5px;
    padding-left: 55px;
  }
  .qabox .answer {
    margin-left: -55px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
form.miniSurveyView {
  margin-bottom: 50px;
}

form.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}

@media (max-width: 767px) {
  form.miniSurveyView table.formBlockSurveyTable {
    border-collapse: collapse;
    border-spacing: 0px;
  }
}

form.miniSurveyView table.formBlockSurveyTable tbody tr:not(:last-child) td.question {
  background-color: #f7e7f4;
  color: #333;
}

form.miniSurveyView table.formBlockSurveyTable tbody tr:not(:last-child) td {
  background-color: #fff4fd;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 2.49;
  padding: 10px 15px;
  border-radius: 3px;
}

form.miniSurveyView table.formBlockSurveyTable tbody tr:not(:last-child) td input,
form.miniSurveyView table.formBlockSurveyTable tbody tr:not(:last-child) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
}

@media (max-width: 767px) {
  form.miniSurveyView table.formBlockSurveyTable tbody tr:not(:last-child) td {
    display: block;
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {
  form.miniSurveyView table.formBlockSurveyTable tbody tr:last-child td {
    display: block;
    text-align: center;
  }
}

form.miniSurveyView table.formBlockSurveyTable tbody tr:last-child td input {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 14px 10px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  background-color: #ffcbda;
  margin-left: 50px;
}

@media (max-width: 767px) {
  form.miniSurveyView table.formBlockSurveyTable tbody tr:last-child td input {
    margin-left: 0px;
    max-width: 400px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
