.page-copy {
    text-align: center;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.4;
}
.page-copy span {
    color: #ff84a0;
    font-size: 36px;
    display: block;
}
.col3 .item {
    width: calc(33% - 10px);
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff2f5;
    padding: 30px;
    border-radius: 6px;
}
.item-tag {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
	color: #ff84a0;
	font-family: "Montserrat", sans-serif;
}
.item-title {
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
	color: #ff84a0;
}
h4 {
    padding: 10px 20px;
    background: #ff84a0;
    color: #fff;
    font-weight: 600;
}
figure {
    margin-bottom: 24px;
}
table {
    border-top: #c7c7c7 solid 2px;
	margin-bottom: 80px;
}
th {
    text-align: left;
    font-weight: 700;
    padding: 16px 16px;
    border-bottom: #c7c7c7 solid 1px;
    color: #fb8fa8;
    line-height: 1.6;
    width: 13rem;
}
tr:nth-child(2n) {
    background: #f9f9f9;
}

td {
    text-align: left;
    padding: 16px 16px;
    border-bottom: #c7c7c7 solid 1px;
    line-height: 1.6;
}
.catch {
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
	padding-bottom: 24px;
}
.contents_main_item {
    text-align: center;
    padding-bottom: 80px;
}
.contents_btn_text {
    font-weight: 600;
    color: #f1819a;
}

.contents_btn_ttl {
	font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: #f1819a;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .flex {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .col3 .item {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff2f5;
    padding: 30px;
    border-radius: 6px;
}th {
    text-align: left;
    font-weight: 700;
    padding: 10px 10px;
    border-bottom: #c7c7c7 solid 1px;
    color: #fb8fa8;
    line-height: 1.6;
    width: 6rem;
  font-size: 12px;
}td {
    text-align: left;
    padding: 10px 10px;
    border-bottom: #c7c7c7 solid 1px;
    line-height: 1.6;
  font-size: 12px;
}
  .catch {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 24px;
}
  .contents_btn_ttl {
    font-size: 30px;
  }
  
  
}