#SPHeadArea{
	position:fixed;
	background-color:#FFF;
	z-index:100;
	top:0px;
	left:0px;
	padding:10px 0;
	width:100%;
}
/*固定ヘッダー　開始*/
#fixed-header {
	position:fixed;
	/*top:-80px;*/
	top:0;
	width:100%;
	height:60px;
	box-sizing:border-box;
	z-index: 100;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,0.3);
	transition: all 0.5s;
}

#fixed-header.is-show {
	top: 0;
	transition: all 0.5s;
}

#fixed-header ul {
	display:flex;
	justify-content:center;
	width:100%;
	list-style:none;
	background:#FFF;
}

#fixed-header li {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:17%;
	height:60px;
	background:linear-gradient(#ffffff, #eeeeee);
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
	position:relative;
}

#fixed-header .count {
	position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 25px;
    padding: 0 1px 2px;
    background: #DE8B8D;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 20px;
}

#fixed-header li a {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:stretch;
	padding:5px 0 7px;
	width:100%;
	height:60px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
	background:linear-gradient(#ffffff, #eeeeee);
}

#fixed-header li a img {
	width:32px;
	height:auto;
}

#fixed-header li a small {
	margin-top:auto;
	font-size:10px;
	font-weight:bold;
}

#fixed-header li button.drawer-hamburger {
	position: relative;
	background: none;
	padding-top: 10px;
	padding-bottom: 17px;
}
#fixed-header small {
	font-size: 10px;
    font-weight: bold;
}
/*▲固定ヘッダー　終了▲*/
/*固定フッター　開始*/
#fixed-footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:65px;
	box-sizing:border-box;
	z-index: 100;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	transition: all 0.5s;
}

#fixed-footer.is-show {
	top: 0;
	transition: all 0.5s;
}

#fixed-footer ul {
	display:flex;
	justify-content:center;
	width:100%;
	list-style:none;
	background:#FFF;
}

#fixed-footer li {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: flex-end;
	width:20%;
	height:65px;
	background:linear-gradient(#ffffff, #eeeeee);
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
	position:relative;
}

#fixed-footer .count {
	position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 25px;
    padding: 0 1px 2px;
    background: #DE8B8D;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 20px;
}

#fixed-footer li a {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#fixed-footer li a img {
	width:30px;
	height:auto;
	margin-top: 8px;
}

#fixed-footer li i {
    font-size: 30px;
    padding-top: 10px;
	color: #999;
}

#fixed-footer li a small {
	margin-top:auto;
	font-size: 10px;
    font-weight: bold;
}

#fixed-footer li button.drawer-hamburger {
	position: relative;
	background: none;
	padding-top: 10px;
	padding-bottom: 17px;
}
/*▲固定フッター　終了▲*/
.SPM-typ1 {
	position: relative;
	display: table;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:5px;
}
.SPM-typ1 > * {
	display: table-cell;
	vertical-align: middle;
}
.SPM-typ1 .STlogo {
	width: 20%;
	position:relative;
}
.SPM-typ1 .STlogo .LogoImg {
	width: 90px;
	margin-left:5px;
	padding-right:5px;
}
.SPM-typ1 .STlogo .LogoImg img {
	width:100%;
	height:auto;
}
.SPM-typ1 #name  {
	font-size:13px;
	line-height:1.4em;
}
.SPM-typ1 #name a  {
	color: #222;
}
.SPM-typ1 #name span{
	display:block;
}
.SPM-typ1 i{
	color:#455156;
	font-size:30px;
}
.SPM-typ1 .Hmark1 {
	text-align:center;
	width:18%;
	font-size:25px;
	position:relative;
}
.SPM-typ1 .Hmark1 .Adott{
	font-size:10px;
	color:#DA3437;
	position:absolute;
	top:3px;
	right:3px;
}
.SPM-typ1 .Hmark1 .Acount{
	font-size:13px;
	width:25px;
	line-height:25px;
	background-color:#DE8B8D;
	display:block;
	border-radius:20px;
	text-align:center;
	color:#FFF;
	position:absolute;
	top:3px;
	right:-5px;
}
.SPM-typ1 .H-pointArea{
	border:1px solid #CCC;
	width:35%;
	border-radius:5px;
}
.SPM-typ1 .H-pointArea i{
	font-size:23px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	color:#C2393B;
}
.SPM-typ1 #payment{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:25%;
}
.SPM-typ1 #payment i{
	margin-right:5px;
	color:#CA0003;
	display:block;
}
.SPM-typ1 #payment a{
color:#5198CF;
}


/*メインコンテンツ*/
main{
	padding-top:60px;
	display: flex;
    flex-direction: column;
}
main h2{
	font-size:20px;
	padding-bottom:20px;
	font-weight:bold;
	color:#658EB8;
	padding:10px;
	text-align:center;
}
.lg-contWrap{
	position:relative;
}

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

.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_s{
	position:relative;
	padding:15px 0;
}

.lg-contWrap_div{
	padding: 10px;
	margin-bottom:10px;
}

.lg-contWrap_div a {
	display: flex;
    width: 150px;
    justify-content: center;
    margin: 15px auto;
    padding: 10px 25px;
    background: #AED6E3;
    border-radius: 35px;
}

.lg-contWrap h3{
	font-size:18px;
	display: flex;
	flex-direction:column;
    align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/*
.lg-contWrap h3:after{
	display: block;
    content: "";
    width: 80px;
    margin-top: 15px;
    border-bottom: 3px solid #3EBCF3;
}
*/

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




/*さがす*/
#RecommendMem{
	width: 100%;
	margin:auto;
	display:flex;
	margin: 0;
}
#RecommendMem > *{
	display:inline-block;
	width: calc(20% - 10px);
	background: #FFF;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
#RecommendMem > * div{
	width:100%;
	height:70px;
	overflow:hidden;
	margin:auto;
	margin-bottom: 5px;
	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;
}


#SearchBtn{
	font-size: 16px;
	color: #43A3C4;
	background-image: url(../image/icon_search.png);
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent:30px;
	background-position: 0px 2px;
	text-align:right;
	margin-bottom:10px;
}
#SearchBtn a{
	color: #43A3C4;
}
.slide_panel{
	display:none;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	padding:10px;
	padding-bottom:30px;
	border-radius: 8px;
}
.slide_btn{
border-bottom:1px dotted #43A3C4;
	display:inline-block;
}
.slide_btn:hover{
	cursor:pointer;
}
.slide_panel h4{
	font-size:20px;
	padding:20px 30px;
	color:#5989A8;
	font-weight:500;
}



