<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family:"UD新丸ゴ L","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* @group Reset */
* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

/*通常*/
a:link {
	/*color: rgba(107, 58, 6, 1);*/
  color: #000;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	transition:0.3s;
}

/*閲覧済み*/
a:visited {
	/*color: rgba(107, 58, 6, 1);*/
  color:#000;
	text-decoration: none;
}

/*マウスオン*/
a:hover {
	/*color: rgba(107, 58, 6, 1);*/
	color:#C3E36E;
	padding-right: 1px;
	padding-left: 1px;
	transition:0.3s;
}

/*クリック中*/
a:active {
	/*color: rgba(107, 58, 6, 1);*/
  color: rgba(111,183,44,1.0);
	text-decoration: none;
	background-color: transparent;
}

/*クリック時の枠線*/
a {
	padding: 0 0 0 0px;
	outline: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width:none;
}

/* @end */

/* @group Fluid-img */
img {
	width: auto;
}
/* @end */

/* @group HTML */
html {
	font-size: 100%;
	line-height: 1.68;
}
/* @end */
div, p {
	text-align: justify;
	text-justify: inter-ideograph;
}
h1, h2, h3{
	position:relative;
}
#container{
  width:100%;
  height: auto;
  display: block;
}
header {
	width: 1000px;
	height: 85px;
	margin: 0 auto 0px;
	display: block;
}
header h1{
	position:relative;
	z-index:999;
  width:200px;
  height: 65px;
  margin:0px 0 25px;
}
header h1 a{
  width:auto;
  height: auto;
  display: block;
}
header .inner{
  width:1000px;
  height:auto;
  display: block;
  position: relative;
  margin: 30px auto 0;
}
header ul{
	position:absolute;
	top:-10px;
	right:237px;
}
	header ul li{
		display:inline-block;
		padding:0 0 0 10px;
		margin-right:20px;
		background:url(../parts/icon_arrow_03.png) no-repeat left center;
	}
header .address{
	position:absolute;
	top:-24px;
	right:0px;
}
	header .address span{
		display:block;
		color:#40B3EC;
		font-weight:bold;
		margin-bottom:-3px;
		text-align:right;
	}
	header .address span span{
		display:inline-block;
		font-size:1.6rem;
		margin-left:8px;
	}
.slide_txt{
	position: absolute;
	top: 23vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 500px;
	font-family:"UD新丸ゴ R";
	font-size: 1.8em;
	color: #fff;
	text-shadow:2px 1px 0px #858585;
}
nav{
	width: 1000px;
	position: absolute;
	top: 57px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: right;
}
	nav ul li{
		display:inline-block;
		position:relative;
		font-size:0.9rem;
		cursor:pointer;
		margin: 0 2px;
		transition:.3s;
	}
nav ul li a{
	display:block;
	text-align:center;
	text-decoration:none!important;
	position:relative;
	color:#000!important;
}
	nav ul li a:before{
	  position: absolute;
	  top: 1.8em;
	  left: 0;
	  content: "";
	  display: inline-block;
	  width: 0;
	  height: 3px;
	  background: #C0E132;
	  transition: 0.6s;
	}
	nav ul li a:hover:before{
		width:100%;
	}
nav ul li a,
nav ul li span{padding:0 10px!important;}
nav ul li ul{
	position:absolute;
	top: 25px;
	left:-4%;
	z-index:999;
	visibility: hidden;
	opacity:0;
	transition:.3s;
}
	nav &gt; ul &gt; li:hover ul{
		visibility: visible;
		opacity:1;
		transition:.3s;
	}
	nav &gt; ul &gt; li ul:hover{
		opacity:1;
		visibility: visible;
	}
nav ul li ul li{
	background:#fff;
	transition:.3s;
}
nav ul li ul li a{
	display:block;
	width:150px;
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
	padding:3px;
	text-align:left;
}
	nav ul li ul li a:before{
		content:none;
	}
	nav ul li ul li a:hover{
		background: #DFEDB2;
	}
#container #box{
  width:auto;
	padding-top:1px;
  margin:0 auto 0;
  position: relative;
  top:20px;
}
#container #main{
	width:900px;
	min-height:400px;
  margin:0 auto 0;
  position: relative;
	overflow:hidden;
}
	.top #main{
		width:1000px!important;		
	}
