@charset "UTF-8";
/* common
================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
 * media query
**/
/**
 * プレースホルダーカラー
 */
#contents {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.alt {
  display: none;
}

.case_main .faq {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.case_navi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  background: #eeeeee;
}

.case_navi .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case_navi .title .ico {
  height: 40px;
  border-radius: 20px;
  background: #868686;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 0.2em;
  width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.case_navi h2 .txt {
  margin-left: 30px;
  max-width: 557px;
  width: 100%;
}

.case_navi .menu {
  margin-top: 27px;
}

.case_navi .menu .tab {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 712px;
}

.case_navi .menu .tab li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.4%;
  height: 40px;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  letter-spacing: 0.14em;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  position: relative;
}

.case_navi .menu .tab .disabled {
  max-height: 37px;
}

.case_navi .menu .tab li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0px 0px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.case_navi .menu .tab li.sho a {
  color: #8fc31f;
}

.case_navi .menu .tab li.sho a:hover {
  background-color: #8fc31f;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.case_navi .menu .tab li.chu a {
  color: #f39800;
}

.case_navi .menu .tab li.chu a:hover {
  background-color: #f39800;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.case_navi .menu .tab li.juken a {
  color: #20aee5;
}

.case_navi .menu .tab li.juken a:hover {
  background-color: #20aee5;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.case_navi .menu .tab li.sho.active {
  color: #fff;
  background: #8fc31f;
}

.case_navi .menu .tab li.chu.active {
  color: #fff;
  background: #f39800;
}

.case_navi .menu .tab li.juken.active {
  color: #fff;
  background: #20aee5;
}

.case_navi .menu .tab li.sho.active::before {
  content: "";
  margin-bottom: -7px;
  margin-left: -8px;
  border-style: solid;
  border-top-color: #8fc31f;
  border-width: 8px 8px 0 8px;
  position: absolute;
  bottom: -2px;
  left: 50%;
}

.case_navi .menu .tab li.chu.active::before {
  content: "";
  margin-bottom: -7px;
  margin-left: -8px;
  border-style: solid;
  border-top-color: #f39800;
  border-width: 8px 8px 0 8px;
  position: absolute;
  bottom: -2px;
  left: 50%;
}

.case_navi .menu .tab li.juken.active::before {
  content: "";
  margin-bottom: -7px;
  margin-left: -8px;
  border-style: solid;
  border-top-color: #20aee5;
  border-width: 8px 8px 0 8px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.case_navi .menu .box {
  margin: 0 auto;
  max-width: 960px;
}

.case_navi .menu .box li {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 20px;
  background: #ffffff;
  border-top-style: solid;
  border-top-width: 2px;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.case_navi .menu .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case_navi .menu .box li a {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 326px;
  width: 100%;
  height: auto;
  color: inherit;
}

.case_navi .menu .box li a .pict,
.case_navi .menu .box li a .name {
  display: block;
}

.case_navi .menu .box li a .pict {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.case_navi .menu .box li a .pict:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000000;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.case_navi .menu .box li a .name {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.case_navi .menu .box li a .name strong {
  font-weight: bold;
}

.case_navi .menu .box li a .name strong span {
  font-size: 20px;
}

.case_navi .menu .box li a .pict img {
  display: block;
}

.case_navi .menu .box li.sho {
  border-color: #8fc31f;
}

.case_navi .menu .box li.sho a .pict:after {
  border-color: #8fc31f;
}

.case_navi .menu .box li.sho a .name strong {
  color: #8fc31f;
}

.case_navi .menu .box li.chu {
  border-color: #f39800;
}

.case_navi .menu .box li.chu a .pict:after {
  border-color: #f39800;
}

.case_navi .menu .box li.chu a .name strong {
  color: #f39800;
}

.case_navi .menu .box li.juken {
  border-color: #20aee5;
}

.case_navi .menu .box li.juken a .pict:after {
  border-color: #20aee5;
}

.case_navi .menu .box li.juken a .name strong {
  color: #20aee5;
}

.sho1 .case_navi .menu .box li.sho a:nth-child(1) .pict:after {
  opacity: 1;
}

.sho2 .case_navi .menu .box li.sho a:nth-child(2) .pict:after {
  opacity: 1;
}

.chu1 .case_navi .menu .box li.chu a:nth-child(1) .pict:after {
  opacity: 1;
}

.chu2 .case_navi .menu .box li.chu a:nth-child(2) .pict:after {
  opacity: 1;
}

.juken1 .case_navi .menu .box li.juken a:nth-child(1) .pict:after {
  opacity: 1;
}

.juken2 .case_navi .menu .box li.juken a:nth-child(2) .pict:after {
  opacity: 1;
}

.case_main {
  background: #f0ece4;
}

.case_main .main-header {
  background: #ffffff;
  padding: 40px 0 50px;
}

.case_main .main-header .visual {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.case_main .main-header .visual .main-image img {
  display: block;
}

.case_main .main-header .reason {
  position: relative;
  margin-top: -80px;
}

.case_main .main-header .reason dt {
  margin-left: 30px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.juken1 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/juken/1/reason.png);
}

.juken2 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/juken/2/reason.png);
}

.chu1 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/chu/1/reason.png);
}

.chu2 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/chu/2/reason.png);
}

.sho1 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/sho/1/reason.png);
}

.sho2 .case_main .main-header .reason dt {
  background-image: url(/class-benesse/img/case/sho/2/reason.png);
}

.case_main .main-header .reason dd {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.666;
  text-align: center;
}

.case_main .faq .container {
  background: #fff;
}

.case_main .faq .block {
  margin: 0 auto;
  padding: 80px 0 25px;
  max-width: 670px;
  width: 100%;
}

.case_main .faq .block dl dt {
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}

.case_main .faq .block dl dt:before,
.case_main .faq .block dl dt:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.case_main .faq .block dl dt:before {
  margin-bottom: -20px;
  margin-left: -20px;
  border-top-color: #000000;
  border-width: 20px 20px 0 20px;
}

