@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2.1
*/

/*
色一括変換用
メインカラー（濃いめ）#c3eb75
サブカラー（濃いめ）#c3eb75
背景カラー（薄目）　#e9f3fb
文字カラー（） #000;

*/

/*==========================
	投稿（ブログ、新着情報）
==========================*/

.entry-block {/* 一投稿を囲むブロック */
	padding-bottom:1.5em;
	margin-bottom: 2em;
	border-bottom:1px dotted #ccc;
}

.entry-block .dateBlock {/* 日時 */
	color:#000;
	font-size:13px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/

#aside .menu-blog {
	padding:10px 10px 20px;
	box-sizing:border-box;
	margin-top:1em;
	background:#e9f3fb;
}
#aside .menu-blog h3 {
	border-bottom:1px dotted #ccc;
	color: #1a1a1a;
	font-size:18px;
	padding:0.6em 0 0.7em ;
	text-align:center;
	margin-bottom:0.8em;
	letter-spacing:0.12em;
}
#aside .menu-blog li { font-size:11px;}
#aside .menu-blog li a {
	position:relative;
	padding-left:1em;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#aside .menu-blog li a:hover {
	color:#c3eb75;
	text-decoration:none;
}
#aside .menu-blog li a::after {
	position:absolute;
	content:"";
	top:0.5em;
	left:0.3em;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#c3eb75;
}

/*-- ページネーション ------------*/

.pager {
	font-size:88%;/*14px*/
	margin-bottom:3em;
}
.pager span.current,
.pager a {
	display:inline-block;
	margin-right:5px;
	width:25px;
	height:25px;
	line-height:25px;
	background:#fff;
	text-decoration:none;
	color:#c3eb75;
	text-align:center;
}
.pager a:hover {
	background:#ccc;
	color:#fff;
}
.pager span.current {/* 今のページ */
	background:#ccc;
	color:#fff;
}

/*==========================
	画像
==========================*/

img {
	height:auto;
	vertical-align:bottom;
	max-width:100%;
	max-height:100%;
}
.mainblock img { max-width:100%;}

/* 真ん中寄せ */
.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 小さい画像に対応 */
.img_size img,img.img_size {
	width:auto !important;
}

/*==========================
	見出し
==========================*/

/* H2タイトル -------------*/
.page-title {
	overflow:hidden;
	position:relative;
	background:url(img/h1.jpg) no-repeat center;
	text-align:center;
	padding:4.5em 0;
}
.page-title h2 {
	 color:#fff;
	 font-weight: bold;
	font-size:36px;
	letter-spacing:0.06em;
	font-weight:bold;
	position:relative;
	line-height:1.4em;
}



/*-- H3 ------------*/

.post-type-page h3,
.under h3 {
    color: #333333;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 50px 0 0;
    margin-bottom: 1em;
    position: relative;
    text-align: center;
    margin-top: 1.8em;
    border-radius: 0;
		position: relative;
}
.post-type-page h3:before, .under h3:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/h2_icon003.png") no-repeat center/cover;
  width: 41px;
  height: 35px;
  margin: auto;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
/* .post-type-page h3:after, .under h3:after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/h2_icon002.png") no-repeat center/cover;
  width: 302px;
  height: 4px;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
} */
.post-type-page h3::before,
.under h3::before {
}
.post-type-page h3::after,
.under h3::after {
}
.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type {
	margin-top:0;
}

.post-type-page .h3_bg h3 {
}

/*-- H4 投稿タイトル ------------*/

