@charset "utf-8";

/* ヘッダの検索ボックス削除 */
#headerPC #srch {
	/*display: none;*/
}

#wrap {
	width: 980px;
	margin: 0 auto;
}


input[type="button"],
input[type="submit"] {
	font-size: 20px;
	padding: 5px 10px;
}

input, select, textarea {
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

textarea {
	max-width: 400px;
}
.map_biyou {
	background-image: url(../image_new/mypage/map.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1220px;
	width: 770px;
	margin: 10px auto;
	position: relative;
}

.map-biyou-area {
	position: absolute;
	width: 300px;
}

.map-biyou-area a img {
	margin-bottom: 5px;
	margin-right: 5px;
	width: 142px;
	height: 46px;
}

.map-biyou-area-medama {
	left: 0px;
	top: 840px;
}
.map-biyou-area-medama a img {
	width: auto;
	height: auto;
}

.map-biyou-area-hokkaido {
	left: 504px;
	top: 7px;
}

.map-biyou-area-tohoku {
	left: 485px;
	top: 135px;
}

.map-biyou-area-kanto {
	left: 488px;
	top: 260px;
}

.map-biyou-area-chubu {
	left: 318px;
	top: 320px;
	width: 150px;
}

.map-biyou-area-kansai {
	left: -12px;
	top: 0;
	width: 455px;
}

.map-biyou-area-chugoku {
	left: -12px;
	top: 265px;
}

.map-biyou-area-kyusyu {
	left: -15px;
	top: 480px;
	width: 301px;
}

.map-biyou-area-mens {
	left: 318px;
	top: 730px;
	width: 150px;
}

.map-biyou-area-overseas {
	left: -15px;
	top: 730px;
}

/* 皮膚科 */

.map_skincare {
	background-image: url(../image_new/mypage/yoyaku/map_skincare.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 965px;
	width: 770px;
	margin: 10px auto;
	position: relative;
}

.map-sklincare-area {
	position: absolute;
	width: 300px;
	left: -5px;
	top: 543px;
}

.map-sklincare-area a img {
	margin-bottom: 5px;
	margin-right: 5px;
}

.map-sklincare-area-hokkaido {
	left: 520px;
	top: 10px;
}

.map-sklincare-area-tohoku {
	left: 485px;
	top: 135px;
}

.map-sklincare-area-kanto {
	left: 485px;
	top: 227px;
}

.map-sklincare-area-chubu {
	left: 324px;
	top: 345px;
	width: 150px;
}

.map-sklincare-area-kansai {
	left: 0;
	top: 0;
	width: 455px;
}

.map-sklincare-area-chugoku {
	left: 0;
	top: 255px;
}

.map-sklincare-area-kyusyu {
	left: 0px;
	top: 460px;
}

.map-sklincare-area-mens {
	left: 325px;
	top: 700px;
	width: 150px;
}

.map-sklincare-area-medama {
	left: 0px;
	top: 548px;
}


.mail-container {
	width: 776px;
	margin: 0 auto 20px;
}
.mail-btn-wrap .sp {
	margin-right: 19px;
}
.mail-text {
	background: #FFF7F8;
	border: 1px solid #FFE1E1;
	padding: 20px;
}
.mail-text a {
	color: #f69 !important;
}


/*------------------------------------------Login */
#login_select {
	/*width:920px;*/
	margin:0 auto;
}
#login_select h4 {
	font-size: 130%;
	line-height:1.4;
	margin-bottom:2%;
}
#login_select h4:before {
	font-family:"icomoon";
	content:"\e975";
	margin-right: 2%;
	font-size:250%;
	float:left;
	font-weight: normal;
	line-height:1;
	text-shadow: 2px 2px 0px #FFF;
}
#login_select #login_first {
	background-color:#DEF9A8;
	float:left;
	width: 45%;
	padding: 2%;
	border-radius: 5px;
}
#login_select #login_first h4:before {
	content:"\e905";
	color:#690;
}
#login_select #login_first .login_first_yoyaku {
	display:block;
	background-color: #690;
	color: #FFF;
	text-align:center;
	padding: 4% 0;
	font-size: 150%;
	line-height:1.6;
	margin:0 auto 4%;
	width: 95%;
	font-weight:bold;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#login_select #login_first .login_first_yoyaku:hover {
	opacity:0.7;
}
#login_select #login_first .login_first_yoyaku:after {
	font-family:"icomoon";
	content:"\ea1c";
	margin-left: 1%;
	font-weight:normal;
}
#login_select #login_first ul {
	padding-left:20px;
	margin:0;
}
#login_select #login_first ul li {
	list-style-position:outside;
}
#login_select #login_member {
	background-color:#FFE1E1;
	float:right;
	width: 45%;
	padding: 2%;
	border-radius: 5px;
}
#login_select #login_member h4:before {
	content:"\e975";
	color:#FD6B8E;
}
#login_select #login_member input[type="text"],
#login_select #login_member input[type="password"] {
	width: 200px;
}
#login_select #login_member input[type="submit"] {
	display:block;
	background-color: #FD6B8E;
	color: #FFF;
	text-align:center;
	padding: 3% 0;
	font-size: 150%;
	line-height:1.6;
	margin:0 auto 3%;
	width: 95%;
	font-weight:bold;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
	border:none;
	cursor:pointer;
	border-radius: 5px;
}
#login_select #login_member input[type="submit"]:hover {
	opacity:0.7;
}

