@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.content__question {
  background-color: #eb6154 ;
}
.kv {
  background: url(../img/kv.jpg) center center no-repeat;
  background-size: cover;
}
.content__nav {
  margin-top: 74px;
  margin-bottom: 30px;
}
.content__nav .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.content__nav__link {
  position: relative;
  width: 306px;
  height: 125px;
  background-color: white;
  color: black;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 72px;
}
.content__nav__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
.content__nav__link:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background-image: url("../img/navi_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  transition: all 300ms 0s ease;
}
.content__nav__link:hover:before {
  transform: scale(1.1);
}
.content__nav__link:hover:after {
  bottom: 8px;
}
.content__nav__link1:before {
  display: block;
  width: 42px;
  height: 51px;
  background-image: url("../img/navi_icon1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.content__nav__link2:before {
  display: block;
  width: 30px;
  height: 51px;
  background-image: url("../img/navi_icon2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.content__nav__link3:before {
  display: block;
  width: 59px;
  height: 45px;
  background-image: url("../img/navi_icon3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.content__com {
  padding-top: 50px;
  margin-bottom: 100px;
}
.content__com__title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.content__com__list {
  background-color: white;
  margin-top: 34px;
  border-radius: 4px;
  padding: 24px 40px;
}
.content__com__list dl {
  padding: 29px 0 29px;
  border-bottom: 1px dotted black;
}
.content__com__list dl dt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: black;
  line-height: 175%;
  padding-left: 50px;
}
.content__com__list dl dt:before {
  content: "";
  display: block;
  width: 29px;
  height: 28px;
  background-image: url("../img/icon_q.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 6px;
}
.content__com__list dl dd {
  position: relative;
  font-size: 16px;
  color: #585858;
  line-height: 175%;
  margin-top: 27px;
  padding-left: 50px;
}
.content__com__list dl dd:before {
  content: "";
  display: block;
  width: 29px;
  height: 28px;
  background-image: url("../img/icon_a.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 6px;
}
.content__com__list dl:last-child {
  border: none;
}