.entry-block h3 ,
.mce-content-body h4,
.under h4 {
		color: #333333;
		padding: 0;
    font-size: 24px;
    letter-spacing: 0.06em;
    position: relative;
    line-height: 1.4em;
		font-weight: bold;
		/* padding-left: 15px; */
    margin-bottom: 1em;
    margin-top: 1.8em;
		padding-bottom: 14px;
}
.entry-block h3 .subtitle,
.mce-content-body h4 .subtitle,
.under h4 .subtitle {
	color:#333;
	font-size:14px;
	padding-left:0.6em;
}
.entry-block h3::before,
.mce-content-body h4::before,
.under h4::before ,
.entry-block h3::after,
.mce-content-body h4::after,
.under h4::after {
		position:absolute;
		content:"";
		display: block;
		top:auto;
    bottom:0;
    margin: auto;
		left:0;
		right: 0;
		width: 100%;
		height: 3px;
		background: url("img/h4_icon001.png") no-repeat center / cover;
}
.entry-block h3::before,
.mce-content-body h4::before,
.under h4::before {

}
.entry-block h3::after,
.mce-content-body h4::after,
.under h4::after {
}

.mce-content-body div.h3 + h4,
div.h3 + h4 {
	margin-top:0;
}
.mce-content-body .top01 h4 {
	border:inherit;
	text-align:inherit;
}

/* 投稿タイトルのみ */
.entry-block h3 {
	font-size:18px;
	margin-top:0;
}
.entry-block h3 a {
	color:#333;
	text-decoration:none;
}
.entry-block h3 a:hover {
	color:#40352f;
}

/*-- H5 ------------*/

.mce-content-body h5,
.under h5 {
	font-size:22px;
	display:table;
	color:#a07c4a;
	position:relative;
	padding:0;
    padding-left:15px;
	line-height:1.4em;
	border-radius:3px;
	margin-bottom:1em;
	margin-top:1.2em;
	padding: 10px 0 10px 15px;
	color: #0078b0;
	font-weight: bold;
}
.mce-content-body h5::before,
.under h5::before {
		content: '';
		display: block;
		position: absolute;
		background: url("img/h5_icon001.png") no-repeat center / cover;
		width: 32px;
		height: 48px;
		margin: auto;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
		z-index: -1;
}
.under h4 + h5,
.under div.h4 + h5 {
	margin-top:0 !important;
}

/*-- H6 ------------*/

.post-type-page h6,
.under h6 {
	font-size:20px;
  font-weight: bold;
	line-height:1.4;
	margin-bottom:0.5em;
	margin-top:20px;
	overflow:hidden;
	color:#009e7c;
	position:relative;
	display: inline;
	width: 100%;
	border: 2px solid #009e7c;
	font-weight: bold;

	padding: 5px 1em 5px 1em;
}
/* .post-type-page h6:before,
.under h6:before{
    content: "";
    width:14px;
    height: 14px;
    border-radius: 50%;
    background: #007eeb;
    position: absolute;
    left:0;
    top:7px;
} */
/*-- 数字付きの見出し ------------*/
.number {
display: inline-block;
    vertical-align: baseline;
    font-size: 76%;
    padding: 0.2em 0.5em 0.1em;
    margin-right: 0.4em;
    background: url("img/title_bg001.jpg") no-repeat center / cover;
    color: #fff;
		font-weight: bold;
    margin-bottom: 0.2em;
    line-height: 1.4;
}
.number_title .number {

}
h3.number_title .number {
	font-size:175%;
	font-style:italic;
	color:#c3eb75;
	background:none;
	padding:0;
	margin:0 0.3em 0 0;
	position:relative;
}
h3.number_title .number::after {
	content:"."
}
h4.h4_num,
h4.number_title{
	background:none!important;
	    padding-left: 0!important;
}
h4.h4_num:before{
    display: none;
}
h4.number_title .number {
	font-size:20px;
	font-weight: bold;
	color:#c3eb75;
	background:none;
	padding:0;
	margin:0 0.3em 0 0;
	position:relative;
}
.title_number:before, .title_number:after {
  display: none !important;
}

.mce-content-body h5.number_title,
.under h5.number_title {
	border:none;
	margin-bottom:0.5em;
}

/*-- title ------------*/
p.title,
.title p{
    font-size: 24px;
    font-weight:700;
    color: #007eeb;
    margin: 0 0 10px;
    line-height: 1.6;
}

