@charset "UTF-8";
img {
  vertical-align: middle;
  user-drag: none;
  -webkit-user-drag: none;
    image-rendering:auto;
}
main {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  box-sizing: border-box;
}
@media screen and (min-width:768px) {
  main a:hover {
    opacity: 0.7;
  }
}
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width:768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*------------------------------------------------*/
#wrap_main {
  width: 100%;
}
.scroll{
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
  
}
.scroll a{
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #d44f4f;
  text-decoration: none;
  padding: 0 0 40px;
  text-shadow: 1px 1px 3px rgba(255,255,255,0.5) ,-1px 1px 3px rgba(255,255,255,0.5) ,1px -1px 3px rgba(255,255,255,0.5) ,-1px -1px 3px rgba(255,255,255,0.5);
}
.scroll a:before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  border-bottom: 3px solid #d44f4f;
  border-right: 3px solid #d44f4f;
  transform: rotate(45deg);
  animation: move 2s infinite;
  filter: drop-shadow(-1px 1px 3px rgba(255,255,255,0.5)) drop-shadow(1px -1px 3px rgba(255,255,255,0.5)) drop-shadow(-1px -1px 3px rgba(255,255,255,0.5));
}
@keyframes move {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  } 
}
#wrap_main section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents_wrap {
  width: 100%;
  max-width: 1120px;
}
.sp_Only {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .sp_Only {
    display: block;
  }
  .pc_Only {
    display: none;
  }
  .scroll{
    bottom: 2%;
  }
  .scroll a{
    font-size: 2rem;
  }
  .sp_Only {
    display: inline-block;
  }
}
/*------------------------*/
.sub_tit {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.5rem;
  font-weight: bold;
  color: #d65f5f;
  text-align: center;
  margin-bottom: 40px;
}
.sub_tit__icon {
  display: inline-block;
  margin: 0 5px;
  height: auto;
}
.sub_tit__icon img {
  width: 100%;
  max-width: 70px;
}
@media screen and (max-width: 767.98px) {
  .sub_tit {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  .sub_tit__icon {
    display: block;
    margin: 0 5px;
    height: auto;
  }
  .sub_tit__icon img {
    width: 100%;
    max-width: 50px;
  }
}


/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  margin: 0;
  height: 500px;
}
.kvTitWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 1329px;
  width: 100%;
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 5;
}
.kvArea h1 {
  position: relative;
  margin: 0;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .kvTitWrap {
    height: 431px;
  }
}
@media screen and (max-width:767.98px) {
  .kv {
    height: 260px;
  }
  .kvTitWrap {
    top: 48%;
    transform: translate(-50%, -48%);
  }
  .kvArea h1 {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .kvArea h1 img {
    width: 300px;
    height: 243px;
    margin: 0 auto;
  }
}
/*=====================*/


/*summary
=======================*/
.summary {
  margin: 60px 0;
}
.summary__txt p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width:767.98px) {
.summary {
    margin: 30px 10px;
  }
  .summary__txt p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.9px;
  }
}
/*=====================*/


/*voice_wrap
====================*/
.voice_wrap {
  background-color: #fffaec;
  padding: 30px 0 100px;
  border-radius: 170px;
}
.voice_wrap .contents_wrap {
  max-width: 1160px;
  margin: 0 auto;
}

