@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: block; }
.sp_only { display: none; }
.txt { }
.txt span.small { font-size: 14px; }
.txt span.bold { font-weight: bold; display:block; margin-top:10px; }
.mb40 { margin-bottom: 40px; }
.lh180 { line-height: 180%; }

#contents {
	width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 150%;
	text-align: left;
	font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}
#account_header_wrap {
    width: 100%;
    height: 60px;
    background-color: #5BC2DC;	
}
#account_header_wrap #account_header {
    width: 1164px;
    height: 60px;
    margin: 0 auto;
    padding-left: 10px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
}
#contents main {
	width: 1164px;
	margin: 0 auto 70px auto;
}
#contents main h1 {
	margin: 75px 0 65px 0 !important;
	font-size: 35px;
	line-height: 100% !important;
	text-align: center;
	font-weight: normal;
	color: #000;
}
#contents main h2 {
	font-size: 24px;
	color: #444;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents main h3 {
	font-size: 24px;
	color: #0F96B8;
	margin-bottom: 10px;
}


#contents ul {
	width: 100%;
	border-top: 1px solid #ccc;
}
#contents ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#contents ul li a {
	display: block;
	padding: 30px 20px 25px 0;
	overflow: hidden;		
}
#contents ul li a p.service_logo {
	width: 242px;
	float: left;
	margin-right: 28px;
	margin-left: 10px;
}
#contents ul li a p.service_logo img {
	width: 240px;
	/*border: 1px solid #ccc;*/
	height: auto;
	vertical-align: bottom;
	box-shadow: 0 0 10px #d4e9f3;
}
#contents ul li a .inner {
	width: calc( 100% - 290px );
	float: right;
}


#move_top {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 999;
	display: none;
}

#move_top p {
	width: 60px;
	height: 60px;
	right: 50px;
	display: none;
	margin: 0;
}

#move_top p:hover {
	opacity: 0.7;
	cursor: pointer;
}

#move_top p.fixed {
	position: fixed;
	top: inherit;
	bottom: 40px; 
}

#move_top p.absolute {
	position: absolute;
	top: 0;
	bottom: inherit;
}

#move_top p img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}