#login_select .login_select_inner {
	background-color:#FFF;
	border-radius: 5px;
	padding: 5%;
	margin:2% 0;
}


/*------------------------------------------Mail */

#mail-btn {
		background-color:#F6F6F6;
		padding:15px;
		text-align:center;
}
#mail-btn ul {
	margin:0;
	padding:0;
	font-size:0;
	list-style-type:none;
}
#mail-btn ul li {
	width:25%;
	display:inline-block;
	text-align:center;
	padding: 5px;
	box-sizing:border-box;
}

td #mail-doctor {
	width:800px;
	margin: 10px auto;
}

#mail-doctor table.doctor-mai-box2 {
	width: 158px;
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 1px;
}
#mail-doctor table.doctor-mai-box2:nth-of-type(5n+1) {
	clear: both;
}
#mail-doctor table.doctor-mai-box2:nth-of-type(1) {
	clear: none;
}

#mail-doctor.mail-doctor-pink {
	font-size:0;
}
#mail-doctor.mail-doctor-pink table.doctor-mai-box2 {
	width:19%;
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	padding:0.6% 0.2%;
	margin:0.3%;
	border:none;
	background-color:#fff7f8;
}
#mail-doctor.mail-doctor-pink table.doctor-mai-box2 td {
	vertical-align:middle;
	padding:2px;
}
#mail-doctor.mail-doctor-pink table.doctor-mai-box2 td:first-child {
	width: 65px;
	vertical-align: text-top;
}
#mail-doctor.mail-doctor-pink table.doctor-mai-box2 a {
	color:#FF6699;
}

#mail-counselor ul {
	margin: 0 auto;
	padding: 0;
	width: 95%;
}
#mail-counselor li.doctor-mai-box {
	width: 23%;
	float: left;
	margin-right: 0.5%;
	list-style-type: none;
	margin-bottom: 0.5%;
}
#mail-counselor li.doctor-mai-box:nth-child(4n) {
	margin-right: 0;
}
#mail-counselor.mail-counselor-pink ul {
	width: auto;
}
#mail-counselor li.doctor-mai-box {
	border:none;
	background-color:#fff7f8;
	width:22%;
	margin:0.5%;
	padding:1%;
}
#mail-counselor li.doctor-mai-box td {
	font-size: 13px;
	line-height: 1.6em;
	width:50%;
}
#mail-counselor li.doctor-mai-box a {
	color:#FF6699;
}
#mail-counselor li.doctor-mai-box img {
	width: 90px;
	height: 73px;
}

#form-caution {
	width: 90%;
	margin: 0 auto;
	font-size: 90%;
}

