#PClogHeader{
	width:1100px;
	position:relative;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	display:table;
}
#PClogHeader >*{
	display:table-cell;
	vertical-align:middle;
}
#PClogHeader h1{
	width:480px;
}
#PClogHeader h1 img{
	width:150px;
}
#PClogHeader p#logout{
	text-align:right;
	font-size:16px;
}
#PClogHeader p#logout i{
	font-size:20px;
	padding-right:5px;
	color:#4D575A;
}
#PClogHeader p#iconNews{
	text-align:right;
	font-size:30px;
}
#PClogHeader p#iconNews small{
	font-size:10px;
	color:#CB4446;
	padding-left:5px;
}
#PClogHeader p#iconNews a{
	
}

.MainWrap{
	width:1200px;
	position:relative;
	display:table;
	margin:auto;
}
.MainWrap > *{
	position:relative;
	display:table-cell;
	vertical-align:top;
}

/*サイドメニュー*/
#SideNav{
	width: 200px;
	position: relative;
	color: #4B535B;
	padding-top: 15px;
	min-width:250px;
	padding-bottom:50px;
	padding-right:20px;
}

.PimgBox {
    background: #FFF;
    border-radius: 5px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

#Pimg{
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
#Pimg img{
	height:100%;
	width:auto;
	border-radius:100px;
}

.PimgBoxInfo {
    background: #FFF;
	margin-top: 20px;
    border-radius: 5px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	position:relative;
}

.PimgBoxRibonContent {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}

.PimgBoxRibon {
    display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
	color: #fff;
	text-shadow: 0 2px 2px #56a1f3;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.PimgBoxRibon:before, .PimgBoxRibon:after {
	position: absolute;
	content: "";
	border-top: 4px solid #3672b6;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}

.PimgBoxRibon:before{
	left: 14px;
}

.PimgBoxRibon:after {
	right: 18px;
}

.PimgBoxInfo h3 {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	width:100%;
}
.PimgBoxInfo h4 {
	font-weight:bold;
	width: 100%;
	margin-bottom: 5px;
}
.PimgBoxInfo p {
	margin-bottom:10px;
	font-size:14px;
}

#Usrname{
	text-align: center;
	font-size: 17px;
	position: relative;
	padding: 10px 0;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
	width: 100%;
    margin-bottom: 20px;
}
#NavBtn {
	position: relative;
	padding-top:25px;
}

#NavBtn #leftmenu li {
	font-size: 17px;
	line-height: 30px;
	position: relative;
	display: block;
	padding-bottom: 20px;
}
#NavBtn  #leftmenu li span{
	float:left;
	width:40px;
}
/*#NavBtn  #leftmenu li a{
	display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 0 #ddd;
    position: relative;
    padding: 10px 10px 10px 15px;
}*/
#NavBtn  #leftmenu li a{
	display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 10px 15px;
	background: linear-gradient( #ffffff 0%, #f2f2f2 100%);
	border: 1px solid #ddd;
}

/*#NavBtn #leftmenu li a:hover {
    box-shadow: 0 1px 0 #ddd;
    transform: translateY(4px);
}*/

#NavBtn #leftmenu li a:hover {
    background: linear-gradient(to top, #ffffff 0%, #f2f2f2 100%);
}

/*#NavBtn #leftmenu li a:hover + small {
    transition-duration: 0.5s;
    transform: translateY(4px);
}*/

#NavBtn  #leftmenu li a img{
	position: absolute;
    left: 10px;
    top: 8px;
    width: 36px;
}
#NavBtn  #leftmenu li a:hover{
	color: #616C76;
}
#NavBtn  #leftmenu li small{
	display:block;
	background-color:#E04848;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#FFF;
	border-radius:30px;
	font-size:16px;
	position:absolute;
	top: 7px;
    right: 10px;
	transition-duration: 0.5s;
}
/*アコーディオンメニュー*/
#NavBtn label {
	cursor : pointer;
	text-indent: 20px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 0 #ddd;
    position: relative;
    padding: 10px 10px 10px 17px;
}

#NavBtn label:hover {
	box-shadow: 0 1px 0 #ddd;
    transform: translateY(4px);
}

#NavBtn label:before {
	display:block;
	content:"";
	background-image: url(../img/sn_icon9.png);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
}
#NavBtn label i{
	position:absolute;
	top:35%;
	right:10%;
	font-size:20px;
}
#NavBtn input {
    display: none;
}

#NavBtn ul {
    margin: 0;
    padding: 0;
	list-style: none;
    padding: 20px 5px 10px;
    border-radius: 0 0 5px 5px;
}

#NavBtn ul li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 5%;
	border: none;
	font-size: 14px;
}

input#menu_bar01[type="checkbox"]:checked + #links01 {
    background: #FFF;
    margin-top: 30px;
    border-radius: 8px;
	position: relative;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}

input#menu_bar01[type="checkbox"]:checked + #links01:before {
	display:block;
	content:"";
    position: absolute;
    top: -17px;
    left: 110px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #ffffff transparent;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 40px;
    opacity: 1;
	font-size:16px;
}

/*#PointPV{
	position:relative;
	display:table;
	width:100%;
	margin:auto;
}*/

#PointPV{
	width: calc(100% - 20px);
	display: flex;
    align-items: center;
	justify-content:space-between;
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
	border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    padding: 10px;
	margin-bottom: 15px;
}

#PointPV > *{
	
	vertical-align:middle;
	font-size:18px;
}
/*#PointPV #cmark{
	width:30px;
}*/

#PointPV #cmark{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 101px;
    font-size: 14px;
    padding: 5px;
    background: #333;
    color: white;
    border-radius: 5px;
}

#cmark {
	padding-right:5px;
}

/*#cmark img {
	width:36px;
}*/

#cmark img {
	width: 24px;
    font-size: 14px;
    margin-right: 5px;
}

#cmark2 {
	padding-right:5px;
}


/*#MilePV{
	position:relative;
	display:table;
	width: 100%;
	margin:auto;
}*/

#MilePV{
	width: calc(100% - 20px);
	display: flex;
    align-items: center;
	justify-content:space-between;
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
	border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    padding: 10px;
}

#MilePV > *{
	
	vertical-align:middle;
	font-size:18px;
}

/*#MilePV img{
	width:36px;
}*/

/*#Mile #cmark2{
	width:50px;
}*/

#MilePV #cmark2{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 101px;
    font-size: 14px;
    padding: 5px;
    background: #333;
    color: white;
    border-radius: 5px;
}

#MilePV img{
	width: 24px;
    font-size: 14px;
    margin-right: 10px;
}




/*メインコンテンツ*/
main{
	border-left:1px solid #CCC;
	padding:30px 50px;
}
main h2{
	font-size:25px;
	padding-bottom:50px;
	font-weight:500;
	color:#00CED1;
}
.lg-contWrap {
	position: relative;
    padding: 30px;
	background: #F9F9F9;
}
@media screen and (max-width:1024px){
	.lg-contWrap {
		padding: 20px;
	}	
}

.lg-contWrap.c-lg-contWrap {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 35px;
    border: 1px solid #DEDEFF;
}

div#Log-agreement {
    padding: 30px;
    background: #FFF;
    border-radius: 8px;
}

@media screen and (max-width:1024px){
	div#Log-agreement {
		overflow: auto;
		padding: 20px;
	}
}

.lg-contWrap.c-lg-contWrap.c-lg-contWrap_houkoku {
    margin: 0;
}

.lg-contWrap .support_comment span {
	background:#FFFFFF;
	border:1px solid #FF0000;
	padding:20px;
	border-radius:8px;
	margin-bottom:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align: center;
}

.lg-contWrap.c-lg-contWrap_sub {
	margin: 40px auto;
    padding: 30px 0;
    border-radius: 8px;
    min-width: 800px;
    border: 1px solid #00CED1;
    background: #FFF;
}

.lg-contWrap.c-lg-contWrap_sub input[type="text"], textarea {
	box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.lg-contWrap.c-lg-contWrap_sub input[type="text"]:focus, textarea:focus, select:focus {
	border: 1px solid #00CED1;
    outline: none;
    box-shadow: 0 0 5px 0px rgb(0 206  209 / 40%);
}

.lg-contWrap.c-lg-contWrap p, .lg-contWrap.c-lg-contWrap a {
    font-size:16px
}

.lg-contWrap>.lg-contWrap{
	width: calc(100% - 60px);
    position: relative;
    display: table;
    margin-bottom: 50px;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
.lg-contWrap h3{
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:18px;
	margin-bottom: 20px;
	font-weight:bold;
	width:100%;
}

#photo .myalbum_tt {
    background: #DAF3ED;
}

#movie .myalbum_tt {
    background: #DADBED;
}

.p-withdrawal_link, .p-withdrawal_link:hover {
    display: inline-flex;
    background: #FA4708;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
	margin: 10px 0;
}

.p-withdrawal_section {
    margin-top: 20px;
}

.p-withdrawal_section div {
    margin-bottom: 20px;
}

.p-withdrawal_red {
	color:#FF0000;
}

#mypage h3:after {
    display: block;
    content: "";
}

.lg-contWrap h3 i{
	padding-left:15px;
	padding-right:15px;
}
.lg-contWrap h3 a{
	color:#2553CC;
}
.lg-contWrap h3 a:hover{
	color:#568FDA;
}


.lg-contWrap>.lg-contWrap_prof{
	width: 100%;
    position: relative;
    display: table;
    margin-bottom: 50px;
    background: white;
    border-radius: 8px;
    border: 1px solid #00BF16;
}

.lg-contWrap_prof h3{
	background: #00BF16;
    color: #FFFFFF;
    padding: 10px 15px 7px 15px;
    border-radius: 5px 5px 0 0;
}

.lg-contWrap_send{
	width: 100%;
    position: relative;
    display: table;
    margin-bottom: 50px;
    background: white;
    border-radius: 8px;
    border: 1px solid #FF70B8;
}

.lg-contWrap_send h3{
	background: #FF70B8;
    color: #FFFFFF;
    padding: 10px 15px 7px 15px;
    border-radius: 5px 5px 0 0;
}
/*NEWマイページ*/
.tabs {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-bottom: 30px;
}
  
  /*タブのスタイル*/
  .tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #00CED1;
	background-color: #fdfdfd;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #00CED1;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	opacity: 0.9;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
	display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
  }
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #profile:checked ~ #profile_content,
  #profileedit:checked ~ #profileedit_content {
	display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #00CED1;
	color: #fff;
  }

/*プロフィール構成*/
.c-profile {
	display:flex;
}
@media screen and (max-width:1024px){
	.c-profile {
		display:flex;
		flex-direction:column;
	}
}
.c-profile_left {
	display:flex;
	flex-direction:column;
	width:50%;
	margin-right:20px;
}
@media screen and (max-width:1024px){
	.c-profile_left {
		display:flex;
		flex-direction:column;
		width:100%;
		margin-right:0px;
	}	
}

.c-profile_right {
	display:flex;
	flex-direction:column;
	width:calc(100% - 290px);
}
@media screen and (max-width:1024px){
	.c-profile_right {
		display:flex;
		flex-direction:column;
		width:100%;
	}
}

.c-profile_box {
	display:flex;
	flex-direction:column;
	border-radius:8px;
	background:#F4FBFF;
	margin-bottom: 20px;
	height: -webkit-fill-available;
}

.c-profile_name {
	padding: 1rem 2rem;
    position: relative;
    color: #fff;
    background: linear-gradient(150deg, #00CED1, #9AECED);
	border-radius: 5px;
}

.c-profile_box h3 {
	font-size:15px;
	margin-bottom:10px;
}
@media screen and (max-width:1024px){
	.lg-contWrap h3 {
		justify-content: flex-start;
	}
}

.c-profile_box_prof {
	background:#FFFFFF;
	border:1px solid #DEDEFF;
	padding: 15px;
    border-radius: 10px;
	display: flex;
    flex-direction: column;
	align-items:center;
	justify-content: center;
    height: -webkit-fill-available;
}

.c-profile_phote {
	margin-bottom:20px;
}

.c-profile_phote#my-profImg {
    padding-right: 0px;
	position:relative;
	display: flex;
    flex-direction: column;
}

div#my-profImg h3 {
    justify-content: center;
}

.c-profile_name {
	display: flex;
    justify-content: center;
    margin-top: 15px;
}

/*プロフィールテーブル*/
.c-profile_table {
	border:1px solid #DEDEFF;
	border-radius: 8px;
	width:100%;
}

.c-profile_table tr {
	border-bottom:1px solid #DEDEFF;
	display: flex;
	background: #FFFFFF;
}

.c-profile_table tr:last-child {
	border-bottom:none;
}

.c-profile_table th {
	background:#F5F5F5;
	border-right:1px solid #DEDEFF;
	padding:5px 15px;
	font-size: 12px;
    min-width: 70px;
	display: flex;
    align-items: center;
}

.c-profile_table tr:first-child th {
	border-radius:8px 0 0 0 ;
}

.c-profile_table tr:last-child th {
	border-radius:0 0 0 8px ;
}

.c-profile_table td {
	background:#FFFFFF;
	padding:5px 15px;
	font-size: 12px;
	width: calc(100% - 100px);
}

.c-profile_table tr:first-child td  {
	border-radius:0 8px 0 0;
}

.c-profile_table tr:last-child td  {
	border-radius:0 0 8px 0;
}




/*プロフィールPR*/
.c-profile_pr p {
	display:flex;
	border-radius:8px;
	background:#FFFFFF;
	padding:15px;
	font-size:14px;
	border:1px solid #DEDEFF;
}
/*プロフィール投稿*/

.c-profile_touko time {
	color: #305785;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}

.c-profile_touko p {
	display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #EFEFEF;
	border-radius: 5px;
	margin-left: auto;
}

.c-profile_touko textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 8px;
	line-height: 1.6;
}

.c-profile_touko_btn {
	display:flex;
	justify-content:center;
	margin-top:10px;
	height: 50px;
}










/*さがす*/
#RecommendMem{
	width:100%;
}
#RecommendMem > *{
	display: inline-block;
    width: 102px;
    padding: 20px;
    margin: 10px;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
#RecommendMem > * div{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	margin-bottom: 10px;
	display: flex;
    justify-content: center;
    align-items: stretch;
}
#RecommendMem > * div img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:15px;
}
#RecommendMem > * p{
	font-size:13px;
	text-align:center;
}

section#RecommendMem {
    display: flex;
    flex-wrap: wrap;
}