.case_main .faq .block dl dt:after {
  margin-bottom: -18px;
  margin-left: -18px;
  border-top-color: #ffffff;
  border-width: 18px 18px 0 18px;
}

.case_main .faq .block dl dd {
  padding: 45px 40px 50px;
  font-size: 14px;
  line-height: 1.7;
}

.case_main .faq .block dl dd .talk:not(:first-child) {
  margin-top: 20px;
}

.case_main .faq .block dl dd .talk .name {
  font-weight: bold;
}

.case_main .faq .block dl dd .talk .line {
  border-bottom: 1px solid #000000;
}

.case_main .faq .block dl dd .talk .image01 {
  margin: 20px 0 10px;
}

.juken2 .case_main .faq .block dl dd .talk .image01 {
  margin: 20px -10px 10px -8px;
}

.case_main .faq .block dl dd .talk .image01 img {
  display: block;
}

.case_main .faq .block dl dd .talk .image02 {
  margin-top: 20px;
}

.juken2 .case_main .faq .block dl dd .talk .image02 {
  margin-left: -18px;
}

.case_main .faq .block dl dd .talk .image03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_main .faq .block dl dd .talk .image03 .left {
  background: #fdd000;
  padding: 0 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.case_main .faq .block dl dd .talk .image03 .left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -28px;
  width: 0;
  height: 0;
  border-left: 20px solid #fdd000;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

.case_main .faq .block .imageTxt {
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
}

.case_main .faq .block .imageTxt .txt {
  width: 642px;
}

.case_main .faq .block dl dd .talk .image03 img {
  width: 320px;
  height: 192px;
}

.case_main .faq .block dl dd .talk .small {
  font-size: 12px;
}

.case_main .faq .block dl dd .talk .small.right {
  text-align: right;
}

.case_main .faq.sho .block dl dt {
  border-color: #8fc31f;
}

.case_main .faq.sho .block dl dt:before {
  border-top-color: #8fc31f;
}

.case_main .faq.sho .block dl dt .ico {
  color: #8fc31f;
}

.case_main .faq.sho .block dl dd .talk .line {
  border-bottom: 1px solid #8fc31f;
}

.case_main .faq.chu .block dl dt {
  border-color: #f39800;
}

.case_main .faq.chu .block dl dt:before {
  border-top-color: #f39800;
}

.case_main .faq.chu .block dl dt .ico {
  color: #f39800;
}

.case_main .faq.chu .block dl dd .talk .line {
  border-bottom: 1px solid #f39800;
}

.case_main .faq.juken .block dl dt {
  border-color: #20aee5;
}

.case_main .faq.juken .block dl dt:before {
  border-top-color: #20aee5;
}

.case_main .faq.juken .block dl dt .ico {
  color: #20aee5;
}

.case_main .faq.juken .block dl dd .talk .line {
  border-bottom: 1px solid #20aee5;
}

.case-1-block-1-img-2 {
  margin-left: -20px;
}

.case_main .faq .container.container02 {
  margin-top: 20px;
}

.case_main .faq .container.container02 .block dl dt {
  text-align: center;
}

.case_main .faq .container.container02 .block dl dt:before,
.case_main .faq .container.container02 .block dl dt:after {
  left: 50%;
}

.case_main .faq .container.container02 .block dl dd {
  padding: 45px 0 50px;
}

.case_main .faq .container.container02 .btmTxt01 {
  margin-top: 10px;
}

.case_main .faq .container.container03 {
  margin-top: 20px;
}

.case_main .faq .container.container03 .block {
  padding: 80px 0 70px;
}

.case_main .faq .container.container03 .topArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 670px;
  width: 100%;
}

.case_main .faq .container.container03 .topArea .left {
  width: 43.3%;
  color: #fff;
  font-size: 30px;
  padding: 75px 0 0 35px;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
}

.case_main .faq .container.container03 .topArea .left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -28px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

.case_main .faq.sho .container03 .topArea .left {
  background: #8fc31f;
}

.case_main .faq.chu .container03 .topArea .left {
  background: #f39800;
}

.case_main .faq.juken .container03 .topArea .left {
  background: #20aee5;
}

.case_main .faq.sho .container03 .topArea .left:before {
  border-left: 20px solid #8fc31f;
}

.case_main .faq.chu .container03 .topArea .left:before {
  border-left: 20px solid #f39800;
}

.case_main .faq.juken .container03 .topArea .left:before {
  border-left: 20px solid #20aee5;
}

.case_main .faq .container.container03 .topArea img {
  width: 56.7%;
  height: 100%;
}

.case_main .faq .container.container03 .list {
  margin-top: 40px;
}

.case_main .faq .container.container03 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.case_main .faq .container.container03 .list li img {
  width: 48px;
}

.case_main .faq .container.container03 .list li .txt {
  margin-left: 20px;
  margin-top: -20px;
  padding-bottom: 2px;
  width: 100%;
}

.case_main .faq .container.container03 .list li .txt p {
  border-bottom: solid 1px #fdd000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
}

.containerBtmTxt {
  text-align: right;
  font-size: 12px;
  margin-top: 15px;
}

.otherArea {
  background: #f6f6f6;
  position: relative;
}

.otherArea::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  background: url(/class-benesse/img/case/other_arw1.png) no-repeat 0 0;
  width: 105px;
  height: 31px;
  z-index: 1;
  margin-left: -52.5px;
}

.otherArea .wrap {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 60px 0;
}

.otherArea .wrap .title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.otherArea .wrap a:hover {
  opacity: 0.7;
}

.otherArea .wrap .area1 {
  margin-top: 40px;
  padding: 20px;
  -webkit-box-shadow: 3px 3px #e9e9e9;
          box-shadow: 3px 3px #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.otherArea .wrap .area1.blue {
  background: url(/class-benesse/img/case/other_arw2.png) no-repeat 634px 66px #fff;
  background-size: 16px 28px;
}

.otherArea .wrap .area1.orange {
  background: url(/class-benesse/img/case/other_arw3.png) no-repeat 634px 66px #fff;
  background-size: 16px 28px;
}

