/********************************************************
	MYPAGE 左プロフィール
*********************************************************/
.sp{
	display: none;
}

#main{
	background-color:#F9F8F4;

}
#container{
	margin-top: 150px;
	background-color:#edebe4;
}


/*左コンテンツ　変更*/
	#profile_left
{
	height:100%;
	min-height:100%;
	width:640px;
	float:left;
	margin-left: 10px;
}


/*プロフィール*/
	.profile{
	height: 				100%;
	}
	

.profile h3, .profile h4 {
	font-size: 16px;
	font-weight: normal;
	vertical-align:top;
	padding: 5px;
}


	#mypage_left{
	float:					left;
	margin-top:				0px;
	text-align:				left;
	width:					80%;
	max-width: 				1200px;
	height: 				100%;
	}
	#myfollow_contents{
	float:					left;
	margin-top:				0px;
	text-align:				left;
	width:					100%;
	height: 				100%;
	}


#menu_mypage {
        margin-top: 5px;
        width: 100%;
        padding-top: 0px;
        height: 40px !important;
    
    }
.mypage_profile {
	margin: 20px 0;
}
.mypage_profile img{
	margin: 5px 0px -10px 5px;
	width: 80px;
}
.mypage_profile .box{
	padding: 10px;
	border-left: solid #5DAAB0;
	background-color:#F9F8F4;

}

#menu_mypage .menu_mypage{
	overflow-x: scroll;
}

#menu_mypage .menu_mypage ul{
	width: 480px;
}

.mypage_menu {
    float:	left;
	width: 10%;
	max-width: 90px;
	color:	#FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
	background-color: #5DAAB0;
	height: 				100%;
	min-height: 		2500px;
	
}

.mypage_menu a, .mypage_menu a:visited{
	color:	#FFFFFF;
	text-decoration: none;
}

.mypage_menu a:hover {
	color:	#FFFFFF;
	text-decoration: underline;
}

 .mypage_menu ul{
 	float: left;
	 position: fixed;
	 margin-left: 10px;
}

 .mypage_menu ul li{
 	padding:10px 20px;
	 font-size: 30px;
}


.mypage_contentarea{
	width: 92%;
	max-width: 1300px;
	float: left;
	margin-left: 0%;	
}

.mypage_contentarea .contWrap{
        margin-left: 2%;
        min-height: 60px;
        padding: 2%;
    
    }
.mypage_contentarea.lesson{
	width: 80%;
	max-width: 1300px;
	float: left;
	margin-left: 10%;
	
}

.mypage_contentarea .lesson_menu {
		width: 120%;
	height: 100px;
  border-bottom: 10px solid #C8BEB3;
	 margin: 0 -12.5% 30px;
    padding: 10px 100px 0;
    overflow: hidden;

}

.mypage_contentarea .lesson_menu ul {
	width: 100%;
  border-bottom: 1px solid #ddd;
	 margin: 0;
    padding: 0;
    float: left;
    padding-left: 0px;
    list-style-type:none;

}
.mypage_contentarea .lesson_menu ul li{
 	padding:10px 5px;
	 font-size: 13px;
	display: inline-block;
    float: left;

}
.mypage_contentarea .lesson_menu ul li a {
    text-decoration: none;
    padding: 15px 0 16px;
    width: 200px;
    text-align: center;
    color: #695F55;
    margin-right: 0px;
    z-index: 2;
    position: relative;
    border-radius:8px 8px 0 0
}

.mypage_contentarea .lesson_menu li a,  .mypage_contentarea .lesson_menu li a:after,  .mypage_contentarea .lesson_menu li a:before {
    display: block;
    transition:all .25s ease
}

.mypage_contentarea .lesson_menu li a:after, 
.mypage_contentarea .lesson_menu li a:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width:100px;
	z-index: -1;
	background: #E3DBD3;
		
}

.mypage_contentarea .lesson_menu li a:before {
    right: 18px;
    transform: skew(30deg, 0deg);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .1), inset -1px 0 hsla(0, 0%, 100%, .09);
    border-radius:0 8px 0 0
}

