.faq-header {
  max-width: 1000px;
  margin: 0 auto;
}

#faq-top {
  margin-bottom: 100px;
}

.faq-top-title {
  margin: 100px auto 50px;
  width: 90%;
  max-width: 1000px;
}

.faq-title {
  margin-bottom: 0.2em;
  font-family: 'maisonbook', 'Century Gothic', 'Metropolis', sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}

.faq-h2-list {
  margin-bottom: 50px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

p.lead {
  text-align: center;
}

.faq-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 1000px;
  border-bottom: solid 3px #f3a7a3;
}

.faq-item .item {
  margin-right: 20px;
  width: 50px;
}

.faq-item .item img {
  width: 100%;
}

.faq-item h3 {
  font-size: 150%;
  letter-spacing: 0.1em;
}

.faq-item .block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.faq-item .block:last-child {
  margin-right: 0;
}

.faq-top-menu {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.faq-top-menu h4 {
  margin-bottom: 2em;
  font-size: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}


.faq-top-menu h4.genre {
  width: 100%;
  margin: 0px auto 30px;
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
  position: relative;
}

.faq-top-menu h4.genre span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  width: 90px;
  height: 3px;
  background-color: #F3A7A3;
  display: block;
}

.faq-top-menu h4.genre span::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #D8C5B4;
  top: 0;
  left: 30px;
}
.faq-top-menu h4.genre span::before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #C1CFD3;
  top: 0;
  left: 60px;
}

.faq-element {
  width: 32.9%;
  margin-bottom: 20px;
  padding: 0 1%;
  display: inline-block;
  box-sizing: border-box;
}

.faq-element img {
  width: 100%;
}

li.element-menu {
  display: flex;
  margin: 5px 30px 5px 0;
}

li.element-menu:before {
  content: '';
  margin-right: 5px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(../qanda/img/question.png) no-repeat;
  background-size: 100%;
}

li.element-menu p {
  line-height: 1.6;
}

ul.navbar-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.navbar-q {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  background: #f8f9fb;
}

.qsize {
  display: table-cell;
  vertical-align: middle;
  color: black;
}

.question-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.question-box {
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  width: 100%;
  margin: -100px auto 60px;
  padding: 100px 0 40px;
}

@media screen and (max-width:640px) {
.question-box {
margin: -100px auto 40px;
padding: 100px 0 30px;
}
}


.question-box-end {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1%;
  margin-top: -30px;
  padding-top: 30px;
}

.question {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  color: #333;
  font-size: 120%;
  line-height: 1.5;
  background-size: 40px;
}

.question:before {
  content: '';
  position: relative;
  top: -0.3em;
  margin-right: 15px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url(../qanda/img/question.png) no-repeat;
  background-size: cover;
}

.answer {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  background-size: 40px;
  font-size: 110%;
  line-height: 1.6;
}

.answer:before {
  content: '';
  position: relative;
  top: -0.3em;
  margin-right: 15px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url(../qanda/img/answer.png) no-repeat;
  background-size: cover;
}

.menu-text-q a {
  color: black;
}

.menu-text-q2 {
  padding-bottom: 2%;
  padding-top: 1%;
}

.menu-text-q2 a {
  color: black;
}

@media only screen and (max-width: 768px) {
  #faq-top {
    margin-bottom: 50px;
  }
  .faq-top-title {
    margin: 50px auto 50px;
  }
  .faq-element {
    width: 49%;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .faq-title03 {
    font-size: 1.2em;
  }
  .faq-h2-list {
    font-size: 1.2em;
  }
  .faq-item h3 {
    font-size: 120%;
    letter-spacing: 0.1em;
  }

  .faq-item .block{
    margin-right: 10px;
  }
  .faq-item.thin .block{
    margin-right: 5px;
  }


  .faq-item .block .item {
    margin-right: 10px;
  }
    .faq-item.thin .block .item {
    margin-right: 0;
  }
  .faq-item .block h3 {
    font-size: 100%;
    text-align: justify;
  }

  .faq-item.thin .block h3 {
    font-size: 90%;
    letter-spacing: -0.05em;
    text-align: left;
  }


  .faq6-menu.pc-hidden ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .faq6-menu.pc-hidden ul li {
    padding: 1%;
    margin: 0;
    float: left;
    width: 50%;
    background: white;
  }
  .faq6-menu.pc-hidden ul li img {
    width: 100%;
    max-width: 323px;
  }
  .faq-list01 {
    font-size: 1.5em;
    padding-left: 3%;
    padding-top: 4%;
    padding-bottom: 3%;
    color: #bb0067;
  }
  .tidbits-title03 {
    font-size: 1.5em;
  }
  .tidbits-line {
    border-bottom: 4px double;
    border-bottom-color: #ccc;
    max-width: 960px;
    width: 92%;
    margin: 0 auto;
  }
  .faq6-menu-el {
    width: 50%;
    margin-left: 0;
  }
  .faq6-menu-el img {
    width: 100%;
    max-width: 327px;
  }
}





