@charset "UTF-8";
/*
 * counsel/css/style.css
 *
 */


/* !common
---------------------------------------------------------- */
/* counselBox */
.counselBox01 { margin-bottom: 30px;}
.counselBox02 { margin-bottom: 30px; padding-top: 20px;}
.counselBox03 { padding-top: 20px;}
@media screen and (max-width:640px){
.counselBox01,
.counselBox02 {
	margin-bottom: 20px;
}
}

/* counselLead */
.counselLead01 {
	line-height: 1.8;
}

/* counselList01 */
.counselList01 {
	overflow: hidden;
}
	.counselList01 li {
		border-bottom: 1px solid #ccc;
	}
		.counselList01 li a {
			display: block;
			padding: 8px 10px 8px 22px;
			background: url(../../common/img/ico_arrow_r02.png) no-repeat left 0.65em;
			background-size: 16px 16px;
			color: #444;
		}
	
	/* .counselList01.col2 */
	.counselList01.col2 li {
		margin-right: 2.1%;
		float: left;
		width: 48.936%;
		border-top: 1px solid #ccc;
		border-bottom: none;
	}
	.counselList01.col2 li:nth-child(2n) {
		margin-right: 0;
	}
	.counselList01.col2 li:first-child, .counselList01.col2 li:nth-child(2) {
		border-top: none;
	}
	.counselList01.col2 li:last-child, .counselList01.col2 li:nth-last-child(2) {
		border-bottom: 1px solid #ccc;
	}

	/* .counselList01.col3 */
	.counselList01.col3 li {
		float: left;
		width: 30.434%;
		margin-left: 4.347%;
	}
	.counselList01.col3 li:first-child {
		margin-left: 0;
	}

@media screen and (max-width:640px){
	.counselList01.col2 li,
	.counselList01.col2 li:nth-child(2n) {
		margin-right: 0;
		float: none;
		width: 100%;
	}
	.counselList01.col2 li:nth-child(2) {
		border-top: 1px solid #ccc;
	}
	.counselList01.col2 li:nth-last-child(2) {
		border-bottom: none;
	}
}

/* counseColumn01 */
.counselColumn01{
	overflow: hidden;
	margin-bottom: 40px;
}
.counselColumn01:last-child{
	margin-bottom: 0;
}
	.counselColumn01 .tit01 {
		padding: 13px 15px;
		margin-bottom: 10px;
		background: -moz-linear-gradient(left,  rgba(245,163,10,1) 0%, rgba(250,206,124,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,163,10,1)), color-stop(100%,rgba(250,206,124,1)));
		background: -webkit-linear-gradient(left,  rgba(245,163,10,1) 0%,rgba(250,206,124,1) 100%);
		background: -ms-linear-gradient(left,  rgba(245,163,10,1) 0%,rgba(250,206,124,1) 100%);
		background: linear-gradient(to right,  rgba(245,163,10,1) 0%,rgba(250,206,124,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a30a', endColorstr='#face7c',GradientType=1 );
		border-bottom: 1px solid #fff;
		font-size: 138%;
		color: #fff;
		font-weight: bold;
	}
	/*.counselColumn01In .counselList01 {
		float: left;
		width: 48.936%;
	}
	.counselColumn01In .counselList01:nth-child(2n) { float: right;}
@media screen and (max-width:640px){
	.counselColumn01In .counselList01,
	.counselColumn01In .counselList01:nth-child(2n) {
		float: none;
		width: 100%;
	}
}	*/

/* !counsel/xxx.html
---------------------------------------------------------- */
/* qandaBox01 */
.qandaBox01 {
	padding-top: 10px;
}
	.qandaBox01 .qandaBox01In {
		padding-left: 6.381%;
		border-bottom: 1px solid #f5a30a;
	}
	.qandaBox01 .qandaBox01In.que { margin-bottom: 30px; padding-bottom: 30px;}
	.qandaBox01 .qandaBox01In.ans { margin-bottom: 23px; padding-bottom: 20px;}
	.qandaBox01 .tit01 {
		display: table;
		margin-bottom: 10px;
	}
		.qandaBox01 .tit01 span {
			display: table-cell;
			vertical-align: middle;
		}
	.qandaBox01 .tit01 .ico {
		width: 4.255%;
	}
	.qandaBox01 .tit01 .txt {
		padding-left: 2.127%;
		font-size: 125%;
	}
	.qandaBox01 .tit01.que .txt { color: #2c93de;}
	.qandaBox01 .tit01.ans .txt { color: #ee457b;}

	.qandaBox01 p {
		margin-top: 24px;
		line-height: 1.8;
	}
	.qandaBox01 p:first-child {
		margin-top: 0;
	}
	.qandaBox01 ul {
		margin-top: 24px;
		line-height: 1.8;
	}
	.qandaBox01 li {
		margin-left: 2.127%;
		list-style-type:disc;
	}
	.qandaBox01 .name01 {
		margin-top: 0;
		text-align: right;
	}
		.qandaBox01 .name01 .type01 {

		}
@media screen and (max-width:640px){
	.qandaBox01 li {
		margin-left: 4.255%;
		list-style-type:disc;
	}
		.qandaBox01 .tit01 span {
			vertical-align: text-top;
		}
}

/* libraryType01 */
.libraryType01 {
}
	.libraryType01 .tit01 {
		display: inline-block;
		padding: 2px 16px;
		background-color: #00b200;
		color: #fff;
		font-size: 113%;
	}
	.libraryType01 .libraryType01In {
		margin-top: -10px;
		padding: 40px 20px 30px;
		background-color: #eee;
	}
		.libraryType01 .list01 {
			overflow: hidden;
			margin-left: -20px;
		}
			.libraryType01 .list01 li {
				float: left;
				padding-left: 20px;
				margin-left: 20px;
				background: url(../../common/img/ico_arrow_r02.png) no-repeat left 0.2em;
				background-size: 16px 16px;
			}
			.libraryType01 .list01 li a {
				color: #444;
			}
@media screen and (max-width:640px){
.libraryType01 {
}
	.libraryType01 .libraryType01In {
		padding: 20px 12px 12px;
	}
}
