.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;
}
.sup {
    font-size: 13px;
    padding-top: 15px;
}
.sup2 {
    text-align: center;
}
#form p a {
  text-decoration: underline;
}
input {
    border: #d2cfcf solid 1px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}textarea {
  border: #d2cfcf solid 1px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

input[type="button"] {
    width: 200px;
    text-align: center;
    margin: 40px auto 60px;
    display: block;
    background: #333;
    color: #fff;
    font-weight: 600;
}



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

.contact-wrap {
    border: #333 dotted 1px;
    padding: 30px;
    margin: 40px 0 80px;
    font-weight: 600;
}




.sec-subtitle{
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0 16px
}
#policy ul{
  padding: 30px;
}
#policy li{
  padding-bottom: 5px;
  padding-left:1em;
text-indent:-1em;
}

#policy {
    padding-bottom: 80px;
}

@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;
  }
  
  
}