/*メンバー検索*/
#MemSearch{
	position:relative;
	width:90%;
	margin:auto;
}
#MemSearch dl{
	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: 30px;
	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(../image/arrow_down.png);
	width: 100%;
}

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

#MemSearch dl dd input{
	border: 1px solid #CCC;
	height: 40px;
	font-size: 16px;
	border-radius: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	width:100%;
}

#MemSearch dl dd select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
#MemSearch dl dd select.harf{
	width:45%;
}
#MemSearch dl dd select.all{
	width:100%;
}
.SRCbtn{
	text-align:center;
	display: flex;
    justify-content: center;
}
.SRCbtn input{
	width:80%;
	height:45px;
	border:none;
	background-color:#68A2B9;
	color:#FFF;
	border-radius:8px;
	font-size:16px;
}

/*メンバーリスト*/
.TPmemberList form{
	display: flex;
    flex-wrap: wrap;
}

.TPmemberList{
	position:relative;
	display: flex;
    flex-wrap: wrap;
}

.TPmemberList article{
	width: calc(50% - 30px);
    position: relative;
    background: #FFF;
    border-radius: 5px;
    margin: 5px 5px 15px;
    padding: 15px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
.TPmemberList article .memImg a {
	width:100%;
	margin:auto;
	display:block;
	margin-bottom:10px;
	height:120px;
	display: flex;
    justify-content: center;
    align-items: stretch;
}
.TPmemberList article .memImg img{
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:10px;
}
.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{
	margin:0 auto 5px;
	text-align:center;
	background-color: #FFF;
	padding-top:5px;
	color:#333;
	border-radius:50px;
	font-size:12px;
	display: none;
}
.TPmemberList article .memImg .check-box{
	position:absolute;
	top: -5px;
    right: -5px;
}
.TPmemberList article .PRtitle{
	text-align:center;
	font-size:14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin:auto;
	margin-bottom:5px;
	line-height:1.2em;
	font-weight:bold;
}

.TPmemberList article .PRtitle span.text {
	position: absolute;
    top: 4px;
    right: 4px;
	z-index: 1;
}

.TPmemberList article small{
	font-size:13px;
	display:block;
	text-align:center;
	font-weight:lighter;
	margin-bottom: 0;
}
.TPmemberList article .Ccoment{
	position: relative;
    text-align: left;
    margin: 10px auto 0;
    line-height: 1.8em;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 13px;
    color: #00a7ff;
    border-radius: 5px;
    border: 1px solid #3DBDED;
    background: #f4feff;
}
.TPmemberList article .Ccoment:before{
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #f4feff;
    bottom: 98%;
    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: #3DBDED;
    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;
    color: #00a7ff;
}
.TPmemberList article .del{
	position:absolute;
	top:0px;
	left:10px;
	background-color:#999;
	width:35px;
	height:25px;
	border-radius:8px;
	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;
}

.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;
	font-weight: bold;
}

.tab-page {
	width: 80%;
	position: relative;
	border-radius:30px;
	margin:auto;
	margin-bottom:30px;
	background-color:#EEE;
	margin-top:20px;
	
}
.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;
}



.check-box {
  cursor: pointer;
}

.check-box input {
  display: none;
}

.check-box input + .text:before {
  content: "";
  display: inline-block;
  top: 0.25em;
  margin: 0;
  background-image: none, url("../image/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;
}

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

.LikeIcon{
	background-color:#BCD3D5;
	color:#FFF;
	text-align:center;
	font-size:14px;
	width:80%;
	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: 1px solid #B9B9B9;
	border-radius:8px;
	padding:30px 20px;
	margin:15px;
}

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

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

.c-member_profile_err a {
	background: #3DBDED;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 8px;
	box-shadow: 0 4px 0 #19AAE9;
}

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

/*添付先の添付通知*/
.c-codeform {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px 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 {
	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% - 30px);
    position: relative;
    margin: 30px 15px 0;
    padding-bottom: 30px;
}
#myprofile > *{

}
#my-profImg{
	width:200px;
	margin:auto;
	padding-bottom:20px;
}
#my-profImg span{
	width:100%;
	display:block;
	padding-bottom:5px;
}
#my-profImg p{
	font-size:14px;
	padding: 5px;
	background-color:#46AFCF;
	text-align:center;
	line-height:30px;
	border-radius:30px;
	color:#FFF;
}
#my-profImg p a{
	display:block;
	color:#FFF;
	border-radius:30px;
}
#my-profImg p a:hover{
	background-color:#67C5E1;
	border-radius:30px;
}
#my-profImg p i{
	padding-right:5px;
	font-size:18px;
	color:white;
}
#Mname{
	font-size:20px;
	text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 5px 5px 0 0;
    margin: 20px 0 0;
    padding: 15px 1em;
	background: #5fc2f5;
	border: 2px solid #5fc2f5;
	
}
#MAge-area-purpus{
	font-size:16px;
	padding: 0 1em;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin-bottom:15px;
	border-radius: 0px 0px 5px 5px;
	border: 2px solid #5fc2f5;
	display: flex;
    flex-direction: column;
}
#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{
	padding:15px 10px;
	border-bottom:2px solid #5fc2f5;
}
#MAge-area-purpus strong{
	color:#FA4B7D;
	padding:15px 10px;
}
#Profile{
	position:relative;
}
#Profile dl{
	position: relative;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #ddd;
	padding: 0 5px;
}
#Profile dl > *{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}
#Profile dl dt{
	width:90px;
	font-size:14px;
	font-weight:500;
	color:#68A2B9;
}
.slide_panel2{
	display:none;
	background-color:#E6F8FD;
	padding:10px;
	border-radius:15px;
	margin-top:10px;
}
.slide_panel2 textarea{
	width:94%;
	height:100px;
	border:1px solid #CCC;
	border-radius:10px;
	padding:3%;
}
.slide_btn2{
	display: none;
    justify-content: center;
	color:#2468AF;
	width: 100%;
	line-height:40px;
	text-align:center;
	z-index:1;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	position:fixed;
	bottom: 66px;
    left: 0;
}

.slide_btn2.slide_btn2center {
    margin: 0 auto;
}

.slide_btn2 a {
    background: #3DBDED;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 8px;
    border-bottom: 5px solid #19AAE9;
}

.slide_btn2 a:hover {
    margin-top: 3px;
    color: #FFF;
    border-bottom: 2px solid #19AAE9;
}


.slide_btn2 i{
	padding-right:10px;
	color:white;
}
.slide_btn2:hover{
	cursor:pointer;
}