h2{
	font-family:"UD新丸ゴ R";
}

/* お知らせ */
.topNews{
	width: 390px;
	height:400px;
	background: #DFEDB2;
	padding: 20px 10px 20px 20px;
	float:left;
}
.topNews .box{
	position:relative;
	height: 360px;
	overflow:auto;
}
.topNews h2{
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
	position:relative;
}
	.topNews h2 a{
		font-size: 0.6em;
		font-family: "UD新丸ゴ L";
		position: absolute;
		bottom: 5px;
		right: 0;
	}
.topNews .top .backnumber{
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 0.9em;
}
	.top .backnumber:before{
		content:url("../parts/icon_arrow_01.png");
		margin-right:5px;
	}
#new_list{
	font-size: 0.9em;
}
#new_list .new{
	background: rgb(233,87,42);
	color: #fff;
	padding: 0 7px;
}
#new_list .blog{
	background: #7BC2BC;
	color: #fff;
	padding: 0 7px;
}
#new_list .new_info_date{
	font-family:"UD新丸ゴ R";
	display: inline-block;
	margin: 0 0 3px;
	padding: 0 10px 3px;
	background: #8FC11F;
	color: #fff;
	line-height: 1.4em;	
}
#new_list .new_info_title{
	display:block;
}
#new_list .blog_title{
	display:block;
}

/* トップコンテンツ */
.square, .rectangle{
	background: #F2F2F2;
	font-size: 0.9em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition:.3s;
	overflow:hidden;
}
.square a, .rectangle a{
	display:block;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	color:#000;
}
	.square a:hover,
	.rectangle a:hover{
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
.top_contents h2{
	width: 100%;
	text-align: center;
	position:relative;
}
	.top_contents .admission h2:before{
		content:url("../parts/top_icon_nyuin.png");
		display: block;
		margin-bottom: 10px;
	}
	.top_contents .reservation h2:before{
		content:url("../parts/top_icon_yoyaku.png");
		display: block;
		margin-bottom: 10px;
	}
	.top_contents .hospital h2:before{
		content:url("../parts/top_icon_byoin.png");
		display: block;
		margin-bottom: 10px;
	}
	.top_contents .tokutei h2:before{
		content:url("../parts/top_icon_tokutei.png");
		display: block;
		margin-bottom: 10px;
	}
	.top_contents .renkei h2:before{
		content:url("../parts/top_icon_tiiki.png");
		display: block;
		margin-bottom: 10px;
	}
	.top_contents .blog h2:before{
		content:url("../parts/top_icon_blog.png");
		display: block;
		margin-bottom: 10px;
	}

.top_contents table{
	font-size: 0.8em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}
.rectangle, .square{
	margin-bottom:15px;
}
.square{
	width:190px;
	height:190px;
}
.rectangle{
	width:390px;
	height:190px;
}
#top_con01,
#top_con02{
	display: flex;
	flex-wrap: wrap;
	width: 594px;
	justify-content: space-between;
}
#top_con01{
	float:right;
}
#top_con02{
	width:100%;
	margin-bottom:60px;
}

/* フェードイン */
.top #main &gt; a,
.top #main &gt; div,
footer{
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 650ms;
}
.top #main &gt; a.in,
.top #main &gt; div.in,
footer.in{
    opacity : 1;
    transform : translate(0, 0);
}

/* 背景画像 */
.top_contents .closed, .top_contents .admission, .top_contents .tokutei{
	background:#DFEDB2;
}
.top_contents .outpatient{
	background:url(../parts/top_img_gairai.png) no-repeat;
}
.top_contents .staff{
	background:url(../parts/top_img_staff.png) no-repeat;
}
.top_contents .for_pro{
	background:url(../parts/top_img_for.png) no-repeat;
}
.top_contents .employment{
	background:url(../parts/top_img_saiyou.png) no-repeat;
}

/* 病院紹介 */
.top_contents .hospital a{
	flex-wrap:nowrap;
}
.top_contents .hospital p{
	margin-right:30px;
}

