/*============================================================
  TITLE
============================================================*/
.ttl-block {
  position: relative;
  padding: 26vw 0 40vw;
  text-align: center;
}
.ttl-block h1 {
  display: inline-block;
  position: relative;
  font-size: 9.9vw;
  line-height: 1;
  z-index: 10;
}
.ttl-block h1 img {
  margin-top: 3vw;
  width: 24.27vw;
}
.ttl-block h1:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -3.0vw;
  right: -17.6vw;
  width: 16.67vw;
  height: 28.27vw;
  background: url(/ikukyu/library/images/research/illust0.png) no-repeat;
  background-size: contain;
}

.ttl-block p {
  margin-top: 2vw;
  font-size: 3.47vw;
  line-height: 1.54;
}


/*============================================================
  COMMON
============================================================*/
.contents {
  position: relative;
  margin: 27.6vw auto 0;
  padding: 6vw 0 6vw;
  max-width: 89.33vw;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.01);
}
.contents h2 {
  position: absolute;
  top: -21vw;
  padding-bottom: 6.2vw;
  width: 100%;
  text-align: center;
  color: #3464c0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.4;
}
.contents h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 6.67vw;
  background-color: #3464c0;
}
.contents h2 img {
  height: 6.93vw;
}

.contents .inner {
  position: relative;
  margin: 0 auto;
  width: 78.67vw;
}

.frame {
  position: relative;
  margin-top: 5.3vw;
  width: 100%;
  border: 1px solid #3464c0;
  border-radius: 1.33vw;
  text-align: center;
}
.frame .shoulder {
  position: absolute;
  top: -1.07vw;
  left: -1.2vw;
  width: 21.6vw;
}
.frame h4.hdr {
  background-color: #3464c0;
  color: #fff;
  font-size: 5.2vw;
  border-radius: 1vw 1vw 0 0;
}
.frame h5 {
  font-size: 1.38rem;
  line-height: 1.3125;
}
.frame p {
  margin-top: 2vw;
  font-size: 1rem;
  line-height: 1.77;
  text-align: left;
}

.two-conts {
  display: flex;
  transition-duration: 0.5s;
}
.two-conts > div:nth-child(2) {
  position: absolute;
  left: 150%;
}
.two-conts .frame {
  margin-top: 4.8vw;
}

.contents h3 {
  margin-top: 8vw;
  font-size: 1.5rem;
  text-align: center;
}
.contents h3:first-child {
  margin-top: 0;
}
.contents h3 .q {
  display: inline-block;
  padding: 1.6vw 0 1.6vw 7vw;
  background: url(/ikukyu/library/images/research/txt_Q.png) left 2vw no-repeat;
  background-size: 5.23vw;
  border-bottom: 1px solid #0a50a1;
  color: #0a50a1;
  font-size: 1.53rem;
  font-size: 1.42rem;
  letter-spacing: 1px;
  line-height: 1.25;
}
.contents h3 .q + small {
  display: block;
  margin-top: 10px;
  font-size: 1.15rem;
  font-weight: 500;
}