.slide_btn4{
	display: flex;
	justify-content: center;
	color:#2468AF;
	width:300px;
	line-height:40px;
	text-align:center;
	border-radius:40px;
	margin: 0 auto;
}

.slide_btn4 a{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #1FB2FF;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #008FFF;
    width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    height: 50px;
}
.slide_btn4 a:hover{
    color: #FFF;
    box-shadow: 0 0px 0 0 #008FFF;
    margin: 4px 0 -4px;
}



.slide_btn3{
	display: flex;
    justify-content: center;
	color:#2468AF;
	width: calc(100% - 20px);
	line-height:40px;
	text-align:center;
	z-index:1;
	padding: 10px;
}

.slide_btn3 a {
    background: #3DBDED;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 8px;
    border-bottom: 5px solid #19AAE9;
}

.slide_btn3 a:hover {
    margin-top: 3px;
    color: #FFF;
    border-bottom: 2px solid #19AAE9;
}


.slide_btn3 i{
	padding-right:10px;
	color:white;
}
.slide_btn3:hover{
	cursor:pointer;
}


.editBtn{
	font-size:14px;
	background-color:#46AFCF;
	text-align:center;
	line-height:40px;
	border-radius:30px;
	color:#FFF;
}
.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:80%;
	margin:auto;
	background-color:#676F77;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	border-radius:8px;
}
.DeleteBtn a{
	display: block;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    background: linear-gradient(180deg, #2BC8FF, #0066FF);
}
.DeleteBtn a:hover{
	color:#FFF;
	background: linear-gradient(180deg, #0066FF,#2BC8FF);
}
.CheckBtn{
	width:80%;
	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;
}
#mp-favoriteList iframe{
	width:100%;
}

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

.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:10px;
	margin-bottom:10px;
}
#current_add > *{
}
#current_add dt{
	font-size:15px;
	font-weight:500;
	color:#217BAE;
}
#current_add dd{
	font-size:18px;
	color:#3F4C54;
}
#new-add{
	padding:15px;
	padding-bottom:10px;
	background-color:#EEF0F1;
	margin-bottom:30px;
	border-radius: 5px;
}
#new-add dl{
	padding-bottom:15px;
}
#new-add dl > *{
}
#new-add dl dt{
	font-size:15px;
	width:250px;
	margin-bottom:5px;
}
#new-add dl dd input{
	width:100%;
	padding:10px;
	border-radius:5px;
	border:1px solid #CCC;
}
.EditBtn{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background: #1FB2FF;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #008FFF;
    min-width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
}
.EditBtn:hover{
	box-shadow: 0 0px 0 0 #008FFF;
    margin: 4px 0 -4px;
}
#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;
	margin-bottom:25px;
}

#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: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin: 0;
}
#mailresv{
	position:relative;
	margin: 40px 0 0px;
    background: #FFF;
    border-radius: 8px;
}

.mailresvs {
	position:relative;
	padding: 0px !important;
    margin: 0px !important;
    background: #FFF;
    border-radius: 8px;
}

.mailresv2 {
	position: relative;
    padding: 15px !important;
    margin: 40px 0 0px !important;
    background: #FFF;
    border-radius: 8px;
}

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

#mailresv dl{
	position:relative;
	padding-bottom:15px;
	margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
#mailresv dl > *{

}
#mailresv dl dt{
	font-size:18px;
	font-weight:500;
	color:#217BAE;
	padding-bottom:5px;
}

#mailresv dl dd select {
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
}

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

input#nick_name {
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

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

/* ラジオボタンは非表示にする */
#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;
	height: 100px;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px;
}
#PEBtnAR {
	text-align: center;
	position: relative;
}
#PEBtnAR input{
	width:300px;
	height:50px;
}
#NimgUpload{
	position:relative;
	margin:auto;
	background-color:#E5E9EA;
	padding-bottom:20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#UPtitle{
	background-color:#149aed;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
	width: 100%;
}
#NimgUpload small{
	display:block;
	font-size:15px;
}
#NimgUpload input#upload{
	height:40px;
	padding:2px 10px;
	margin-left:10px;
	color:#FFF;
	background: #1FB2FF;
    border: none;
}
.imgedit-wrap{
	width:100%;
}
.imgedit-wrap iframe{
	width:100%;
}

.check-box2 {
  cursor: pointer;
	position:absolute;
	left:10px;
	top:10px;
}

.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("../image/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("https://du0.jp/sp/img/deleticon.png.png"), url("../image/deleticon2.png");
}

/*メンバープロフィール*/
#mp-Icons{
	position:relative;
	width: 100%;
    margin: 0 ;
	display: flex;
    justify-content: center;
    align-items: center;
}
#mp-Icons > *{
	display: inline-block;
    position: relative;
    text-align: center;
    width: 75px;
    font-size: 12px;
    background: #FFF;
    border-radius: 5px;
	padding: 10px 5px 5px;
    margin: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}
.mp-Icons_min {
	max-width: 120px !important;
}
.mp-Icons_min>small {
	color:red;
}

#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;
}

i.icon-icon_q.green {
    color: #3B77AC !important;
}

.MessageForm{
	position:relative;
	padding:20px 15px;
}
.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:100%;
	padding:3px;
	border-radius:5px;
	border:3px solid #92C9E3;
	height:100px;
}
.blue-back{
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	border-radius:10px;
	padding:17px;
	margin-bottom:20px;
}
.mad > *{
	display:inline-block;
	vertical-align:top;
}

.mad {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	box-sizing: border-box;
}

dl.blue-back{
	display: flex;
    flex-direction: column;
    align-items: center;
}

dl:nth-child(even).blue-back {
    width: calc(50% - 5px);
    margin: 0px 0px 12px 5px;
    font-size: 13px;
    box-sizing: border-box;
}

dl:nth-child(odd).blue-back {
	width: calc(50% - 5px);
    margin: 0px 5px 12px 0;
    font-size: 13px;
    box-sizing: border-box;
}


/*メッセージ*/
.mailTab{
	position:relative;
	border-bottom:3px solid #7DBED2;
}
.mailTab > *{
	display:inline-block;
	width:21%;
	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:3px;
	position:relative;
	top:3px;
	color:#888;
	font-size:14px;
}
.mailTab > * a{
	display:inline-block;
}
.mt-acticve{
	border-top:3px solid #7DBED2;
	border-right:3px solid #7DBED2;
	border-left:3px solid #7DBED2;
	border-bottom:3px solid #FFF;
	position:relative;
	top:3px;
	color:#46AFCF;
	font-weight:500;
}

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

#mailList article{
	position: relative;
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 15px;
	width: 100%;
    background: #FFF;
}
#mailList article > *{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}

