@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family: 'Noto Serif JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family: 'Noto Serif JP', Yu Gothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

html{
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
	color:#333333;
	font-weight: 400;
}


/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* font
---------------------------------------------- */
.indent-1{
	padding-left: 1em !important;
	text-indent: -1em !important;
}
.indent-2{
	padding-left: 2em !important;
	text-indent: -2em !important;
}
.indent-3{
	padding-left: 3em !important;
	text-indent: -3em !important;
}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		position: relative;
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrap_type01{
		width: 1000px;
		padding-top: 60px;
		margin: 0 auto 120px;
	}
	
	.wrap_type02,
	.wrap_type03{
		width: 1000px;
		margin: 0 auto 120px;
	}
	
	.inner_type01{
		width: 1000px;
		margin: 0 auto;
	}
	
	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 80px 0 100px;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #689DCE;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}
	
	.link02{
		color: #333;
		text-decoration: underline !important;
	}
	
	.link02.tab{
		background: url(../img/ico_tab01.png) no-repeat right center;
		background-size: 14px;
		padding-right: 22px;
	}
	
	.link02:hover{text-decoration: none !important;}
	
	.tel{
		text-decoration: none !important;
		pointer-events: none;
	}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		height: 300px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #FFF;
	}
	
	.pagettl h2{
		font-size: 4rem;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		position: relative;
		font-size: 3rem;
		line-height: 1.6;
		padding: 0 0 25px 27px;
		margin-bottom: 30px;
		border-bottom: 2px solid #DDEAF4;
	}
	
	.heading01::before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 36px;
		background: #689DCE;
		position: absolute;
		top: 7px;
		left: 0;
	}
	
	.heading02{
		position: relative;
		font-size: 2rem;
		line-height: 1.6;
		padding: 0 0 12px 30px;
		border-bottom: 1px solid #DDEAF4;
		margin-bottom: 30px;
	}
	
	.heading02::before{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: #689DCE;
		position: absolute;
		top: 7px;
		left: 0;
	}
	
	.heading03{
		position: relative;
		font-size: 2.4rem;
		line-height: 1.8;
		border: 1px solid #D9D9D9;
		padding: 13px 20px;
		margin-bottom: 25px;
	}
	
	.heading03::after{
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #DDEAF4;
		position: absolute;
		left: 0;
		bottom: 3px;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		width: 1200px;
		font-size: 1.2rem;
		padding-top: 8px;
		margin: 0 auto 80px;
	}

	.breadcrumb ul{
		line-height: 1.2;
		overflow: hidden;
		list-style: none;
	}

	.breadcrumb ul li{
		float: left;
		color: #ACACB8;
		margin-right: 8px;
	}

	.breadcrumb ul li:last-child{
		background: none;
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li a{
		background: url("../img/ico_arrow03.png") no-repeat right 0.4em;
		background-size: 5px;
		color: #689DCE;
		padding-right: 15px;
	}

	.breadcrumb ul li a:hover{opacity: 0.7;}
	
	.breadcrumb ul li span{
		background: url("../img/ico_arrow03.png") no-repeat right 0.4em;
		background-size: 5px;
		color: #ACACB8;
		padding-right: 15px;
	}
	
	/* テーブル
	---------------------------------------------- */
	/*--type01--*/
	.type01{
		width: 100%;
		background: #fff;
	}

	.type01 tr:first-child th{
		font-size: 1.6rem;
		font-weight: bold;
	}

	.type01 th{
		border: 1px solid #A5A5A5;
		text-align: center;
		padding: 12px 0;
	}

	.type01 td{
		width: 33.33%;
		border: 1px solid #A5A5A5;
		text-align: center;
		padding: 8px 0;
	}
	
	/*--type02--*/
	.type02{
		width: 100%;
		line-height: 1.8;
	}
	
	.type02 tr:nth-child(even){background: #F9FAFB;}
	
	.type02 tr:nth-child(odd){background: #EFF3F5;}
	
	.type02 th{
		padding: 18px 20px;
		width: 26%;
		vertical-align: top;
	}

	.type02 td{padding: 18px 20px;}
	
	/*--type03--*/
	.type03{width: 100%;}
	
	.type03 th,
	.type03 td{border: 1px solid #C4D9EC;}
	
	.type03 th{
		background: #F7FAFD;
		text-align: center;
		padding: 13px 10px;
	}
	
	.type03 tr:first-child th{background: #E2ECF5;}

	.type03 td{
		text-align: center;
		padding: 13px 10px;
	}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #689DCE;
		font-size: 1.4rem;
		font-weight: bold;
		min-width: 140px;
		height: 45px;
		border:1px solid #689DCE;
		border-radius: 40px;
		transition: border .3s;
	}

	.btn_type01 a:hover{border: 3px solid #689DCE;}
	
	.btn_type02{width: 320px;}
	
	.btn_type02 a{
		display: block;
		color: #333;
		border: 1px solid #C4D9EC;
		line-height: 1.2;
		text-align: center;
		transition: border .1s, color .1s;
		background: url("../img/ico_arrow03.png") no-repeat right 18px center;
		background-size: 7px;
		padding: 20px 25px 20px 10px;
	}
	
	.btn_type02 a:hover{
		color: #689DCE;
		border: 1px solid #689DCE;
	}
	
	/* リスト
	---------------------------------------------- */
	/*--list_btn01--*/
	.list_btn01{
		font-size: 1.5rem;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px;
	}
	
	.list_btn01 li{
		background: url("../img/ico_arrow03.png") no-repeat right 18px center;
		background-size: 7px;
		width: 320px;
		margin: 0 20px 20px 0;
		text-align: center;
	}
	
	.list_btn01 li:nth-child(3n){margin-right: 0;}
	
	.list_btn01 li a{
		border: 1px solid #C4D9EC;
		color: #333;
		line-height: 1.2;
		padding: 20px 25px 20px 10px;
		transition: border .1s, color .1s;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.list_btn01 li a img{
		width: 18px;
		vertical-align: text-bottom;
		margin-left: 5px;
	}
	
	.list_btn01 li.active{
		background: #C4D9EC url("../img/ico_arrow03.png") no-repeat right 18px center;
		background-size: 7px;
	}
	
	.list_btn01 li.active a:hover{
		border: 1px solid #C4D9EC;
		color: #333;
	}
	
	.list_btn01 li a:hover{
		border: 1px solid #689DCE;
		color: #689DCE;
	}
	
	.list_btn01 li a span.pdf{
		background: url(../img/ico_pdf02.png) no-repeat right center;
		background-size: 16px;
		padding-right: 25px;
	}
	
	.list_btn01 li a span.word{
		background: url(../img/ico_word01.png) no-repeat right center;
		background-size: 16px;
		padding-right: 25px;
	}
	
	.list_btn01 li a span.excel{
		background: url(../img/ico_excel01.png) no-repeat right center;
		background-size: 16px;
		padding-right: 25px;
	}
	
	/*--list_btn02--*/
	.list_btn02{
		font-size: 1.5rem;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px;
	}
	
	.list_btn02 li{
		background: url("../img/ico_arrow02.png") no-repeat center bottom 10px;
		background-size: 12px;
		width: 235px;
		margin: 0 20px 20px 0;
		text-align: center;
	}
	
	.list_btn02 li:nth-child(4n){margin-right: 0;}
	
	.list_btn02 li a{
		display: block;
		height: 100%;
		border: 1px solid #C4D9EC;
		color: #333;
		line-height: 1.2;
		padding: 18px 5px 28px 5px;
		transition: border .1s, color .1s;
	}
	
	.list_btn02 li.active{
		background: #C4D9EC url("../img/ico_arrow02.png") no-repeat center bottom 10px;
		background-size: 12px;
	}
	
	.list_btn02 li.active a:hover{
		border: 1px solid #C4D9EC;
		color: #333;
	}
	
	.list_btn02 li a:hover{
		border: 1px solid #689DCE;
		color: #689DCE;
	}
	
	/*--list_type01--*/
	.list_type01 li:nth-child(odd){background: #EFF3F5;}
	
	.list_type01 li:nth-child(even){background: #F9FAFB;}
	
	.list_type01 li a{
		color: #4084BF;
		text-decoration: underline;
		display: block;
		padding: 30px 30px 30px 53px;
		line-height: 1.2;
		position: relative;
	}
	
	.list_type01 li a::before{
		content: "";
		width: 14px;
		height: 14px;
		background: #C4D9EC url("../img/ico_arrow01.png") no-repeat center;
		background-size: 4px;
		position: absolute;
		top: 32px;
		left: 30px;
	}
	
	.list_type01 li a span{
		display: inline-block;
		transition: opacity .2s;
		text-decoration: underline;
	}
	
	.list_type01 li a:hover span{opacity: 0.7;}
	
	/*--list_type02--*/
	.list_type02 li{
		position: relative;
		line-height: 1.8;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	
	.list_type02 li:last-child{margin-bottom: 0;}
	
	.list_type02 li::before{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 9px;
		left: 0;
	}
	
	/*--list_type03--*/
	.list_type03{counter-reset: number;}
	
	.list_type03 > li{
		position: relative;
		line-height: 2.2;
		min-height: 30px;
		padding-left: 42px;
		margin-bottom: 17px;
	}
	
	.list_type03 > li:last-child{margin-bottom: 0;}
	
	.list_type03 > li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		color: #FFF;
		width: 28px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 1px;
		left: 0;
	}

	/* フォーム関連
	---------------------------------------------- */
	.form{width: 100%;}

	.form tr:nth-child(even){background: #F9FAFB;}

	.form tr:nth-child(odd){background: #EFF3F5;}

	.form th{
		width: 280px;
		padding: 22px 30px;
		vertical-align: top;
	}

	.form th span{
		display: block;
		min-height: 30px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-left: 60px;
	}

	.form th span.must{background-image: url(../img/ico_must01.jpg);}

	.form th span.optional{background-image: url(../img/ico_optional01.jpg);}

	.form td{padding: 12px 10px;}

	.form td span.note{
		padding-top: 12px;
		margin-left: 10px;
	}

	.form input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1200px #FFF inset;}

	.form input::-moz-focus-inner{border: 0;}

	.form input[type="text"],
	.form input[type="email"],
	.form textarea{
		font-size: 1.4rem;
		line-height: 1.6;
		background: #FFF;
		border: none;
		outline: none;
		-webkit-appearance: none;
		padding: 15px;
	}

	.form input[type="text"]{width: 300px;}

	.form input[type="email"]{width: 450px;}

	.form textarea{
		width: 100%;
		height: 200px;
		resize: vertical !important;
	}

	/*--placeholder--*/
	.form input::placeholder{color: #CCC;}
	/* IE */
	.form input:-ms-input-placeholder{color: #CCC;}
	/* Edge */
	.form input::-ms-input-placeholder{color: #CCC;}

	/*--radio--*/
	.form .wpcf7-list-item{margin: 0;}

	.form input[type="radio"]{display:none;}

	.form input[type="radio"]+.wpcf7-list-item-label{
		display: inline-block;
		position: relative;
		line-height: 30px;
		padding-left: 50px;
		margin-right: 40px;
		cursor: pointer;
	}

	.form input[type="radio"]+.wpcf7-list-item-label::before{
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		border: 1px solid #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.form input[type="radio"]:checked+.wpcf7-list-item-label::after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 5px;
		left: 5px;
	}

	.form_inner{
		display: -webkit-flex;
		display: flex;
	}

	.form_inner.two span{
		display: block;
		width: 180px;
	}

	.form_inner.two span:first-of-type{margin-right: 20px;}

	.form_inner.two span input[type="text"]{width: 100%;}

	/*--ボタン--*/
	.btn_submit{
		width: 320px;
		margin: 60px auto 0;
	}

	.btn_submit input{
		width: 100%;
		color: #333;
		line-height: 1.2;
		text-align: center;
		border: 1px solid #C4D9EC;
		transition: border .1s, color .1s;
		background: url("../img/ico_arrow03.png") no-repeat right 18px center;
		background-size: 7px;
		padding: 20px 25px 20px 10px;
		cursor: pointer;
	}

	.btn_submit input:hover{
		color: #689DCE;
		border: 1px solid #689DCE;
	}

	/* contact form 7
	---------------------------------------------- */
	.wpcf7 .wpcf7-response-output{
		text-align: center !important;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 0 !important;
		padding: 10px !important;
		margin: 30px 0 0 !important;
	}
	
	.wpcf7 .wpcf7-validation-errors{
		color: #B94A48 !important;
		background-color: #F2DEDE !important;
		border: 1px solid #EED3D7 !important;
	}
	
	.wpcf7 .wpcf7-mail-sent-ok{
		color: #3A87AD !important;
		background-color: #D9EDF7 !important;
		border: 1px solid #BCE8F1 !important;
	}
	
	.wpcf7 .ajax-loader{display: none !important;}

	/* 記事
	---------------------------------------------- */
	.news_article{border-bottom: 1px solid #DDD;}

	.news_article a{
		display: block;
		background: url(../img/ico_arrow03.png) no-repeat right bottom 25px;
		background-size: 7px 12px;
		padding: 20px 30px 20px 0;
	}

	.news_article:first-child a{padding-top: 0;}

	.news_article a .content{
		display: -webkit-flex;
		display: flex;
	}

	.news_article a .content .date{color: #AAA;}

	.news_article a .content .ttl{
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-left: 20px;
	}

	.news_article a:hover .content .ttl{color: #689DCE;}

	.list_category{
		display: -webkit-flex;
		display: flex;
		margin-bottom: 15px;
	}

	.list_category li{
		width: 180px;
		color: #FFF;
		font-size: 1.2rem;
		font-family: "Hiragino Kaku Gothic Pro";
		font-weight: bold;
		text-align: center;
		padding: 2px 0 3px;
		margin-right: 20px;
	}

	.list_category li:last-child{margin-right: 0;}

	.list_category li.kinen{background: #1D1D72;}
	.list_category li.sougou{background: #256AA0;}
	.list_category li.event{background: #489BAC;}
	.list_category li.medical{background: #528D56;}
	.list_category li.recruit{background: #F0A951;}
	.list_category li.plaza{background: #9EBF1C;}
	.list_category li.care{background: #F0D362;}
	.list_category li.info{background: #E34915;}

	/* wordpress wp_contents
	---------------------------------------------- */
	.wp_contents{
		overflow: hidden;
		line-height: 2.2;
	}

	.wp_contents p{margin-bottom: 2em;}
	.wp_contents p:last-child{margin-bottom:0;}

	.wp_contents a{
		color: #1A1A66;
		text-decoration: underline;
	}

	.wp_contents a:hover{text-decoration: none;}

	.wp_contents img{
		max-width: 1000px;
		height: auto;
	}

	img.cl{
		width:1px !important;
		height:1px !important;
	}

	.wp_contents .alignleft{float: left;}
	.wp_contents .alignright{float: right;}
	.wp_contents .aligncenter{
		display: block;
		margin: auto;
	}

	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration: line-through;}

	/*--リスト--*/
	.wp_contents ol{margin-bottom: 1em;}

	.wp_contents ol li{list-style: decimal inside;}

	.wp_contents ul{margin-bottom: 1em;}

	.wp_contents ul li{list-style: disc inside;}

	/*--テーブル--*/
	.wp_contents table{width: 100%;}

	.wp_contents table th,
	.wp_contents table td{
		padding: 10px;
		border: 1px solid #CCC;
	}

	/*--キャプション--*/
	.wp-caption{max-width: 100% !important;}

	.wp-caption + p{margin-top: 25px;}

	.wp-caption img{
		width: 100%;
		margin-bottom: 10px;
	}

	.wp-caption .wp-caption-text{
		font-size: 1.2rem;
		line-height: 1.4;
	}

	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{
		line-height: 1.2;
		padding-top: 80px;
		margin-bottom: -5px;
		font-weight: bold;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.wp-pagenavi span{
		background: #689DCE;
		color: #FFF;
		margin: 0 5px 5px;
		padding: 10px 14px;
		border: 1px solid #689DCE;
	}

	.wp-pagenavi a{
		background: #FFF;
		color: #CBD9E4;
		margin: 0 5px 5px;
		padding: 10px 14px;
		border: 1px solid #CBD9E4;
	}

	.wp-pagenavi a:hover{
		background: #689DCE;
		color: #FFF;
	}

	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .pages,
	.wp-pagenavi .extend{display:none !important;}

	/* wordpress 引用
	---------------------------------------------- */
	.wp_contents blockquote{
		max-width: 100%;
		display:inline-block;
		position: relative;
		padding: 0 0 0 40px;
		color: #999;
		margin-bottom: 1.3em;
	}
	
	.wp_contents blockquote p{margin-bottom: 1.3em;}
	.wp_contents blockquote p:last-child{margin-bottom: 0;}

	.wp_contents blockquote::before{
		content: "\201C"; /*Unicode for Left Double Quote*/

		/*フォント*/
		font-family: Georgia, serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;

		/*ポジショニング*/
		position: absolute;
		left: 20px;
		top: 0;
	}


	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		width: 1200px;
		color: #999;
		font-size: 1.1rem;
		line-height: 1.2;
		text-align: right;
		padding: 10px 5px 0 0;
		margin: 0 auto;
	}

	.wrap_top_inner .cloned{display: none;}

	#header{background: #DDEAF4;}

	.header_inner01{
		position: relative;
		width: 1200px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		padding-bottom: 15px;
		margin: 0 auto;
	}

	.header_inner02{
		width: 100%;
		border-top: 1px solid #C4D9EC;
		border-bottom: 4px solid #C4D9EC;
	}

	/* ロゴ
	---------------------------------------------- */
	.h_logo{
		width: 244px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.h_logo a{display: block;}

	.h_logo a img{width: 100%;}

	/* サイト内検索
	---------------------------------------------- */
	.h_search{
		width: 160px;
		height: 34px;
		background: #FFF;
		border: 1px solid #B2B2B2;
		border-radius: 5px;
		padding: 5px 10px;
		margin: 15px 0 0 30px;
	}

	.h_search form input{
		color: #7C7C7C;
		width: 118px;
		border: none;
		outline: none;
		background: #FFF;
		padding: 0 0 5px 0;
	}

	.h_search form input:-webkit-autofill,
	.h_search form input:-webkit-autofill:hover,
	.h_search form input:-webkit-autofill:focus{-webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;}

	.h_search form a{display: inline-block;}

	.h_search form a img{
		width: 14px;
		vertical-align: middle;
	}

	/* メニューボタン
	---------------------------------------------- */
	.btn_menu{display: none;}

	/* メニュー
	---------------------------------------------- */
	/*--768pxの切替時にtransition:allが効いてしまい一瞬スマホメニューが表示されてしまうためmain_menuをPC用とSP用に分けて回避しています--*/
	.main_menu.pc{display: block;}

	.main_menu.sp{display: none;}

	.drawer .m_logo,
	.drawer .m_search,
	.drawer .nav_tel{display: none;}

	/* ナビ
	---------------------------------------------- */
	/*--nav_global--*/
	.nav_global{
		padding: 25px 0 5px;
		font-size: 1.4rem;
	}

	.nav_global ul{
		display: -webkit-flex;
		display: flex;
	}

	.nav_global ul li{position: relative;}

	.nav_global ul li::after{
		content: "";
		display: block;
		width: 1px;
		height: 15px;
		background: #999;
		position: absolute;
		top: 3px;
		right: 0;
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
	}

	.nav_global ul li:last-child::after{display: none;}

	.nav_global ul li a{
		display: block;
		color: #333;
		padding: 0 19px;
	}

	.nav_global ul li:first-child a{padding-left: 0;}

	.nav_global ul li:last-child a{padding-right: 0;}

	.nav_global ul li a:hover{opacity: 0.8;}

	/*--nav_menu01--*/
	.nav_menu01{display: none;}

	/*--nav_menu02--*/
	.nav_menu02{
		position: relative;
		background: #DDEAF4;
	}

	.nav_menu02 > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 1200px;
		margin: 0 auto;
	}

	.nav_menu02 > ul > li{width: 240px;}

	.nav_menu02 > ul > li.g06{display: none;}

	.nav_menu02 > ul > li > a,
	.nav_menu02 > ul > li > span{
		display: block;
		color: #333;
		font-size: 1.6rem;
		text-align: center;
		border-right: 1px solid #C4D9EC;
		padding: 20px 0 19px;
		cursor: pointer;
	}

	.nav_menu02 > ul > li > span{pointer-events: none}

	.nav_menu02 > ul > li > a:hover,
	.nav_menu02 > ul > li > span:hover{color: #689DCE;}

	.nav_menu02 > ul > li:first-of-type > a,
	.nav_menu02 > ul > li:first-of-type > span{border-left: 1px solid #C4D9EC;}

	/* nav_sub */
	.nav_menu02 .nav_sub{
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 25px 0;
		background: #F8F8F8;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		pointer-events: none;
		opacity: 0;
		z-index: 1;
	}

	.nav_menu02 li:hover .nav_sub{
		pointer-events: auto;
		top: 68px;
		opacity: 1;
	}

	.nav_menu02 .nav_sub ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #DDEAF4;
		width: 1000px;
		padding: 15px 35px 0;
		margin: 0 auto -15px;
	}

	.nav_menu02 .nav_sub ul li{
		width: 310px;
		margin-bottom: 15px;
	}

	.nav_menu02 .nav_sub ul li:nth-child(3n){margin-right: 0;}

	.nav_menu02 .nav_sub ul li a{
		display: block;
		position: relative;
		color: #333;
		line-height: 1.4;
		padding-left: 21px;
	}

	.nav_menu02 .nav_sub ul li a::before{
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(../img/ico_arrow01.png) no-repeat center;
		background-size: 4px 6px;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.nav_menu02 .nav_sub ul li a:hover{color: #689DCE;}

	.nav_menu02 .nav_sub .ttl_menu{
		width: 1000px;
		font-size: 2.2rem;
		margin: 0 auto 15px;
	}


	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #F8F8F8;
		border-top: 10px solid #C4D9EC;
		padding-bottom: 45px;
	}

	.footer_inner01{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		min-width: 1200px;
		height: 435px;
		font-size: 1.3rem;
		border-bottom: 1px solid #DDD;
	}

	.f_hospital{
		width: 16.66%;
		max-width: 280px;
		line-height: 1.8;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		padding: 40px 20px 0;
	}

	.f_hospital p,
	.f_hospital address{margin-bottom: 20px;}

	.footer_inner02{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 1680px;
		width: 100%;
		min-width: 1200px;
		padding-top: 55px;
		margin: 0 auto;
	}

	.footer_l{
		display: -webkit-flex;
		display: flex;
	}

	.footer_r_inner{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
	}

	.f_medicalnote{width: 171px;}

	.f_medicalnote a{display: block;}

	.f_medicalnote a:hover{opacity: .8;}

	.f_medicalnote a img{width: 100%;}

	.f_small small{
		color: #888;
		font-family: 'Noto Serif JP' !important;
		font-size: 1.1rem;
		line-height: 1.2;
	}

	/* フッターロゴ
	---------------------------------------------- */
	.f_logo{
		width: 244px;
		margin-right: 30px;
	}

	.f_logo a{display: block;}

	.f_logo a img{width: 100%;}

	/* ナビ
	---------------------------------------------- */
	/*--nav_footer--*/
	.nav_footer{
		width: 16.66%;
		max-width: 280px;
	}

	.nav_footer > ul{
		height: 100%;
		border-right: 1px solid #DDD;
		padding: 40px 20px 0;
	}

	.nav_footer > ul > li{margin-bottom: 15px;}

	.nav_footer ul li a,
	.nav_footer ul li span{
		display: block;
		position: relative;
		color: #333;
		line-height: 1.4;
		padding-left: 21px;
	}

	.nav_footer ul li a::before,
	.nav_footer ul li span::before{
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: #C4D9EC url(../img/ico_arrow01.png) no-repeat center;
		background-size: 4px 6px;
		position: absolute;
		top: 2px;
		left: 0;
	}

	.nav_footer ul li a:hover{color: #689DCE;}

	/*--nav_sub--*/
	.nav_sub{padding-top: 10px;}

	.nav_sub ul li{margin-bottom: 10px;}

	.nav_sub ul li a::before{background-color: transparent;}

	/*--nav_tel--*/
	.nav_tel{margin-bottom: 20px;}

	.nav_tel ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}

	.nav_tel ul li{
		background: url(../img/ico_tel01.gif) no-repeat left center;
		background-size: 18px;
		padding-left: 28px;
		margin-right: 18px;
	}

	.nav_tel ul li:last-child{
		background: none;
		padding-left: 0;
		margin-right: 0;
	}

	.nav_tel ul li a{
		color: #256A9F;
		font-family: 'Noto Serif JP';
		font-weight: bold;
		pointer-events: none;
		margin-left: 8px;
	}

	.nav_tel ul li:first-child a{color: #1A1A66;}

	/*--nav_sns--*/
	.nav_sns{margin-right: 20px;}

	.nav_sns ul{
		display: -webkit-flex;
		display: flex;
	}

	.nav_sns ul li{
		width: 26px;
		margin-right: 15px;
	}

	.nav_sns ul li:last-child{margin-right: 0;}

	.nav_sns ul li a{display: block;}

	.nav_sns ul li a:hover{opacity: .8;}

	.nav_sns ul li a img{width: 100%;}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		width: 40px;
		height: 40px;
		background: #32333A;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 100;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	#pagetop img{width: 100%;}

	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}

	#pagetop.pagetop_show:hover{opacity: .7;}

	/* reCAPTCHA
	---------------------------------------------- */
	.grecaptcha-badge{bottom: 80px !important;}


}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		position: relative;
		min-width: 320px;
		overflow: hidden;
	}

	.wrap_type01{
		padding: 40px 15px 0;
		margin-bottom: 80px;
	}
	
	.wrap_type02{margin-bottom: 80px;}
	
	.wrap_type03{
		padding: 0 15px;
		margin-bottom: 80px;
	}
	
	.inner_type01{padding: 0 15px;}

	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 50px 20px 0;
		margin-bottom: 80px;
	}

	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}

	.txt_404{margin-bottom: 30px;}

	.body_404 #footer{
		position: inherit !important;
		height: 100%;
	}

	/* リンク
	---------------------------------------------- */
	.link01{
		color: #689DCE;
		text-decoration: underline !important;
	}
	
	.link02{
		color: #333;
		text-decoration: underline !important;
	}
	
	.link02.tab{
		background: url(../img/ico_tab01.png) no-repeat right center;
		background-size: 13px;
		padding-right: 18px;
	}
	
	.link02.tel{color: #689DCE;}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		height: 200px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #FFF;
	}
	
	.pagettl h2{
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 0.1em;
	}

	/* 見出し
	---------------------------------------------- */
	.heading01{
		position: relative;
		font-size: 1.9rem;
		line-height: 1.6;
		border-bottom: 2px solid #DDEAF4;
		padding: 0 0 8px 15px;
		margin-bottom: 20px;
	}
	
	.heading01::before{
		content: "";
		display: inline-block;
		width: 5px;
		height: 21px;
		background: #689DCE;
		position: absolute;
		top: 5px;
		left: 0;
	}
	
	.heading02{
		position: relative;
		font-size: 1.6rem;
		line-height: 1.4;
		border-bottom: 1px solid #DDEAF4;
		padding: 0 0 10px 20px;
		margin-bottom: 15px;
	}
	
	.heading02::before{
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		background: #689DCE;
		position: absolute;
		top: 4px;
		left: 0;
	}
	
	.heading03{
		position: relative;
		font-size: 1.6rem;
		line-height: 1.6;
		border: 1px solid #D9D9D9;
		padding: 8px 10px;
		margin-bottom: 15px;
	}
	
	.heading03::after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #DDEAF4;
		position: absolute;
		left: 0;
		bottom: 3px;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.1rem;
		padding: 5px 15px 0 15px;
		margin-bottom: 50px;
	}

	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.breadcrumb ul li{
		display:inline;
		vertical-align: middle;
		margin-right: 4px;
		background: url("../img/ico_arrow03.png") no-repeat right 0.45em;
		background-size: 5px;
		color: #ACACB8;
		padding-right: 13px;
	}

	.breadcrumb ul li:last-child{
		background: none;
		margin-right: 0;
	}

	.breadcrumb ul li a{color: #689DCE;}
	
	.breadcrumb ul li span{color: #ACACB8;}

	/* テーブル
	---------------------------------------------- */
	.table_scroll{overflow-x: scroll;}
	
	.table_scroll_inner{
		width: 780px;
		padding: 0 15px;
	}
	
	/*--type01--*/
	.type01{
		width: 100%;
		background: #fff;
	}

	.type01 tr:first-child th{font-weight: bold;}

	.type01 th{
		min-width: 75px;
		border: 1px solid #A5A5A5;
		text-align: center;
		padding: 12px 5px;
	}

	.type01 td{
		border: 1px solid #A5A5A5;
		text-align: center;
		padding: 8px 5px;
	}
	
	/*--type02--*/
	.type02{
		width: 100%;
		line-height: 1.8;
	}

	.type02 tr:nth-child(even){background: #F9FAFB;}
	
	.type02 tr:nth-child(odd){background: #EFF3F5;}
	
	.type02 th{
		padding: 18px 0 18px 18px;
		width: 33%;
		vertical-align: top;
	}

	.type02 td{padding: 18px 10px;}
	
	/*--type03--*/
	.type03{width: 100%;}
	
	.type03 th,
	.type03 td{border: 1px solid #C4D9EC;}
	
	.type03 th{
		background: #F7FAFD;
		text-align: center;
		padding: 8px 5px;
	}
	
	.type03 tr:first-child th{background: #E2ECF5;}

	.type03 td{
		text-align: center;
		padding: 8px 5px;
	}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #689DCE;
		font-size: 1.4rem;
		font-weight: bold;
		height: 45px;
		border: 1px solid #689DCE;
		border-radius: 40px;
	}
	
	.btn_type02{width: 225px;}
	
	.btn_type02 a{
		display: block;
		color: #333;
		border: 1px solid #C4D9EC;
		line-height: 1.2;
		text-align: center;
		background: url("../img/ico_arrow03.png") no-repeat right 10px center;
		background-size: 6px;
		padding: 15px 18px 15px 10px;
	}
	
	/* リスト
	---------------------------------------------- */
	/*--list_btn01--*/
	.list_btn01{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -15px;
		font-size: 1.3rem;
	}
	
	.list_btn01 li{
		background: url("../img/ico_arrow03.png") no-repeat right 10px center;
		background-size: 6px;
		width: calc(50% - 9.5px);
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.list_btn01 li.active{
		background: #C4D9EC url("../img/ico_arrow03.png") no-repeat right 10px center;
		background-size: 6px;
	}
	
	.list_btn01 li a{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		height: 100%;
		border: 1px solid #C4D9EC;
		color: #333;
		line-height: 1.2;
		padding: 15px 18px 15px 10px;
	}
	
	.list_btn01 li a img{
		width: 13px;
		vertical-align: text-bottom;
		margin-left: 3px;
	}
	
	.list_btn01 li a span.pdf{
		background: url(../img/ico_pdf02.png) no-repeat right center;
		background-size: 12px;
		padding-right: 17px;
	}
	
	.list_btn01 li a span.word{
		background: url(../img/ico_word01.png) no-repeat right center;
		background-size: 12px;
		padding-right: 17px;
	}
	
	.list_btn01 li a span.excel{
		background: url(../img/ico_excel01.png) no-repeat right center;
		background-size: 12px;
		padding-right: 17px;
	}
	
	/*--list_btn02--*/
	.list_btn02{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -15px;
		font-size: 1.3rem;
	}
	
	.list_btn02 li{
		background: url("../img/ico_arrow02.png") no-repeat center bottom 8px;
		background-size: 9px;
		width: calc(50% - 8.5px);
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.list_btn02 li.active{
		background: #C4D9EC url("../img/ico_arrow02.png") no-repeat center bottom 8px;
		background-size: 9px;
	}
	
	.list_btn02 li a{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		height: 100%;
		border: 1px solid #C4D9EC;
		color: #333;
		line-height: 1.2;
		padding: 13px 18px 20px 10px;
	}

	/*--list_type01--*/
	.list_type01 li:nth-child(odd){background: #EFF3F5;}
	
	.list_type01 li:nth-child(even){background: #F9FAFB;}
	
	.list_type01 li a{
		color: #4084BF;
		text-decoration: underline;
		display: block;
		padding: 20px 15px 20px 35px;
		line-height: 1.4;
		position: relative;
	}
	
	.list_type01 li a::before{
		content: "";
		width: 14px;
		height: 14px;
		background: #C4D9EC url("../img/ico_arrow01.png") no-repeat center;
		background-size: 4px;
		position: absolute;
		top: 22px;
		left: 15px;
	}
	
	.list_type01 li a span{
		display: inline-block;
		transition: opacity .2s;
		text-decoration: underline;
	}
	
	/*--list_type02--*/
	.list_type02 li{
		position: relative;
		font-size: 1.3rem;
		line-height: 1.8;
		padding-left: 12px;
	}
	
	.list_type02 li::before{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 9px;
		left: 0;
	}
	
	/*--list_type03--*/
	.list_type03{counter-reset: number;}
	
	.list_type03 > li{
		position: relative;
		font-size: 1.4rem;
		line-height: 2.2;
		min-height: 24px;
		padding-left: 30px;
		margin-bottom: 8px;
	}
	
	.list_type03 > li:last-child{margin-bottom: 0;}
	
	.list_type03 > li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		color: #FFF;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 4px;
		left: 0;
	}

	/* フォーム関連
	---------------------------------------------- */
	.form{width: 100%;}

	.form tr:nth-child(even){background: #F9FAFB;}

	.form tr:nth-child(odd){background: #EFF3F5;}

	.form th,
	.form td{
		display: block;
		padding: 15px;
	}

	.form th{padding-bottom: 10px;}

	.form th span{
		display: block;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-left: 60px;
	}

	.form th span.must{background-image: url(../img/ico_must01.jpg);}

	.form th span.optional{background-image: url(../img/ico_optional01.jpg);}

	.form td{padding-top: 0;}

	.form td span.wpcf7-not-valid-tip{width: 100%;}

	.form input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1200px #FFF inset;}

	.form input::-moz-focus-inner{border: 0;}

	.form input[type="text"],
	.form input[type="email"],
	.form textarea{
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.6;
		background: #FFF;
		border: none;
		outline: none;
		-webkit-appearance: none;
		padding: 10px;
	}

	.form textarea{
		height: 130px;
		resize: vertical !important;
	}

	/*--placeholder--*/
	.form input::placeholder{color: #CCC;}
	/* IE */
	.form input:-ms-input-placeholder{color: #CCC;}
	/* Edge */
	.form input::-ms-input-placeholder{color: #CCC;}

	/*--radio--*/
	.form .wpcf7-list-item{margin: 0;}

	.form input[type="radio"]{display:none;}

	.form input[type="radio"]+.wpcf7-list-item-label{
		display: inline-block;
		position: relative;
		font-size: 1.2rem;
		line-height: 24px;
		padding-left: 35px;
		margin-right: 35px;
		cursor: pointer;
	}

	.form input[type="radio"]+.wpcf7-list-item-label::before{
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		border: 1px solid #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.form input[type="radio"]:checked+.wpcf7-list-item-label::after{
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: #689DCE;
		border-radius: 50%;
		position: absolute;
		top: 4px;
		left: 4px;
	}

	.form_inner.two{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.form_inner.two span{width: calc(50% - 5px);}

	/*--ボタン--*/
	.btn_submit{
		width: 225px;
		margin: 30px auto 0;
	}

	.btn_submit input{
		width: 100%;
		color: #333;
		line-height: 1.2;
		text-align: center;
		border: 1px solid #C4D9EC;
		background: url("../img/ico_arrow03.png") no-repeat right 10px center;
		background-size: 6px;
		padding: 15px 18px 15px 10px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
	}

	/* contact form 7
	---------------------------------------------- */
	.wpcf7 .wpcf7-response-output{
		text-align: center !important;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 0 !important;
		padding: 5px !important;
		margin: 15px 0 0 !important;
	}
	
	.wpcf7 .wpcf7-validation-errors{
		color: #B94A48 !important;
		background-color: #F2DEDE !important;
		border: 1px solid #EED3D7 !important;
	}
	
	.wpcf7 .wpcf7-mail-sent-ok{
		color: #3A87AD !important;
		background-color: #D9EDF7 !important;
		border: 1px solid #BCE8F1 !important;
	}
	
	.wpcf7 .ajax-loader{display: none !important;}

	/* 記事
	---------------------------------------------- */
	.news_article{border-bottom: 1px solid #DDD;}

	.news_article a{
		display: block;
		background: url(../img/ico_arrow03.png) no-repeat right bottom 20px;
		background-size: 7px 12px;
		padding: 15px 0;
	}

	.news_article:first-child a{padding-top: 0;}

	.news_article a .content{
		display: -webkit-flex;
		display: flex;
	}

	.news_article a .content .date{
		color: #AAA;
		font-size: 1.3rem;
		padding-top: 2px;
	}

	.news_article a .content .ttl{
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 15px;
		margin-left: 7px;
	}

	.list_category{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.list_category li{
		width: 150px;
		color: #FFF;
		font-size: 1.1rem;
		font-family: "Hiragino Kaku Gothic Pro";
		font-weight: bold;
		text-align: center;
		padding: 2px 0 3px;
		margin: 0 15px 5px 0;
	}

	.list_category li:nth-child(2n){margin-right: 0;}

	.list_category li.kinen{background: #1D1D72;}
	.list_category li.sougou{background: #256AA0;}
	.list_category li.event{background: #489BAC;}
	.list_category li.medical{background: #528D56;}
	.list_category li.recruit{background: #F0A951;}
	.list_category li.plaza{background: #9EBF1C;}
	.list_category li.care{background: #F0D362;}
	.list_category li.info{background: #E34915;}

	/* wordpress wp_contents
	---------------------------------------------- */
	.wp_contents{
		overflow:hidden;
		line-height: 2.2;
	}

	.wp_contents p{margin-bottom:1.5em;}
	.wp_contents p:last-child{margin-bottom:0;}

	.wp_contents a{
		color: #1A1A66;
		text-decoration:underline;
	}

	.wp_contents img{
		max-width:100%;
		height:auto;
	}

	img.cl{
		width:1px !important;
		height:1px !important;
	}

/*	div.wp_contents .alignleft{float:left;}
	div.wp_contents .alignright{float:right;}
	div.wp_contents .aligncenter{
		display:block;
		margin:auto;
	}*/
	
	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration:line-through;}
	
	/*--リスト--*/
	.wp_contents ol{margin-bottom: 1em;}
	
	.wp_contents ol li{list-style: decimal inside;}
	
	.wp_contents ul{margin-bottom: 1em;}
	
	.wp_contents ul li{list-style: disc inside;}
	
	/*--テーブル--*/
	.wp_contents table{width: 100%;}

	.wp_contents table th,
	.wp_contents table td{
		padding: 10px;
		border: 1px solid #CCC;
	}

	/*--キャプション--*/
	.wp-caption{
		max-width: 100% !important;
		text-align: center;
	}

	.wp-caption + p{margin-top: 25px;}
	
	.wp-caption img{margin-bottom: 10px;}
	
	.wp-caption .wp-caption-text{
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{
		padding-top:40px;
		margin-bottom: -5px;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.wp-pagenavi span{
		background: #689DCE;
		color: #FFF;
		display: inline-block;
		padding: 9px 12px;
		margin: 0 5px 5px;
		line-height: 1;
		letter-spacing: normal;
		border: 1px solid #689DCE;
	}

	.wp-pagenavi a{
		background: #FFF;
		color: #CBD9E4;
		display: inline-block;
		padding: 9px 12px;
		margin: 0 5px 5px;
		line-height:1;
		letter-spacing:normal;
		border: 1px solid #CBD9E4;
	}

	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .pages,
	.wp-pagenavi .extend{display:none !important;}

	/* wordpress 引用
	---------------------------------------------- */
	.wp_contents blockquote{
		max-width: 100%;
		display: inline-block;
		position: relative;
		padding: 0 0 0 30px;
		color: #999;
		margin-bottom: 1.3em;
	}
	
	.wp_contents blockquote p{margin-bottom: 1.3em;}
	.wp_contents blockquote p:last-child{margin-bottom: 0;}

	.wp_contents blockquote::before{
		content: "\201C"; /*Unicode for Left Double Quote*/

		/*フォント*/
		font-family: Georgia, serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;

		/*ポジショニング*/
		position: absolute;
		left: 10px;
		top: 0;
	}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		color: #7E8489;
		font-size: 1rem;
		line-height: 1.2;
	}

	.wrap_top_inner{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 2px 0;
	}

	.wrap_top_inner h1{white-space: nowrap;}

	#header{
		background: #DDEAF4;
		z-index: 10;
	}

	.header_inner01{
		height: 44px;
		padding: 6px 0 0 15px;
	}

	.h_logo{display: inline-block;}

	.h_logo a img{width: 138.5px;}

	.nav_global,
	.h_search{display: none;}

	/* サイト内検索
	---------------------------------------------- */
	.m_search{
		width: 64%;
		background: #FFF;
		border: 1px solid #B2B2B2;
		border-radius: 3px;
		padding: 3px 10px;
		margin: 0 auto 30px;
	}

	.m_search form input{
		color: #7C7C7C;
		width: calc(100% - 18px);
		border: none;
		outline: none;
		background: #FFF;
		padding: 0 0 2px 0;
	}

	.m_search form input:-webkit-autofill,
	.m_search form input:-webkit-autofill:focus{-webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;}

	.m_search form a{display: inline-block;}

	.m_search form a img{
		width: 14px;
		vertical-align: middle;
	}

	/* メニューボタン
	---------------------------------------------- */
	.btn_menu{
		width: 20px;
		height: 20px;
		position: fixed;
		top: 23px;
		right: 15px;
		z-index: 202;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		cursor: pointer;
	}

	.btn_menu span{
		display: block;
		width: 20px;
		height: 3px;
		position: relative;
		border-radius: 50px;
		background: #689DCE;
		-webkit-transition: transform .3s, opacity .3s, background .3s;
		transition: transform .3s, opacity .3s, background .3s;
	}

	.btn_menu span::before,
	.btn_menu span::after{
		content: "";
		display: block;
		width: 20px;
		height: 3px;
		border-radius: 50px;
		background: #689DCE;
		position: absolute;
		right: 0;
		-webkit-transition: transform .3s, opacity .3s, background .3s;
		transition: transform .3s, opacity .3s, background .3s;
	}

	.btn_menu span::before{top: -8px;}

	.btn_menu span::after{top: 8px;}

	.btn_menu.on span{
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
	}

	.btn_menu.on span:before{
		-webkit-transform: rotate(90deg) translate3d(7px, 0, 0);
		transform: rotate(90deg) translate3d(7px, 0, 0);
	}

	.btn_menu.on span:after{opacity: 0;}

	/* メニュー
	---------------------------------------------- */
	/*--768pxの切替時にtransition:allが効いてしまい一瞬スマホメニューが表示されてしまうためmain_menuをPC用とSP用に分けて回避しています--*/
	.main_menu.pc{display: none;}
	
	.main_menu.sp{display: block;}

	.drawer{
		background: #F8F8F8;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all .5s;
		transition: all .5s;
		pointer-events: none;
		opacity: 0;
		z-index: 201;
	}

	.main_menu.on .drawer{
		-webkit-transform: translate(0);
		transform: translate(0);
		pointer-events: auto;
		opacity: 1;
		overflow-y: scroll;
	}

	.m_logo{padding: 20px 15px 0;}

	.m_logo{margin-bottom: 30px}

	.m_logo a img{width: 138.5px;}

	/* ナビ
	---------------------------------------------- */
	/*--nav_menu01--*/
	.nav_menu01{
		border-top: 1px solid #DDD;
		padding: 30px 15px 15px;
	}

	.nav_menu01 ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav_menu01 ul li{
		width: calc(50% - 5px);
		margin-bottom: 15px;
	}

	.nav_menu01 ul li a{
		display: block;
		position: relative;
		color: #333;
		font-size: 1.3rem;
		line-height: 1.4;
		padding-left: 20px;
	}

	.nav_menu01 ul li a::before{
		content: "";
		display: block;
		width: 13px;
		height: 13px;
		background: #C4D9EC url(../img/ico_arrow01.png) no-repeat center;
		background-size: 4px 6px;
		position: absolute;
		top: 3px;
		left: 0;
	}

	/*--nav_menu02--*/
	.nav_menu02 > ul > li{border-top: 1px solid #DDD;}

	.nav_menu02 ul li.g03,
	.nav_menu02 ul li.g05{display: none;}

	.nav_menu02 > ul > li > span{
		display: block;
		position: relative;
		color: #333;
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 30px 0 30px 40px;
	}

	.nav_menu02 > ul > li > span::before{
		content: "";
		display: block;
		width: 13px;
		height: 13px;
		background: #C4D9EC url(../img/ico_arrow01.png) no-repeat center;
		background-size: 4px 6px;
		position: absolute;
		top: 36px;
		left: 20px;
	}

	.nav_menu02 .ico{
		display: block;
		background: #8da3e0;
		width: 16px;
		height: 2px;
		position: absolute;
		top: 38px;
		right: 15px;
		-webkit-transition: transform .3s;
		transition: transform .3s;
	}

	.nav_menu02 .ico::before{
		content: "";
		display: block;
		width: 16px;
		height: 2px;
		background: #8da3e0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: transform .3s;
		transition: transform .3s;
	}

	.nav_menu02 .ico.on{transform: rotate(180deg);}

	.nav_menu02 .ico.on::before{transform: rotate(180deg);}

	/*--nav_sub--*/
	.nav_sub{
		display: none;
		border-top: 1px dotted #DDD;
		padding: 20px 20px 8px;
		-webkit-transition: transform .5s;
		transition: transform .5s;
	}

	.nav_sub .ttl_menu{display: none;}

	.nav_sub ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.nav_sub ul li{
		width: calc(50% - 5px);
		margin-bottom: 12px;
	}

	.nav_sub ul li a{
		display: block;
		position: relative;
		color: #333;
		font-size: 1.3rem;
		line-height: 1.4;
		padding-left: 10px;
	}

	.nav_sub ul li a::before{
		content: "";
		display: block;
		width: 4px;
		height: 6px;
		background: url(../img/ico_arrow01.png) no-repeat center;
		background-size: 4px;
		position: absolute;
		top: 6px;
		left: 0;
	}

	/*--nav_tel--*/
	.drawer .nav_tel{
		border-top: 1px solid #DDD;
		padding: 30px 15px 60px;
	}

	.drawer .nav_tel ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.drawer .nav_tel ul li{
		width: calc(33% - 10px);
		border: 1px solid #C4D9EC;
	}

	.drawer .nav_tel ul li a img{width: 100%;}

	.drawer .nav_tel ul li a{
		display: block;
		position: relative;
		height: 100%;
		padding-top: 35px;
	}

	.drawer .nav_tel ul li a span{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #333;
		font-size: 1.2rem;
		text-align: center;
		height: 100%;
		padding: 10px 5px;
	}

	.drawer .nav_tel ul li a::before,
	.drawer .nav_tel ul li a::after{
		content: "";
		display: block;
		width: 50%;
		height: 35px;
		position: absolute;
		top: 0;
	}

	.drawer .nav_tel ul li a::before{
		background: #C4D9EC url(../img/ico_tel02.png) no-repeat right center;
		background-size: 9px 16px;
		left: 0;
	}

	.drawer .nav_tel ul li a::after{
		background: #C4D9EC url(../img/ico_arrow03.png) no-repeat 5px center;
		background-size: 5px 9px;
		right: 0;
	}


	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #F8F8F8;
		padding: 70px 15px 15px;
		border-top: 10px solid #C4D9EC;
	}

	.footer_inner01{display: none;}

	.footer_l{margin-bottom: 30px;}

	.f_medicalnote{
		width: 34.8%;
		max-width: 200px;
		margin: 0 auto;
	}

	.f_medicalnote a{display: block;}

	.f_medicalnote a img{width: 100%;}

	.f_small{
		color: #888;
		font-size: 1rem;
		line-height: 1;
		text-align: center;
	}

	/* ロゴ
	---------------------------------------------- */
	.f_logo{
		width: 64.21%;
		max-width: 300px;
		margin: 0 auto 25px;
	}

	.f_logo a{display: block;}

	.f_logo a img{width: 100%;}

	/* ナビ
	---------------------------------------------- */
	/*--nav_tel--*/
	#footer .nav_tel{margin-bottom: 70px;}

	#footer .nav_tel ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#footer .nav_tel ul li{
		background: url(../img/ico_tel01.gif) no-repeat left 5px;
		background-size: 13px;
		font-size: 1.2rem;
		padding: 0 10px 0 20px;
	}

	#footer .nav_tel ul li:last-child{
		background: none;
		padding: 0;
	}

	#footer .nav_tel ul li a{
		display: block;
		color: #256A9F;
		font-family: 'Noto Serif JP';
		font-weight: bold;
	}

	/*--nav_sns--*/
	.nav_sns{margin-bottom: 15px;}

	.nav_sns ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: center;
	}

	.nav_sns ul li{
		width: 30px;
		margin-right: 15px;
	}

	.nav_sns ul li:last-child{margin-right: 0;}

	.nav_sns ul li a{display: block;}

	.nav_sns ul li a img{width: 100%;}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 1;
		opacity: 0;
		transition: opacity .3s, bottom .3s;
		cursor: pointer;
	}
	
	#pagetop img{width: 100%;}

	#pagetop.pagetop_show{opacity: 1;}

	#pagetop.pagetop_bottom{bottom: 30px;}

	/* reCAPTCHA
	---------------------------------------------- */
	.grecaptcha-badge{bottom: 60px !important;}


}/*--@media--*/



@media screen and (max-width:359px){
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* 記事
	---------------------------------------------- */
	.list_category li{
		width: 140px;
		font-size: 1rem;
		margin-right: 10px;
	}
	
	
}/*--@media--*/


