@charset "UTF-8";
/* 濃い色 */
/* ゴールド */
/* グリーン */
/* レッド */
/* グリーン2 */
/* レッド2 */
/* 濃いゴールド */
/* 薄いグリーン */
/* 濃いシアン */
/* 30px 見出し文字サイズ */
/* 12px 注意事項など */
@keyframes accSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] [data-acc=slideDown] {
  animation: accSlideDown 0.3s ease-in forwards;
}

[data-acc=slideDown] {
  overflow: hidden;
}

details summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

#mainv {
  background: #00ad9c;
  margin: 0 0 60px;
}
#mainv .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  height: 220px;
  background: url(../images/data/mainv_p_01.jpg) no-repeat;
  background-size: 400px 220px;
  background-position: top left;
  position: relative;
}
@media (max-width: 750px) {
  #mainv .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#mainv .subContents h1 {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: calc(50% - 100px);
  transform: translateY(-50%);
}

#data-nav {
  margin: 0 0 80px;
}
#data-nav .subContents {
  width: 980px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #data-nav .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#data-nav .subContents ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#data-nav .subContents ul li a {
  font-size: 24px;
  font-weight: bold;
  width: 475px;
  text-decoration: none;
  background: #FFF;
  border: solid 2px;
  border-radius: 12px;
  padding: 25px 0 50px;
  display: block;
  position: relative;
}
#data-nav .subContents ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #01a052;
  border-right: solid 2px #01a052;
  position: absolute;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%) rotate(135deg);
}
#data-nav .subContents ul li:first-child a {
  color: #3491D1;
  border-color: #3491D1;
}
#data-nav .subContents ul li:first-child a::before {
  border-top: solid 2px #3491D1;
  border-right: solid 2px #3491D1;
}
#data-nav .subContents ul li:last-child a {
  color: #F26284;
  border-color: #F26284;
}
#data-nav .subContents ul li:last-child a::before {
  border-top: solid 2px #F26284;
  border-right: solid 2px #F26284;
}

.h-type03 {
  font-size: 24px;
  font-weight: bold;
  border: solid 1px;
  margin: 0 0 30px;
  padding: 10px 0;
}

.h-type04 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px;
}

.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner > div {
  width: 470px;
}
.inner > div .wrap {
  background: #FFF;
  border: solid 1px #EEE;
  border-radius: 8px;
  margin: 0 0 40px;
  padding: 35px 38px;
}
.inner > div .wrap .heading {
  font-size: 28px;
  margin: 0 0 25px;
}
.inner > div .wrap figure img {
  /*width: 100%;*/
}
.inner > div .wrap .note {
  color: #999;
  font-size: 12px;
  text-align: left;
}

.canvasjs-chart-credit {
  display: none !important;
}

.chart-container {
  position: relative;
  margin: auto;
}

.chart-title {
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

#chartMaleTitle {
  color: rgb(82, 201, 221);
}

#chartFemaleTitle {
  color: rgb(246, 105, 173);
}

.large-text {
  font-size: 40px;
}

.small-text {
  font-size: 20px;
}

.fchart {
  width: 100%;
  height: auto;
  display: block;
}