/*メッセージ追加*/
.talk_tt {
    padding: 10px 15px;
    background: linear-gradient(150deg, #2BC8FF, #0066FF);
    color: #FFF;
}

.talb_cotion {
    margin: 15px 0;
}

.talb_cotion li {
    margin-bottom: 5px;
}

/*変更*/
.ML-check{
	width:5px;
	text-align:center;
}
.ML-nimg{
	width:20%;
	height:70px;
	overflow: hidden;
	margin-right:10px;
}
.ML-nimg img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius:5px;
}
.ML-name{
padding-left:10px;
}
.MLN-usr{
	font-size:18px;
	padding-bottom:5px;
	color:#424242;
}
.MLN-usr small{
	font-size:14px;
	display:block;
	padding-bottom:5px;
}

p.MLN-usr a {
    margin-right: 5px;
}

.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;
}
.MLN-link a{
	color:#7B858D;
	display:block;
}

.IframeBX iframe{
	width:100%;
}


.lgContWP{
	width:90%;
	position:realtive;
	margin:auto;
	padding-top:50px;
}
.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;
}
.TblTYP1 > *{
position:relative;
}
#fromImg{
	width:60px;
	height:60px;
	vertical-align:middle;
}
#fromImg img{
	width:100%;
	height:100%;
	border-radius:90px;
	object-fit:cover;
}

#StaffMail{
	width:95%;
	margin:auto;
	position:relative;
}
#StaffMail h3{
	font-size:17px;
	position:relative;
	margin-bottom:20px;
	padding:10px;
	color:#236188;
	border-bottom:1px dotted #CCC;
}
#StaffMail h3 small{
	display:block;
	padding-bottom:5px;
	font-size:13px;
}
#StaffMail #SMcontext{
	position:relative;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
}

/*ポイントチャージ*/
.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 > *{
	display:table;
	position:relative;
}
#PaymentList > * > *{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
}
#PaymentList > * > *:first-child{
	width:130px;
}
#PaymentList > * > *:nth-child(2){
	width:100px;
}
#PaymentList > * > *:nth-child(3){
	width:170px;
}
#PaymentList > * > *:nth-child(4){
	width:150px;
}
#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;
}
.Pprice{
	font-size:20px;
	font-weight:500;
	color:#C84446;
}
.Ppoint{
	font-size:18px;
	font-weight:500;
	color:#496170;
}
.Pselect select{
	border:1px solid #6B7491;
	height:35px;
	font-size:16px;
}
.Pplus{
	font-size:18px;
	color:#C84446;
}
.Pgo input{
	background-color:#C84446;
	width:90%;
	height:35px;
	color:#FFF;
	border:0px;
	font-size:15px;
	border-radius:7px;
}
.Pgo input:hover{
	background-color:#E92124;
}
#PMTcaution{
	width:100%;
	position:relative;
	margin:auto;
}
#PMTcaution li{
	font-size: 14px;
	position: relative;
	line-height: 1.5em;
	padding:15px;
	color:#222;
	font-weight:300;
}
#PMTcaution li span{
	display:block;
	font-size:16px;
	position:relative;
	font-weight:400;
	padding-bottom:10px;
	color:#FF6586;
}
#point-setumei {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#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:100%;
	margin:auto;
}
#PayInput dl{
	width:100%;
	border-bottom:1px solid #FFF;
	position:relative;
}
#PayInput dl > *{
	
}
#PayInput dl dt{
	font-size:14px;
	background-color:#4AB7C1;
	color:#FFF;
	padding:5px 10px;
}
#PayInput dl:first-child dt{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#PayInput dl:last-child dd{
	border-bottom-left-radius:10px;
}
#PayInput dl:last-child dd{
	border-bottom-right-radius:10px;
}
#PayInput dl dd{
	background-color:#ECF3EC;
	font-size:15px;
	color:#11384C;
	padding:10px;
}
#PayInput dl dd input{
	width:95%;
	border:1px solid #CCC;
	height:30px;
	padding:3px;
}
#PTsettle{
	padding-top:20px;
}
#PTsettle input{
	width:250px;
	padding:10px;
}
#PTinfo{
	width:90%;
	margin:auto;
	position:relative;
	padding-bottom:20px;
	font-weight:300;
	line-height:1.5em;
	padding-top:25px;
}
.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:80%;
	height:35px;
	padding:3px;
	border-radius:6px;
	border:3px solid #83B5CF;
}

/*お問い合わせ*/
.RegistForm {
	position: relative;
	padding:10px;
}

.c-RegistForm {
	border: 1px solid #aaa;
    margin: 25px 10px 10px 10px;
    padding: 20px;
    border-radius: 5px;
}

.RegistForm dl{
	position:relative;
	width:100%;
	padding-bottom:15px;
}
.RegistForm dl > *{
	vertical-align:top;
}
.RegistForm dl dt{
	font-size:14px;
	font-weight:500;
	padding:10px 20px;
	background-color:#70AFDF;
	color:#FFF;
	margin-bottom:10px;
}

.RegistForm dl dt span{
	font-size:12px;
	color:#FFFF00;
}
.RegistForm dl dt small{
	display:block;
}
.RegistForm dl dd{
	font-size:16px;
	color:#333;
	padding:5px 0;
}
.RegistForm dl dd select{
	border:1px solid #AAA;
	border-radius:8px;
	padding:10px;
	margin-bottom:10px;
}
.texbx{
	width:100%;
	border:1px solid #AAA;
	padding:10px;
	border-radius:5px;
}
.texare{
	width:100%;
	border:1px solid #AAA;
	height:150px;
	padding:10px;
	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;
	display: flex;
    justify-content: center;
}
.Ctc-btn input{
	width:250px;
	height:55px;
	border:0px;
	background-color:#3399CA;
	color:#FFF;
}
.Ctc-btn input:hover{
	background-color:#77838D;
}



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

/*お知らせ*/
#newslist{
	position: relative;
    width: calc(100% - 30px);
    margin: 0 0 20px;
}
#newslist dl{
	padding:15px;
	position:relative;
	border:1px solid #CCC;
	border-radius:10px;
	margin-bottom:20px;
	background: #FFF;
}
#newslist dl dt{
	font-size:16px;
	line-height:1.56em;
	padding-bottom:5px;
	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:15px;
	line-height:1.5em;
}

