.section-cnt {
  margin: 1rem auto 0;
}
.section-ttl {
display: flex;
background-repeat: no-repeat;
background-size: cover;
align-items: center;
padding: .75rem;
}

/*mv*/
#mv {
/*margin-bottom: 3rem;*/
}
.mv-under{
margin: 4rem auto;
}

.yell-banner-flex {
display: flex;
margin: 0 auto;
justify-content: space-around;
}

.yell-banner-img {
width: 45%;
height: auto;
}

.yell-banner-box{
width: 40.5%;
text-align: center;
}

/*reload*/
.reload-txt {
font-size: 1.8rem;
margin: .5rem 0;
text-align: center;
}
.reload-txt a {
text-decoration: underline;
}
.reload-content {
margin: 3em 1.5em;
}

/*過去問ピックアップ*/

.pickup-ttl {
margin-bottom: 2rem;
}

.pickup-main-cnt-hidden {
padding-top: 1rem;
display: none;
}
.pickup-main-cnt {
padding-top: 1rem;
}

.pickup-main-ttl {
color: #fff;
font-weight: bold;
font-size: 3rem;
background: #009380;
position: relative;
margin: 1rem 0;
padding: 0.5rem 0;
cursor: pointer;
}

.pickup-main-ttl.pickup-main-ttl-yet {
background: #494949;
text-align: center;
padding-left: 0;
}

.pickup-main-ttl-tri {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 1.5rem 1rem 0 1rem;
border-color: #fff transparent transparent transparent;
top: 50%;
right: 10%;
transform: translateY(-50%) rotate(0deg);
transition: transform .5s;
}

.pickup-main-ttl-tri-hidden {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1.5rem 1rem;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .5s;
}

.pickup-main-ttl-tri-open {
transform: translateY(-50%) rotate(180deg);
}

.pickup-main-intro {
display: flex;
justify-content: center;
align-items: center;
width: 85%;
margin: 0 auto;
}

.pickup-main-intro-txt {
margin-right: 8%;
font-size: 2rem;
font-weight: bold;
padding: 0.5rem 2rem;
border: solid 0.3rem #009380;
position: relative;
}

.pickup-main-intro-txt:before,.pickup-main-intro-txt:after {
content: "";
position: absolute;
top: 15%;
width: 0;
height: 0;
border-style: solid;
border-width: 2rem 0 2rem 6rem;
}


.pickup-main-intro-txt:before {
border-color: transparent transparent transparent #fff;
left: 98%;
z-index: 10;
}
.pickup-main-intro-txt:after {
border-color: transparent transparent transparent #009380;
left: 100%;
z-index: 5;
}

.pickup-main-intro .pickup-main-intro-image {
width: 12%;
}

.past {
margin: 4rem auto;
}

.past-ttl {
border-bottom: .3rem solid #009380;
}

.past-ttl-row {
display: flex;
align-items: flex-end;
margin: 0 auto;
width: 45%;
padding-bottom: .5rem;
}

.past-ttl-main {
font-weight: bold;
font-size: 2.5rem;
width: 60%;
line-height: 1;
}
.past-ttl-sub {
width: 40%;
line-height: 1;
text-align: right;
}

.past-txt {
width: 90%;
margin: 1rem auto 0;
}


/*ユーザー別ボタン*/

/*ユーザー別ボタン*/
.user {
position: fixed;
bottom: 0;
z-index: 10000;
box-sizing: border-box;
border: #009380 solid .8rem;
background-color: #F9F7EF;
padding: 1rem;
transform: translate(0, 0);
opacity: 1;
transition: 1s;
}

.user[data-visibility = "false"] {
visibility: hidden;
height: 0;
transform: translate(0, 5%);
opacity: 0;
}

.js-fadein-cnt-prev {
}

.js-fadein-cnt-after {
transition: 0s;
}

.user-close {
position: absolute;
top: .5rem;
right: .5rem;
line-height: 1;
color: #009380;
font-weight: bold;
font-size: 2rem;
}

.user-ttl-main {
font-weight: bold;
text-align: center;
}
@media screen and (max-width:767px){
.user-ttl-main {
  font-size: 3.8vw;
}
}

.user-ttl-sub {
font-size: 1rem;
text-align: center;
line-height: 1;
font-weight: bold;
}

.user-btn-block {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: .5rem;
}

