/* ----------------------------------------
* section
---------------------------------------- */

/*----------------------------
  - consult page
----------------------------*/
.pgtitle h3 {
	padding: 40px 0;
	text-align: center;
}
.pgtitle h3 img {
	width: 200px;
	height: auto;
}
/* first */
.first .secTitle img {
	width: 131px;
	height: auto;
}
.first .rightImg .image img {
	width: 192px;
	height: auto;
}
/* means */
.means h3 img {
	width: 100px;
	height: auto;
}
.means .how {
	text-align: center;
	font-weight: bold;
}
.means #clickArea {
	width: 300px;
	margin: 20px auto;
}
.means #clickArea a {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: #f0f6dc url(../img/consult/icon_arrow_down.png) no-repeat center 115px;
	background-size: 8px auto;
}
.means #clickArea a:hover {
	background: #f0f6dc url(../img/consult/icon_arrow_down_hover.png) no-repeat center 115px;
	background-size: 8px auto;
}
.means #clickArea .invite {
	margin: 0 20px 0 0;
}
.means #clickArea img {
	width: 28px;
	height: auto;
	margin: 0 0 5px;
}
.means #clickArea p {
	color: #366e54;
	line-height: 20px;
}
#invite {
	padding: 0;
	border: 5px solid #faf7da;
}
#invite h4 {
	color: #366e54;
	font-size: 16px;
	font-weight: bold;
	background: #faf7da url(../img/consult/icon_build.png) no-repeat 10px center;
	background-size: 20px auto;
	padding: 20px 10px 20px 40px;
}
#invite .rightImg,
#visit .leftImg {
	padding: 20px;
}
#invite h5,
#visit h5 {
	color: #366e54;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
}
#invite .rightImg p {
	font-size: 16px;
	padding: 0;
}
#invite .rightImg .postnum {
	font-size: 14px;
	padding: 0 0 0 24px;
	background: url(../img/consult/icon_pin.png) no-repeat 0 center;
}
#invite .rightImg .attension,
#visit .leftImg .attension {
	display: block;
	font-size: 13px;
	padding: 0;
}
#invite .rightImg .car {
	font-size: 14px;
	color: #366e54;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
	padding: 0 0 0 26px;
	background: url(../img/consult/icon_car.png) no-repeat 0 center;
}
#invite .rightImg .bus {
	font-size: 14px;
	color: #366e54;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
	padding: 0 0 0 26px;
	background: url(../img/consult/icon_bus.png) no-repeat 0 center;
}
#invite .rightImg .bustxt {
	font-size: 14px;
}
#invite .rightImg .image {
	margin: 20px auto 0;
}
#invite .map {
	position: relative;
	width: 90%;
	height: 0;
	margin: 0 auto 20px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#invite .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#visit {
	margin: 30px auto;
	padding: 0;
	border: 5px solid #faf7da;
}
#visit h4 {
	color: #366e54;
	font-size: 16px;
	font-weight: bold;
	background: #faf7da url(../img/consult/icon_home.png) no-repeat 10px center;
	background-size: 20px auto;
	padding: 20px 10px 20px 40px;
}
#visit .leftImg .image {
	margin: 0 auto 20px;
}
#visit .leftImg p {
	margin: 0 0 10px;
}
#visit .leftImg p span {
	font-weight: bold;
}
/* flow */
.flow .secTitle img {
	width: 126px;
	height: auto;
}
.flow .step {
	margin: 20px auto;
}
.flow .step li {
	display: table;
	width: 100%;
	min-height: 100px;
	position: relative;
	margin: 0 0 60px;
}
.flow .step li.arrow:after {
	content: url(../img/consult/icon_arrow_down.png);
	margin: 0;
	position: absolute;
	top: 115%;
	left: 50%;
	right: 50%;
}
.flow .step img {
	display: table-cell;
	width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.flow .step p {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 0 0 0 110px;
}
/* plans */
.plans .secTitle img {
	width: 149px;
	height: auto;
}
.plans .how {
	text-align: center;
	font-weight: bold;
}
.plans .planList {
	margin: 20px auto;
}
.plans .planList li {
	width: 100%;
	background: #f0f6dc;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 20px;
	position: relative;
}
.plans .planList li img {
	width: 90px;
	height: auto;
}
.plans .planList li .image {
	width: 90px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.plans .planList li .txt {
	width: auto;
	padding: 0 0 0 110px;
}
.plans .planList li h4 {
	font-size: 22px;
	padding: 0 0 0 40px;
	background: url(../img/consult/icon_pen.png) no-repeat 0 center;
	background-size: 30px auto;
}
.plans .planList li .price {
	font-size: 22px;
	color: #366e54;
	margin: 0 0 10px;
}
.plans .planList li .price span {
	font-size: 14px;
	margin: 0 5px 0 0;
}
.plans .planList li .attension {
	font-size: 13px;
}
/* service */
.service .secTitle img {
	width: 173px;
	height: auto;
}
.service .planList {
	width: 300px;
	margin: 20px auto;
}
.service .planList li {
	float: left;
	width: 145px;
	min-height: 200px;
	background: #f0f6dc;
	border-radius: 10px;
	padding: 10px;
	margin: 0 10px 20px 0;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.service .planList li:nth-child(even) {
	margin: 0 0 20px;
}
.service .planList li img {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 10px;
}
.service .planList li h4 {
	font-size: 14px;
	font-weight: bold;
}
.service .planList li .price {
	font-size: 18px;
	margin: 0;
}
.service .planList li .attension {
	font-size: 14px;
	margin: 0 0 20px;
}
/* consult */
.consult .secTitle img {
	width: 172px;
	height: auto;
}
.consult .consultList li {
	width: 100%;
	padding: 20px 10px;
	background: #faf7da;
	border-radius: 10px;
	margin: 0 auto 30px;
	position: relative;
}
.consult .consultList li .jirei {
	font-size: 13px;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	background: #016c01;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.consult .consultList li .image {
	width: 80px;
	position: absolute;
	top: 30px;
	left: 10px;	
	z-index: 1;
}
.consult .consultList .fukidashi {
	width: auto;
	min-height: 100px;
	background: #fff;
	border-radius: 10px;
	padding: 0;
	margin: 0 0 0 90px;
	border: 1px solid #a0d468;
	position: relative;
}
.consult .consultList .fukidashi:before {
	content: "";
	position: absolute;
	top: 40px;
	left: -19px;
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	z-index: 2;
}
.consult .consultList .fukidashi:after {
	content: "";
	position: absolute;
	top: 40px;
	left: -21px;
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 10px solid #a0d468;
	z-index: 1;
}
.consult .consultList .fukidashi li {
	background: #fff;
	padding: 10px 10px 10px 20px;
	border-radius: 0;
	margin: 0 auto;
	background: url(../img/consult/icon_list_dot.png) no-repeat 10px 18px;
	background-size: 6px auto;
	position: static;
}
.consult .consultList li .answer {
	color: #016c01;
	font-weight: bold;
	margin: 20px 0 10px;
}
.consult .consultList li .cost {
	font-size: 16px;
	float: right;
}
.consult .consultList li .cost span {
	color: #fff;
	background: #016c01;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	padding: 3px 10px;
	border-radius: 13px;
	margin: 0 10px 10px 0;
}
.consult .consultList li:after {
	display: block;
	content: "";
	clear: both;
}

/* ----------------------------------------
* media query
---------------------------------------- */
@media screen and (max-width: 779px) {}


@media screen and (min-width: 480px) {
.service .planList {
	width: 460px;
	margin: 20px auto;
}
.service .planList li {
	width: 220px;
	min-height: 220px;
	padding: 20px;
	margin: 0 20px 20px 0;
}
.service .planList li img {
	bottom: 20px;
	left: 0;
	padding: 0 20px;
}
.service .planList li h4 {
	font-size: 16px;
}
.service .planList li .price {
	font-size: 22px;
	margin: 0;
}
.service .planList li .attension {
	font-size: 14px;
}

}


@media screen and (min-width: 780px) {
.pgtitle h3 {
	padding: 70px 0;
}
.pgtitle h3 img {
	width: 250px;
}
/* first */
.first .secTitle img {
	width: 218px;
}
.first .rightImg .image img {
	width: 320px;
	height: auto;
}
/* means */
.means h3 img {
	width: 125px;
}
.means .how {
	font-size: 18px;
}
.means #clickArea {
	width: 740px;
	margin: 30px auto 60px;
}
.means #clickArea a {
	width: 300px;
	height: 300px;
	padding: 55px 0;
	background: #f0f6dc url(../img/consult/icon_arrow_down.png) no-repeat center 240px;
	background-size: 11px auto;
}
.means #clickArea a:hover {
	background: #f0f6dc url(../img/consult/icon_arrow_down_hover.png) no-repeat center 240px;
	background-size: 11px auto;
}
.means #clickArea .invite {
	margin: 0 140px 0 0;
}
.means #clickArea .invite img {
	width: 69px;
	margin: 0;
}
.means #clickArea .visit img {
	width: 80px;
	margin: 0;
}
.means #clickArea p {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 0;
}
#invite h4 {
	font-size: 24px;
	background: #faf7da url(../img/consult/icon_build.png) no-repeat 30px center;
	background-size: 25px auto;
	padding: 20px 10px 20px 80px;
}
#invite .rightImg,
#visit .leftImg {
	max-width: 1000px;
	min-width: initial;
	padding: 30px 30px 40px;
}
#invite .rightImg .textArea {
	width: 460px;
	float: left;
}
#invite .rightImg .image {
	width: 470px;
	float: left;
	margin: 0;
}
#invite h5,
#visit h5 {
	font-size: 22px;
	padding: 0 0 20px;
}
#invite .rightImg p {
	font-size: 20px;
	padding: 0;
	letter-spacing: .075em;
}
#invite .rightImg .postnum {
	font-size: 16px;
	padding: 0 0 0 24px;
}
#invite .rightImg .attension,
#visit .leftImg .attension {
	font-size: 16px;
	padding: 0 0 10px;
}
#invite .rightImg .car {
	font-size: 18px;
	margin: 10px 0 0;
	padding: 0 0 0 30px;
}
#invite .rightImg .bus {
	font-size: 18px;
	margin: 10px 0 0;
	padding: 0 0 0 30px;
}
#invite .rightImg .bustxt {
	font-size: 16px;
}
#invite .map {
	width: 920px;
	margin: 0 auto 30px;
	padding-bottom: 27.28%;
}
#visit {
	margin: 40px auto;
}
#visit h4 {
	font-size: 24px;
	background: #faf7da url(../img/consult/icon_home.png) no-repeat 30px center;
	background-size: 25px auto;
	padding: 20px 10px 20px 80px;
}
#visit .leftImg .image {
	width: 300px;
	float: left;
	margin: 0 60px 0 0;
}
#visit .leftImg .textArea {
	width: 570px;
	float: left;
	margin: 0;
}
#visit .leftImg p {
	font-size: 18px;
	margin: 0 0 20px;
}
/* flow */
.flow .secTitle img {
	width: 158px;
}
.flow .step {
	margin: 40px auto 70px;
}
.flow .step li {
	display: block;
	float: left;
	width: 260px;
	min-height: 300px;
	margin: 0 36px;
}
.flow .step li.arrow:after {
	content: url(../img/consult/icon_arrow_dg.png);
	margin: 0;
	position: absolute;
	top: 50px;
	left: auto;
	right: -40px;
}
.flow .step img {
	display: block;
	position: static;
	width: 130px;
	margin: 0 auto;
	-webkit-transform: none;
	transform: none;
}
.flow .step p {
	display: block;
	font-size: 16px;
	width: 100%;
	padding: 30px 0;
}
/* plans */
.plans .secTitle img {
	width: 187px;
}
.plans .how {
	font-size: 18px;
}
.plans .planList {
	width: 940px;
	margin: 40px auto 70px;
}
.plans .planList li {
	float: left;
	width: 455px;
	min-height: 160px;
	padding: 20px;
	margin: 0 30px 0 0;
}
.plans .planList li:last-child {
	margin: 0;
}
.plans .planList li img {
	width: 120px;
}
.plans .planList li .image {
	width: 120px;
	top: 20px;
	left: 20px;
}
.plans .planList li .txt {
	padding: 0 0 0 140px;
}
.plans .planList li h4 {
	font-size: 26px;
	padding: 0 0 0 50px;
	background-size: 40px auto;
}
.plans .planList li .price {
	font-size: 32px;
	line-height: 1;
	margin: 0 0 10px;
}
.plans .planList li .price span {
	font-size: 18px;
	margin: 0 10px 0 0;
}
.plans .planList li .attension {
	font-size: 13px;
}
/* service */
.service .secTitle img {
	width: 248px;
}
.service .planList {
	width: 940px;
	margin: 0 auto 20px;
}
.service .planList li {
	width: 220px;
	padding: 20px;
	margin: 0 20px 20px 0;
}
.service .planList li:nth-child(even) {
	margin: 0 20px 20px 0;
}
.service .planList li:last-child {
	margin: 0 0 20px 0;
}
/* consult */
.consult .secTitle img {
	width: 287px;
}
.consult .consultList {
	margin: 0 auto 90px;
}
.consult .consultList li {
	max-width: 960px;
	min-height: 226px;
	padding: 30px 30px 20px;
	margin: 0 auto 20px;
}
.consult .consultList li .jirei {
	font-size: 18px;
	padding: 7px 20px;
	border-radius: 0 20px 20px 0;
}
.consult .consultList li .image {
	width: 140px;
	top: 40px;
	left: 30px;
}
.consult .consultList .fukidashi {
	min-height: 60px;
	margin: 0 0 0 180px;
	padding: 10px 20px;
}
.consult .consultList .fukidashi li {
	font-size: 16px;
	min-height: 60px;
	padding: 10px 10px 10px 20px;
	background: url(../img/consult/icon_list_dot.png) no-repeat 0 16px;
	background-size: 10px auto;
}
.consult .consultList li .answer {
	font-size: 18px;
	margin: 10px 0 0 200px;
}
.consult .consultList li .memo {
	font-size: 16px;
	margin: 0 0 0 200px;
}
.consult .consultList li .cost {
	font-size: 24px;
}
.consult .consultList li .cost span {
	font-size: 16px;
	padding: 3px 10px;
	border-radius: 13px;
	margin: 0 10px 10px 0;
}

}