#SearchBtn{
	font-size: 14px;
	background: linear-gradient(180deg, #ff9f6e 50%, #ff3434 50%, #ff8c51);
    text-align: right;
    border-radius: 20px;
    padding: 0px 8px 0 2px;
    border-bottom: none;
	box-shadow: 0px 0px 3px 0px #EE0000 inset;
	margin:0 10px;
}
#SearchBtn a{
	color: #FFF;
    font-weight: normal;
    padding: 5px 0px 5px 32px;
    background-image: url(../img/icon_search.png);
	background-blend-mode: luminosity;
    background-size: 24px;
    background-repeat: no-repeat;
    line-height: 32px;
    background-position: 2px 4px;
}
#SearchBtn a:hover{
	color: #FFF;
	background-image: url(../img/icon_search.png);
	background-blend-mode: luminosity;
	opacity: 1;
}
.slide_panel{
	display:none;
	background-color:#F7F7F7;
	padding:10px;
	border-radius:15px;
	padding-bottom:30px;
	margin-bottom:20px;
}
.slide_btn{
border-bottom:1px dotted #00CED1;
}
.slide_btn:hover{
	cursor:pointer;
}
.slide_panel h4{
	font-size:20px;
	padding:20px 20px;
	color:#00CED1;
	font-weight:500;
	text-align: center;
}

/*メンバー検索*/
#MemSearch{
	position:relative;
	width:90%;
	margin:auto;
}
#MemSearch dl{
	width:48%;
	display:inline-block;
	padding-bottom:15px;
}
#MemSearch dl dt{
	font-size:15px;
	font-weight:500;
	padding-bottom:10px;
	color:#72695C;
}
#MemSearch dl dd select{
	border: 1px solid #CCC;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px 8px;
	background-image: url(../img/arrow_down.png);
	width:95%;
}

#MemSearch dl dd input{
	border: 1px solid #CCC;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    width: 95%;
}

#MemSearch dl dd select~span{
    padding: 0 3%;
}

#MemSearch dl dd select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
#MemSearch dl dd select.harf{
	width:42%;
}
#MemSearch dl dd select.all{
	width:95%;
}
.SRCbtn{
	text-align:center;
	padding-top:10px;
}
.SRCbtn input{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #00CED1;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #00CED1;
    width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    height: 50px;
}
.SRCbtn input:hover{
	color: #FFF;
    box-shadow: 0 0px 0 0 #00CED1;
    margin: 4px 0 -4px;
    opacity: 0.8;
}


/*メンバーリスト*/
.TPmemberList{
	position:relative;
	padding-top:0px;
	display: flex;
    flex-wrap: wrap;
}
.TPmemberList article{
	width:48%;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
}

.TPmemberList article .memImg a{
	overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 8px;
}

.TPmemberList article .memImg a img{
	object-fit: cover;
    /*scale: 170%;
    background: #e1e1e1;
    padding: 1px;*/
}

.TPmemberList2{
	position:relative;
	padding-top:20px;
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	margin-left: 15px;
    margin-right: 6px;
}
.TPmemberList2 article{
	width:calc(50% - 40px);
	position:relative;
	display:inline-block;
	display: flex;
	background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #DEDEFF;;
}

@media screen and (max-width:1024px){
	.TPmemberList2 article{
		width:calc(100% - 30px);
	}
}

.TPmemberList2 .PRtitleBox {
	display:flex;
	flex-direction:column;
}

.TPmemberList2 article .memImg{
	width: 130px;
    height: 130px;
    min-width: 130px;
    display: block;
    margin-bottom: 5px;
    margin-right: 20px;
}
.TPmemberList2 article .memImg img{
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:8px;
}

.TPmemberList2 .Ccoment {
	padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}

.TPmemberList2 .Ccoment p {
	margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 1;
    font-weight: 300;
}

.MatchD{
	position:absolute;
	top:-15px;
	right:-15px;
	text-align:center;
}
.MatchD i{
	font-size:60px;
	color:#D73A3C;
}
.MatchD span{
	position:absolute;
	top:10px;
	right:0px;
	left:0px;
	margin:auto;
	color:#FFF;
	font-size:10px;
	line-height:1.5em;
}
.MatchD span big{
	display:block;
	font-size:18px;
}
.MatchD span big small{
	display:inline-block;
	font-size:13px;
}
/*メンバーリスト*/
.TPmemberList{
	position:relative;
	padding-top:20px;
	width:800px;
	margin:auto;
	display: flex;
    flex-wrap: wrap;
}
.TPmemberList article{
	width: calc(22% - 40px);
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    margin: 10px 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-profile_name {
	display: flex;
    justify-content: center;
    margin-top: 15px;
}

/*プロフィールテーブル*/
.c-profile_table {
	border:1px solid #DEDEFF;
	border-radius: 8px;
	width:100%;
}

.c-profile_table tr {
	border-bottom:1px solid #DEDEFF;
	display: flex;
	background: #FFFFFF;
}

.c-profile_table tr:last-child {
	border-bottom:none;
}

.c-profile_table th {
	background:#F5F5F5;
	border-right:1px solid #DEDEFF;
	padding:5px 15px;
	font-size: 12px;
    min-width: 70px;
	display: flex;
    align-items: center;
}

.c-profile_table tr:first-child th {
	border-radius:8px 0 0 0 ;
}

.c-profile_table tr:last-child th {
	border-radius:0 0 0 8px ;
}

.c-profile_table td {
	background:#FFFFFF;
	padding:5px 15px;
	font-size: 12px;
	word-break: auto-phrase;
}

.c-profile_table tr:first-child td  {
	border-radius:0 8px 0 0;
}

.c-profile_table tr:last-child td  {
	border-radius:0 0 8px 0;
}




/*プロフィールPR*/
.c-profile_pr {
    border: 1px solid #FFB021;
    border-radius: 10px;
}

.c-profile_pr > h3{
    background: #FFB021;
	color:#FFFFFF;
	padding:10px 15px 7px 15px;
	border-radius: 8px 8px 0 0;
}

.c-profile_pr p {
	display:flex;
	border-radius:8px;
	background:#FFFFFF;
	padding:15px;
	font-size:14px;
	border:1px solid #DEDEFF;
	margin:15px;
}
/*プロフィール投稿*/

.c-profile_touko time {
	color: #305785;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}

.c-profile_touko textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 8px;
	line-height: 1.6;
}

.c-profile_touko_btn {
	display:flex;
	justify-content:center;
	margin-top:10px;
	height: 50px;
}


/*プロフィールお気に入り*/
.c-profile_favorite {
	border: 1px solid #00BF16;
	background:#FFFFF2;
    border-radius: 10px;
}

.c-profile_favorite > h3 {
	background: #00BF16;
	color:#FFFFFF;
	padding:10px 15px 7px 15px;
	border-radius: 8px 8px 0 0;
}

/*プロフィール　メール設定*/
.c-profile_address {
    background: #FFFFFF;
    border: 1px solid #FF70B8;
    border-radius: 10px;
}

.c-profile_address > h3 {
	background: #FF70B8;
    color: #FFFFFF;
    padding: 10px 15px 7px 15px;
    border-radius: 8px 8px 0 0;
}

.c-profile_address_box {
	margin: 15px;
}








/*さがす*/
#RecommendMem{
	width:100%;
}
#RecommendMem > *{
	display: inline-block;
    width: 102px;
    padding: 20px;
    margin: 10px;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
#RecommendMem > * div{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	margin-bottom: 10px;
	display: flex;
    justify-content: center;
    align-items: stretch;
}
#RecommendMem > * div img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:15px;
}
#RecommendMem > * p{
	font-size:13px;
	text-align:center;
}

section#RecommendMem {
    display: flex;
    flex-wrap: wrap;
}

.slide_panel{
	display:none;
	background-color:#F7F7F7;
	padding:10px;
	border-radius:8px;
	padding-bottom:30px;
}
.slide_btn{
border-bottom:1px dotted #00CED1;
}
.slide_btn:hover{
	cursor:pointer;
}
.slide_panel h4{
	font-size:20px;
	padding:20px 20px;
	color:#00CED1;
	font-weight:500;
}

/*メンバー検索*/
#MemSearch{
	position:relative;
	width: calc(100% - 40px);
    margin: auto 20px;
}
#MemSearch dl{
	width:48%;
	display:inline-block;
	padding-bottom:15px;
}
#MemSearch dl dt{
	font-size:15px;
	font-weight:500;
	padding-bottom:10px;
	color:#72695C;
}
#MemSearch dl dd select{
	border: 1px solid #CCC;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px 8px;
	background-image: url(../img/arrow_down.png);
}
#MemSearch dl dd select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
#MemSearch dl dd select.harf{
	width:42%;
}
#MemSearch dl dd select.all{
	width:95%;
}
.SRCbtn{
	text-align:center;
}
.SRCbtn input{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #00CED1;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #00CED1;
    width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    height: 50px;
	margin:0 auto;
}
.SRCbtn input:hover{
	color: #FFF;
    box-shadow: 0 0px 0 0 #00CED1;
    margin: 4px auto -4px;
    opacity: 0.8;
}


/*メンバーリスト*/
.TPmemberList{
	position:relative;
	padding-top:20px;
	display: flex;
    flex-wrap: wrap;
}
.TPmemberList article{
	width:48%;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
}

.TPmemberList2 .PRtitleBox {
	display:flex;
	flex-direction:column;
}

.TPmemberList2 article .memImg{
	width: 130px;
    height: 130px;
    min-width: 130px;
    display: block;
    margin-bottom: 5px;
    margin-right: 20px;
}
.TPmemberList2 article .memImg img{
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:8px;
}

.TPmemberList2 .Ccoment {
	padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}

.TPmemberList2 .Ccoment p {
	margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 1;
    font-weight: 300;
}

.MatchD{
	position:absolute;
	top:-15px;
	right:-15px;
	text-align:center;
}
.MatchD i{
	font-size:60px;
	color:#D73A3C;
}
.MatchD span{
	position:absolute;
	top:10px;
	right:0px;
	left:0px;
	margin:auto;
	color:#FFF;
	font-size:10px;
	line-height:1.5em;
}
.MatchD span big{
	display:block;
	font-size:18px;
}
.MatchD span big small{
	display:inline-block;
	font-size:13px;
}
/*メンバーリスト*/
.TPmemberList{
	position:relative;
	padding-top:0px;
	width:800px;
	margin:auto;
	display: flex;
    flex-wrap: wrap;
}
.TPmemberList article{
	width: calc(22% - 40px);
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    margin: 10px 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.MatchD{
	position:absolute;
	top:-15px;
	right:-15px;
	text-align:center;
}
.MatchD i{
	font-size:60px;
	color:#D73A3C;
}
.MatchD span{
	position:absolute;
	top:10px;
	right:0px;
	left:0px;
	margin:auto;
	color:#FFF;
	font-size:10px;
	line-height:1.5em;
}
.MatchD span big{
	display:block;
	font-size:18px;
}
.MatchD span big small{
	display:inline-block;
	font-size:13px;
}
.TPmemberList article .memImg span img{
	border:none;
	width:25px;
	height:25px;
	margin-top:7px;
	object-fit:contain
}
.TPmemberList article .memImg .lgdate{
	display: none;
	position:absolute;
	bottom:10px;
	right:0px;
	left:0px;
	margin:auto;
	width:65%;
	text-align:center;
	background-color: #FFF;
	padding-top:5px;
	color:#333;
	border-radius:50px;
	font-size:12px;
}
.TPmemberList article .memImg .check-box{
	bottom:15px;
	left:10px;
}
.TPmemberList article .PRtitle{
	text-align:center;
	font-size:14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width:140px;
	margin:10px auto;
	line-height:1.2em;
	font-weight:bold;
}

.TPmemberList article small{
	font-size:13px;
	display:block;
	text-align:center;
	font-weight:lighter;
	margin-bottom: 0;
}

.TPmemberList article .Ccoment {
	position: relative;
    padding: 13px 10px;
    text-align: left;
    font-size: 13px;
    margin: 10px auto 0;
    line-height: 1.8em;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0 #F7F7F7;
    border: 1px solid #00CED1;
    background: #FFF;
    color: #00CED1;
}

.TPmemberList article .Ccoment.open p {
  display: block;
  -webkit-line-clamp: unset;
}

.TPmemberList article .Ccoment:before{
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(248, 236, 236, 0);
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #FFF;
    bottom: 99%;
    left: 50%;
    z-index: 1;
}

.TPmemberList article .Ccoment:after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(248, 236, 236, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #00CED1;
    bottom: 100%;
    left: 50%;
}

.TPmemberList article .Ccoment p {
	margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 1;
    font-weight: 300;
}

.TPmemberList article .del{
	position:absolute;
	top:0px;
	left:10px;
	background-color:#999;
	width:35px;
	height:25px;
	border-radius:5px;
	text-align:center;
	padding-top:10px;
}

.newstr{
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #f00 transparent transparent transparent;
	z-index: 1;
}

.newstr:before{
	position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: -30px;
    left: 2px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.tab-page {
	width: 300px;
	position: relative;
	border-radius:30px;
	margin:auto;
	margin-bottom:30px;
	background-color:#EEE;
	margin-top:50px;
	
}
.tab-page li {
	width: 30%;
	float: left;
	font-size: 15px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right:20%;
}
.tab-page li#prev{
	text-align:left;
	padding-right:0px;
	padding-left:20%;
	}
	
.tab-page  a{
	text-decoration: none;
	color: #03C;
}

.tab-page2 {
	width: 300px;
	position: relative;
	border-radius:30px;
	margin:auto;
	background-color:#FFF;
	margin-top:22px;
	border:1px solid #DEDEFF;
	
}
.tab-page2 li {
	width: 30%;
	float: left;
	font-size: 15px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right:20%;
}
.tab-page2 li#prev{
	text-align:left;
	padding-right:0px;
	padding-left:20%;
	}
	
.tab-page2  a{
	text-decoration: none;
	color: #03C;
}



.check-box {
  cursor: pointer;
}

.check-box input {
  display: none;
}

.check-box input + .text:before {
	content: "";
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 1px;
    margin: 0 5px 0 0;
    background-image: none, url(../img/checkbox-box.png);
    background-size: 68% auto, 100%;
    background-position: top 55% left 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    width: 25px;
    height: 25px;
	z-index:1;
	border-radius:3px;
}

.ML-check .check-box input + .text:before {
    top: -10px;
    right: 10px;
}

.check-box input:checked + .text:before {
  background-image: url("../img/checkbox-check.png"), url("../img/checkbox-box.png");
}