.user-btn-block[data-visibility="false"] {
display: none;
}
.user-btn-block-after,
.user-btn-block-after-h3,
.user-btn-block-after-tokubetsu_shotai {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 1.4em;
font-weight: bold;
}

.user-btn {
width: 31%;
background-color: #fff;
border: #009380 solid .3rem;
text-align: center;
margin: .8rem 0 0;
font-size: 2rem;
padding: 0.5rem 0;
font-weight: bold;
border-radius: .5rem;
position: relative;
color: #000;
cursor: pointer;
}

.user-btn-small {
font-size: 1.4rem;
padding-top: .9rem;
}

.user-btn:after {
content: "";
position: absolute;
top: 50%;
right: .5rem;
width: 0;
height: 0;
border-style: solid;
border-width: 1rem 0 1rem .8rem;
border-color: transparent transparent transparent #009380;
transform: translateY(-50%);
}

.user-btn:link {
color: #000;
}

.user-btn-block-after[data-visibility="false"],
.user-btn-block-after-h3[data-visibility="false"],
.user-btn-block-after-tokubetsu_shotai[data-visibility="false"] {
display: none;
}

.user-btn-block-after

/*お知らせ*/
.info-box {
border: solid 3px #3C7FE8;
margin: 20px 0;
}
.info-ttl {
font-weight: bold;
font-size: 2.2rem;
background-color: #3C7FE8;
padding: 0.3rem 0.3rem 0.3rem 1rem;
}
.info-txt {
padding: 1rem;
font-weight: bold;
font-size: 1.7rem;
}
.info-txt a {
text-decoration: underline;
}

/*注目ニュース*/
.attention-news-block {
  /* display: flex; */
  margin: 0rem auto;
  font-size: 1.8rem;
  /* min-height: 10px; */
  /* position: relative; */
  margin-top: 2px;
}
.attention-news-title{
  color: #299481;
  border-color: #299481;
  width: 160px;
  border-radius: 50%;
  border: solid 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -8px;
  z-index: 10;
  background: #fff;
}

.attention-news-title-txt {
position: relative;
font-weight: bold;
font-size: 1.5rem;
white-space: nowrap;
background: #299481;
color: #ffeb3b;
text-align: center;
display: flex;
align-items : center;
padding: 0 0.5rem;
}

.attention-news-title-txt span{
animation: 2s infinite  light;
color: #ffeb3b;
}

@keyframes light {
0% {
  text-shadow: 0 0 0px #ffeb3b;
}

100% {
  text-shadow: 0 0 10px #ffeb3b;
}
}

/*.attention-news-title-txt::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 0 1.5em;
  border-color: transparent transparent transparent #299481;
  top: 0;
  right: -1.5em;
}*/
.attention-news-content {
  /* position: relative; */
  /* flex: 1; */
  /* padding-left: 4em; */
  width: 100%;
}
.attention-news-list {
  background-color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 1rem;
  border: solid #299481 3px;
  /* border-top: none; */
  height: 55px;
  font-size: 1em;
  width: 100%;
}
.attention-news{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 98%;
  display: flex;
  align-items: center;
  font-weight: bold;
/*    padding-left: 2em;*/
}
.attention-news[data-animation="true"]{
  transition: .2s transform;
}
.attention-news[data-condition="current"]{
  transform: translate(-50%, -50%);
}
.attention-news[data-condition="prev"]{
  transform: translate(-50%, -150%);
}
.attention-news[data-condition="other"]{
  transform: translate(-50%, 100%);
  opacity: 0;
}
.attention-news-list{

}
/*SNSコメント*/
.sns-comments-block {
margin: 0rem auto;
font-size: 1.8rem;
margin-top: 2px;
}
.sns-comments-title{
color: #299481;
border-color: #299481;
width: 160px;
border-radius: 50%;
border: solid 0.2em;
display: flex;
align-items: center;
justify-content: center;
font-size: 4em;
width: 2em;
height: 2em;
position: absolute;
top: -8px;
z-index: 10;
background: #fff;
}

