.center-title{
    font-size: 2.6rem;
}
.attention-news{
    font-size: 1.5rem;
    line-height: 0.9em;
}
.attention-news-content {
  display: flex;
  margin-top: 14px;
}
.attention-news-subject {
  margin-right: 10px;
  min-width: 20%;
}
.sns-comments{
  font-size: 1.5rem;
  line-height: 0.9em;
}
.sns-comments-content {
  margin-top: 14px;
}
/*解答解説*/
.gray-overlay:after {
  height: 100%;
}
.answer-detail-button-container {
  margin-bottom: 4px;
}
.answer-detail-button:not(.gray-overlay):hover {
  transform: translateY(4px);
  box-shadow: none;
  transition: .3s;
}
.answer-ttl-image-block{
  align-items: center;
}
.answer-ttl-image{
  margin-left: 2rem;
}
.answer-ttl-txt{
  margin-left: 1.5rem;
  font-size: 3rem;
}
.ichiran {
  margin-left: 1rem;
  padding: 1rem .5rem 1rem 1rem;
  width: 13em;
}
.ichiran:hover {
  opacity: .8;
}
.to-answer {
  width: 150px;
  height: 78px;
}
.to-other {
  width: 185px;
  height: 35px;
}
.big-btn{
  width: 374px;
}
.answer-detail-button-liquid{
  position: absolute;
  left: 150px;
  bottom: -4px;
}
.answer-detail-button-liquid_ja_2{
  position: absolute;
  left: 150px;
  bottom: 0px;
}
.answer-detail-button-liquid_ja_1{
  position: absolute;
  left: 150px;
  bottom: 41px;
}
.to-answer_ja{
  height: 121px;
}
.answer-exam-block[data-subject="japanese"] .grade-advice-ttl:after{
  border-width: 6.1rem 0 6.1rem 2rem;
}
.answer-subject-select-arrow::before{
  top: 10px;
}
.answer-subject-select-arrow::after{
  bottom: 10px;
}
.grade-advice-txt{
  padding-left: 3rem;
  padding-right: 5px;
}
.grade-advice-ttl:after{
    right: -20px;
    top: 0;
}
.flow-image{
  width: 670px;
  text-align: center;
  margin: auto;
}
.hantei-banner{
  width: 100%;
}
.banner-image{
  width: 100%;
}
.sp-banner{
  display: none;
}
.banner-area {
  margin: 0 auto 50px;
  border: solid 1px #000;
  padding: 20px;
}
.banner-txt {
  font-size: 25px;
}
.banner-txt:before {
  width: 2px;
  height: 70px;
  left: 20px;
}
.banner-txt:after {
  width: 2px;
  height: 70px;
  right: 20px;
}
.display-banner-image{
  width: 85%;
  margin: auto;
  height: 0;
}
.js-display-banner[data-selected="select"]{
  margin-top: 2rem;
  padding-bottom: 2rem;
  height: auto;
}
.responsive-banner-sp{
  display: none;
}
.responsive-banner{
    max-width: 728px;
    margin: 3vh auto;
}
.yell-banner {
  display: block;
  margin: 30px auto;
  max-width: 80%;
}

.yell-banner-flex{
  width: 88%;
}

/*ユーザー別ボタン*/
.user {
  right: 0;
  width: 40rem;
}

.user-btn-block-after {
  height: 108px;
}


/*過去問ピックアップ*/
.past-row {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  padding: 0 2rem;
}

.past-ttl-row {
  width: 80%;
  justify-content: space-between;
}

.past-txt {
  width: 60%;
  margin: 0;
}

.past-check {
  width: 30%;
  margin: 0 5%;
}

.past-check-image {
  width: 100%;
}

.pickup-main-ttl{
	padding-left: 32rem;
}

.gaiyou-banner {
  margin: .5rem 0;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

/*sns*/
.sns {
  width: 750px;
}
.responsive-image-sp{
  display: none;
}

/* SNSコメント */
.sns-comments-container2{
  position: fixed;
  top: 50px;
  right: 50px;
  width: 300px;
  z-index: 100000;
}
.sns-comments-block{
  width: 100%;
  font-size: 1.2rem;
  margin: 0em auto;
}
.sns-comments{
align-items: center;
display: flex;
font-size: 1.6rem;
letter-spacing: -0.05em;
width: 100%;
padding: 0 0.5vw;
}
.sns-comments-title-txt{
font-size: 1.5em;
width: 100%;
padding: 0;
display: block;
}
.sns-comments-list {
width: 100%;
min-height: 50px;
}
.sns-comments-content {
background-color: #fff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
filter: drop-shadow(0vw 0.3vw 0.3vw #6e6e6e);
}
.sns-comments-icon {
width: 100%;
display: flex;
align-items: center;
padding: 0.3vw 4vw;
justify-content: space-between;
}
img.sns-comments-kyotsu-icon {
width: 60%;
height: auto;
}
img.sns-comments-x-icon {
width: 25%;
height: auto;
}
.sns-comments-cross {
position: relative;
width: 3vw;
height: 0.2vw;
transform: rotate(45deg);
background-color: #000;
}
.sns-comments-cross::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 0.2vw;
transform: translate(-50%, -50%) rotate(-90deg);
background-color: #000;
}
.sns-comments-title-txt::after {
border-width: 2.5em 0 0 1.5em;
}
.sns-comments-under-container {
position: relative;
z-index: 5;
width: 100%;
height: 0.4vw;
background-color: #3debff;
border-radius: 0 0 15px 15px;
}
.sns-comments-under-container::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) skewX(-60deg);
background-color: #ffe200;
width: 30%;
height: 100%;
}

/*tablet*/
@media screen and (max-width:1024px){
  .answer-subject-select{
    font-size: 2.3rem;
  }
  .answer-exam-block[data-subject="japanese"] .grade-advice-txt{
    margin:3.5rem 0;
  }
  /* .to-answer_ja{
    height: 160px;
  } */
  .big-btn {
    width: 373px;
  }
  .hantei-banner{
    width: 90%;
    margin: auto;
  }
  .grade-advice-ttl {
    height: 76px;
  }
  .answer-exam-block[data-subject="japanese"] .grade-advice-ttl{
    height: 126px;
  }
}
/*ipad*/
@media screen and (max-width: 767px){
	.answer-date-subject{
	  width: 100%;
	}
	.sns {
	  width: 80%;
	}
	.sns-share {
	  width: 8rem;
	}
	.sns-sp-img {
	  width: 15rem;
	}
	.sns-txt {
	  bottom: -1.5rem;
	}
	.flow-image {
	  width: 80%;
	}
	.answer-date-subject{
	  margin-left: 2rem;
	}
	.grade-advice-ttl {
	    height: 13vw;
	}
	.answer-exam-block[data-subject="japanese"] .grade-advice-ttl {
	    height: 20.5vw;
	}
	.pickup-main-ttl{
		padding-left: 19rem;
	}
	/*footer*/
	.footer-menu a{
	    font-size: 1.1rem;
	}
}
@media screen and (max-width: 920px) and (min-width: 768px){
  .answer-date-subject{
    width: 73rem;
  }
}

