@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
	}

* {
	box-sizing: border-box;
	}

body,p, dl, dt, dd, h1 h2, h3, h4 ul li {
	margin: 0;
	padding: 0;
	}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	font-size: 13px;
	*font-size: medium;
	}

a:link	 {
	text-decoration: none;
	color: #333;
	}

a:visited	 {
	text-decoration: none;
	color: #333;
	}

a:hover	 {
	text-decoration: underline;
	color: #333;
	}

a:active	 {
	text-decoration: none;
	color: #333;
	}

a.alpha:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

a.small_link {
	background: url("../images/common/list_arrow_black.gif") 0 4px no-repeat;
	padding-left: 12px;
	font-size: 93%;	
	line-height: 100%;
	line-height: 120%\9; /* IE8 and below */
	}

a.small_link:hover {
	color: #009ef8;
	text-decoration: none;
	}

img {
	border: 0px;
	}

ul {
	list-style: none;
	padding-left: 10px;
	}

#wrapper {
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #333;
	font-size: 108%
	}

p, dt, dd {
	line-height: 100%;
	}




/* #header------------------------*/

#header {
	width: 100%;
	border-bottom: 2px solid #009ef8;
	}

#header #h_nav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 220px 20px 0;
	}

#header #h_nav:after {
	display: block;
	content: "";
	clear: both;
	}

#header #h_nav #logo {
	float: left;
	text-align: left;
	}

#header #h_nav #logo h1 {
	position: relative;
	display: block;
	margin: 0;
	padding: 25px 0 25px 170px;
	font-size: 16px;
	line-height: 1em;
	}

#header #h_nav #logo h1 img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 46px;
	}

#header #h_nav #contact {
	display: block;
	margin: 0;
	padding: 0;
	width: 280px;
	float: right;
	}

#header #h_nav #contact h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25em;
	}

#header #h_nav #contact h2 span {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	}

#header #h_nav #contact .telnum {
	display: block;
	padding: 5px 0 5px 27px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	background: url(/wp-content/uploads/2019/02/icon_tel.png) left 7px no-repeat;
	background-size: 20px 20px;
	}

#header #h_nav #contact .notice {
	display: block;
	font-size: 12px;
	line-height: 1.25em;
	}

#header #h_nav .contact_link {
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	}

#header #h_nav .contact_link a {
	display: block;
	padding: 15px 40px 15px 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	background: #00a0e9;
	border-radius: 5px;
	opacity: 1;
	transition: .5s ease;
	}

#header #h_nav .contact_link a img.arrow {
	position: absolute;
	left: 40px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	}

#header #h_nav .contact_link a:hover {
	opacity: .8;
	}



/* #main ------------------------*/

#main {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	}

#contents {
	width: 1000px;
	}

#support_contents {
	width: 720px !important;
	margin: 30px 0 100px;
	float: left;
	}

#main h2 {
	background: #009ef8 url("../images/white_slash_blue.gif") repeat-y scroll 0 0;
	color: #fff;
	font-size: 131%;
	margin: 0 0 15px;
	padding: 7px 25px;
	text-align: left;
	width: 100%;
	}




/* #カテゴリ一覧 ------------------------*/

.category_list {
	display: block;
	margin: 0;
	padding: 0;
	}

.category_list ul {
	display: block;
	margin: 0;
	padding: 0;
	}

.category_list ul:after {
	display: block;
	clear: both;
	content: "";
	}

.category_list ul li {
	display: block;
	width: 25%;
	margin: 0;
	padding: 5px;
	float: left;
	}

.category_list ul li a {
	display: block;
	width: 100%;
	float: left;
	}

.category_list ul li a img {
	display: block;
	width: 100%;
	}
#header #h_nav .support_link {
	position: absolute;
	right: 230px;
	top: 30px;
	display: block;
	}

#header #h_nav .support_link a {
	display: block;
	padding: 15px 40px 15px 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	background: #00a0e9;
	border-radius: 5px;
	opacity: 1;
	transition: .5s ease;
	}

#header #h_nav .support_link a img.arrow {
	position: absolute;
	left: 40px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	}

#header #h_nav .support_link a:hover {
	opacity: .8;
	}






/* #main_menu ------------------------*/

#main_menu {
	width: 100%;
	}

#main_menu div {
	width: 33.333333333333333%;
	padding: 20px 20px 0 20px;
	float: left;
	}

#main_menu:after {
	display: block;
	content: "";
	clear: both;
	}

#main_menu div a {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	border: 1px solid #ccc;
	}

#main_menu div a img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px auto;
	}

#main_menu div.system_manager a {
	background: #eee;
	border: 1px solid #ccc;
	}

#main_menu div.call_manager a {
	color: #00a0e9;
	background: #fff;
	border: 1px solid #ccc;
	}

#main_menu div.user_page a {
	color: #00a0e9;
	background: #D9F0F8;
	border: 1px solid #ccc;
	}

#main_menu div ul {
	display: block;
	margin: 0;
	padding: 0;
	}

#main_menu div li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}





/* #side ------------------------*/

#side {
	float: right;
	width: 240px;
	}

#side #side_menu {
	width: 100%;
	}

#side p.nav_title {
	display: block;
	color: #FFF;
	line-height: 140%;
	padding: 30px 0 30px 15px;
	margin: 0;
	font-size: 131%;
	background: #009ef8 none repeat scroll 0 0;
	}




/* #service_menu ------------------------*/

#service_menu {
	padding: 30px 0 10px 0;
	}

#service_menu .mng_login {
	padding: 0;
	}

