@charset "utf-8";
h1,h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
a { color: #444; text-decoration: none; }
a:hover { cursor:  pointer; opacity: 0.75; text-decoration: none; }
.pc_only { display: none; }
.sp_only { display: block; }
.txt { margin: 0 5%; }
.txt span.small { font-size: 3.2vw; }
.txt span.bold { font-weight: bold; display:block; margin-top:10px; }
.mb40 { margin-bottom: 10vw; }
.lh180 { line-height: 180%; }

#contents {
	width: 100%;
    font-size: 4vw;
    color: #444;
    line-height: 160%;
	text-align: left;
	font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}
#account_header_wrap {
    width: 100%;
    height: 52px;
    background-color: #5BC2DC;	
}
#account_header_wrap #account_header {
    width: calc( 100% - 10px );
    height: 52px;
    padding-left: 10px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
}
#contents main {
	margin: 10% 0 15% 0;
	width: 100%;
}
#contents main h1 {
	margin: 0 5% 6% 5% !important;
	font-size: 5.3vwpx;
	line-height: 100% !important;
	text-align: center;
	font-weight: normal;
	color: #000;
}
#contents main h2 {
	font-size: 5vw;
	color: #444;
	margin: 0 5% 2.5% 5%;
	font-weight: bold;
    text-align: center;
}
#contents main h3 {
	font-size: 4.8vw;
	color: #0F96B8;
	margin: 3% 5% 2% 5%;
}


#contents ul {
	width: 100%;
	border-top: 1px solid #ccc;
}
#contents ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;	
}
#contents ul li a {
	display: block;
	padding: 5% 0;
	
}
#contents ul li a p.service_logo {
	margin: 0 5%;
	width: 90%;
}
#contents ul li a p.service_logo img {
	width: calc( 100% - 2px );
	height: auto;
	/*border: 1px solid #ccc;*/
	vertical-align: bottom;
	box-shadow: 0 0 10px #d4e9f3;
}



#move_top {
	width: 100%;
	padding-top: 14%;
	position: relative;
	z-index: 999;
	display: none;
}

#move_top p {
	right: 2.6%;
	width: 10.4%;
	display: none;
	margin: 0;
}

#move_top p.fixed {
	position: fixed;
	bottom: 20px; 
	top:inherit;
}

#move_top p.absolute {
	position: absolute;
	top: 0;
	bottom:inherit;
}

#move_top p img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}