/* 2021.01.13 update */
.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12,.w100{
width: 100%;
padding: 10px 0;
}
.pb-0 {padding-bottom: 0!important;}
.pt-05em {padding-top: .5rem!important;}

.answer_inner {
max-width: 100%;
padding-left: 47px;
box-sizing: border-box;
font-size: 110%;
line-height: 1.5;
}
.answer_inner img {
max-width: 100%;
}
.answer_inner p {
font-size: 100%;
}
.answer_inner .wrapper,
.answer_inner .flex {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.answer_inner hr {
border-top:1px dotted #f3a7a3;
margin: 1rem 0 1.5rem
}

.anchor_list {
margin-bottom: 2rem;
}
.anchor_list li {
margin-bottom: 10px;
}
.anchor_list li a {
display: block;
padding: 8px 15px 5px;
border:solid 1px #f3a7a3;
border-radius: 3px;
color: #f3a7a3;
line-height: 1;
}
.anchor_list li a strong {
font-size: 120%;
vertical-align: middle;
}
.anchor_list li a:hover {
background: #fbf2f2;
}
.anchor_list li a:after {
content: "";
display: inline-block;
margin-left: 8px;
width: 6px;
height: 6px;
border-bottom:1px solid #f3a7a3;
border-right:1px solid #f3a7a3;
transform: translateY(-4px) rotate(45deg);
}

a.anchor {
display: block;
padding-top: 70px;
margin-top: -70px;
}


.answer_inner .head {
width: 100%;
font-size: 129%;
color: #f3a7a3;
}
.answer_inner .head strong {
font-size: 120%;
vertical-align: middle;
}
.answer_inner #question-list05_1 + .wrapper > figure,
.answer_inner #question-list05_1 + .wrapper > div {
padding: 10px 0;
}
.answer_inner #question-list05_1 + .wrapper > div + figure {
margin-top: 15px;
}
.answer_inner .big {
font-size: 120%;
}
.disc_list {
margin-left: 15px;
margin-top: 5px;
}
.disc_list li {
list-style: circle;
margin-bottom: 5px;
}

.answer_inner a.arrow {
display: inline-block;
margin-top: 8px;
color: #f3a7a3;
}
.answer_inner a.arrow:before {
content: "";
display: inline-block;
margin-right: 8px;
width: 6px;
height: 6px;
border-top:1px solid #f3a7a3;
border-right:1px solid #f3a7a3;
transform: translateY(-2px) rotate(45deg);
}

.answer_inner #question-list05_2 + .wrapper dt {
width: 100%;
}
.answer_inner .box_push {
position: relative;
padding: 15px 20px;
border:2px solid #FBE0DF;
border-radius: 5px;
}
.answer_inner .box_push h4 {
margin-bottom: 15px;
font-weight: 600;
color: #f3a7a3;
font-size: 124%;
}
.answer_inner .box_push h4 img {
display: inline-block;
margin-right: 10px;
transform: translateY(5px);
}
.answer_inner .box_push dl {
margin-bottom: 10px;
}
.answer_inner .box_push > span {
display: block;
border-top: 1px dotted #DDD;
padding-top: 15px;
}



@media screen and (min-width:768px) {
.answer_inner .wrapper{width: 100%;}
.col1 { width:8.3333%; }
.col2 { width:16.6666%; }
.col3 { width:25%; }
.col4 { width:33.3333%; }
.col5 { width:41.6666%; }
.col6 { width:50%; }
.col7 { width:58.333%; }
.col8 { width:66.666%; }
.col9 { width:74.999%; }
.col10 { width:83.333%; }
.col11 { width:91.666%; }
.col12 { width:100%; }
.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12 {
padding:20px 20px 20px 0;
}
.answer_inner hr {
margin: 2rem 0;
}

.anchor_list li {
display: inline-block;
margin-right: 10px;
}
.answer_inner #question-list05_1 + .wrapper > div + figure {
margin-top: 0;
}
.answer_inner #question-list05_1 + .wrapper > figure {
margin-bottom:0;
}
.answer_inner #question-list05_1 + .wrapper > div {
padding-left: 40px;
box-sizing: border-box;
}
.answer_inner #question-list05_2 + .wrapper dt {
min-width: 125px;
padding-right: 10px;
}
.answer_inner .box_push {
padding: 25px 40px;
}
.answer_inner #question-list05_2 + .wrapper dt {
width: auto;
}




}/*min-width:768px*/



