@charset "utf-8";

/* ---------- common ---------------------------------------- */
.contents {}

/* box */
.box {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.tel-button a {
	cursor: initial;
}


/* -------- title -------- */
/* top-title */
.top-title {
	margin-bottom: 28px;
	text-align: center;
}
.top-title .en {
	display: block;
	width: 117px;
	height: 64px;
	margin: auto;
	background: url(../images/bg_balloon.png) no-repeat top center;
	background-size: 100% auto;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0.1em;
}
.top-title .ja {
	display: block;
	padding-top: 4px;
	color: #524436;
	font-family: "游明朝体","Yu Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}


/* -------- button -------- */

/* btn ホバー時に半透明にする */
.btn > a,
.btn > button {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.btn:hover > a,
.btn:hover > button {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.button {
	text-align: center;
	display: inline-block;
}
.button a {
	box-sizing: border-box;
	display: block;
	width: 340px;
	background-color: #f39c10;
	padding: 27px 10px 27px;
	border-radius: 4px;

	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 166%;
	letter-spacing: 0.1em;
}


/* ---------- top ------------------------------------ */
/* ----- top-visual ----- */
.top-visual {
	position: relative;
	width: 100%;
	height: 540px;
	background: #fff url(../images/visual.jpg) no-repeat center center;
	background-size: cover;
}

/* catchcopy */
.top-visual .catchcopy {
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -360px;

}

/* ----- top-contact ----- */
.top-contact {
	padding: 105px 0 192px;
	background: #f2ede6 url(../images/bg_white.png) no-repeat center bottom;
	text-align: center;
	font-size: 0;
}
.top-contact .title {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.top-contact .title:before {
	content: "";
	display: inline-block;
	width: 49px;
	height: 44px;
	background: url(../images/title_left.png) no-repeat top center;
	vertical-align: middle;
}
.top-contact .title:after {
	content: "";
	display: inline-block;
	width: 49px;
	height: 44px;
	background: url(../images/title_right.png) no-repeat top center;
	vertical-align: middle;
}

.top-contact .tel-button {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.top-contact .tel-button a {
	display: block;
	height: 48px;
	padding: 0 26px;
	border-radius: 4px;
	background-color: #524436;
}
.top-contact .tel-button a .ja {
	display: inline-block;
	color: #f1e8dd;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: text-bottom;
}
.top-contact .tel-button a .num {
	display: inline-block;
	margin-left: 6px;
	padding-left: 30px;
	background: url(../images/ic_tel.png) no-repeat left center;
	background-size: 24px auto;
	color: #f1e8dd;
	font-size: 24px;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 0.1em;
}

.top-contact .mail-button {
	display: inline-block;
	vertical-align: top;
}
.top-contact .mail-button a {
	display: block;
	height: 48px;
	padding: 0 26px;
	border-radius: 4px;
	background-color: #f39c10;
}
.top-contact .mail-button a .ja {
	display: inline-block;
	padding-left: 26px;
	background: url(../images/ic_mail.png) no-repeat left center;
	background-size: 18px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 48px;
	vertical-align: text-bottom;
}


/* ----- top-intro ----- */
.top-intro {
	padding-bottom: 110px;
	background-color: #fff;
}
.top-intro .box {
	position: relative;
}
.top-intro .title {
	margin-bottom: 30px;
	text-align: center;
}
.top-intro .title .ja {
	display: block;
	margin-bottom: 6px;
	color: #524436;
	font-size: 30px;
	line-height: 120%;
}
.top-intro .title .en {
	display: block;
	color: #f39c10;
	font-size: 14px;
	line-height: 120%;
}
.top-intro p {
	font-size: 15px;
	text-align: center;
}

.top-intro .photo {
	position: absolute;
}
.top-intro .photo.photo1 {
	top: -100px;
	left: -281px;
}
.top-intro .photo.photo2 {
	top: 106px;
	left: -243px;
}
.top-intro .photo.photo3 {
	top: 0;
	right: -259px;
}


/* ----- top-casestudy ----- */
.top-casestudy {
	padding-top: 86px;
	padding-bottom: 100px;
	background: url(../images/bg_casestudy.gif) no-repeat top center;
	background-size: cover;
}
.top-casestudy .slider {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.top-casestudy .slides {}
.top-casestudy .slide {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding: 60px;
	background-color: #fff;
	border-right: solid 1px #e8ded7;
}
.top-casestudy .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #f39c10 transparent transparent transparent;
}


.top-casestudy .slide .photo {
	float: left;
	width: 360px;
}
.top-casestudy .slide .text {
	float: right;
	width: 425px;
}
.top-casestudy .slide .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e8ded7;
}
.top-casestudy .slide .title strong {
	display: inline-block;
	color: #f39c10;
	font-size: 21px;
	font-weight: bold;
	line-height: 160%;
}
.top-casestudy .slide .right p {
	font-size: 14px;
}

.top-casestudy .slide-controls {}
.top-casestudy .slide-controls .control {
	position: absolute;
	top: 40%;
}
.top-casestudy .slide-controls .control a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
}
.top-casestudy .slide-controls .prev {
	left: -21px;
}
.top-casestudy .slide-controls .prev a {
	background: url(../images/slide_prev.png) no-repeat center center;
	background-size: 42px auto;
}
.top-casestudy .slide-controls .next {
	right: -21px;
}
.top-casestudy .slide-controls .next a {
	background: url(../images/slide_next.png) no-repeat center center;
	background-size: 42px auto;
}


.top-casestudy .bx-pager {
	margin-top: 35px;
	text-align: center;
	font-size: 0;
	line-height: 100%;
}
.top-casestudy .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
}
.top-casestudy .bx-pager-item a {
	display: block;
	width: 40px;
	background-color: #fff;
	line-height: 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: background-color .2s ease;
}
.top-casestudy .bx-pager-item a.active,
.top-casestudy .bx-pager-item a:hover {
	background-color: #f39c10;
}


/* ----- top-service ----- */
.top-service {
	padding-top: 90px;
	padding-bottom: 90px;
}
.top-service .top-title {}

.top-service .blocks {
	margin: 0 auto 70px;
}
.top-service .block .title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: solid 3px #fff;
	font-size: 0;
	line-height: 100%;
}
.top-service .block .title:after {
	content: "";
	display: block;
	width: 36px;
	border-bottom: 3px solid #f39c10;
	position: absolute;
	margin-top: 15px;
	margin-bottom: -3px;
}
.top-service .block .title .ja {
	padding-right: 16px;
	color: #524436;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}
.top-service .block .title .en {
	color: #f39c10;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}

.top-service .blocks .block {
	overflow: hidden;
	margin: 0 auto 60px;
	background-color: #f2ede6;
}
.top-service .blocks .block .inner {
	position: relative;
	width: 1200px;
	margin: auto;
}
.top-service .blocks .block .text:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 840px;
	display: block;
	height: 100%;
	width: 1000px;
	background-color: #fff;
}
.top-service .blocks .block .text {
	position: relative;
	float: left;
	width: 430px;
	min-height: 180px;
	padding: 110px 290px 110px 120px;
}
.top-service .blocks .block .photo {
	position: absolute;
	top: 57px;
	right: 120px;
	z-index: 100;
}
.top-service .blocks .block .photo .balloon {
	position: absolute;
	top: -40px;
	right: -50px;
}
.top-service .blocks .block:nth-child(even) .text {
	float: right;
	padding: 104px 120px 104px 290px;
}
.top-service .blocks .block:nth-child(even) .text:after {
	left: inherit;
	right: 840px;
}
.top-service .blocks .block:nth-child(even) .photo {
	right: inherit;
	left: 120px;
}
.top-service .blocks .block:nth-child(even) .photo .balloon {
	right: inherit;
	left: -50px;
}

.top-service .bottom-blocks {
	overflow: hidden;
}
.top-service .bottom-blocks .block {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.top-service .bottom-blocks .block:last-child {
	margin-right: 0;
}
.top-service .bottom-blocks .block .title {
	margin-top: 30px;
	margin-bottom: 20px;
	border-color: #f2ede6;
}
.top-service .bottom-blocks .block .title .ja {
	font-size: 21px;
}
.top-service .bottom-blocks .block p {
	line-height: 180%;
}

/* ----- top-diagnosis ----- */
.top-diagnosis {}
.top-diagnosis .nayami {
	padding: 80px 0 200px;
	background: url(../images/bg_pattern.gif) repeat top center;
	text-align: center;
}
.top-diagnosis .nayami .title {
	margin-bottom: 38px;
	color: #524436;
	font-size: 30px;
	font-weight: 500;
	line-height: 140%;
}
.top-diagnosis .nayami .figure {}

.top-diagnosis .shindan {
	padding-bottom: 55px;
	text-align: center;
}
.top-diagnosis .shindan .figure {
	margin-top: -190px;
	margin-bottom: 28px;
}
.top-diagnosis .shindan .intro {
	width: 720px;
	margin: auto;
	text-align: left;
}
.top-diagnosis .shindan .intro strong {
	color: #f39c10;
	font-size: 15px;
	font-weight: bold;
}

.top-diagnosis .shindan .blocks {
	overflow: hidden;
	margin-top: 38px;
	text-align: center;
	font-size: 0;
}
.top-diagnosis .shindan .block {
	box-sizing: border-box;
	display: inline-block;
	width: 242px;
	padding: 12px 8px 12px;
	border-right: solid 2px #f2ede6;
}
.top-diagnosis .shindan .block:first-child {
	border-left: solid 2px #f2ede6;
}
.top-diagnosis .shindan .block .icon {
	padding: 0 0 12px;
}
.top-diagnosis .shindan .block .title {
	color: #524436;
	font-size: 21px;
	font-weight: bold;
	line-height: 140%;
}

/* ----- top-contact-bottom ----- */
.top-contact-bottom {
	padding-top: 50px;
}

/* ----- top-access ----- */
.top-access {}
.top-access .box {
	overflow: hidden;
	margin-bottom: 105px;
}
.top-access .top-title {
	margin-top: -30px;
}
.top-access .photo {
	float: left;
	width: 330px;
	margin-left: 120px;
}
.top-access .text {
	float: right;
	width: 330px;
	margin-right: 120px;
}
.top-access .text .title {
	margin-bottom: 22px;
	color: #524436;
	font-size: 21px;
	font-weight: bold;
	line-height: 140%;
}
.top-access .gmap {
	height: 420px;
}


/* ---------- contact ------------------------------------ */
.cont .contents {
	padding-top: 82px;
	padding-bottom: 110px;
	background: url(../images/bg_pattern.gif) repeat top center;
}
.contact-intro {
	text-align: center;
}
.contact-intro .top-title {
	margin-bottom: 55px;
}
.contact-intro .block {
	position: relative;
	box-sizing: border-box;
	width: 700px;
	min-height: 280px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.contact-intro .block .text {
	width: 500px;
	text-align: left;
}
.contact-intro .block .title {
	padding-bottom: 16px;
	color: #524436;
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.contact-intro .block .photo {
	position: absolute;
	right: 0;
	top: 0;
}

.contact-intro .block .tel-button {
	display: inline-block;
	margin-top: 30px;
	text-align: center;
}
.contact-intro .block .tel-button a {
	display: block;
	height: 48px;
	padding: 0 26px;
	border-radius: 4px;
	background-color: #524436;
}
.contact-intro .block .tel-button a .ja {
	display: inline-block;
	color: #f1e8dd;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.1em;
	vertical-align: text-bottom;
}
.contact-intro .block .tel-button a .num {
	display: inline-block;
	margin-left: 6px;
	padding-left: 30px;
	background: url(../images/ic_tel.png) no-repeat left center;
	background-size: 24px auto;
	color: #f1e8dd;
	font-size: 24px;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 0.1em;
}

.contact-form {
	box-sizing: border-box;
	padding: 60px 60px 70px;
	background-color: #fff;
}

/* form-table */
.form-table {
	width: 100%;
	margin: 0 auto 34px;
}
.form-table th,
.form-table td {
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}
.form-table th {
	box-sizing: border-box;
	width: 242px;
	padding: 19px 22px 19px 22px;
	background-color: #fcf2e3;
	font-size: 15px;
	font-weight: bold;
}
.form-table tr.single th {
	vertical-align: middle;
}
.form-table th span {
	display: inline-block;
}
.form-table td {
	padding: 14px 20px;
}

.form-table .required,
.form-table .optional {
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-left: 2px;
	padding: 3px 4px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.form-table .required {
	background-color: #c85554;
}
.form-table .optional {
	background-color: #9e9e9e;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="password"],
.form-table textarea {
	padding: 12px 12px;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	line-height: 140%;
}
.form-table input[type="text"],
.form-table input[type="email"] {
	width: 300px;
	box-sizing: border-box;
}
.form-table input[type="tel"] {
	width: 300px;
	box-sizing: border-box;
}
.form-table textarea {
	width: 100%;
	height: 155px;
	box-sizing: border-box;
}

.form-table input.wide {
	width: 100%;
}
.form-table .radio {
	display: block;
	padding: 5px 0;
	font-size: 15px;
}
.form-table .radio input {
	margin-right: 6px;
}


.form-submit {
	margin-top: 34px;
	text-align: center;
}
.form-submit input {
	box-sizing: border-box;
	min-width: 270px;
	margin: auto;
	padding: 23px 30px;
	background-color: #f39c10;
	border-radius: 5px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;

	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.form-submit input:hover {
	opacity: 0.7;
}


/* ---------- thanks ------------------------------------ */
.thanks-block {
	margin-top: 50px;
	text-align: center;
}
.thanks-title {
	display: inline-block;
	margin-bottom: 30px;
	padding: 40px 60px;
	border: solid 2px #524436;
	color: #524436;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.thanks-block p {}


@media (max-width: 768px) {

	/* ---------- common ---------------------------------------- */
	/* box */
	.box {
		width: auto;
	}

	.tel-button a {
		cursor: pointer;
	}

	/* -------- title -------- */
	/* top-title */
	.top-title {
		margin-bottom: 5.6vw;
	}
	.top-title .en {
		width: 22.4vw;
		height: 12.8vw;
		font-size: 3.2vw;
		line-height: 10.4vw;
	}
	.top-title .ja {
		padding-top: 0.8vw;
		font-size: 6.4vw;
	}


	/* -------- button -------- */
	.button {}
	.button a {
		width: 72vw;
		padding: 5.6vw 1.6vw 5.6vw;
		border-radius: 1.6vw;
		font-size: 4vw;
	}


	/* ---------- top ------------------------------------ */
	/* ----- top-visual ----- */
	.top-visual {
		height: 64vw;
		background: #fff url(../images/visual.jpg) no-repeat center center;
		background-size: cover;
	}

	/* catchcopy */
	.top-visual .catchcopy {
		position: absolute;
		bottom: -48vw;
		left: 6%;
		width: 88%;
		height: 0;
		margin-left: 0;
		padding-bottom: 76%;
		background: url(../images/fig_shindan_sp.png) no-repeat top left;
		background-size: 100% auto;
	}
	.top-visual .catchcopy img {
		display: none;
	}

	.top-visual .catchcopy {
		
	}


	/* ----- top-contact ----- */
	.top-contact {
		padding: 53.6vw 0 9.6vw;
		background: #f2ede6;
	}
	.top-contact .title {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.top-contact .title:before {
		width: 8.266vw;
		height: 7.733vw;
		background: url(../images/title_left.png) no-repeat top center;
		background-size: 100% auto;
	}
	.top-contact .title:after {
		width: 8.266vw;
		height: 7.733vw;
		background: url(../images/title_right.png) no-repeat top center;
		background-size: 100% auto;
	}

	.top-contact .buttons {
		margin: 0 6%;
	}
	.top-contact .tel-button {
		display: block;
		margin-right: 0;
		margin-bottom: 2.4vw;
	}
	.top-contact .tel-button a {
		height: 12.8vw;
		padding: 0;
		border-radius: 0.8vw;
	}
	.top-contact .tel-button a .ja {
		font-size: 4vw;
	}
	.top-contact .tel-button a .num {
		margin-left: 1.6vw;
		padding-left: 8vw;
		background: url(../images/ic_tel.png) no-repeat left center;
		background-size: 6.4vw auto;
		font-size: 5.6vw;
		line-height: 12vw;
	}

	.top-contact .mail-button {
		display: block;
	}
	.top-contact .mail-button a {
		height: 12.8vw;
		padding: 0;
		border-radius: 0.8vw;
	}
	.top-contact .mail-button a .ja {
		padding-left: 6.933vw;
		background: url(../images/ic_mail.png) no-repeat left center;
		background-size: 4.8vw auto;
		font-size: 4vw;
		line-height: 12.8vw;
	}


	/* ----- top-intro ----- */
	.top-intro {
		padding-top: 11.2vw;
		padding-bottom: 9.6vw;
	}
	.top-intro .box {
		margin: 0 4%;
		padding-bottom: 67.2vw;
	}
	.top-intro .title {
		margin-bottom: 7.2vw;
	}
	.top-intro .title .ja {
		margin-bottom: 2.4vw;
		font-size: 5.6vw;
	}
	.top-intro .title .en {
		font-size: 3.2vw;
	}
	.top-intro p {
		font-size: 3.733vw;
		text-align: left;
	}
	.top-intro p br {
		display: none;
	}

	.top-intro .photo {
		position: absolute;
		width: 48vw;
	}
	.top-intro .photo img {
		width: 100%;
		height: auto;
	}
	.top-intro .photo.photo1 {
		top: inherit;
		bottom: 27.2vw;
		left: 0;
	}
	.top-intro .photo.photo2 {
		top: inherit;
		bottom: 0;
		left: 0;
	}
	.top-intro .photo.photo3 {
		top: inherit;
		bottom: 13.6vw;
		right: 0;
	}


	/* ----- top-casestudy ----- */
	.top-casestudy {
		padding-top: 11.2vw;
		padding-bottom: 12.8vw;
	}
	.top-casestudy .slider {
		width: auto;
		margin: 0 4% 0;
	}
	.top-casestudy .slider .bx-viewport {
		background-color: #fff;
	}
	.top-casestudy .slides {}
	.top-casestudy .slide {
		padding: 8vw;
		border-right: none;
	}
	.top-casestudy .slide:before {
		border-width: 5.6vw 5.6vw 0 0;
	}


	.top-casestudy .slide .photo {
		float: none;
		width: auto;
	}
	.top-casestudy .slide .photo img {
		width: 100%;
		height: auto;
	}
	.top-casestudy .slide .text {
		float: none;
		width: auto;
	}
	.top-casestudy .slide .title {
		margin-bottom: 4vw;
		padding-bottom: 1.6vw;
		padding-top: 3.2vw;
	}
	.top-casestudy .slide .title strong {
		font-size: 4.266vw;
	}
	.top-casestudy .slide .right p {
		font-size: 3.733vw;
	}

	.top-casestudy .slide-controls {}
	.top-casestudy .slide-controls .control {
		position: absolute;
		top: 46%;
	}
	.top-casestudy .slide-controls .control a {
		width: 8vw;
		height: 8vw;
	}
	.top-casestudy .slide-controls .prev {
		left: -4vw;
	}
	.top-casestudy .slide-controls .prev a {
		background: url(../images/slide_prev.png) no-repeat center center;
		background-size: 8vw auto;
	}
	.top-casestudy .slide-controls .next {
		right: -4vw;
	}
	.top-casestudy .slide-controls .next a {
		background: url(../images/slide_next.png) no-repeat center center;
		background-size: 8vw auto;
	}

	.top-casestudy .bx-pager {
		margin-top: 6.4vw;
		text-align: center;
		font-size: 0;
		line-height: 100%;
	}
	.top-casestudy .bx-pager-item {
		display: inline-block;
		margin: 0 1.6vw;
	}
	.top-casestudy .bx-pager-item a {
		display: block;
		width: 2.666vw;
		line-height: 2.666vw;
		border-radius: 100%;
	}
	.top-casestudy .bx-pager-item a.active,
	.top-casestudy .bx-pager-item a:hover {
		background-color: #f39c10;
	}


	/* ----- top-service ----- */
	.top-service {
		padding-top: 11.2vw;
		padding-bottom: 8vw;
	}

	#service.top-service .block .title {
		margin-top: 5.6vw;
		margin-bottom: 4.8vw;
		padding-bottom: 3.2vw;
		border-bottom: solid 0.8vw #fff;
	}
	#service.top-service .block .title:after {
		content: "";
		display: block;
		width: 8vw;
		border-bottom: 0.8vw solid #f39c10;
		position: absolute;
		margin-top: 3.2vw;
		margin-bottom: -0.8vw;
	}
	#service.top-service .block .title .ja {
		padding-right: 3.2vw;
		font-size: 4.266vw;
	}
	#service.top-service .block .title .en {
		font-size: 3.2vw;
	}

	#service.top-service .blocks {
		margin: 0 auto;
		padding-top: 2.4vw;
		background-color: #f2ede6;
	}
	#service.top-service .blocks .block {
		overflow: hidden;
		margin: 0 auto 0;
		padding-top: 5.6vw;
		padding-bottom: 5.6vw;
	}
	#service.top-service .blocks .block .inner {
		width: auto;
		margin: 0 6%;
	}
	#service.top-service .block .text:after {
		display: none;
	}
	#service.top-service .block .text {
		position: relative;
		float: none;
		width: auto;
		min-height: inherit;
		padding: 0;
	}
	#service.top-service .block .photo {
		position: relative;
		top: inherit;
		right: inherit;
		left: inherit;
	}
	#service.top-service .block .photo img {
		width: 100%;
		height: auto;
	}
	#service.top-service .block .photo .balloon {
		position: absolute;
		top: -4.5%;
		right: -4.5%;
		width: 21.6vw;
	}
	#service.top-service .block:nth-child(even) .photo .balloon {
		right: inherit;
		left: -4.5%;
	}

	#service.top-service .bottom-blocks {
		padding-top: 2.4vw;
	}
	#service.top-service .bottom-blocks .block {
		float: none;
		width: auto;
		margin: 0 6% 0;
		padding-top: 5.6vw;
		padding-bottom: 5.6vw;
	}
	#service.top-service .bottom-blocks .block .title {
		border-color: #f2ede6;
	}
	.top-service .bottom-blocks .block p {
		line-height: 200%;
	}

	/* ----- top-diagnosis ----- */
	.top-diagnosis {}
	.top-diagnosis .nayami {
		padding: 12.8vw 2% 60vw;
		background: url(../images/bg_pattern.gif) repeat top center;
	}
	.top-diagnosis .nayami .title {
		margin-bottom: 6.4vw;
		font-size: 5.6vw;
	}
	.top-diagnosis .nayami .figure {
		width: 92%;
		height: 0;
		margin: auto;
		padding-bottom: 140%;
		background: url(../images/fig_nayami_sp.png) no-repeat top left;
		background-size: 100% auto;
	}
	.top-diagnosis .nayami .figure img {
		display: none;
	}

	.top-diagnosis .shindan {
		padding: 0 2% 9.6vw;
	}
	.top-diagnosis .shindan .figure {
		width: 97.5%;
		height: 0;
		margin: -44.8vw 0 5.2vw 2%;
		padding-bottom: 63%;
		background: url(../images/fig_shindan_2_sp.png) no-repeat top left;
		background-size: 100% auto;
	}
	.top-diagnosis .shindan .figure img {
		display: none;
	}
	.top-diagnosis .shindan .intro {
		width: auto;
		margin: 0 4%;
		text-align: left;
	}
	.top-diagnosis .shindan .intro strong {
		font-size: 3.733vw;
	}

	.top-diagnosis .shindan .blocks {
		margin-top: 6.4vw;
	}
	.top-diagnosis .shindan .block {
		box-sizing: border-box;
		display: inline-block;
		width: 42.4vw;
		margin: auto;
		padding: 2.4vw 0 2.4vw;
	}
	.top-diagnosis .shindan .block:first-child {
	}
	.top-diagnosis .shindan .block:last-child {
		margin-top: 4.8vw;
		border-left: solid 2px #f2ede6;
	}
	.top-diagnosis .shindan .block .icon {
		padding: 0 0 2.4vw;
	}
	.top-diagnosis .shindan .block .icon img {
		width: 17.6vw;
		height: auto;
	}
	.top-diagnosis .shindan .block .title {
		font-size: 4vw;
	}

	/* ----- top-contact-bottom ----- */
	.top-contact-bottom {
		padding-top: 11.2vw;
		padding-bottom: 11.2vw;
	}

	/* ----- top-access ----- */
	.top-access {
		padding-top: 11.2vw;
	}
	.top-access .box {
		overflow: hidden;
		margin: 0 6% 11.2vw;
	}
	.top-access .top-title {
		margin-top: 0;
	}
	.top-access .photo {
		float: none;
		width: auto;
		margin-left: 0;
    text-align: center;
	}
	.top-access .text {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 6.4vw;
	}
	.top-access .text .title {
		margin-bottom: 0.8vw;
		font-size: 4.266vw;
	}
	.top-access .gmap {
		height: 64vw;
	}


	/* ---------- contact ------------------------------------ */
	.cont .contents {
		padding-top: 14.4vw;
		padding-bottom: 0;
	}
	.contact-intro {
		margin: 0 6%;
	}
	.contact-intro .top-title {
		margin-bottom: 8vw;
	}
	.contact-intro .top-title .en {
		width: 27.2vw;
		height: 15.2vw;
		font-size: 2.933vw;
		line-height: 12vw;
	}
	.contact-intro .block {
		width: auto;
		min-height: inherit;
		margin: 0 auto;
		padding-bottom: 14.4vw;
	}
	.contact-intro .block .text {
		width: auto;
		text-align: left;
	}
	.contact-intro .block .title {
		padding-bottom: 2.4vw;
		font-size: 4.8vw;
	}
	.contact-intro .block .photo {
		display: none;
	}

	.contact-intro .block .tel-button {
		display: block;
		margin-top: 6.4vw;
	}
	.contact-intro .block .tel-button a {
		height: 12.8vw;
		padding: 0;
		border-radius: 0.8vw;
	}
	.contact-intro .block .tel-button a .ja {
		font-size: 4vw;
	}
	.contact-intro .block .tel-button a .num {
		margin-left: 1.6vw;
		padding-left: 8vw;
		background: url(../images/ic_tel.png) no-repeat left center;
		background-size: 6.4vw auto;
		color: #f1e8dd;
		font-size: 5.6vw;
		line-height: 12vw;
	}

	.contact-form {
		box-sizing: border-box;
		padding: 9.6vw 4% 16vw;
	}

	/* form-table */
	.form-table {
		margin-bottom: 3.2vw;
	}
	.form-table th,
	.form-table td {
		box-sizing: border-box;
		display: block;
		border: none;
		width: 100%;
	}
	.form-table th {
		padding: 2.666vw 3.2vw 2.666vw;
		font-size: 4vw;
	}
	.form-table td {
		padding: 1.6vw 0 3.2vw;
		font-size: 3.733vw;
	}
	.form-table .required,
	.form-table .optional {
		float: none;
		margin-top: 0;
		margin-left: 3.2vw;
		padding: 0.533vw 0.8vw;
		font-size: 3.2vw;
		vertical-align: middle;
	}

	.form-table input[type="text"],
	.form-table input[type="email"],
	.form-table input[type="tel"],
	.form-table input[type="password"],
	.form-table textarea {
		width: 100%;
		padding: 2.666vw 2.666vw;
		border-color: #e0e0e0;
	}
	.form-table textarea {
		height: 28.8vw;
	}

	.form-table .radio {
		display: block;
		margin-left: 0.8vw;
		padding: 1.6vw 0;
		font-size: 3.733vw;
	}
	.form-table .radio input {
		margin-right: 1.6vw;
	}

	.form-submit {
		margin-top: 6.4vw;
	}
	.form-submit input {
		min-width: inherit;
		width: 100%;
		max-width: 58.4vw;
		margin: auto;
		padding: 4.8vw 5.6vw;
		font-size: 4vw;
	}

	/* ---------- thanks ------------------------------------ */
	.thanks-block {
		margin: 2vw 4% 0;
		padding-bottom: 12.4vw;
		text-align: center;
	}
	.thanks-block .thanks-title {
		margin-bottom: 5.6vw;
		padding: 4.266vw 3.733vw;
		font-size: 3.6vw;
		text-align: center;
		line-height: 160%;
	}
	.thanks-block p {
		text-align: left;
	}
	.thanks-block p br {
		display: none;
	}

}