.contents .ranking-list {
  padding: 4vw 0;
}
.contents .ranking-list p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 2vw 0;
  border-bottom: 1px solid #f6f1f1;
  font-weight: bold;
  text-align: left;
  line-height: 1.44;
}
.contents .ranking-list p img {
  margin-right: 2vw;
  width: 9vw;
}
.contents .ranking-list p:nth-child(1) span { color: #f4b816;}
.contents .ranking-list p:nth-child(2) span { color: #b9b9b8;}
.contents .ranking-list p:nth-child(3) span { color: #db904c;}

.contents .centering {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents .centering p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.nv-slide {
  display: flex;
  justify-content: space-around;
  margin-top: 4vw;
  border-bottom: 1px solid #edecec;
}
.nv-slide a {
  color: #3464c0;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 4.8vw;
  text-decoration: none;
  opacity: 0.3;
}
.nv-slide a.__current {
  opacity: 1 !important;
}
.nv-slide a span {
  display: block;
  position: relative;
  padding-bottom: 2.4vw;
  text-align: center;
  line-height: 1;
}
.nv-slide a span:after {
  content: '';
  position: absolute;
  left: calc(50% - 3.335vw);
  bottom: 0;
  display: inline-block;
  width: 6.67vw;
  height: 0.53vw;
  background-color: #3464c0;
}
#ranking .nv-slide a { opacity: 0.18}
.nv-slide a.no1 { color: #f4b816}
.nv-slide a.no2 { color: #b9b9b8}
.nv-slide a.no3 { color: #db904c}
.nv-slide a.no1 span:after { background-color: #f4b816}
.nv-slide a.no2 span:after { background-color: #b9b9b8}
.nv-slide a.no3 span:after { background-color: #db904c}
.nv-slide a.female { color: #fb4e66}
.nv-slide a.female span:after { background-color: #fb4e66}
.nv-slide a span small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.23;
}


.contents .inner > p:first-child {
  font-size: 3.47vw;
  line-height: 1.77;
}
.frame .val,
.no-frame .val {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 5vw 4vw;
}
.frame .val p {
  margin: 0;
  font-size: 3.47vw;
  line-height: 1.5;
  text-align: center;
}
.frame .val p + p {
  margin-top: 3vw;
}
img.percent {
  height: 10vw;
}
.frame.past {
  border-color: #d2d2d2;
}
.frame.past .hdr {
  background-color: #d2d2d2;
}
.frame.result {
  padding: 6.7vw 0;
}
.frame.result p {
  padding-left: 4.4vw;
  padding-right: 4.4vw;
}
.no-frame {
  margin-top: 6vw;
}
.no-frame .hdr {
  font-size: 3.73vw;
  line-height: 1.43;
  text-align: center;
}
.no-frame .hdr span {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #999;
}
.no-frame .hdr small {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.no-frame .val {
  padding-bottom: 0;
}
.fig {
  margin-top: 10.8vw;
  text-align: center;
}
picture {
  display: block;
  text-align: center;
}
.fig1 { width: 79.87vw;}
.fig2 { width: 54.27vw;}
.fig3 { width: 78.53vw;}
.fig4 { width: 78.8vw;}
.fig5 { width: 242.1vw;}
.fig5wrap p {
  width: 242.1vw;
}
.fig5wrap img {
  width: 242.1vw;
  max-width: 242.1vw;
  margin-right: 10.6vw;
}
.arrow {
  margin-top: 5.33vw;
}

/*============================================================
  RANKING
============================================================*/
#ranking {
  margin-top: 0;
}

#ranking h3 {
  margin-left: -5.33vw;
  width: 89.33vw;
}
#ranking .lead {
  margin: 5vw 0 10.67vw;
  line-height: 1.77;
}
#ranking .index4 {
  margin: 3vw auto 0;
  width: 64vw;
}

#ranking .data {
  position: relative;
  margin-top: 6.8vw;
  transition-duration: 0.5s;
}
#ranking .data > div {
  position: relative;
  background-color: #fff;
}
#ranking .data .rank2,
#ranking .data .rank3 {
  position: absolute;
  top: 0;
  width: 100%;
}
#ranking .data .rank2 {
  left: 150%;
}
#ranking .data .rank3 {
  left: 300%;
}

#ranking .data h4 {
  font-size: 1.54rem;
  line-height: 1.2;
}
#ranking .data h4 small {
  display: block;
  font-size: 1rem;
}

#ranking .data .score {
  position: absolute;
  top: 2vw;
  right: 30px;
  font-size: 1.69rem;
  font-weight: bold;
}
#ranking .data .rank1 .score { color: #f4b816;}
#ranking .data .rank2 .score { color: #b9b9b8;}
#ranking .data .rank3 .score { color: #db904c;}

#ranking .data table {
  margin-top: 5px;
  width: 100%;
  border-top: 1px solid #f6f1f1;
}
#ranking .data th,
#ranking .data td {
  height: 11.5vw;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #f6f1f1;
}
#ranking .data td:last-child {
  padding-left: 3vw;
}


#ranking .table {
  margin-top: 6.8vw;
  text-align: center;
}

.scroll-wrap {
  position: relative;
  margin: 0 auto 0 -10.6vw;
  padding: 4vw 10.6vw;
  width: calc(100% + 21.2vw);
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 9.6vw;
  height: 12.93vw;
  background: url(/ikukyu/library/images/common/icn_swipe.png) no-repeat;
  background-size: contain;
  transition: .5s;
}
.scroll-wrap p {
  margin-top: 0;
  width: 155.73vw;
  border-radius: 2vw;
  /* box-shadow: 0px 0vw 3vw 1.5vw rgba(0, 0, 0, 0.1); */
  opacity: 0.5;
}
.scroll-wrap.active p {
  opacity: 1;
}
.scroll-wrap.active::after {
  opacity: 0;
}
#ranking .table .scroll-wrap img {
  width: 155.73vw;
  max-width: 155.73vw;
  margin-right: 10.6vw;
}

