@charset "utf-8";

/* Base
------------------------------------------------------------ */
body {
	font-size: 16px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	background: #ffffff;
	line-height: 1.6;
	padding-top: 100px;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		color: #333333;
		background: #ffffff;
		line-height: 1.6;
		padding-top: 0;
	}
}

img {
	vertical-align: top;
}
hr	{	display: none;}


/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000 ;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.hidden_smp {
		display: none;
	}
	.hidden_pc {
		display: inherit;
	}
}
@media only screen and (min-width: 768px) {
	.hidden_smp {
		display: inline-block;
	}
	.hidden_pc {
		display: none;
	}
}

/* common
------------------------------------------------------------ */
.clear	{	clear: both;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {zoom:1;}



/* 
------------------------------------------------------------ */
.innerBox {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.innerBox {
		width: auto;
		padding: 0 10px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

/* 
------------------------------------------------------------ */
#header {
	clear: both;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	height: 70px;
	background: #0175E2;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#header .headerInner {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
@media only screen and (max-width: 767px) {
	#header {
		clear: both;
		color: #ffffff;
		padding: 15px 0;
		width: 100%;
		height: auto;
		background: #0175E2;
		overflow: hidden;
		position: static;
	}

	#header .headerInner {
		margin: 0 auto;
		width: auto;
		padding: 0 10px;
		height: auto;
		display: block;
	}
}


#header .siteCopy {
	font-size: 14px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	flex-grow:1;
}

#header .siteCopy a, #header .siteCopy a:visited {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 800;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#header .siteCopy {
		font-size: 10px;
	}
}
#header .clm01 {
	font-size: 12px;
	margin-top: -5px;
}
#header .clm01 .infoTxtArea {
	padding-top: 4px;
}
#header .clm01 .companyName,
#header .clm01 .yobi {
	margin-left: -0.5em;
}
#header .btn {
	margin-right: 20px;
	width: 170px;
	height: 45px;
}

@media only screen and (max-width: 767px) {
	#header .clm01 {
		font-size: 12px;
		width: 65%;
		height: auto;
		text-align: right;
		float: right;
		margin-top: 0;
	}
	#header .clm01 .infoTxtArea {
		padding-top: 8px;
	}
	#header .btn {
		margin-right: 0;
		width: 30%;
		height: auto;
		float: left;
	}

}

/* 
------------------------------------------------------------ */
#main {
	clear: both;
	text-align: center;
	background: #eeeeee;
}
#main img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}
#header .clm01 .txt01 {
	margin: 5px 0 0 0;
}

.txt01_smp {
	font-size: 12px;
	text-align: right;
	clear: both;
	display: none;
}
@media only screen and (max-width: 767px) {
	#header .clm01 .txt01 { display: none; }
	.txt01_smp {
		display: block;
	}
}
/* 
------------------------------------------------------------ */
#contRanking {
	clear: both;
	padding: 60px 0 30px;
	overflow: hidden;
	background: #eeeeee;
}
#contRanking h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#contRanking ol {
}
#contRanking ol > li {
	clear: both;
	overflow: hidden;
}
#contRanking ol > li h3 {
	display: table;
	width: 100%;
}
#contRanking ol > li h3 .step {
	display: table-cell;
	width: 48px;
	padding: 14px 28px;
	vertical-align: middle;
	background: #ff6600;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
	#contRanking ol > li h3 .step {
		width: 40px;
		padding: 14px 10px;
	}
}
#contRanking ol > li h3 .ttl {
	display: table-cell;
	padding: 0 24px;
	vertical-align: middle;
	background: #0074E1;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
	#contRanking ol > li h3 .ttl {
		padding: 0 14px;
	}
}
#contRanking ol > li .box01 {
	clear: both;
	margin: 0 0 4px 0;
	padding: 20px 20px 50px 20px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#contRanking ol > li .box01 {
		padding: 20px 0 35px 0;
		background-position:  3px bottom, 26px bottom;
	}
}
#contRanking ol > li:last-child .box01 {
	background: none;
}
#contRanking ol > li .box01 .picBox {
	float: left;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
	#contRanking ol > li .box01 .picBox {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	#contRanking ol > li .box01 .picBox img {
		width: 60%;
	}
}
#contRanking ol > li .box01 .txtBox {
	overflow: hidden;
	line-height: 1.8;
}
#contRanking ol > li .box01 .txtBox p {
	font-size: 19px;
}
@media only screen and (max-width: 767px) {
	#contRanking ol > li .box01 .txtBox p {
		font-size: 17px;
	}
}