.LikeIcon{
	background-color:#BCD3D5;
	color:#FFF;
	text-align:center;
	font-size:14px;
	width:50%;
	position:relative;
	margin:auto;
	border-radius:30px;
	margin-top:6px;
	line-height:30px;
}
.LikeIcon a{
	color:#FFF;
	border-radius:30px;
	display:block;
	background-color:#26CBD8;
}
.LikeIcon a:hover{
	color:#FFF;
	border-radius:30px;
	background-color:#6DDCE5;
}
/*メンバー詳細エラー表示*/
.c-member_profile_err {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #FF0000;
    border-radius: 0px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.c-member_profile_err h3 {
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.c-member_profile_err p {
	font-size:16px;
	margin-bottom:20px;
}

.c-member_profile_err a {
	background: #00CED1;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 8px;
	box-shadow: 0 4px 0 #00c0c2;
}

.c-member_profile_err a:hover {
    color: #FFF;
	box-shadow: 0 1px 0 #00c0c2;
    transform: translateY(4px);
}

/*添付先の添付通知*/
.c-codeform {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 11px;
    margin-bottom: 20px;
    border: 3px solid #B9B9B9;
}

.c-codeform h4 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background:#454545;
    margin-bottom: 10px;
    width: calc(100% - 40px);
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
}

.c-codeform h4 strong {
	font-size:20px;
	font-weight:bold;
	color: white;
}

.c-codeform h4 span {
	color: #454545;
    font-size: 17px;
    font-weight: bold;
    padding: 2px 20px 5px;
    border-radius: 25px;
    background: white;
    line-height: 1;
}

.c-codeform p {
	font-size:14px;
	margin: 10px 20px 20px;
}

.c-codeform_form_div {  
	display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 16px;
    margin-bottom: 20px;
    background: #FFF;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.c-codeform_form {
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius:8px;
}

.c-codeform_form_tt {
	padding:10px 20px;
	color:#FFF;
	background:#454545;
	border-radius:8px 8px 0 0;
}

.c-codeform_form_cont {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:15px;
}

.c-codeform_form_cont label {
	margin-right:10px;
	font-size: 14px;
}

.c-codeform_form_cont input[type=password] {
	padding:5px 10px;
	border-radius:5px;
	border:1px solid #9B9B9B;
	margin-right: 10px;
}

.c-codeform_form_btn {
    border-radius: 8px;
    padding: 5px 10px;
	border: 1px solid #9B9B9B;
    color: #000;
    font-size: 14px;
    background-image: linear-gradient( rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}

a.c-codeform_form_btn {
    border-radius: 8px;
    padding: 5px 10px;
	margin:0 auto 20px;
	border: 1px solid #9B9B9B;
    color: #000;
    font-size: 14px;
    background-image: linear-gradient( rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}

/*マイページ*/
#myprofile{
	width: calc(100% - 60px);
    position: relative;
    display: table;
    margin-bottom: 50px;
    padding: 30px;
    background: white;
    border-radius: 8px;
	border: 1px solid #FFB021;
}
#myprofile > *{
	display:table-cell;
	vertical-align:top;
}
#my-profImg{
	width:230px;
	padding-right:30px;
}

#my-profImg p{
	font-size: 38px;
	position: absolute;
    right: -15px;
    top: 180px;
}
#my-profImg p a{
	display:block;
	color:#FFF;
	border-radius:30px;
}

#my-profImg p i{
	padding-right:5px;
	font-size:18px;
}
#Mname{
	font-size:23px;
	padding-bottom:10px;
}
#MAge-area-purpus{
	font-size:18px;
	padding-bottom:20px;
}
#bbsPost{
	position:relative;
	font-size:16px;
	font-weight:300;
	padding-bottom:10px;
	line-height:1.8em;
}
#bbsPost small{
	display:block;
	font-weight:500;
	color:#4793BD;
}
#bbsPost span{
	font-size:18px;
	display:block;
	padding-bottom:15px;
	font-weight:500;
	color:#2182B6;
}
#MAge-area-purpus span{
	color: #FA4B7D;
    padding: 20px;
    margin-left: 20px;
    background: white;
    box-shadow: 0px 0px 2px 0px #FA4B7D;
    border-radius: 5px;
    position: relative;
}
#MAge-area-purpus span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FA4B7D;
    opacity: 0.2;
}
#MAge-area-purpus span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}
#Profile{
	position:relative;
	margin:30px;
}
#Profile dl{
	display: inline-block;
    position: relative;
    width: calc(50% - 22px);
    border-bottom: 1px solid #ddd;
    margin: 0 10px 0 10px;
}
#Profile dl > *{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}
#Profile dl dt{
	width:80px;
	font-size:14px;
	font-weight:500;
	color:#00BF16;
}
.slide_panel2{
	display:none;
	background-color:#F7F7F7;
	padding:15px;
	border-radius:8px;
	margin-top:10px;
}
.slide_panel2 textarea{
	width:94%;
	height:100px;
	border:1px solid #CCC;
	border-radius:10px;
	padding:3%;
}
.slide_btn2{
	display: flex;
	color:#2468AF;
	width:300px;
	line-height:40px;
	text-align:center;
	border-radius:40px;
}

.slide_btn2.slide_btn2center {
    margin: 0 auto;
}

.slide_btn2 a{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #00CED1;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #00CED1;
    width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    height: 50px;
}
.slide_btn2 a:hover{
    color: #FFF;
    box-shadow: 0 0px 0 0 #00CED1;
    margin: 4px 0 -4px;
}
.slide_btn2 i{
	padding-right:10px;
}
.slide_btn2:hover{
	cursor:pointer;
}
.editBtn{
	font-size:14px;
	background-color:#46AFCF;
	text-align:center;
	line-height:40px;
	border-radius:30px;
	color:#FFF;
	margin-top:10px;
}
.editBtn a{
	display:block;
	color:#FFF;
	border-radius:30px;
}
.editBtn a:hover{
	background-color:#67C5E1;
	border-radius:30px;
}
.editBtn i{
	padding-right:5px;
	font-size:18px;
}
.DeleteBtn{
	width:300px;
	margin:auto;
	background-color:#676F77;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	border-radius:8px;
}
.DeleteBtn a{
	padding: 5px;
    color: #FFF;
    background: linear-gradient(#9AECED, #00CED1, #00CED1);
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #00CED1;
    display: flex;
	justify-content: center;
}
.icon-icon_delete1 {
    color: #FFF;
    height: 40px;
    width: 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    margin-left: 10px;
    border-radius: 5px 0 0 5px;
}
.DeleteBtn a:hover{
	color:#FFF;
	background: linear-gradient(#00CED1, #00CED1,#9AECED);
}

.DeleteBtn2 {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
	height: 50px;
}

.DeleteBtn2 a {
    font-size: 15px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 10px 25px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
	border: 1px solid #00CED1;
    border-bottom: 4px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
}

.DeleteBtn2 a:hover {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    border-radius: 30px;
    padding: 10px 25px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
	margin-top: 3px;
    margin-bottom: -3px;
}

.CheckBtn{
	width:300px;
	margin:auto;
	background: rgb(55,132,255);
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	border-radius:8px;
}
.CheckBtn a{
	display:block;
	color:#FFF;
	background: linear-gradient(0deg, rgba(55,132,255,1) 0%, rgba(0,218,219,1) 100%);
	border-radius:8px;
}
.CheckBtn a:hover{
	background: linear-gradient(0deg, rgba(55,132,255,1) 0%, rgba(0,254,255,0.7847514005602241) 100%);
}

#mp-favoriteList{
	position:relative;
	padding:15px;
}
#mp-favoriteList iframe{
	width:100%;
}

.err_msg {
	background: #FFFFFF;
    border: 1px solid #FF0000;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.err_msg a {
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 25px;
    background: #AED6E3;
    border-radius: 35px;
}

/*アドレス設定*/
#current_add{
	position:relative;
	padding-bottom:30px;
	display:table;
}
#current_add > *{
	display:table-cell;
}
#current_add dt{
	font-size:15px;
	width:200px;
	font-weight:500;
}
#current_add dd{
	font-size:18px;
	color:#3F4C54;
}

#current_add2{
	position:relative;
	line-break: anywhere;
	padding-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	background: #FFF;
    padding: 15px;
    border-radius: 5px;
	border: 1px solid #DEDEFF;
	margin-bottom:20px;
}
#current_add2 > *{
	display:table-cell;
}
#current_add2 dt{
	font-size:15px;
	width:200px;
	font-weight:500;
	margin-bottom:5px;
}
#current_add2 dd{
	font-size:12px;
	color:#3F4C54;
	margin-bottom:5px;
}
#new-add{
	padding:25px;
	background-color:#EEF0F1;
	border-radius:10px;
}
{
	padding:25px;
	background-color:#EEF0F1;
	border-radius:10px;
}
#new-add dl{
	display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
#new-add dl > *{
	display:table-cell;
}
#new-add dl dt{
	font-size:15px;
	width:250px;
}
#new-add dl dd input{
	width:100%;
	height:28px;
	padding:3px;
	border-radius:5px;
	border:1px solid #CCC;
}
input#mail2_upd:focus {
    border: 1px solid #00CED1;
    outline: none;
    box-shadow: 0 0 5px 0px rgb(0 206 209 / 40%);
}
input#re_login_pass:focus {
    border: 1px solid #00CED1;
    outline: none;
    box-shadow: 0 0 5px 0px rgb(0 206 209 / 40%);
}
#new-add.new-add2{
	padding:15px;
	background-color:#EEF0F1;
	border-radius:10px;
	display: flex;
    flex-direction: column;
}
#new-add.new-add2 dl{
	display: flex;
    flex-direction: column;
	padding-bottom:15px;
	margin-bottom:10px;
}

#new-add.new-add2 dl dt {
	font-size:13px;
	width:100%;
	margin-bottom:10px;
}
.EditBtn{
	width:300px;
	background: #00CED1;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 8px;
    border-bottom: 5px solid #19AAE9;
}
.EditBtn:hover{
	margin-top: 3px;
    color: #FFF;
    border-bottom: 2px solid #19AAE9;
	opacity: 0.8;
}

.social {
	margin-bottom:20px;
}

#Line-ID, #X-ID, #Instagram-ID{
	padding:10px;
	width:300px;
	border-radius:8px;
}

#Line-ID.Line-ID, #X-ID.X-ID, #Instagram-ID.Instagram-ID{
	padding: 5px;
    width: 100%;
    border-radius: 8px;
}

#Line-ID.Line-ID{
	background-color:#00BF16;
}

#X-ID.X-ID{
	background-color:#00ABFF;
}

#Instagram-ID.Instagram-ID{
	background-color:#FF3094;
}

#Line-ID input, #X-ID input, #Instagram-ID input{
	width: calc(100% - 12px);
    height: 25px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.c-profilebox {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

div#profileedit_content {
    padding: 30px;
    background: #FFF;
    border-radius: 8px;
}

#mailresv dl{
	position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    align-items: center;
    width: calc(50% - 20px);
    margin-bottom: 10px;
}

#mailresv dl:nth-child(11), #mailresv dl:nth-child(12) {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 20px);
    margin-bottom: 10px;
}

#mailresv dl:nth-child(11) dd, #mailresv dl:nth-child(12) dd {
    border: 1px solid #e2e0e0;
	background: #fffcfc;
    padding: 20px 15px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
}

@media screen and (max-width:1000px){
	#mailresv dl{
		width: 100%;
	}
}

#mailresv dl:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#mailresv dl > *{
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#mailresv dl dt{
	width:100%;
	font-size:16px;
}

#mailresv dl dd input{
	padding: 10px;
	border-radius: 5px;
	margin-bottom:0;
}

#mailresv dl:first-child dd input{
	padding: 10px;
	border-radius: 5px;
	margin-bottom:0;
	width:192px !important;
}

#mailresv dl dd select {
	padding: 10px;
    border-radius: 5px;
	width:100%;
	margin: 5px 0;
    width: 192px !important;
}

#mailresv dl dd input[type="checkbox"] {
	margin: 0 3px 20px 10px;
}

.c-profilebox_dl {
    width: 100% !important;
}

/*profile.html div追加で効果あり*/
.c-profilebox_dd div {
	width: 33.3333%;
}

/*メッセージ付きいいね！送信画面*/
.c-reprofile_sendbox {
	display: grid;
    grid-template-columns: 80px 285px;
    gap: 10px;
    justify-content: center;
    margin: 0 20px 20px;
}

.c-reprofile_sendbox img {
	width:80px;
	border-radius:100vh;
}

.c-reprofile_sendboxsub {
	display:flex;
	flex-direction:column;
	justify-content: center;
    align-items: center;
}

.c-reprofile_sendboxsub_spot {
	display: inline-flex;
    width: 260px;
    text-align: center !important;
    justify-content: center;
	align-items:center;
    padding: 10px 20px;
    border-radius: 100vh;
    background: #ff4f4f;
    color: #FFF;
    font-size: 2rem;
}

.c-reprofile_sendboxsub_spot strong{
	font-size:2.4rem;
	color: #FFF;
}

.c-reprofile_sendboxsub_text {
	font-size:1.4rem;
	color:#666;
}

#mailresv ul li{
	width:100%;
	font-size:16px;
}

#mailresv ul li input{
	padding: 10px;
	border-radius: 5px;
}

#mailresv ul li select {
	padding: 10px;
    border-radius: 5px;
	width:100%;
}

#mailresv ul li input[type="checkbox"] {
	margin: 0 3px 20px 10px;
}

/*写真アップロード*/
#PhotoUpload {
	width: 100%;
}
#PhotoUpload article {
	padding: 15px;
	position: relative;
}
#PhotoUpload article div {
	width: 25%;
	position: relative;
	float: left;
	text-align: center;
	height:230px;
	margin-bottom:10px;
	display: flex;
    flex-direction: column;
}
#PhotoUpload article div span{
	font-size:12px;
}
#PhotoUpload article div img {
    border-radius: 5px;
    width: 100%;
    object-fit: scale-down;
    aspect-ratio: auto;
}

/* ラジオボタンは非表示にする */
#PhotoUpload article div input[type=radio] {
  display: none; 
}
/* チェックされた時のスタイル */
#PhotoUpload article div input[type="radio"]:checked + label {
	background-color: #FFECB3;
	}
/* lableのスタイル */
#PhotoUpload article div .label {
	display: block;
	cursor: pointer;
	border-radius: 5px;
	margin: 20px 20px 0 20px;
    padding: 10px 10px 2px 10px;
}
#PEBtnAR {
	text-align: center;
	position: relative;
}
#PEBtnAR input{
	width:300px;
	height:50px;
}
#NimgUpload{
	width:95%;
	position:relative;
	padding:20px;
	margin:auto;
	background-color:#F7F7F7;
	border-radius:8px;
}

#NimgUpload small{
	display:block;
	font-size:15px;
	padding-bottom:10px;
}
#NimgUpload input#upload{
	background-color:#00CED1;
	border:1px solid #CCC;
	height:30px;
	padding:2px 10px;
	margin-left:10px;
	color:#FFF;
	min-width: auto;
}
.imgedit-wrap{
	width:100%;
}
.imgedit-wrap iframe{
	width:100%;
}

.check-box2 {
  cursor: pointer;
	position:absolute;
	right: -13px;
    top: -6px;
}

.check-box2 input {
  display: none;
}

.check-box2 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../img/deleticon.png");
  background-size: 68% auto, 100%;
  background-position: top 55% left 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  width: 25px;
  height: 30px;
}

.check-box2 input:checked + .text:before {
  background-image: url("../img/deleticon.png.png"), url("../img/deleticon2.png");
}

/*メンバープロフィール*/
#mp-Icons{
	position: relative;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    padding: 15px 10px 10px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
}
#mp-Icons > *{
	display:inline-block;
	position:relative;
	text-align:center;
	font-size:14px;
}
#mp-Icons > * i{
	font-size:25px;
	display:block;
	color:#888;
}
.iine-oncolor{
	color:#888!important;
}
.fav-oncolor{
	color:#888!important;
}

