body, html {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #3E3D3D;
	overflow-x: hidden;
}

p {
	margin: 0 0 15px;
	line-height: 1.6;
}

a {
	color: #2D2D2D;
}

a:hover, a:focus {
	text-decoration: none;
	color: #8EC31F;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


/*********COMMON*************/


/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-4 .last-nav a::after {
	background: none;
}

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}

.button:hover {
	color: #fff;
}

.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}

.button:hover::after {
	top: 0;
	background-color: #333;
}

.green {
	color: #8ABD1F;
}

small {
	font-size: 12px;
	color: #4E4E4E;
}

img {
	max-width: 100%;
}

.lead2 {
	text-align: center;
	margin-bottom: 3%;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 1px;
}

.mb0 {
	margin-bottom: 0;
}

.pb0 {
	padding-bottom: 0;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs20 {
	font-size: 20px;
}

.fs30 {
	font-size: 30px;
}

.more {
	margin-top: 30px;
}

.bold {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: white;
	line-height: 1.7;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 span {
	font-family: 'Oswald', sans-serif;
	font-size: 80px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

h2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 5%;
	margin-top: 7%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section {
	padding-bottom: 5%;
}

.mt3 {
	margin-top: 3%;
}

.mt5 {
	margin-top: 5%;
}

.mb5 {
	margin-bottom: 5px;
}

.mb3 {
	margin-bottom: 3%;
}

.center {
	text-align: center;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


/* Navigation */

#tf-menu {
	transition: all 0.8s;
}

#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-size: 14px;
}

.on {
	background-color: #222222 !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #FCAC45 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FCAC45;
	border-color: #FCAC45;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.navbar-nav li:last-child {
	background: #8EC31F;
	padding: 15px;
	margin-left: 20px;
	font-weight: bold;
}


/* Home Style */

#tf-home {
	background: url(../img/27467125.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-bottom: 3px solid #8ec31f;
}

.overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
	/* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 0 0 5% 0;
}

.content {
	position: relative;
	padding: 100px 0 0;
}

.color {
	color: #fcac45;
}


/********HEADER********/

.lead {
	font-size: 55px;
	text-align: center;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-more {
	text-align: center;
	margin-top: 7%;
}

.header-more a {
	border: 1px solid white;
	padding: 19px 60px;
	color: white;
}


/**********TOP REASON***********/

#top-reason .col-sm-4 {
	padding: 0 2.1%;
}

#top-reason h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #3A3A3A;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*****TOP VOICE*****/

.inner {
	width: 750px;
	margin: 0 auto;
}

.voice {
	display: -webkit-flex;
	/*--- safari（PC）用 ---*/
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.voice li {
	display: inline-block;
	background: url(../img/bg_content.png)0 0 repeat;
	padding: 20px;
	border-radius: 5px;
	margin: 10px;
	width: 30%;
}


/**********TOP ACHIEVEMENT**********/

#top-ach {
	background: #F3F3F3;
}

.ach-box {
	padding: 15px;
	background: white;
	overflow: hidden;
	margin-bottom: 20px;
	height: 155px;
}

.ach-box-left {
	float: left;
	width: 50%;
}

.ach-box-right {
	float: right;
	width: 45%;
}

.ach-box-right p {
	font-size: 12px;
}

.ach-box h3 {
	margin: 0;
	font-size: 15px;
	margin-bottom: 4%;
	line-height: 1.5;
}

.ach-box span {
	color: #7CAD43;
}


/**********TOP VOICE**********/

#top-voice h3 {
	color: #7CAD43;
}

#top-voice .col-sm-3 p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10%;
}

.date {
	color: #8A8A8A;
	font-family: serif;
	text-align: right;
}


/**********TOP PROCESS**********/

.top-process {
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#non-estimate ul {
	margin-left: 10px;
	list-style: none;
	margin-bottom: 0;
}

#non-estimate li {
	line-height: 1;
	display: inline-block;
	margin: 10px;
	text-decoration: underline;
}

#non-estimate li a {
	color: #8EC31F;
	line-height: 1.3;
	vertical-align: top;
}

.material-icons {
	font-size: 16px;
}

.page-top {
	position: fixed;
	color: white;
	bottom: 3%;
	right: 3%;
	padding: 20px 10px;
	background: rgba(126, 122, 122, 0.65);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/**********SNS***********/

#sns {
	text-align: center;
	padding: 4% 0 3% 0;
	background: #F9F9F9;
}

.lineBlock {
	text-align: center;
	border: 8px solid #ececec;
}

.mailFormBlock {
	text-align: center;
	border: 8px solid #ececec;
	padding: 3% 5% 0;
}


/**********PROCESS PAGE***********/

#tf-process {
	background: url(../process/img/process-head.jpg)top center no-repeat;
	background-size: cover;
}

#sub h1 span {
	font-size: 45px;
	padding-bottom: 5px;
}

#sub h1 {
	line-height: 2;
	font-size: 16px;
}

#estimate {}

#non-estimate {
	margin-top: 10%;
}