/* 
------------------------------------------------------------ */
#cont01 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
#cont01 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont01 .clm01 {
	float: left;
}
@media only screen and (max-width: 767px) {
	#cont01 .clm01 {
		float: none;
		text-align: center;
	}
}
#cont01 .clm02 {
	float: right;
	width: 710px;
}
@media only screen and (max-width: 767px) {
	#cont01 .clm02 {
		float: none;
		width: auto;
		margin: 20px 0 0 0;
	}
}
#cont01 .clm02 p {
	margin-bottom: 1.5em;
}
#cont01 .clm02 .txt01 {
	color: #0073E0;
	font-size: 20px;
	font-weight: bold;
}

/* 
------------------------------------------------------------ */
#cont02 {
	clear: both;
	padding: 60px 0;
	background: #0074E1 url(../img/cont02_bg01.jpg) right center no-repeat;
	background-size: contain;
	overflow: hidden;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	#cont02 {
		background-position: right top;
	}
}
#cont02 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont02 ul {
}
#cont02 ul > li {
	clear: both;
	margin: 50px 0 0 0;
	overflow: hidden;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
}
#cont02 ul > li .point {
	float: left;
	width: 54px;
	padding: 22px;
	background: #000000;
}
@media only screen and (max-width: 767px) {
	#cont02 ul > li .point {
		float: none;
		padding: 10px;
		width: 40px;
	}
}
#cont02 ul > li .clm01 {
	float: right;
	width: 880px;
	padding: 46px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#cont02 ul > li .clm01 {
		float: none;
		width: auto;
		padding: 20px 10px 0 10px;
	}
}
#cont02 ul > li .clm01 h3 {
}
#cont02 ul > li .clm01 .txt01 {
	color: #FFFF00;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#cont02 ul > li .clm01 .txt01 {
		margin-top: 20px;
	}
}
#cont02 ul > li .clm01 .txt02 {
	margin: 20px 0 0 0;
}
/* #missArea
------------------------------------------------------------ */
#missArea {
	padding: 50px 0 50px;
	background: #eeeeee;
}
#missArea h2 {
	text-align: center;
	padding-bottom: 40px;
}
#missArea .imgList {
	padding-bottom: 30px;
}
#missArea .imgList li {
	float: left;
	padding-right: 38px;
}
#missArea .imgList li:nth-child(3n) {
	padding-right: 0;
}
#missArea .mainTxt {
	color: #0073E0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 767px) {
#missArea {
	padding: 25px 0 25px;
}
#missArea h2 {
	text-align: center;
	padding-bottom: 20px;
}
#missArea .imgList {
	padding-bottom: 5px;
}
#missArea .imgList li {
	float: left;
	padding: 0 0 12px 0;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	margin: 0 auto;
}
#missArea .imgList li:nth-child(2n+1) {
	padding-right: 6px;
}
#missArea .imgList li:nth-child(2n) {
	padding-left: 6px;
}
#missArea .imgList li img {
	width: 100%;
}
#missArea .mainTxt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
}
/* 
------------------------------------------------------------ */
#cont03 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
#cont03 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont03 .box01 {
	color: #ffffff;
	width: 420px;
	padding: 30px;
	background: #0074E1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#cont03 .box01.box0101 {
	float: left;
}
#cont03 .box01.box0102 {
	float: right;
}
@media only screen and (max-width: 767px) {
	#cont03 .box01 {
		width: auto;
		float: none!important;
	}
	#cont03 .box01.box0101 {
		margin: 0 0 20px 0;
	}
}
#cont03 .box01 h3 {
	text-align: center;
	margin: 0 0 30px 0;
}
#cont03 .box01 .picBox {
	text-align: center;
	margin: 15px 0;
}
#cont03 .box01 .txt01 {
	min-height: 5em;
}
#cont03 .box01 .txt02 {
	min-height: 8em;
}
@media only screen and (max-width: 767px) {
	#cont03 .box01 .txt01 ,
	#cont03 .box01 .txt02 {
		min-height: inherit;
	}
}