i.far.fa-thumbs-up.c-btn_on:before {
    color: #3B77AC;
}

i.fas.fa-heart.c-btn_on:before {
    color: #FF5D79;
}

i.icon-icon_kinshi.red:before {
    color: red;
}
i.icon-alert.red {
    color: red !important;
}


.MessageForm{
	position:relative;
	padding:30px;
}
.MessageForm dl{
	position:relative;
}
.MessageForm dl dt{
	font-size:15px;
	font-weight:500;
	padding-bottom:5px;
}
.MessageForm dl dd input{
	width:98%;
	padding:3px;
	border-radius:5px;
	border:3px solid #92C9E3;
	height:30px;
}
.MessageForm dl dd textarea{
	width:98%;
	padding:3px;
	border-radius:5px;
	border:3px solid #FF70B8;
	height:100px;
}
.blue-back{
	background-color:#FFE3EB;
	border-radius:10px;
	padding:15px;
	margin-bottom:20px;
}
.mad > *{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}


/*メッセージ*/
.mailTab{
	position:relative;
	border-bottom:3px solid #00CED1;
	display:flex;
	align-items: baseline;
	padding:20px 15px 0;
	margin-bottom: 20px;
}
.mailTab > *{
	display:inline-block;
	width:180px;
	line-height:40px;
	border-top:3px solid #CCC;
	border-right:3px solid #CCC;
	border-left:3px solid #CCC;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-right:10px;
	position:relative;
	top:3px;
	color:#888;
}
.mailTab > * a{
	display:inline-block;
}
.mt-acticve{
	border-top: 3px solid #00CED1;
    border-right: 3px solid #00CED1;
    border-left: 3px solid #00CED1;
    border-bottom: 3px solid #F9F9F9;
    position: relative;
    top: 3px;
    color: #00CED1;
    font-weight: 500;
}

#mailList{
	position:relative;
	padding-top:10px;
}

#mailList article{
	position:relative;
	padding: 20px 10px;
	border:1px solid #CCC;
	border-radius:5px;
	margin-bottom:10px;
	background: #FFF;
}
#mailList article > *{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}

/*メッセージ追加*/
.talb_cotion {
    margin: 15px 0;
}

.talb_cotion li {
    margin-bottom: 5px;
}
/*メッセージ追加 end*/
.ML-check{
	width:50px;
	text-align:center;
}
.ML-nimg{
	width:70px;
	height:70px;
	overflow: hidden;
	margin-right: 20px;
}
.ML-nimg img{
	width:100%;
	height:100%;
	object-fit: contain;
	border-radius:5px;
}
.ML-name{
	width:600px;
	margin-right: auto;
}
.MLN-usr{
	font-size:18px;
	padding-bottom:5px;
	color:#424242;
}
.MLN-usr small{
	padding-left:15px;
	font-size:14px;
}
.MLN-title{
	font-size:15px;
	display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
	
}
.MLN-title a{
	color:#2C9CD9;
}
.MLN-title a:hover{
	color:#61B4E2;
}
.MLN-link{
	font-size:25px;
	text-align:center;
	width:30px;
	color:#7B858D;
	margin-left: auto;
}
.MLN-link a{
	color:#7B858D;
	display:block;
}

.IframeBX iframe{
	width:100%;
}


.lgContWP{
	width:90%;
	position:relative;
	margin:auto;
	padding-top:10px;
}
.lgContWP h2{
	font-size:23px;
	font-weight:500;
	position:relative;
	padding-bottom:25px;
	color:#9D9891;
}
.lgContWP h2 i{
	color:#AEC1C7;
	font-size:25px;
	padding-right:5px;
}

.TblTYP1{
	position:relative;
	display:table;
}
.TblTYP1 > *{
	display:table-cell;
	position:relative;
}
#fromImg{
	width:90px;
	height:90px;
	vertical-align:middle;
}
#fromImg img{
	width:100%;
	height:100%;
	border-radius:90px;
	object-fit:cover;
}

#StaffMail{
	width:100%;
	margin:auto;
	position:relative;
}
#StaffMail h3{
	font-size:17px;
	position:relative;
	margin-bottom:20px;
	padding:10px 15px;
	color:#236188;
}
#StaffMail h3 small{
	display:block;
	padding-bottom:5px;
	font-size:13px;
}
#StaffMail #SMcontext{
	position:relative;
	padding:15px;
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:8px;
}

/*ポイントチャージ*/
.BtnTYP2{
	line-height:45px;
	font-size:16px;
	border-radius:8px;
	text-align:center;
	border:2px solid #41B3DD;
}
.BtnTYP2 a{
	display:block;
	border-radius:8px;
	color:#41B3DD;
}
.BtnTYP2 a:hover{
	background-color:#EBF4F8;
	border-radius:8px;
}

#PaymentList{
	width:800px;
	position:relative;
	margin:auto;
}

#PaymentList article{
	padding:15px 0;
}

#PaymentList > *{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	position:relative;
	background: linear-gradient( #ffffff 0%, #eee 100%);
    border: 1px solid #ddd;
    margin: 10px 0;
}
#PaymentList > * > *{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
}
#PaymentList > * > *:first-child{
	width:130px;
}
#PaymentList > * > *:nth-child(2){
	width:100%;
}
#PaymentList > * > *:nth-child(3){
	width:calc(100% - 430px);
}

#PaymentList > * > *:nth-child(3) select{
	width:165px !important;
	padding: 0 5px;
}
#PaymentList > * > *:nth-child(4){
	width:160px;
	padding-right:15px;
}
#PaymentList > * > *:nth-child(5){
	width:150px;
}
#PaymentList > * > *:nth-child(6){
	width:100px;
}
#PaymentList nav > *{
	background-color:#6D868F;
	color:#FFF;
	line-height:35px;
}
#PaymentList article > *{
	line-height:50px;
}
#PaymentList article:nth-child(2n){
	background-color:#F6F5F1;
	background: linear-gradient(#ffffff 0%, #eee 100%);
}
.Pprice{
	font-size:18px;
	font-weight:500;
	color:#CF0000;
}
.Ppoint{
	font-size:16px;
	font-weight:500;
	color:#00CED1;
}
.Pselect select{
	border:1px solid #6B7491;
	height:35px;
	font-size:16px;
}
.Pplus{
	font-size:16px;
	color:#CF0000;
}
/*.Pgo input{
	background-color:#C84446;
	width:90%;
	height:35px;
	color:#FFF;
	border:0px;
	font-size:15px;
	border-radius:7px;
}*/

.Pgo input{
	display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 90px;
    margin: auto;
    padding: 6px 20px 7px;
    font-weight: bold;
    background-image: linear-gradient(#0D0 0%, #008100 50%, #005B00 51%, #003900 100%);
    border-radius: 100vh;
    color: #FFF;
    border: 1px solid #999;
	box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
    transition: 0.5s;
}
.Pgo input:hover{
	background-image: linear-gradient(#D00 0%, #810000 50%, #5B0000 51%, #390000 100%);
}
#PMTcaution{
	width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#PMTcaution>li{
	color: #222;
    font-weight: 300;
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DEDEFF;
    margin: 0 0 30px;
	width:100%;
	background: linear-gradient(#ffffff, #fcfcfc);
    position: relative;
    padding-bottom: 40px;
}

#PMTcaution>li:last-child{
	padding-bottom: 20px;
}

#PMTcaution>li:after{
	content: "";
    left: calc(50% - 22px);
    bottom: 10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 17px solid #f17474;
    border-bottom: 0;
}

#PMTcaution li:last-child::after{
	content: "";
	display:none;
}

#PMTcaution li span{
	display:block;
	font-size:18px;
	position:relative;
	font-weight:400;
	padding-bottom:5px;
	color:#FF6586;
	border-bottom: 1px solid #FF6586;
    margin-bottom: 20px;
}
#point-setumei {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
#point-setumei dt {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#point-setumei dd {
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 25px;
}
#PayInput{
	width:560px;
	margin:auto;
}

@media screen and (max-width:1024px){
	#PayInput{
		width:100%;
	}
}

#PayInput dl{
	width:100%;
	border-bottom:1px solid #FFF;
	position:relative;
}
#PayInput dl > *{
	padding:10px;
}
#PayInput dl dt{
	font-size:15px;
	background-color:#00CED1;
	color:#FFF;
	width:150px;
}
#PayInput dl:first-child dt{
	border-top-left-radius:10px;
}
#PayInput dl:last-child dt{
	border-bottom-left-radius:10px;
}
#PayInput dl:first-child dd{
	border-top-right-radius:10px;
}
#PayInput dl:last-child dd{
	border-bottom-right-radius:10px;
}
#PayInput dl dd{
	background-color:#ECF3EC;
	font-size:15px;
	color:#11384C;
}
#PayInput dl dd input{
	width:95%;
	border:1px solid #CCC;
	height:30px;
	padding:3px;
}
#PTsettle{
	padding-top:30px;
}
#PTsettle input{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    border-radius: 5px;
    padding: 10px 25px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.8rem;
    transition: all ease 0.3s;
}

#PTsettle input:hover{
	box-shadow: 0 0px 0 0 #00CED1;
	margin: 4px 0 -4px;
}

#PTinfo{
	width:650px;
	margin:auto;
	font-size:16px;
	position:relative;
	padding-bottom:20px;
	font-weight:300;
	line-height:1.5em;
	padding-top:25px;
}
@media screen and (max-width:1024px){
	#PTinfo{
		width:100%;
	}
}


.c-PTinfo_box{
	border: 1px solid #4AB7C1;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.c-PTinfo_box h4{
	text-align: center;
    margin-bottom: 10px;
}

#QuickCharge{
	width:250px;
	margin:auto;
	padding:10px;
	background-color:#E3ECF1;
	font-size:14px;
	border-radius:8px;
	color:#3E4155;
	text-align:center;
	margin-top:25px;
}
#QuickCharge input{
	margin-right:10px;
}
#tel-area{
	position:relative;
	text-align:center;
}
#tel-area input{
	width:500px;
	height:35px;
	padding:3px;
	border-radius:6px;
	border:3px solid #83B5CF;
}

/*ポイントチャージ modal*/
.c-btn_pointBox {
	padding:10px;
}

.c-btn_point {
	border: 2px solid #ddd;
    padding: 20px 20px;
    width: 300px;
    background: linear-gradient( #ffffff 0%, #e6e6e6 100%);
    border-radius: 5px;
    box-shadow: 0 5px 0 0 rgb(180 180 180);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition-duration: 0.5s;
}

.c-btn_point:hover {
	box-shadow: 0 1px 0 0 rgb(180 180 180);
    margin-top: 4px;
	margin-bottom: -4px;
}

.c-btn_point img {
	width:32px;
	margin-right:10px;
}

.c-modal {
	display:none;
	position:fixed;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	width:100%;
	overflow:auto;
	background-color:rgba(0,0,0,0.5);
}
.c-modalContents {
	background-color:#f4f4f4;
	margin:40px auto;
	width: 50%;
	min-width: 900px;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-duration:1s;
}
@keyframes modalopen {
	from {opacity: 0}
	to {opacity: 0}
}

.c-modalHeader h1 {
	margin: 1rem 0;
}

.c-modalHeader {
	background: lightblue;
	font-size: 1.4rem;
	padding: 3px 15px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.c-modalClose,.c-modalClose2 {
	font-size:2rem;
}

.c-modalClose:hover {
	cursor: pointer;
}

.c-modalBody {
	padding:40px 20px;

}

#PointList dl {
    background-color: #EEF6FF;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

#PointList dl dt {
    width: 60%;
    line-height: 1.5em;
    color: #242424;
    padding-left: 10px;
    font-size: 1.1rem;
	margin-bottom:0;
}

#PointList dl dd {
    width: 29%;
    text-align: right;
    font-size: 20px;
    color: #2E7ECB;
	margin-bottom:0;
}




/*お問い合わせ*/
.RegistForm {
	position: relative;
}
.RegistForm dl{
	display:table;
	position:relative;
	width:100%;
	padding-bottom:15px;
}

.RegistForm.c-RegistForm dl{
	display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

.RegistForm dl > *{
	display:table-cell;
	vertical-align:top;
}
.RegistForm dl dt{
	width:35%;
	margin-right:15px;
	font-size:16px;
	font-weight:500;
	line-height:1.2em;
}
.RegistForm dl dt span {
	font-size:12px;
	color:red;
}

.RegistForm dl dt small{
	display:block;
}
.RegistForm dl dd{
	font-size:18px;
	color:#333;
	width:100%;
}
.RegistForm dl dd select{
	border:1px solid #9AECED;
	border-radius:5px;
	padding:10px;
	margin-bottom:10px
}
.texbx{
	width:90%;
	border:1px solid #AAA;
	height:28px;
	padding:3px;
	border-radius:5px;
}
.texare{
	width:90%;
	border:1px solid #AAA;
	height:100px;
	padding:3px;
	border-radius:5px;
}
.selects{
	border:1px solid #AAA;
	border-radius:8px;
}
#messarea{
	background-color:#E7F4FB;
	border-radius:15px;
	padding:15px;
	padding-bottom:0px;
}

/*お問い合わせSub*/
.RegistForm_sub {
	position: relative;
    width: 420px;
    background: #eeeeee;
    padding: 30px 20px;
    border-radius: 8px;
}
.RegistForm_sub dl{
	display: flex;
    align-items: center;
	position:relative;
	width:100%;
	padding-bottom:15px;
}
.RegistForm_sub dl > *{
	display:table-cell;
	vertical-align:top;
}
.RegistForm_sub dl dt{
	width:150px;
	font-size:14px;
	font-weight:500;
	line-height:1.2em;
}
.RegistForm_sub dl dt small{
	display:block;
}
.RegistForm_sub dl dd{
	font-size:18px;
	color:#333;
}
.RegistForm_sub dl dd select{
	border:1px solid #AAA;
	border-radius:5px;
	padding:3px;
}
.RegistForm_sub dl dd input, .RegistForm_sub dl dd textarea{
	border-radius:5px;
	padding:5px;
}

.texbx{
	width:90%;
	border:1px solid #AAA;
	height:28px;
	padding:3px;
	border-radius:5px;
}
.texare{
	width:90%;
	border:1px solid #AAA;
	height:100px;
	padding:3px;
	border-radius:5px;
}
.selects{
	border:1px solid #AAA;
	border-radius:8px;
}
#messarea{
	background-color:#E7F4FB;
	border-radius:15px;
	padding:15px;
	padding-bottom:0px;
}

/*お問い合わせボタン*/
.Ctc-btn{
	position:relative;
	text-align:center;
}
.Ctc-btn input{
	width:250px;
	height:55px;
	border:0px;
	background-color:#00CED1;
	color:#FFF;
}
.Ctc-btn input:hover{
	background-color:#9AECED;
	margin-top: 5px;
    margin-bottom: -5px;
}