.process-link-box {
	width: 635px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.process-link-box a {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	display: block;
	padding: 15px 30px;
}

.process-link-box div {
	text-align: center;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #8EC31F;
	border: 1px solid #8EC31F;
	width: 100%;
	margin: 10px;
}

.process-link-box span {
	font-size: 11px;
}

.process-link-box div:hover {
	background: #F4F4F4;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.process-box {
	width: 635px;
	padding: 20px;
	margin: 0 auto 1.3%;
	background: url(../img/bg_content.png)0 0 repeat;
	overflow: hidden;
}

.process-box h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 2% 0 5% 0;
}

#sub h2:after {
	content: "";
	border-bottom: 4px solid #8EC31F;
	width: 50px;
	display: block;
	margin: 2% auto;
}

.w2 {
	width: 19%;
}

.w8 {
	width: 79%;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.box {
	padding: 1% 2%;
	background: white;
	font-size: 14px;
	overflow: hidden;
}

.box p {
	margin: 0;
}

.box span {
	color: #8EC31F;
}


/**********ARCHIEVEMENT PAGE***********/

#tf-archievement {
	background: url(../achievement/img/arch-head.jpg)top center no-repeat;
	background-size: cover;
}

.arch-box {
	padding: 40px;
	width: 800px;
	margin: 0 auto 1%;
	border-radius: 3px;
	overflow: hidden;
	border-bottom: 1px dotted #717171;
}

.arch-left {
	width: 37%;
	float: left;
	padding-right: 40px;
	border-right: 1px solid #E4E4E4;
}

.arch-right {
	width: 60%;
	float: left;
	padding-left: 40px;
}

.arch-box-title {
	text-align: center;
}

.case {
	font-size: 40px;
	margin: 0;
}

.case2 {
	background: #CFE0AA;
	padding: 4px;
	font-weight: bold;
}

.arch-table {
	width: 100%;
	line-height: 3.5;
	margin-bottom: 5%;
}

.arch-table th {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.table-th {
	background: url(../img/bg_content.png);
}

.arch-table tr {
	border-top: 1px solid #E8E8E8;
}

.arch-table tr:last-child {
	border-bottom: 1px solid #E8E8E8;
}

.arch-1 {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.arch-1:before {
	content: "■";
	font-size: 10px;
	color: #C2D4B6;
	padding-right: 5px;
}

.arch-2 {
	text-align: right;
}

.compare .arch-3 {
	text-align: center;
}

.compare .arch-4 {
	text-align: right;
}

.compare .arch-4 span {
	font-size: 15px;
	font-weight: bold;
	color: #D0462D;
}

.result {
	font-size: 22px;
	text-align: right;
	font-weight: bold;
	color: #D0462D;
}

.result span {
	font-size: 13px;
	margin-right: 5px;
	color: #444444;
	font-weight: normal;
}

strong {
	font-weight: bold;
	background: url(../img/yellow.jpg) left bottom repeat-x;
}


/**********REASON PAGE***********/

#tf-reason {
	background: url(../reason/img/reason-head.jpg)top center no-repeat;
	background-size: cover;
}

.reason01 {
	background: #F1F1F1;
	padding: 3% 0;
	text-align: center;
}

.reason02 {
	padding: 3% 0;
	text-align: center;
}

#reason h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	font-family: serif;
}

#reason h2:after {
	display: none;
}

.reason2-box {
	border: 4px solid #ECECEC;
	width: 650px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	text-align: left;
}

.reason2-box dt {
	background: #E6E6E6;
	display: inline-block;
	padding: 3px 7px;
	margin-bottom: 3px;
	font-weight: normal;
}

.reason2-box dd {
	margin-bottom: 20px;
}

.reason-img img {
	width: 450px;
}


/**********QA PAGE***********/

#tf-qa {
	background: url(../qa/img/qa-head.jpg)top center no-repeat;
	background-size: cover;
}

#qa {
	width: 650px;
	margin: 0 auto;
}

#qa dt {
	font-size: 17px;
	color: #8FC31F;
	margin-bottom: 2%;
}

#qa dt:before {
	margin: 0 10px 0 0;
	content: "Q";
	display: inline-block;
	width: 54px;
	height: 54px;
	background: url(../img/bg_content.png);
	font-family: serif;
	font-size: 38px;
	text-align: center;
	color: #504F4F;
}

#qa dd {
	line-height: 1.7;
	margin-bottom: 6%;
	margin-left: 10%;
}


/********CONTACT*********/

button {
	margin-top: 4%;
	padding: 15px 30px!important;
	background: #8EC31F!important;
	color: white;
	text-shadow: none!important;
	font-size: 16px!important;
}

.contact-wrap {
	width: 700px;
}


/*********ESTIMATE*********/

#tf-estimate {
	background: url(../estimate/img/estimate-head.jpg)top center no-repeat;
	background-size: cover;
}

.formBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}