/* 
------------------------------------------------------------ */
#cont04 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
	background: #eeeeee;
}
#cont04 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont04 ol {
}
#cont04 ol > li {
	clear: both;
	overflow: hidden;
}
#cont04 ol > li h3 {
	display: table;
	width: 100%;
}
#cont04 ol > li h3 .step {
	display: table-cell;
	width: 48px;
	padding: 14px 28px;
	vertical-align: middle;
	background: #000000;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
	#cont04 ol > li h3 .step {
		width: 40px;
		padding: 14px 10px;
	}
}
#cont04 ol > li h3 .ttl {
	display: table-cell;
	padding: 0 24px;
	vertical-align: middle;
	background: #0074E1;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
	#cont04 ol > li h3 .ttl {
		padding: 0 14px;
	}
}
#cont04 ol > li .box01 {
	clear: both;
	margin: 0 0 4px 0;
	padding: 20px 0 30px 120px;
	background-image: url(../img/cont04_arrow01.png), url(../img/cont04_line01.png);
	background-position:  23px bottom, 46px bottom;
	background-repeat: no-repeat, repeat-y;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#cont04 ol > li .box01 {
		padding-left: 60px;
		background-position:  3px bottom, 26px bottom;
	}
}
#cont04 ol > li:last-child .box01 {
	background: none;
}
#cont04 ol > li .box01 .picBox {
	float: left;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
	#cont04 ol > li .box01 .picBox {
		float: none;
		margin: 0 0 20px 0;
	}
}
#cont04 ol > li .box01 .txtBox {
	overflow: hidden;
}

/* 
------------------------------------------------------------ */
#cont05 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
#cont05 h2 {
	text-align: center;
	margin: 0 0 40px 0;
}
#cont05 ul {
}
#cont05 ul > li {
	float: left;
	width: 430px;
	margin: 0 0 20px 20px;
	padding: 30px;
	background: #F2F2F2;
}
@media only screen and (max-width: 767px) {
	#cont05 ul > li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
		padding: 20px;
	}
}
#cont05 ul > li:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
#cont05 ul > li h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#cont05 ul > li .picBox {
}
@media only screen and (max-width: 767px) {
	#cont05 ul > li .picBox {
		text-align: center;
	}
}

/* 
------------------------------------------------------------ */
#cont06 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
#cont06 h2 {
	text-align: center;
	margin: 0 0 40px 0;
}
#cont06 .picBox {
	margin: 0 0 30px 0;
}
#cont06 .graphList {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#cont06 .graphList > li {
	float: left;
	margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
	#cont06 .graphList > li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	#cont06 .graphList > li:nth-child(even) {
		margin-right: 0;
	}
}
#cont06 .graphList > li:last-child {
	margin-right: 0;
}
#cont06 .voiceList {
	clear: both;
}
#cont06 .voiceList > li {
	float: left;
	margin: 0 0 20px 20px;
}
@media only screen and (max-width: 767px) {
	#cont06 .voiceList > li {
		float: none;
		margin: 0 0 20px 0;
	}
}
#cont06 .voiceList > li:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

/* 
------------------------------------------------------------ */
#cont07 {
	clear: both;
	color: #ffffff;
	padding: 60px 0;
	overflow: hidden;
	background: #000000 url(../img/cont07_bg01.jpg) right bottom no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	#cont07 {
		padding-bottom: 250px;
	}
}
#cont07 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont07 .clm01 {
	width: 480px;
}
@media only screen and (max-width: 767px) {
	#cont07 .clm01 {
		width: auto;
	}
}
#cont07 h3 {
	margin: 0 0 10px 0;
}
#cont07 h3 strong {
	font-size: 24px;
	font-weight: bold;
}