.mypage_contentarea .lesson_menu li a:after {
    left: 18px;
    transform: skew(-30deg, 0deg);
    box-shadow: -3px 2px 5px rgba(0, 0, 0, .1), inset 1px 0 hsla(0, 0%, 100%, .09);
    border-radius:8px 0 0 0
}


 .mypage_contentarea .lesson_menu li a:hover:after, 
 .mypage_contentarea .lesson_menu li a:hover:before {
    background-color: #f4f7f9;
    color:#444
}

.mypage_contentarea .lesson_menu li.is-active a {
    z-index:3;
	color:#fff;

}


.mypage_contentarea .lesson_menu li.is-active a:after, 
.mypage_contentarea .lesson_menu li.is-active a:before {
    background-color: #C8BEB3;
    color:#fff
}


.mypage_contentarea th.table3,
.mypage_contentarea td.table3{
	padding:20px;
	border	:solid 1px #f0efe9;
	line-height: 180%;
	background-color:#FFF;
	
}
.mypage_contentarea th.bg,
.mypage_contentarea td.bg{
	background-color:  #f0efe9;
	
}


.mypage_contentarea .title4{
        background-color: #5DAAB0;
        font-size: 9px;
        height: 10px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    
    }


.area2_btn,
.area3_btn {
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
}
.area2_btn.open,
.area3_btn.open{
  border-bottom: 1px solid gray;
}
.area2_btn:hover,
.area3_btn:hover{
  background-color: #E5E1D3;
}

.area2_box,
.area3_box{
  display: none;
  padding: 0px;
}


.keizoku_cancel_btn a{
        background-color: #63C9D1;
        padding: 10px 10px;
        border-radius: 10px;
    
    }
.keizoku_cancel_btn a:hover{
        background-color: #4BB7BF;    
    }
.keizoku_cancel_btn a:active,
.keizoku_cancel_btn a:link,
.keizoku_cancel_btn a:visited{
	color: #fff;
}

/********************************************************
	MYPAGE 右サイド
*********************************************************/


h3,h4 {
	font-size: 16px;
	font-weight: normal;
	vertical-align:top;
}




/*右コンテンツ　変更*/
	#mypage_right{
	float:					right;
	margin-top:				80px;
	text-align:				left;
	width:					20%;
	height: 				100%;
		
	}



.clubinfo1 {
padding: 10px;
	width:					100%;

}

.clubinfo1 img{
	width:					100%;

}



.clubinfo2 {
padding: 10px;

}

.clubinfo3 {
	margin-top:20px;
	margin-bottom:150px;


}

#club_info_title_bg
{
	width: 100%;
	background-image: url(../images/titlebar_clubinfo.jpg);
	height: 30px;
	margin-bottom: 10px;
	padding:5px 0 0 0;
}


.purchase .contWrap{
	margin-left: 10%;
}
.purchase .table1{
	background-color: #fff;
}


/*==============================*/
/*           event              */
/*==============================*/
/*------- サイドボックス-------*/



#mypage_right .event_box
{
    color:#909088;
    width: 100%;
    border-bottom:1px dotted #515151;
    margin-top:20px;
    font-size:10px;
    margin-left:0px;
}

#mypage_right .event_box .by
{
    float:right;
    color:#9BCCDA;
}

#mypage_right .event_title
{
    color:#646466;
    font-family:'arial',sans-serif;
    font-size:12px;
}

#mypage_right #week_event
{
    width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
	background-color: #F0EFEF;
	height: 100%;
}

#mypage_right #week_event_title_bg
{
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../images/titlebar_event.jpg);
	clear: both;
	height: 40px;
	margin-bottom: 15px;
	padding:5px 0 0 0;
}
.btn_shohin_ref {
	vertical-align: bottom;
}



.myfollow_tag_area{
	float: left;
	width: 90%;
	background-color: #f1f0e8;
	padding: 10px 0px;

}
.myfollow_tag_area h2{
	font-size: 1.2rem;
	width: 95%;
	float: left;
	margin-left: 20px;
}




.follow_menu a, .follow_menu a:visited{
	color:	#FFFFFF;
	text-decoration: none;
}

.follow_menu a:hover {
	color:	#FFFFFF;
	text-decoration: underline;
}

 .follow_menu ul{
 	float: left;
	 margin-left: 10px;
	width: 100%;
	 display: flex;
	flex-wrap: wrap;
}


