body {
	font-size:18px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height:1.5;
}
img {
	vertical-align:bottom;
}

.head-desc {
	width:100%;
	padding:5px;
	box-sizing:border-box;
	background-color:#C8E6C9;
	font-size:12px;
}

.fullimg {
	width:100%;
}

header > .inner,
.head-desc > .inner,
footer > .inner,
section > .inner,
.visual > .inner {
	width:980px;
	margin:0 auto;
}

section {
	margin-bottom:30px;
}

section p {
	margin:2em 0;
}

.visual {
	background-color:#C8E6C9;
	text-align:center;
}

.w640 {
	width:640px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.message p {
	font-family:"Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-size:40px;
	text-align:center;
	line-height:1.4;
	margin:1em 0;
}

.staff dt {
	color:#388E3C;
	font-size:30px;
	margin-bottom:20px;
}
.staff dt span {
	color:#000;
	font-size:40px;
}

.staff dd {
	margin-bottom:50px;
}

.iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* テーブル */

.table01 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table01 th {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-weight:normal;
	text-align: left;
	padding: 10px !important;
	width:25%;
}
.table01 td {
	border: 1px solid #CCC;
	padding: 10px !important;
}

.table02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.table02 th {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-weight:normal;
	text-align: left;
	padding: 10px !important;
	width:25%;
}
.table02 td {
	border: 1px solid #CCC;
	padding: 10px !important;
}


/* フォーム */

.entryform * {
	font-size:18px;
}
.entryform ul li {
	list-style-type: none;
	display:inline;
}
.required {
	position: relative;
}
.required:after {
	content: "必須";
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #cc0000;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 3px;
}

.info_box {
	border:1px solid #CCC;
	border-radius:10px;
	padding:10px;
	margin:20px 0;
}

.error_messe {
	color:#CC0000;
}
.entryform ul li.block {
	display:block;
}
.form_item_w100 {
	width: 100%;
	box-sizing: border-box;
}
.form_item_w40 {
	width: 40%;
	box-sizing: border-box;
}

.confirm {
	width:980px;
	margin:0 auto 80px;
}
.complete {
	width:980px;
	margin:0 auto 80px;
}

/* ボタン */

.nav_arrow {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	color: #111;
	overflow: hidden;
	text-decoration:none;
}
.nav_arrow::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button,
input.button {
	display: block;
	box-sizing: border-box;
	border-radius: 8px;
	border:none;
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 1px 3px rgba(25,25,25,.4);
	outline:none;
	width:100%;
	padding: 20px 10px !important;
	cursor:pointer;
}

.grad-orange {
	background-color: #F25804;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FE7E33), to(#F25804));
	background-image: -webkit-linear-gradient(top, #FE7E33, #F25804);
	background-image: -moz-linear-gradient(top, #FE7E33, #F25804);
	background-image: -ms-linear-gradient(top, #FE7E33, #F25804);
	background-image: -o-linear-gradient(top, #FE7E33, #F25804);
	background-image: linear-gradient(to bottom, #FE7E33, #F25804);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
}

.grad-red {
	background-color: #D90101;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EE4949), to(#D90101));
	background-image: -webkit-linear-gradient(top, #EE4949, #D90101);
	background-image: -moz-linear-gradient(top, #EE4949, #D90101);
	background-image: -ms-linear-gradient(top, #EE4949, #D90101);
	background-image: -o-linear-gradient(top, #EE4949, #D90101);
	background-image: linear-gradient(to bottom, #EE4949, #D90101);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
}

.grad-gray {
	background-color: #CCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(to bottom, #EEE, #CCC);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
}

/* リスト */

.dl-landscape dt {
 float:left;  
 width:5em;  
 padding:5px 0;  
 clear:both;  
}

.dl-landscape dd {
 padding:5px 0 5px 5em;
}

/* タイトル */

.pos {
	position: relative;
} 

.title {
	position: relative;
	background-color: #388E3C;
	color:#FFF;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	box-sizing:border-box;
	width: 100%;
	padding:30px 10px;
	margin-bottom: 60px;
}

.title:after {
	content: "";
	z-index:-1;
	position: absolute;
	border-top: 50px solid #388E3C;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	bottom: -25px;
	left: 50%;
	margin-left:-100px;
}


.title2 {
	position: relative;
	background-color: #C8E6C9;
	color:#388E3C;
	font-size:30px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	overflow:hidden;
}

.title2:before {
	content: "";
	z-index:1000;
	position: absolute;
	border-top: 70px solid #FFF;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	left: -10px;
	top:100px;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: left center;
	transform: rotate(-90deg);
	transform-origin: left center;
}

.title2:after {
	content: "";
	z-index:1000;
	position: absolute;
	border-top: 70px solid #FFF;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	right: -10px;
	top:100px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: right center;
	transform: rotate(90deg);
	transform-origin: right center;
}


/* フッター */

.global-footer {
	border-top:3px solid #4CAF50;
	background-color: #C8E6C9;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	-webkit-background-size: 10px;
	background-size: 10px;
	padding:20px 0;
}

.global-footer h1 {
	margin:10px 0;
	font-size:18px;
}

.global-footer .inner {
	overflow:hidden;
}

.clinic {
	width:450px;
	float:right;
}

.map {
	width:450px;
	float:left;
}

.copyright {
	padding:10px;
	color:#FFF;
	background-color:#4CAF50;
	text-align:center;
}