.otherArea .wrap .area1.green {
  background: url(/class-benesse/img/case/other_arw4.png) no-repeat 634px 66px #fff;
  background-size: 16px 28px;
}

.otherArea .wrap .area1 img {
  width: 120px;
}

.otherArea .wrap .area1 .txtArea {
  margin-top: 26px;
  margin-left: 20px;
}

.otherArea .wrap .area1 .title1 {
  font-size: 24px;
  border-bottom: solid 2px #20aee5;
  padding-bottom: 10px;
  width: 350px;
  color: #231815;
}

.otherArea .wrap .area1.orange .title1 {
  border-bottom: solid 2px #f39a04;
}

.otherArea .wrap .area1.green .title1 {
  border-bottom: solid 2px #8fc31f;
}

.otherArea .wrap .area1 .title1 span {
  font-size: 14px;
  margin-left: 10px;
}

.otherArea .wrap .area1 .txt1 {
  font-size: 14px;
  margin-top: 14px;
  color: #231815;
}

.otherArea .wrap .otherList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}

.otherArea .wrap .otherList a {
  width: 154px;
  height: 76px;
  background: #ffffff;
  display: block;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 3px 3px #e9e9e9;
          box-shadow: 3px 3px #e9e9e9;
}

.otherArea .wrap .otherList a p {
  font-size: 24px;
  color: #231815;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.otherArea .wrap .otherList a .txt02 {
  font-size: 14px;
  margin-top: 5px;
}

.otherArea .wrap .otherList .green {
  border-bottom: solid 2px #8fc31f;
}

.otherArea .wrap .otherList .orange {
  border-bottom: solid 2px #f39800;
}

.otherArea .wrap .otherList .blue {
  border-bottom: solid 2px #20aee5;
}

/* .otherArea .wrap .otherList .green:hover{
	background: #8fc31f;
}
.otherArea .wrap .otherList .orange:hover{
	background: #f39800;
}
.otherArea .wrap .otherList a:hover p{
	color: #fff;
} */
.freelesson .btn_area {
  max-width: 768px;
}

