html , body {
  margin: 0;
  padding: 0;
}

:root {
  -white-color: #fff;
  --dark-color: #333;
  --blue-color: #009dff;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1030px;
  margin: 0 auto;
}

.main-content {
  padding: 10px 0 70px;
  text-align: left;
  line-height: 1.5;
}

.passapp__title {
  font-size: 18px;
  padding: 20px 3px 0 34px;
  position: relative;
  margin: 0;
  color:  var(--dark-color);
  margin-bottom: 10px;
}

.passapp__title::before {
  background: var(--blue-color);
  width: 96%;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.content {
  padding: 0 24px;
}

.content p {
  font-size: 14px;
  color:  var(--dark-color);
}

.content__mt {
  margin-top: 40px;
}

.content a {
  font-size: 14px;
  text-decoration: underline;
  transition: .3s all;
  color:  var(--dark-color);
}

.content a:hover,
.content a:focus{
  text-decoration: underline;
  color:  #009dff;
}

.content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
  object-fit: contain;
}

.content ul {
  margin: 0;
  padding: 0;
}

.content ul li {
  list-style: none;
}


.content .content-list--custom {
  margin-bottom: 30px;
}

.content .content-list--custom a {
  font-size: 12px;
}

.content-list li {
  font-size: 14px;
}

.content-list--custom li {
  font-size: 12px;
}

.passapp-image {
  max-width: 100%;
  padding: 0 10px;
  margin: 20px auto 40px; 
}

.link-box {
  padding-top: 50px;
}

.link-box a{
  text-decoration: none;
  font-weight: bold;
  color: var(--blue-color);
  font-size: 16px;
}

.link-box a:hover ,
.link-box a:focus {
  transition: .5s all;
  text-decoration: underline;
}

.main-content .videobox {
  margin: 20px 0;
}

.main-content .videobox video {
  max-width: 100%;
  width: 80%;
  display: flex;
  margin:0 auto;
}

.txt-fixed {
  font-size: 12px !important;
}

/*Css commom*/
.mb-10 {
  margin-bottom: 10px ;
}

.mb-20 {
  margin-bottom: 20px ;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px ;
}

.mt-30 {
  margin-top: 30px ;
}
/*END: Css commom*/

/* Reponsive Pc*/

@media screen and (min-width: 706px){
  .passapp-image {
    max-width: 80%;
    padding: 0 10px;
    margin: 10px auto 30px; 
  }

  .passapp__title::before {
    width: 100%;
  }

  .content {
    padding: 0 24px;
  }

  .passapp__title {
    padding: 20px 3px 0 10px;
  }
 #content .secondaryBtn,#contents .secondaryBtnGelp {
    position: relative;
    display: block;
    text-indent: -1em;
    text-decoration: none;
    text-align: center;
    background-color: #009dff;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 130px;
    font-size: 13px;
    line-height: 1.25;
    padding: 15px 0;
    border-radius: 6px;
    margin-left: 20px;
    box-shadow: 0 3px 0 rgba(0,0,0,.1);
}

}

/*END: Reponsive Pc*/

#contents .faqContainer{
  margin-top: 30px;
  padding-top: 40px;
  border-top:solid #e0e0e0 thin;
  display: flex;
}
#contents .faqContainer-inner{
  margin:0 auto;
  width:720px;
}
#contents .faqContainer .faqContainer-btn{
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#contents .faqContainer .faqContainer-btn img{
  width: auto;
  height: 100%;
  margin: 0 10px;
}
#contents .faqContainer .faqContainer-box{
  width: auto;
  display: flex;
  flex-direction: column;
}
#contents .faqContainer .faqContainer-box .faqContainer-box-title{
  font-size: 16px;
  font-weight: bold;
}
#content .secondaryBtn,#contents .secondaryBtnGelp {
    position: relative;
    display: block;
    text-decoration: none;
    text-indent: -1em;
    text-align: center;
    background-color: #009dff;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 110px;
    font-size: 10px;
    line-height: 1.25;
    padding: 15px 0;
    border-radius: 6px;
    margin-left: 11px;
    box-shadow: 0 3px 0 rgba(0,0,0,.1);
}
#content .secondaryBtn.-blank:after,#contents .secondaryBtnGelp.-blank:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 12px;
    right: 10.5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/icon/ico-blank-white.svg) center no-repeat;
    background-size: contain
}
#content .secondaryBtn:hover,#contents .secondaryBtnGelp:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 rgba(0,0,0,.1);
    color: #fff
}