/*----accordionBlock----*/
.accordionBlock {
  width: 100%;
}
.accordionBlock .accordionItem {
  border-bottom: 1px solid #ccc;
}
.accordionBlock .accordionItem:first-of-type {
  border-top: 1px solid #ccc;
}
.accordionTitle {
  position: relative;
  padding: 20px 43px 20px 10px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: .3s;
}
.accordionTitle.active {
  transition: .3s;
}
.accordionTitle::before,
.accordionTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #d65f5f;
  border-radius: 5px;
  top: 47%;
  right: 10px;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.accordionTitle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordionTitle.active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordionContent {
  max-height: 0;
  color: #000;
  font-size: 1.2rem;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.accordionContent_inner {
  padding: 15px 0 30px;
}
.accordionContent_inner .voice_box {
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  font-size: 1.6rem;
  position: relative;
}
.accordionContent_inner .voice_box .vawrap {
  position: relative;
}
.accordionContent_inner .voice_box .v_c_wrap {
  padding: 60px 40px 40px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 3;
}
.accordionContent_inner .voice_box .v_c_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid #fff;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.accordionContent_inner .voice_box .v_c_wrap::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 123px;
  background: url("/med/feature/enquetekatsuyou/common/images/icon_b_01.webp") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.accordionContent_inner .voice_box .v_j_wrap {
  padding: 80px 40px 50px;
  background-color: #fff2f2;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 2;
}
.accordionContent_inner .voice_box .v_j_wrap::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 123px;
  background: url("/med/feature/enquetekatsuyou/common/images/icon_b_02.webp") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.accordionContent_inner .voice_box .v_tag_c,
.accordionContent_inner .voice_box .v_tag_j {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  display: inline;
  position: absolute;
  top: 20px;
}
.accordionContent_inner .voice_box .v_tag_c {
  background-color: #d6945e;
  right: 3%;
}
.accordionContent_inner .voice_box .v_tag_j {
  background-color: #d65f5f;
  left: 3%;
}
.accordionContent_inner .voice_box .v_flex_c,
.accordionContent_inner .voice_box .v_flex_j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.accordionContent_inner .voice_box .v_flex_c p:nth-child(1) {
  padding-left: 18px;
  position: relative;
}
.accordionContent_inner .voice_box .v_flex_c p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #d6945e;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordionContent_inner .voice_box .v_flex_j {
  flex-direction: row-reverse;;
}
.accordionContent_inner .voice_box img {
  width: 80px;
  height: 80px;
}
.accordionContent_inner .voice_box .v_j_wrap p:nth-of-type(2) {
  font-size: 1.8rem;
  color: #cc1d1d;
  font-weight: 700;
  line-height: 1.0;
}
.accordionContent_inner .crs_wrap {
  padding: 40px 0 10px;
}
.accordionContent_inner .crs_wrap .course_h {
  color: #cc1d1d;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.accordionContent_inner .crs_wrap .course_h span {
  display: inline;
  position: relative;
}
.accordionContent_inner .crs_wrap .course_h span::before,
.accordionContent_inner .crs_wrap .course_h span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ba0000;
  top: 50%;
  transform: translateY(-50%);
}
.accordionContent_inner .crs_wrap .course_h span::before {
  left: -10%;
}
.accordionContent_inner .crs_wrap .course_h span::after {
  right: -10%;
}
.accordionContent_inner .crs_wrap .crs_box {
  margin-top: 10px;
}
.accordionContent_inner .crs_wrap .crs_box a {
  display: block;
  padding: 0 40px;
}
.accordionContent_inner .crs_wrap .crs_box a .crs_head {
  display: inline-flex;
  background-color: #ccc;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2px;
}
.accordionContent_inner .crs_wrap .crs_box a .crs_id {
  background-color: #fffcf5;
  padding: 2px 10px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
}
.accordionContent_inner .crs_wrap .crs_box a .crs_area {
  padding: 2px 10px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
}
.accordionContent_inner .crs_wrap .crs_box a .crs_tit {
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 10px;
}
.accordionContent_inner .crs_wrap .crs_box + .crs_box {
  margin-top: 20px;
}
.accordionContent_inner .crs_wrap .crs_box:last-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .accordionBlock .accordionTitle:hover {
    background: #e3b1b13b;
  }
  .accordionContent_inner .crs_wrap .crs_box a:hover {
    transition: .25s;
    opacity: .8;
  }
  .accordionContent_inner .crs_wrap .crs_box a:hover .crs_tit {
    color: #d65f5f;
    transition: .25s;
  }
  .accordionContent_inner .voice_box .v_flex_c,
  .accordionContent_inner .voice_box .v_flex_j {
    max-width: 1080px;
  }
  .accordionContent_inner .voice_box .v_flex_c p,
  .accordionContent_inner .voice_box .v_flex_j p {
    width: 975px;
  }
}