/*リセットボタン*/
.ResetBtn{
	position:relative;
	text-align:center;
	padding-top:25px;
}
.ResetBtn input{
	width:15%;
	height:45px;
	border:0px;
	background-color:#ACC0CC;
	color:#FFF;
}
.ResetBtn input:hover{
	background-color:#84A1B3;
}
/*特商法とか*/

#Log-agreement.c-Log-agreement{
	width:100%;
}

#Log-agreement iframe{
	width:100%;
}

/*お知らせ*/
#newslist{
	position:relative;
	width:100%;
	margin:auto;
}
#newslist dl{
	width:100%;
	padding:30px;
	position:relative;
	border:1px solid #CCC;
	border-radius:10px;
	margin-bottom:25px;
	background: #FFF;
}
#newslist dl dt{
	font-size:17px;
	line-height:1.56em;
	padding-bottom:10px;
	font-weight:500;
	color:#1A8BBA;
}
#newslist dl dt small{
	font-size:14px;
	display:block;
	line-height:1.2em;
	font-weight:normal;
	color:#777;
}
#newslist dl dd{
	font-size:16px;
	line-height:1.5em;
}
/*新しいNEWS list */
.p-news{
	margin-bottom:20px;
}

.p-news_form{
	margin:0;
	display: flex;
    flex-direction: column;
}

.p-news_form_btn{
    padding: 15px;
    color: white;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
	margin-left:auto;
    background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
}
.p-news_form_btn:hover{
    padding: 15px;
    color: white;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    background-image: linear-gradient(0deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
	opacity:0.9;
}

.p-news_list {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.p-news_list li{
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom:15px;
	width:calc(100% - 30px);
	background:#fff;
	border-radius:8px;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	padding:15px;
}

.p-news_list_left {
	display:flex;
	flex-direction:column;
}

.p-news_list_left_box {
	margin-bottom:5px;
	display: flex;
}

.p-news_list_left_box a {
	color:#157FCE;
}

.p-news_list_left_box_l {
	width: 76px;
    height: 54px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	margin-right:10px;
}

.p-news_list_left_box_r {
	display:flex;
	flex-direction:column;
}

.p-news_list_left_box_r time {
	display:flex;
	align-items:center;
}
.p-news_list_left_box_r time img {
	margin-right:5px;
}

.p-news_list_right {
	margin-left:auto;
	padding:10px;
}
.p-news_list_right input {
	padding:5px;
	width: 20px;
    height: 20px;
}
/*ニュースメール*/
.p-newsmailbox {
	display: flex !important;
    align-items: center;
	justify-content:space-between;
	width:640px;
}

.p-newsmailbox .fa-info:before{
	font-size:1.6rem;
}

.p-newsmail {
	margin-bottom:30px;
}

.p-newsmail h3 {
	color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.p-newsmail h3:before
{
	content: "";
    width: 100%;
    height: 2px;
    background: #00CED1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-newsmail.p-newsmail_hm h3:before
{
    background: #EF8200;
}

.p-newsmail p
{
	font-size: 17px;
    line-height: 1.6470588235;
    margin-bottom: 15px;
}

.p-newsmail h4 {
	color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4285714286;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.p-newsmail h4:before
{
	content: "";
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-newsmail h4:after
{
	content: "";
    width: 40px;
    height: 2px;
    background: #00CED1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-newsmail ul {
	margin-bottom:40px;
}

.p-newsmail ul li
{
	font-size: 17px;
    line-height: 1.6470588235;
    padding-left: 1em;
    position: relative;
	margin-bottom: 12px;
}

.p-newsmail ul li:before
{
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    background: #00CED1;
}

.p-newsmail ul li a {
	color:#00CED1;
}

.p-news_mail_banner {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:10px;
	width:200px;
	max-width:200px;
}

.p-news_mail_banner img {
	width:200px;
	max-width:200px;
}

.news_banner {
	margin-bottom:20px;
}


/*ヘッダー*/
.headermenu1,.headermenu2,.headermenu3 {
	margin-right:5px;
}

.headermenu1 img {
	width:248px;
	height:32px;
}

.headermenu2 img {
	width:134px;
	height:32px;
}

.headermenu3 img {
	width:118px;
	height:32px;
}

.headermenu4 img {
	width:132px;
	height:32px;
}


/*マイル交換*/
#mile-title{
	font-size:1.6rem;
	font-weight:500;
	position:relative;
}
#mile-title span{
	display:block;
	padding-bottom:10px;
}
#mile-info{
	width:100%;
	display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}
#mile-info > *{
	width: calc(50% - 10px);
}
.mile-rate_tt {
	font-size:2.4rem;
	text-align:center;
	margin: 0 auto 30px;
}

.mile-rate_tt:after {
	content: "";
    display: block;
    border-bottom: 2px solid #00CED1;
    width: 100px;
    margin: 0 auto;
    margin-top: 5px;
}

#mile-rate{
	position:relative;
	padding:15px;
	color:#231E00;
}
#mile-rate dt{
	font-size:18px;
}
#mile-rate dd{
	font-size:25px;
	font-weight:500;
	text-align:center;
}
#mile-rate dd small{
	font-size:15px;
	padding-left:5px;
}
#mile-exchange{
	width:100%;
	padding:15px 20px;
	border:2px solid #97ADB2;
	border-radius:10px;
	background:#FFF;
}
#mile-exchange dl dt{
	font-size:14px;
	padding-bottom:5px;
}
#mile-exchange dl dd{
	font-size:25px;
	color:#4EBFDD;
}
#mile-exchange dl dd small{
	font-size:15px;
}
#mile-exchange div a{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0 10px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.6rem;
	line-height:2.8;
    transition: all ease 0.3s;
    width: 100%;
}

#mile-exchange div a:hover{
    background: linear-gradient(180deg, #ffffff, #f1f1f1, #f1f1f1);
	color: #00CED1;
	text-shadow: 2px 2px 5px #f1f1f1;
}
/*211112追加*/
#mile-exchange p{
	padding-right:10px;
}

/*211107追加*/
#recom-iframe{
	width:100%;
	position:relative;
}
#recom-iframe iframe{
	width:100%;
	height:190px;
}
.MLN-usr span{
	padding-left:10px;
}

/*211112*/
.InfoBac{
	background-color:#F7F7F7;
	padding:35px;
	padding-bottom:30px;
	border-radius:20px;
}

@media screen and (max-width:1024px){
	.InfoBac {
		padding: 0 20px;
	}
}

.InfoBacBox{
	background-color:#F7F7F7;
	padding:35px;
	padding-bottom:30px;
	border-radius:20px;
	margin-bottom:30px;
}

.InfoBacBoxH2{
	font-size: 25px;
    font-weight: 500;
    color: #00CED1;
}

.InfoBacBox ul{
	margin-bottom:20px;
}

.InfoBacBox ul li {
	font-size:18px;
	margin-bottom:15px;
	color: #00CED1;
}

.InfoBacBox p{
	margin-bottom:20px;
	font-size: 18px;
	color: #E20E00;
}

.InfoBacBox img {
	margin-bottom:20px;
}

.nenrei_p {
	margin-bottom: 20px;
}

.nenrei_coment {
	width: 300px;
    margin: 0 auto;
    border: 1px solid #FF0000;
    padding: 20px 20px 5px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#AUTHform{
	background-color:#F7F7F7;
	padding:10px 20px;
	border-radius:8px;
	position:relative;
	margin:auto;
	margin-bottom:30px;
	width:550px;
	text-align:center;
}
@media screen and (max-width:1024px){
	#AUTHform{
	width:100%;
}
}

/*決済説明追加2207*/
.PaymentInfom2207{
	position:relative;
}
.Pking27{
	position: relative;
    border: 3px solid #eee;
    border-radius: 8px;
    padding: 30px;
    margin: 0 0 20px;
    background: #FFF;
}

@media screen and (max-width:1024px){
	.Pking27{
    	padding: 30px;
	}
}

.Pking27 h3{
	font-size:15px;
	color:#000;
	font-weight:600;
	position:relative;
}
@media screen and (max-width:1024px){
	.Pking27 h3{
		margin-bottom: 0px;
		flex-direction: column;
	}
}

.Pking27 h3 img{
	width:150px;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	mix-blend-mode: multiply;
}
@media screen and (max-width:1024px){
	.Pking27 h3 img{
    	margin-bottom: 20px;
	}
}
.Pking27 p.pminfo27{
	font-size:15px;
	line-height:1.6em;
	padding-bottom:25px;
}
.Pking27 p.pminfo27 small{
	display:block;
	font-size:13px;
}
.pmDL271{
	position:relative;
}
.pmDL271 dt{
	font-size:16px;
	font-weight:500;
	padding-bottom:25px;
}
.pmDL271 dd{
	position:relative;
}
.IconList27 > *{
	border:1px solid #CCC;
	background:#FFF;
	width:80px;
	display:inline-block;
	margin-bottom:5px;
}

/*ライセンス*/
#LicenseRow{
	width:750px;
	margin:auto;
	position:relative;
	display: flex;
    flex-wrap: wrap;
}
#LicenseRow p{
	text-align:center;
	font-size:18px;
	position:relative;
	padding-bottom:50px;
}
#LicenseRow dl{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:50%;
	padding:10px;
	text-align:center;
}
#LicenseRow dl dt{
width:80%;
	margin:auto;
}
#LicenseRow dl dd{
	font-size:16px;
	font-weight:500;
	padding-top:10px;
}

#logPmark{
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.2);
    width: 130px;
    height: 130px;
    background: #FFF;
    margin: 40px auto 0;
}

#logPmark img {
	width: 60px;
}

/*マイル交換*/
.ecoinC-bx{
	margin:auto;
	margin-bottom:20px;
}
.ecoinC-bx h3{
	text-align:left;
	font-size:20px;
	font-weight:500;
	padding-bottom:25px;
	color:#616161;
}
.ecoinC-bx2{
	background-color:#FFF;
	width:670px;
	padding:35px;
	margin:auto;
	margin-bottom:15px;
	background-color:#EDEDED;
	margin-top:50px;
}
@media screen and (max-width:1024px){
	.ecoinC-bx2{
		width:100%;
	}
}
.ecoinC-bx2 h3{
	text-align:center;
	font-size:20px;
	font-weight:500;
	padding-bottom:25px;
	color:#616161;
}
.eCscore{
	display: flex;
    flex-direction: column;
	width: 250px;
    margin-bottom: 15px !important;
    border: 2px solid #00CED1;
	background:#FFF;
}
.eCscore > *{
	display:inline-block;
	vertical-align:middle;
}
.eCscore span{
	background: linear-gradient(150deg, #9AECED, #00CED1);
    color: #FFF;
    width: 100%;
    line-height: 35px;
    text-align: center;
	font-size: 25px;
	padding:5px;
}
.eCscore p{
	display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
}
.eCscore p small{
	font-size: 15px;
    margin-left: 5px;
}
.MarginAUT{
	margin:auto;
}
#ecoinC-select{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#ecoinC-select li{
	width: calc(20% - 10px);
	min-width:135px;
	margin-bottom:20px;
}

#ecoinC-select li a{
	display: flex;
	flex-direction:column;
	align-items:center;
	border-radius:5px;
}

.ecoinBtn1{
	width: 200px;
	border-radius:50px;
	border:3px solid #CCC;
	background: #FFF;
	text-align:center;
	line-height:40px;
	margin:auto;
	margin-top:25px;
	font-weight:bold;
}
.ecoinBtn1 a{
	display:block;
	color:#333;
	border-radius:50px;
}
.ecoinBtn1 a:hover{
	backgroun-color:#EEE;
	border-radius:50px;
}
.ecoin-UL1{
	margin-top:20px;
	background-color:#FFF;
	padding: 40px 30px;
	border-radius:10px;
}
.ecoin-UL1 h4{
	font-size:15px;
	font-weight:bold;
	color:#444;
	text-align:center;
	padding-bottom:7px;
}
.ecoin-UL1 li{
	padding:7px;
	position:relative;
	font-size:14px;
	border-bottom:1px dotted #999;
	line-height:1.3em;
	font-weight:bold;
}
#ecaution-img{
	width:80px;
	margin:auto;
	position:relative;
	padding-bottom:15px;
}

#ecoinChange2{
	position:relative;
}
#ecoinChange2 h2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:20px;
}
#ecoinChange2 h2 span{
	display:block;
}

#amazonImg{
	position:relative;
	padding-bottom:10px;
	width:670px;
	margin:auto;
}

@media screen and (max-width:1024px){
	#amazonImg{
		width:100%;
	}
}

#amazonImg span{
	display:inline-block;
	width:200px;
	vertical-align:top;
	padding:10px;
}

@media screen and (max-width:1024px){
	#amazonImg span{
		width:33.3333%;
		padding:10px;
	}
}

#amazonImg > * img{
	width:100%;
	height:auto;
}
.ChangeInfo{
	position:relative;
	padding:10px;
	width:500px;
	margin:0 auto 20px;
	padding-bottom:15px;
}
.ChangeInfo li{
	position:relative;
	padding:10px;
	border-bottom:1px dotted #CCC;
	font-size:16px;
	font-weight:bold;
}

p.ChangeBtn.maTop25 {
    text-align: center;
}

.ChangeBtn a{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    border-radius: 30px;
    padding: 10px 25px;
    background: linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);
    border: 1px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.8rem;
    transition: all ease 0.3s;
}

.ChangeBtn a:hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    border-radius: 30px;
    padding: 10px 25px;
    background: linear-gradient(180deg, #ffffff 50%, #f1f1f1 50%, #f1f1f1);
    border: 1px solid #00CED1;
    color: #00CED1;
    text-shadow: 2px 2px 5px #ffffff;
    font-size: 1.8rem;
}

#RateList{
	position:relative;
	width:500px;
}
#RateList dl{
	display:table;
	position:relative;
	border-bottom:solid 3px solid #EEE;
	width:95%;
	margin:auto;
	margin-bottom:10px;
}
#RateList dl > *{
	display:table-cell;
	padding:10px;
	vertical-align:middle;
}
#RateList dl dt{
	font-size:14px;
	width:80%;
	line-height:1.3em;
	border-right:1px dotted #CCC;
	font-weight:bold;
}
#RateList dl:nth-child(even) dt{
	border-left:3px solid #8DC2E8;
}
#RateList dl:nth-child(odd) dt{
	border-left:3px solid #FFB338;
}
#RateList dl dd{
	font-size:19px;
	font-weight:bold;
	text-align:center;
}
.ecoinInputAR{
	position:relative;
	width: 600px;
	margin:auto;
	padding: 30px 50px 50px 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1024px){
	.ecoinInputAR{
		width:100%;
	}
}
.ecoinInputAR h3{
	font-size:20px;
	font-weight:bold;
	padding:10px;
	border-bottom:2px solid #CCC;
	text-align:center;
}
.ecoinInputAR article{
	position:relative;
	border-bottom:1px dotted #CCC;
	padding:10px;
}
.ecoinInputAR article > *{
	padding:2px 10px;
}
.ecoinInputAR article h4{
	font-size:14px;
	font-weight:bold;
}
.ecoinInputAR article h4 small{
	background-color:#F04547;
	color:#FFF;
	font-size:12px;
	line-height:23px;
	display:inline-block;
	width:40px;
	text-align:center;
	margin-left:10px;
	border-radius:25px;
}
.ecoinInputAR article p span{
	padding-left:10px;
}
.ecInp{
	height:40px;
}
.ecW70{
	width:70%;
}
.ecW100{
	width:100%;
}
.maTop25{
	margin-top:25px;
}
#ChangeBX{
	border-radius:15px;
	width:400px;
	margin:auto;
	padding:15px;
}
#ChangeBX.maTop25{
	margin-top:25px;
}
.mileTX{
	font-size:16px;
	line-height:1.6em;
}

