@charset "UTF-8";
.mt20 {
  margin-top: 10%;
}

@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  header .ttl {
    padding: 12px 0 12px 20px !important;
  }
}

body {
  background: #000;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.report_contents_box {
  margin-top: 20%;
}

@media screen and (min-width: 768px) {
  .report_contents_box {
    margin-top: 100px;
  }
}

.report_contents_box h2 {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  .report_contents_box h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.report_contents_box h2::before, .report_contents_box h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}

.report_contents_box h2::before {
  margin-right: .4em;
}

.report_contents_box h2::after {
  margin-left: .4em;
}

.report_contents_box .report_contents_innnerbox {
  margin: 0 3%;
}

@media screen and (min-width: 768px) {
  .report_contents_box .report_contents_innnerbox {
    display: flex;
    align-items: center;
  }
}

.report_contents_box .report_contents_innnerbox2 {
  margin: 10% 3% 0;
}

@media screen and (min-width: 768px) {
  .report_contents_box .report_contents_innnerbox2 {
    text-align: center;
    margin: 50px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .report_contents_box .report_contents_innnerbox2 .report_ballon {
    text-align: center;
    width: 650px;
    margin: 0 auto;
    font-size: 22px;
  }
}

.report_contents_box .report_ballon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  /* 吹き出し本体 */
  /* 画像 - 絶対配置で左上に配置 */
  /* 三角アイコン */
  /* 吹き出し本体 */
  /* 画像 - 絶対配置で右上に配置 */
  /* 三角アイコン */
}

.report_contents_box .report_ballon .report_icon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.report_contents_box .report_ballon .report_icon img {
  width: 100%;
  height: auto;
}

.report_contents_box .report_ballon .report_icon_chatting {
  width: 100%;
}

.report_contents_box .report_ballon .report_icon_chatting .report_icon_says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  background: #fff;
  color: #000;
  text-align: left;
}

.report_contents_box .report_ballon .report_icon_chatting .report_icon_says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}

.report_contents_box .report_ballon .report_icon_chatting .report_icon_says p {
  margin: 0;
  padding: 0;
}

.report_contents_box .report_ballon .balloon1 {
  position: relative;
  padding: 10px;
  color: #000;
  background-color: #fff;
  margin-left: 62px;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.report_contents_box .report_ballon .balloon1 .icon {
  position: absolute;
  left: -62px;
  top: 0;
}

.report_contents_box .report_ballon .balloon1 .icon img {
  width: 50px;
}

.report_contents_box .report_ballon .balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.report_contents_box .report_ballon .balloon2 {
  position: relative;
  padding: 10px;
  color: #000;
  background-color: #fff;
  margin-right: 62px;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.report_contents_box .report_ballon .balloon2 .icon {
  position: absolute;
  right: -62px;
  top: 0;
}

.report_contents_box .report_ballon .balloon2 .icon img {
  width: 50px;
}

.report_contents_box .report_ballon .balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -9px;
  top: 10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.report_contents_box .report_h3 {
  color: #bc9946;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .report_contents_box .report_h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .report_contents_box .contents_left, .report_contents_box .contents_right {
    width: 47%;
  }
}

.report_contents_box .contents_right {
  margin-top: 15%;
}

@media screen and (min-width: 768px) {
  .report_contents_box .contents_right {
    margin-top: 0;
    margin-left: 6%;
  }
}

.report_contents_box .report_comment {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #fff;
}

.report_contents_box .report_comment li {
  margin-top: 5%;
}

@media screen and (min-width: 768px) {
  .report_contents_box .report_comment li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  article {
    width: 1200px;
    margin: 0 auto;
  }
}

article #report_mv {
  text-align: center;
  padding: 3%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  article #report_mv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

article #report_mv h1 {
  font-weight: 300;
  font-size: 29px;
  font-size: 9.0625vw;
}

@media screen and (min-width: 768px) {
  article #report_mv h1 {
    font-size: 58px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  article #report_mv p {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  article #report_mv h1, article #report_mv p {
    text-align: left;
  }
}

article #report_mv img {
  width: 80%;
  margin-top: 10%;
}

@media screen and (min-width: 768px) {
  article #report_mv img {
    width: 480px;
    margin-top: 0;
  }
}

article .report_item_contents {
  margin: 20% 3% 0;
}

@media screen and (min-width: 768px) {
  article .report_item_contents {
    margin-top: 100px;
  }
}

