/* for movie embedded page */
.movie-window__iect {
  width: 90%;
  margin-left: 5%; }
.l-wrapper__main .movie-window-club__iect {
  margin-top: 20px; }
.embed-responsive__iect {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive__iect .embed-responsive-item,
  .embed-responsive__iect iframe,
  .embed-responsive__iect embed,
  .embed-responsive__iect object,
  .embed-responsive__iect video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive__iect.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive__iect.embed-responsive-4by3 {
    padding-bottom: 75%; }
.wide-wrapper {
    margin-top: 173px; }

/* for exam Q and A */
.l-wrapper__main .exam-qa div.question,
.l-wrapper__main .exam-qa div.answer{
    line-height: 1.6;
    font-family: "Hiragino Kaku Gothic W2 JIS2004", sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
}
.l-wrapper__main .exam-qa div.question {
    font-weight: 700;
    font-size: 1.14rem;
    background-color: #f0f0f0;
    border-radius: 8px 4px 4px 8px;
    padding-top: 2px;
    padding-bottom: 1px;
	padding-left:4.1em;
	position:relative;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
}
.l-wrapper__main .exam-qa div.question span.question-no {
    font-weight: 700;
    font-size: 1.2rem;
    color: #ef0f09;
    border: solid 1px #ef0f09;
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 8px;
	position:absolute;
	left:0;
	top:0;
    font-family: "Hiragino Kaku Gothic W2 JIS2004", sans-serif;
}
.l-wrapper__main .exam-qa div.question span.question-no.digit-1 {
    padding-left: 12px;
    padding-right: 12px;
}

.l-wrapper__main .exam-qa div.answer {
    background-color: #ffffff;
    border-radius: 8px 4px 4px 8px;
    margin: 2px 0 36px 0;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-right: 18px;
	padding-left:4.7em;
	position:relative;
}
.l-wrapper__main .exam-qa div.answer span.answer-no {
    font-weight: 700;
    font-size: 1.2rem;
    color: #03761c;
    border: solid 1px #349b4b;
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 8px;
	position:absolute;
	left:0;
	top:0;
}
.l-wrapper__main .exam-qa div.answer span.answer-no.digit-1 {
    padding-left: 12px;
    padding-right: 12px;
}

.exam-qa .qa-menu {
    list-style: none;
    font-size: 1.1rem;
}
.exam-qa .qa-return {
    text-align: right;
    margin-right: 32px;
}

/* for img_box right */

.img_box_r {
  text-align: center;
}
.img_box_r img {
  width: auto;
}

.include_img .img_box_r {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .include_img .img_box_r {
    margin-bottom: 0px;
    margin-right: 40px;
    max-width: 270px;
  }
}
@media screen and (min-width: 1366px) {
  .include_img .img_box_r {
    margin-right: 70px;
    max-width: 412px;
  }
}

/* for important news on top_page */

.p-homeHeadNews__title {
    width: 110px; 
    margin-right: 2px;
}
.item_headNews:nth-child(n+2) .p-home__headNews { 
    border-top: 1px dotted #dbbc8f;
}



/* for  */