/* .freelesson .btn_area .footer_btn01{
	width: 100%;
	padding: 26px 0;
} */
.freelesson .btn_area p {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .case_navi .menu .box li a:hover {
    opacity: 1;
  }
  .case_navi .menu .box li a:hover .pict:after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .case_navi {
    padding: 20px 10px;
  }
  .case_navi .title .ico {
    font-size: 12px;
    width: 63px;
    height: 20px;
    line-height: 20px;
  }
  .case_navi .menu .tab li.sho.active::before {
    content: "";
    margin-bottom: -6px;
    margin-left: -3px;
    border-style: solid;
    border-top-color: #8fc31f;
    border-width: 5px 4px 0 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
  }
  .case_navi .menu .tab li.chu.active::before {
    content: "";
    margin-bottom: -6px;
    margin-left: -3px;
    border-style: solid;
    border-top-color: #f39800;
    border-width: 5px 4px 0 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
  }
  .case_navi .menu .tab li.juken.active::before {
    content: "";
    margin-bottom: -6px;
    margin-left: -3px;
    border-style: solid;
    border-top-color: #20aee5;
    border-width: 5px 4px 0 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
  }
  .case_navi h2 .txt {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case_navi .menu {
    margin-top: 15px;
  }
  .case_navi .menu .tab li {
    font-size: 14px;
    min-height: 30px;
  }
  .case_navi .menu .tab .disabled {
    max-height: 38px;
  }
  .case_navi .menu .box li {
    padding: 14px 0 10px;
    border-top-width: 1px;
  }
  .case_navi .menu .box li a .pict img {
    border-radius: 10.5px;
  }
  .case_navi .menu .box li a .pict:after {
    border-radius: 10px;
  }
  .case_navi .menu .box li a:nth-child(1) {
    margin-right: 5px;
  }
  .case_navi .menu .box li a:nth-child(2) {
    margin-left: 5px;
  }
  .case_navi .menu .box li a .name {
    font-size: 11px;
  }
  .case_navi .menu .box li a .name strong span {
    font-size: 14px;
  }
  .case_main .main-header {
    padding: 0 0 35px;
  }
  .case_main .faq {
    padding: 25px 20px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_main .faq .block {
    padding: 22px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_main .faq.juken .block dl dt {
    font-size: 15px;
    text-align: center;
  }
  .case_main .faq .block dl dt {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
  }
  .case_main .faq .block dl dt:before {
    margin-bottom: -14px;
    margin-left: -11px;
    border-width: 14px 11px 0 11px;
  }
  .case_main .faq .block dl dt:after {
    margin-bottom: -11px;
    margin-left: -8px;
    border-width: 11px 8px 0 8px;
  }
  .case_main .faq .block dl dt:before,
  .case_main .faq .block dl dt:after {
    left: 50%;
  }
  .case_main .main-header .reason {
    margin-top: 15px;
  }
  .case_main .main-header .reason dt {
    margin-left: 0;
    height: 105px;
  }
  .case_main .main-header .reason dd {
    font-size: 16px;
  }
  .case_main .faq .block dl dd {
    padding: 26px 0 35px;
  }
  .case_main .faq .block dl dd .talk .small {
    font-size: 11px;
    display: block;
    line-height: 1.8;
  }
  .case_main .faq .block dl dd .talk .image03 {
    display: block;
  }
  .case_main .faq .block dl dd .talk .image03 .left {
    padding: 20px;
    width: 100%;
  }
  .case_main .faq .block dl dd .talk .image03 img {
    width: 100%;
    height: 100%;
    margin-top: -1px;
    display: block;
  }
  .case_main .faq .block dl dd .talk .image03 .left:after {
    border: none;
    top: auto;
    bottom: -13px;
    left: 45px;
    width: 23px;
    height: 13px;
    margin: 0;
    background: url(/class-benesse/img/case/icon_arw1.png) no-repeat left top;
  }
  .case_main .faq .block dl:last-child dd {
    padding-bottom: 0;
  }
  .case_main .faq .block .imageTxt {
    margin-top: 10px;
  }
  .case_main .faq .container.container02 .block dl dd {
    padding: 25px 0 40px;
  }
  .case_main .faq .container.container02 .block dl dd:last-child {
    padding-bottom: 0;
  }
  .case_main .faq .container.container03 .block {
    padding: 0 0 30px;
  }
  .case_main .faq .container.container03 .topArea {
    display: block;
  }
  .case_main .faq .container.container03 .topArea .left {
    width: 100%;
    font-size: 18px;
    padding: 22px;
    text-align: center;
    height: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_main .faq .container.container03 .topArea .left:before {
    border: none;
    top: auto;
    bottom: -13px;
    left: 45px;
    width: 23px;
    height: 13px;
    margin: 0;
  }
  .case_main .faq.juken .container.container03 .topArea .left:before {
    background: url(/class-benesse/img/case/icon_arw2.png) no-repeat left top;
  }
  .case_main .faq.chu .container.container03 .topArea .left:before {
    background: url(/class-benesse/img/case/icon_arw3.png) no-repeat left top;
  }
  .case_main .faq.sho .container.container03 .topArea .left:before {
    background: url(/class-benesse/img/case/icon_arw4.png) no-repeat left top;
  }
  .case_main .faq .container.container03 .topArea img {
    width: 100%;
    margin-top: -1px;
  }
  .case_main .faq .block .imageTxt {
    margin-top: 15px;
    padding: 0 15px;
  }
  .case_main .faq .block .coachName {
    padding-right: 0;
  }
  .case_main .faq .container.container03 .list {
    padding: 0 15px;
  }
  .case_main .faq .container.container03 .list li {
    margin-top: 30px;
  }
  .case_main .faq .container.container03 .list li img {
    width: 41px;
  }
  .case_main .faq .container.container03 .list li .txt p {
    font-size: 3.8vw;
  }
  .containerBtmTxt {
    font-size: 14px;
    margin-top: 20px;
  }
  .otherArea .wrap {
    padding: 35px 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .otherArea .wrap .otherList a {
    width: 23%;
    height: 66px;
  }
  .otherArea .wrap .title {
    font-size: 15px;
  }
  .otherArea .wrap .area1 {
    padding: 10px 35px 10px 10px;
    margin-top: 30px;
  }
  .otherArea .wrap .area1 .title1 {
    width: 100%;
    font-size: 19px;
  }
  .otherArea .wrap .area1 .title1 span {
    font-size: 12px;
    margin-left: 5px;
  }
  .otherArea .wrap .area1.blue {
    background: url(/class-benesse/img/case/other_arw2.sp.png) no-repeat right 10px center #fff;
    background-size: 10px 15px;
  }
  .otherArea .wrap .area1.orange {
    background: url(/class-benesse/img/case/other_arw3.sp.png) no-repeat right 10px center #fff;
    background-size: 10px 15px;
  }
  .otherArea .wrap .area1.green {
    background: url(/class-benesse/img/case/other_arw4.sp.png) no-repeat right 10px center #fff;
    background-size: 10px 15px;
  }
  .otherArea .wrap .area1 .txt1 {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 9px;
  }
  .otherArea .wrap .otherList a p {
    font-size: 16px;
  }
  .otherArea .wrap .otherList a .txt02 {
    font-size: 12px;
    margin-top: 4px;
  }
  .otherArea .wrap .area1 img {
    width: 110px;
  }
  .otherArea .wrap .area1 .txtArea {
    margin-top: 19px;
    margin-left: 15px;
  }
  .otherArea .wrap .otherList {
    margin-top: 10px;
  }
  .otherArea::before {
    width: 100px;
    height: 45px;
  }
  .freelesson .btn_area .footer_btn01 {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .freelesson .btn_area p {
    font-size: 15px;
    line-height: 1.4;
  }
  .freelesson h2 {
    font-size: 0.8em;
  }
}

/* ---------------------case/index */
#class_new > header,
.freelesson,
.natsu-banner,
footer {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.case .onHover:hover {
  opacity: 0.7;
}

.case .case_navi {
  background-color: #fff;
  padding: 0;
}

.case .case_navi .container .title {
  text-align: center;
  color: #16a9ce;
  font-size: 34px;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .case .case_navi .container .title {
    padding: 40px 0;
  }
}

.case .case_navi .menu {
  margin-top: 0;
}

.case .case_navi .menu .tab li a {
  font-size: 14px;
  letter-spacing: 0;
}

.case .case_navi .menu .tab .tabmenu a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .case .case_navi .menu li a {
    color: #000;
    font-size: 10px;
    font-weight: normal;
  }
  .case .case_navi .menu li a span {
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .case .case_navi h2 .txt {
    font-size: 25px;
  }
}

.case .case_navi .tab li {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .case .menu .anker.tab li {
    width: 50%;
    border-radius: 0;
    border-right: 2px solid #f6f6f6;
    min-height: auto;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case .menu .anker.tab li:last-child {
    border-right: none;
  }
  .case .menu .anker.tab li::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #16aace transparent transparent transparent;
  }
}

.case.case-sho .menu .anker li::after {
  border-color: #fccb36 transparent transparent transparent;
}

.case.case-chu .menu .anker li::after {
  border-color: #53cd7e transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .case .case .case_navi .container .title {
    font-size: 25px;
    padding: 40px 0;
  }
}

.case .section_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .case .section_wrap {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .case .section_wrap .bnr_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.case .section_wrap .bnr {
  width: 48.97959%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case .section_wrap .bnr {
    width: 100%;
    margin-bottom: 15px;
  }
}

.case .section_wrap .bnr img {
  max-width: 100%;
  height: auto;
}

.link_wrap {
  background-color: #dff1f6;
}

.link_wrap .footer_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 34px 0 80px;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap {
    padding: 20px 15px 42px;
  }
}

.link_wrap .footer_wrap section {
  background-color: none;
  padding-top: 46px;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section {
    padding-top: 30px;
  }
}

.link_wrap .footer_wrap section:first-child .title {
  margin-bottom: 20px;
}

.link_wrap .footer_wrap section:nth-child(2) .title {
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .link_wrap .footer_wrap section .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .title {
    text-align: center;
  }
}

.link_wrap .footer_wrap section .title .icon_online {
  width: 42px;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .title .icon_online {
    width: 39px;
    margin: 0 auto;
  }
}

.link_wrap .footer_wrap section .title .icon_online img {
  max-width: 100%;
  height: auto;
}

.link_wrap .footer_wrap section .title .icon_sakura {
  width: 39px;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .title .icon_sakura {
    width: 29px;
    margin: 0 auto;
  }
}

.link_wrap .footer_wrap section .title .icon_sakura img {
  max-width: 100%;
  height: auto;
}

.link_wrap .footer_wrap section .title .txt {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .link_wrap .footer_wrap section .title .txt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .title .txt {
    padding-top: 5px;
  }
}

.link_wrap .footer_wrap section .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.link_wrap .footer_wrap section .list .block {
  background-color: #fff;
  width: 24.18182%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .list .block {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    width: 48.8%;
    margin-bottom: 8px;
  }
}

.link_wrap .footer_wrap section .list .block a {
  color: #333;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .link_wrap .footer_wrap section .list .block a:hover .inner::before {
    opacity: 1;
  }
}

.link_wrap .footer_wrap section .list .block a .inner {
  position: relative;
}

.link_wrap .footer_wrap section .list .block a .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 4px solid #16aace;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .link_wrap .footer_wrap section .list .block:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}

@media screen and (min-width: 768px) {
  .link_wrap .footer_wrap section .list .block:nth-child(n+5) {
    margin-top: 10px;
  }
}

.link_wrap .footer_wrap section .list .block .img {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  width: 37.59398%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .list .block .img {
    width: 43.71585%;
    padding-top: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.link_wrap .footer_wrap section .list .block p {
  padding-left: 37.59398%;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .list .block p {
    padding-left: 43.71585%;
  }
}

.link_wrap .footer_wrap section .list .block p span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .link_wrap .footer_wrap section .list .block p span {
    font-size: 10px;
  }
}

.link_wrap .top_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px 0;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap {
    padding: 20px 15px 12px;
  }
}

.link_wrap .top_wrap section {
  background-color: none;
}

.link_wrap .top_wrap section:first-child .title {
  margin-bottom: 20px;
}

.link_wrap .top_wrap section:nth-child(2) .title {
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .link_wrap .top_wrap section .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .title {
    text-align: center;
  }
}

.link_wrap .top_wrap section .title .icon_online {
  width: 42px;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .title .icon_online {
    width: 39px;
    margin: 0 auto;
  }
}

.link_wrap .top_wrap section .title .icon_online img {
  max-width: 100%;
  height: auto;
}

.link_wrap .top_wrap section .title .icon_sakura {
  width: 39px;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .title .icon_sakura {
    width: 29px;
    margin: 0 auto;
  }
}

.link_wrap .top_wrap section .title .icon_sakura img {
  max-width: 100%;
  height: auto;
}

.link_wrap .top_wrap section .title .txt {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .link_wrap .top_wrap section .title .txt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .title .txt {
    padding-top: 5px;
  }
}

.link_wrap .top_wrap section .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.link_wrap .top_wrap section .list .block {
  background-color: #fff;
  width: 24.18182%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list .block {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    width: 48.8%;
    margin-bottom: 8px;
  }
}

.link_wrap .top_wrap section .list .block a {
  color: #333;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .link_wrap .top_wrap section .list .block a:hover .inner::before {
    opacity: 1;
  }
}

.link_wrap .top_wrap section .list .block a .inner {
  position: relative;
}

.link_wrap .top_wrap section .list .block a .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 4px solid #16aace;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .link_wrap .top_wrap section .list .block:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}

@media screen and (min-width: 768px) {
  .link_wrap .top_wrap section .list .block:nth-child(n+5) {
    margin-top: 10px;
  }
}

.link_wrap .top_wrap section .list .block .img {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  width: 37.59398%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list .block .img {
    width: 43.71585%;
    padding-top: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.link_wrap .top_wrap section .list .block p {
  padding-left: 37.59398%;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list .block p {
    padding-left: 43.71585%;
  }
}

.link_wrap .top_wrap section .list .block p span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list .block p span {
    font-size: 10px;
  }
}

.link_wrap .top_wrap section .list .block.active a {
  pointer-events: none;
}

.link_wrap .top_wrap section .list .block.active a .inner {
  position: relative;
}

.link_wrap .top_wrap section .list .block.active a .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 4px solid #16aace;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .link_wrap .top_wrap section .list .block.active a .inner::before {
    border: 2px solid #16aace;
    border-radius: 5px;
  }
}

.case-index .case_navi .tab.anker li {
  border-top: 2px solid #f6f6f6;
  height: 60px;
}

/* --------------------------case/online/ */
.case .cat_wrap {
  padding: 80px 30px 60px;
  background-color: #dff1f6;
}

@media screen and (max-width: 767px) {
  .case .cat_wrap {
    padding: 30px 15px 40px;
  }
}

.case .cat_wrap .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case .cat_wrap .title {
    margin-bottom: 25px;
  }
}

.case .cat_wrap .title .icon {
  width: 45px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .case .cat_wrap .title .icon {
    width: 40px;
  }
}

.case .cat_wrap .title .icon.mini {
  width: 35px;
}

.case .cat_wrap section {
  background-color: #fff;
  padding: 10px 60px 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .case .cat_wrap section:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .case .cat_wrap section:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .case .cat_wrap section::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
  }
}

.case .cat_wrap section.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case .cat_wrap section.title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .case .cat_wrap section {
    padding: 25px 15px;
  }
}