.formBox__title {
	width: 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formBox__input {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formBox__input input {
	margin: 0 1%;
}

input {
	width: 100%;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #dedede;
}


/*********COMPANY*********/

#company {
	width: 500px;
	margin: 0 auto;
	margin-top: 60px;
}

#company {
	text-align: center;
	margin-bottom: 60px;
}

#company dt {
	margin-bottom: 15px;
}

#company dd {
	margin-bottom: 45px;
}


/*********SUB PAGE*********/

.sub-page-wrap {
	width: 700px;
	margin: 50px auto 0;
}

.sub-page-wrap h2 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 2%;
}

.sub-page-wrap h3 {
	font-weight: bold;
}

#sub .sub-page-wrap h2:after {
	display: none;
}

.sub-page-wrap ul, .sub-page-wrap ol {
	margin-left: 6%;
}

.other-headimg {
	background: url(../img/04.jpg);
	background-size: cover;
}


/*******FOOTER*********/

footer {
	background-color: #222222;
}

.footer-nav {
	margin: 20px 0 60px 0;
}

.footer-nav li {
	list-style: none;
	display: inline-block;
	margin: 2%;
}

.footer-nav li a {
	color: white;
	font-size: 11px;
}

.footer-nav li a:before {
	content: "> "
}

.footer-info {
	width: 540px;
	margin: 0 auto;
	border: 1px solid #404040;
	padding: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	font-size: 10px;
	text-align: center;
}

.icon_facebook {
	width: 50px;
}

.footer-info p {
	display: inline-block;
	margin-bottom: 0;
}

.footer-info p:first-child {
	border-right: 1px solid #404040;
	padding-right: 20px;
	margin-right: 20px;
}

.bottom-lead {
	color: white;
	margin-top: 20px;
	text-align: center;
}

.copyright {
	text-align: center;
	color: #5D5D5D;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 20px 0;
}

@media screen and (max-width: 640px) {
	#tf-home {
		background-attachment: inherit;
	}
	#tf-menu {
		padding: 10px;
		transition: all 0.8s;
	}
	.nav>li {
		display: block;
		padding: 10px;
	}
	.navbar-brand {
		padding: 10px;
	}
	.navbar-toggle {
		padding: 10px 15px!important;
		margin: 10px;
	}
	.navbar-brand img {
		width: 145px;
	}
	h1 {
		font-size: 17px;
	}
	h1 span {
		font-size: 38px;
		line-height: 2;
	}
	h2 span {
		font-size: 35px;
	}
	h2 {
		font-size: 15px;
	}
	.lead {
		font-size: 18px;
		margin: 30px 0;
		padding-bottom: 20px;
	}
	.header-more {
		margin-bottom: 11%;
	}
	.lead2 {
		line-height: 1.7;
		font-size: 14px;
		padding: 0 5%;
	}
	.content {
		padding: 22% 0 0;
	}
	.header-more a {
		border: 1px solid white;
		padding: 14px 24px;
	}
	#sub h1 span {
		font-size: 30px;
	}
	.reason-img img {
		width: 80%;
	}
	.reason2-box {
		width: auto;
	}
	.arch-box {
		padding: 10px;
		width: 100%;
		margin: 0 auto 10%;
		border-radius: 3px;
		overflow: hidden;
		border-bottom: none;
	}
	.arch-left {
		width: 100%;
		padding: 0;
		border-right: none;
	}
	.arch-right {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}
	#qa {
		width: 95%;
	}
	#qa dt {
		font-size: 15px;
	}
	#qa dt:before {
		width: 40px;
		height: 40px;
		font-size: 28px;
	}
	.reason01, .reason02, .reason03 {
		padding: 10% 5%;
	}
	.reason_title {
		margin-bottom: 10%;
	}
	.formBox {
		margin: 0 5% 7%;
		flex-direction: column;
	}
	.formBox__title {
		width: auto;
		margin-bottom: 3%;
		justify-content: flex-start;
	}
	.formBox__input {
		width: auto;
	}
	.xs-facebook {
		width: 30px;
	}
	.icon_facebook {
		width: 30px;
	}
	.footer-info {
		width: 100%;
		text-align: center;
		flex-direction: column;
	}
	.footer-info p:first-child {
		border-right: none;
		padding: 0;
		margin: 0;
	}
	.footer-info p:last-child {
		margin-top: 30px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: none;
	}
	#tf-menu.navbar-default {
		background-color: rgba(21, 21, 21, 0.93);
		border-color: rgba(231, 231, 231, 0);
	}
	.navbar-nav li:last-child {
		margin-left: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.sub-page-wrap {
		width: 90%;
	}
	.ach-box {
		height: auto;
	}
	.ach-box-left {
		float: none;
		width: 100%;
	}
	.ach-box-right {
		float: none;
		width: 100%;
	}
	.must {
		display: inline-block;
		float: none;
	}
	.contact-wrap {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	.process-link-box {
		width: 100%;
	}
	.process-link-box div {
		width: 45%;
		font-size: 12px;
		letter-spacing: 0;
		margin: 2%;
		padding: 1%;
	}
	.process-box {
		width: 100%;
	}
	#company {
		width: 98%;
	}
}