/* 
------------------------------------------------------------ */
#cont08 {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
#cont08 h2 {
	text-align: center;
	margin: 0 0 50px 0;
}
#cont08 .txt01 {
	text-align: center;
	margin: 0 0 30px 0;
}
#cont08 .box01 {
	width: 800px;
	margin: 0 auto 60px auto;
	background: #F7F6E4;
}
#cont08 .box01 h3 {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	background: #52921A;
}
#cont08 .box01 .descBox {
	padding: 20px 30px;
	overflow: hidden;
}
#cont08 .box01 .descBox .clm01 {
	float: left;
	width: 490px;
}
#cont08 .box01 .descBox .clm01 h4 {
	color: #6A5B3A;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 0 0 50px;
	line-height: 46px;
	background: url(../img/logo.png) 0 0 no-repeat;
}
#cont08 .box01 .descBox .clm01 .tel {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 0 40px;
	line-height: 24px;
	background: url(../img/cont08_img01.png) 0 0 no-repeat;
}
#cont08 .box01 .descBox .clm01 .tel .yobi {
	font-size: 14px;
	font-weight: normal;
}
#cont08 .box01 .descBox .clm01 .txt02 {
	font-size: 14px;
}
#cont08 .box01 .descBox .clm02 {
	float: right;
}
@media only screen and (max-width: 767px) {
	#cont08 .box01 {
		width: auto;
	}
	#cont08 .box01 .descBox {
		padding: 20px;
	}
	#cont08 .box01 .descBox .clm01 {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	#cont08 .box01 .descBox .clm01 h4 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	#cont08 .box01 .descBox .clm01 .tel {
		font-size: 28px;
		padding: 0 0 10px 40px;
		line-height: 24px;
		background: url(../img/cont08_img01.png) 0 0 no-repeat;
	}
	#cont08 .box01 .descBox .clm01 .tel .yobi {
		padding-top: 5px;
		display: block;
	}
	#cont08 .box01 .descBox .clm02 {
		float: none;
		text-align: center;
	}
}
#cont08 .box01 .descBox02 {
	background-color: #f8e5bb;
	margin: 0 30px 20px;
	padding: 20px;
}
@media only screen and (max-width: 767px) {
	#cont08 .box01 .descBox02 {
		margin: 0 20px 20px;
		padding: 20px;
	}
}
#cont08 .box01 .serviceArea {
	padding: 0 30px 20px;
	text-align: center;
	font-size: 0;
}
#cont08 .box01 .serviceAreaTtl {
	padding: 10px 30px 0;
	margin-bottom: 20px;
	display: inline-block;
	color: #52921A;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #52921A;
}
#cont08 .box01 .serviceAreaList {
}
#cont08 .box01 .serviceAreaList li {
	float: left;
	width: 236px;
	margin-right: 16px;
	background-color: #ffffcc;
}
#cont08 .box01 .serviceAreaList li:last-child {
	margin-right: 0;
}
#cont08 .box01 .serviceAreaListTtl {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 8px;
}
#cont08 .box01 .serviceAreaList li:nth-child(1) .serviceAreaListImg {
	background: url(../img/goto_service_bg01.jpg) repeat;
}
#cont08 .box01 .serviceAreaList li:nth-child(2) .serviceAreaListImg {
	background: url(../img/goto_service_bg02.jpg) repeat;
}
#cont08 .box01 .serviceAreaList li:nth-child(3) .serviceAreaListImg {
	background: url(../img/goto_service_bg03.jpg) repeat;
}
#cont08 .box01 .serviceAreaListImg img {
	width: 100%;
}
#cont08 .box01 .serviceAreaListBtn {
	padding: 18px 16px 18px;
}
#cont08 .box01 .serviceAreaListBtn img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#cont08 .box01 .serviceArea {
		padding: 0 20px 20px;
		text-align: center;
		font-size: 0;
	}
	#cont08 .box01 .serviceAreaTtl {
		padding: 10px 0 0;
		margin-bottom: 20px;
		display: inline-block;
		color: #52921A;
		font-size: 22px;
		font-weight: bold;
		border-bottom: 2px solid #52921A;
	}
	#cont08 .box01 .serviceAreaList {
	}
	#cont08 .box01 .serviceAreaList li {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		background-color: #ffffcc;
	}
	#cont08 .box01 .serviceAreaList li:last-child {
		margin-right: 0;
	}
	#cont08 .box01 .serviceAreaListTtl {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0 8px;
	}
	#cont08 .box01 .serviceAreaList li:nth-child(1) .serviceAreaListImg {
		background: url(../img/goto_service_bg01.jpg) repeat;
	}
	#cont08 .box01 .serviceAreaList li:nth-child(2) .serviceAreaListImg {
		background: url(../img/goto_service_bg02.jpg) repeat;
	}
	#cont08 .box01 .serviceAreaList li:nth-child(3) .serviceAreaListImg {
		background: url(../img/goto_service_bg03.jpg) repeat;
	}
	#cont08 .box01 .serviceAreaListImg img {
		width: 100%;
	}
	#cont08 .box01 .serviceAreaListBtn {
		padding: 20px 45px 20px;
	}
	#cont08 .box01 .serviceAreaListBtn img {
		width: 100%;
	}
}
#cont08 .ttl01 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	border-left: 8px solid #0074E1;
}
#cont08 .tbl01 {
	width: 100%;
	margin: 0 0 60px 0;
}
#cont08 .tbl01 th ,
#cont08 .tbl01 td {
	vertical-align: top;
	padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
	#cont08 .tbl01 th ,
	#cont08 .tbl01 td {
		display: block;
		padding: 20px;
	}
	#cont08 .tbl01 th {
		padding-left: 0;
		padding-bottom: 10px;
	}
	#cont08 .tbl01 td {
		margin-bottom: 10px;
	}
}
#cont08 .tbl01 th {
	width: 200px;
	font-weight: bold;
}
#cont08 .tbl01 td {
	font-weight: bold;
	background: #F2F2F2;
}
#cont08 .tbl01 input[type=text] {
	padding: 5px;
	border: 1px solid #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#cont08 .tbl01 .name input[type=text] ,