@media screen and (max-width:767.98px) {
  .voice_wrap {
    border-radius: 50px;
  }
  .accordionBlock {
    margin: 0 auto;
    width: 95%;
  }
  .accordionContent_inner {
    padding-bottom: 10px;
  }
  .accordionBlock .accordionItem {
    font-size: 1.4rem;
  }
  .accordionTitle {
    padding: 35px 45px 25px 8px;
    font-size: 1.4rem;
    
  }
  .accordionTitle::before,
  .accordionTitle::after {
    width: 25px;
    height: 3px;
  }
  .accordionContent_inner .voice_box .v_tag_c,
  .accordionContent_inner .voice_box .v_tag_j {
    font-size: 1.3rem;
    padding: 3px 10px;
    top: 10px;
  }
  .accordionContent_inner .voice_box .v_c_wrap {
    padding: 38px 10px 20px;
  }
  .accordionContent_inner .voice_box .v_j_wrap {
    padding: 50px 10px 20px;
  }
  
  .accordionContent_inner .voice_box .v_flex_c div,
  .accordionContent_inner .voice_box .v_flex_j p {
    width: 80%;
  }
  .accordionContent_inner .voice_box img {
    width: 60px;
    height: 60px;
  }
  .accordionContent_inner .voice_box .v_flex_c p,
  .accordionContent_inner .voice_box .v_flex_j p {
    font-size: 1.2rem;
  }
  .accordionContent_inner .voice_box .v_j_wrap p:nth-of-type(2) {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .accordionContent_inner .voice_box .v_c_wrap::before,
  .accordionContent_inner .voice_box .v_j_wrap::before {
    width: 80px;
    height: 60px;
    background-size: contain;
  }
  .accordionContent_inner .voice_box .v_c_wrap::after {
    border-top: 18px solid #fff;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    bottom: -10%;
  }
  .accordionContent_inner .crs_wrap .crs_box a {
    padding: 0 10px;
  }
  .accordionContent_inner .crs_wrap .crs_box a .crs_head {
    font-size: 1.2rem;
  }
  .accordionContent_inner .crs_wrap .crs_box a .crs_tit {
    font-size: 1.4rem;
  }
  .accordionContent_inner .crs_wrap .crs_box a .crs_id {
    min-width: 62px;
    line-height: 20px;
  }
  .accordionContent_inner .crs_wrap .crs_box a .crs_area {
    min-width: 88px;
    line-height: 20px;
  }
  .accordionContent_inner .crs_wrap .crs_box a .crs_tit {
    margin-top: 5px;
  }
  .accordionContent_inner .crs_wrap .crs_box + .crs_box {
    margin-top: 10px;
  }
}

p.link-button {
  width: 250px;
  text-align: center;
  margin: 30px auto 0;
}
p.link-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #cc3737;
  border-radius: 50px;
  transition: 0.3s;
  text-decoration: none;
}
p.link-button a::before,
p.link-button a::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  top: 47%;
  right: 10%;
}
p.link-button a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hidden {
  display: none;
}

@media print, screen and (min-width:768px) {
  p.link-button a:hover {
    color: #fff;
    opacity: 1;
    background-color: #edb4b4;
    cursor: pointer;
  }
}
@media screen and (max-width:767.98px) {
  p.link-button {
    margin: 20px auto 0;
    width: 60%;
  }
  p.link-button a {
    font-size: 1.6rem;
  }
}