.case .case_navi {
  padding-bottom: 0;
}

.case .case_navi .menu {
  margin: 0 15px;
}

.case .case_navi .menu.sp {
  margin: 0 auto;
}

.case .case_navi .tab {
  max-width: 695px;
}

.case .case_navi .tab li {
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case .case_navi .tab li {
    border-top: none;
  }
}

.case .case_navi .tab li a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .case .case_navi .tab li a {
    font-size: 14px;
    font-weight: bold;
  }
}

.case .case_navi .tab .tabmenu {
  background-color: #f5f5f5;
  width: 50%;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .case .case_navi .tab .tabmenu:hover {
    background-color: #dff1f6;
  }
}

.case .case_navi .tab .tabmenu:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .case .case_navi .tab .tabmenu:not(:last-child) {
    margin-right: 10px;
  }
}

.case .case_navi .tab .tabmenu.active {
  background-color: #dff1f6;
  padding-bottom: 4px;
}

.case .case_navi .tab .tabmenu.active a {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .case .case_navi .tab .tabmenu.active a:hover {
    opacity: 1;
  }
}

.case .cat_menu_wrap {
  padding: 40px 30px;
  background-color: #dff1f6;
}

@media screen and (max-width: 767px) {
  .case .cat_menu_wrap {
    padding: 20px 15px;
  }
}