.sns-comments-title-txt {
position: relative;
font-weight: bold;
font-size: 1.5rem;
white-space: nowrap;
background: #3c7fe8;
color: #fff;
text-align: center;
display: flex;
align-items : center;
padding: 0 0.5rem;
}
.sns-comments-title-txt span{
animation: 2s infinite light;
color: #fff;
}
.sns-comments-content {
width: 100%;
}
.sns-comments-list {
height: 100%;
position: relative;
overflow: hidden;
padding: 0 1vw;
height: 55px;
font-size: 3.5vw;
width: 100%;
}
.sns-comments{
position: absolute;
left: 50%;
top: 50%;
height: 100%;
width: 98%;
display: flex;
align-items: center;
font-weight: bold;
}
.sns-comments[data-animation="true"]{
transition: .2s transform;
}
.sns-comments[data-condition="current"]{
transform: translate(-50%, -50%);
}
.sns-comments[data-condition="prev"]{
transform: translate(-50%, -150%);
}
.sns-comments[data-condition="other"]{
transform: translate(-50%, 100%);
opacity: 0;
}
/*テスト後設置導線*/
.after-test-link-box {
display: flex;
  justify-content: space-around;
  margin: 1rem auto;
  /*width: 70%;*/
}
@media screen and (max-width: 767px) {
.after-test-link-box {
  width: 100%;
}
}
.after-test-link {
flex: 1;
margin: .5rem;
padding: 1rem 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
box-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.after-test-link:hover {
opacity: .6;
}
.ave-link {
background-color: #E03434;
border: solid 5px #F9BABA;
}
.gouhi-line-link {
background-color: #3B7FE8;
border: solid 5px #9EBBE8;
}
.link-txt {
text-align: center;
font-weight: bold;
font-size: 1.8rem;
color: #fff;
}
.link-txt span {
font-size: 2.1rem;
}
@media screen and (max-width:1024px){
.after-test-link-box {
  flex-direction: column;
}
.link-txt {
  font-size: 1.5rem;
}
.link-txt span {
  font-size: 2rem;
}
}

@media screen and (min-width:767px) and (max-width:1024px){
.attention-news-list {
  min-height: 2rem;
}
.attention-news-content {
  padding-left: 0em;
}
.attention-news-title {
  font-size: 3em;
  top: -2vw;
}
}

@media screen and (max-width:365px){
.link-txt span {
  font-size: 1.8rem;
}
}

.gaiyou-banner:hover {
opacity: .6;
}
/*過去問*/
.center-title{
  border-bottom: solid 2px #009380;
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.center-title::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 16%;
  right: 0;
  bottom: -5px;
  background-color: #009380;
}
.center-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.center-link{
  width: 22%;
  background-color: #c5ece7;
  box-shadow: 2px 2px 0px 1px #009380;
  text-align: center;
  border-radius: 3px;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
}
.center-link-txt{
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

/*解答解説*/
.answer-cnt-box:not(.answer-update-info) {
margin-top: 1rem;
}
.answer-ttl{
margin-top: 15px;
background-color: #3b7fe8;
position: relative;
justify-content: space-between;
}
.answer-ttl-image-block{
  align-items: center;
}
.answer-ttl-image{
width: 10%;
margin-right: 1rem;
}
.update-info-ttl {
border-left: 1.5rem solid #3C7FE8;
padding-left: 1.5rem;
margin-bottom: 1rem;
}
.update-info-cnt{
height: 13rem;
overflow: auto;
background: #ebfffc;
border-radius: 4px;
padding: 1rem;
}
.update-info-inner{
  overflow: auto;
  height: 11rem;
}
.update-info-inner::-webkit-scrollbar {
  width: 10px;
}
.update-info-inner::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.update-link.update-link{
  text-decoration: underline;
}
.ichiran{
background: #eee;
text-align: center;
border-radius: 4px;
color: #3f6ecd;
font-weight: bold;
border: solid 1px #aaa;
background: rgb(254,252,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,252,255,1) 1%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,252,255,1) 1%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,252,255,1) 1%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
align-items: center;
position: relative;
z-index: 3;
}
.ichiran-txt {
  width: 250px;
}
.pdf-txt{
  flex: 1;
font-size: 2rem;
white-space: nowrap;
}
@media screen and (max-width:1024px){
.ichiran {
  width: 45vw;
  padding: .5rem 1rem;
}
.pdf-txt {
  font-size: 90%;
}
}
@media screen and (max-width:360px){
.pdf-txt {
  font-size: 80%;
}
}
.ichiran-before{
position: relative;
padding: 1rem;
opacity: 0.8;
}
/*↓採点シート公開時コメントアウト↓*/
/* .ichiran-before:after{
width: 100%;
height: 100%;
background-color: #808080;
opacity: .8;
position: absolute;
content: "試験後に公開";
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 2rem;
display: flex;
justify-content: center;
align-items: center;
} */
.ichiran .pdf-image{
width: 2.5rem;
margin-right: .5rem;
}
.answer-subject-column {
justify-content: center;
}
.answer-subject-select{
margin: 0 3rem;
color: #fff;
font-weight: bold;
font-size: 3rem;
padding: 2rem 4rem;
border-left: 1.8rem #fff solid;
box-shadow: 0 2px 4px 0 rgba(100,100,100,.5);
width: 30rem;
text-align: center;
}
.answer-subject-column {
margin-top: 1rem;
}
.answer-subject-select:hover {
opacity: .8;
}
.answer-subject-select.english,
.answer-date-subject-ttl[data-subject="english"] {
background: #DFA400;
}
.answer-subject-select.japanese,
.answer-date-subject-ttl[data-subject="japanese"] {
background: #F45073;
}
.answer-subject-select.social-studies,
.answer-date-subject-ttl[data-subject="social-studies"] {
background: #40C545;
}
.answer-subject-select.social-studies,
.answer-date-subject-ttl[data-subject="civics"] {
background: #40C545;
}
.answer-date-subject-ttl[data-subject="civics"]+.answer-detail-button-container{
width: 71%;
}