/* 診療時間 */
.medical_time{background:#fff;}
.medical_time h2{
	text-align:left;
	text-indent:2.2em;
}
.medical_time h2:before{
	content:"";
	background: url(../parts/icon_watch.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	top:2px;
	left:8px;
}
.medical_time p span{
	display:inline-block;
	font-size:0.8em;
	color:#C3E36E;
	margin-right:5px;111
}
.medical_time p:last-of-type{
	font-size:0.8em;
}

/* 医師・看護師紹介 */
.top_contents .staff{
	position:relative;
}
.top_contents .staff a{
	position:relative;
	z-index:500;
	width:50%;
}
.top_contents .staff div{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
}

/* お問い合わせ */
#top_con03{
	overflow:hidden;
	text-align:center;
}
.top_contents .tel{
	display:inline-block;
	vertical-align:bottom;
	margin-right: 10px;
	margin-bottom: -2px;
}
.top_contents .tel p{
	margin-left:60px;
}
.top_contents .tel h3{
	font-family:UD新ゴ DB;
	font-size:36px;
	letter-spacing: 3px;
	line-height: 1em;
	margin-top: -20px;
}
	.top_contents .tel h3:before{
		content:url("../parts/top_icon_tel.png");
		margin-right: 13px;
	}
.top_contents .tel h3 span{
	display:block;
	font-size: 0.5em;
	letter-spacing: 0px;
	margin-left: 60px;
}
.top_contents .mail{
	display:inline-block;
	vertical-align:bottom;
	background:#ECF4D1;
	color:#8FC11F;
	margin-right: 15px;
}
.top_contents .mail a{
	display:block;
	font-size: 1.5em;
	line-height: 33px;
	font-family: UD新丸ゴ M;
	color:#000;
	width: 295px;
	padding:20px 15px;
}
	.top_contents .mail a:before{
		content: url("../parts/top_icon_mail.png");
		margin-top: 17px;
		margin-right: 20px;
		display: block;
		float: left;
	}
.top_contents .iryo_link{
	display:inline-block;
}
	.top_contents .mail:hover,
	.top_contents .iryo_link:hover{
		opacity:0.7;
		transition:0.3s;
	}

footer{
	clear:both;
	width:100%;
	background: #C3E36E;
	margin:70px 0 0;
}
footer a:hover{
	color:#91B82D;
}
footer .inner{
	width:1000px;
	overflow: hidden;
	height:auto;
	margin:0 auto;
	padding: 30px 0 0px 0;
  position: relative;
  display:block;
}
footer .koryo{
	float:left;
	font-size:0.9em;
}
footer .koryo p,
footer .koryo ul{
	margin-left:74px;
}
footer .koryo p{
	margin-left: 74px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.3em;
}
footer .koryo ul{
	width:300px;
	overflow:hidden;
	font-size:0.9em;
}
footer .koryo ul li{
	float:left;
	width:93px;
	margin-right:10px;
}
	footer .koryo ul li:nth-of-type(3n+2){
		width: 70px;
	}
footer .f_menu{
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 570px;
}
footer dl{
	width: 110px;
	margin-bottom:20px;
}
footer dl a{
	display:block;
}
footer dl dt{
	font-family:UD新丸ゴ DB;
	overflow:hidden;
}
	footer dl dt:before{
		content:url("../parts/icon_arrow_02.png");
		margin-right:5px;
		float:left;
	}
footer dl dd{
	font-size:0.8em;
	overflow:hidden;
}
	footer dl dd:before{
		content:"・";
		margin-right:3px;
		float:left;
	}
.f_menu div a{
	font-family:UD新丸ゴ M;
	font-size:0.8em;
	margin-right:20px;
}
.f_menu div a:before{
	content:url("../parts/icon_arrow_01.png");
	margin-right:3px;
}
.f_menu div a.mail{
	display:inline-block;
	color:#fff;
	background:#91B82D;
	font-family:UD新丸ゴ M;
	padding:3px 25px;
	border-radius:3px;
}
	.f_menu div a.mail:before{
		content:url("../parts/footer_icon_mail.png");
		margin-right:3px;
	}
.f_menu div a.mail:hover{
	background:#FDB331;
	
}
footer .copy{
	width:100%;
	clear:both;
	height:auto;
	font-size:11px;
	text-align:center;
	display:block;
	color:#fff;
	padding:30px 0 15px;
	margin:30px 0 0;
}

/* フリーページ */
#main .contents{
	margin:0 0 60px;
	overflow: hidden;
	position:relative;
}
#main .contents .text-area{
	margin: 0px 20px 20px;
	overflow: hidden;
	position: relative;
	padding: 0px 0px 0 15px;
}
.ttl_area{
	background:#C3E36E url(../parts/h_bg.png) no-repeat;
	background-position: center;
}
h1#PageTitle{
	width: 900px;
	font-family:フォーク M;
	font-size: 2.5em;
	padding:40px 0;
	margin: 0 auto 50px;
}
h1#PageTitle:before{
	content:url("../parts/h_karte.png");
	margin-right:25px;
	vertical-align: middle;
}
h2.ttl_main{
	margin: 0 0 25px;
	padding: 0 15px 5px;
	border-bottom: 4px solid #C3E36E;
	position:relative;
}
h2.ttl_main:before{
	content: " ";
	position: absolute;
	display: block;
	border-bottom: solid 3px #91BE1F;
	left:0;
	bottom: -3px;
	width: 10%;
}
h3.ttl_sub{
	position:relative;
	font-size:1.2em;
	font-family: フォーク M;
	padding-left:16px;
	margin:0 0 15px 15px;
}
	h3.ttl_sub:before{
		content:"";
		width: 6px;
		height: 24px;
		background: #91BE1F;
		position: absolute;
		top: 7px;
		left: 0;
	}
	