@media screen and (max-width: 640px){
	/*------------------------------------------Login */
	#login_select {
		width: 95%;
		margin-bottom: 3%;
	}
	#login_select #login_first {
		float: none;
		width: initial;
		margin-top: 3%;
		margin-bottom: 3%;
		padding: 4%;
	}
	#login_select #login_member {
		float: none;
		width: initial;
		padding: 4%;
	}
	#login_select h4 {
		font-size: 120%;
		font-weight: bold;
	}
	#login_select h4:before {
		font-size: 140%;
		float: initial;
		font-weight: normal;
	}
	
	#login_select .login_select_inner {
		padding: 3%;
	}
	#login_select #login_first .login_first_yoyaku {
		font-size: 120%;
	}
	#login_select .login_select_inner li {
		list-style-type: disc;
	}
	
	#login_select .login_select_inner table {
		border-collapse:collapse;
	}
	#login_select .login_select_inner table td,
	#login_select .login_select_inner table th {
		border: 5px solid #FFF;
		padding: 2%;
	}
	#login_select .login_select_inner table th {
		width: 40%;
	}
	#login_select #login_member input[type="text"], 
	#login_select #login_member input[type="password"] {
		width: 90%;
	}
	#login_select #login_member input[type="submit"] {
		font-size: 130%;
		margin-bottom: 5%;
	}
	#login_select #login_member a {
		display: block;
		padding: 2%;
		background-color: #F6F6F6;
		margin-top: 2%;
	}
	#login_select #login_member a:after {
		font-family: "icomoon";
		content :"\ea3c";
	}

}