.myfollow_tag_area .follow_menu {
		width: 100%;
	height: 70px;
  border-bottom: 10px solid #C8BEB3;
	 margin: 0 0 30px;
    padding: 10px 100px 0;
    overflow: hidden;

}

.myfollow_tag_area .follow_menu ul {
	width: 100%;
  border-bottom: 1px solid #ddd;
	 margin: 0;
    padding: 0;
    float: left;
    padding-left: 0px;
    list-style-type:none;

}
 .myfollow_tag_area .follow_menu ul li{
 	padding:10px 5px;
	 font-size: 13px;
	display: inline-block;
    float: left;

}
.myfollow_tag_area .follow_menu ul li a  {
    text-decoration: none;
    padding: 15px 0 16px;
    width: 200px;
    text-align: center;
    color: #695F55;
    margin-right: 0px;
    z-index: 2;
    position: relative;
    border-radius:8px 8px 0 0
}

.myfollow_tag_area .follow_menu li a,  .myfollow_tag_area .follow_menu li a:after,  .myfollow_tag_area .follow_menu li a:before{
    display: block;
    transition:all .25s ease
}

.myfollow_tag_area .follow_menu li a:after, 
.myfollow_tag_area .follow_menu li a:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width:100px;
	z-index: -1;
	background: #E3DBD3;
		
}

 .myfollow_tag_area .follow_menu li a:before{
    right: 18px;
    transform: skew(30deg, 0deg);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .1), inset -1px 0 hsla(0, 0%, 100%, .09);
    border-radius:0 8px 0 0
}

 .myfollow_tag_area .follow_menu li a:after {
    left: 18px;
    transform: skew(-30deg, 0deg);
    box-shadow: -3px 2px 5px rgba(0, 0, 0, .1), inset 1px 0 hsla(0, 0%, 100%, .09);
    border-radius:8px 0 0 0
}

 .myfollow_tag_area .follow_menu li a:hover:after, 
 .myfollow_tag_area .follow_menu li a:hover:before {
    background-color: #f4f7f9;
    color:#444
}

.myfollow_tag_area .follow_menu li.is-active a {
    z-index:3;
	color:#fff;

}

.myfollow_tag_area .follow_menu li.is-active a:after, 
.myfollow_tag_area .follow_menu li.is-active a:before {
    background-color: #C8BEB3;
    color:#fff
}


.follow_area .right{
	float: right;
	text-align: right;
}

	.follow_area ul.follow_tag_menu{
	width: 100%;
 	padding:0;
	float: left;
	margin-bottom: 40px;	
}
	.follow_area ul.follow_tag_menu li{
	font-size: 1.2rem;
 	padding:15px 10px 0;
	width: 18%;	
	display: inline-block;	

}


	.follow_area{
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #f1f0e8;

}


	.check_btn_area{
	width: 100%;	
	height: 100%;
	padding: 10px 20px;

	
}
.check_btn_area h3{
	font-size: 1.2rem;
	padding: 0;
	margin: 10px 0 0;

}
.check_btn_box{
	width: 100%;	
	display: flex;
	flex-wrap: wrap;
	
}

.check_btn_box h3{
	width: 100%;	
	font-size: 1.4rem;
	margin: 10px 10px 0;

	
}

.check_btn input[type=checkbox] {
  appearance: none;
    -webkit-appearance: none; /* webkit系はpfが必要 */
    outline: none;
    width: 10px; /* 横幅指定 */
/* ↓label/spanで指定していた要素を入れていく↓ */
    display: block;
    position: relative;
    padding: 3px 15px 0 0 ;
    border-radius: 4px;
    cursor: pointer;
    color: #515151;
	margin: 10px;
	float: left;

}
.check_btn{
	padding: 10px;
	float: left;

	}
.check_btn input{
	line-height: 250%;
	}

/* checkbox チェック背景 */
.check_btn input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px); /* 10px = 20 / 2 px */
    left: 0px;
    display: block;
    background: #fff;
    border-radius: 4px;
	z-index: 1;
}
/* checkbox チェックマーク */
.check_btn input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    left: 5px;
    top: calc(50% - 10px);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg); /* 回転させてチェックマーク風にする */
    display: block;
    opacity: 0; /* チェック前は透明にしておく */
	z-index: 1;

}

