/*
モーダル
*/
.btn{
	border: none;
	font-weight: 700;
    overflow: inherit;
}
.modalContents .btn{
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 3%;
    background-position: 94% 50%;
    height: 100px;
    line-height: 100px;
    width: 73%;
    margin: 0 auto 29px;
    text-align: center;
    background-color: #f66262;
    filter: drop-shadow(0px 6px 0px #b24546);
    color: #f3f3f3;
    display: block;
    position: relative;
    z-index: 2;
    overflow: inherit;
}
.modalContents .box04 .btn02{
	padding-top: 5%;
}
.modalContents .box04 .btn03{
	background-color: #3d34e4;
    filter: drop-shadow(0px 6px 0px #252083);
    background-position: 50% 24%;
    height: 110px;
    line-height: 145px;
    background-position: 94% 50%;
    padding-top: 3%;
}
.modalContents .btn a{
	color: #f3f3f3;
}
.modalArea {
  visibility: hidden;
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 46%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 610px;
  padding: 10px 30px;
  background-color: #fff;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.is-show {
  visibility: visible;
  opacity : 1;
}
/*
プラン画像モーダル（入会と同時にお申込み）
*/
#modalAreaPlan {
  z-index: 100000;
}
#modalAreaPlan .modalWrapper {
  width: 90%;
  max-width: 750px;
  padding: 0;
  background-color: transparent;
}
.modalPlan_scroll {
  max-height: 90vh;
  overflow-y: auto;
}
.modalPlan_imgWrap {
  position: relative;
  container-type: inline-size;
}
.modalPlan_imgWrap_sp {
  display: none;
}
.modalPlan_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.modalPlan_btn {
  position: absolute;
  background: #00C853;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  transition: letter-spacing .3s ease;
}
.modalPlan_btn:hover {
  letter-spacing: 0.022em;
  color: #fff;
}
/* PC用ボタン配置 */
.modalPlan_imgWrap_pc .modalPlan_btn {
  top: 83.3%;
  width: 48%;
  padding: 2.2cqw 0;
  border-radius: 1.4cqw;
  filter: drop-shadow(0 0.6cqw 0 #007d34);
  font-size: 2.7cqw;
}
.modalPlan_imgWrap_pc .modalPlan_btn_standard {
  left: 1%;
}
.modalPlan_imgWrap_pc .modalPlan_btn_premium {
  left: 51%;
}
/* スマホ用ボタン配置 */
.modalPlan_imgWrap_sp .modalPlan_btn {
  left: 5%;
  width: 90%;
  padding: 3.4cqw 0;
  border-radius: 1.7cqw;
  filter: drop-shadow(0 0.8cqw 0 #007d34);
  font-size: 4.6cqw;
}
.modalPlan_imgWrap_sp .modalPlan_btn_standard {
  top: 49.6%;
}
.modalPlan_imgWrap_sp .modalPlan_btn_premium {
  top: 91.8%;
}
#modalAreaPlan .closeModal {
  top: -3.2rem;
  right: 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 765px) {
  #modalAreaPlan .modalWrapper {
    width: 78%;
    max-width: 430px;
    top: 30px;
    transform: translateX(-50%);
  }
  #modalAreaPlan .closeModal {
    top: -2.6rem;
    font-size: 2.4rem;
  }
  .modalPlan_imgWrap_pc {
    display: none;
  }
  .modalPlan_imgWrap_sp {
    display: block;
  }
  .modalPlan_scroll {
    max-height: calc(100vh - 50px);
  }
}
.modalArea h1::after{
	display: none;
}
.modalArea h1{
	font-size: 2.8rem;
	margin-bottom: 10px;
}
.modalContents .left,.modalContents .right{
	width: 49%;
}
.modalContents .box01 {
	margin-bottom: 20px;
}
.modalContents .box01 h1 {
	background: #fff;
	margin-bottom: 10px;
}
.error{margin-right: 5px;
    font-size: 3.8rem;
	vertical-align: -6px;
}
.error_left{
	margin-right: 5px;
}
.error_right{
	margin-left: 5px;
}
.modalContents .box01 p{
	line-height: 1;
	margin-bottom: 30px;
    font-size: 2rem;
    background:#0f3e5d;
    padding: 3% 2%;
}
.modalContents .box01 .font_big{
	font-size: 5rem;
}
.modalContents .box02{
	margin-bottom: 20px;
}
.modalContents .box02 h2{
	font-size: 2.6rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 1%;
}
.modalContents .box02 p{
	line-height: 1.2;
	margin-bottom: 20px;
}
.m_check{
	text-align: left;
	font-size: 1.8rem;
}
.task_alt{
	font-size: 1.8rem;
    margin-right: 5px;
    color: #d84339;
    font-size: 2rem!important;
    vertical-align: -9%;
}
.modalContents .box03 p{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.modalContents .box03 p a{
	text-decoration: underline;
	color: #0f3e5d;
}
.modalContents .box03 .fee{
	width: 49%;
}
.modalContents .flex_space{
	margin-bottom: 20px;
}
.modalContents .box04 .btn{
	width: 100%;
	height: 80px;
    line-height: 1.2;
    font-size: 2.2rem;
}
.modalContents .box04 .btn:after{
	font-size: 2.2rem;
	right: 7%;
    bottom: 23px;
}
@media screen and (min-width: 600px) and (max-width: 912px) {
.modalContents .box01 h1 {
    font-size: 3.4rem;
}
.modalContents .box04 .btn{
	padding-top: 6%;
}
.modalContents .box04 .btn03{
	padding-top: 4%;
}
}
@media screen and (min-width: 375px) and (max-width: 765px) {
.modalWrapper{
	width: 90%;
	padding: 3%;
}
.modalArea h1 {
    font-size: 1.2em;
}
.error{
	vertical-align: -23%;
}
.modalContents .btn a{
	font-size: 0.7em;
}
.modalContents .box01 p{
	font-size: 1.6rem;
}
.modalContents .box01 .font_big {
    font-size: 2em;
}
.modalContents .box02 {
    margin-bottom: 10px;
}
.modalContents .box02 h2 {
    font-size: 1em;
}
.m_check {
    font-size: 0.8em;
}
.modalContents .box04 .btn{
	margin-bottom: 10px;
	height: 49px;
	padding-top: 3.2%;
}
.modalContents .box04 .btn03{
	padding-top: 2%!important;
	padding-top: 0;
	line-height: 1;
}
.modalContents .box04 .txt{
	margin-bottom: 0;
	font-size: 0.6em;
}
.modalContents .box04 .btn:after {
    bottom: 17px;
}
.modalContents .box01 p{
	margin-bottom: -20px;
	line-height: 1.2;
}
}
@media screen and (max-width: 374px) {
.modalWrapper {
    width: 90%;
    padding: 5%;
    font-size: 40%;
}
.modalContents .box01 h1 {
    margin-bottom: 0px;
    font-size: 1em;
}
.modalContents .box01 {
    margin-bottom: 5px;
    font-size: 2.8em;
}
.modalArea h1 {
    font-size: 2rem;
}
.modalContents .box01 .font_big {
    font-size: 3rem!important;
}
.modalContents .box02 h2 {
    font-size: 2.3em;
}
.task_alt{
	font-size: 1.3rem!important;
}
.m_check {
    font-size: 1.6em;
    margin-bottom: 0;
}

.modalContents .box01 p {
    font-size: 1.4rem;
    margin-bottom: -10px;
}
.modalContents .flex_space {
    margin-bottom: 10px;
}
.modalContents .box04 .btn{
	height: 43px;
	font-size: 0.2em;
	padding-top: 4%;
}

.modalContents .box04 .btn02{
	padding-top: 6%;
}
.material-icons-outlined.error{
	font-size: 2rem;
}
.modalContents .box04 .btn:after{
	display: none;
}
.modalWrapper .btn{
	margin-bottom: 10px;
}
.modalWrapper .box04 .txt{
	margin-bottom: 5px;
}
}