.answer-subject-select.science,
.answer-date-subject-ttl[data-subject="science"] {
background: #C968F3;
}
.answer-subject-select.math,
.answer-date-subject-ttl[data-subject="math"] {
background: #3C7FE8;
}
.answer-subject-select.information,
.answer-date-subject-ttl[data-subject="information"] {
background: #39486A;
}
.answer-date-subject[data-subject="english"] {
border-color: #DFA400;
}
.answer-date-subject[data-subject="japanese"] {
border-color: #F45073;
}
.answer-date-subject[data-subject="civics"] {
border-color: #40C545;
}
.answer-date-subject[data-subject="social-studies"] {
border-color: #40C545;
}
.answer-date-subject[data-subject="science"] {
border-color: #C968F3;
}
.answer-date-subject[data-subject="math"] {
border-color: #3C7FE8;
}
.answer-date-subject[data-subject="information"] {
border-color: #39486A;
}
.js-tab-cnt {
display: none;
}
.js-tab-cnt[data-visibility="true"] {
display: block;
}
.answer li {
list-style: none;
}
.date-tab-btn-block {
justify-content: center;
display: flex;
align-items: flex-end;
}
.date-tab-btn {
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 1rem 0.5rem;
  align-items: center;
  font-size: 3rem;
  cursor: pointer;
  word-break: auto-phrase;
}
.date-tab-btn[data-selected="true"] {
background: #3C7FE8;
width: 55%;
}
.date-tab-btn[data-selected="false"] {
background: #94B9F2;
width: 45%;
padding: 0.85rem 0.5rem;
font-size: 1.7rem;
}
.answer-date-subject-ttl {
font-weight: bold;
color: #fff;
padding: 1rem 0 1rem 1rem;
margin-top: 0.5rem;
}
.answer-subject-ttl-block{
align-items: center;
}
.answer-date-txt{
margin-left: 2rem;
}
.answer-exam-block {
padding: .5rem 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.answer-exam-block[data-subject="social-studies"] {
background: #eaffeb;
}
.answer-exam-block[data-subject="civics"] {
background: #eaffeb;
}
.answer-exam-block[data-subject="japanese"] {
background: #ffe8ed;
}
.answer-exam-block[data-subject="science"] {
background: #FADEFF;
}
.answer-exam-block[data-subject="english"] {
background: #fff7df;
}
.answer-exam-block[data-subject="math"] {
background: #e7f1ff;
}

.answer-exam-block[data-subject="information"] {
background: #eef3ff;
}
.answer-date-subject {
font-weight: bold;
border-left: solid 1rem;
padding-left: .8rem;
width: 18rem;
}
.answer-date-subject.english {
border-color: #FFD74D;
}
.answer-date-subject.japanese {
border-color: #FF7C98;
}
.answer-date-subject.science {
border-color: #BA66C9;
}
.answer-date-subject.math {
border-color: #4A85D1;
}
.answer-detail-button-container{
position: relative;
}
.answer-detail-button {
color: #fff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.to-answer {
background: #A81726;
box-shadow: 0 4px 0 0 rgba(124,14,28);
padding: 0;
font-size: 3rem;
}
.to-other {
background: #3b7fe8;
box-shadow: 0 4px 0 0 #162f56;
padding: 0;
margin: 0 0 4px 4px;
font-size: 2.2rem;
}
.grade-advice {
border: solid 3px #062C6B;
margin-left: 0.4rem;
background-color: #fff;
align-items: center;
display: flex;
}
.grade-advice-ttl {
text-align: center;
background: #062C6B;
color: #fff;
position: relative;
height: 100%;
display: flex;
align-items: center;
}
.to-grade-advice.to-grade-advice{
color: #000;
cursor: pointer;
text-align: center;
font-weight: bold;
text-decoration: underline;
}
.to-grade-advice.unavailable{
  opacity: 0.25;
  text-decoration: none;
  cursor: default;
}
.grade-advice-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.grade-advice-ttl:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 3.8rem 0 3.8rem 2rem;
border-color: transparent transparent transparent #062C6B;
position: absolute;
}
.none-advice {
border: solid 3px #062d6b00;
margin-left: 0.4rem;
background-color: #1900ff00;
align-items: center;
display: flex;
}
.none-advice-ttl {
text-align: center;
background: #062d6b00;
color: #ffffff00;
position: relative;
height: 100%;
display: flex;
align-items: center;
}
.none-advice-ttl:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 3.8rem 0 3.8rem 2rem;
border-color: transparent transparent transparent #062d6b00;
position: absolute;
}
.banner-txt{
position: relative;
text-align: center;
font-weight: bold;
margin-bottom: 1rem;
}
.banner-txt:before, .banner-txt:after {
content: "";
background-color: #000;
position: absolute;
bottom: 0;
}
.banner-txt:before{
transform: rotate(-20deg);
}
.banner-txt:after{
transform: rotate(20deg);
}
.banner-txt span {
background: linear-gradient(transparent 60%, #fff794 60%)
}
.banner-block{
width: 85%;
margin:0 auto;
text-align: center;
}
.banner-area{
  text-align: center;
}
.recommend-banner-area{
  text-align: center;
  margin: 1vh auto;
}
.questionnaire{
padding-bottom: 1rem;
background-color: #AED7FF;
}
.question-box{
width: 100%;
}
.question-cnt-box{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: space-around;
}
.q_button{
width: 30%;
margin: .5rem 0;
border:1px solid #4C9CEA;
background-color: #fff;
border-radius: 3px;
box-shadow: .25rem .25rem;
outline-color: #4C9CEA;
font-size: 2.0rem;
padding: 8px 0;
cursor: pointer;
}
.q_button[data-visibility="true"]{
border:1px solid #4C9CEA;
box-shadow:none;
transition: all 1s ease-out;
}
.question-ttl{
text-align: center;
padding: 1rem 0;
}
.question-banner-txt{
font-size: 1.6rem;
margin-bottom: 1rem;
text-align: center;
}

/*sns*/
.sns {
margin: 3rem auto;
}
.sns-ttl {
text-align: center;
margin: 0 auto .5rem;
}
.sns-container {
position: relative;
}
.sns-sp-img {
width: 15rem;
margin-right: 2rem;
}
.sns-sp-img img {
width: 100%;
}
.sns-icon-area {
display: flex;
margin: 0 0 1rem;
align-items: center;
justify-content: center;
}
.sns-share {
display: block;
width: 10rem;
text-align: center;
margin: 0 .4rem;
}
.sns-share img {
width: 100%;
}
.sns-txt {
position: absolute;
width: 100%;
text-align: right;
color: #fff;
font-weight: bold;
background-color: #039080;
font-size: 2rem;
padding-right: 1rem;
left: 50%;
transform: translateX(-50%);
bottom: -0.5rem;
z-index: -1;
}

@media screen and (max-width:1024px){
.answer-subject-select{
padding: 1.5rem 3rem;
}
.attention-news-block{
  width: 100%;
}
}
.tokubetsu_shotai_btn img {
  width: 100%;
  height: auto;
}

/*COMMON CSS*/
.three_banner_area {
  display: flex;
  justify-content: space-between;
  margin: 2vw 2vw;
}

.three_banner_btn {
  display: block;
  width: 32%;
}

.three_banner_btn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


/* CSS for PC*/
@media screen and (min-width: 1024px) {
  .three_banner_area_sp {
    display: none;
  }

  .three_banner_area_pc {
    display: block;
    width: 970px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
  .three_banner_area_sp {
    display: none;
  }

  .three_banner_area_pc {
    display: block;
    width: 96vw;
    margin: 0 auto;
  }
}

/* CSS for SP*/
@media screen and (max-width: 767px) {
  .three_banner_area_pc {
    display: none;
  }

  .three_banner_area_sp {
    display: block;
    width: 100%;
  }

  .tokubetsu_shotai_btn {
    width: 96vw;
    display: block;
    margin: 2vw auto 0;
  }
}

/*pc・spコンテンツ出し分け*/
.pc-content {
display: block;
}
.sp-content {
display: none;
}

.recommend-img-box{
flex-shrink: 0;
}

.d-flex {
display: flex;
}
.toitsutest-box{
text-decoration: none;
}

@media screen and (min-width: 767px) {
.toitsutest-box {
width: 30%;
display: block;
text-align: center;
}
.toitsutest-img {
width: 80%;
margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
.pc-content {
  display: none;
}
.sp-content {
  display: block;
}
}
.jisseki-banner-pc{
width: 100%;
display:block;
margin-bottom: 50px;
}
.jisseki-banner-sp{
width: 100%;
display:block;
margin-bottom: 7vw;
margin: 0 !important;
}
.toitsutest-wrapper {
justify-content: space-between;
align-items: stretch;
}
.toitsutest-ttl {
text-align: center;
margin: 5px auto;
color: #000;
text-decoration: none;
}
.toitsutest-txt {
width: 100%;
margin: 0 auto;
color: #000;
text-decoration: none;
}

.toitsutest-recommend-img{
width: 100%;
height: auto;
margin: 0 !important;
}

@media screen and (max-width: 767px){
.ts-direction{
  flex-direction: column;
  align-items: flex-start;
}

.ts-direction .recommend-ttl{
  letter-spacing: 0;
  font-size: 4.6vw
}

.ts-direction .recommend-img-box{
  margin-right: 0 !important;
}

.ts-direction .recommend-txt{
  font-size: 3.8vw;
  letter-spacing: 0;
}

.ts-yokoku-icon{
  background-color: #f00;
  position: absolute;
  color: #fff;
  width: 12vw;
  height: 12vw;
  border-radius: 50px;
  right: 11vw;
  bottom: 12.5vw;
  text-align: center;
  font-size: 3.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transform: rotate(-7deg);
  font-weight: bold;
}
}

.ts-recommend-container{
position: relative;
}

@media screen and (min-width: 768px){
.ts-yokoku-icon{
  background-color: #f00;
  position: absolute;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  right: -17px;
  bottom: 75px;
  text-align: center;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transform: rotate(-9deg);
  font-weight: bold;
}
.ts-direction .recommend-ttl{
  letter-spacing: 0;
  font-size: 18px;
}

.ts-direction{
  align-items: center;
  position: relative;
  z-index: 1;
}



/*当日までの対応*/
/*.ichiran::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(100, 100, 100, .3);
top: 0;
left: 0;
}*/
.answer-subject {
position: relative;
}
/*.answer-subject::before {
position: absolute;
content: "1月15日・16日に公開予定。";
width: 100%;
height: 80%;
background: rgba(100, 100, 100, .5);
left: 0;
bottom: 0;
z-index: 1;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}*/
.date-tab-btn-block {
position: relative;
}
/*.date-tab-btn-block::before {
position: absolute;
content: "1月15日・16日に公開予定。";
width: 100%;
height: 100%;
background: rgba(100, 100, 100, .5);
top: 0;
left: 0;
z-index: 1;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
*/
.recommend-txt{
  font-size: 3.8vw;
  letter-spacing: 0;
}

.ts-yokoku-icon{
  background-color: #f00;
  position: absolute;
  color: #fff;
  width: 12vw;
  height: 12vw;
  border-radius: 50px;
  right: 11vw;
  bottom: 12.5vw;
  text-align: center;
  font-size: 3.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transform: rotate(-7deg);
  font-weight: bold;
}
}

.ts-recommend-container{
position: relative;
}

@media screen and (min-width: 768px){
.ts-yokoku-icon{
  background-color: #f00;
  position: absolute;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  right: -17px;
  bottom: 75px;
  text-align: center;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transform: rotate(-9deg);
  font-weight: bold;
}
.ts-direction .recommend-ttl{
  letter-spacing: 0;
  font-size: 18px;
}

.ts-direction{
  align-items: center;
  position: relative;
  z-index: 1;
}



/*当日までの対応*/
/*.ichiran::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(100, 100, 100, .3);
top: 0;
left: 0;
}*/
.answer-su