@charset "UTF-8";
/* CSS Document */
.question-container {
  background-color: #FFFFFF;
  padding: 0 10px;
  text-align: center;
  width: 1040px;
  margin: 0 auto;
}
.question-title {
  text-align: center;
  margin-top: 20px;
}

.Q-box {
  margin: 25px 0;
}

.subtitle {
  background-color: #646464;
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin: 8px 0 8px 0px;
}

.ichiran-this-year {
    border-bottom: 1px solid #0404b8;
    display: inline-block;
    margin-bottom: 10px;
}

.ichiran-this-year:hover{
  opacity: 0.7; 
}







/*テスト*/

/*テストここまで*/



/*項目*/
.question-nav {
  margin: 10px auto;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  max-width: 750px;
}
.button-a {
  background-color: #646464;
  color: #FFFFFF !important;
}
.button-b {
  /* border-right: solid 1px #333333; */
}
.question-button {
  width: 50%;
  max-width: 100%;
  flex-direction: row;
  /* border-left: solid 1px #333333; */
  padding: 10px 10px;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
/*ベース*/
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 0.5em;
  display: block;
  color: #000;
  background: #fefefe;
  border: solid 1.5px;
  /*padding-right: 40px;*/
}
.Label::before { /*タイトル横の矢印*/
  content:
    "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  /* transition: all 0.3s; */
  text-align: left;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 10px 5px;
  /* transition: all .3s; */
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.accordion {
  max-width: 750px;
  margin: 0 auto;
}
/*テキスト関係*/
.red-text {
  color: #ff1815;
  text-align: left;
  line-height: 1.5rem;
}
.text-black {
  text-align: left;
  line-height: 1.5rem;
  margin: 0 0 10px 0;
}
.Annotation {
  text-align: left;
  font-size: 0.9rem;
}

.ph-data {
  margin: 0 0 10px 0; 
}

.link-text {
  font-size: 0.8rem;
  border: solid 1px #646464;
  display: inline-block;
  padding: 2px;
  margin-bottom: 10px
}

.hover:hover{
    opacity: 0.7;
}

.under {
  background: linear-gradient(transparent 90%, #ff1815 90%);
}



@media screen and (max-width: 768px) {
  .question-container {
    width: 100%;
  }
  
  .question-button {
   font-size: 0.8rem;
   padding: 10px 2px;
  }
}