#upload-movie{
	width:50%;
	position:relative;
	margin:auto;
}
#upload-movie p{
	display:inline-block;
	width:100%;
	position:relative;
}
#upload-movie p span{
	display:block;
	height:80px;
	overflow:hidden;
}
#upload-movie p img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/*新しいNEWS list */
.p-news{
	margin: 0 15px 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 0 10px 10px;
}
.p-news_list_right input {
	padding:5px;
	width: 20px;
    height: 20px;
}

/*ニュースメール*/
.p-newsmailbox {
	margin: 0 auto 30px;
	width:248px;
}

.p-newsmailbox img {
	width:248px;
}

.p-newsmail {
	margin: 0 10px 30px;
}

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

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

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

.p-newsmail h4 {
	color: #333;
    font-size: 16px;
    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: #658EB8;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.p-newsmail ul li
{
	font-size: 14px;
    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: #658EB8;
}

.p-newsmail ul li a {
	color:#658EB8;
}

/*決済*/

#payment-kind{
	position:relative;
	padding:0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#payment-kind dl{
	display:inline-block;
	width:calc(50% - 15px);
	vertical-align:top;
	position:relative;
	border:1px solid #0792D7;
	background: #FFF;
	border-radius:10px;
	margin: 0 5px 15px;
}
#payment-kind dl dt{
	width:60%;
	position:relative;
	margin:auto;
}
#payment-kind dl dd{
	font-size:12px;
	text-align:center;
	padding-bottom:15px;
	line-height:1em;
}
#payment-kind dl:nth-child(2n){
	margin-left:3%;
}

/*お問い合わせ*/
#PointRate{
	text-align:center;
	font-size:18px;
	color:#5B4951;
	position:relative;
	background-color:#FFF;
	width: 100%;
    padding: 10px;
	margin:auto;
	border-radius:15px;
	line-height:30px;
	margin-bottom:30px;
	border:3px solid #85CAFF;
}
#PointList{
	position:relative;
	width:100%;
	margin:auto;
}
#PointList dl{
	background-color:#EEF6FF;
	border-radius:10px;
	margin-bottom:15px;
	padding:10px;
	font-weight:500;
}
#PointList dl > *{
	display:inline-block;
	vertical-align:middle;
}
#PointList dl dt{
	width: calc(100% - 55px);
	line-height:1.5em;
	color:#242424;
	padding-left:10px;
}
#PointList dl dd{
	width: 35px;
	text-align:right;
	font-size:20px;
	color:#2E7ECB;
}
#FreeCont{
	position:relative;
	padding-bottom:35px;
	line-height:1.6em;
	width:100%;
	margin:auto;
}
#FreeCont span{
	display:block;
	padding-bottom:10px;
	color:#BE0800;
	font-size:15px;
	font-weight:500;
}


/*ご利用規約*/
#agreement {
	color: #CCC;
}
#agreement dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#agreement dl dd {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 25px;
}


/*特定商取引法*/
#Transaction{
	position:relative;
	border-radius:5px;
	background-color:#FFF;
}
#Transaction dl{
	position:relative;
	width:100%;
}
#Transaction dl > *{
	padding:2%;
	vertical-align: top;
}
#Transaction dl dt{
	font-size:14px;
	background-color:#E5EDF3;
	color:#2F444F;
}
#Transaction dl dd{
	font-size:15px;
	background-color:#FFFFFF;
}
#Transaction dl:last-child{
	border-bottom:0px;
}
#Transaction dl:first-child dt{
	border-top-left-radius:5px;
}
#Transaction dl:first-child dd{
	border-top-right-radius:5px;
}
#Transaction dl:last-child dt{
	border-bottom-left-radius:5px;
}
#Transaction dl:last-child dd{
	border-bottom-right-radius:5px;
}


/*プライバシーポリシー*/
#Privacy {
	position:relative;
	padding:10px;
}

#Privacy dt{
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
}
#Privacy dd{
	font-size:15px;
	position:relative;
	padding-bottom:30px;
}
#Privacy dd ul{
	position:relative;
	padding:15px;
	font-size:15px;
}
#Privacy dd ul li{
	padding-bottom: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:25px;
}
#Privacy p{
	font-size:15px;
	font-weight:300;
}


/*マイル交換*/
#mile-title{
	font-size:18px;
	font-weight:500;
	position:relative;
}
#mile-title span{
	display:block;
	padding-bottom:10px;
	width:90%;
}
#mile-info{
	width:95%;
	margin:auto;
}
#mile-info > *{
	padding:10px;
}
#mile-rate{
	position:relative;
padding:15px;
	padding-bottom:20px;
	color:#231E00;
}
#mile-rate dt{
	font-size:18px;
	padding-bottom:10px;
}
#mile-rate dd{
	font-size:25px;
	font-weight:500;
}
#mile-rate dd small{
	font-size:15px;
	padding-left:5px;
}
#mile-exchange{
	width:90%;
	padding:2%;
	border:2px solid #97ADB2;
	border-radius:10px;
	margin:auto;
}
#mile-exchange dl{
	padding:10px;
}
#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{
	background-color:#4EBFDD;
	text-align:center;
	border-radius:8px;
	line-height:45px;
}
#mile-exchange div a{
	display:block;
	border-radius:8px;
	color:#FFF;
	line-height:45px;
}
#mile-exchange div a:hover{
	background-color:#91D1E2;
	border-radius:8px;
}
#mile-exchange p{
	padding-bottom:20px;
	text-align:center;
}
#mile-exchange p select{
	width:95%;
}

/*211112追加*/
#FooterCont section #FCcont1 span{
	display:none;
}
.DLStyle1 {
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.DLStyle1 dt {
	font-size: 14px;
	font-weight: bold;
	color: #1562A5;
	margin-bottom: 10px;
}

dl.DLStyle1 dd label {
    width: 100%;
}

.nenrei_p {
	width: calc(100% - 30px);
	font-size:14px;
    margin: 0 auto;
    margin: 0px 15px 20px;
}

.nenrei_coment {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 15px 20px;
}

.normalBTN {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	color: #FFF;
	width: 96%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	border: 2px solid #FFF;
	margin-top: 10px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	background-color:#439BE5;
}
.normalBTN a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.InfoBac{
	background-color:#F2FAFF;
	padding: 20px 15px;
	padding-bottom:0px;
}

.InfoBacBox{
	background-color:#F2FAFF;
	padding: 15px 15px 1px 15px;
	margin-bottom:20px;
}

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

.InfoBacBoxH2{
	font-size: 25px;
    font-weight: 500;
    color: #658EB8;
	padding: 0;
}

.InfoBacBox h3{
	font-size: 16px;
	padding:0;
	margin-bottom:20px;
	border:none;
}

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

.InfoBacBox ul li {
	font-size:16px;
	margin-bottom:15px;
	color: #00268A;
}

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

.tx-info{
	padding:10px;
}
.tx-info span{
	display:block;
	font-size:14px;
	line-height:1.3em;
	padding-top:15px;
}
#costlist{
	position:relative;
}
#costlist dl{
	position:relative;
	border-bottom:1px solid #CCC;
	display:table;
	width:100%;
	color:#000;
}
#costlist dl:nth-child(odd){
	background-color:#F8ECED;
}
#costlist dl > *{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	font-size:18px;
	font-weight:bold;
}
#costlist dl > * small{
	font-size:13px;
	font-weight:normal;
}
#costlist dl dt{
}
#costlist dl dd{
	text-align:right;
	color:#E22528;
}