/*==========================
	リスト
==========================*/
/*.page-list{
	padding:25px 25px 15px;
	background:url(img/contact_bg.png);
}*/
.page-list{
    display: flex;
    flex-wrap: wrap;
     -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	border: 1px solid #dfe9ee;
	padding: 25px 0px;
}
.page-list li{
	/* width: 50%; */
    /* flex: 0 0 32%; */
    /* margin: 0 0 10px!important;
    display: block!important;
    float: none!important;
    width: auto!important;
    padding: 0!important; */
}
/* .page-list li:not(:nth-of-type(3n)){
    margin-right:2%!important;
} */
 .page-list li a {
		text-decoration: none!important;
    color: #0078b0!important;
    padding: 0.7em 3.2em 0.7em 1.5em;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
    transition: .6s;
    line-height: 1.3;
    height: 100%;
    display: flex;
    align-items: center;
		border: 1px solid #0078b0;
		position: relative;
		border-radius: 50px;
		font-weight: bold;
}

 .page-list li a:before {
	 border: 6px solid transparent;
	 transform: rotate(-90deg);
	 content: '';
	 position: absolute;
	content: "";
	width: 0;
	height: 0;
	 right: 5%!important;
	 left: auto!important;
	 top: 0!important;
	 bottom: 0!important;
		border-top: 8px solid #0078b0!important;
		z-index: 1;
		margin: auto!important;
 }
 .page-list li a:hover:before {
	 border-top: 8px solid #fff!important;
 }

 .page-list li a:hover {
	 color: #fff!important;
	 background: #0078b0;
 }

.page-list li:before{
	display: none!important;
    /* right: 5%!important;
		left: auto!important;
		top: 0!important;
		bottom: 0!important;
		 border-top: 8px solid #968772!important;
		 z-index: 1;
		 margin: auto!important; */
}
/*-- UL ------------*/

/* ul01 */
.ul01 {
	margin-bottom:1em;
}
.ul01 li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.5em;
	box-sizing:border-box;
}
.ul01 li::before {
	position:absolute;
	content:"";
	width:0.5em;
	height:0.5em;
	background:#009e7c;
	border-radius:50%;
	top:0.58em;
	left:0.35em;
}

/* ul02 */
.ul02 {
	margin-bottom:1em;
}
.ul02 li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.7em;
	box-sizing:border-box;
}
.ul02 li::before {
	position:absolute;
	content:"";
	width:0.5em;
	height:0.5em;
	border:3px solid #c3eb75;
	border-radius:50%;
	top:0.38em;
	left:0.38em;
}

/* ul_check チェックのリスト */

.ul_check,.ul_arrow {
	margin-bottom:1em;
}
.ul_check li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.8em;
}
.ul_check li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    background: url(img/icon_check.png) no-repeat;
    width: 19px;
    height: 20px;
}
/*ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
 z-index: 10;
}*/

/* ul_arrow 右向き三角のリスト */

