@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 18px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

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

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}

#wrapper {
	position: relative;
}

/*--------------ヘッダー--------------*/

header {
	background-color: #fea82e;
	padding: 60px 20px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;	
}

h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	width: 436px;
	margin-bottom: 30px;
}

h1 span {
	font-size: 32px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 6px solid #fff;
	padding-bottom: 6px;
	margin-bottom: 50px;
}

.icon_home {
	width: 139px;
	margin-bottom: 30px;
}

.site_catch {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
}

.site_catch span {
	text-emphasis: filled dot black;
	-webkit-text-emphasis: filled dot black;
}

.intro {
	display: flex;
	align-items: center;
}

.intro .img {
	font-size: 16px;
	font-weight: 500;
}

.intro img {
	width: 170px;
	margin-bottom: 10px;
}

.intro .text {
	text-align: left;
	margin-left: 20px;
	line-height: 1.5;
	font-weight: 500;
}

@media screen and (max-width: 767px){
	
	.site_catch {
		font-size: 30px;
	}
	
	.intro img {
		width: 130px;
	}
	
}

@media screen and (max-width: 479px){
	
	header {
		padding: 25px 0;
	}

	.logo {
		width: 242px;
		margin-bottom: 15px;
	}

	h1 span {
		font-size: 18px;
		margin-bottom: 30px;
		border-bottom: 4px solid #fff;
	}

	.icon_home {
		width: 77px;
		margin-bottom: 20px;
	}

	.site_catch {
		font-size: 22px;
		margin-bottom: 35px;
	}

	.intro {
		flex-direction: column;
	}

	.intro .img {
		font-size: 10px;
		margin-bottom: 20px;
	}

	.intro img {
		width: 95px;
	}

	.intro .text {
		text-align: center;
		margin-left: 0;
		font-size: 12px;
	}
	
}


/*--------------マンガ--------------*/

.manga {
	background-color: #fff;
}

.manga .inner {
	width: 530px;
	height: 730px;
	overflow: auto;
	margin: 90px auto;
}

.manga img {
	width: 490px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){

	.manga .inner {
		width: 100%;
		height: auto;
		overflow: visible;
		margin: 30px auto;
		padding: 0 20px;
	}

	.manga img {
		width: 100%;
		margin-bottom: 10px;
	}

}

/*--------------heading--------------*/
.heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.heading span {
	margin-bottom: 30px;
}

.heading h2 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 479px){

	.heading span {
		margin-bottom: 15px;
	}

	.heading h2 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 6px;
		margin-bottom: 30px;
	}
	
}

/*--------------当サイトについて--------------*/

.about {
	background-color: #fea82e;
	padding: 70px 20px;
}

.about .heading span {
	width: 59px;
	height: 38px;
	background: url("../img/icon_about.png") no-repeat 50% 50%;
	background-size: cover;
}

.about .heading h2 {
	border-bottom: 5px solid #fff;
}

.about .lead {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 30px;
}

.about h3 {
	font-weight: bold;
	margin-bottom: 1em;
}

.about p {
	line-height: 1.5;
}

.about .company {
	width: 100%;
	max-width: 900px;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px;
	border-radius: 5px;
}

.about .company_inner {
	margin-bottom: 2em;
}

.about .company h4 {
	color: #ff5e25;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.about .company h4::before {
	content: '';
	width: 22px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
	background: url("../img/icon_company.png") no-repeat 50% 50%;
	background-size: 22px;
}

.about .company a.website {
	display: inline-block;
	float: right;
	margin-left: 20px;
}

.about .company img {
	width: 300px;
	transition: opacity 0.3s ease;
}

.about .company img:hover {
	opacity: 0.7;
}

.about .company h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #ff5e25;
	display: inline-block;
	border-radius: 5px;
	padding: 8px 15px;
	margin-bottom: 20px;
	position: relative;
}

.about .company h5::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: -8px;
	width: 8px;
	height: 8px;
	border-top: 8px solid #ff5e25;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	box-sizing: border-box;
}

.about .company a {
	color: #ff5e25;
	text-decoration: underline;
}

.about .company a:hover {
	text-decoration: none;
}



