@charset "UTF-8";

.text-bold {
	font-weight: bold;
}

.text-size-14 {
	font-size: 14px;
}

.ul-disc {
	margin-left: 1.5em;
}

.ul-disc li {
	list-style-type: disc;
}

.ul-attention {
	margin-left: 1em;
	text-indent: -1em;
}


.contents-inner {
	padding: 0 20px;
	text-align: left;
}

.font-large {
	font-size: 18px;
}

.text-center {
	text-align: center;
}

table {
	border-collapse: collapse;
}

table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
}


/*--- 調整用余白 ---*/
.m00 {margin: 0 !important;}
.firstchild {margin-top: 0 !important;}
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}


/*--- 調整用フォントサイズ ---*/
.fs14 {font-size:14px; !important}


/*
********************************************************************************
■ トップ
********************************************************************************
*/

h3 {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

.area-contents {
	text-align: left;
	margin-bottom: 3em;
}

.area-half {
	width: 320px;
}

.area-half h5 {
	border-left: none;
	padding-left: 0;
	font-size: 14px;
	margin-bottom: 10px;
}

.area-half-left {
	float: left;
	margin-right: 20px;
}

.area-half-right {
	float: right;
}

.table-description {
	border: 1px solid #888;
	width: 100%;
}

.table-description th,
.table-description td {
	padding: 5px;
	border: 1px solid #888;
	text-align: center;
}

.list-service {

}

.list-service li {
	float: left;
	width: 210px;
	border: 2px solid #673F76;
	margin-right: 9px;
}

.list-service li .header {
	background-color: #89539D;
	padding: 5px 0;
	height: 100px;
}


.list-service li .header h5 {
	border-left: none;
	padding-left: 0;
	margin-bottom: 5px;
}

.list-service li .header .service-text {
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	padding: 0 5px;
}

.list-service li .service-image {
	margin: 0;

}

.list-service li.right-most {
	margin-right: 0;
}



.list-ranking li {
	float: left;
	width: 323px;
	border: 1px solid #B68FC5;
	margin-right: 10px;
	margin-bottom: 10px;
}

.list-ranking li.right-most {
	margin-right: 0;
}

.list-ranking li div.ranking-image {
	float: left;
	width: 130px;
	padding: 10px 0;
	background-color: #fff;
}

.list-ranking li div.ranking-text {
	float: left;
	width: 183px;
	padding: 10px 5px;
	background-color: #E6D9EB;
	height: 205px;

}

.list-ranking li div.ranking-text h5 {
	border-left: none;
	padding-left: 0;
	font-size: 14px;
}

.list-ranking li div.ranking-text p {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.list-ranking li div.ranking-text p span {
	font-size: 14px;
	color: #D80000;
}

.list-ranking li div.ranking-text p.description {
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}

.area-memo {

}

.area-memo div.left {
	float: left;
	width: 320px;
	font-size: 14px;
}

.area-memo div.right {
	float: right;
	width: 320px;

}







/*
********************************************************************************
■ clearfix
********************************************************************************
*/

.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/height: auto;overflow: hidden;/**/}