/* 外来診療表 */
.gairaisinryou table{
	white-space:nowrap;
}
.gairaisinryou table tr th{
	width:58px;
	text-align:center;
}
.gairaisinryou table tr th,
.gairaisinryou table tr td{
	padding:3px 8px;
}
.gairaisinryou table tr:nth-of-type(1){
	text-align:center;
}

/* リスト */
.text-area ul li{
	margin-bottom:5px;
	margin-left: 1em;
}
	.text-area ul li:before{
		content:"■";
		color:#8CC000;
		font-size: 12px;
		margin-left: -15px;
		margin-right:5px;
	}
.text-area dl{
	margin:0 0 10px;
}
.text-area dl dt{
	font-family:UD新丸ゴ M;
	margin:0 0 5px;
}
.text-area dl dd{
	margin:0 0px 0 30px;
}
.kyuzinn dl{
	margin-bottom:40px;
}
ul.decimal li{
	list-style-type:decimal;
}
	ul.decimal li:before{
		content:none;
	}

/*ファイル別アイコン*/
a.icon_pdf,
a.icon_excel,
a.icon_word{
  color:#000;
  font-family:UD新丸ゴ DB;
  padding: 0 19px 0 15px;
  display: inline-block;
}
a.icon_pdf{
  background:url(../parts/icon_pdf.png) no-repeat right 50%;
}
a.icon_excel{
  background:url(../parts/icon_excel.png) no-repeat right 50%;
}
a.icon_word{
  background:url(../parts/icon_word.png) no-repeat right 50%;
}

/* 表作成 */
.baseTbl_A{
	width:100%;
	margin:10px 0px;
	box-sizing:border-box;
	border:solid 1px #808080;
}
.baseTbl_A th,
.baseTbl_A td{
	padding: 3px 10px;
	font-weight: 100;
	border:solid 1px #808080;
	vertical-align:middle;
}
.baseTbl_A tr th:last-child,
.baseTbl_A tr td:last-child{
	border-right:none;
}
.baseTbl_A th{
	width: 25%;
	text-align: left;
	background: #DFEEB2;;
}
/* フリーページ（画像の配置） */
	/*######################################
		フリーページの画像位置設定
	[配置対応番号]
	0_ImgTopLeft:左上		1_ImgTopCenter:中上			2_ImgTopRight:右上
	3_ImgLeft:左							4_ImgRight:右
	5_ImgBottomLeft:左下		6_ImgBottomCenter:中下		7_ImgBottomRight:右下
	########################################*/
.ImgTopCenter,
.ImgBottomCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomRight {
  max-width: 1000px;
  position: relative;
  z-index: 100;
}

.ImgTopCenter img,
.ImgBottomCenter img,
.ImgRight img,
.ImgLeft img,
.ImgTopLeft img,
.ImgTopRight img,
.ImgBottomLeft img,
.ImgBottomRight img {
  border-radius: 2px;
}