.mypageTopIndex {padding: 33px 0; background: #FAF7EB; margin: 0 auto 80px;}
.mypageTopIndexInner {width: 980px; margin: 0 auto;}
#mypageNaviWrap {width: 980px; margin: 0 auto;}
.mypageNavi {width: 310px; float: left;}
.mypageNavi:nth-child(1), .mypageNavi:nth-child(2) {margin-right: 25px;}
.mypageNavi a {display: block; width: 100%; background: #FAF7EB; height: 62px; border-bottom: 3px solid #E4D69A; text-align: center; line-height: 3; color: #C7A94F; font-size: 18px; border-radius: 5px; position: relative;}
.mypageNavi a::after {
	border-bottom: 2px solid #E4D69A;
	border-left: 2px solid #E4D69A;
	content: "";
	width: 8px;
	height: 8px;
	left: 48%;
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
	bottom: 10px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.mypageNavi a:hover, 
.mypageTopContainer05 .button-blue a:hover, 
.mypageTopContainer06btn a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.mypageTopIndexLeft {float: left;}
.mypageTopIndexName {font-size: 22px; line-height: 1.3; margin-bottom: 20px;}
.mypageTopIndexOut a {width: 200px; height: 40px; display: block; font-size: 18px; font-weight: bold; line-height: 2.2; text-align: center; color: #FFF; border-radius: 8px; background: url(../image_hc/mypage/top/logout.png) 170px center no-repeat #F4637F;}
.mypageTopIndexOut a:hover {filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; -moz-opacity: 0.7; opacity: 0.7;}
.mypageTopIndexRight {float: right; width: 450px;}
.mypageTopIndexText {float: left; width: 325px;}
.mypageTopIndexText, 
.mypageTopIndexText li {margin: 0; padding: 0; list-style: none;}
.mypageTopIndexText li {font-size: 13px; line-height: 1.5; padding: 0 0 0 12px; background: url(../image_hc/mypage/top/arrow01.png) left 5px no-repeat;}
.mypageTopIndexText li a {color: #0066CC;}
.mypageTopIndexNorton {float: right;}
.mypageTopContainer01 {width: 980px; margin: 0 auto;}
.mypageTopContainer01left {float: left; width: 470px; text-align: center; padding-bottom: 15px; background: url(../image_hc/mypage/top/medamaBg.png) repeat;}
.mypageTopContainer01right {float: right; width: 470px; text-align: center; padding-bottom: 15px; background: url(../image_hc/mypage/top/tokutenBg.png) repeat;}
.mypageTopContainer01index {margin: 0 auto 10px;}
.mypageTopContainer01index img {margin-top: -20px;}
.mypageTopContainer01img {margin-bottom: 15px;}
.mypageTopContainer01left .mypageTopContainer01btn a {background-color: #FF6699;}
.mypageTopContainer01right .mypageTopContainer01btn a {background-color: #43BAD8;}
.mypageTopContainer01btn a {
	color: #FFF;
	display: block;
	padding: 10px 0;
	width: 340px;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: -1px -1px 1px #333;
	font-size: 18px;
	margin: 0 auto;
}
.mypageTopContainer01btn a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.mypageTopContainer01btn a:hover, mypageTopContainer02btn a:hover {filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; -moz-opacity: 0.7; opacity: 0.7;}
h2.index-border-pink {width: 980px; margin: 0 auto 25px; padding-top: 60px; text-align: center; font-size: 28px; padding-bottom: 5px; font-weight: normal;}
.mypageTopContainer02 {background: #F6F6F6; padding: 50px 0 25px;}
.mypageTopContainer02inner {
	width: 980px;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mypageTopContainer02contents {
	width: 31.5%;
	margin: 10px 0;
	padding: 0px 0px 10px;
	font-size: 15px;
	background: #FFF;
}
.mypageTopContainer02text1 {padding: 15px 15px 10px; text-align: center; font-size: 20px; color: #F4637F;}
.mypageTopContainer02text2 {padding: 0 15px 5px;}
.mypageTopContainer02btn a {
	background-color: #FF6699;
	color: #FFF;
	display: block;
	padding: 10px 0;
	width: 270px;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
}
.mypageTopContainer02btn a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.mypageTopContainer03 {width: 980px; margin: 0 auto;}
.mypageTopContainer03contents {width: 475px; padding: 20px 30px; font-size: 14px; line-height: 1.4; background: #FAF7EB; border-right: 3px solid #E4D69A; border-bottom: 3px solid #E4D69A; border-radius: 5px; box-sizing: border-box; position: relative;}
.mypageTopContainer03contents a {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block;}
.mypageTopContainer03inner {display: table; width: 100%; margin: 0 auto 15px;}
.mypageTopContainer03icon {display: table-cell; text-align: left; vertical-align: middle; width: 90px;}
.mypageTopContainer03text1 {display: table-cell; text-align: left; vertical-align: middle; font-size: 20px; color: #C7A94F;}
.mypageTopContainer03text1 span {position: relative;}
.mypageTopContainer03text1 span::after {content: ""; width: 16px; height: 16px; background: url(../image_hc/mypage/top/arrow02.png) no-repeat; position: absolute; right: -30px; top: 5px;}
.mypageTopContainer04 {width: 980px; margin: 0 auto;}
.mypageTopContainer04btn {margin: 1% 1% 0 0; float: left;width: 24%;}
.mypageTopContainer04btn a {
	background-color:#C7A94F;
	color: #FFF;
	display: block;
	padding: 10px 0;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
}
.mypageTopContainer04btn a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

.mypageTopContainer03.colorBlue .mypageTopContainer03contents {
	border-right: 3px solid #2392AD;
	border-bottom: 3px solid #2392AD;
	background: #43BAD8;
	color: #fff;
}
.mypageTopContainer03.colorBlue .mypageTopContainer03icon {width: 60px;}
.mypageTopContainer03.colorBlue .mypageTopContainer03text1 {color: #fff;}
.mypageTopContainer03.colorBlue .mypageTopContainer03text1 span::after {background: url(../image_hc/mypage/top/arrow02blue.png) no-repeat;}
.mypageTopContainer04.colorBlue .mypageTopContainer04btn {margin: 0 1.33333% 1% 0;}
.mypageTopContainer04.colorBlue .mypageTopContainer04btn:nth-child(4n) {margin: 0 0 1%;}
.mypageTopContainer04.colorBlue .mypageTopContainer04btn a {
	color: #43BAD8;
	background: none;
	border: 1px solid #43BAD8;
	border-right: 3px solid #43BAD8;
	border-bottom: 3px solid #43BAD8;
}
.mypageTopContainer04.colorBlue .mypageTopContainer04btn a::after {
	border-bottom: 1px solid #43BAD8;
	border-left: 1px solid #43BAD8;
}

.mypageTopBanner {width: 980px; margin: 0 auto 50px;}
.mypageTopBannerInner {float: left;margin: 0.5%;width: 32%;}
.mypageTopBannerInner img {width: 100%; height:auto;}
.mypageTopQr {
	width: 640px;
	background: #EDFBFC;
	margin: 0 auto 50px;
	padding: 20px 65px;
	box-sizing: border-box;
}
.mypageTopQrLeft {display: table-cell; text-align: left; vertical-align: middle; width: 150px;}
.mypageTopQrRight {display: table-cell; text-align: left; vertical-align: middle;}
.mypageTopQrIndex {font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.mypageTopCaution {width: 980px; margin: 0 auto;}
h2.index-border-pink.oshirase {margin-bottom: 70px;}
.mypageTopContainer05 {width: 980px; height: 300px; margin: 0 auto 70px; background: url(../image_hc/common/bg-dot-blue.png) repeat; position: relative;}
.mypageTopContainer05-01 {position: absolute; left: 0; top: -42px;}
.mypageTopContainer05-02 {position: absolute; left: 28px; top: 60px;}
.mypageTopContainer05-03 {position: absolute; left: 377px; top: 60px;}
.mypageTopContainer05-04 {position: absolute; right: 130px; top: 80px; font-size: 24px; font-weight: bold; line-height: 1.3; text-shadow: 2px 2px 2px #FFF; color: #F69; text-align: center;}
.mypageTopContainer05-05 {position: absolute; right: 13px; top: 11px;}
.mypageTopContainer05-05 {position: absolute; right: 13px; top: 11px;}
.mypageTopContainer05-06 {position: absolute; right: 18px; bottom: 20px;}
.mypageTopContainer05 .button-blue a {
	background-color: #43BAD8;
	color: #FFF;
	display: block;
	padding: 10px 0;
	width: 234px;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
}
.mypageTopContainer05 .button-blue a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.mypageTopContainer06 {width: 940px; margin: 0 auto; background: url(../image_hc/mypage/top/medamaBg.png) repeat; padding: 40px 20px 20px; position: relative;}
.mypageTopContainer06inner {padding: 25px 20px; background: #FFF; border-radius: 7px;}
.mypageTopContainer06index {text-align: center; position: absolute; top: -35px; left: 0; z-index: 1;}
.mypageTopContainer06 .floatleft img, 
.mypageTopContainer06 .floatright img {width: 292px; height: auto;}
.mypageTopContainer06 .clearfix {margin-bottom: 12px; position: relative; z-index: 2;}
.mypageTopContainer06 .clearfix .floatleft:nth-child(1) {margin-right: 12px;}
.mypageTopContainer06btn a {
	background-color: #F4637F;
	color: #FFF;
	display: block;
	padding: 10px 0;
	width: 340px;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	margin: 30px auto 0;
}
.mypageTopContainer06btn a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
ul.mypageLink,
ul.mypageLink li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mypageLink {
	width: 980px;
	margin: 0 auto;
}
ul.mypageLink li {
	width: 155px;
	height: 55px;
	margin-right: 10px;
	float: left;
	display: table;
	line-height: 1.2;
	font-size: 16px;
	background: #F4637F;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	position: relative;
}
ul.mypageLink li:hover {background-color: rgba(244,99,127,0.7);}
ul.mypageLink li a {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
ul.mypageLink li.active {background: #F6F6F6; padding-bottom: 10px;}
ul.mypageLink li.active a {color: #F4637F; pointer-events: none;}
ul.mypageLink li.active a::after {
	border-bottom: 1px solid #F4637F;
	border-left: 1px solid #F4637F;
	content: "";
	width: 8px;
	height: 8px;
	left: 48%;
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
	bottom: 7px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
ul.mypageLink li:last-child {margin-right: 0;}
.mypageContents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #F6F6F6;
	padding: 15px;
	box-sizing: border-box;
}
.mypageContentsLink {
	text-align: right;
	margin: 0 auto 15px;
}
.mypageContentsLink a {
	width: 200px;
	height: 36px;
	font-size: 16px;
	line-height: 2.3;
	display: inline-block;
	margin-left: 8px;
	border: 1px solid #DBC88E;
	color: #C7A94F;
	text-align: center;
	border-radius: 7px;
	background: url(../image_hc/mypage/mypageContentsLink.png) 175px center no-repeat #FFF;
	box-sizing: border-box;
}
.mypageContentsLink a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.mypageContentsLink a.active {background: #FAF7EB; pointer-events: none;}
.mypageContentsInner {background: #FFF; padding: 30px 35px;}
.mypageBorder {width: 100%; height: 0; margin: 10px auto 30px; border-top: 1px dashed #999;}
.mypageHistoryQ, 
.mypageHistoryA {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.mypageHistoryIcon {
	width: 45px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.mypageHistoryText01, 
.mypageHistoryText02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
}
.mypageHistoryText01 {color: #C7A94F;}
.mypageHistoryText02 {color: #F4637F;}
.mypageHistoryA_wrap {padding: 17px; background: #FAF7EA; margin-bottom: 30px;}
.mypageHistoryA_Left {float: left; line-height: 1.3;}
.mypageHistoryA_Right {float: right; width: 710px;}
.mypageHistoryA_Left img {
    padding: 3px;
    border: 1px solid #CCC;
	background: #FFF;
}
.mypageBtn01 a, 
.mypageBtn02 a {
	background-color: #C7A94F;
	color: #FFF;
	display: block;
	padding: 7px 0;
	width: 270px;
	text-align: center;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
}
.mypageBtn02 a {background-color: #F4637F; width: 390px; padding: 12px 0;}
.mypageBtn01 a::after, 
.mypageBtn02 a::after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	content: "";
	width: 8px;
	height: 8px;
	top: 48%;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 3%;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.mypageBtn01 a:hover, 
.mypageBtn02 a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.mypagePagelink {
	font-size: 0;
	text-align: center;
	margin: 0 auto 40px;
}
.mypagePagelink a {
	font-size: 15px;
	display: inline-block;
	padding: 0 10px;
}
.mypagePagelink a.active {border: 1px solid #F96499; pointer-events: none;}
.mypagePagelink a:hover {text-decoration: underline;}
.mypagePagetop {text-align: right;}
.mypagePagetop a {color: #3A5CC9;}
table.mypageTable01 {width: 100%; border-collapse: collapse; margin: 0 auto 30px;}
table.mypageTable01 th, 
table.mypageTable01 td {border: 1px solid #DBC88F; font-size: 15px; padding: 25px; box-sizing: border-box; text-align: left; vertical-align: middle;}
table.mypageTable01 th {width: 220px; background: #FAF7EA; font-weight: bold; color: #C7A94F;}
.mypageRirekiReply {background: #F6F6F6; padding: 15px; margin: 0 auto 30px;}
.mypageRirekiReplyIndex {color: #F4637F; font-weight: bold; margin-bottom: 10px;}
.mypageRirekiReplyText {background: #FFF; padding: 15px 25px; box-sizing: border-box; min-height: 60px;}


/*----------------------------------------------------- form */

#form-area-inner {
	width: 100%;
	margin:0 auto;
}
.formtable {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #FF6699;
}
.formtable td,
.formtable th {
	border-bottom: 1px solid #FF6699;
	padding: 12px;
}
.formtable th[colspan="2"] {
	border-bottom: none;
}
.formtable .formtableIndex {
	background-color: #FF6786;
	font-weight: bold;
	color: #FFF;
}
.formtable th {
	background-color: #FEE7EA;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}
.formtable input[type="text"],
.formtable textarea {
	width: 95%;
	padding: 1px;
	font-size: 120%;
	max-width: initial;
}
.formtable input[name="D1_6"] {
	width: 40%;
}

.formtable select {
	font-size: 120%;
}
.formtable .enqCheck {
	width: 90%;
	margin:5px 0 0 0;
}
.formtable .enqCheck label,
.formtable .enqCheck p {
	display: block;
	margin: 0 0 1% 0;
	background-color: #F6F6F6;
	padding: 1% 2%;
}


.formtable td td,
.formtable td th {
	border-bottom: 8px solid #FFF;
	padding: 12px;
}
.formtable td th {
	background-color: #F6F6F6;
}

input[type="button"], input[type="submit"] {
	padding: 5px 50px;
}