.ul_arrow li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.2em;
}
@media screen and  ( max-width : 767px ) {
	.float-list li {
		padding: 0 10px;
	}
}
.ul_arrow li:before {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	top: 10px;
	left: 7px;
	margin: 0px 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #009e7c;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}
.ul_arrow li a { text-decoration:none;color:#009e7c;}
.ul_arrow li a:hover { text-decoration:underline;}

/*-- OL ------------*/

ol.ol01 { margin-bottom:1.2em;}
ol.ol01 li {
	position:relative;
	margin-bottom:0.4em;
}

ol.ollist { margin-bottom:1.2em;}
ol.ollist li{
 margin-bottom: 0.5em;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: ollist;
}
ol.ollist li:before{
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */

ol.ol_decimal { margin-bottom:1.2em;}
ol.ol_decimal {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}

ol.ol_decimal > li {
 position: relative;
 margin-bottom: 0.5em;
 padding-left: 2.5em;
}
ol.ol_decimal > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #c3eb75;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}

/*-- 横並びリスト ------------*/

.float-list {
	overflow:hidden;
}
.float-list li {
	margin-bottom:0.5em;
}


/*==========================
	テーブル
==========================*/

/*-- 診療時間表 ------------*/
.time-table {
	width:100%;
    margin: 0 auto 0.5em;
    font-weight: 700;
}
.time-table th,.time-table td {
	text-align:center;
	font-weight:normal;
	padding:2px 5px;
	font-size: 16px;
}
.time-table th {
	background:#fff;
}
.time-table thead th {
	background:#0078b0;
	color:#fff;
        padding:5px 5px;
}
.time-table thead th:first-child{
    color:#fff;
}
.time-table td {
	background:#fff;
    font-weight:700;
}
.time-table tbody th:first-child{
    color:#333;
}
.time-table tbody th{
}
.time-table tbody tr{
    border-bottom:1px solid #d8dee4;
}
.ao{
    color:#007eeb;
}
.midori{
    color:#9dd335;
}
.time-table + p{
}


/*-- 診療時間表下層 ------------*/
.time-table2 {
	width:100%;
    margin: 0 auto 0.5em;
    font-weight: 700;
}
.time-table2 th,.time-table2 td {
	text-align:center;
	font-weight:normal;
	padding:10px 5px;
	font-size: 16px;
}
.time-table2 th {
	background:#fff;
}
.time-table2 thead th {
	background:#0078b0;
	color:#fff;
        padding:10px 5px;
				font-weight: bold;
}
.time-table2 thead th:first-child{
    color:#fff;
}
.time-table2 td {
	background:#fff;
    font-weight:700;
}
.time-table2 tbody th:first-child{
    color:#333;
}
.time-table2 tbody th{

}
.time-table2 tbody tr{
    border-bottom:1px solid #d8dee4;
}
.ao{
    color:#007eeb;
}
.midori{
    color:#9dd335;
}
.time-table2 + p{
}



/*-- 基本のテーブル ------------*/
.table01 {
	width:100%;
	margin-bottom:2em;

}
.table01 th,
.table01 td {
	padding:16px 20px 16px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #dbdbdb;
    border-top:1px solid #dbdbdb;
}
.table01 th {
    border-top:1px solid #0078b0;
	border-bottom:1px solid #0078b0;
	padding-right:10px;
     color:#0078b0;
}

.table02 {
	width:100%;
	margin-bottom:2em;
}
.table02 th,
.table02 td {
	padding:10px 0 8px;
	text-align:left;
	vertical-align: top;
	font-size: 16px;
	/* border-bottom:1px solid #d5dbe0; */
}
.table02 th {
	padding-right:0;
  color:#009d7d;
  width: 4em;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.table02 th:after {
	content: '';
	position: absolute;
	background: #d5dbe0;
	width: 1px;
	height: 80%;
	margin: auto;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
}

.table02 td {
	padding-left: 1.5em;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
	width:100%;
	margin-bottom:1.5em;
}
.border-table thead th {
	background:#009e7c;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
.border-table th,
.border-table td {
	text-align:left;
	font-weight:normal;
	padding:12px 8px;
	border:1px solid #ccc;
}
.border-table tbody th {
	background: #f5fcf8;
	vertical-align:middle;
}
.border-table td {
	text-align: right;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
	width:100%;
	margin-bottom:1.5em;
}
.fee-table th,
.fee-table td {
	text-align:left;
	font-weight:normal;
	padding:12px 8px;
	border:1px solid #ccc;
}
.fee-table thead th {
	background:#f3f5f7;
	color:#007eeb;
	text-align:center;
}
.fee-table tbody th {
}
.fee-table tbody td {
	text-align:right;
}

/*==========================
	DL
==========================*/

/*--  ------------*/
dl.dl01 { margin-bottom:0.5em;}
dl.dl01 dt {
	margin-bottom:0.5em;
	padding:0.4em 0.6em;
	position:relative;
	display:inline-block;
	line-height:1.4em;
	color:#fff;
	background:#e9f3fb;
}
dl.dl01 dd {
	margin-bottom:1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
	font-size:117%;
	color:#222;
	font-weight:normal;
	position:relative;
}
dl.dl_number dd {
	padding-left:2em;
	margin-bottom:1.2em;
}
.dl_number .number {
	display:inline-block;
	vertical-align:baseline;
	font-size:15px;
	padding:0.2em 0.6em 0.1em;
	margin-right:0.5em;
	background:#999;
	color:#fff;
	border-radius:3px;
	margin-bottom:0.2em;
	line-height:1.4;
}

/*==========================
	ボックス
==========================*/

/*-- 基本のブロック ------------*/
.block {
	margin-bottom:2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
	margin-bottom:2em;
	/*padding:0 10px;*/
}
.block > .block-inner:last-child { margin-bottom:0;}

/*-- ボーダー付きブロック ------------*/
.border-block {
	box-sizing:border-box;
	padding:5% 6% 3%;
	border:5px solid #e9f3fb;
	margin-bottom:2.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
	box-sizing:border-box;
	padding:5% 6% 3%;
	background: #e9f3fb;
	margin-bottom:2.2em;
	overflow:hidden;
	border-radius:0;
}
.border-block h4:first-child,
.bg-block h4:first-child,
.border-block h5:first-child,
.bg-block h5:first-child {
	margin-top:0 !important;
}
.border-block ul:last-child {
	margin-bottom:0 !important;
}
.border-block h4,
.bg-block h4{
background: url(img/title_icon.png) no-repeat left 12px;
    padding: 0 0 14px;
    border: none;
}
.bg-block h4::before{
}
/*-- before after ------------*/
.ba-block {
	background:url(img/arrow_r.svg) no-repeat center 50%;
	background-size:3%;
	margin-bottom:10px;
	font-size:92%;
}
.ba-block .before {
	float:left;
	width:47%;
	position:relative;
}
.ba-block .after {
	float:right;
	width:47%;
}
.ba-block img {
	display:block;
	margin:0 auto 10px;
}
.batitle {
	text-align:center;
	font-size:15px;
	color:#999;
	margin-bottom:0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
box-sizing: border-box;
    padding: 5% 6% 3%;
    border: 5px solid #dcedf5;
    margin-bottom: 4em;
    position: relative;
}
.block-inner .flow-block {padding:0 0 1em;}
.flow-block::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	bottom: 0;
	right: 50%;
	margin: 0 -40px -100px 0;
    border: 40px solid transparent;
    border-top: 35px solid #75a5bc;
}
.flow-block.last::after,
.block > .flow-block:last-child::after,
.block-inner > .flow-block:last-child::after {
	display:none;
}
.flow-block h4{
    border:none;
    margin-top:0;
    padding-bottom: 0;
}
/*-- Q&A ------------*/
.qa-block {
    margin-bottom: 1.8em;
    padding-top: 1.8em;
    border-bottom: 1px solid #adadad;
    position: relative;
}
.mce-content-body .qa-block h4, .qa-block h4 {
    padding:6px 20px 6px 2.8em!important;
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    position: relative;
    color: #3c2e29;
    font-size:20px;
		background:none;
    font-weight: normal;
    position: relative;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
		right: auto;
    background: #e9f2fb;
    height: 40px;
    width: 40px;
    margin-top: -0.15em;
    border: none;
    transform: none;
		border-radius: 50%;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
    position: absolute;
    content: "Q";
    font-size: 26px;
		top: -29px!important;
		left: 8px!important;
    color: #0078b0;
		font-family: Arial, Helvetica, "sans-serif";
font-weight:700;
    border: none;
    transform: none;
		background: none;
}
.qa-block .answer {
    padding: 7px 0 1.5em 3.2em!important;
    position: relative;
    margin-top: 20px;
}
.answer::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0px;
    background: #e1f9eb;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 0.1em;
}
.answer::after {
    position: absolute;
    content: "A";
    font-size:26px;
        top: 5px;
    left: 11px;
    color: #009e7c;
    border: none;
        font-family: Arial, Helvetica, "sans-serif";
font-weight:700;
}
.qa-block .answer p {
    margin: 0;
}

.answer p {
    padding: 0px 0 12px 5px;
}

/*--  ------------*/
.qa-block h4:hover{
    cursor:pointer;
}
.qa-block:before,
.qa-block:after {
  position: absolute;
  content: '';
  top: 5.2rem;
  right: 0;
  background: #009e7c;
  border-radius: 1px;
      width: 15px;
    height: 3px;
}
.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}
.qa-block.open::after {
  transform: rotate(0);
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	border-top:1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
	padding:10px 5px;
}
.wpcf7 dl dt {
	clear:both;
	float:left;
}
.wpcf7 dl dd {
	padding-left:14em;
	border-bottom:1px dashed #ccc;
}
.wpcf7 .mf {
	font-size:80%;
	color:#EA0000;
	padding-left:3px;
}
.wpcf7 .ex,
.wpcf7 .subtxt {
	font-size:88%;
	color:#999;
	line-height:1.4em;
	display:inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
	font-size:78%;
	color:#f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size:76%;
	color:#af2223;
}
.wpcf7 dl dd input {
	max-width:90%;
	width:500px;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
	width:auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
	display:block;
}

.mainblock .wpcf7 dl dd p {
	margin-bottom:0;
}

.wpcf7 dl dd textarea {
	max-width:90%;
	width:500px;
}

.wpcf7 dl dd .wpcf7-list-item { margin-right:10px;}

.wpcf7 .btn-style {
	text-align:center;
}
.wpcf7 .btn-style input {
	width:120px;
	font-size:16px;
	padding:0.4em;
}
.btn-style input:hover {
	cursor:pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
	padding:0;
}
#menu-sitemap li {
	padding:0.8em 0.2em 0.7em 1.1em;
	position:relative;
	border-bottom:2px dotted #eee;
	vertical-align:top;
}
#menu-sitemap li::after {
	display: block;
	content: "";
	position: absolute;
	width: 0.3em;
	height: 0.3em;
	top: 1.4em;
	left: 0.1em;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-sitemap li ul li {
	border-bottom:none;
	padding-bottom:0;
}
#menu-sitemap li a {
	text-decoration:none;
	color:#000;
}
#menu-sitemap li a:hover {
	color:#c3eb75;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
	margin-bottom:20px;
}
.gallery li img {
	margin-bottom:5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
	position: relative;
	padding-bottom: 40%; /*縦横比*/
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
	width:600px;
	max-width:100%;
	margin:0 auto 20px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}