/* hoverの挙動 */
.check_btn input[type="checkbox"]:hover {
    background-color: #5DAAB0;
    cursor: pointer;
}
.check_btn input[type="checkbox"]:hover::before {
}
.check_btn input[type="checkbox"]:hover::after {
}

/* check後、色を変えたりする */
.check_btn input[type="checkbox"]:checked {
    background-color: #f0efe9;
}
.check_btn input[type="checkbox"]:checked::before {
    background-color: #5DAAB0;
}
.check_btn input[type="checkbox"]:checked::after {
    opacity: 1; /*　透明化を解除 */
}

li.check_btn .sample_label{
    top: 0px;
    left: 0px;
    color: #515151;
	font-size: 80%;

}

.myfollow_tag_area .btn_send{
	margin: 10px;
	width: 180px;
	float: right;
	overflow: hidden;
}
.myfollow_tag_area .btn_send input[type="img"]{
	width: 100%;
}

	.myfollow_area{
	float: left;
	width: 87%;
	margin-left: 3%;

}

	.follow{
	background-color:#FFF;
	padding: 10px 2% 40px ;
	margin-top: 0px;
	margin-right: 0px;
		
	width: 100%;
	float: left;

}


	.follow ul {
	background-color:#FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	width: 100%;

}

	.follow li{
	width: 32%;
	margin-top: 30px;
	margin-right: 1%;	
	min-height: 60px;
	display: inline-block;
		

	}
	#mypage_right .follow li{
	width: 100%;
	margin-top: 30px;
	margin-right: 1%;	
	min-height: 60px;
	display: inline-block;
		

}
	.follow li .part_left{
	width: 40%;
		float: left;
}
	.follow li .part_left img{
	width: 100%;

}

	.follow li .part_right{
		width: 58%;
		float: right;
		font-size: 10px;
		margin-left: 2%;

}
	.follow li .part_right img.category_label{
	width: 60px;
}
	.follow li .part_right img.logo{
	width: 12px;
}
	.follow li .part_right h3{
	margin: 0px 3px;
	padding: 0;
	font-size: 14px;	
	margin-top: 8px;

}
	.follow li .part_right .right_icon{
	float: right;
}


.table1_kingaku{
	border: solid 1px #DCDCDC;
	
}


#mypage_left .mypage_contentarea .mypage_text_box{
	padding: 200px 100px 500px;
	line-height: 200%;
	float: left;
	width: 50%;
	background-color: #f0efe9;

}
#mypage_left .mypage_contentarea .mypage_text_box_right{
	padding: 80px;
	line-height: 200%;
	float: right;
	width: 50%;

}
	.mypage_text_box_right .submitBtn{
		padding:20px;
		width:100%;
		background-image: linear-gradient(0deg, #cfba80, #efdba2); /* グラデーション */
		border: 1px solid #C9A659; /* 枠線 */
		font-size:20px;
		margin: 10px 0;
	}
	.mypage_text_box_right .submitBtn a{
		color: #FFF;
}
	.mypage_text_box_right .submitBtn a:hover{
		color: #111;
		text-decoration: none;
		
	}
	 .mypage_text_box_right .submitBtn:hover{
	
		background-image: linear-gradient(0deg, #F7D57F, #EFDBA3); /* グラデーション */

	}


	#myfollow_contents .myfollow_area .tag_box_area .tag {
	background-color: #fff;
	padding: 0;
	}


	#myfollow_contents .myfollow_area .tag_box_area .tag a.tagbtn{
	padding: 5px 8px;
	background-color: #d7d4d0;
	font-size: 8px;
	color: #FFF;
	border-radius: 10px;
	width: 100%;
	margin: 2px;
	}


	.notice_list{
	padding: 2% 5%;
	background-color: #F5F3F0;
	height: 150px;
	border-left: solid 6px #A49D8C;
		
	}
	.notice_list_read{
	padding: 2% 5%;
	background-color: #E2E1DE;
	height: 150px;
		
	}

	
		#popup li {
	padding: 3% 2%;
	float: left;
	width: 96%;	
}	
 	.login_cart li a{
 	padding: 0%;
}

