@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : medical.css
 author     : Ability Consultant
 style info : メディカル事業部
=================================================================== */
.con_intro, .con_promise, .con_food, .con_welfare, .con_medical, .con_contact {
	max-width: 1100px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .con_promise, .con_food, .con_welfare, .con_medical, .con_contact {
		width: 95%;
  }
}

.con_intro:after, .con_promise:after, .con_food:after, .con_welfare:after, .con_welfare .box_welfare:after, .con_medical:after, .con_medical .box_medical .wrp:after, .con_contact:after, .con_contact .box_contact:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
		margin-bottom: 50px;
  }
}
.con_intro h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
		margin-bottom: 20px;
  }
}
.con_intro h3 span {
	display: block;
}
.con_intro h3 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_intro h3 span.jp {
		font-size: 134%;
  }
}
.con_intro h3 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_intro .photo {
	width: 45%;
	float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .photo {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .photo {
		width: 100%;
  }
}
.con_intro .box_intro {
	width: 55%;
	float: left;
	padding-right: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro {
		padding-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
		padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro {
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
		width: 100%;
  }
}
.con_intro .box_intro .st {
	font-size: 147%;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .st {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .st {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .st {
		padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .st {
		padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .st {
		font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .st {
		font-size: 120%;
  }
}

/* -----------------------------------------------------------
	con_promise
----------------------------------------------------------- */
.con_promise {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_promise {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_promise {
		margin-bottom: 50px;
  }
}
.con_promise h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_promise h3 {
		margin-bottom: 20px;
  }
}
.con_promise h3 span {
	display: block;
}
.con_promise h3 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_promise h3 span.jp {
		font-size: 134%;
  }
}
.con_promise h3 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_promise ul li {
	width: 20%;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_promise ul li {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_promise ul li .box_photo {
		width: 20%;
		float: left;
  }
}
.con_promise ul li .box_photo .num {
	font-size: 160%;
	font-family: "Fjalla One", sans-serif;
	border-bottom: 2px solid #231815;
	width: 25px;
	margin: 0 auto 5px;
}
.con_promise ul li .box_photo .photo {
	margin: 30px auto 0;
	width: 30%;
	height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_promise ul li .box_photo .photo {
		height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_promise ul li .box_photo .photo {
		margin: 10px auto 0;
		height: 50px;
  }
}
.con_promise ul li .box_photo .big {
	width: 40%;
}
.con_promise ul li .txt {
	text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_promise ul li .txt {
		width: 80%;
		float: left;
		padding-left: 5%;
  }
}

/* -----------------------------------------------------------
	con_food
----------------------------------------------------------- */
.con_food {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
		margin-bottom: 50px;
  }
}
.con_food h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_food h3 {
		margin-bottom: 20px;
  }
}
.con_food h3 span {
	display: block;
}
.con_food h3 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_food h3 span.jp {
		font-size: 134%;
  }
}
.con_food h3 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_food .st_txt {
	margin-bottom: 50px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .st_txt {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .st_txt {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .st_txt {
		text-align: left;
  }
}
.con_food .box_food li {
	width: 25%;
	float: left;
	padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
  }
}
.con_food .box_food li .photo {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 4px solid #e7542b;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li .photo {
		width: 30%;
		margin-bottom: 20px;
  }
}
.con_food .box_food li .box_txt {
	width: 100%;
	float: left;
	display: table-cell;
	padding: 20px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food li .box_txt {
		padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li .box_txt {
		float: right;
		width: 70%;
		text-align: left;
		padding: 0 10px;
  }
}
.con_food .box_food li .box_txt .st {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 134%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food li .box_txt .st {
		margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li .box_txt .st {
		margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li .box_txt .st {
		font-size: 107%;
  }
}
.con_food .box_food li .box_txt .txt {
	text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food li .box_txt .txt {
		font-size: 87%;
  }
}

/* -----------------------------------------------------------
	con_welfare
----------------------------------------------------------- */
.con_welfare {
	margin-bottom: 100px;
	width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_welfare {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_welfare {
		width: 100%;
  }
}
.con_welfare h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_welfare h3 {
		margin-bottom: 20px;
  }
}
.con_welfare h3 span {
	display: block;
}
.con_welfare h3 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_welfare h3 span.jp {
		font-size: 134%;
  }
}
.con_welfare h3 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_welfare h3 .small {
	font-size: 67%;
}
.con_welfare .box_welfare {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare .box_welfare {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_welfare .box_welfare {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare .box_welfare {
		width: 90%;
  }
}
.con_welfare .box_welfare .photo {
	float: left;
	width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_welfare .box_welfare .photo {
		width: 100%;
  }
}
.con_welfare .box_welfare ul {
	float: left;
	width: 50%;
	padding-left: 8%;
	padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare .box_welfare ul {
		padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_welfare .box_welfare ul {
		width: 100%;
		padding-top: 20px;
  }
}
.con_welfare .box_welfare ul li {
	list-style-type: decimal;
	margin-bottom: 10px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare .box_welfare ul li {
		font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_welfare .box_welfare ul li {
		margin-bottom: 5px;
  }
}
.con_welfare .con_disaster {
	background: #ebe3c9;
	padding: 3% 8%;
	width: 85%;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_welfare .con_disaster {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_welfare .con_disaster {
		padding: 10% 8%;
  }
}
.con_welfare .con_disaster .st {
	font-size: 134%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_welfare .con_disaster .st {
		margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_welfare .con_disaster .st {
		margin-bottom: 5px;
  }
}
.con_welfare .con_disaster .txt {
	font-size: 94%;
}

/* -----------------------------------------------------------
	.con_medical
----------------------------------------------------------- */
.con_medical {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_medical {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical {
		margin-bottom: 50px;
  }
}
.con_medical h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_medical h3 {
		margin-bottom: 20px;
  }
}
.con_medical h3 span {
	display: block;
}
.con_medical h3 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_medical h3 span.jp {
		font-size: 134%;
  }
}
.con_medical h3 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_medical h3 .small {
	font-size: 67%;
}
.con_medical .box_medical {
	float: left;
	width: 50%;
	padding: 0 1%;
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical {
		width: 100%;
		padding: 0;
  }
}
.con_medical .box_medical .wrp .photo {
	float: left;
	width: 30%;
}
.con_medical .box_medical .wrp .box_txt {
	float: left;
	width: 70%;
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_medical .box_medical .wrp .box_txt {
		padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt {
		padding-left: 20px;
  }
}
.con_medical .box_medical .wrp .box_txt .st {
	font-size: 134%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_medical .box_medical .wrp .box_txt .st {
		margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt .st {
		margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_medical .box_medical .wrp .box_txt .st {
		margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt .st {
		margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt .st {
		font-size: 120%;
  }
}
.con_medical .box_medical .wrp .box_txt .st span {
	font-size: 67%;
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt .st span {
		font-size: 60%;
  }
}
.con_medical .box_medical .wrp .box_txt .txt {
	padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_medical .box_medical .wrp .box_txt .txt {
		padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical .wrp .box_txt .txt {
		padding-right: 0px;
  }
}
.con_medical .btn_detail {
	margin-top: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_medical .btn_detail {
		margin-bottom: 50px;
  }
}
.con_medical .btn_detail a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.8em;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #000000;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
	border: 2px solid #e1d7bf;
}
.con_medical .btn_detail a:hover {
	background: #e1d7bf;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_news {
		margin-top: 60px;
  }
}
.con_news h2 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news h2 {
		margin-bottom: 20px;
  }
}
.con_news h2 span {
	display: block;
}
.con_news h2 span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_news h2 span.jp {
		font-size: 134%;
  }
}
.con_news h2 span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_news ul {
	border-bottom: 1px solid #ebe3c9;
}
.con_news ul li {
	border-top: 1px solid #ebe3c9;
}
.con_news ul li a {
	display: table;
	width: 100%;
	text-decoration: none;
	padding: 20px 0;
	padding-left: 50px;
	color: #000000;
}
@media only screen and (max-width: 1024px) {
  .con_news ul li a {
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul li a {
		display: block;
		padding: 15px 0;
  }
}
.con_news ul li a > * {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a > * {
		display: block;
  }
}
.con_news ul li a .date {
	font-family: "Fjalla One", sans-serif;
	font-weight: bold;
	width: 8em;
}
@media only screen and (max-width: 1024px) {
  .con_news ul li a .date {
		width: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .date {
		width: auto;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
  }
}
.con_news ul li a .cate {
	width: 10em;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .cate {
		display: inline-block;
		vertical-align: middle;
  }
}
.con_news ul li a .cate span {
	color: #fff;
	width: 10em;
	text-align: center;
	font-size: 87%;
	padding: 0.2em 0;
	background: #e7542b;
	display: inline-block;
}
.con_news ul li a .title {
	padding-left: 35px;
}
@media only screen and (max-width: 1024px) {
  .con_news ul li a .title {
		padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .title {
		padding-left: 0;
		margin-top: 5px;
  }
}

/* -----------------------------------------------------------
	con_contact
----------------------------------------------------------- */
.con_contact {
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
		margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
		margin-top: 50px;
  }
}
.con_contact .st_high {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .st_high {
		margin-bottom: 20px;
  }
}
.con_contact .st_high span {
	display: block;
}
.con_contact .st_high span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_contact .st_high span.jp {
		font-size: 134%;
  }
}
.con_contact .st_high span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_contact .st_high.st_sub {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .st_high.st_sub {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .st_high.st_sub {
		margin-bottom: 10px;
  }
}
.con_contact .st_high.st_sub .jp {
	background: #ebe3c9;
	padding: 0.8em 2em;
	display: inline-block;
}
.con_contact .txt_sub {
	text-align: center;
	margin-bottom: 3em;
}
.con_contact .box_contact {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_contact {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact {
		margin-bottom: 50px;
  }
}
.con_contact .box_contact .st_high {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .st_high {
		margin-bottom: 20px;
  }
}
.con_contact .box_contact .st_high span {
	display: block;
}
.con_contact .box_contact .st_high span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .st_high span.jp {
		font-size: 134%;
  }
}
.con_contact .box_contact .st_high span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_contact .box_contact .box_tel, .con_contact .box_contact .box_fax {
	text-align: center;
	margin: 0 auto;
}
.con_contact .box_contact .box_tel .number, .con_contact .box_contact .box_fax .number {
	font-size: 187%;
	font-family: "Fjalla One", sans-serif;
	color: #e7542b;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .box_tel .number, .con_contact .box_contact .box_fax .number {
		margin-bottom: 0.5em;
  }
}
.con_contact .box_contact .box_tel .btn, .con_contact .box_contact .box_fax .btn {
	margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .box_tel .btn, .con_contact .box_contact .box_fax .btn {
		margin-top: 1em;
  }
}
.con_contact .box_contact .box_tel .btn a, .con_contact .box_contact .box_fax .btn a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.8em;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #000000;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
	border: 2px solid #e1d7bf;
}
.con_contact .box_contact .box_tel .btn a:hover, .con_contact .box_contact .box_fax .btn a:hover {
	background: #e1d7bf;
}
.con_contact .box_01, .con_contact .box_02 {
	width: 50%;
	float: left;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_01, .con_contact .box_02 {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_01, .con_contact .box_02 {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_01, .con_contact .box_02 {
		width: 100%;
		float: none;
  }
}
.con_contact .box_03 {
	clear: both;
}
.con_contact .box_form .txt {
	text-align: center;
	margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_form .txt {
		margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .txt {
		margin-bottom: 1em;
  }
}
.con_contact .box_form .txt span {
	color: #cc0000;
}
.con_contact .box_form .tbl_secondary {
	margin-bottom: 20px;
	width: 100%;
}
.con_contact .box_form .tbl_secondary th, .con_contact .box_form .tbl_secondary td {
	padding: 0.8em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary th, .con_contact .box_form .tbl_secondary td {
		display: block;
		width: 100% !important;
		padding: 0.8em 1em;
  }
}
.con_contact .box_form .tbl_secondary th input, .con_contact .box_form .tbl_secondary th select, .con_contact .box_form .tbl_secondary td input, .con_contact .box_form .tbl_secondary td select {
	border: 1px solid #dadada;
	padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary th input, .con_contact .box_form .tbl_secondary th select, .con_contact .box_form .tbl_secondary td input, .con_contact .box_form .tbl_secondary td select {
		width: 100%;
		padding: 0.5em 0.8em;
  }
}
.con_contact .box_form .tbl_secondary th textarea, .con_contact .box_form .tbl_secondary td textarea {
	border: 1px solid #dadada;
}
.con_contact .box_form .tbl_secondary th {
	background: #ebe3c9;
	width: 25%;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.con_contact .box_form .tbl_secondary th:last-child {
	border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary th {
		width: 100%;
  }
}
.con_contact .box_form .tbl_secondary th span {
	float: right;
	color: #cc0000;
	padding-left: 0.5em;
}
.con_contact .box_form .tbl_secondary td {
	width: 75%;
	background: #fff;
	border-bottom: 1px solid #ebe3c9;
}
.con_contact .box_form .tbl_secondary td:last-child {
	border-bottom: 0;
}
.con_contact .box_form .tbl_secondary .name input {
	width: 20%;
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_form .tbl_secondary .name input {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .name input {
		width: 100%;
		margin: 0.3em 0;
  }
}
.con_contact .box_form .tbl_secondary .meals input {
	width: 20%;
	margin-right: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_form .tbl_secondary .meals input {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .meals input {
		width: 50% !important;
		margin: 0.3em 0;
  }
}
.con_contact .box_form .tbl_secondary .company input, .con_contact .box_form .tbl_secondary .department input, .con_contact .box_form .tbl_secondary .tel input, .con_contact .box_form .tbl_secondary .email input {
	width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_form .tbl_secondary .company input, .con_contact .box_form .tbl_secondary .department input, .con_contact .box_form .tbl_secondary .tel input, .con_contact .box_form .tbl_secondary .email input {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .company input, .con_contact .box_form .tbl_secondary .department input, .con_contact .box_form .tbl_secondary .tel input, .con_contact .box_form .tbl_secondary .email input {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .yuu input {
		width: 90% !important;
  }
}
.con_contact .box_form .tbl_secondary .address input {
	width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_form .tbl_secondary .address input {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .address input {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .situation input {
		width: 10%;
  }
}
.con_contact .box_form .tbl_secondary .text textarea {
	width: 95%;
	height: 150px;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .tbl_secondary .text textarea {
		width: 100%;
  }
}
.con_contact .box_form .box_btn {
	text-align: center;
	margin-bottom: 10px;
}
.con_contact .box_form .box_btn .btn {
	margin-bottom: 10px;
}
.con_contact .box_form .box_btn .btn a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.8em;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #000000;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
	border: 2px solid #e1d7bf;
}
.con_contact .box_form .box_btn .btn a:hover {
	background: #e1d7bf;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_form .box_btn .btn {
		max-width: 100%;
  }
}
.con_contact .box_form .box_btn .orange a {
	background: #e7542b;
	border: 2px solid #e7542b;
	color: #fff;
}
.con_contact .box_form .box_btn .orange a:hover {
	background: none;
	border: 2px solid #f78566;
	color: #333;
}
.con_contact .medical {
	margin-top: 80px;
	margin-bottom: 80px;
	background: #F8F5E9;
	padding: 3em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .medical {
		margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .medical {
		margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .medical {
		margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .medical {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .medical {
		padding: 2em 1em 0;
  }
}
.con_contact .medical .st_high {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .st_high {
		margin-bottom: 20px;
  }
}
.con_contact .medical .st_high span {
	display: block;
}
.con_contact .medical .st_high span.jp {
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .st_high span.jp {
		font-size: 134%;
  }
}
.con_contact .medical .st_high span.en {
	font-size: 74%;
	font-family: "Fjalla One", sans-serif;
	margin-top: 5px;
}
.con_contact .medical .st_high.st_sub {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .medical .st_high.st_sub {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .st_high.st_sub {
		margin-bottom: 10px;
  }
}
.con_contact .medical .st_high.st_sub .jp {
	background: #ebe3c9;
	padding: 0.8em 2em;
	display: inline-block;
}
.con_contact .medical .txt_sub {
	text-align: center;
	margin-bottom: 2em;
}
.con_contact .medical .box_medical {
	margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .box_medical {
		margin-top: 2em;
  }
}
.con_contact .medical .box_medical ul li {
	width: 33.33333%;
	float: left;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .box_medical ul li {
		width: 100%;
		float: none;
		margin-bottom: 3.5em;
  }
}
.con_contact .medical .box_medical ul li .st_high .jp {
	font-size: 147%;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .box_medical ul li .st_high .jp {
		font-size: 134%;
  }
}
.con_contact .medical .box_medical ul li .number {
	font-size: 187%;
	font-family: "Fjalla One", sans-serif;
	color: #e7542b;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .box_medical ul li .number {
		margin-bottom: 0.5em;
  }
}
.con_contact .medical .box_medical ul li .btn a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.8em;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #000000;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
	border: 2px solid #e1d7bf;
	max-width: 320px;
	margin-bottom: 20px;
}
.con_contact .medical .box_medical ul li .btn a:hover {
	background: #e1d7bf;
}
.con_contact .medical .btn_o {
	clear: both;
	text-align: center;
}
.con_contact .medical .btn_o a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.8em;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #000000;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
	border: 2px solid #e1d7bf;
	margin-top: 4em;
	background: #b3a36b;
	border: 2px solid #b3a36b;
	color: #fff;
}
.con_contact .medical .btn_o a:hover {
	background: #e1d7bf;
}
.con_contact .medical .btn_o a:hover {
	background: none;
	border: 2px solid #b3a36b;
	color: #333;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .btn_o a {
		margin-top: 0;
		margin-bottom: 2em;
  }
}
.con_contact .medical .txt_01 {
	margin-top: 8em;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_contact .medical .txt_01 {
		margin-top: 1em;
  }
}