/*----------------------------------
	上の左（回り込なし）に表示の設定
------------------------------------*/
.ImgTopLeft {
  margin-left: 0px;
}

/*----------------------------------
	上に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight {
  margin-bottom: 15px;
}

/*----------------------------------
	下に表示の共通設定
------------------------------------*/
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  margin-top: 15px;
  clear: both;
}

/*----------------------------------
	左に表示の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgLeft,
.ImgBottomLeft {
  text-align: left;
  margin: 0 15px 15px 0px;
}

.freeImg0 {
  margin-top: 20px;
}

/*----------------------------------
	中央に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgBottomCenter {
  text-align: center;
}

.ImgTopCenter {
  margin-top: 20px;
}

/*----------------------------------
	右に表示の共通設定
------------------------------------*/
.ImgTopRight,
.ImgRight,
.ImgBottomRight {
  text-align: right;
  margin-left: 15px;
}

.ImgRight {
  margin-left: 27px;
}

.ImgTopRight {
  margin-top: 20px;
}

/*----------------------------------
	上下の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  clear: both;
}

/*----------------------------------
	左に表示
------------------------------------*/
.ImgLeft {
  float: left;
  margin: 0px 20px 0 0;
}

/*----------------------------------
	右に表示
------------------------------------*/
.ImgRight {
  float: right;
}

/*----------------------------------
	左下に表示
------------------------------------*/
.ImgBottomLeft {
  margin-top: 15px;
}

/*パンくず*/
.breadrumb{
  width:1200px;
  margin:10px auto 10px;
  font-size:12px;
  display:none;
}
#page-top{
	width:60px;
	height:60px;
	position: fixed;
	bottom:120px;
	left:50%;
	margin-left:500px;
	z-index:9999999;
	cursor:pointer;
}
#page-top a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-align: center;
  color:#fff;
  font-size:12px;
  -webkit-transition:1.0s;
  transition:1.0s;
  background:url(../parts/pagetop.svg) no-repeat 0 0px ;
  background-size: cover;
}
/* 768pxから1120pxまで */
@media screen and (min-width:768px) and ( max-width:1120px) {
	html{
		width:1120px;
		overflow-x:scroll;
	}
}
/* 768px未満sp */
@media screen and (max-width:767px){
	#container, #container #box{
		width: 100%!important;
		min-width:320px;
	}
	#container #main, .top #main{
		width:auto!important;
		margin-left:10px;
		margin-right:10px;
	}
	header, header .inner, header h1, .breadrumb,
	footer ul, header .inner img, header .inner a,
	.kaisou_02 h1.page_title, .kaisou_03 h1.page_title,
	footer .copy,
	#top_column .inner, #container.top .bunner, #info_pickup, .info_area,
	.top_set, .banner_bottom, #container.top .bunner li.bunner_type1 img,
	.pick_up, .pick_up a, .pick_up img, #top_con01 div{
		width:100%;
		display:block;
	}
	.breadrumb{
		margin-top:0;
		padding:0 10px;
	}
	header{
		margin-top:10px;
		margin-bottom:5px;
		height:auto;
	}
	header .inner{
		margin-top:0;
	}
	header .inner h1{
		width:auto;
		height:auto;
		margin-bottom:0px;
		z-index:auto;
	}
		header .inner h1 a{
			height:auto;
			width:auto;
			display:inline-block;
		}
	header .inner img, header .inner a{
		display:block;
		width:auto;
	}
		header .inner img{
			max-width:496px;
			max-width: 100%;
			margin: 0 auto;
		}
	.slide_txt{
		width: 100%;
		text-align: center;
		font-size: 1.1em;
		top: 33vw;		
	}
	footer .inner{
		width:260px;
		margin:0 auto;
	}
	footer dl{display:none;}
	footer .koryo{
		float:none;
	}
	footer .koryo p, footer .koryo ul{
		margin-left:0!important;
		margin-top: 10px;
	}
	footer .koryo ul{
		margin-bottom:15px;	
	}
	footer .f_menu{
		display:block;
		float:none;
	}
	.f_menu div a.mail{
		display: block;
		width: 145px;
		margin-top: 10px;
	}
		footer .copy{
		position: static;
		margin: 0;	
		}
	/* トップコンテンツ */
	.topNews{
		width:100%;
		height:auto;
		float:none;
		padding:15px 10px;
		margin:0 0 20px;
	}
	.topNews h2{
		margin:0 0 15px;
	}
	#top_con01, #top_con02{
		width:auto;
		float:none;
	}
	.top_contents h2{
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.rectangle, .square{
		display:block;
		height:auto;
		padding:0px;
		margin-bottom:5px;
		background-size:100%!important;
	}
	.square{
		position:relative;
		width:49%!important;
	}
		.square:before{
			content:"";
			display:block;
			padding-top:100%;
		}
	.square a{
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0%;
		left: 0;
		right: 0;
	}
	.rectangle{
		position:relative;
		width:100%;
	}
		#top_con02 .rectangle:before{
			content:"";
			display:block;
			padding-top:48%;
		}
	#top_con02 .rectangle a{
		position: absolute;
		top: 0;
		bottom: 0%;
		left:0;
		right: 0;
	}
	#top_con02 .staff a:nth-of-type(2){
		left:auto;
		right:0;
	}
	
	/* 診療時間 */
	.medical_time{
		overflow: auto;
		padding-bottom: 15px;
		margin-bottom:20px;
	}
	.medical_time h2::before{
		left:10px;
		background-size:75%;
	}
	
	/* 医師・看護師紹介 */
	.top_contents .staff a{
		position:absolute;
		top:15px;
	}
	
	/* 病院紹介 */
	#top_con02 .hospital:before{
		padding-top:63%;
	}
	#top_con02 .hospital a{
		flex-wrap:wrap;
		align-content:center;
	}
	.top_contents .hospital p{
		margin:15px 10px 0;
	}
	
	/* お問い合わせ */
	.top_contents .tel{
		display:block;
		width: auto;
		margin: 0 auto 20px;
		vertical-align:middle;
	}
	.top_contents .tel h3{
		font-size: 11vw;
		letter-spacing:0px;
		padding-left:10vw;
	}
	.top_contents .tel h3::before {
		content: "";
		background:url(../parts/top_icon_tel.png) no-repeat;
		width: 8vw;
		height: 11vw;
		background-size:8vw;
		margin-right: 13px;
		position:absolute;
		left: 5px;
	}
	.top_contents .tel p{
		margin-left:40px;
		margin-bottom: 22px;
	}
	.top_contents .tel h3 span{
		margin-left:5px;
	}
	.top_contents .mail{
		margin-bottom:10px;
	}
	
