@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:    入会案内
 Notes:          
--------------------------------------------------------------- */
.content {
	width: 60%;
	max-width: 950px;
	margin: 0 auto 5%;
}
.sec-top {
	margin: -10% 0 0;
	padding: 10% 0 0;
}
.sec-top .content {
	position: relative;
}
.sec-top h1.title {
	font-size: 2.3em;
	position: absolute;
	right: 5%;
	top: 15%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	z-index: 1;
}
.sec-top .image {
	width: 70%;
	padding: 10% 0 0;
	text-align: center;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .txt {
	width: 40%;
	position: absolute;
	top: 20%;
	right:-5%;
	text-align: justify;
	z-index: 1;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .link {
	width: 40%;
	position: absolute;
	bottom: 15%;
	right: 0%;
	/*font-size: 1.2em;*/
	text-align: justify;
	z-index: 1;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .link a:hover {
	color: #fb5ba0;
	opacity: 1;
}
.sec-top .circle {
	width: 24vw;
	max-width: 380px;
	height: 24vw;
	max-height: 380px;
	position: absolute;
	top: 15%;
	right: 0;
	border-radius: 500px;
	background: #ffe6e6;
	z-index: 0;
}
.color01 {
	color: #fb5ba0;
}
section.sec01 {
	padding: 5% 0 1%;
	background: #ffe6e6;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
section.sec01 h2.title {
	margin: 0 auto 3%;
	font-family: 'A1 Mincho', serif;
}
h2.headline {
	margin: 0 auto 2%;
	text-align: center;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.sec01 h3.headline {
  margin: 0 0 3%;
  display: table;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5;
  border-bottom: 0.1em solid #fb5ba0;
  font-family: 'A1 Mincho', serif;
}
.sec01 .benefit h3.headline {
	width: 100%;
  position: absolute;
	top: 15%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 1.2em;
	border-bottom: none;
}
section.sec01 .txt {
	margin: 0 0 10%;
}
.sec01 table {
	width: 100%;
	margin: 0 auto 5%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	text-align: center;
	border-collapse: collapse;
  border-spacing: 0;
	background: #fff;
}
.sec01 table th {
	width: 40%;
	padding: 1em 0;
  line-height: 1.5;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}
.sec01 table td {
	width: 20%;
	padding: 1em 0;
  line-height: 1.5;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sec01 tr:first-child th {
	background: #ffffda;
}
.sec01 tr:first-child td {
	background: #ffffda;
}
.sec01 .example-wrap {
	display: flex;
	position: relative;
	align-items: center;
}
section.sec01 .example-wrap .txt {
	width: 50%;
	margin: 0;
}
.example-wrap .example {
	width: 50%;
}
.example-wrap .example img {
	width: 60%;
}

.example-wrap .ex-txt {
	position: absolute;
	right:1em;
	bottom: 0;
}
.sec01 .btn {
	margin: 0 0 10%;
	display: table;
	text-align: center;
}
.sec01 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fb5ba0;
	background: #fff;
	border-radius: 100px;
}
.sec01 .btn a:hover {
	display: block;
	color: #fff;
	background: #fb5ba0;
	opacity: 1;
}
section.sec02 {
	padding: 5% 0;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
section.sec02 h2.title {
	margin: 0 0 3%;
	font-family: 'A1 Mincho', serif;
}
section.sec02 .txt {
	margin: 0 0 3%;
}
.btn-wrap {
	margin: 0 auto 5%;
}
.sec02 .btn {
	margin: 0 0 2%;
	display: table;
	text-align: center;
}
.sec02 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fb5ba0;
	background: #fff;
	border-radius: 100px;
}
.sec02 .btn a:hover {
	display: block;
	color: #fff;
	background: #fb5ba0;
	opacity: 1;
}
.procedure-wrap {
	margin: 0 auto 5%;
	display: table;
	align-items: center;
	border: 0.2em solid #fb5ba0;
	border-radius: 2em;
	overflow: hidden;
}
.procedure-wrap .icon {
	width: 70%;
	margin: 0 auto;
}
.procedure-wrap .box01 {
	width: 25%;
	padding: 1em;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	background: #fb5ba0;
	border-radius: 1.8em 0 0 1.8em;
  overflow: hidden;
}
.procedure-wrap .box02 {
	width: 75%;
	padding: 1em;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 0 1.8em 1.8em 0;
  overflow: hidden;
}
.procedure-wrap h3.title {
	margin: 0 auto 2% !important;
	display: table;
	font-size: 1.3em;
	line-height: 1.5;
  border-bottom: 1px solid #a0a0a0;
}
.procedure-wrap .tel {
	font-size: 2em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.procedure-wrap .form {
	font-size: 1.5em;
}
.procedure-wrap a {
	color: #fb5ba0;
}
.procedure-wrap .txt {
	margin: 0;
}
.btn-wrap02 {
	margin: 0 auto 10%;
}
.btn-wrap02 .btn {
	margin: 0 auto;
}
.btn-wrap03 .btn {
	margin: 0 0 0 auto;
}
#point01 {
	margin-top: -9vw;
	padding-top: 9vw;
	display: block;
}
#point02 {
	margin-top: -9vw;
	padding-top: 9vw;
	display: block;
}
#point03 {
	margin-top: -9vw;
	padding-top: 9vw;
	display: block;
}

.foot-area01 .link {
    width: 25%;
    font-size: 1.5em;
    color: #000;
}

.foot-area02 .txt {
    color: #000;
    font-size: 1.5em;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.content {
  width: 90%;
  display: block;
}
h1.title {
  font-size: 16px;
}
.sec01 h3.headline {
  font-size: 16px;
}
.sec-top .image {
  width: 70%;
	margin: 0 auto;
  padding: 10% 0 5%;
}
section.sec01 h2.title {
  margin: 0 auto 3%;
}
.sec-top h1.title {
	margin: 0 auto 5%;
	display: table;
  font-size: 20px;
  position: unset;
}
.sec-top .txt {
  width: 100%;
  margin: 0 auto 5%;
	padding: 1em;
  position: relative;
	border-radius: 20px;
  background: #fff;
}
.sec-top .link {
  width: 100%;
  position: relative;
}
.sec-top .circle {
  display: none;
}
.sec-top .content {
	padding: 0 0 5%;
}
.sec01 .benefit h3.headline {
  position: relative;
	left: 0%;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
}
section.sec01 .chart-wrap {
  display: block;
}
section.sec01 .chart:first-child {
	width: 100%;
}
section.sec01 .chart:nth-child(2) {
	width: 100%;
}
.benefit-wrap {
  display: block;
}
section.sec02 h2.title {
  margin: 0 auto 3%;
}
.benefit-wrap .benefit {
  width: 100%;
  max-width: none;
	height: auto;
	max-height: none;
  margin: 0 0 5%;
	padding: 1em;
  position: relative;
	border-radius: 2em;
}
.benefit .txt {
  width: 100%;
  position: relative;
	top: 0;
  left: 0%;
	transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
}
.sec04 .btn {
  margin: 0 auto 10%;
}
.procedure-wrap {
  display: block;
}
.sec02 .area01 .select-wrap {
  display: block;
}
.procedure-wrap .box01 {
	width: 100%;
	padding: 0.5em;
  display: block;
	border-radius: 0;
}
.procedure-wrap .icon {
	width: 20%;
	margin: 0 auto;
}
.procedure-wrap .box02 {
  width: 65%;
  padding: 1em;
	border-radius: 0;
}
.sec02 .btn a {
  padding: 0.5em 1em;
  display: block;
  font-size: 16px;
  border: 1px solid #fb5ba0;
  background: #fff;
  border-radius: 100px;
}
.sec01 .example-wrap {
  display: block;
}
section.sec01 .example-wrap .txt {
  width: 100%;
  margin: 0;
}
.example-wrap .example {
  width: 100%;
}
.example-wrap .example img {
  width: 50%;
}
}