.legend-mf {
  color: #555;
  font-size: 13px;
  margin: 0 0 8px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.legend-mf span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.legend-mf i {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
}

.donut-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.donut-legend {
  font-size: 13px;
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.donut-legend li {
  color: #333;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.donut-legend i {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex: 0 0 auto;
}
.donut-legend .lbl {
  flex: 1;
}
.donut-legend .val {
  color: #555;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}

#member {
  margin: 0 0 60px;
}
#member .subContents {
  width: 980px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  #member .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#member .subContents .h-type03 {
  color: #3491D1;
  border-color: #3491D1;
}
#member .subContents .lead {
  font-size: 18px;
  margin: 0 0 30px;
}
#member .subContents .taisho .h-type04 {
  color: #3491D1;
}
#member .subContents .taisho .num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 50px;
  line-height: 1.22;
  margin: 0 0 25px;
  padding: 0 0 0 100px;
  display: inline-block;
  position: relative;
}
#member .subContents .taisho .num span {
  font-size: 77px;
}
#member .subContents .taisho .num::before {
  content: "";
  width: 79px;
  height: 71px;
  background: url("../images/data/s_member_icon.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#member .subContents .taisho .note {
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1.67;
  width: 550px;
  margin: 0 auto 45px;
}
#member .subContents .area .balloon {
  font-size: 16px;
  text-align: left;
  background: #FBF5B7;
  border-radius: 12px;
  margin: 0 0 43px;
  padding: 25px 60px;
  display: inline-block;
  position: relative;
}
#member .subContents .area .balloon span {
  color: #F26284;
}
#member .subContents .area .balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #FBF5B7;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#member .subContents .area .table {
  margin: 0 0 25px;
}
#member .subContents .area .table table {
  width: 760px;
  font-size: 20px;
  margin: 0 auto;
}
#member .subContents .area .table table tr th {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  background: #3aaa7a;
  border: solid 1px #b7b7b7;
  padding: 5px 10px;
}
#member .subContents .area .table table tr th[colspan="2"] {
  color: #fff;
  text-align: center;
  background: #3aaa7a;
}
#member .subContents .area .table table tr th[colspan="2"] label {
  font-weight: normal;
  display: inline-block;
}
#member .subContents .area .table table tr th[colspan="2"] span {
  font-weight: bold;
  width: 6em;
  display: inline-block;
}
#member .subContents .area .table table tr td {
  text-align: right;
  background: #fff;
  border: solid 1px #b7b7b7;
  padding: 5px 40px;
}
#member .subContents .area .table table tr td label {
  width: 6em;
  display: inline-block;
}
#member .subContents .area .table table tr td span {
  width: 5em;
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
#member .subContents .area .table table tr.even td {
  background: #F4F4F4;
}
#member .subContents .area .table .note {
  text-align: right;
  margin: 5px auto 0;
}
#member .subContents .area .note {
  color: #666;
  font-size: 12px;
  text-align: left;
  line-height: 1.67;
  width: 760px;
  margin: 0 auto 55px;
}
#member .subContents .zisha .kaki {
  width: 100%;
}
#member .subContents .zisha .kaki h4 {
  color: #999;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #999;
  border-radius: 6px;
  margin: 0 auto 60px;
  padding: 12px 57px;
  display: inline-block;
}
#member .subContents .zisha .wrap figure {
  margin-bottom: 30px;
}
#member .subContents .zisha .wrap .ovview {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}
#member .subContents .zisha .wrap .ovview span {
  background: linear-gradient(transparent 60%, #fdf783 60%);
}
#member .subContents .zisha .wrap .note {
  line-height: 1.5;
}
#member .subContents .zisha .schoolcareer .wrap figure {
  width: 384px;
}
#member .subContents .zisha .age .wrap figure {
  width: 397px;
}
#member .subContents .zisha .occupation {
  width: 100%;
}
#member .subContents .zisha .occupation .wrap {
  width: 100%;
  padding: 35px 30px;
}
#member .subContents .zisha .occupation .wrap > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .subContents .zisha .occupation .wrap > div .male {
  width: 49%;
}
#member .subContents .zisha .occupation .wrap > div .male figure {
  width: 100%;
}
#member .subContents .zisha .occupation .wrap > div .female {
  width: 49%;
}
#member .subContents .zisha .occupation .wrap > div .female figure {
  width: 100%;
}
#member .subContents .zisha .occupation .wrap > div .note {
  width: 100%;
}
#member .subContents .zisha .income1 .wrap figure {
  width: 366px;
}
#member .subContents .zisha .income2 .wrap figure {
  width: 384px;
}

#divider {
  height: 260px;
  background: url("../images/data/image01.jpg") no-repeat center top;
  margin: 0 0 90px;
}