@media screen and (max-width: 599px){

	.about .company .website {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.about .company img {
		width: 150px;
	}

	.about .company .website_cmt_a {
		margin-bottom: 1em;
	}
	
}

@media screen and (max-width: 479px){

	.about {
		padding: 30px 20px;
	}

	.about .heading span {
		width: 30px;
		height: 19px;
		background: url("../img/icon_about.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.about .heading h2 {
		border-bottom: 3px solid #fff;
	}
	
	.about .lead {
		width: auto;
		margin: 0 0 20px;
	}

	.about h3 {
		font-size: 12px;
	}

	.about p {
		font-size: 12px;
	}

	.about .company {
		width: auto;
		padding: 20px;
	}

	.about .company_inner {
		margin-bottom: 1em;
	}
	
	.about .company h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.about .company h4::before {
		content: '';
		width: 12px;
		height: 14px;
		margin-right: 5px;
		background: url("../img/icon_company.png") no-repeat 50% 50%;
		background-size: 12px;
	}
	
	.about .company h5 {
		font-size: 12px;
		padding: 5px 10px;
		margin-bottom: 12px;
		border-radius: 3px;
	}

	.about .company h5::before {
		left: 10px;
		bottom: -6px;
		width: 6px;
		height: 6px;
		border-top: 6px solid #ff5e25;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
	}
	
}


/*--------------当社ができること--------------*/

.list {
	background-color: #fff1c8;
	padding: 70px 20px;
}

.list .heading span {
	width: 46px;
	height: 37px;
	background: url("../img/icon_list.png") no-repeat 50% 50%;
	background-size: cover;
}

.list .heading h2 {
	border-bottom: 5px solid #ff9703;
}

.list ul {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.list li {
	background-color: #fff;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.list li:last-child {
	margin-bottom: 0;
}

.list li .no {
	margin-right: 20px;
}

.list li .no span {
	font-size: 32px;
	color: #ff5e25;
	font-weight: 500;
	line-height: 68px;
	display: inline-block;
	text-align: center;
	background-color: #fee686;
	border-radius: 50%;
	width: 68px;
	height: 68px;
}

.list li h3 {
	color: #ff5e25;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
}

.list li p {
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 479px){

	.list {
		padding: 30px 20px;
	}

	.list .heading span {
		width: 23px;
		height: 18px;
		background: url("../img/icon_list.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.list .heading h2 {
		border-bottom: 3px solid #ff9703;
	}

	.list ul {
		max-width: auto;
	}

	.list li {
		padding: 15px 10px;
		margin-bottom: 12px;
		border-radius: 3px;
	}

	.list li .no {
		margin-right: 15px;
	}

	.list li .no span {
		font-size: 19px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}

	.list li h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.list li p {
		font-size: 12px;
	}
	
	
}


/*--------------お取引事例--------------*/

.sample {
	background-color: #fea82e;
	padding: 70px 20px;
}

.sample .heading span {
	width: 46px;
	height: 41px;
	background: url("../img/icon_sample.png") no-repeat 50% 50%;
	background-size: cover;
}

.sample .heading h2 {
	border-bottom: 5px solid #fff;
}

.sample .lead {
	max-width: 900px;
	margin: 0 auto 1em;
	line-height: 1.5;
}

.sample .inner {
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
}

.sample .chart {
	background-color: #f6f4f4;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 10px;
	margin-bottom: 30px;
}

.sample .chart h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	display: inline-block;
}

.sample .chart h3::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 35px;
	background: url("../img/brc_before.png") no-repeat left top;
	vertical-align: -9px;
	margin-right: 6px;
}

.sample .chart h3::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 35px;
	background: url("../img/brc_after.png") no-repeat left top;
	vertical-align: -9px;
	margin-left: 6px;
}

.sample .chart img {
	width: 100%;
	max-width: 500px;
}

.sample h4 {
	font-size: 22px;
	line-height: 1.5;
	color: #ff5e25;
	font-weight: bold;
	margin-bottom: 20px;
}

.sample .text {
	line-height: 1.5;
	margin-bottom: 50px;
}

.sample .beforeafter {
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.sample .beforeafter .before, .sample .beforeafter .after {
	max-width: 100%;
}

.sample .beforeafter .att {
	margin: 1em 0 30px;
	font-size: 14px;
	text-align: right;
}

.sample .beforeafter .arrow {
	margin-bottom: 30px;
}

@media screen and (max-width: 479px){

	.sample {
		padding: 30px 20px;
	}

	.sample .heading span {
		width: 23px;
		height: 20px;
		background: url("../img/icon_sample.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.sample .heading h2 {
		border-bottom: 3px solid #fff;
	}
	
	.sample .lead {
		max-width: auto;
		font-size: 12px;
	}

	.sample .inner {
		max-width: auto;
		margin: 0 auto;
		padding: 10px;
	}

	.sample .chart {
		padding: 15px;
		margin-bottom: 20px;
	}

	.sample .chart h3 {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.sample .chart h3::before {
		width: 7px;
		height: 18px;
		background: url("../img/brc_before.png") no-repeat left top;
		background-size: cover;
		vertical-align: -5px;
		margin-right: 5px;
	}

	.sample .chart h3::after {
		width: 7px;
		height: 18px;
		background: url("../img/brc_after.png") no-repeat left top;
		background-size: cover;
		vertical-align: -5px;
		margin-left: 5px;
	}

	.sample .chart img {
		max-width: auto;
	}
	
	.sample h4 {
		font-size: 14px;
		margin-bottom: 15px;
		padding: 0 10px;
	}

	.sample .text {
		font-size: 12px;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.sample .beforeafter {
		max-width: auto;
		padding: 0 10px 10px;
	}

	.sample .arrow {
		width: 19px;
	}
	
	.sample .beforeafter .att {
		margin: 1em 0 15px;
		font-size: 10px;
	}

	.sample .beforeafter .arrow {
		margin-bottom: 15px;
	}
	
}

/*--------------比較しよう--------------*/

.compare {
	background-color: #fff1c8;
	padding: 70px 20px;
}

.compare .heading span {
	width: 46px;
	height: 47px;
	background: url("../img/icon_compare.png") no-repeat 50% 50%;
	background-size: cover;
}

.compare .heading h2 {
	border-bottom: 5px solid #ff9703;
}

.compare .lead {
	max-width: 800px;
	line-height: 1.5;
	margin: 0 auto 40px;
}

.compare .compare_jirei {
	max-width: 800px;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto 50px;
}

.compare .compare_jirei span {
	font-size: 18px;
	font-weight: bold;
}

.compare .inner {
	max-width: 935px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.compare .jirei {
	background-color: #fff;
	width: 100%;
	padding: 55px 30px 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 25px;
	
}

.compare .jirei:last-of-type {
	margin-right: 0 !important;
}

.compare .jirei h3 {
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}

.compare .normal h3 {
	background-color: #b3d465;
}

.compare .normal h3::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 0;
	width: 8px;
	height: 16px;
	display: inline-block;
	background: url("../img/shadow_grn.png") no-repeat left top;
}

.compare .inuki h3 {
	background-color: #fea82e;
}

.compare .inuki h3::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 0;
	width: 8px;
	height: 16px;
	display: inline-block;
	background: url("../img/shadow_ora.png") no-repeat left top;
}

.compare .jirei .hosho {
	width: 350px;
	height: 45px;
	font-weight: bold;
	font-size: 20px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 25px;
}

.compare .jirei .hosho span {
	font-weight: 500;
	font-size: 16px;
	vertical-align: 2px;
}

.compare .normal .hosho {
	border: 3px dotted #22ac38;
}

.compare .inuki .hosho {
	border: 3px dotted #eb4800;
}

.compare .jirei p {
	font-size: 16px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.compare .jirei table {
	width: 100%;
	margin-bottom: 25px;
}

.compare .inuki table {
	position: relative;
}

.compare .jirei th, .compare .jirei td {
	padding: 8px 16px;
	font-size: 16px;
	white-space: nowrap;
}

.compare .jirei td {
	text-align: right;
}

.compare .jirei .last {
	padding-bottom: 16px;
}

.compare .jirei .total {
	border-top: 1px solid #b8b8b8;
}

.compare .jirei td.total {
	font-size: 20px;
	font-weight: bold;
}

.compare .normal td.total {
	color: #3bb54f;
}

.compare .inuki td.total {
	color: #ff4200;
}

.compare .inuki .chart_a {
	position: absolute;
	content: '';
	display: inline-block;
	left: 190px;
	top: 15px;
	width: 31px;
	height: 101px;
	background: url("../img/inuki_a.png") no-repeat left top;
	background-size: 31px;
}

.compare .inuki .chart_b {
	position: absolute;
	content: '';
	display: inline-block;
	left: 190px;
	top: 140px;
	width: 31px;
	height: 12px;
	background: url("../img/inuki_b.png") no-repeat left top;
	background-size: 31px;
}

.compare .jirei .temoto {
	width: 350px;
	height: 45px;
	font-size: 24px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

.compare .normal .temoto {
	border: 3px solid #3bb54f;
	color: #3bb54f;
}

.compare .inuki .temoto {
	border: 3px solid #ff4200;
	color: #ff4200;
}

.compare .jirei .temoto span {
	font-size: 18px;
	vertical-align: 3px;
	font-weight: 500;
}

.compare .inuki .otoku {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ff4200;
	margin-bottom: 10px;
}

.compare .inuki .otoku::before, .compare .inuki .otoku::after {
	content: '';
	width: 14px;
	height: 24px;
	display: inline-block;
	vertical-align: -5px;
}

.compare .inuki .otoku::before {
	background: url("../img/compare_before.png") no-repeat left top;
	background-size: cover;
	margin-right: 6px;
}

.compare .inuki .otoku::after {
	background: url("../img/compare_after.png") no-repeat left top;
	background-size: cover;
	margin-left: 6px;
}

@media screen and (max-width: 909px){
	
	.compare .jirei {
		padding: 40px 20px 30px;
		margin-right: 20px;
	}
	
	.compare .jirei h3 {
		top: -11px;
		width: 250px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.compare .normal h3::after {
		right: -5px;
		width: 5px;
		height: 11px;
		background: url("../img/shadow_grn.png") no-repeat left top;
		background-size: 5px;
	}

	.compare .inuki h3::after {
		right: -5px;
		width: 5px;
		height: 11px;
		background: url("../img/shadow_ora.png") no-repeat left top;
		background-size: 5px;
	}

	.compare .jirei .hosho {
		width: 250px;
		height: 35px;
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.compare .jirei .hosho span {
		font-size: 12px;
		vertical-align: 2px;
	}

	.compare .normal .hosho {
		border: 2px dotted #22ac38;
	}

	.compare .inuki .hosho {
		border: 2px dotted #eb4800;
	}

	.compare .jirei p {
		font-size: 12px;
		margin-bottom: 4px;
		padding-bottom: 4px;
	}

	.compare .jirei table {
		margin-bottom: 25px;
	}

	.compare .jirei th, .compare .jirei td {
		padding: 4px 8px;
		font-size: 12px;
	}

	.compare .jirei .last {
		padding-bottom: 8px;
	}

	.compare .jirei td.total {
		font-size: 15px;
	}


	.compare .inuki .chart_a {
		left: 135px;
		top: 5px;
		width: 23px;
		height: 73px;
		background: url("../img/inuki_a_sp.png") no-repeat left top;
		background-size: 23px;
	}

	.compare .inuki .chart_b {
		left: 135px;
		top: 87px;
		width: 23px;
		height: 9px;
		background: url("../img/inuki_b_sp.png") no-repeat left top;
		background-size: 23px;
	}

	.compare .jirei .temoto {
		width: 250px;
		height: 35px;
		font-size: 17px;
		line-height: 30px;
	}

	.compare .normal .temoto {
		border: 2px solid #3bb54f;
	}

	.compare .inuki .temoto {
		border: 2px solid #ff4200;
	}

	.compare .jirei .temoto span {
		font-size: 13px;
		vertical-align: 3px;
	}

	.compare .inuki .otoku {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.compare .inuki .otoku::before, .compare .inuki .otoku::after {
		width: 9px;
		height: 17px;
		vertical-align: -4px;
	}

	.compare .inuki .otoku::before {
		margin-right: 4px;
	}

	.compare .inuki .otoku::after {
		margin-left: 4px;
	}
	
}

@media screen and (max-width: 652px){
	
	.compare .inner {
		max-width: auto;
		flex-direction: column;
		align-items: center;
	}
	
	.compare .jirei {
		max-width: 400px;
		margin-right: 0;
	}
	
	.compare .normal {
		margin-bottom: 30px;
	}
	
}

@media screen and (max-width: 479px){

	.compare {
		padding: 30px 20px;
	}

	.compare .heading span {
		width: 23px;
		height: 23px;
		background: url("../img/icon_compare.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.compare .heading h2 {
		border-bottom: 3px solid #ff9703;
	}

	.compare .lead {
		max-width: auto;
		font-size: 12px;
		margin: 0 auto 25px;
	}

	.compare .compare_jirei {
		max-width: auto;
		font-size: 11px;
		margin: 0 auto 25px;
	}

	.compare .compare_jirei span {
		font-size: 11px;
	}



	
}


/*--------------お仕事の流れ--------------*/

.flow {
	background-color: #fea82e;
	padding: 70px 20px;
}

.flow .heading span {
	width: 46px;
	height: 47px;
	background: url("../img/icon_flow.png") no-repeat 50% 50%;
	background-size: cover;
}

.flow .heading h2 {
	border-bottom: 5px solid #fff;
	margin-bottom: 80px;
}

.flow ul {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.flow li {
	background-color: #fff;
	padding: 40px 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}

.flow li:last-child {
	margin-bottom: 0;
}

.flow li .no {
	margin-bottom: 20px;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}

.flow li .no span {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background-color: #fed42e;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	border: 3px solid #000;
}

.flow li h3 {
	color: #ff5e25;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
}

.flow li p {
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 479px){

	.flow {
		padding: 30px 20px;
	}

	.flow .heading span {
		width: 23px;
		height: 23px;
		background: url("../img/icon_flow.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.flow .heading h2 {
		border-bottom: 3px solid #fff;
		margin-bottom: 40px;
	}
	
	.flow ul {
		max-width: auto;
	}

	.flow li {
		padding: 25px 10px 15px;
		margin-bottom: 30px;
		border-radius: 3px;
	}

	.flow li .no {
		margin-bottom: 10px;
		top: -14px;
	}

	.flow li .no span {
		font-size: 14px;
		line-height: 24px;
		width: 28px;
		height: 28px;
		border: 2px solid #000;
	}

	.flow li h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.flow li p {
		font-size: 12px;
	}

}


/*--------------お問い合わせ--------------*/

.contact {
	background-color: #f2f1f1;
	padding: 70px 20px 15px;
}

.contact .heading span {
	width: 50px;
	height: 40px;
	background: url("../img/icon_contact.png") no-repeat 50% 50%;
	background-size: cover;
}

.contact .heading h2 {
	border-bottom: 5px solid #ff9703;
}

.contact .lead {
	line-height: 1.5;
	max-width: 830px;
	margin: 0 auto 40px;
}

.contact .tel {
	display: block;
	max-width: 500px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #ff5e25;
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	text-decoration: none;
	margin: 0 auto 80px;
	border-radius: 10px;
	box-shadow: 0 5px #dddbdc;
	transition: all 0.1s ease;
}

.contact .tel::before {
	width: 35px;
	height: 35px;
	content: '';
	background: url("../img/icon_tel.png") no-repeat left top;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
}

.contact .tel:hover {
	transform: translate(0, 3px);
	box-shadow: none;
}

.form_table {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 30px;
	display: table;
}

.form_table .tr {
	display: table-row;
}

.form_table .th, .form_table .td {
	display: table-cell;
	padding: 15px 0;
}

.form_table .th {
	width: 200px;
}

.form_table .th.other {
	vertical-align: top;
}

.form_table .th span {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	background-color: #fea82e;
	color: #fff;
	padding: 5px;
}

.form_table .td {
	width: calc(100% - 200px);
}

.contact input, .contact textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

label, input[type='checkbox'] {
    cursor: pointer;
}

.form_table input[type="text"] {
	max-width: 410px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 8px;
	transition: all 0.3s ease;
}

.form_table .td .row {
	border-top: 1px solid #aaaaaa;
	padding: 20px 10px;
}

.form_table .td .row:last-of-type {
	border-bottom: 1px solid #aaaaaa;
}

.form_table .td .row div {
	display: inline-block;
}

.form_table textarea {
	width: 100%;
	height: 180px;
	background-color: #fff;
	border: none;
	padding: 8px;
	transition: all 0.3s ease;
}

.form_table input[type="text"]:focus, .form_table textarea:focus {
	/*box-shadow: 0 0 7px #fea82e;
	border: 1px solid #fea82e;*/
}

.contact input[type="submit"] {
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ff5e25;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	margin: 0 auto 50px;
	border-radius: 10px;
	box-shadow: 0 5px #dddbdc;
	transition: all 0.1s ease;
	font-weight: 500;
	border: none;
    -webkit-appearance: none;
}

.contact input[type="submit"]:hover {
	transform: translate(0, 3px);
	box-shadow: none;
}

.contact .address {
	line-height: 1.5;
	max-width: 830px;
	margin: 0 auto;
}

.contact .privacy {
	max-width: 830px;
	height: 240px;
	line-height: 1.5;
	margin: 0 auto 60px;
	overflow: auto;
	font-size: 16px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #aaa;
	color: #666;
}

.contact .privacy h3 {
	margin-bottom: 0.5em;
}

.contact .privacy p {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 767px){
	
	.form_table {
		max-width: auto;
		margin: 0 auto;
		display: block;
	}

	.form_table .tr {
		display: block;
	}

	.form_table .th, .form_table .td {
		display: block;
		padding: 0 0 25px;
	}

	.form_table .th {
		width: auto;
		padding-bottom: 10px;
	}

	.form_table .th.other {
		vertical-align: middle;
	}

	.form_table .td {
		width: auto;
	}

	.form_table input[type="text"] {
		max-width: 100%;
		width: 100%;
		height: 40px;
		padding: 4px;
	}

	.form_table .td .row {
		padding: 0 0;
		border: none;
	}
	
	.form_table .td .row div {
		display: block;
		padding: 15px 0;
		border-top: 1px solid #aaaaaa;
	}
	
	.form_table textarea {
		height: 150px;
		padding: 4px;
	}
	
}

@media screen and (max-width: 479px){

	.contact {
		padding: 30px 20px 15px;
	}

	.contact .heading span {
		width: 25px;
		height: 20px;
		background: url("../img/icon_contact.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.contact .heading h2 {
		border-bottom: 3px solid #ff9703;
	}

	.contact .lead {
		font-size: 12px;
		max-width: auto;
		margin: 0 auto 30px;
	}

	.contact .tel {
		max-width: 100%;
		height: 55px;
		line-height: 55px;
		font-size: 30px;
		margin: 0 auto 30px;
		border-radius: 5px;
	}

	.contact .tel::before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}

	.contact .tel:hover {
		transform: translate(0, 0);
		box-shadow: 0 5px #dddbdc;
	}

	.form_table .th, .form_table .td {
		font-size: 14px;
	}

	.form_table .th span {
		font-size: 11px;
		margin-left: 10px;
		padding: 3px;
	}

	
	.contact input[type="submit"] {
		width: 100%;
		height: 55px;
		line-height: 55px;
		font-size: 18px;
		margin: 0 auto 40px;
		border-radius: 5px;
	}

	.contact input[type="submit"]:hover {
		transform: translate(0, 0);
		box-shadow: 0 5px #dddbdc;
	}

	.contact .address {
		max-width: auto;
		font-size: 14px;
	}

	.contact .privacy {
		height: 180px;
		margin: 0 auto 50px;
		font-size: 12px;
		padding: 10px;
	}
}

/*--------------GMAP--------------*/

#gmap {
	width: 100%;
	height: 500px;
	background-color: #000;
}

@media screen and (max-width: 479px){
	
	#gmap {
		height: 250px;
	}
	
}

/*--------------フッター--------------*/

footer {
	background-color: #fea82e;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 40px 20px;
}

@media screen and (max-width: 479px){
	
	footer {
		font-size: 12px;
		padding: 20px;
	}
	
}

/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5) url(../img/pagetop.png) no-repeat 50% 50%;
	background-size: 27px;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}

