@charset "UTF-8";
/* CSS Document */

/*ログインページ*/
.lg{
	width:48%;
	margin:0 0 50px;
	box-sizing:border-box;
	background: linear-gradient(140deg, rgba(245,186,211,0.40) 0%,rgba(183,220,188,0.40) 100%);
	border: 4px solid rgba(119,119,119,0.4);
	font-family: "Utsukushi";
}
@media screen and (max-width: 720px){
	.lg{
		width:100%;
	}
}
.lg h3{
	width:100%;
	padding:0;
	background:url(../share/images/info_ttl.png) left top/100% auto no-repeat;
	font-size:20px;
	text-shadow:-2px -2px 0px #ffffff, 2px -2px 0px #ffffff, 2px 2px 0px #ffffff, -2px 2px 0px #ffffff;
	line-height:2.2em;
	border:none;
}
.lg:first-child h3{
	background:url(../share/images/info_ttl1.png) left top/100% auto no-repeat;
}
.lg dl{
	width:92%;
	margin:0 auto 20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lg dl dd:first-of-type{
	margin:0 0 20px;
}
.lg p{
	width:92%;
	margin:0 auto 20px;
	text-align: center;
}
.lg .big_b{
	margin:0;
}
.IDPW{
	width:100%;
	margin:0 0 50px;
}
.IDPW p{
	margin:0 0 20px;
}
@media screen and (max-width: 720px){
	.IDPW input{
		margin:0 0 20px;
	}
	.IDPW button{
		display:block;
		margin:0 auto;
	}
}

/*マイページ*/
.mp dl{
	width:48%;
	margin:0 0 40px;
	background:#ffffff;
	border-radius: 6px;
	border:4px solid #bce2ec;
}
@media screen and (max-width: 720px){
	.mp dl{
		width:100%;
	}
}
.mp dl dt{
	padding:4px 0;
	background:#bce2ec;
	font-size:18px;
	text-shadow:-2px -2px 0px #ffffff, 2px -2px 0px #ffffff, 2px 2px 0px #ffffff, -2px 2px 0px #ffffff;
	text-align:center;
}
.mp dl:nth-child(2){
	border-color:#e1efd5; 
}
.mp dl:nth-child(2) dt{
	background-color:#e1efd5; 
}
.mp dl:nth-child(3){
	border-color:#e0f0eb; 
}
.mp dl:nth-child(4) dt{
	background-color:#fffcd9; 
}
.mp dl:nth-child(4){
	border-color:#fffcd9; 
}
.mp dl:nth-child(3) dt{
	background-color:#e0f0eb; 
}
.mp dl dt a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.mp dl dt a:after{
	content: "";
    width: 0.4em;
    height: 0.4em;
	margin:0 0 0 0.6em;
    border-top: 2px solid #037689;
    border-right: 2px solid #037689;
    transform: rotate(45deg);
	background: #ffffff;
	box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.mp dl dd{
	padding:20px;
}
.two_button{
	width:100%;
}
.two_button button{
	width:10em;
}
.ad_input{
	width:95%;
}
@media screen and (max-width: 720px){
	.zip{
		margin:0 0 10px;
	}
}
.nml .srt{
	margin:0 0 20px;
}
@media screen and (max-width: 720px){
	.nml .srt td{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.nml .srt td span{
	margin:0 20px 0 0;
}
@media screen and (max-width: 720px){
	.nml .srt td{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.links{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.links p{
	width:100%;
}
.rrk{
	font-size:0.8em;
}
@media screen and (max-width: 720px){
	.rrk{
		overflow: scroll;
	}
}
.nml .rrk table tr th, .nml .rrk table td{
	padding:2px;
}
.nml .rrk table tr:not(:first-child) th, .nml .rrk table tr:not(:first-child) td{
	padding:10px 2px;
}
.nml .rrk table th{
	font-weight: bold;
	color: #828a64;
	vertical-align: middle;
	white-space: nowrap;
}
.nml .rrk table .nowrap{
	white-space: nowrap;
}
.nml .rrk table td:first-child{
	text-align:center;
}
@media screen and (max-width: 720px){
	.nml .rrk table td span{
		display: block;
		width: 200px;
	}
}
.nml .rrk table .cancel td{
	background:#eeeeee;
}
a.postAddressSearch {
    display: inline-block;
    text-align: center;
    width: 8em;
    padding: 8px;
    background: #01a0c7;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
a.postAddressSearch:hover {
    opacity: 1;
}
.nml .mds_tbl{
	margin:0;
	font-weight:bold;
}
.nml .mds_tbl td{
	padding:0;
	background:none;
	font-size:0.9em;
}