#seikon .subContents {
  width: 980px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  #seikon .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#seikon .subContents .h-type03 {
  color: #F9708C;
  border-collapse: #F9708C;
}
#seikon .subContents .lead {
  font-size: 18px;
  margin: 0 0 50px;
}
#seikon .subContents h3 {
  font-size: 28px;
  margin: 0 0 25px;
}
#seikon .subContents .coupleTable {
  margin-bottom: 180px;
}
#seikon .subContents .rateBlock {
  text-align: left;
  margin: 0 40px 70px;
}
#seikon .subContents .rateBlock .rate {
  margin-bottom: 70px;
}
#seikon .subContents .rateBlock .rate h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 15px 0;
}
#seikon .subContents .rateBlock .rate.nai h3 {
  background: linear-gradient(to right, rgb(211, 184, 87) 0%, rgb(179, 128, 49) 100%);
}
#seikon .subContents .rateBlock .rate.gai h3 {
  background: #f08bac;
}
#seikon .subContents .rateBlock .rate.gai h3 .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#seikon .subContents .rateBlock .rate .subtit {
  text-align: center;
  margin-bottom: 30px;
}
#seikon .subContents .rateBlock .rate.gai .subtit span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f9dde7 60%);
}
#seikon .subContents .rateBlock .rate > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#seikon .subContents .rateBlock .rate > div figure {
  width: 288px;
}
#seikon .subContents .rateBlock .rate > div figure img {
  /*width: 100%;*/
}
#seikon .subContents .rateBlock .rate > div .text {
  width: 520px;
  margin-right: 40px;
}
#seikon .subContents .rateBlock .rate > div .text .num {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#seikon .subContents .rateBlock .rate > div .text .kome {
  color: #666;
  font-size: 0.75rem;
  text-align: right;
}
#seikon .subContents .rateBlock .rate > div .text ol {
  margin-top: 30px;
}
#seikon .subContents .rateBlock .rate > div .text ol li {
  font-size: 0.75rem;
  text-indent: -2.5em;
  line-height: 1.5;
  padding-left: 2.5em;
  margin-bottom: 5px;
}
#seikon .subContents .rateBlock .rate.nai > div .text .num {
  font-size: 34px;
}
#seikon .subContents .rateBlock .rate.nai > div .text .num span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  color: #bf9159;
  font-size: 176%;
}
#seikon .subContents .rateBlock .rate.gai > div .text {
  margin-right: 0;
}
#seikon .subContents .rateBlock .rate.gai > div .text .num {
  font-size: 34px;
  white-space: nowrap;
}
#seikon .subContents .rateBlock .rate.gai > div .text .num span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  color: #bf9159;
  font-size: 147%;
}
#seikon .subContents .rateBlock .rateMatome {
  font-size: 20px;
  text-align: center;
  border: solid 2px #f08bac;
  border-radius: 8px;
  padding: 10px 40px;
}
#seikon .subContents .rateBlock .rateMatome span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
#seikon .subContents .rateBlock .rateMatome span span {
  color: #ea6383;
}
#seikon .subContents .rateBlock .kaki {
  text-align: center;
  margin: 60px 0 0;
}
#seikon .subContents .rateBlock .kaki h4 {
  color: #999;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 10px 55px;
  display: inline-block;
}
#seikon .subContents .graph {
  margin: 0 0 50px;
}
#seikon .subContents .graph div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#seikon .subContents .graph div .wrap {
  margin-top: auto;
  padding: 30px 22px 15px;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}