#service_menu .mng_login h2 {
	display: block;
	margin: 0 0 5px 0;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	background: #009ef8;
	}

#service_menu .mng_login ul {
	display: block;
	margin: 0;
	padding: 0;
	}

#service_menu .mng_login li {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	}

#service_menu .mng_login li a {
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	line-height: 1em;
	background: url("../images/list_arrow_blue_link.gif") no-repeat left center;
	}

#service_menu .link_menu {
	padding: 0;
	}

#service_menu .link_menu a {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	background: #009ef8;
	opacity: 1;
	transition: .5s ease;
	}

#service_menu .link_menu a:hover {
	opacity: .8;
	}

#service_menu .link_menu a img.arrow {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	}




/* #side form ------------------------*/

#side form {
	display: block;
	width: 100%;
	padding: 20px 10px 5px 10px;
	}

#side form:after {
	display: block;
	content: "";
	clear: both;
	}

#side form input.s {
	display: block;
	width: 190px;
	float: left;
	}

#side form input.btn {
	display: block;
	width: 19px;
	height: 25px;
	float: right;
	}

#side .notice {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 75%;
	line-height: 1.5em;
	border-bottom: 1px dotted #009ef8;
	}

#side ul {
	list-style: none;
	color: #009ef8;
	}

#side ul.level01 {
	width: 100%;
	padding-left: 0;
	}

#side ul.level01 li {
	background: rgba(0, 0, 0, 0) url("../images/list_arrow_blue_link.gif") no-repeat scroll 10px 22px;
	font-size: 108%;
	border-bottom: 1px dotted #009ef8;
	border-left: none;
	font-weight: bold;
	line-height: 100%;
	width: 100%;
	padding: 20px 0 15px 30px;
	}

#side ul.level01 li a {
	color: #009ef8;
	}

#side ul.level01 li.access {
	border-top: 1px dotted #009ef8;
	}

#side p.service_menu {
	width: 100%;
	font-size: 108%;
	font-weight: bold;
	line-height: 100%;
	color: #009ef8;
	padding: 20px 0 0 20px;
	margin-top: 0;
	}

#side_menu {
	border-right: 10px solid #009ef8;
	background: #D9F0F8;
	}

ol.list {
	color: #009ef8;
	}

dt.icon {
	float: left;
	padding-right: 10px;
	}

dt.txt a {
	color: #009ef8;
	text-decoration: underline;
	}

dd.txt {
	padding-top: 7px;
	padding-left: 30px;
	}




/* .level02 カテゴリリンク ------------------------*/

#side ul.level02 {
	margin: 0;
	padding: 10px 0 0 25px;
	}

#side ul.level02 li {
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 93%;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	background: rgba(0, 0, 0, 0) url("../images/list_arrow_black_link.gif") no-repeat scroll 0 center;
	}

#side .faq_list {
	display: block;
	margin: 0 0 10px 20px;
	padding: 10px;
	font-size: 12px;
	line-height: 1em;
	text-align: right;
	}

#side .faq_list img {
	display: inline-block;
	margin-right: 5px;
	}





/* #app_dl ------------------------*/

#app_dl {
	width: 100%;
	padding: 15px 0;
	}

#app_dl h2 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	background: #009ef8;
	}

#app_dl ul {
	display: block;
	margin: 0;
	padding: 0;
	}

#app_dl ul:after {
	display: block;
	content: "";
	clear: both;
	}

#app_dl ul li {
	display: block;
	width: 50%;
	padding: 10px 0;
	float: left;
	}

#app_dl ul li a {
	display: block;
	}

#app_dl ul li img {
	display: block;
	width: 100%;
	}

#app_dl ul li:nth-of-type(1) {
	padding-right: 3px;
	}

#app_dl ul li:nth-of-type(2) {
	padding-left: 3px;
	}




/* #bottom_bn ------------------------*/

#bottom_bn {
	margin: 30px 0 30px 0;
	text-align: center;
	}





/* #footer ------------------------*/

#footer {
	margin: 5px auto;
	overflow: hidden;
	width: 100%;
	border-top: 5px solid #009ef8;
	}

#footer #footer_nav {
	width: 1000px;
	margin: 0 auto;
	}

#footer ul {
	display: block;
	width: 400px;
	float: left;
	padding: 0;
	}

#footer ul li {
	float: left;
	list-style: none;
	margin: 0 12px 0 0;
	padding-right: 10px;
	}

#footer ul li a {
	padding-left: 12px;
	font-size: 12px;
	line-height: 100%;
	background: rgba(0, 0, 0, 0) url("../images/list_arrow_black.gif") no-repeat scroll 0 4px;
	}

#footer #fb_copy {
	display: block;
	width: 600px;
	margin: 20px 0 0 0;
	padding-right: 20px;
	font-size: 10px;
	text-align: right;
	float: right;
	}

#footer #fb_copy img {
	width: 24px;
	}




div.top_sec_txt {
	padding: 20px 20px 5px 20px;
	border: #B5B4B4 1px solid;
	margin-bottom: 20px;
	}

div.top_sec_txt p {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 1em;
	}

p.txt_10 {
	font-size: 10px;
	}

.clear {
	clear: both;
	}

.mt30 {
	margin-top: 30px;
	}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	}

.clearfix:after {
	clear: both;
	}







/* バナー右側 */
.bn_side {
	width: 100%;
	}

.bn_side img {
	display: block;
	width: 100%;
	}







/* バナー最下部 */
.bn_bottom {
	clear: both;
	width: 100%;
	margin: 50px 0 0 0;
	}

.bn_bottom img {
	display: block;
	width: 100%;
	}