.case .cat_menu_wrap .cat_menu_annotation {
  max-width: 695px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .case .cat_menu_wrap .cat_menu_annotation {
    font-size: 12px;
  }
}

.case .cat_menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 690px;
  margin: 0 auto;
}

.case .comment .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fbfc98));
  background: -webkit-linear-gradient(transparent 70%, #fbfc98 0%);
  background: linear-gradient(transparent 70%, #fbfc98 0%);
  font-weight: bold;
}

.case .cat {
  width: 335px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case .cat {
    font-size: 14px;
  }
}

.case .cat:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .case .cat:not(:last-child) {
    margin-right: 10px;
  }
}

.case .cat a {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .case .cat a {
    padding: 15px;
  }
}

.case .cat a:hover {
  opacity: 1;
}

.case .cat.active .name_wrap::after {
  opacity: 1;
}

.case .cat.active a {
  cursor: default;
}

.case .cat .name_wrap {
  position: relative;
}

.case .cat .name_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 4px solid #16aace;
}

@media screen and (max-width: 767px) {
  .case .cat .name_wrap::after {
    border: 2px solid #16aace;
  }
}

@media screen and (min-width: 768px) {
  .case .cat .name_wrap:hover::after {
    opacity: 1;
  }
}

.case-online .case_navi .menu .tab li a {
  font-size: 10px;
}

.case-online .case_navi .menu .tab.anker li a {
  font-weight: normal;
}

.case-online .cat a {
  padding: 0;
}

.case-online .cat .name_wrap {
  padding: 25px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .case-online .cat .name_wrap {
    padding: 13px;
  }
}

.case-online.case-sho .comment {
  background-color: #fffced;
}

.case-online.case-sho .comment .comment_box {
  border: 1px solid #fcc932;
}

@media screen and (min-width: 768px) {
  .case-online.case-sho .comment .comment_box {
    -webkit-box-shadow: 3px 3px 0px 0 #fcc932;
            box-shadow: 3px 3px 0px 0 #fcc932;
  }
}

.case-online.case-sho .comment .title_area p {
  color: #f6c329;
}

.case-online.case-sho .comment .voice .voice_title {
  background-color: #fccb36;
}

.case-online.case-chu .comment {
  background-color: #ebf9f0;
}

.case-online.case-chu .comment .comment_box {
  border: 1px solid #53cd7e;
}

@media screen and (min-width: 768px) {
  .case-online.case-chu .comment .comment_box {
    -webkit-box-shadow: 3px 3px 0px 0 #53cd7e;
            box-shadow: 3px 3px 0px 0 #53cd7e;
  }
}

.case-online.case-chu .comment .title_area p {
  color: #53cd7e;
}

.case-online.case-chu .comment .voice .voice_title {
  background-color: #53cd7e;
}

.case-online .comment .comment_wrap {
  padding: 40px 0;
  max-width: 695px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap {
    padding: 25px 0;
  }
}

.case-online .comment .comment_wrap .comment_box {
  background-color: #fff;
  padding: 40px 25px 60px;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .comment_box {
    padding: 15px;
    margin: 0 15px;
  }
  .case-online .comment .comment_wrap .comment_box:not(:last-child) {
    margin: 0 15px 20px;
  }
}

.case-online .comment .comment_wrap .comment_box .text p {
  padding-bottom: 35px;
  line-height: 1.7;
}

.case-online .comment .comment_wrap .comment_box .text p:last-child {
  padding-bottom: 0;
}

.case-online .comment .comment_wrap .title_area {
  position: relative;
}

.case-online .comment .comment_wrap .title_area p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .case-online .comment .comment_wrap .title_area p {
    position: absolute;
    top: 40%;
    right: 0;
    left: 41%;
    margin: auto;
    width: 60%;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_area p {
    margin-bottom: 20px;
    font-size: 19px;
  }
}

.case-online .comment .comment_wrap .title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.case-online .comment .comment_wrap .title_wrap .title {
  width: 60%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .title {
    padding-left: 15px;
  }
}

.case-online .comment .comment_wrap .title_wrap .title p {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .title p {
    position: absolute;
    width: 100%;
    bottom: -60px;
    font-size: 19px;
    right: 0;
  }
}

.case-online .comment .comment_wrap .title_wrap .name_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .name_wrap {
    display: block;
  }
}

.case-online .comment .comment_wrap .title_wrap .name_wrap img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .name_wrap img {
    width: 50px;
  }
}

.case-online .comment .comment_wrap .title_wrap .name_wrap .name {
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .name_wrap .name {
    font-size: 12px;
    padding-left: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.case-online .comment .comment_wrap .title_wrap .name_wrap .name span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .title_wrap .name_wrap .name span {
    font-size: 19px;
  }
}

.case-online .comment .comment_wrap .voice {
  background-color: #f5f5f5;
  padding: 40px 25px;
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .voice {
    padding: 40px 15px 20px;
  }
}

.case-online .comment .comment_wrap .voice .voice_title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 255px;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .case-online .comment .comment_wrap .voice .voice_title {
    top: -30px;
    height: 55px;
  }
}