.mypage_contentarea.notice{
	margin-left: 5%;
	width: 80%;
}
	.notice_list .part_left,.notice_list_read .part_left{
	width: 65%;
	float: left;
	font-size: 10px;
	text-align: justify;
}
	.notice_list .part_left h3,.notice_list_read .part_left h3{
	margin: 0px 2px;
	padding: 0;
	font-size: 14px;	
	margin-top: 0px;
}
	.notice_list .part_right,.notice_list_read .part_right{
		width: 25%;
		float: right;
		font-size: 9px;
		margin-left: 2%;
}
	.notice_list .part_right img,.notice_list_read .part_right img{
	width: 100%;

}

	.notice_list.part_right img.category_label{
	width: 60px;
}
	.notice_list .part_right img.logo{
	width: 12px;
}

	.notice_list .part_right .right_icon{
	float: right;
}



	.mypage_contentarea .notice_contents{
	padding: 5% 2%;
	background-color: #F5F3F0;
		
	}
	.mypage_contentarea .notice_contents #magazine_Pspace{
	padding: 5% 2%;
	background-color: #fff;
	min-height: 400px;

	}


	
	.inst_select .inst_list,
	.inst_setting_select .inst_list{
	padding: 2% 1%;
	background-color: #fff;
	height: auto;
	border-bottom: solid 6px #A49D8C;
	width: 45%;
	float: left;
	margin: 2% 1%;
	}
	.inst .inst_list{
	padding: 2% 1%;
	background-color: #fff;
	height: 200px;
	border-bottom: solid 6px #A49D8C;
	width: 32%;
	float: left;
	margin: 1% 0.5%;
	}

	.inst_list .part_left{
	width: 35%;
	float: left;
	font-size: 10px;
	text-align: justify;
}
	.inst_list .part_left img{
	width: 100%;

}
	.inst_list .part_right{
		width: 60%;
		float: right;
		font-size: 9px;
		margin-left: 2%;
}
	.inst_list .part_right h3{
	margin: 0px 2px;
	padding: 0;
	font-size: 15px;	
	margin-top: 0px;
}


	.inst_list.part_right img.category_label{
	width: 60px;
}
	.inst_list .part_right img.logo{
	width: 12px;
}

	.inst_list .part_right .right_icon{
	float: right;
}

	.inst .inst_select_btn{
	float: right;	
	width: 100%;
	margin: 20px auto;
	text-align: right;
}
	.inst_select .inst_back_btn{
	float: right;	
	width: 100%;
	margin: 20px auto;
		text-align: right;
	}	
	.inst_list .inst_select_btn{
	padding: 10px 20px;
	margin: 20px auto;
	color: #fff;
	text-align: right;
	
	}

	.inst_setting_select .inst_select_btn{
	float: right;	
	width: 100%;
	margin: 20px auto;
	text-align: right;
	}	

	.inst_select_btn a, .inst_back_btn a{
	color: #fff;
	background-color: #5DAAB0;
	padding: 10px 20px;
	width: 200px;
	margin: 20px auto;
	border-radius: 10px;	
}
	.inst_select_btn a:hover, .inst_select .inst_back_btn a:hover{
	color: #fff;
	background-color: #A49D8C;
	padding: 10px 20px;
	width: 200px;
	margin: 20px auto;
	text-decoration: none;
	border-radius: 10px;	

}
	.inst a:visited,.inst_select a:visited{
	color: #fff;
		text-decoration:		none;
	}

	.mypage_contentarea input[type=text] {
	-webkit-appearance: none;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 10px;
	
	height: 40px;
	font-size: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	 border-right: 1px solid #ccc;
}


	input.text_m{
		width: 70%;
		max-width: 300px;		
		padding:				15px;
		border:					1px solid #ccc;
		color:					#555555;
		border-radius:3px;
		margin-bottom: 10px;
	}


@media only screen and (max-width:568px) {
	#container{
	margin-top: 0px;
}
	
	#container #main{
	background-color:#F0EFEF;

}

