@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);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.content__question {
  background-color: #eb6154 ;
}
.kv {
  background: url(../img/sp_kv.jpg) center center no-repeat;
  background-size: cover;
}
.content__nav {
  margin-top: 11.2vw;
  margin-bottom: 7.73333vw;
}
.content__nav .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.content__nav__link {
  position: relative;
  width: 26.13333vw;
  height: 39.2vw;
  background-color: white;
  color: black;
  border-radius: 1.06667vw;
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: center;
  padding-top: 19.46667vw;
  margin: 0 1.33333vw;
}
.content__nav__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
.content__nav__link:after {
  content: '';
  display: block;
  width: 2.933vw;
  height: 2vw;
  background-image: url("../img/sp_navi_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
  margin: auto;
  transition: all 300ms 0s ease;
}
.content__nav__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__nav__link:hover:before {
  transform: scale(1.1);
}
.content__nav__link:hover:after {
  bottom: 1.06667vw;
}
.content__nav__link1 {
  margin-left: 0;
}
.content__nav__link1:before {
  width: 11.067vw;
  height: 13.6vw;
  background-image: url("../img/sp_navi_icon1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.content__nav__link1:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__nav__link2:before {
  width: 8vw;
  height: 13.6vw;
  background-image: url("../img/sp_navi_icon2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.content__nav__link2:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__nav__link3 {
  margin-right: 0;
}
.content__nav__link3:before {
  width: 15.6vw;
  height: 11.867vw;
  background-image: url("../img/sp_navi_icon3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.content__nav__link3:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__com {
  padding-top: 6.66667vw;
  margin-bottom: 13.33333vw;
}
.content__com__title {
  font-size: 7.2vw;
  font-weight: bold;
  text-align: center;
}
.content__com__list {
  background-color: white;
  margin-top: 5.06667vw;
  border-radius: 1.06667vw;
  padding: 6.13333vw 8vw;
}
.content__com__list dl {
  padding: 3.86667vw 0 3.86667vw;
  border-bottom: 1px dotted black;
}
.content__com__list dl dt {
  position: relative;
  font-size: 4.8vw;
  font-weight: bold;
  color: black;
  line-height: 175%;
  padding-left: 6.66667vw;
}
.content__com__list dl dt:before {
  content: "";
  width: 6.667vw;
  height: 6.667vw;
  background-image: url("../img/sp_icon_q.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -2.66667vw;
  top: 0.8vw;
}
.content__com__list dl dt:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__com__list dl dd {
  position: relative;
  font-size: 3.73333vw;
  color: #585858;
  line-height: 175%;
  margin-top: 1.73333vw;
  padding-left: 6.66667vw;
}
.content__com__list dl dd:before {
  content: "";
  width: 6.667vw;
  height: 6.667vw;
  background-image: url("../img/sp_icon_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -2.66667vw;
  top: 0vw;
}
.content__com__list dl dd:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content__com__list dl:last-child {
  border: none;
}