/* フリーページ */
	#main .contents .text-area {
		margin:0;
		padding:0;
	}
	h1#PageTitle{
		width:auto;
		font-size:1.5em;
		padding:15px 0;
		margin-bottom:30px;
	}
	h1#PageTitle:before{
		margin-right: 10px;
		margin-left:10px;
	}
	h2.ttl_main{
		padding:0 5px 5px;
		margin:0 0 15px;
	}
	h3.ttl_sub{
		margin-left:0px;
		margin-bottom: 8px;
	}
	#main .contents{
		margin-bottom:50px;
	}
	.text-area iframe{
		max-width:100%;
	}
	ul.decimal li{
		margin-left: 2em;
	}

	.upfile{padding:0 10px;}
	a.icon_pdf,
	a.icon_excel,
	a.icon_word,
	a.icon_zip{
		padding-left: 25px;
		background-position: left 10%;
	}
	.ImgTopCenter, .ImgBottomCenter, .ImgRight, .ImgLeft, 
	.ImgTopLeft, .ImgTopRight, .ImgBottomLeft, .ImgBottomRight{
		margin:0 0 10px;
		float:none;
	}
	.ImgTopCenter img, .ImgBottomCenter img, .ImgRight img, .ImgLeft img, .ImgTopLeft img, 
	.ImgTopRight img, .ImgBottomLeft img, .ImgBottomRight img{
		width:100%;
		display:bloxk;
		margin:0 auto;
	}
	table{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch		
	}

}
/*------------print---------------------*/
/* 印刷 */
@page {
	margin: 12mm 7mm;
}
@media print{
	body{ zoom: 95%; }

	#page-top{
		display:none!important;
	}
}
.alter_data{
	font-weight:bold;
	color:#ff3300;
}
</pre></body></html>