.sp{
	display: block;
	}
	.pc{
	display: none;
	}
    
    
    
     #member_access {
        padding: 20px 4% 50px !important;
        text-align: center;
        background-color: #eeece7;
        margin: 8% 2% !important;
    }


    

	#mypage_left{
	float:					left;
	margin-top:				0px;
	text-align:				left;
	width:					100%;
	height: 				100%;
	}
	
	.mypage_menu {
    float:	left;
	width: 100%;
	max-width: 100%;
	color:	#FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
	background-color: #5DAAB0;
	height: 				100%;
	min-height: 		50px;
	
}
	
	.mypage_contentarea{
		width: 100%;
	}
	
	.mypage_profile {
	margin: 20px 0;
}
.profile h3 {
	float: right;
	font-size: 12px;
}

	.profile img.profile {
	width: 120px;
}

	
	.contWrap{
		
	width:					96%;
	margin: 2%;
	}
	.contInner{
		background-color: #FFF;
		
	}
	.inst_select .contInner,
	.contInner.inst_setting_select,
	.contInner.inst{
		background-color: #F5F3F0;
		
	}
	#profile_main{
		overflow: hidden;
	}
	
	#profile_main .SPtable_form th.table3,
	#profile_main .SP_formText tr.table3,
	#profile_main .SPtable_form td.table3{
		width: 100%;
		float: left;
	}
	.table2{
		padding: 10px;
		line-height: 200%;
	}	
	#profile_main .SPtable_form td.table2{
		width: 46%;	
		float: left;
		padding: 1%;

	}
	#profile_main .SPtable_form th.table2{
		width: 98%;	
		float: left;
		padding: 1%;

	}
	#profile_main .SPtable_form th.table2 p{
	margin: 0
	}
	
    	.myfollow_area{
	float: left;
	width: 100%;
	margin-left: 0%;

}

	.myfollow_tag_area{
	float: left;
	width: 100%;
	background-color: #f1f0e8;
	padding: 0%;

}
	 .myfollow_tag_area .follow_menu ul li{
 	padding:5px 0px;
	font-size: 13px;
	margin: 0 -8px; 
}
	.myfollow_tag_area .follow_menu {
	width: 100%;
	height: 70px;
  	border-bottom: 10px solid #C8BEB3;
	 margin: 0 0 0px;
    padding: 10px 5px 0;
    overflow: hidden;

}
	.myfollow_tag_area .follow_menu ul li a  {
  
    width: 145px;
	}	
	.myfollow_tag_area .follow_menu li a:after, 
	.myfollow_tag_area .follow_menu li a:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width:65px;
	z-index: -1;
	background: #E3DBD3;
		
}
		
	.follow_area{
	width: 100%;
	height: 100%;
	
}
	.check_btn_area{
	width: 100%;	
	height: 100%;
	padding: 10px;
	background-color: #f1eee5;
	  cursor: pointer;	
	
}
.check_btn_box{
	width: 100%;	
	height: 100%;
	padding: 10px;
	background-color: #f1eee5;
	display: none;
	
}
.check_btn input[type=checkbox] {
  appearance: none;
    -webkit-appearance: none; /* webkit系はpfが必要 */
    outline: none;
    width: 10px; /* 横幅指定 */
/* ↓label/spanで指定していた要素を入れていく↓ */
    display: block;
    position: relative;
    padding: 3px 20px 0 0 ;
    border-radius: 4px;
    cursor: pointer;
    color: #515151;
	margin: 10px;

}
.check_btn{
	line-height: 250%;
	display: flex;
	flex-wrap: wrap;
	}
.check_btn input{
	line-height: 250%;
	}

/* checkbox チェック背景 */
.check_btn input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px); /* 10px = 20 / 2 px */
    left: 0px;
    display: block;
    background: #fff;
    border-radius: 4px;
	z-index: 1;
}
/* checkbox チェックマーク */
.check_btn input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    left: 5px;
    top: calc(50% - 10px);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg); /* 回転させてチェックマーク風にする */
    display: block;
    opacity: 0; /* チェック前は透明にしておく */
	z-index: 1;

}

/* hoverの挙動 */
.check_btn input[type="checkbox"]:hover {
    background-color: #5DAAB0;
    cursor: pointer;
}
.check_btn input[type="checkbox"]:hover::before {
}
.check_btn input[type="checkbox"]:hover::after {
}

/* check後、色を変えたりする */
.check_btn input[type="checkbox"]:checked {
    background-color: #f0efe9;
}
.check_btn input[type="checkbox"]:checked::before {
    background-color: #5DAAB0;
}
.check_btn input[type="checkbox"]:checked::after {
    opacity: 1; /*　透明化を解除 */
}