/*----new----*/
.voice_new {
  display: inline-block;
  position: relative;
  background-color: #d65f5f;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 20px;
  border-radius: 40px;
  text-decoration: none
}
@media print, screen and (min-width:768px) {
  .voice_new {
    font-weight: 700;
    margin-left: 10px;
  }
}
@media screen and (max-width:767.98px) {
  .voice_new {
    margin-left: 10px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

.newMark_hidden {
  display: none;
  display: -webkit-none;
  -webkit-display: none;
}
.newMark_visible {
  display: inline-block;
  display: -webkit-inline-block;
  -webkit-display: inline-block;
}
  
/*=====================*/

.ft_flex_box {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 100px auto 60px;
}
@media screen and (max-width: 767.98px) {
  .ft_flex_box {
    flex-direction: column;
    margin: 0 auto;
  }
}

/*survey_wrap
====================*/
.survey_wrap {
  width: 45%;
  text-align: center;
}
.survey {
  width: 100%;
  max-width: 1020px;
  color: #333;
}
.survey__box__titbox__fukidashi span {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 1.8rem;
}
.survey__box__titbox__fukidashi span:before,
.survey__box__titbox__fukidashi span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.survey__box__titbox__fukidashi span:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.survey__box__titbox__fukidashi span:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.survey__box__tit {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fbd2d2 30%);
  line-height: 1;
  margin: 24px 0 20px;
  padding: 0 5px;
}
.survey__box {
  display: flex;
  align-items: center;
}
.survey__icon {
  max-width: 118px;
  max-height: 118px;
  width: 100%;
  height: 100%;
}
.survey__box__txt {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.5;
  margin: 10px 0 10px 10px;
  text-align: left;
}
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(30px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767.98px) {
  .survey_wrap {
    width: 100%;
    margin: 60px 0 35px;
    padding: 0 10px;
  }
  .survey {
    text-align: center;
  }
  .survey__box__titbox__fukidashi span {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .survey__box__tit {
    display: inline;
    font-size: 2.0rem;
    line-height: 1.7;
    background: linear-gradient(transparent 70%, #fbd2d2 30%);
  }
  .survey__icon {
    max-width: 89px;
    max-height: 89px;
  }
  .survey__box {
    margin-top: 10px;
  }
  .survey__box__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 10px;
  }
  .survey__box__txt_red {
    font-size: 2rem;
  }
}
/*=====================*/


/*area_button
====================*/
.area_button{
  width: 45%;
  text-align: center;
}
.area_button__titbox__fukidashi span{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 1.8rem;
}
.area_button__titbox__fukidashi span:before,
.area_button__titbox__fukidashi span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi span:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi span:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.3rem;
  color: #333333;
  margin: 24px 0 20px;
  background: linear-gradient(transparent 60%, #fbd2d2 30%);
  line-height: 1;
  padding: 0 5px;
  display: inline-block;
}
.area_button__link{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
  max-width: 138px;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .area_button__link li{
    margin-right: 15px;
  }
  .area_button__link li:nth-of-type(3),
  .area_button__link li:nth-of-type(5) {
    margin-right: 0;
  }
  .area_button__link li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .area_button{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .area_button__titbox__fukidashi span {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .area_button__titbox__tit {
    display: inline;
    font-size: 2.0rem;
    line-height: 1.7;
    background: linear-gradient(transparent 70%, #fbd2d2 30%);
  }
  .area_button__link{
    margin-top: 30px;
    max-width: 100%;
}
  .area_button__link li{
    max-width: 100%;
  }
  .area_button__link li a{
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  }
  .area_button__link li a:before{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
  }
  .area_button__link li a:after{
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
/*=====================*/


/*page_enq
====================*/
.page_enq {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 20px 30px;
  background-color: #fff2f2;
  color: #333;
  text-align: center;
  position: relative;
}
.page_enq::before {
  position: absolute;
  content: "";
  background: url("/med/feature/enquetekatsuyou/common/images/bg_pen.webp") no-repeat;
  width: 141px;
  height: 105px;
  background-size: contain;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
.page_enq h3 span {
  font-size: 2.2rem;
  position: relative;
}
.page_enq h3 span::before,
.page_enq h3 span::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 3px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
}
.page_enq h3 span::before {
  left: -15%;
}
.page_enq h3 span::after {
  right: -15%;
}
.page_enq p:nth-child(2) {
  font-size: 2.0rem;
  margin-top: 5px;
}
.page_enq p:nth-child(3) {
  margin: 25px auto 0;
  max-width: 380px;
}
.page_enq p a {
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  background-color: #cc3737;
  border: 2px solid #cc3737;
  border-radius: 18px;
  padding: 8px 18px;
  display: block;
  position: relative;
}
.page_enq p a::before {
  position: absolute;
  content: "";
  top: 45%;
  transform: rotate(45deg) translateY(-50%);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 28px;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .page_enq p a:hover {
    color: #cc3737;
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: .45s;
  }
  .page_enq p a:hover::before {
    border-top: 3px solid #cc3737;
    border-right: 3px solid #cc3737;
    right: 24px;
    transition: .15s;
  }
}
@media screen and (max-width: 767.98px) {
  .page_enq {
    padding: 45px 10px 30px;
  }
  .page_enq::before {
    width: 118px;
    height: 88px;
  }
  .page_enq h3 span {
    font-size: 1.8rem;
  }
  .page_enq h3 span::before,
  .page_enq h3 span::after {
    height: 2px;
  }
  .page_enq p:nth-child(2) {
    font-size: 1.5rem;
  }
  .page_enq p:nth-child(3) {
    margin: 15px auto 0;
    width: 85%;
  }
  .page_enq p a {
    font-size: 2.2rem;
    border-radius: 9px;
  }
  .page_enq p a::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
/*=====================*/


