@charset "UTF-8";
/* ----------------------------------------------------
  カテゴリートップ
---------------------------------------------------- */
.content_top.header h1 {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(630 / 750 * 100%);
}

.content_top.header h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------
  data共通
---------------------------------------------------- */
#main_contents .btn_wrap {
  margin: 50px auto 60px;
}

#main_contents .btn_area {
  position: relative;
  top: 0;
  margin: 0 auto 30px;
  display: block;
  height: 180px;
  max-width: 420px;
}

#main_contents .btn_area a {
  display: block;
}

#main_contents .btn-white {
  width: 100%;
  height: 185px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 11px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
  position: absolute;
  top: 1px;
  left: 2px;
}

#main_contents .btn-back {
  background-color: #fff;
  height: 180px;
  border-radius: 8px;
  display: flex;
  padding: 10px 20px 15px 15px;
}

#main_contents .btn-back span {
  display: block;
  font-weight: bold;
}

#main_contents .btn-inner {
  width: 100%;
  height: 180px;
  padding: 5px;
  border: solid 2px #222;
  box-sizing: border-box;
  border-radius: 8px;
  position: absolute;
  top: -3px;
  left: -2px;
}

#main_contents .btn {
  box-sizing: border-box;
  border-radius: 10px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#main_contents .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: -8px;
}

#main_contents .btn_area:hover {
  top: 10px;
}

#main_contents .btn_area a:hover > .btn-white {
  background-image: none;
  background-color: #fdffe2;
}

#main_contents .btn_area a:hover > .btn-white .btn-back {
  background-color: #fdffe2;
}

/* ----------------------------------------------------
  top
---------------------------------------------------- */
.data-summary {
  background-image: url(https://woman-type.jp/academia/img/data-img/sp/yellow.png);
  background-repeat: repeat;
  padding: 10px 3%;
}

.data-summary .lead {
  margin: 20px 0 30px;
  font-size: 15px;
}

.data-summary ul {
  margin: 0 10px;
}

.data-summary .wrap {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-left: 3%;
}

.data-summary h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1px;
}

.data-summary .btn_area p {
  font-size: 12px;
  width: 100%;
}

.data-summary .btn_area p.number {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
}

.data-summary .btn_area p.date {
  text-align: right;
  font-size: 12px;
}

.data-summary .line {
  height: 1px;
  background-color: #222222;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, white 6px, white 13px);
}

.attention {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.attention p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
}

.attention p.title {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}

.attention p.title::before {
  content: "";
  background-image: url(https://woman-type.jp/academia/img/data-img/sp/left.png);
  background-repeat: no-repeat;
  width: 15.5px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.attention p.title::after {
  content: "";
  background-image: url(https://woman-type.jp/academia/img/data-img/sp/right.png);
  background-repeat: no-repeat;
  width: 15.5px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.attention a:link, .attention a:visited {
  color: #06c;
  text-decoration: none;
}

@media screen and (min-width: 420px) {
  #main_contents .btn_area {
    height: 200px;
  }
  #main_contents .btn-white {
    height: 205px;
  }
  #main_contents .btn-back {
    height: 200px;
  }
  #main_contents .btn-inner {
    height: 200px;
  }
}

/* ----------------------------------------------------
  main_area
---------------------------------------------------- */
.main_area {
  background-image: url(https://woman-type.jp/academia/img/data-img/sp/yellow.png);
  background-repeat: repeat;
  padding: 10px 3%;
}

.main_area.single {
  margin-bottom: 20px;
}

.main_area .main_inner {
  max-width: 420px;
  margin: 0 auto;
}

.main_area .header {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  margin: 10px;
  align-items: flex-start;
}

.main_area .header h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1px;
}

.main_area .header h1 span {
  font-weight: bold;
}

.main_area .header .wrap {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}

.main_area .header .wrap p {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}

.main_area .header .wrap p.number {
  font-size: 13px;
  letter-spacing: 4px;
}

.main_area .header .wrap p.date {
  text-align: right;
  font-weight: normal;
}

.main_area .about {
  font-size: 14px;
  margin: 25px 0 40px;
}

.main_area .discovery {
  border: solid 2px #000;
  border-radius: 5px;
  position: relative;
  padding: 25px 10px 10px;
}

.main_area .discovery p {
  word-break: break-all;
}

.main_area .discovery p.title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -12px;
  text-align: center;
}

.main_area .discovery p.title span {
  display: inline;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
}

.main_area .discovery p.summary {
  font-size: 17px;
  font-weight: bold;
  color: #e9538d;
  text-align: center;
  margin-bottom: 15px;
}

.main_area .discovery p.summary span {
  font-weight: bold;
}

.main_area ul {
  margin-bottom: 40px;
}

.main_area .qa h2 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main_area .qa h2.layout {
  margin: 0 0 30px;
}

.main_area .qa h2 span {
  display: block;
  font-weight: bold;
}

.main_area .qa h2 span.mark {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff9dbb 60%);
}

.main_area .qa .multiple p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.main_area .qa .article-image {
  margin: 30px 0 20px;
}

.main_area .qa p.center-bold {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
}

.main_area .qa .multiple img {
  margin-top: 0;
}

.main_area .answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.main_area .answer dl {
  background-color: #fff;
  border-radius: 8px;
  width: 48%;
  margin-bottom: 15px;
  padding: 20px 10px 10px;
}

.main_area .answer dl:nth-of-type(1) dt, .main_area .answer dl:nth-of-type(4n+1) dt {
  color: #74c6ae;
}

.main_area .answer dl:nth-of-type(2) dt, .main_area .answer dl:nth-of-type(4n+2) dt {
  color: #7ab6c3;
}

.main_area .answer dl:nth-of-type(3) dt, .main_area .answer dl:nth-of-type(4n+3) dt {
  color: #ec6e9d;
}

.main_area .answer dl:nth-of-type(4n) dt {
  color: #c5d47f;
}

.main_area .answer dd {
  font-weight: bold;
}

.main_area .answer dd span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.main_area .answer dt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.main_area .other {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin: 10px 10px 30px;
}

.main_area .other dd {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

.main_area .other dd:nth-of-type(2) {
  display: block;
  height: auto;
  margin-top: 20px;
}

.main_area .other dd span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.main_area .other dt {
  margin-top: 0;
  font-size: 16px;
  display: inline;
  background-color: #39abe3;
  border-radius: 5px;
  color: #fff;
  padding: 5px 8px;
  font-weight: bold;
}

.main_area .line {
  height: 1px;
  background-color: #222222;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, white 6px, white 13px);
}

.main_area .return {
  text-align: right;
  margin: 15px 0 30px;
}

.main_area .return a:link, .main_area .return a:visited {
  color: #e95c89;
  text-decoration: underline;
  font-weight: bold;
  text-align: right;
  font-size: 12px;
}

.main_area .return a::after {
  content: ">>";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  margin-left: 4px;
}

@media screen and (max-width: 374px) {
  .data-summary h2 {
    font-size: 24px;
  }
  .main_area .header h1 {
    font-size: 28px;
  }
  .main_area .discovery p.summary, .main_area .qa h2 {
    font-size: 16px;
  }
  .main_area .qa h2 span.mark {
    font-size: 20px;
  }
}

/* icon */
.header .icon {
  width: 23%;
  margin: auto 0;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(262 / 140 * 23%);
}

.header .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.btn-back figure {
  width: 23%;
  margin: auto;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(262 / 140 * 23%);
}

.btn-back figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.btn-back figure img {
  bottom: 0;
  margin: auto;
}