li.check_btn .sample_label{
    top: 0px;
    left: 0px;
    color: #515151;
	font-size: 80%;

}

	
		.follow_area ul.follow_tag_menu li{
	font-size: 1.1rem;
 	padding:15px 1% 0;
	width: 48%;	
	display: inline-block;	

}

	

	.follow{
	background-color:#FFF;
	padding: 10px ;
	margin-top: 0px;
	margin-right: 0px;
		
	width: 100%;
	float: left;

}


	.follow ul {
	background-color:#FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	width: 100%;

}

	.follow li{
	width: 98%;
	margin-top: 30px;
	min-height: 60px;
	display: inline-block;

}
	.follow li .part_left{
	width: 40%;
		float: left;
}
	.follow li .part_left img{
	width: 100%;

}

	.follow li .part_right{
		width: 58%;
		float: right;
		font-size: 10px;
		margin-left: 2%;

}
	.follow li .part_right img.category_label{
	width: 60px;
}
	.follow li .part_right img.logo{
	width: 12px;
}
	.follow li .part_right h3{
	margin: 0px 3px;
	padding: 0;
	font-size: 14px;	
	margin-top: 8px;
	float: left;	

}

	#myfollow_contents .tag_area .tag{
	
}

#myfollow_contents .myfollow_area .tag_box_area .tag a{
	padding: 5px 8px;
	background-color: #DBD9D9;
	font-size: 9px;
	color: #FFF;
	border-radius: 5px;
	width: 100%;
	margin: 4px;
}


	
	
	
		#mypage_right{
	float:					right;
	margin-top:				80px;
	text-align:				left;
	width:					100%;
	height: 				100%;
		
	}
	
	#mypage_right #week_event{
		
		width: 68%;
		float: left;
	    margin-left:12%;

	}
	#mypage_right .event_box
{
    color:#909088;
    width: 48%;
    border-bottom:1px dotted #515151;
    margin-top:20px;
    font-size:10px;
    margin-left:0px;
}

	.clubinfo1 {
	padding: 0%;
	width:					20%;
				float: right;


}

.clubinfo1 img{
	width:					100%;

}

#mypage_left .mypage_contentarea .mypage_text_box{
	padding: 50px 80px;
	line-height: 200%;
	float: left;
	width: 100%;

}
#mypage_left .mypage_contentarea .mypage_text_box_right{
	padding: 50px 80px;
	line-height: 200%;
	float: right;
	width: 100%;

}

	
	.menu_mypage ul,.mypage_menu ul{
		width: 100%;
		text-align: center;
		position: fixed;
		bottom: 0;
		background-color: #000;
		color: #fff; 
		padding: 10px;
		z-index: 9999; 
		display:flex;
		margin-left: 0;
	}
	.menu_mypage li,.mypage_menu li{
		width:100%;
			font-size: 1.2rem;
	
	}
		.mypage_menu ul li.pc{
	display: none;
	}
	.mypage_contentarea.notice{
	margin-left: 2%;
	margin-top: 50px;	
	width: 95%;
		
	}
	
	/*--- 検索フォーム ---*/
	.mypage_menu #search_box_sp .search_form{
		padding-left: 1%; 
		padding-top: 20px;
		width: 100%;
	}

	/*--- 入力エリア ---*/
	.mypage_menu #search_box_sp .search_form p .search{
		margin-bottom: 5px;
		width: 80%;
		height: 40px; 
		padding: 5px;
		margin-left: 0px;
		margin-bottom: 5px;
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
	
		.inst .inst_select_btn{
	width: 100%;
	margin: 2% auto;
}
	
	.inst .inst_list{
	padding: 4% 2%;
	background-color: #FFF;
	height: auto;
	border-bottom: solid 6px #A49D8C;
	width: 100%;
	float: left;
	margin: 2% 0%;
	}
	.inst_select .inst_list{
	padding: 4% 2%;
	background-color: #FFF;
	height: auto;
	border-bottom: solid 6px #A49D8C;
	width: 48%;
	float: left;
	margin: 2% 0%;
	}
	.inst_setting_select .inst_list{
	padding: 2% 1%;
	background-color: #fff;
	height: auto;
	border-bottom: solid 6px #A49D8C;
	width: 100%;
	float: left;
	margin: 2% 1%;
	}

}