#cont08 .tbl01 .tel input[type=text] ,
#cont08 .tbl01 .mail input[type=text] {
	width: 400px;
}
#cont08 .tbl01 .zip input[type=text] {
	width: 200px;
}
#cont08 .tbl01 .address input[type=text] {
	width: 600px;
}
@media only screen and (max-width: 767px) {
	#cont08 .tbl01 input[type=text] {
		width: 100%!important;
	}
}
#cont08 .tbl01 .notes textarea {
	padding: 5px;
	width: 100%;
	height: 260px;
	border: 1px solid #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#cont08 .tbl01 .required {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	display: inline-block;
	margin: 0 0 0 10px;
	background: #D90000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#cont08 .tbl01 .sample {
	display: inline-block;
	margin: 5px 0 0 5px;
	color: #666666;
	font-weight: normal;
}
#cont08 .btn {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#cont08 .btn input {
		width: 100%;
		height: auto;
	}
}

#cont08 .tbl01 div {
	padding: 10px;
	background: #FFFFFF;
}


.retop {
	margin-top: 40px;
	text-align: center;
}

.retop a {
	color: #1e90ff;
	text-decoration: underline;
}



/*  FAQ
------------------------------------------------------------ */
.faqBox h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 8px solid #0074E1;
}

.faqBox dl {
	margin: 0 auto 20px;
	padding: 20px;
	width: 95%;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	box-sizing: border-box;
}

.faqBox dl dt {
	margin-bottom: 5px;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.faqBox dl dt:before {
	content: "";
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/icon_q.png) no-repeat left center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.faqBox dl dd {
	padding-top: 10px;
	padding-left: 40px;
	line-height: 1.6em;
	position: relative;
}
.faqBox dl dd:before {
	content: "";
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/icon_a.png) no-repeat;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
}

@media only screen and (max-width: 400px) {
	.faqBox dl dt {
		padding-top: 40px;
		margin-bottom: 10px;
		padding-left: 0;
		height: auto;
		line-height: 1.2em;
	}
	.faqBox dl dt:before {
		margin-left: -14px;
		margin-right: 0;
		top: 0;
		left: 10px;
	}


	.faqBox dl dd {
		padding-top: 40px;
		padding-left: 0;
		line-height: 1.6em;
		position: relative;
	}

	.faqBox dl dd:before {
		margin-left: -14px;
		margin-right: 0;
		top: 0;
		left: 10px;
	}
}


/* 
------------------------------------------------------------ */
#footer {
	clear: both;
	padding: 20px 0 40px 0;
	background: #F2F2F2;
	overflow: hidden;
}
#footer .clm01 {
	float: left;
}
@media only screen and (max-width: 767px) {
	#footer .clm01 {
		float: none;
	}
}
#footer .sitename {
	color: #6A5A39;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 50px;
	line-height: 46px;
	background: url(../img/logo.png) 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
	#footer .sitename {
		font-size: 14px;
	}
}
#footer .address {
	font-size: 14px;
	padding: 0 0 0 50px;
}
#footer .clm02 {
	float: right;
	padding: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .clm02 {
		float: none;
		padding-left: 50px;
	}
}
#footer .tel {
	font-size: 16px;
	font-weight: bold;
}
#footer .companyName {
	font-size: 14px;
	margin-left: -0.5em;
}
#footer .yobi {
	font-size: 14px;
}
#footer .kaigonum {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
/* 	#footer .yobi {
		display: block;
	} */
}



