.main_visual { margin: 80px calc(50% - 50vw); width: 100vw;}
.main_visual img {width: 100%;}
.wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px;}
.cat_name{ text-align: center; margin: 50px 0;}
.cat_name h2{ font-size: 6rem; font-style: normal; font-weight: bold; display: table; margin: 0 auto; background: linear-gradient(transparent 75%, #EB868C 0%); padding: 0 20px;}
.cat_name + p{font-size: 2rem; text-align: center; line-height: 1.8; max-width: 980px; margin: 0 auto}
/* .faq {display: flex; justify-content: space-between; flex-wrap: wrap;} */
.faq .qa{ margin: 0 auto; border-top: solid 1px #E4555E; padding: 10px 15px; margin: 10px 0; background: #E4555E;}
.questionnaire{ cursor:  pointer; color: #fff; font-weight: 200; padding: 0; line-height: 1.5 }
.faq .icon{ margin-right: 10px;  }
.faq .questionnaire .icon{width: 59px; height: 59px;}
.faq .icon{ width: 59px; height: 59px;  }
.faq .icon img{width: 100%;}
.faq .answer .answer_wrap{padding-left: 20px; margin-top: -20px;}
/* .faq .answer .answer_wrap{ flex-direction: row-reverse; } */
.faq .answer .icon{display: flex; justify-content: center; align-items: center; }
/* .faq .answer .icon img{width: 120%} */
#tab-button { display: table; table-layout: fixed; width: 100%; margin: 60px 0 40px 0; padding: 0; list-style: none; border-bottom: solid 5px #fff;}
#tab-button li { display: table-cell; width: 25%; margin:0;}
#tab-button li a { display: block; padding: .5em; background: #d80c18; border: 1px solid #fff; border-radius: 5px 5px 0 0; text-align: center; color: #fff; margin-right:1px; text-decoration: none;}
#tab-button li:not(:first-child) a {border-left: none;}
#tab-button li a:hover,
#tab-button .is-active a { border-bottom-color: transparent; background: #fff; color:#d80c18;}
.answer{ color: #fff; font-weight: bold; padding: 0; line-height: 1.5; margin-top: 10px;}
.faq p,
.faq ul{ width: 80%;}
.faq ul li{ margin: 5px 0; padding: 5px 0; text-align: right !important:}
.faq ul li:nth-child(2){border-top: solid 1px #FFD6D6;border-bottom: solid 1px #FFD6D6}

.answer_wrap{ display: flex; align-items: top; justify-content: flex-start}
.answer_wrap .icon + p{align-self: center;}
.questionnaire{ display: flex; align-items: center; justify-content: flex-start}


.entry_area { padding-top: 50px; background: url(/recruit/chubu/img/wave_footer2.gif) center 0 no-repeat !important;}

@media screen and (max-width: 650px) {
.cat_name{margin: 30px 0}
.cat_name h2{font-size: 3rem;}
.cat_name + p{font-size: 1.4rem; margin-bottom: 20px; line-height: 1.5;}
.cat_name + p br{display: none;}
.cat_name + p small{display: block;}
.faq .qa{width: 100%;}
#tab-button{display: flex; justify-content: space-between; border-bottom: none; flex-wrap: wrap; margin: 20px 0 40px 0;}
#tab-button li{ width: 48%; margin-top: 20px; }
#tab-button li:not(:first-child) a { border: 1px solid #fff;}
#tab-button li a{ padding: 1em; margin: 0; border-radius: 5px; }
.answer{  margin-top: 0;}

}