#bkImportant{
	background-color:#FFECA4;
	text-align:center;
	padding:15px;
	font-size:15px;

}
#bkImportant p{
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
	color:#E13235;
}
#bkImportant big{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration-line: underline;
}
#bkImportant small{
	display:block;
	padding-top:15px;
}

#AccountInfo{
	position:relative;
	padding:15px;
}
#AccountInfo dt{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#AccountInfo dd{
	line-height:1.6em;
	position:relative;
}

#sendInfo{
	position:relative;
	border-top:1px solid #AAA;
}
#sendInfo p{
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	color:#0080B1;
}

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

#SPmark{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    background: #FFF;
    margin: auto auto 0;
}

#SPmark img {
	width: 55px;
}

.Pking27{
	margin: 30px 0px;
    padding: 30px 20px;
    border: 1px solid #DEDEFF;
	border-radius:8px;
}
.Pking27 h3{
	font-size:15px;
	font-weight:500;
}
.Pking27 h3 span{
	width:200px;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.pminfo27{
	font-size:13px;
	font-weight:300;
	padding-bottom:15px;
}

.pminfo27_cool {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	border: 2px solid #6AD6FF;
	border-radius:5px;
    padding: 10px;
	margin-bottom: 20px;
}

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

.pminfo27_cool a {
	font-size:14px;
	color:#3399CA;
}

.pminfo27_list {
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pminfo27_list li {
	list-style-type: auto;
    margin-left: 20px;
}


/*マイル交換*/
.ecoinC-bx{
	background-color:#FFF;
	padding:15px;
	margin:auto;
	margin-bottom:15px;
	
}
.ecoinC-bx h3{
	text-align:left;
	font-size:17px;
	font-weight:500;
	padding-bottom:25px;
	color:#616161;
}
.ecoinC-bx2{
	width:100%;
	padding:30px;
	margin:auto;
	margin-bottom:15px;
	background-color:#EDEDED;
}
.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:0 auto 15px !important;
    border: 2px solid #0792D7;
	background:#FFF;
}
.eCscore > *{
	display:inline-block;
	vertical-align:middle;
}
.eCscore span{
	background: linear-gradient(150deg, #2BC8FF, #0066FF);
    color: #FFF;
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.c-mp_rireki {
	padding: 10px 7px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
	width:250px;
	margin:0 auto 20px;
}

.c-mp_rireki img {
	width: 40px;
}

.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;
}
#ecoinC-select li{
	line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    background-image: url(../image/earrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 15px auto;
    background-color: #FFF;
    border: 2px solid #bbb;
    margin-bottom: 10px;
    border-radius: 5px;
	padding: 10px;
}

#ecoinC-select li:hover{
	border:2px solid #22A6E3;
}

#ecoinC-select li a{
	display: flex;
    justify-content: space-between;
	align-items:center;
	border-radius:5px;
	width: 100%;
}
/*
#ecoinC-select li a:hover{
	display: flex;
    justify-content: space-between;
    background-color: hsla(36,100%,80%,1.00);
    border-radius: 5px;
    background-image: url(../image/earrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 15px auto;
    color: #000;
}*/

#ecoinC-select li a img {
	width:180px;
}

#ecoinC-select li a p {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    background: linear-gradient(150deg, #2BC8FF, #0066FF);
    color: #FFF;
}
.ecoinBtn1{
	width:80%;
	border-radius:50px;
	border:3px solid #CCC;
	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: 20px 15px;
	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:300px;
	margin:auto;
}
#amazonImg span{
	display:inline-block;
	width:145px;
	vertical-align:top;
}
#amazonImg > * img{
	width:145px;
	height:auto;
}
.ChangeInfo{
	position:relative;
	padding:10px;
	width:90%;
	margin:auto;
	padding-bottom:15px;
}
.ChangeInfo li{
	position:relative;
	padding:10px;
	border-bottom:1px dotted #CCC;
	font-size:16px;
	font-weight:bold;
}
.ChangeBtn{
	width: 250px;
	display:flex;
	justify-content:center;
	margin:0 auto;
}
.ChangeBtn a{
	display: flex;
    justify-content: center;
    align-items: center;
	background: #1FB2FF;
    color: #FFFFFF;
    font-size: 18px;
	padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #008FFF;
    min-width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    border: none;
}
.ChangeBtn a:hover{
	box-shadow: 0 0px 0 0 #008FFF;
    margin: 4px 0 -4px;
}
#RateList{
	position:relative;
	width:95%;
	margin:auto;
}
#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:75%;
	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;
	padding-bottom:20px;
	margin:auto;
}
.ecoinInputAR h3{
	font-size:17px;
	font-weight:bold;
	padding:10px;
	border-top:3px solid #CCC;
}
.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:100%;
}
.ecW100{
	width:100%;
}
.maTop25{
	margin-top:25px;
}
#ChangeBX{
	border-radius:15px;
	width:85%;
	margin:auto;
	margin-top:30px;
	padding:20px;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.mileTX{
	font-size:16px;
	line-height:1.6em;
}

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

/* ステップ */
.ecoinStep{
  color: white;
	width:100%;
	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: #FF9B41;
	width:50%;
}
.ecoinStep .step1::after{
  border-color: transparent transparent transparent #FF9B41 ;
}
.ecoinStep .step2{
  background: #CCC;
	width:28%;
}
.ecoinStep .step2::after{
  border-color: transparent transparent transparent #CCC ;
}
.ecoinStep .step3{
  background: #FF8416;
	width:28%;
}
.ecoinStep .step3::after{
  border-color: transparent transparent transparent #FF8416 ;
}

.Toback{
	display:inline-block;
	float:right;
	font-size:15px;
	margin-left: auto;
    margin-right: 10px;
}

/*202302追加*/
#PointEXchange{
	width:90%;
	margin:auto;
}
#PointEXchange > *{
	padding:10px;
}

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

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