#giftImg{
	width:400px;
	position:relative;
	margin:auto;
}
#ecoin-Caution{
	font-size:20px;
	font-weight:600;
	text-align:center;
	color:#7C7C7C;
	padding-bottom:35px;
	padding-top:50px;
}

/* ステップ */
.ecoinStep{
  color: white;
	width:500px;
	margin:auto;
}
.ecoinStep .step{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.ecoinStep li{
  position: relative;
  padding: 10px 10px;
  margin: 0 0 10px 0;
	text-align:center;
}

/* 先端部分 */
.ecoinStep li::after{
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-width: 21px 15px;
  border-style: solid;
  z-index: 10;
}

/* 各ステップの色決め */
.ecoinStep .step1{
  background: #00CED1;
	width:50%;
}
.ecoinStep .step1::after{
  border-color: transparent transparent transparent #00CED1 ;
}
.ecoinStep .step2{
  background: #CCC;
	width:28%;
}
.ecoinStep .step2::after{
  border-color: transparent transparent transparent #CCC ;
}
.ecoinStep .step3{
  background: #00CED1;
	width:28%;
}
.ecoinStep .step3::after{
  border-color: transparent transparent transparent #00CED1 ;
}

.Toback{
	display:inline-block;
	float:right;
	font-size:17px;
	padding-right:50px;
}
/*202302追加*/
#PointEXchange{
	width:680px;
	margin:auto;
}
#PointEXchange > *{
	width:310px;
	display:inline-block;
	vertical-align:top;
	padding:10px;
}

/* ▽-----------動くLP-------------------------------------------------▽ */
.LpSection1 {
	height:100%;
	display:flex;
	flex-direction:column;
	position:relative;
}

.LpSection1Header {
	height:30px;
	padding:10px 5px;
	display:flex;
	align-items:center;
	opacity:0.8;
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}

.LpSection1HeaderImg {
	height:40px;
	width:40px;
	overflow:hidden;
	border-radius:50%;
	margin-right:10px;
}

.LpSection1HeaderImg img {
	height:40px;
	width:auto;
}

.LpSection1Header p {
	font-size:14px;
	margin-right:10px;
}
.LpSection1Header span {
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	background:#FF0000;
	color:#FFFFFF;
	padding:35x;
	font-size:12px;
    border-radius: 50%;
}

/*LPのswipper*/
.LpSection1Swipper {
	margin:0 0 20px 0;
}

/*コンテナ要素のスタイル*/
.swiper-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
  }
  
/*各スライドのスタイル*/
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;

	/*テキストの色と太さを指定*/
	color: #212121;
	font-weight: bold;
	font-size: max(0.5rem, 1.5vw);
}

.swiper-slide100 {
	width:100% !important;
	height:auto !important;
}

.swiper-slide100 img {
	width:100% !important;
	height:auto !important;
}

.swiper-slideBox {
	position:absolute;
	bottom:10px;
	left:20px;
	display:flex;
	align-items:center;
}

.swiper-slideBox p {
	font-size:16px;
	color:#FFF;
	margin-right:10px;
}


.swiper-slideBox strong {
	font-size:14px;
	color:#FFF;
	animation: flash 1s linear infinite;
}

@keyframes flash {
	0% {
	  opacity: 1;
	}
  
	50% {
	  opacity: 0;
	}
	
	
	100% {
	  opacity: 1;
	}
}

.swiper-slideBox strong:before {
	content:"●";
	display:inline-flex;
	align-items:center;
	font-size:14px;
	color:#35AC45;
	margin-right:5px;
}

.swiper-slideBox strong:hover {
	font-size:14px;
	color:#35AC45;
}

/*サムネイルのスタイル*/
.swiper-thumbnail {
	height: 73px;
}

.swiper-thumbnail .swiper-slide {
	opacity: 0.2;
	transition: opacity 0.5s;
}

/*アクティブなときのスタイル*/
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

/*矢印ボタンの色を変更*/
.swiper-button-next,
.swiper-button-prev {
	color: #212121;
}

.LpSection1Message {
	background:#EEEEEE;
	margin:20px;
	padding:20px;
	border-radius:8px;
}

.LpSection1Message h3 {
	font-size:16px;
	margin-bottom:5px;
}

.LpSection1Message p {
	font-size:14px;
	line-height:1.5;
}

.LpSection1BtnBox  {
	display:flex;
	justify-content:center;
	margin:0 auto;
	width: 100%;
	max-width:320px;
}

.LpSection1Btn {
	display:flex;
	align-items:center;
	justify-content:center;
	background:#35AC45;
	border-radius:5px;
	box-shadow:0 5px 0 0 rgba(0,150,20,1);
	transition-duration:100ms;
	margin:0 auto;
	animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
	width:100%;
}

.LpSection1Btn:hover {
	background:#35AC45;
	border-radius:5px;
	margin:4px 0 0;
	box-shadow:0 1px 0 0 rgba(0,150,20,1);
}

@keyframes anime1 {
	from {
	  transform: scale(0.9,0.9);
	}
	to {
	  transform: scale(1,1);
	}
}


/*section2*/
.LpSection2 {
	display:none;
	height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #eee;
    position: fixed;
    top: 0;
	left:0;
	opacity:0;
    z-index: 9999;
	transition: .4s ease 0s;
}

.slideAnimeDownUp {
	display:flex;
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
	display:flex;
    animation-name:slideTextY102;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY102 {
    from {
		transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
    to {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
}

.LpSection2Header {
	height:30px;
	padding:10px 5px;
	display:flex;
	align-items:center;
	opacity:0.8;
	background:#35AC45;
	top:0;
	left:0;
	width: calc(100% - 20px);
	z-index:9999;
	color:#FFF;
	padding-left: 20px;
}

.LpSection2HeaderBtn {
	width:25px;
	height:25px;
	border-radius:50%;
	margin-left:auto;
	margin-right:10px;

}

.LpSection2Message {
	margin:20px;
	display:flex;
	align-items:center;
	width: calc(100% - 40px);
}

.LpSection2MessageLeft {
	width:70px;
	height:70px;
	overflow:hidden;
	margin-right:20px;
}
.LpSection2MessageRight {
	width:calc(100% - 90px);
	max-width: 450px;
	padding:15px;
	background:#FFF;
	border-radius:8px;
	font-size:14px;
	position:relative;
}
/*ローダー*/


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loaderBox {
	width: calc(100% - 30px);
    max-width: 450px;
    height: 85px;
    padding: 15px;
    background: #FFF;
    border-radius: 8px;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    margin: 0;
}
.loader {
	font-size:12px;
	position:absolute;
	top: 1em;
    left: 5em;
	background:"#ddd";
	text-indent: -9999em;
  	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	z-index: 9999;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 1em;
  left: 2.5em;
}
.loader:before {
  left: -3.5em;
  top: 0em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
  top: 0em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.delbox {
	display:none;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.LpSection2MessageRightA {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px 10px;
	border-radius:20px;
	background:#35AC45;
	color:#FFF;
	border-radius: 20px;
	position:absolute;
	top: calc(50% - 18px);
    left: calc(50% - 75px);
	border: none;
}

.LpSection2MessageRightA:hover {
	color:#FFF;
}

.LpSection2MessageRight img {
	width:100%;
	max-width:400px;
}

.LpSection2Alert {
	display:none;
	margin:20px;
	width:calc(100% - 80px);
	flex-direction:column;
	align-items:center;
	padding:20px;
	background:#FFF;
	max-width:320px;
	border-radius:8px;
	position:relative;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.2)
}

.slideAnimeDownUp2 {
	display:flex;
    animation-name:slideTextY101;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY101 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.LpSection2Alert img {
	margin-bottom:20px;
}

.LpSection2AlertP1 {
	margin-bottom:20px;
}

.LpSection2AlertP2 {
	border-radius:5px;
	background:#FFF;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.4);
	position:relative;
	padding:20px;
}

.LpSection2AlertP2:after {
	display:block;
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #FFF transparent transparent transparent;
	bottom: -19px;
    left: calc(50% - 10px);
}
.LpSection2AlertP2:before {
	display:block;
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #bbb transparent transparent transparent;
	bottom: -20px;
    left: calc(50% - 10px);
}

.LpSection2AlertBtn1 {
	margin-top: 25px;
}

.LpSection2AlertBtn2 {
	position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.LpSection2AlertBtn2 img {
    width: 40px;
    height: 40px;
}

.LpSection2Footer {
	margin-top: auto;
	width: 100%;
	display:flex;
	justify-content:center;
}

.LpSection2Footer form {
	display:flex;
	align-items: center;
	margin: 20px;
	width: calc(100% - 40px);
}

.LpSection2FooterText {
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
	width: calc(100% - 25px);
}

.LpSection2FooterBtn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #35AC45;
	background:#35AC45;
	color:#FFF;
	width:60px;
}
/* △-----------動くLP-------------------------------------------------△ */


/* ▽-----------LP6-----------------------------------------------------▽ */
.lp6_Box {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp6_header {
	position: relative;
	line-height:0;
}

.lp6_headerJoin {
	margin:40px ;
	display:flex;
	justify-content:space-around;
}

.lp6_headerBox {
	position: relative;
    display: inline-flex;
	height:72px;
	
}

.lp6_btn {
	position: absolute;
}

.lp6_btn_join {
	position: relative;
	line-height:1;
    background: #FF0251;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
    color: #FFFFFF;
	width:250px;
	height:30px;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 rgb(191,0,82);
}

.lp6_btn_join:hover {
	margin-top:4px;
    box-shadow: 0 1px 0 0 rgb(191,0,82);
	color: #FFFFFF;
}

.lp6_btn_join_ribonBox {
	position:absolute;
	top:-6px;
	right:-6px;
	width:70px;
	height:91px;
	overflow:hidden;
	transition: all .3s linear;
}

.lp6_btn_join_ribon {
	display:inline-block;
	position:absolute;
	padding:7px 0;
	left:-22px;
	top:13px;
	width:135px;
	text-align:center;
	font-size:18px;
	line-height:16px;
	background:#000;
	color:#FFF;
	letter-spacing:0.05em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

.lp6_btn_join_ribon:before, .lp6_btn_join_ribon:after {
	position:absolute;
	content:"";
	border-top:5px solid #000;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	bottom: -5px;
}

.lp6_btn_join_ribon:before {
	left:14px;
}

.lp6_btn_join_ribon:after {
	right:18px;
}

.lp6_btn_join:hover + .lp6_btn_join_ribonBox  {
	top:-2px;
}


.lp6_headerBox2 {
	position: relative;
    display: inline-flex;
	height:72px;
}

.lp6_btn {
	position: absolute;
}

.lp6_btn_join2 {
	position: relative;
	line-height:1;
    background: #2B91FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
    color: #FFFFFF;
	width:250px;
	height:30px;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 rgb(28,130,255);
}

.lp6_btn_join2:hover {
	margin-top:4px;
    box-shadow: 0 1px 0 0 rgb(28,130,255);
	color: #FFFFFF;
}

.lp6_btn_join2_ribonBox {
	position:absolute;
	top:-6px;
	right:-6px;
	width:70px;
	height:91px;
	overflow:hidden;
	transition: all .3s linear;
}

.lp6_btn_join2_ribon {
	display:inline-block;
	position:absolute;
	padding:7px 0;
	left:-22px;
	top:13px;
	width:135px;
	text-align:center;
	font-size:18px;
	line-height:16px;
	background:#000;
	color:#FFF;
	letter-spacing:0.05em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

.lp6_btn_join2_ribon:before, .lp6_btn_join2_ribon:after {
	position:absolute;
	content:"";
	border-top:5px solid #000;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	bottom: -5px;
}

.lp6_btn_join2_ribon:before {
	left:14px;
}

.lp6_btn_join2_ribon:after {
	right:18px;
}

.lp6_btn_join2:hover + .lp6_btn_join2_ribonBox  {
	top:-2px;
}






.lp6_header p  {
	display: flex;
    justify-content: center;
    text-align: center;
	margin: 10px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.lp6_header p  {
		top: 78%;
	}
} 

/*セクション1*/
.lp6_sec1 {
	background: #FFD9E5;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp6_sec1 h2 {
	color: #FF0052;
    font-size: 50px;
    font-weight: bold;
	margin-bottom:20px;
}

.lp6_sec1 h2 i.icon-lp6_icon1 {
	font-size: 70px;
}

.lp6_sec1 ul {
	display:flex;
	justify-content:center;
	align-items: flex-start;
	flex-wrap:wrap;
	width: 100%;
}

.lp6_sec1 ul li {
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:15px;
	text-align:center;
	width: calc(33.3333% - 30px);
	max-width:300px;
}

.lp6_sec1 ul li img {
	margin-bottom:20px;
}

/*セクション2*/
.lp6_sec2 {
	display:flex;
	flex-direction:column;
	margin-bottom: 100px;
}

.lp6_sec2Box {
	display:flex;
	justify-content:center;
	max-width: 1000px;
	padding: 20px;
    margin: 20px auto;
	height: 400px;
}

.lp6_sec2BoxL {
	margin-right:80px;
}

@media screen and (max-width: 767px) {
	.lp6_sec2BoxL {
		margin-right:20px;
	}
} 

.lp6_sec2BoxL h2 {
	font-size:120px;
	color:#30B5FF;
	margin-bottom:80px;
}

.lp6_sec2BoxL p {
	padding-bottom:40px;
}

.lp6_sec2 h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

input.lp6_btn_search {
    background: #00B800;
	margin: 0 auto 20px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    padding: 20px;
    width: 300px;
    box-shadow: 0 5px 0 0 rgb(0,163,0);
    font-size: 24px;
}

input.lp6_btn_search:hover {
    margin-top:4px;
	margin-bottom: 16px;
    box-shadow: 0 1px 0 0 rgb(0,163,0);
}

.lp6_sec2Swiper .swiper-slide {
	width:280px ;
	background:#FFF;	
}


/*セクション3*/
.lp6_sec3 {
	margin-bottom:100px;
}

.lp6_sec3 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 0 auto 40px;
	line-height:1.6;
}

.lp6_sec3 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #FF0082;
	margin: 20px auto 0;
}

.lp6_sec3 ul {
	display:flex;
	justify-content:center;
	background-image: linear-gradient(50deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
	background-size: 100% 600px;
	background-repeat: no-repeat;
}

.lp6_sec3 ul {
	display:flex;
	justify-content:center;
	padding:0 45px;
}

.lp6_sec3 li {
	margin:30px 15px;
}

/*セクション4*/
.lp6_sec4 {
	margin-bottom:100px;
}

.lp6_sec4 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 0 auto 40px;
	line-height:1.6;
	padding: 0 20px;
}

.lp6_sec4 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #19BF00;
	margin: 20px auto 0;
}

.lp6_sec4 p {
	text-align:center;
	font-size:28px;
	line-height: 1.6;
	margin: 0 auto 50px;
	padding: 0 20px;
}

.lp6_sec4Box {
    margin: 0 auto;
    position: relative;
}

.lp6_sec4Box .lp6_btn {
    position: absolute;
	top: 89%;
    left: 50%;
	height: 70px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*セクション5*/
.lp6_sec5 {
	margin-bottom:100px;
	padding: 0 20px;
}

.lp6_sec5 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 0 auto 20px;
	line-height:1.6;
}

.lp6_sec5 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #19BF00;
	margin: 20px auto 0;
}

.lp6_sec5 p {
	text-align:center;
	font-size:28px;
	line-height: 1.6;
	margin: 0 auto 50px;
}

/*セクション6*/
.lp6_sec6 {
	margin-bottom:100px;
	padding: 0 20px;
}

.lp6_sec6 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 0 auto 20px;
	line-height:1.6;
}

.lp6_sec6 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #19BF00;
	margin: 20px auto 0;
}

.lp6_sec6 ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width: 100%;
}

.lp6_sec6 ul li {
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:15px;
	text-align:center;
	width: calc(25% - 30px);
	max-width:300px;
	align-items: center;
}

.lp6_sec6 ul li img {
	width:160px;
	margin-bottom:20px;
}

.lp6_sec6 ul li h3 {
	font-size: 24px;
    margin-bottom: 15px;
}

/*セクション7*/

.lp6_sec7 {
	margin-bottom:100px;
}

.lp6_sec7 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 0 auto 20px;
	line-height:1.6;
}