/*==========================
	汎用
==========================*/

.color01 {	color: #c3eb75;}
.color02 { color:#c3eb75;}
.attention { color:#9c0601;}

.bgcolor01 { background-color:#e9f3fb; padding:0 0.3em;}

.font-big { font-size:120%;}
.font-small { font-size:82%;}

.fl {float:left !important;}
.fr {float:right !important;}

.tac { text-align:center;}
.tal { text-align:left}
.tar { text-align:right;}
.mt0 { margin-top:0 !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
    margin-top: -60px;
    padding-top: 60px;
}
.bold{font-weight:700;}
.name{text-align: right;
font-weight:700;}
/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */
/*==========================
	画像
==========================*/
/* img float */

#tinymce img.alignright,
#tinymce img.alignleft,
.mainblock img.alignright,
.mainblock img.alignleft  {
	max-width:34%;
}
.mainblock .alignright {
	float:right;
	margin:0 0 10px 2%;
}
.mainblock .alignleft {
	float:left;
	margin:0 2% 10px 0;
}

/*==========================
	リスト
==========================*/

.float-list {
	overflow:hidden;
}
.float-list li {
	float:left;
	box-sizing:border-box;
	margin:0 1.2em 0.5em 0;
}
.float-list2 li {
	display:inline-block;
	width:50%;
	margin:0 0 0.5em 0;
	padding-right:0.8em;
}
.float-list2 li:nth-shild(2n) {
	padding-right:0;
	padding-left:0.8em;
}
.float-list3 li {
	display:inline-block;
	width:33.3%;
	margin:0 0 0.5em;
	padding-right:0.8em;
}
.float-list3 li:nth-shild(3n) {
	padding-right:0;
	padding-left:0.8em;
}

.float-list3 li.no-float {
	float:none;
	margin:0 0 0.5em;
	width:auto;
}

/*==========================
	ブロック
==========================*/

/*-- 横ならびbox -----------*/

.box2 {/* 横並び　X2 */
	display:inline-block;
	margin:0 0.5% ;
	width:48%;
	box-sizing:border-box;
	vertical-align:top;
}
.box3 {/* 横並び　X3 */
	display:inline-block;
	margin:0 0.5% ;
	width:31%;
	box-sizing:border-box;
	vertical-align:top;
}
.box4 {/* 横並び　X4 */
	float:left;
	margin:0 1%;
	width:23%;
	box-sizing:border-box;
	vertical-align:top;
}
.box5 {/* 横並び　X5 */
	float:left;
	margin:0 1%;
	width:18%;
	box-sizing:border-box;
	vertical-align:top;
}

/*==========================
	汎用
==========================*/

#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19,#a20 {


}

br.pc { display:inline;}
br.sp2 { display:none;}

.con_l { float:left;}
.con_c { float:left;}
.con_r { float:right;}

.w25 { width:25%;}
.w35 { width:35%;}
.w40 { width:40%;}
.w48 { width:48%;}
.w56 { width:56%;}
.w60 { width:60%;}
.w62 { width:62%;}

.mw500p { max-width:500px !important;}

}

@media screen and (min-width: 768px)  and (max-width: 768px) {
/*sitemap*/
#menu-sitemap li::after {
    top: 1.55em;
}
}

@media screen and (max-width: 767px) {/* スマホ */

/*==========================
	投稿（ブログ、新着情報）
==========================*/
#aside .menu-blog { margin-bottom:2em;}

/*==========================
	画像
==========================*/
.alignright ,
.alignleft {
	float: none;
	margin:0 auto 20px;
	display:block;
}

/*==========================
	見出し
==========================*/
.page-title {
    padding: 2em 0;
    background-position: 80% top;
}
.page-title h2 {
	font-size:20px;
}

.post-type-page h3,
.mainblock h3 {
		font-size:24px;
    background-size: 50px;
    padding-left: 60px;
}
.entry-block h3 {
    font-size: 22px;
}
.post-type-page h4,
.mainblock h4 {
	font-size:20px;
}
.post-type-page h5,
.mainblock h5 {
font-size: 19px;
    background-size: 31px;
    padding-left: 40px;
}
.post-type-page h6,
.mainblock h6 {
font-size: 18px;
}

h3.number_title .number { font-size:140%; margin-right:0;}
.catch_title {
	line-height:1.4em;
	font-size:18px;
	letter-spacing:0.05em;
}

.title {
    font-size: 19px;
}

/*==========================
	ブロック
==========================*/

/* 横ならびbox */
.box2,.box3,.box4 {
	margin-bottom:20px;
}

/*-- before after ------------*/
.ba-block {
	background:none;
	margin-bottom:10px;
	font-size:92%;
}
.ba-block .before,
.ba-block .after {
	float:none;
	width:100%;
}
.ba-block .before {
	padding-bottom:40px;
	background:url(img/arrow_b.svg) no-repeat center bottom;
	background-size:50px auto;
	margin-bottom:20px;
}

/*==========================
	お問い合わせ
==========================*/
.wpcf7 dl dt {
	float:none;
	margin-bottom:0em;
	padding-bottom:2px;
}
.wpcf7 dl dd {
	padding-left:5px;
	padding-top:5px;
}
.wpcf7 dl dd input,
.wpcf7 dl dd textarea {
	padding:5px 2px;
	border:1px solid #ccc;
	box-shadow:none;
	-webkit-appearance: none;
	max-width:100%;
	width:100%;
	box-sizing:border-box;
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap li::after {
    top: 1.5em;
}

/*==========================
	googlemap
==========================*/
.googlemap {
padding-bottom: 60%; /*縦横比*/
}

/*==========================
	汎用
==========================*/
    .page-list{
        display: block;
    }
    .page-list li:not(:nth-of-type(3n)),
    .page-list li{
        flex: 100%;
        margin-right: 0!important;

    }
.con_l { margin-bottom:1em;}

}

@media screen and (max-width: 480px) {
.qa-block .answer {
    margin-left: 10px;
    }
.post-type-page h3,
.mainblock h3 {
}
/* 時間表 --------------------*/
.time-table th,
.time-table td { font-size:75%; padding:5px 2px;}

/* googlemap --------------------*/
.googlemap { padding-bottom:60%}

}
@media screen and (max-width: 320px) {

}

/* ------------------------------ */

.ao {
	color: #009e7c;
}

.yellow {
	color: #fff000;
}

.text-center {
	text-align: center!important;
}



@media screen and (min-width: 768px) {
  .row {
    padding-bottom: 0;
		display: flex;
  }

  .col {
    display: block;
    float: left;
    width: 100%;
  }

  .gutters .col {
    margin-left: 2%;
  }

  .span_1 {
    width: 8.3333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }

  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
  .row:after {
    content: "";
    clear: both;
    display: block;
  }

  .row:not(:last-child) {
    margin-bottom: 4%;
  }

  .col {
    float: none;
  }
  .col:not(:first-child) {
    margin-left: 2% !important;
  }

  .col:not(:last-child) {
    margin-bottom: 3%;
  }

  .col {
    float: left;
  }

  .reverse > .col {
    float: right;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }

  .col.offset_1 {
    margin-left: 8.3333333333%;
  }

  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }

  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }

  .col.offset_2 {
    margin-left: 16.6666666667%;
  }

  .gutters .col.offset_2 {
    margin-left: 19%;
  }

  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }

  .col.offset_3 {
    margin-left: 25%;
  }

  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }

  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }

  .col.offset_4 {
    margin-left: 33.3333333333%;
  }

  .gutters .col.offset_4 {
    margin-left: 36%;
  }

  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }

  .col.offset_5 {
    margin-left: 41.6666666667%;
  }

  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }

  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }

  .col.offset_6 {
    margin-left: 50%;
  }

  .gutters .col.offset_6 {
    margin-left: 53%;
  }

  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }

  .col.offset_7 {
    margin-left: 58.3333333333%;
  }

  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }

  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }

  .col.offset_8 {
    margin-left: 66.6666666667%;
  }

  .gutters .col.offset_8 {
    margin-left: 70%;
  }

  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }

  .col.offset_9 {
    margin-left: 75%;
  }

  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }

  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }

  .col.offset_10 {
    margin-left: 83.3333333333%;
  }

  .gutters .col.offset_10 {
    margin-left: 87%;
  }

  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }

  .col.offset_11 {
    margin-left: 91.6666666667%;
  }

  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }

  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }

  .col.offset_12 {
    margin-left: 100%;
  }

  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }

  .reverse > .col.break {
    margin-left: 0;
  }

  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }

  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex:after {
    content: none !important;
  }
  .d-flex > .col {
    float: none !important;
  }
  .d-flex > .col:after {
    content: none !important;
  }

  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-row-reverse > .col {
    margin-left: 0 !important;
  }

  .align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body.home .dsp-under-only {
  display: none;
}
body:not(.home) .dsp-home-only {
  display: none;
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}
.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}
.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}
.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}
.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}
.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}
.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}
.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}
.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}
.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}
.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}
.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}
.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}
.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}
.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}
.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}
.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}
.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}
.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}
.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}
.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}
.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}
.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}
.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}
.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}
.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}
.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}
.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}
.mar0 {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}


.text-large {
  font-size: 18px;
  font-weight: bold;
  color: #0078b0;
  border-bottom: 2px solid #0078b0;
	 line-height: 50px;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;

  }
}


body:not(.home) #footer {
	 border-top: 2px solid #0078b0;
}

@media screen and (max-width: 767px) {
	.post-type-page h3, .mainblock h3 {
	    padding-left: 0px;
	}
}

@media screen and  ( max-width : 767px ) {
	.ajax-loader {
		display: none!important;
	}
}
