@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     会員情報変更・登録
 Notes:          
--------------------------------------------------------------- */
.content {
  width: 60%;
	max-width: 1335px;
  margin: 0 auto;
}
.content .txt {
	margin: 5% auto;
	text-align: center;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.tel-wrap {
	margin: 0 auto 10%;
	padding: 1em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	background: #ff79a2;
}
.tel-box01 {
	width: 25%;
	text-align: center;
}
.tel-box02 {
	width: 45%;
	font-size: 2.3em;
	text-align: center;
	letter-spacing: 0.1em;
  text-indent: -0.1em;
  font-weight: bold;
}
.tel-box03 {
	width: 30%;
	font-size: 1.2em;
	text-align: center;
}
h2.title {
  margin: 0 auto 5%;
  display: table;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  border-bottom: 0.1em solid #ff79a2;
  /*font-family: 'A1 Mincho', serif;*/
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.area {
	margin: 0 auto 10%;

}
.area .wrap {
	width: 100%;
	margin: 0 auto 2%;
  padding: 0 0 2%;
  display: table;
  border-bottom: 1px solid #e0e0e0;
}
.area .wrap:last-child {
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}
.area .a-i-c {
	align-items: center; 
}

.box02 .mfp_not_checked #kenshu {
  display: none;
}

.box02 .mfp_not_checked #in-box01 {
  display: none;
}
.box02 .mfp_not_checked #in-box02 {
  display: none;
}
.box02 #in-box01 {
  padding: 0 0 0 2.4em;
}
.box02 #in-box02 {
  padding: 0 0 0 2.4em;
}
.box01 .notes {
	padding: 0 1em 0 0;
	display: block;
	font-size: 0.9em;
  line-height: 1.5;
}
.wrap .box01 {
  width: 25%;
	display: table-cell;
        font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.wrap .box02 {
	width: 75%;
	display: table-cell;
        font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.content .width01 {
	width: 100% !important;
}
.content .width02 {
	width: 100% !important;
	height: 10em !important;
}
.content .width03 {
	width: 100% !important;
}
.content .required {
	font-size: 0.9em;
	padding: 0.3em;
	color: #fff;
	background: #ff79a2;
}
.content .policy {
	margin: 0 auto 5%;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.content .signature {
	margin: 0 auto 10%;
	text-align: right;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.box01 .notes {
  font-size: 10px;
	font-weight: normal;
}

div.mfp_buttons {
    width: 75%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    font-size: 1.2em;
    justify-content: center;
}

.foot-area01 .link {
    width: 25%;
    font-size: 1.5em;
    color: #000;
}

div.mfp_buttons {
    width: 70% !important;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    font-size: 1em !important;
    justify-content: center;
}

.mfp_element_reset {
    color: #000;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    font-size: 1.3em;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

a.pink-btn {
	display: inline-block;
	border: 1px solid #f979a2;
	color: #000;
	border-radius: 100px;
	padding: 1em 1.5em;
	/*transition: all 0.3s ease-out;*/
	margin-top: 1em;
	line-height: 1.2;
	text-align: center;
}
a.pink-btn:hover {
	background: #f979a2;
	color: #fff;
	opacity: 1.0;
}

/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.content {
  width: 90%;
}
h2.title {
  font-size: 18px;
}
.tel-wrap {
  display: block;
}
.tel-box01 {
	width: 100%;
}
.tel-box02 {
	width: 100%;
}
.tel-box03 {
	width: 100%;
}
.area .wrap {
  display: block;
}
.wrap .box01 {
  width: 100%;
  display: block;
	font-size: 16px;
	font-weight: bold;
}
.wrap .box02 {
  width: 100%;
  display: block;
}
}