.arrow img {
  display: block;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 6.53vw;
}

#ranking .frame {
  margin-top: 4vw;
  padding: 8vw 4vw;
}


/*============================================================
  ABOUT
============================================================*/
#about .answer {
  padding: 4.8vw;
}
#about .answer p {
  margin: 0;
  padding-top: 49vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 46vw;
  text-align: center;
}
#about .a1-1 p { background-image: url(/ikukyu/library/images/research/illust2.png);}
#about .a1-2 p { background-image: url(/ikukyu/library/images/research/illust3.png);}
#about .answer p img {
  height: 11.6vw;
}


/*============================================================
  SUMMARY
============================================================*/
#summary {
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow: none;
}
/* #summary .summary::after {
  content: '';
  display: inline-block;
  width: 18.53vw;
  height: 38.53vw;
  position: absolute;
  top: -0.2vw;
  right: 0;
  background: url(/ikukyu/library/images/research/illust3_sdw.png) center no-repeat;
  background-size: contain;
} */
#summary .summary {
  position: relative;
  margin-top: 9.2vw;
}
#summary .summary h3 {
  font-size: 5.33vw;
}
#summary .summary dl {
  margin-top: 3vw;
  line-height: 1.53;
}
#summary .summary dl dt::first-letter {
  display: inline-block;
  margin-right: 0.25em;
}
#summary .summary dl dd {
  margin-left: 1em;
}
#summary .summary dl dd p {
  margin-top: 0.5em;
  font-size: 85%;
  line-height: 1.5;
}
#summary nav:last-child {
  margin-top: 8vw;
  text-align: center;
}
#summary nav .nv_txt-dl {
  margin-top: 4vw;
}
#summary .summary p {
  margin-top: 0.75em;
  font-size: 2.93vw;
  line-height: 1.5;
}


/*============================================================
  COMMENT
============================================================*/
.comment-conts {
  margin-top: 40vw;
  padding-bottom: 8vw;
}

.comment-conts h2 {
  line-height: 1.5;
  top: -24vw;
}
.comment-conts .inner {
  margin-top: 2vw;
}
.comment-conts h2 img {
  margin-bottom: 2.4vw;
}
.comment-conts .profile {
  padding: 5.2vw 0;
  border-top: 1px solid #dad9d5;
  border-bottom: 1px solid #dad9d5;
  text-align: center;
}
.comment-conts .profile div:nth-child(2) {
  margin-left: 0;
  text-align: left;
}
.comment-conts .profile h3 {
  margin-bottom: 4vw;
  line-height: 1;
  text-align: center;
}
.comment-conts .profile h3 img {
  width: 23.73vw;
}
.comment-conts .profile p img {
  width: 52vw;
}
.comment-conts .profile h4 {
  margin: 2vw 0 1vw;
  font-size: 1rem;
  text-align: center
}
.comment-conts .profile p {
  font-size: 0.77rem;
  line-height: 2;
}
.comment-conts .interview {
  display: none;
  margin-top: 8vw;
  padding-bottom: 10vw;
  border-bottom: 1px solid #d2d2d2;
}
.comment-conts .interview h3 {
  color: #3464c0;
  font-size: 4.53vw;
}
.comment-conts .interview h3 span {
  display: inline-block;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #3464c0;
}
.comment-conts .interview p {
  margin-top: 5.33vw;
  font-size: 0.92rem;
  line-height: 1.67;
}
.comment-conts .interview p:first-child {
  margin-top: 0;
}
.comment-conts .interview p em {
  font-style: normal;
}
.comment-conts .interview p a {
  word-break: break-all;
}
.comment-conts nav {
  margin-top: 8vw;
  text-align: center;
}

#comment2 {
  margin-top: 8vw;
}


/*============================================================
  DEBUG
============================================================*/
/*
body {
  background: url(/ikukyu/library/images/SP_research.jpg) center top no-repeat;
  background-size: 100vw;
}
*/