.case-online .comment .comment_wrap .voice .voice_title span {
  font-weight: bold;
}

/* --------------------------case/taikendan/ */
.case-taikendan .cat a {
  padding: 0;
}

.case-taikendan .cat .name_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.case-taikendan .cat .name_wrap img {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .cat .name_wrap img {
    width: 50%;
    height: 50%;
    border-radius: 5px 0 0 5px;
  }
}

.case-taikendan .cat .name_wrap .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: normal;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .cat .name_wrap .name {
    font-size: 10px;
    width: 50%;
    padding-right: 0;
  }
}

.case-taikendan .cat .name_wrap .name span {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case-taikendan .cat .name_wrap .name span {
    font-size: 12px;
  }
}

.case-taikendan .top_img img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .top_img img {
    margin-bottom: 10px;
  }
}

.case-taikendan .top_img p {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .case-taikendan .top_img p {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .top_img p {
    margin-bottom: 30px;
  }
}

.case-taikendan .case_main {
  background-color: #fff;
}

.case-taikendan .case_main .main-header {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .main-header {
    padding: 0;
    margin-bottom: 20px;
  }
}

.case-taikendan .case_main .main-header .visual {
  max-width: 1100px;
}

.case-taikendan .case_main .faq {
  padding: 0;
}

.case-taikendan .case_main .faq .block {
  padding: 40px 0 25px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block {
    padding: 0;
  }
}

.case-taikendan .case_main .faq .block dl dd {
  font-size: 16px;
  padding: 45px 0 50px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block dl dd {
    padding: 30px 0;
  }
}

.case-taikendan .case_main .faq .block dl dd .talk .image01 {
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block dl dd .talk .image01 {
    margin: 20px auto 10px;
  }
}

.case-taikendan .case_main .faq .block dl dt {
  border-color: #47bcc6;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block dl dt {
    font-size: 16px;
  }
}

.case-taikendan .case_main .faq .block dl dt .ico {
  color: #47bcc6;
}

.case-taikendan .case_main .faq .block dl dt::before {
  border-top-color: #47bcc6;
  border-width: 20px 15px 0 15px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block dl dt::before {
    border-width: 15px 15px 0 15px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
}

.case-taikendan .case_main .faq .block dl dt::after {
  border-width: 18px 13px 0 13px;
  margin-bottom: -17px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block dl dt::after {
    border-width: 13px 13px 0 13px;
    margin-bottom: -12px;
    margin-left: -13px;
  }
}

.case-taikendan .case_main .faq .block .ttl_img {
  width: 435px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block .ttl_img {
    width: 100%;
  }
}

.case-taikendan .case_main .faq .block .graph {
  padding: 35px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block .graph {
    padding: 30px 0 0;
  }
}

.case-taikendan .case_main .faq .block .graph .top_txt {
  margin-bottom: 15px;
}

.case-taikendan .case_main .faq .block .graph .btmTxt01 {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .block .imageTxt {
    padding: 0;
  }
}

.case-taikendan .case_main .faq .container .comment_box {
  padding: 30px 180px 30px 30px;
  line-height: 1.7;
  border: 2px solid #47bcc6;
  -webkit-box-shadow: 3px 3px 0px 0 #47bcc6;
          box-shadow: 3px 3px 0px 0 #47bcc6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container .comment_box {
    padding: 20px;
  }
}

.case-taikendan .case_main .faq .container01 {
  padding: 25px 20px 0;
}

.case-taikendan .case_main .faq .container02 {
  position: relative;
  background: url("/class-benesse/img/case/taikendan/bg.jpg");
  margin-top: 90px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container02 {
    padding: 40px 15px 50px;
    background: url("/class-benesse/img/case/taikendan/bg.sp.jpg");
    background-size: contain;
  }
}

.case-taikendan .case_main .faq .container02 .block {
  position: relative;
  max-width: 690px;
}

@media screen and (min-width: 768px) {
  .case-taikendan .case_main .faq .container02 .block {
    padding: 60px 0 25px;
  }
}

.case-taikendan .case_main .faq .container02 .coach_img {
  position: absolute;
  top: -240px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container02 .coach_img {
    right: 0;
    width: 95px;
    top: -160px;
  }
}

.case-taikendan .case_main .faq .container02 .coach_name {
  position: absolute;
  top: -30px;
  width: 55%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container02 .coach_name {
    width: 250px;
    top: -65px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 {
    margin-top: 40px;
    padding: 0 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .block {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .topArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.case-taikendan .case_main .faq .container03 .topArea .left {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #47bcc6;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .topArea .left {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 0 30px;
    width: 50%;
    font-size: 17px;
  }
}

.case-taikendan .case_main .faq .container03 .topArea .left::before {
  border-left: 20px solid #47bcc6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .topArea .left::before {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #47bcc6;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .topArea img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .list {
    margin-top: 30px;
    padding: 0;
  }
}

.case-taikendan .case_main .faq .container03 .list li {
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
  background: #daf2f4;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .list li {
    margin: 30px auto;
  }
}

.case-taikendan .case_main .faq .container03 .list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/class-benesse/img/case/taikendan/1/corner.jpg");
  width: 20px;
  height: 20px;
}

.case-taikendan .case_main .faq .container03 .list li:last-child {
  margin-bottom: 0;
}

.case-taikendan .case_main .faq .container03 .list li .txt {
  margin-top: 0;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .list li .txt {
    margin-left: 0;
  }
}

.case-taikendan .case_main .faq .container03 .list li .txt p {
  border: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .list li .txt p {
    font-size: 16px;
  }
}

.case-taikendan .case_main .faq .container03 .list li img {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .case-taikendan .case_main .faq .container03 .list li img {
    width: 40px;
    top: -20px;
    left: 0;
  }
}

.case-taikendan .case_main .faq .container03 .list li span {
  color: #47bcc6;
  font-weight: bold;
}

.case-taikendan.taiken2 .faq .block dl dt {
  border-color: #9fcb54;
}

.case-taikendan.taiken2 .faq .block dl dt .ico {
  color: #9fcb54;
}