/* 2022.4.7 Giftit Added. Pasted from Compliled SCSS & arranged for this page. */
/* .ms-30 {
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .ms-30 {
    width: 100%;
    padding: 1.851%;
  }
}

.ms-30 .attachment {
  padding: 50px 0px 0;
}

@media screen and (max-width: 768px) {
  .ms-30 .attachment {
    padding: 30px 0 0;
  }
}

.ms-30 .attachment > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
}

.ms-30 .attachment_ttl {
  background: #f8f8f8;
  margin-bottom: 30px;
  padding: 10px 0px;
}

.ms-30 .attachment_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.ms-30 .attachment_subttl {
  text-align: left;
  color: #F3A7A3;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ms-30 .attachment_subttl {
    font-size: 16px;
    font-weight: bold;
  }
}

.ms-30 .explain_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px -30px 50px;
}

@media screen and (max-width: 768px) {
  .ms-30 .explain_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.ms-30 .explain_list li {
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .ms-30 .explain_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.ms-30 .explain_list li h5 {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 25px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.ms-30 .explain_list li:last-child {
  margin-bottom: 0;
}

.ms-30 .explain_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ms-30 .explain_item .txt {
  width: 50%;
}


@media screen and (max-width: 991px) {
  .ms-30 .explain_item .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ms-30 .explain_item .txt p {
  font-size: 13px;
  line-height: 1.6;
}

.ms-30 .explain_item .img {
  width: 50%;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .ms-30 .explain_item .img {
    margin: 0px auto;
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .ms-30 .explain_item .img {
    width: 60%;
    max-width: 300px;
  }
}

.ms-30 .box_push {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 15px 20px;
          background: #FFF;
          border: 2px solid #FBE0DF;
          border-radius: 10px;}

@media screen and (max-width: 768px) {
  .ms-30 .box_push {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.ms-30 .box_push figure {
  min-width: 300px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .ms-30 .box_push figure {
    padding-right: 0;
    padding-top: 30px;
    min-width: unset;
  }
}

.ms-30 .box_push p {
  font-size: 12px;
}



 */






 .ms-30 {
  width: 83.333%;
  margin: 0px auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .ms-30 {
    width: 100%;
    padding: 1.851%;
  }
}
.ms-30 .attachment {
  padding: 0 0 100px;
}
.ms-30 .attachment h5 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .ms-30 .attachment {
    padding: 30px 0 0;
  }
  .ms-30 .attachment h5 {
    font-size: 1.6rem;
  }
}
.ms-30 .attachment > * {
  box-sizing: border-box;
  letter-spacing: normal;
}
.ms-30 .attachment_ttl {
  background: #f8f8f8;
  margin-bottom: 30px;
  padding: 10px 0px;
  font-size: 2.2rem;
}
.ms-30 .attachment_subttl {
  text-align: left;
  color: #F3A7A3;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ms-30 .attachment_ttl {
    font-size: 1.6rem;
  }
    .ms-30 .attachment_subttl {
    font-size: 1.7rem;
  }
}
.ms-30 .explain_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0px -30px 50px;
}
@media screen and (max-width: 768px) {
  .ms-30 .explain_list {
    flex-flow: column;
  }
}
.ms-30 .explain_list.full li {
  width: 100%;
}
.ms-30 .explain_list li {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .ms-30 .explain_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ms-30 .explain_list li h5 {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 15px;
  width: 100%;
}
.ms-30 .explain_list li:last-child {
  margin-bottom: 0;
}
.ms-30 .explain_item {
  display: flex;
  flex-flow: row wrap;
}
.ms-30 .explain_item .txt {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .ms-30 .explain_item .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ms-30 .explain_item .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.ms-30 .explain_item .img {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .ms-30 .explain_item .img {
    margin: 0px auto;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ms-30 .explain_item .img {
    width: 70%;
    max-width: 300px;
  }
}
.ms-30 .box_push {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .ms-30 .box_push {
    flex-flow: column-reverse;
    align-items: unset;
    padding: 0;
  }
}
.ms-30 .box_push figure {
  min-width: 400px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .ms-30 .box_push figure {
    padding-right: 0;
    padding: 30px 0;
    min-width: unset;
  }
}
.ms-30 .box_push p {
  font-size: 1.4rem;
}

.howtomovie {
  padding: 0px 0 80px;
}
.howtomovie-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin: 0px auto;
}
.howtomovie-list .item {
  width: 100%;
}
.howtomovie-list .item p {
  margin-bottom: 5px;
  text-align: center;
}
.howtomovie .annotation {
  font-size: 1.2rem;
  text-align: right;
}