.lp6_header img {
	margin-top:56px;
	position: relative;
	line-height:0;
}

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

.lp6_headerBox {
	position: relative;
    display: inline-flex;
	height:46px;
	margin-right:10px;
}

.lp6_btn {
	position: absolute;
}

.lp6_btn_join {
	position: relative;
	line-height:1;
    background: #FF0251;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    color: #FFFFFF;
	width:140px;
    font-size: 13px;
    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: 2px 0;
    left: -17px;
    top: 4px;
    width: 146px;
    text-align: center;
    font-size: 12px;
    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:41px;
}

.lp6_btn_join_ribon:after {
	right:41px;
}

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


.lp6_headerBox2 {
	position: relative;
    display: inline-flex;
	height:46px;
	margin-left:10px;
}

.lp6_btn_join2 {
	position: relative;
	line-height:1;
    background: #2B91FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #FFFFFF;
	width:140px;
    font-size: 13px;
    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: 2px 0;
    left: -17px;
    top: 4px;
    width: 146px;
    text-align: center;
    font-size: 12px;
    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:41px;
}

.lp6_btn_join2_ribon:after {
	right:41px;
}

.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: 12px;
    line-height: 1.6;
}

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

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

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

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

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

.lp6_sec1 ul li {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin: 0 0 15px;
	text-align:center;
	width: 100%;
	max-width:300px;
}

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

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

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

.lp6_sec2BoxL {
	margin-right:80px;
}

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

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

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

.lp6_sec2BoxR {
	margin-top: 30px;
}

.lp6_sec2 h3 {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 20px;
}

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

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:30px;
	overflow:hidden;
	
}

.lp6_sec3 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	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 li {
    background-image: linear-gradient(50deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    background-size: 100% 450px;
    background-repeat: no-repeat;
    display: flex;
	justify-content:center;
	align-items:center;
	padding: 30px 0;
}

.lp6_sec3 li img {
	width:300px;
}

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

.lp6_sec4 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	margin: 0 auto 30px;
	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;
	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: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

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

.lp6_sec5 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	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;
	line-height: 1.6;
	margin: 0 auto 30px;
}

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

.lp6_sec6 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	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;
	align-items: flex-start;
	width: 100%;
}

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

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

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

/*セクション7*/

.lp6_sec7 {
	margin: 0 0 20px;
}

.lp6_sec7 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	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 {
	line-height: 1.6;
	margin: 0 15px 10px;
}

.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;
	width: calc(50% - 30px);
	max-width:300px;
	align-items: center;
}

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

.lp6_sec7 ul li h3 {
	font-size: 18px;
    margin-bottom: 10px;
}

/*セクション8*/

.lp6_sec8 {
	background:#FFD9E5;
}

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


.lp6_sec8 h2 {
	position:relative;
	text-align:center;
	font-size:25px;
	margin: 40px auto 0px;
	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: 380px;
    margin: 0 auto;
	display:flex;
	justify-content: space-between;
}

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

.lp6_sec8Box:before {
    content:"";
	display:block;
	width:160px;
	height:220px;
	background-size: 70% !important;
	background:url(../image/lp6_girl1.png) no-repeat;
}

.lp6_sec8Box:after {
    content:"";
	display:block;
	width:120px;
	height:210px;
	background-size: 90% !important;
	background:url(../image/lp6_girl2.png) no-repeat;
}
/*lp6footer*/
.lp6_footer {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp6_footer img {
	width: 100%;
}

/* △-----------LP6-----------------------------------------------------△
/*LP 定額用*/
.l-teigaku_tt {
	width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    margin: 15px 15px 0 15px;
}

.l-teigaku_sec {
	margin-bottom:50px;
}

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

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

.l-teigaku_sec p {
	font-size: 16px;
    line-height: 1.8;
	margin:0 15px 30px;
	color:#000000;
}

.l-teigaku_price {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.l-teigaku_price_li {
	width: 100%;
    margin: 0 0 20px;
}

.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: 30px 0 20px;
    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:15px;
	color:white;
}

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

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

.l-teigaku_price_premium h3 {
	background:#008CFF;
}

.l-teigaku_price_contents {
	display:flex;
	flex-direction:column;
	align-items:center;
	width: calc(100% - 0px);
	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;
	color:white;
}

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

.l-teigaku_price_contents_check a {
	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:#008CFF;
}

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

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

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

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

.l-teigaku_price_contents ul li div {
	color:white;
}

.l-teigaku_otoku {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 15px 0;
}

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

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

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

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


.l-teigaku_caution {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
    margin: 25px 15px;
}

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

.l-teigaku_caution li img {
	width:170px;
	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;
	margin: 0 0 25px;
}

/*LP 定額用 価格帯*/
.l-teigaku_pricelist {
	display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 20px auto;
}

.l-teigaku_pricelist_thead tr {
	display:flex;
}

.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:15px 5px 10px 5px;
	width:50px;
	margin:0 1px;
}

.l-teigaku_pricelist_thead tr td {
	padding: 10px 5px;
    color: #FFFFFF;
    width: 155px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1px;
}

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

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

.l-teigaku_pricelist_thead_basic {
	background:#FF6696;
}

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

.l-teigaku_pricelist_thead_premeum {
	background:#008CFF;
}

.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 tr {
	display:flex;
}

.l-teigaku_pricelist tbody tr th {
	padding:10px 5px;
    background: #646464;
    color: #FFFFFF;
    width: 155px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 0 1px;
	font-size:14px;
}

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

.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: #FFF3F2;
	width:50px;
	margin:0 1px;
	padding:10px 5px;
	font-size:14px;
}

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

.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: 80px;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 auto 10px;
}

.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: #EC3F5A;
}

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

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

.l-teigaku_pricelist_ul {
	margin:0 15px;
}

/*LP 定額用 サービス*/
.l-teigaku_servise {
	display:flex;
	flex-direction:column;
	align-items:center;
	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:#008CFF;
}

.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 {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin: 0 15px;
}

.l-teigaku_woman_list li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FF80A9;
    background: #FFEFF4;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.l-teigaku_woman_list_img {
	width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.l-teigaku_woman_list_text {
	width: 100%;
    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: 33px;
    line-height: 1;
    margin-bottom: 0;
}

.l-teigaku_woman_list_text p small {
	font-size:20px;
	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: 200px;
    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: 25px 20px 20px;
    border-radius: 8px;
    margin: 0 15px;
}

.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;
    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: 15px;
 }

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

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

.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 20px 0px;
	line-height: 1.6;
}

.l-teigaku_lastone_text h2 {
	font-size:25px;
	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;
	margin: 0 0 30px;
}