.case-taikendan.taiken2 .faq .block dl dt::before {
  border-top-color: #9fcb54;
}

.case-taikendan.taiken2 .faq .container.container02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .faq .container.container02 {
    margin-top: 85px;
  }
}

.case-taikendan.taiken2 .top_img p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .top_img p {
    margin-bottom: 0;
  }
}

.case-taikendan.taiken2 .case_main .faq .container .comment_box {
  border: 2px solid #9fcb54;
  -webkit-box-shadow: 3px 3px 0px 0 #9fcb54;
          box-shadow: 3px 3px 0px 0 #9fcb54;
}

.case-taikendan.taiken2 .case_main .faq .container03 .topArea .left {
  background-color: #9fcb54;
}

.case-taikendan.taiken2 .case_main .faq .container03 .topArea .left::before {
  border-left: 20px solid #9fcb54;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .case_main .faq .container03 .topArea .left::before {
    border-left: 10px solid #9fcb54;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .case_main .faq .container03 .list {
    padding: 0;
  }
}

.case-taikendan.taiken2 .case_main .faq .container03 .list li {
  background: #ecf5dd;
}

.case-taikendan.taiken2 .case_main .faq .container03 .list li::after {
  background-image: url("/class-benesse/img/case/taikendan/2/corner.jpg");
}

.case-taikendan.taiken2 .case_main .faq .container03 .list li span {
  color: #aed36f;
}

.case-taikendan.taiken2 .talk_comment {
  position: relative;
  color: #9fcb54;
  width: 440px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .talk_comment {
    width: 100%;
    max-width: 340px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .case-taikendan.taiken2 .talk_comment {
    font-size: 12px;
  }
}

.case-taikendan.taiken2 .talk_comment::before, .case-taikendan.taiken2 .talk_comment::after {
  content: "";
  width: 26px;
  position: absolute;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .talk_comment::before, .case-taikendan.taiken2 .talk_comment::after {
    width: 16px;
  }
}

.case-taikendan.taiken2 .talk_comment::before {
  left: -10px;
  background-image: url("/class-benesse/img/case/taikendan/2/left.png");
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .talk_comment::before {
    background-image: url("/class-benesse/img/case/taikendan/2/left.sp.png");
  }
}

.case-taikendan.taiken2 .talk_comment::after {
  right: -10px;
  background-image: url("/class-benesse/img/case/taikendan/2/right.png");
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken2 .talk_comment::after {
    background-image: url("/class-benesse/img/case/taikendan/2/right.sp.png");
  }
}

.case-taikendan.taiken3 .faq .block dl dt {
  border-color: #f8b62d;
}

.case-taikendan.taiken3 .faq .block dl dt .ico {
  color: #f8b62d;
}

.case-taikendan.taiken3 .faq .block dl dt::before {
  border-top-color: #f8b62d;
}

@media screen and (min-width: 768px) {
  .case-taikendan.taiken3 .faq .container01 .step_note {
    padding: 20px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .faq .container01 .step_note {
    font-size: 14px;
  }
}

.case-taikendan.taiken3 .faq .container01 .step_note .bold {
  font-weight: bold;
}

.case-taikendan.taiken3 .faq .container01 .step_note p:first-child {
  margin-bottom: 5px;
}

.case-taikendan.taiken3 .faq .container.container02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .faq .container.container02 {
    margin-top: 85px;
  }
}

.case-taikendan.taiken3 .top_img p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .top_img p {
    margin-bottom: 0;
  }
}

.case-taikendan.taiken3 .case_main .faq .container .comment_box {
  border: 2px solid #f8b62d;
  -webkit-box-shadow: 3px 3px 0px 0 #f8b62d;
          box-shadow: 3px 3px 0px 0 #f8b62d;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .case_main .faq .container02 .coach_name {
    width: 274px;
  }
}

.case-taikendan.taiken3 .case_main .faq .container02 .coach_img {
  top: -222px;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .case_main .faq .container02 .coach_img {
    top: -165px;
  }
}

.case-taikendan.taiken3 .case_main .faq .container03 .topArea .left {
  background-color: #f8b62d;
}

.case-taikendan.taiken3 .case_main .faq .container03 .topArea .left::before {
  border-left: 20px solid #f8b62d;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .case_main .faq .container03 .topArea .left::before {
    border-left: 10px solid #f8b62d;
  }
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .case_main .faq .container03 .list {
    padding: 0;
  }
}

.case-taikendan.taiken3 .case_main .faq .container03 .list li {
  background: #fcf1d9;
}

.case-taikendan.taiken3 .case_main .faq .container03 .list li::after {
  background-image: url("/class-benesse/img/case/taikendan/3/corner.jpg");
}

.case-taikendan.taiken3 .case_main .faq .container03 .list li span {
  color: #fac03d;
}

.case-taikendan.taiken3 .talk_comment {
  position: relative;
  color: #f8b62d;
  width: 300px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .talk_comment {
    width: 100%;
    max-width: 270px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .case-taikendan.taiken3 .talk_comment {
    font-size: 12px;
  }
}

.case-taikendan.taiken3 .talk_comment::before, .case-taikendan.taiken3 .talk_comment::after {
  content: "";
  width: 26px;
  position: absolute;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .talk_comment::before, .case-taikendan.taiken3 .talk_comment::after {
    width: 16px;
    height: 30px;
    bottom: -7px;
  }
}

.case-taikendan.taiken3 .talk_comment::before {
  left: -10px;
  background-image: url("/class-benesse/img/case/taikendan/3/left.png");
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .talk_comment::before {
    background-image: url("/class-benesse/img/case/taikendan/3/left.sp.png");
  }
}

.case-taikendan.taiken3 .talk_comment::after {
  right: -10px;
  background-image: url("/class-benesse/img/case/taikendan/3/right.png");
}

@media screen and (max-width: 767px) {
  .case-taikendan.taiken3 .talk_comment::after {
    background-image: url("/class-benesse/img/case/taikendan/3/right.sp.png");
  }
}

/*# sourceMappingURL=css/sourcemaps/case.css.map */