.lp6_sec7 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #19BF00;
	margin: 20px auto 0;
}

.lp6_sec7>p {
	text-align:center;
	font-size:28px;
	line-height: 1.6;
	margin: 0 auto 50px;
}

.lp6_sec7 ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width: 100%;
}

.lp6_sec7 ul li {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	margin:15px;
	text-align:center;
	width: calc(20% - 30px);
	max-width:300px;
	align-items: center;
}

.lp6_sec7 ul li img {
	width:160px;
	margin-bottom:20px;
}

.lp6_sec7 ul li h3 {
	font-size: 20px;
    margin-bottom: 15px;
}

.lp6_sec7 ul li p {
	font-size: 16px;
}
/*セクション8*/

.lp6_sec8 {
	background:#FFD9E5;
}

.lp6_sec8:before {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 400px 0 400px;
	border-color: #F8F8F8 transparent transparent transparent;
	margin: 0 auto;
}


.lp6_sec8 h2 {
	position:relative;
	text-align:center;
	font-size:40px;
	margin: 40px auto 40px;
	line-height:1.6;
}

.lp6_sec8 h2:after {
	content:"";
	display:flex;
	justify-content:center;
	width:80px;
	border-bottom:4px solid #19BF00;
	margin: 20px auto 0;
}

.lp6_sec8Box {
    position: relative;
    width: 650px;
    margin: 0 auto;
	display:flex;
	justify-content: space-between;
}