/*NEWプロフィール*/

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

/*プロフィール構成*/
.c-profile {
	display:flex;
	flex-direction:column;
}
.c-profile_left {
	display:flex;
	flex-direction:column;
	width:100%;
}

.c-profile_right {
	display:flex;
	flex-direction:column;
	width:100%;
}

.c-profile_box {
	display:flex;
	flex-direction:column;
	border-radius:8px;
	background:#F4FBFF;
	border:1px solid #DEDEFF;
	padding: 15px;
	margin-bottom: 20px;
}

.c-profile_box h3 {
	font-size:18px;
}

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

.c-profile_phote#my-profImg {
	width: 220px;
    padding-right: 0px;
}

.c-profile_phote#my-profImg span {
	width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.c-profile_name {
	padding: 1rem 2rem;
    position: relative;
    color: #fff;
    background: linear-gradient(-45deg, #35baff 25%, #1fb2ff 0, #1fb2ff 50%, #35baff 0, #35baff 75%, #1fb2ff 0);
    background-size: 30px 30px;
    border-radius: 5px;
	margin-top: 20px;
}



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

.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:10px 15px;
	font-size: 14px;
    width: 105px;
	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:10px 15px;
	font-size: 14px;
}

.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;
    background: #FFFFFF;
    border-radius: 10px;
	margin-bottom: 20px;
}

.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;
}

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

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

.c-profile_favorite_box {
    margin:15px 10px;
}

/*プロフィール投稿*/
.c-profile_touko {
    background: #FFFFF5;
    border: 1px solid #F78A0E;
    border-radius: 10px;
	margin-bottom:20px;
}

.c-profile_touko > h3 {
    background: #F78A0E;
    padding: 10px 15px 7px 15px;
    color: white;
    border-radius: 8px 8px 0 0;
}

.c-profile_touko_box {
    padding: 15px 15px 30px;
}

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

.c-profile_touko p {
    font-size: 13px;
    margin: 20px 0 0;
}

.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;
}

#current_add2 {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #DEDEFF;
}

/*メールアドレス設定*/
.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;
}

.mailresv2 {
	border: 1px solid #bbb;
}

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

button.likeReturnButton {
    padding: 5px 10px;
    background: rgb(255,42,107);
	background:linear-gradient(0deg, rgba(255,42,107,1) 0%, rgba(255,88,212,1) 50%,  rgba(254,218,243,1) 100%);
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #aaa;
	color: white;
	cursor: pointer;
	font-size:14px;
	margin-top: 5px;
}

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

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

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;
	border-radius:5px;
	border:1px solid red;
	color:red;
	margin-bottom: 10px;
	background:white;
	font-size:10px;
}

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

.likeReturnCouple.show{
	display:block;
}

.likename {
	position: absolute;
    right: 0;
	top: -15px;
}


/*マイアルバム*/

.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;
}

h3.myalbum_tt {
    margin-top: -20px;
    margin-bottom: 20px;
}

/*マイアルバム 削除ボックス*/
.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-wrap: wrap;
    flex-direction: column;
    z-index: 3;
    width: calc(100% - 40px);
    position: fixed;
    top: 400px;
    left: 20px;
}

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

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

.c-deleatimgbox_buttonbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_delbutton {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	background: #002BA3;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 15px;
	min-width: 120px;
	box-shadow: none;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_delbutton:hover {
	opacity:0.8;
	margin: 0px 15px 0 0;
}

.c-deleatimgbox_buttonbox .c-deleatimgbox_buttonbox_cancelbutton {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background: #E8E8E8;
    color: #000000;
    border-radius: 5px;
    font-size: 16px;
    min-width: 120px;
    box-shadow: none;
}

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

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

.IconList27 {
	display:flex;
	flex-wrap:wrap;
}

.IconList27 p {
	display: flex;
    justify-content: center;
    align-items: center;
	width:calc(25% - 10px);
	margin:5px;
	border: 1px solid #ddd;
}
 /*ポイント・マイル利用履歴表*/
 .table_design09 {
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
	margin-bottom:20px;
	display: block;
	overflow-x: auto;
  }
  .table_design09 th {
    border: 1px solid #4d9bc1;
    padding: 10px 5px;
	white-space: nowrap;
	font-size: 12px;
  }
  .table_design09 td {
    border: 1px solid #4d9bc1;
    padding:5px;
	white-space: nowrap;
	font-size: 10px;
  }
  .table_design09 td div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
    white-space: nowrap;
	}

  .table_design09 td img{
    width:20px;
	margin:0 0 0 3px;
  }
  .table_design09 thead th {
    background-color: #4d9bc1;
    color: #fff;
    border: 2px solid #4d9bc1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	text-align:center;
  }
  .table_design09 thead th:first-child {
    width: 150px;
  }
  .table_design09 thead th:nth-child(2) {
    width: 230px;
  }
  .table_design09 thead th:last-of-type {
    border-right: 2px solid #4d9bc1;
  }
  .table_design09 tbody th {
    color: #4d9bc1;
    font-weight: bold;
    text-align: center;
  }

  .table_design09_p {
	margin-bottom:20px;
  }

/*マイル・ポイント利用履歴　ページャー*/
.table_design09_pager {
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.table_design09_pager li {
    display:flex;
    justify-content:center;
    align-items:center; 
    width:30px;
    height:30px;
    min-width:30px;
    background:#efefef;
    border-radius:5px;
    margin:5px;
}

.table_design09_pager li a, .table_design09_pager li a i {
    display:flex;
    justify-content:center;
    align-items:center; 
    padding:5px;
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:5px;
    background:#12ABDE;
    color:#FFFFFF;
}

.c-price {
    text-align: center;
    font-size: 20px;
    color: #009EFF;
    background: #E1F3FE;
    width: 200px;
    margin: auto;
    line-height: 50px;
    margin-bottom: 25px;
    border-radius: 6px;
	border: 1px solid #149aed;
}

/*Credit決済のradioボタン*/
.c-payment_radio {
	display:flex;
	flex-direction:column;
}

.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;
	margin-top: 3px;
	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: #1FB2FF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
	border: 1px solid #1FB2FF;
  }
  
  .c-payment_radiobox input[type="radio"]:focus + .c-payment_radiobox_label:before {
	outline: none;
	border-color: #1FB2FF;
  }
  
  .c-payment_radiobox input[type="radio"] + .c-payment_radiobox_label:empty:before {
	margin-right: 0;
  }

  /*c-box_telecomcredit クレジット決済*/
.c-box_telecomcredit {
	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 {
	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;
	}