#seikon .subContents .graph div .wrap figure {
  margin-top: auto;
}
#seikon .subContents .graph div .wrap .note {
  margin-top: 10px;
}
#seikon .subContents .graph .zaiseki1 .wrap {
  height: 760px;
}
#seikon .subContents .graph .zaiseki1 .wrap .num {
  color: #F26284;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.56;
  margin: 0 0 26px;
}
#seikon .subContents .graph .zaiseki1 .wrap .num span {
  color: #333;
  font-size: 36px;
}
#seikon .subContents .graph .zaiseki1 .wrap .num span span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
}
#seikon .subContents .graph .zaiseki1 .wrap figure {
  width: 426px;
}
#seikon .subContents .graph .zaiseki2 .wrap {
  height: 760px;
}
#seikon .subContents .graph .zaiseki2 .wrap .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
}
#seikon .subContents .graph .zaiseki2 .wrap .num span {
  font-size: 48px;
}
#seikon .subContents .graph .zaiseki2 .wrap .num span span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
}
#seikon .subContents .graph .zaiseki2 .wrap .num .pink {
  color: #F26284;
  font-size: 30px;
}
#seikon .subContents .graph .zaiseki2 .wrap .intop {
  margin-top: 26px;
}
#seikon .subContents .graph .omiai .wrap {
  height: 730px;
}
#seikon .subContents .graph .omiai .wrap .num {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.56;
  margin: 0 0 40px;
}
#seikon .subContents .graph .omiai .wrap .num .em {
  font-size: 28px;
  text-decoration: none;
}
#seikon .subContents .graph .omiai .wrap .num .em span:first-child {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
  vertical-align: text-bottom;
}
#seikon .subContents .graph .omiai .wrap .num .em span:last-child {
  font-size: 50px;
  line-height: 1;
}
#seikon .subContents .graph .omiai .wrap .num .pink {
  color: #F26284;
}
#seikon .subContents .graph .omiai .wrap figure {
  width: 426px;
}
#seikon .subContents .graph .kousai .wrap {
  height: 730px;
}
#seikon .subContents .graph .kousai .wrap .num {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.56;
  margin: 0 0 40px;
}
#seikon .subContents .graph .kousai .wrap .num .em {
  font-size: 28px;
  text-decoration: none;
}
#seikon .subContents .graph .kousai .wrap .num .em span:first-child {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
  vertical-align: text-bottom;
}
#seikon .subContents .graph .kousai .wrap .num .em span:last-child {
  font-size: 50px;
  line-height: 1;
}
#seikon .subContents .graph .kousai .wrap .num .pink {
  color: #F26284;
}
#seikon .subContents .graph .kousai .wrap figure {
  width: 426px;
}

#voice {
  background: #ECF4F8;
  margin: 0 0 120px;
  padding: 80px 0 100px;
}
#voice .subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #voice .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#voice .subContents .h-type01::before {
  content: "USER VOICE";
}
#voice .subContents ul {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#voice .subContents ul li {
  width: 350px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#voice .subContents ul li figure img {
  width: 100%;
}
#voice .subContents ul li figure + div {
  padding: 10px;
}
#voice .subContents ul li figure + div table {
  width: 100%;
  margin-bottom: 10px;
}
#voice .subContents ul li figure + div table th {
  color: #bf9159;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
}
#voice .subContents ul li figure + div table td {
  font-weight: bold;
  width: 33%;
  padding: 5px;
}
#voice .subContents ul li figure + div table td .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
#voice .subContents ul li figure + div table td.kousai {
  color: #ff80af;
}
#voice .subContents ul li figure + div table td.kousai .icon {
  fill: #ff80af;
}
#voice .subContents ul li figure + div table td.male {
  color: #009de2;
}
#voice .subContents ul li figure + div table td.male .icon {
  fill: #009de2;
}
#voice .subContents ul li figure + div table td.female {
  color: #ff80af;
}
#voice .subContents ul li figure + div table td.female .icon {
  fill: #ff80af;
}
#voice .subContents ul li figure + div table tr:first-child th,
#voice .subContents ul li figure + div table tr:first-child td {
  border-bottom: solid 1px #dbdbdb;
}
#voice .subContents ul li figure + div .name {
  font-size: 14px;
  line-height: 1.43;
}
#voice .subContents ul li figure + div .note {
  font-size: 13px;
  text-align: right;
}
#voice .subContents ul li figure + div .note span {
  padding-right: 1em;
  position: relative;
}
#voice .subContents ul li figure + div .note span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.15em);
  right: 3px;
}
#voice .subContents .btn {
  text-align: center;
}
#voice .subContents .btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #3aaa7a;
  border-radius: 50px;
  border: solid 1px #3aaa7a;
  padding: 13px 170px 13px 30px;
  position: relative;
  transition: all 0.3s;
}
#voice .subContents .btn a:hover {
  color: #3aaa7a;
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  #voice .subContents .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
#voice .subContents .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#voice .subContents .btn a:hover::after {
  border-color: #3aaa7a;
  right: 10px;
}

