@charset "utf-8";
/* CSS Document */

.circle {
	float: left;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-size: 180%;
}
.tit_sub01 {
	display: block;
	margin: 0;
}
	.tit_sub01 span {
	font-size: 110%;
	padding: 3px 16px;
	}
h3 {
	position: relative;
	padding-bottom: 0.2em;
	border-bottom: 4px solid #ccc;
	font-size: 150%;
	color:#000:;
	border-bottom: 4px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
}
	.section01 h3::after { background-color: #FFA64D; }
	.section02 h3::after { background-color: #FF5353; }
	.section03 h3::after { background-color: #33CC00; }
	.section04 h3::after { background-color: #9966CC; }
	.section05 h3::after { background-color: #3399CC; }
	

.tit_basic01 {
	float: left;
	margin-left: 10px;
	width: 550px;
}
.box_layout01 {
	margin-bottom:20px;
}
	.box_layout01 figure.flImgL,
	.box_layout01 figure.flImgR { width: 180px; 
	}
	.name01 {
	line-height: 1.6;
	font-weight: 600;
	}
		.name01 span {
			font-size:160%;
			display:block;
		}
/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 20px;}
.flImgR { display: inline; float: right; margin-left: 20px;}
.ftBox  { overflow: hidden; *zoom: 1;}

/* !Btn
----------------------------------------------------------- */
.btn_basic01 {
	width: 500px;
	padding: 0;
	height: 50px;
	display: table;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
}
.btn_basic01 span {
    display: table-cell;
    vertical-align: middle;
}
.btn_basic01:hover {
	opacity:0.7;
}
.btn_basic01.color01 {
	background-color: #e39600;
}
.btn_basic01.color01:hover {
	background-color: #ebb54c;
}


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !基本カラー
---------------------------------------------------------- */
.bg01 {	background-color:#FFA64D;}
.bg02 {	background-color:#FF5353;}
.bg03 {	background-color:#F63;}
.bg04 {	background-color:#F63;}
.bg05 {	background-color:#F63;}
.bg06 {	background-color:#F63;}
.bg07 {	background-color:#F63;}
.col01 {color:#FFA64D;}
.col02 {color:#FF5353;}

/* !リスト
---------------------------------------------------------- */
.DL-01 {
	width: 500px;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    padding: 10px 0;
}
	.DL-01 dt {
	width: 120px;
	padding: 4px;
	float: left;
	text-align: center;
	/* margin: 10px 0; */
	margin-bottom: 8px;
	line-height: 1.6;
	font-weight: 600;
	}
	.DL-01 dd {
	padding: 4px;
	clear: right;
	box-sizing: border-box;
	margin: 0 0 0 120px;
	margin-bottom: 8px;
	line-height: 1.6;
	}
	.DL-01 dd strong {
		font-size:140%;
	}

.DL-02 {
	width: 100%;
	box-sizing: border-box;
	clear: both;
}
	.DL-02 dt {
	width: 170px;
	padding: 4px;
	float: left;
	text-align: center;
	margin-bottom: 8px;
	}
	.DL-02 dd {
		padding: 4px;
		clear: right;
		box-sizing: border-box;
		margin: 0 0 0 200px;
		border: 1px solid #FFF;
		margin-bottom: 8px;
	}
	dl.DL-02 dd strong { font-size: 150%;}
.notice {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.contactBox01 { padding: 10px; 
}
	.contactBox01 {
	margin-bottom: 50px;
	color:#000;
}

/* !パーツ色指定
---------------------------------------------------------- */
.section01 .contactBox01 { 
	background-color: #FFEEE8;
		}	
.section01 .btn_basic01, .section01 .DL-02 dt.first, .section01 .circle, .section01 .tit_sub01 span { 
	background-color: #FFA64D;
	color:#FFF;
		}
.section01 .DL-02 dt, .section01 .contactBox01 {
	border: 1px solid #FFA64D;
		}


.section02 .contactBox01 {
	background-color: #FFCC99; }
.section02 .btn_basic01, .section02 .DL-02 dt.first, .section02 .circle, .section02 .tit_sub01 span {
	background-color: #FF5353;
	color:#FFF;
	}
.section02 .DL-02 dt, .section02 .contactBox01 {
	border: 1px solid #FF5353;
	}
	
.section03 .contactBox01 {
	background-color: #E9FFE1; }
.section03 .btn_basic01, .section03 .DL-02 dt.first, .section03 .circle, .section03 .tit_sub01 span {
	background-color: #33CC00;
	color:#FFF;
	}
.section03 .DL-02 dt, .section03 .contactBox01 {
	border: 1px solid #33CC00;
	}
	
.section04 .contactBox01 {
	background-color: #F5E2F5; }
.section04 .btn_basic01, .section04 .DL-02 dt.first, .section04 .circle, .section04 .tit_sub01 span {
	background-color: #9966CC;
	color:#FFF;
	}
.section04 .DL-02 dt, .section04 .contactBox01 {
	border: 1px solid #9966CC;
	}
	
.section05 .contactBox01 {
	background-color: #D7F5FF;
	}
.section05 .btn_basic01, .section05 .DL-02 dt.first, .section05 .circle, .section05 .tit_sub01 span {
	background-color: #3399CC;
	color:#FFF;
	}
.section05 .DL-02 dt, .section05 .contactBox01 {
	border: 1px solid #3399CC;
	}
.btn_basic01 a {
	color:#FFF ;
	text-decoration:none;
}
.btn_basic01:hover {
	opacity:0.8;
	text-decoration:none;
}