.lp6_sec8Box .lp6_btn {
    top: 50%;
    left: 50%;
	height:70px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lp6_sec8Box:before {
    content:"";
	display:block;
	width:160px;
	height:310px;
	background:url(../img/lp6/lp6_girl1.png);
}

.lp6_sec8Box:after {
    content:"";
	display:block;
	width:160px;
	height:310px;
	background:url(../img/lp6/lp6_girl2.png);
}
/*lp6footer*/
.lp6_footer {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp6_footer img {
	width: 100%;
}

/* △-----------LP6-----------------------------------------------------△ */

/*LP 定額用*/
.l-teigaku_sec {
	margin: 0 20px 40px;
}

.l-teigaku_tt {
	width:790px;
	display:flex;
	justify-content:center;
	margin:0 auto;
}

.l-teigaku_tt img {
	width:790px;
}

.l-teigaku_sec h2{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	font-size:36px;
	color:#000000;
	margin-bottom:25px;
	padding-bottom: 0;
	line-height:1.4;
}

/*.l-teigaku_sec h2:after{
	display:block;
	content:"";
	width:160px;
	height:5px;
	margin-top:10px;
	background:#EC3F5A;
	border-radius:50px;
}*/

.l-teigaku_sec p {
	font-size: 16px;
    line-height: 1.8;
	text-align:center;
	margin-bottom:30px;
	color:#000000;
}

.l-teigaku_price {
	display:flex;
	justify-content:center;
	width:100%;
}

.l-teigaku_price_li {
	width:260px;
	margin:0 1px;
}

.l-teigaku_price_basic {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.l-teigaku_price_li h3 {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0 15px;
    color: #FFFFFF;
    font-size: 32px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}

.l-teigaku_price_li h3 small {
	font-size:14px;
	margin-top:5px;
}

.l-teigaku_price_basic h3 {
	background:#FF6696;
}

.l-teigaku_price_standard h3 {
	background:#08BA21;
}

.l-teigaku_price_premium h3 {
	background:#00CED1;
}

.l-teigaku_price_contents {
	display:flex;
	flex-direction:column;
	align-items:center;
	width: calc(100% - 20px);
	padding:20px 10px;
	border-radius:0 0 8px 8px;
	background:#373737;
	color:#FFFFFF;
}

.l-teigaku_price_contents_check {
	border-bottom:1px solid #FFF;
	margin: 10px 20px 20px;
    width: calc(100% - 40px);
}

.l-teigaku_price_contents_check div {
	font-size:32px;
	text-align:center;
	margin-bottom:20px;
}

.l-teigaku_price_contents_check div small{
	font-size:20px;
	margin-left:3px;
}

.l-teigaku_price_contents_check_link {
	display: flex;
    justify-content: center;
    width: 140px;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 auto 20px;
    font-size: 20px;
}

.l-teigaku_price_basic a {
	background:#FF6696;
}

.l-teigaku_price_basic a:hover {
	background:#FFF;
	color:#FF6696;
	transition: all 0.3s;
}

.l-teigaku_price_standard a {
	background:#08BA21;
}

.l-teigaku_price_standard a:hover {
	background:#FFF;
	color:#08BA21;
	transition: all 0.3s;
}


.l-teigaku_price_premium a {
	background:#00CED1;
}

.l-teigaku_price_premium a:hover {
	background:#FFF;
	color:#00CED1;
	transition: all 0.3s;
}

.l-teigaku_price_contents_check img {
	display:flex;
	width:200px;
	margin:0 auto 20px;
}

.l-teigaku_price_contents ul {
	display:flex;
	flex-direction:column;
	width: calc(100% - 40px);
}

.l-teigaku_price_contents ul li {
	display:flex;
	justify-content:space-between;
	margin:0 0 10px;
}

.l-teigaku_otoku {
	display:flex;
	justify-content:space-between;
}

.l-teigaku_otoku li {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:220px;
}

.l-teigaku_otoku li img {
	width:200px;
	margin-bottom:25px;
}

.l-teigaku_otoku li h3 {
	font-size:16px;
	color:#EC3F5A;
	margin-bottom:25px;
}

.l-teigaku_otoku li p {
	font-size:14px;
	text-align:left;
}

/*一覧B*/
.l-teigaku_otoku.l-teigaku_otokuB {
	display:flex;
	justify-content:center;
}

.l-teigaku_otoku.l-teigaku_otokuB li {
	margin:0 30px;
}

.l-teigaku_caution {
	display:flex;
	justify-content:space-between;
}

.l-teigaku_caution li {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:180px;
}

.l-teigaku_caution li img {
	width:180px;
	margin-bottom:15px;
}

.l-teigaku_caution li h3 {
	font-size:16px;
	color:#EC3F5A;
	margin-bottom:10px;
}

.l-teigaku_caution li p {
	font-size:14px;
	text-align:left;
}

/*LP 定額用 価格帯*/
.l-teigaku_pricelist {
	width:790px;
}

.l-teigaku_pricelist_thead tr {
	display:flex;
	justify-content:space-between;
}

.l-teigaku_pricelist_thead tr {
	display:flex;
}

.l-teigaku_pricelist_thead tr th {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#FFFFFF;
	border-radius:5px 5px 0 0;
	padding:20px 10px 10px 10px;
	width:190px;
	margin:0 1px;
}

.l-teigaku_pricelist_thead tr th h3 {
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size:28px;
}

.l-teigaku_pricelist_thead tr th h3 small {
	font-size:14px;
	margin-top:10px;
}

.l-teigaku_pricelist_thead_basic {
	background:#FF6696;
}

.l-teigaku_pricelist_thead_standerd {
	background:#08BA21;
}

.l-teigaku_pricelist_thead_premeum {
	background:#00CED1;
}

.l-teigaku_pricelist_thead tr th h3 {
	font-size:28px;
}

.l-teigaku_pricelist_thead tr th small {
	font-size:14px;
}
/*body*/
.l-teigaku_pricelist tbody {
	width:790px;
}

.l-teigaku_pricelist tbody tr {
	display:flex;
}

.l-teigaku_pricelist tbody tr th {
	padding:10px;
    background: #7D7D7D;
    color: #FFFFFF;
    width: 190px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 0 1px;
}

.l-teigaku_pricelist tbody tr:nth-child(even) th {
	background:#646464;
}

.l-teigaku_pricelist tbody tr:first-child th {
	border-radius:8px 0 0 0;
}

.l-teigaku_pricelist tbody tr:last-child th {
	border-radius:0 0 0 8px;
}

.l-teigaku_pricelist tbody tr td {
	display:flex;
	justify-content:center;
	align-items:center;
	background: #F4F4F4;
	width:190px;
	margin:0 1px;
	padding:10px;
}

.l-teigaku_pricelist tbody tr:nth-child(even) td {
	background:#E7E7E7;
}

.l-teigaku_pricelist tbody tr th img {
	width:25px;
	margin-right:5px;
}

/*footer*/
.l-teigaku_pricelist_tfoot tr {
	display:flex;
	justify-content:space-between;
}

.l-teigaku_pricelist_tfoot tr {
	display:flex;
}

.l-teigaku_pricelist_tfoot tr th {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:5px 5px 0 0;
	padding:20px 10px 10px 10px;
	width:190px;
	margin:0 1px;
}

.l-teigaku_pricelist_tfoot tr td {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#FFFFFF;
	background:#000;
	border-radius:0 0 5px 5px;
	padding:20px 10px 10px 10px;
	width:190px;
	margin:0 1px;
}

.l-teigaku_pricelist_tfoot tr td h4 {
	display:flex;
	justify-content:center;
	align-items:flex-end;
	font-size:28px;
	margin-bottom: 20px;
}

.l-teigaku_pricelist_tfoot tr td h4 small {
	font-size:14px;
	margin-left: 3px;
	line-height: 1;
}

.l-teigaku_pricelist_tfoot tr td .l-teigaku_pricelist_tfoot_link {
	display: flex;
    justify-content: center;
    width: 140px;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 auto 10px;
    font-size: 20px;
}

.l-teigaku_pricelist_tfoot tr td .l-teigaku_pricelist_tfoot_link:hover {
	background:#FFFFFF;
}

.l-teigaku_pricelist_link_basic {
	background: #FF6696;
}

.l-teigaku_pricelist_link_basic:hover {
	color: #FF6696 !important;
}

.l-teigaku_pricelist_link_standard {
	background: #08BA21;
}

.l-teigaku_pricelist_link_standard:hover {
	color: #08BA21 !important;
}

.l-teigaku_pricelist_link_premium {
	background: #00CED1;
}

.l-teigaku_pricelist_link_premium:hover {
	color: #00CED1 !important;
}

.l-teigaku_pricelist_tfoot_link_img {
	display: flex;
    width: 140px;
    margin: 0 auto 20px;
}

/*LP 定額用 サービス*/
.l-teigaku_servise {
	display:flex;
	justify-content:center;
}

.l-teigaku_servise table {
	margin:0 15px;
}

.l-teigaku_servise table tbody {
	border-radius:8px;
	overflow:hidden;
}

.l-teigaku_servise table tr {
	display:flex;
	align-items:center;
}

.l-teigaku_servise table td {
	display:flex;
	align-items:center;
	justify-content: center;
	padding:5px 10px 5px;
	background:#F4F4F4;
	color:#000000;
	width:130px;
	height:35px;
}

.l-teigaku_servise table tr:nth-child(even) td {
	background:#E7E7E7;
}

.l-teigaku_servise table th {
	display:flex;
	align-items:center;
	padding:5px 10px 5px;
	color:#FFFFFF;
	width:170px;
	height:35px;
}

.l-teigaku_servise.premeum table th {
	background:#2CA0FF;
}

.l-teigaku_servise.premeum table tr:nth-child(even) th {
	background:#00CED1;
}

.l-teigaku_servise.standard table th {
	background:#45CB58;
}

.l-teigaku_servise.standard table tr:nth-child(even) th {
	background:#08BA21;
}

.l-teigaku_servise.basic table th {
	background:#FF86AC;
}

.l-teigaku_servise.basic table tr:nth-child(even) th {
	background:#FF6696;
}

.l-teigaku_servise table th img {
	width:30px;
	height:30px;
}

.l-teigaku_servise table tr:first-child th{
	border-radius:5px 0 0 0;
}

.l-teigaku_servise table tr:last-child th {
	border-radius:0 0 0 5px;
}

.l-teigaku_servise table tr:first-child td{
	border-radius:0 5px 0 0;
}

.l-teigaku_servise table tr:last-child td {
	border-radius:0 0 5px 0;
}

/*定額制　女性専用LP*/

.l-teigaku_woman_list {
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.l-teigaku_woman_list li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:calc(790px - 10px);
	border:1px solid #FF80A9;
	background:#FFEFF4;
	padding:5px 20px 5px 5px;
	border-radius:8px;
	margin-bottom: 20px;
}

.l-teigaku_woman_list_img {
	width:260px;
	height: 100px;
	margin-right:20px;
}

.l-teigaku_woman_list_text {
	width:470px;
	font-family: sans-serif;
	display:flex;
	flex-direction:column;
}

.l-teigaku_woman_list_text h3 {
	font-size:22px;
	margin-bottom:10px;
}

.l-teigaku_woman_list_text p {
	display:flex;
	justify-content:space-between;
	font-size:45px;
	line-height: 1;
	margin-bottom:0;
	padding-left: 25px;
}

.l-teigaku_woman_list_text p small {
	font-size:30px;
	padding:0 5px;
}

.l-teigaku_woman_list_text p strong {
	color:#F70000;
}

.l-teigaku_woman_button {
	background:#EF5C73;
	color:#FFF;
	padding:20px 25px;
	display:flex;
	justify-content:center;
	align-items:center;
	box-shadow:0 5px 0 0 #E91E3D;
	border-radius:5px;
	font-size: 24px;
    width: 250px;
    margin: 0 auto;
	
}

.l-teigaku_woman_button:hover {
	background:#EF5C73;
	color:#FFF;
	padding:20px 25px;
	display:flex;
	justify-content:center;
	align-items:center;
	box-shadow:0 1px 0 0 #E91E3D;
	transform: translateY(4px);
	border-radius:5px;
	font-size: 24px;
    width: 200px;
    margin: 0 auto;
	opacity:0.9;
}

.l-teigaku_sec_note {
    background: #EB3753;
    padding: 30px;
    border-radius: 8px;
}

.l-teigaku_sec_note h2 {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
	margin-bottom: 30px;
    padding: 0;
}

.l-teigaku_sec_note h2:after {
	content:"";
	display:flex;
	width:150px;
	margin-top:20px;
	border-bottom:5px solid #FFF;
	border-radius:20px;
}

.l-teigaku_sec_note p {
    color: #FFF;
	margin-bottom: 30px;
}

.l-teigaku_sec_note_box {
	background:#FFF;
	border-radius:8px;
}

.l-teigaku_sec_note_box h3 {
	color: #EB3753;
    border-bottom: 1px solid #EB3753;
    padding: 15px 20px;
    font-size: 20px;
 }

 .l-teigaku_sec_note_box ul {
	color: #EB3753;
    padding: 15px 20px 10px;
    font-size: 16px;
 }

 .l-teigaku_sec_note_box ul li {
	margin-bottom:10px;
	list-style-type: disc;
    margin-left: 25px;
 }

 /*定額制　ラスト1日用LP*/

.l-teigaku_lastone {
	background: #FFBD00;
	border-radius: 8px;
	padding: 5px 10px 10px;
	width: 770px;
	margin: 0 auto;
}

.l-teigaku_lastone_icon {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:20px;
}

.l-teigaku_lastone_text {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#FFFFFF;
	border-radius:6px;
	padding: 30px 30px 0px;
}

.l-teigaku_lastone_text h2 {
	font-size:30px;
	margin-bottom:35px;
}

.l-teigaku_lastone_text h2:after {
	margin-top:20px;
}

.l-teigaku_lastone_text strong {
	font-size: 20px;
    color: red;
    margin-bottom: 20px;
}

.l-teigaku_lastone_text p {
	text-align:left;
}

/*like.html いいねを返す*/
.likeReturnBox {
    position: relative;
	display:flex;
	flex-direction:column;
	align-items:center;
}

button.likeReturnButton {
    padding: 5px 13px;
    background: rgb(255,42,107);
	background: linear-gradient(0deg, rgba(255,42,107,1) 50%, rgba(255,88,212,1) 50%,  rgba(254,218,243,1) 100%);
    border-radius: 5px;
	color: white;
	cursor: pointer;
	margin-top: 5px;
	border: 1px solid #ffa5c0;
}

button.likeReturnButton:hover {
	padding: 5px 13px;
    background: rgb(255,62,121);
	background: linear-gradient(0deg, rgba(255,62,121,1) 50%, rgba(255,88,212,1) 50%,  rgba(254,201,223,1) 100%);
    border-radius: 5px;
	color: white;
	cursor: pointer;
}

button.likeReturnButton i:before {
    color: white;
	margin-right:5px;
}

/*like.html チャットする*/
.chatSendBox {
    position: relative;
	display:flex;
	flex-direction:column;
	align-items:center;
}

button.chatSendButton {
    padding: 5px 13px;
	background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    border-radius: 5px;
	color: white;
	cursor: pointer;
	margin-top: 5px;
	width: 165px;
}

button.chatSendButton:hover {
	padding: 5px 13px;
	background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    border-radius: 5px;
	color: white;
	cursor: pointer;
}

button.chatSendButton i:before {
    color: white;
	margin-right:5px;
}
/*like.html チャットするTEXT*/
span.likeReturnText {
	display: none;
    background: white;
    padding: 10px;
    position: absolute;
    top: -64px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 165px;
    text-align: center;
}

span.likeReturnText.onText {
	display: block;
}

span.likeReturnText:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 12px solid #ddd;
	border-bottom: 0;
    position: absolute;
    bottom: -12px;
    left: 73px;
}

span.likeReturnText:after {
    content: "";
    display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 12px solid #fff;
	border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 73px;
}

.likeReturnCouple {
	display:none;
	padding: 5px 11px;
    color: #ffffff;
    background: #ffabba;
    font-size: 1.3rem;
    top: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	margin-top: 10px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.likeReturnCouple i {
	margin-right:5px;
	color:red !important;
}

.likeReturnCouple_text {
    color: #FFF;
}

.likeReturnCouple.show{
	display:block;
}

.likename {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.likename #Mname {
	font-size: 23px;
    margin-right: 10px;
    padding-bottom: 0px;
}

.likename .likeReturnCouple{
    margin-bottom: 0px;
}

/*マイアルバム*/

.myalbum_button {
    margin-bottom: 20px;
}

.myalbum_button ul {
    display: flex;
}

.myalbum_button ul li {
    display: flex;
	margin-right: 20px;
}

.myalbum_button ul li a i {
    color:white;
	padding-right:5px;
}

.myalbum_button_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #26B894;
    color: white;
    border-radius: 5px;
}

.myalbum_button_photo:hover {
    color: white;
    opacity:0.9;
}

.myalbum_button_movie {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #A68CC4;
    color: white;
    border-radius: 5px;
}

.myalbum_button_movie:hover {
    color: white;
    opacity:0.9;
}

/*マイアルバム 削除ボックス*/
.c-deleatimgbox {
	display:none;
}

.c-deleatimgbox.opened {
	background:#FFF;
	padding:15px;
	border-radius:8px;
	box-shadow:3px 3px 8px 3px rgba(0,0,0,0.4);
	display:flex;
	flex-direction:column;
	z-index: 3;
	max-width: 500px;
	position: fixed;
    top: 400px;
    left: calc(50% - 190px);
}

.c-deleatimgbox_tt {
	font-size:16px;
	margin-bottom:10px;
}

.c-deleatimgbox_p {
	font-size:14px;
	margin-bottom:20px;
}

.c-deleatimgbox_buttonbox {
	margin-left:auto;
	display:flex;
	align-items:center;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_delbutton {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px 15px;
	background:#00CED1;
	color:#FFFFFF;
	border-radius:100vh;
	font-size:16px;
	margin-right:15px;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_delbutton:hover {
	opacity:0.8;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_cancelbutton {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px 15px;
	background:#000000;
	color:#FFFFFF;
	border-radius:100vh;
	border: 1px solid #000;
	font-size:16px;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_cancelbutton:hover {
	opacity:0.8;
}

body.c-deleatimg:before {
	content: "";
    display: block;
    background: black;
    z-index: 2;
    width: 1000%;
    height: 100vh;
    position: fixed;
    opacity: 0.7;
}
/*footer*/
.p-re_footer {
    width:100%;
}

.p-re_footer_main {
    width:100%;
    background:#F0F0F0;
    padding:20px 0;
}
.p-re_footer_main_inner {
    width:1240px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    justify-content:space-between;
}
.p-re_footer_main_left {
    width:400px;
}
.p-re_footer_main_right {
    width:700px;
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.p-re_footer_main_right h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    margin-top:20px;
}

.p-re_footer_main_right p {
    margin-top:10px;
    font-size:12px;
}

.p-re_footer_sub {
    width:1370px;
    margin:0 auto;
    padding:10px;
}

.p-re_footer_sub ul {
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 20px;
}

.p-re_footer_sub ul li {
    display:flex;
    justify-content:center;
    align-items:center;
}

.p-re_footer_sub ul li a {
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 10px;
	font-size:14px;
}

.p-re_footer_bottom {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    font-size:14px;
    color:#FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    width:100%;
}

.p-re_header_check_btn_login {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:60px;
	color:#FFF;
	background:linear-gradient(150deg,#9AECED,#00CED1);
	border:2px solid #00CED1;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:15px;
    font-size:22px;
}
.p-re_header_check_btn_login:hover {
	color:#FFF;
}

.p-re_header_check_btn_login::before {
	content:"";
	display:block;
	width:9px;
	height:100%;
	top:0;
	left:0;
	background-color:#FFF;
	opacity:0;
	transition: cubic-bezier(0.32,0,0.67,0);
}

.p-re_header_check_btn_login:hover::before {
	animation: check_btn_anime 0.5s linear;
}

@keyframes check_btn_anime {
	0%{
		transform: scale(2) rotate(45deg);
		opacity:0;
	}
	20%{
		transform: scale(20) rotate(45deg);
		opacity:0.4;
	}
	40%{
		transform: scale(45) rotate(45deg);
		opacity:0.2;
	}
	80% {
		transform:scale(50) rotate(45deg);
		opacity:0.2;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity:0;
	}
}

.p-re_header_check_btn_login:hover:before {
	left:120%;
}

.p-re_header_check_btn_logout {
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:60px;
	color:#00CED1;
	background:#FFF;
	border:2px solid #00CED1;
	border-radius:5px;
}

.p-re_header_check_btn_logout:hover {
	opacity:0.8;
	color:#00CED1;
}
/*Credit決済のradioボタン*/
.c-payment_radio {
	display:flex;
	align-items:center;
}

.c-payment_radiobox {
	margin: 0.5rem;
  }
  
  .c-payment_radiobox input[type="radio"] {
	position: absolute;
	opacity: 0;
  }
  
  .c-payment_radiobox input[type="radio"] + .c-payment_radiobox_label:before {
	content: '';
	background: #FFFFFF;
	border-radius: 100%;
	border: 1px solid darken(#ECF3EC, 25%);
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
  }
  
  .c-payment_radiobox input[type="radio"]:checked + .c-payment_radiobox_label:before {
	background-color: #00CED1;
	box-shadow: inset 0 0 0 4px #FFFFFF;
	border: 1px solid #00CED1;
  }
  
  .c-payment_radiobox input[type="radio"]:focus + .c-payment_radiobox_label:before {
	outline: none;
	border-color: #00CED1;
  }
  
  .c-payment_radiobox input[type="radio"] + .c-payment_radiobox_label:empty:before {
	margin-right: 0;
  }

/*c-box_telecomcredit クレジット決済*/
.c-box_telecomcredit {
margin: 40px 0px;
border: 1px solid #DEDEFF;
padding: 20px;
border-radius: 8px;
}

.c-box_telecomcredit h4 {
font-size:1.6rem;
font-weight:bold;
margin-bottom: 5px;
}

.c-box_telecomcredit ul {
margin-bottom:10px;
}

.c-box_telecomcredit img {
	width: 200px;
    margin: 15px auto;
}
	


/*c-box_paymentOptions クレジット決済*/
.c-box_paymentOptions {
margin: 40px 0px;
border: 1px solid #DEDEFF;
padding: 20px;
border-radius: 8px;
}

.c-box_paymentOptions h4 {
font-size:1.6rem;
font-weight:bold;
margin-bottom: 5px;
}

.c-box_paymentOptions ul {
margin-bottom:10px;
}

.c-box_paymentOptions img {
	width: 200px;
    margin: 15px auto;
}

.c-profile_state {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
	font-size:1.6rem;
}
/* === プロフィールswitch================================== */
.c-switch {
	display:flex;
	margin-right:auto;
	align-items:center;
}
/* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height    : 40px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 12px;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 90px;               /* ボタンの横幅       */
  margin-left:5px;
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 40px;                /* ボタンの高さ       */
  border         : 1px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 30px;               /* 角丸               */
  background:#FFF;
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #00CED1;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content        : "非表示";               /* 表示する文字       */
  padding        : 0 0 0 25px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
  content        : "表示";                /* 表示する文字       */
  padding        : 0 25px 0 0;          /* 表示する位置       */
  color          : #00CED1;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 32px;                /* 丸の横幅           */
  height         : 32px;                /* 丸の高さ           */
  background     : linear-gradient(180deg, #dddddd 50%, #999999 50%, #999999, #bbbbbb);             /* カーソルタブの背景 */
  top            : 4px;                 /* 親要素からの位置   */
  left           : 5px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(49px);    /* 丸も右へ移動       */
  background     : linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);             /* カーソルタブの背景 */
}


/* === シークレットswitch================================== */
.c-switch2 {
	display:flex;
	margin-right:auto;
	align-items:center;
	justify-content: space-between;
}

.c-switch2 strong{
	padding:10px;
	background:#00CED1;
	color:#FFFFFF;
	font-size: 1.2rem;
	border-radius: 5px;
}
/* === ボタンを表示するエリア ============================== */
.switch2Area {
  line-height    : 40px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 12px;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  width          : 90px;               /* ボタンの横幅       */
  margin-left:5px;
}

 /* === チェックボックス ==================================== */
.switch2Area input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switch2Area label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 40px;                /* ボタンの高さ       */
  border         : 1px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 30px;               /* 角丸               */
  background:#FFF;
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switch2Area input[type="checkbox"]:checked +label {
  border-color   : #00CED1;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switch2Area label span:after{
  content        : "OFF";               /* 表示する文字       */
  padding        : 0 0 0 25px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switch2Area  input[type="checkbox"]:checked + label span:after{
  content        : "ON";                /* 表示する文字       */
  padding        : 0 25px 0 0;          /* 表示する位置       */
  color          : #00CED1;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switch2Area #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 32px;                /* 丸の横幅           */
  height         : 32px;                /* 丸の高さ           */
  background     : linear-gradient(180deg, #dddddd 50%, #999999 50%, #999999, #bbbbbb);             /* カーソルタブの背景 */
  top            : 4px;                 /* 親要素からの位置   */
  left           : 5px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switch2Area input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(49px);    /* 丸も右へ移動       */
  background     : linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);             /* カーソルタブの背景 */
}

.c-secret{
	border:1px solid #ddd;
	border-radius:8px;
	padding:5px;
	width: 100%;
}

.c-secret+p {
    text-align: center;
}

/*プロフィール編集性格趣味のチェックボックスにデザイン追加*/
#mailresv .c-cleate_label dd div{
	position:relative;
	margin-bottom: 10px;
	width: calc(50% - 5px);
}

#mailresv .c-cleate_label dd input{
	position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#mailresv .c-cleate_label dd input[type="checkbox"] + label {
    display: block;
    background-image: url(../img/checkbox_off.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 10px 0 28px;
    font-size: 12px;
}

#mailresv .c-cleate_label dd input[type="checkbox"]:checked + label {
    background-image: url(../img/checkbox_on.png);
}