#contact {
  padding-bottom: 50px;
}
#contact .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  #contact .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#contact .subContents .head {
  font-size: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  margin: 0 0 35px;
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
#contact .subContents .head::before, #contact .subContents .head::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-20deg) translateY(-50%);
}
#contact .subContents .head::after {
  left: auto;
  right: 0;
  top: 50%;
  transform: rotate(20deg) translateY(-50%);
}
#contact .subContents .btn-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
#contact .subContents .btn-text span {
  color: #ff4d50;
}
#contact .subContents ul {
  display: flex;
  justify-content: space-between;
}
#contact .subContents ul li {
  width: 384px;
}
#contact .subContents ul li img {
  width: 100%;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 751px) {
  #mainv {
    margin: 0 0 8.4vw;
  }
  #mainv .subContents {
    height: 26.4vw;
    background-image: url(../images/data/mainv_p_01_sp.jpg);
    background-size: 30vw 26.4vw;
  }
  #mainv .subContents h1 {
    font-size: 4.5vw;
    line-height: 1.5;
    left: 35vw;
  }
  #data-nav {
    margin: 0 0 12vw;
  }
  #data-nav .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #data-nav .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #data-nav .subContents ul li a {
    width: 44vw;
    font-size: 4vw;
    line-height: 1.25;
    border-radius: 1.2vw;
    padding: 4.2vw 0 8.4vw;
    box-sizing: border-box;
  }
  #data-nav .subContents ul li a::before {
    width: 2.5vw;
    height: 2.5vw;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%) rotate(135deg);
  }
  #data-nav .subContents ul li:first-child a {
    padding: 6.6vw 0 10.8vw;
  }
  .h-type03 {
    font-size: 1.71rem;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-left: transparent;
    border-right: transparent;
    margin: 0 0 3.6vw;
    padding: 3vw 0;
  }
  .h-type04 {
    font-size: 1.92rem;
    margin: 0 0 3.5vw;
  }
  .inner > div {
    width: 100%;
  }
  .inner > div .wrap {
    border-radius: 1.7vw;
    margin: 0 0 4.8vw;
    padding: 5vw 7.2vw;
  }
  .inner > div .wrap .heading {
    font-size: 5.8vw;
    margin: 0 0 6vw;
  }
  .inner > div .wrap figure {
    width: 100%;
  }
  .inner > div .wrap figure img {
    width: 100%;
  }
  .inner > div .wrap .note {
    font-size: 0.71rem;
  }
  #member {
    margin: 0 0 10vw;
  }
  #member .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #member .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #member .subContents .lead {
    font-size: 1.14rem;
    margin: 0 0 6vw;
  }
  #member .subContents .taisho .h-type04 {
    margin: 0;
  }
  #member .subContents .taisho .num {
    font-size: 10vw;
    margin: 0 0 3vw;
    padding: 0 0 0 20.2vw;
  }
  #member .subContents .taisho .num span {
    font-size: 15.4vw;
  }
  #member .subContents .taisho .num::before {
    width: 16vw;
    height: 14.2vw;
  }
  #member .subContents .taisho .note {
    width: 100%;
    text-align: left;
    margin: 0 0 8vw;
  }
  #member .subContents .area .balloon {
    font-size: 1.07rem;
    border-radius: 2.4vw;
    margin: 0 0 7.8vw;
    padding: 3.8vw 5.9vw;
  }
  #member .subContents .area .balloon::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 2.9vw solid #FBF5B7;
    bottom: -2.7vw;
  }
  #member .subContents .area .table {
    margin-bottom: 5vw;
  }
  #member .subContents .area .table table {
    width: 100%;
    font-size: 16px;
  }
  #member .subContents .area .table table tr th {
    font-size: 0.75em;
    width: calc(6em + 10px);
    padding: 8px 5px;
  }
  #member .subContents .area .table table tr th[colspan="2"] label {
    width: 8em;
  }
  #member .subContents .area .table table tr th[colspan="2"] span {
    width: 9em;
  }
  #member .subContents .area .table table tr td {
    font-size: 3.5vw;
    padding: 8px 10px;
  }
  #member .subContents .area .table .note {
    margin: 2vw 0 0;
  }
  #member .subContents .area .note {
    font-size: 0.78rem;
    line-height: 1.77;
    width: 100%;
    margin: 0 0 8.7vw;
  }
  #member .subContents .zisha .kaki {
    width: 100%;
  }
  #member .subContents .zisha .kaki h4 {
    font-size: 0.78rem;
    width: 100%;
    border-radius: 1.2vw;
    margin: 0 auto 10vw;
    padding: 2.5vw 0;
  }
  #member .subContents .zisha .wrap figure {
    margin-bottom: 6vw;
  }
  #member .subContents .zisha .wrap .ovview {
    font-size: 16px;
    margin-bottom: 3vw;
  }
  #member .subContents .zisha .schoolcareer .wrap figure {
    width: 100%;
  }
  #member .subContents .zisha .age .wrap figure {
    width: 100%;
  }
  #member .subContents .zisha .occupation {
    width: 100%;
  }
  #member .subContents .zisha .occupation .wrap {
    width: 100%;
    padding: 5vw 7.2vw;
  }
  #member .subContents .zisha .occupation .wrap > div {
    display: block;
  }
  #member .subContents .zisha .occupation .wrap > div .male {
    width: 100%;
  }
  #member .subContents .zisha .occupation .wrap > div .female {
    width: 100%;
  }
  #member .subContents .zisha .income1 .wrap figure {
    width: 100%;
  }
  #member .subContents .zisha .income2 .wrap figure {
    width: 100%;
  }
  #divider {
    height: 55.5vw;
    background-size: auto 55.5vw;
    margin: 0 calc(50% - 50vw) 14.3vw;
  }
  #seikon .subContents {
    width: 980px;
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #seikon .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #seikon .subContents .lead {
    font-size: 1.14rem;
    margin: 0 0 10vw;
  }
  #seikon .subContents h3 {
    font-size: 1.71rem;
    line-height: 1.5;
    margin: 0 0 5vw;
  }
  #seikon .subContents .coupleTable {
    margin-bottom: 14vw;
  }
  #seikon .subContents .rateBlock {
    margin: 0 0 7vw;
  }
  #seikon .subContents .rateBlock .rate {
    margin-bottom: 7vw;
  }
  #seikon .subContents .rateBlock .rate h3 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #seikon .subContents .rateBlock .rate.gai h3 .icon {
    width: 16px;
    height: 16px;
  }
  #seikon .subContents .rateBlock .rate .subtit {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #seikon .subContents .rateBlock .rate > div {
    display: block;
  }
  #seikon .subContents .rateBlock .rate > div figure {
    width: 70%;
    margin: 0 auto 5vw;
  }
  #seikon .subContents .rateBlock .rate > div .text {
    width: 100%;
    margin-right: 0;
  }
  #seikon .subContents .rateBlock .rate > div .text ol {
    margin-top: 4vw;
  }
  #seikon .subContents .rateBlock .rate.nai > div .text .num {
    font-size: 7vw;
  }
  #seikon .subContents .rateBlock .rate.gai > div .text .num {
    font-size: 5vw;
  }
  #seikon .subContents .rateBlock .rateMatome {
    font-size: 4vw;
    text-align: center;
    padding: 10px 3vw;
  }
  #seikon .subContents .rateBlock .kaki {
    line-height: 1.5;
    margin-top: 10vw;
  }
  #seikon .subContents .graph {
    margin: 0 0 10vw;
  }
  #seikon .subContents .graph div {
    display: block;
  }
  #seikon .subContents .graph div .wrap {
    padding: 7.2vw 2.4vw 6.6vw;
    display: block;
  }
  #seikon .subContents .graph div .wrap figure {
    margin-top: 0;
  }
  #seikon .subContents .graph div .wrap .note {
    margin-top: 10px;
  }
  #seikon .subContents .graph .zaiseki1 .wrap {
    height: auto;
  }
  #seikon .subContents .graph .zaiseki1 .wrap .num {
    font-size: 4.3vw;
    margin: 0 0 7vw;
    line-height: 1.76;
  }
  #seikon .subContents .graph .zaiseki1 .wrap .num span {
    font-size: 7vw;
  }
  #seikon .subContents .graph .zaiseki1 .wrap .num span span {
    font-size: 16.6vw;
  }
  #seikon .subContents .graph .zaiseki1 .wrap figure {
    width: 100%;
  }
  #seikon .subContents .graph .zaiseki2 .wrap {
    height: auto;
  }
  #seikon .subContents .graph .zaiseki2 .wrap .num {
    font-size: 6vw;
    margin: 0 0 8vw;
  }
  #seikon .subContents .graph .zaiseki2 .wrap .num span {
    font-size: 9.6vw;
  }
  #seikon .subContents .graph .zaiseki2 .wrap .num span span {
    font-size: 16.6vw;
  }
  #seikon .subContents .graph .zaiseki2 .wrap .num .pink {
    font-size: 6vw;
  }
  #seikon .subContents .graph .zaiseki2 .wrap .note {
    min-height: auto;
  }
  #seikon .subContents .graph .omiai .wrap {
    height: auto;
  }
  #seikon .subContents .graph .omiai .wrap .num {
    font-size: 4.3vw;
    margin: 0 0 8vw;
    line-height: 1.76;
  }
  #seikon .subContents .graph .omiai .wrap .num .em {
    font-size: 5.5vw;
  }
  #seikon .subContents .graph .omiai .wrap .num .em span:first-child {
    font-size: 16.6vw;
  }
  #seikon .subContents .graph .omiai .wrap .num .em span:last-child {
    font-size: 10vw;
  }
  #seikon .subContents .graph .omiai .wrap figure {
    width: 100%;
  }
  #seikon .subContents .graph .kousai .wrap {
    height: auto;
  }
  #seikon .subContents .graph .kousai .wrap .num {
    font-size: 4.3vw;
    margin: 0 0 8vw;
    line-height: 1.76;
  }
  #seikon .subContents .graph .kousai .wrap .num .em {
    font-size: 5.5vw;
  }
  #seikon .subContents .graph .kousai .wrap .num .em span:first-child {
    font-size: 16.6vw;
  }
  #seikon .subContents .graph .kousai .wrap .num .em span:last-child {
    font-size: 10vw;
  }
  #seikon .subContents .graph .kousai .wrap figure {
    width: 100%;
  }
  #voice {
    margin: 0;
    padding: 8vw 0;
  }
  #voice .subContents ul {
    margin-bottom: 5vw;
    display: block;
  }
  #voice .subContents ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #voice .subContents ul li figure + div {
    padding: 5vw;
  }
  #voice .subContents ul li figure + div .note {
    font-size: 12px;
  }
  #voice .subContents .btn {
    text-align: left;
  }
  #contact {
    padding: 10vw 0 10vw;
  }
  #contact .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #contact .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #contact .subContents .head {
    font-size: 5.5vw;
    line-height: 1.48;
    margin: 0 0 7.8vw;
    padding: 0 4vw;
  }
  #contact .subContents .head::before, #contact .subContents .head::after {
    width: 2px;
  }
  #contact .subContents .btn-text {
    color: #1e9062;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    border: solid 2px #1e9062;
    border-radius: 1vw;
    padding: 0.8vw 0;
    position: relative;
  }
  #contact .subContents .btn-text::before, #contact .subContents .btn-text::after {
    content: "";
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #1e9062;
    position: absolute;
    bottom: -2vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #contact .subContents .btn-text::before {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #FFF;
    bottom: -1.3vw;
    z-index: 0;
  }
  #contact .subContents .btn-text.require {
    color: #58A9BD;
    border: solid 2px #58A9BD;
  }
  #contact .subContents .btn-text.require::after {
    border-top: 2vw solid #58A9BD;
  }
  #contact .subContents .btn-text.require span {
    color: #58A9BD;
  }
  #contact .subContents .btn-text.reserve {
    color: #1e9062;
    border: solid 2px #1e9062;
  }
  #contact .subContents .btn-text.reserve::after {
    border-top: 2vw solid #1e9062;
  }
  #contact .subContents .btn-text.simulation {
    color: #E6882C;
    border: solid 2px #E6882C;
  }
  #contact .subContents .btn-text.simulation::after {
    border-top: 2vw solid #E6882C;
  }
  #contact .subContents ul {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .subContents ul li {
    width: 100%;
    margin: 0 0 6vw;
  }
  #contact .subContents ul li:last-child {
    margin: 0;
  }
  #contact .subContents ul li img {
    width: 100%;
  }
}

/*# sourceMappingURL=data.css.map */