article .report_item_contents h2 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 768px) {
  article .report_item_contents h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

article .report_item_contents .report_item {
  margin: 10% 3% 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  article .report_item_contents .report_item {
    margin-top: 50px;
  }
}

article .report_item_contents .report_item .report_item_box {
  width: 47%;
  text-align: center;
}

article .report_item_contents .report_item .report_item_box h3 {
  margin-top: 10%;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  font-size: 4.6875vw;
}

@media screen and (min-width: 768px) {
  article .report_item_contents .report_item .report_item_box h3 {
    font-size: 26px;
    margin-top: 25px;
  }
}

article .report_item_contents .report_item .report_item_box .report_item_button {
  border: 1px solid #bc9946;
  background: #000;
  padding: 3%;
  margin-top: 10%;
  position: relative;
}

@media screen and (min-width: 768px) {
  article .report_item_contents .report_item .report_item_box .report_item_button {
    margin: 25px auto 0;
    padding: 10px 10px 10px 0;
    width: 200px;
  }
}

article .report_item_contents .report_item .report_item_box .report_item_button a {
  color: #bc9946;
  text-decoration: none;
  font-size: 12px;
  font-size: 3.75vw;
}

@media screen and (min-width: 768px) {
  article .report_item_contents .report_item .report_item_box .report_item_button a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  article .report_item_contents .report_item .report_item_box .report_item_button:hover {
    background: #bc9946;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (min-width: 1025px) {
  article .report_item_contents .report_item .report_item_box .report_item_button:hover a {
    color: #fff;
  }
}

@media screen and (min-width: 1025px) {
  article .report_item_contents .report_item .report_item_box .report_item_button:hover::after {
    color: #fff;
  }
}

article .report_item_contents .report_item .report_item_box .report_item_button::after {
  content: ">";
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #bc9946;
}

@media screen and (min-width: 768px) {
  article .report_item_contents .report_item .report_item_box .report_item_button::after {
    position: absolute;
    top: 45%;
  }
}

article #contents1 .contents1_left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  article #contents1 .contents1_left {
    width: 600px;
    margin-right: 50px;
  }
}

article #contents1 .contents1_left .contents1_graph {
  width: 75%;
}

article #contents1 .contents1_right {
  margin-top: 15%;
}

@media screen and (min-width: 768px) {
  article #contents1 .contents1_right {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  article .age_graph {
    width: 90%;
  }
}

article .age_image {
  margin-top: 5%;
}

@media screen and (min-width: 768px) {
  article .age_image {
    margin-top: 20px;
  }
}

article .profession {
  border: 1px solid #bc9946;
  margin: 5% 0 0;
  padding: 3%;
}

@media screen and (min-width: 768px) {
  article .profession {
    padding: 10px;
    margin: 20px 0 0;
  }
}

article .profession table {
  width: 100%;
}

article .profession th, article .profession td {
  padding: 10px;
}

article .profession td {
  color: #fff;
}

article .profession th {
  background: #bc9946;
  width: 75px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  article .profession th, article .profession td {
    padding: 2%;
    width: 96%;
    display: block;
    border-top: none;
  }
  article .profession th {
    text-align: center;
  }
}

article .report_use {
  border: 1px solid #fff;
  margin: 10% 3% 0;
}

@media screen and (min-width: 768px) {
  article .report_use {
    margin-top: 50px;
  }
}

article .report_use h3 {
  background: #fff;
  font-weight: 300;
  text-align: center;
  padding: 1%;
}

@media screen and (min-width: 768px) {
  article .report_use h3 {
    font-size: 26px;
  }
}

article .report_use .report_use_innnerbox {
  margin: 3%;
}

@media screen and (min-width: 768px) {
  article .report_use .report_use_innnerbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 130px;
  }
}

article .report_use .report_use_innnerbox .report_use_img {
  width: 70%;
  margin: 0 auto;
}

article .report_use .report_use_innnerbox .report_ballon {
  margin-bottom: 0;
}

article #contents4 .report_rank_box li {
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li {
    display: flex;
    margin-bottom: 50px;
  }
}

article #contents4 .report_rank_box li .report_rank_icon {
  background: #bc9946;
  padding: 1%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_icon {
    padding-top: 67px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

article #contents4 .report_rank_box li .report_rank_img {
  height: 160px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_img {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_img img {
    margin-top: -1px;
    zoom: 1.1;
  }
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text {
    margin-left: 20px;
    width: 800px;
  }
}

article #contents4 .report_rank_box li .report_rank_text h3 {
  text-align: center;
  margin-top: 5%;
  color: #fff;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text h3 {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }
}

article #contents4 .report_rank_box li .report_rank_text p {
  color: #fff;
  font-size: 14px;
  font-size: 4.375vw;
  margin-top: 5%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text p {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text2 {
    margin-left: 20px;
    width: 600px;
  }
}

article #contents4 .report_rank_box li .report_rank_text2 h3 {
  text-align: center;
  margin-top: 5%;
  color: #fff;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text2 h3 {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }
}

article #contents4 .report_rank_box li .report_rank_text2 p {
  color: #fff;
  font-size: 14px;
  font-size: 4.375vw;
  margin-top: 5%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text2 p {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_text2_img_box {
    width: 20%;
    margin-left: 3%;
  }
}

article #contents4 .report_rank_box li .report_rank_text2_img_box .report_rank_text2_img {
  margin-top: 5%;
}

article #contents4 .report_rank_box li .report_rank_text2_img_box p {
  color: #fff;
  margin-top: 3%;
  font-size: 80%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_box li .report_rank_textmt {
    margin-top: 20px;
  }
}

article #contents4 .report_rank_info {
  margin: 0 3%;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_info {
    margin: 0;
    font-size: 14px;
  }
}

article #contents4 .report_rank_info img {
  width: 40%;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_info img {
    width: 150px;
    margin-left: 38px;
  }
}

article #contents4 .report_rank_info p {
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_info p {
    float: left;
    margin-top: 45px;
    margin-left: 38px;
  }
}

article #contents4 .report_rank_info .report_rank_info_inner {
  margin-bottom: 10%;
  margin-top: 3%;
}

@media screen and (min-width: 768px) {
  article #contents4 .report_rank_info .report_rank_info_inner {
    clear: both;
    margin-top: 0;
  }
}

footer .pagetop {
  bottom: 50px;
}
