@charset "utf-8";
/* CSS Document */
/* 追加分 */
.txt_bold {
	font-weight: bold;
}
.subtitle {
	display: inline-block;
	width: 7em;
	padding-left: 1.2em;
}
.basicOl li {
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
.basicUl li {
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
.w065 {
	width: 65% !important;
}
.box_hight{display:flex; flex-direction: column;align-content: space-between;}

.img_pos img {
	margin: 8px 0px 3px;
}
.img_posA{position: absolute; left: 535px; top: 82px;}
.icon-flower:before {
	content: "\e908";
}

 span.newIcon::after{
  display        : inline-block;       /* インラインボックス定義  */
  content        : "NEW";              /* 表示する文字            */
  color          : #ff0000;            /* 文字色                  */
  font-weight    : bold;               /* 太字                    */
  font-size      : 10pt;               /* ベースの文字サイズ      */
  letter-spacing : -1px;               /* 文字間隔詰め            */
  line-height    : 1;                  /* 1行の高さ               */
  vertical-align : top;                /* 基準の高さ位置          */
  margin         : 0;                  /* 外余白なし              */
  padding        : 2px;                /* 反転時の内余白          */
  transform      : scale(0.9)          /* 文字サイズ変更          */
                   translateX(2%)     /* 横位置調整              */
                   translateY(24%);    /* 縦位置調整              */
                                       /* ブリンクのアニメ指定    */
  animation:newIcon 1.5s ease-in-out infinite alternate;

}

/***************************サークル***********************************/
.circle_wrap {
	margin-bottom: 10px;
}
.circle_wrap p {
	padding-left: 120px;
	display: block;
}
.circle_wrap p::after{ content: " ";
	display: block;

color: aqua;}
.circle {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FF9A2A;
	text-align: center;
	line-height: 100px;
	float: left;
	margin-right: 1em;
	color: #fff;
	font-weight: bold;
	font-family: 'icomoon';
}
/***************************　divリンク 矢印付き　***********************************/
.linkbox {
	display: inline-block;
	padding: 5px;
	background: #FFF08B;
	border-radius: 5px;
	border: #F4B131 solid 1px;
}
.linkbox a {
	text-decoration: none;
}
.linkbox:before {
	color: #FD8F3B;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	content: "\e907";
	padding-right: 5px;
}

/***************************横並び定義リスト***********************************/
dl.rowList {
	overflow: hidden;
	zoom: 1;
	line-height: 1.5em;
}
dl.rowList dt {
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.rowList dd {
	padding: 0 0 8px 120px;
}
dl.rowList_80 dt {
	width: 80px;
}
dl.rowList_80 dd {
	padding: 0 0 8px 90px;
}
dl.rowList_100 dt {
	width: 100px;
}
dl.rowList_100 dd {
	padding: 0 0 8px 110px;
}
dl.rowList_150 dt {
	width: 150px;
}
dl.rowList_150 dd {
	padding: 0 0 8px 155px;
}
dl.rowList_200 dt {
	width: 200px;
}
dl.rowList_200 dd {
	padding: 0 0 8px 205px;
}
dl.rowList_250 dt {
	width: 240px;
}
dl.rowList_250 dd {
	padding: 0 0 8px 245px;
}
/* ***************空き情報 ****************/
/* テーブル装飾 */
.data_schedule, .data_schedule tr th, .data_schedule tr td {
	border-color: #f4b131 !important;
	border-top-color: #f4b131 !important;
	border-right-color: #f4b131 !important;
	border-bottom-color: #f4b131 !important;
	border-left-color: #f4b131 !important;
}
.data_schedule th {
	background-color: #fff08b;
	color: #8f6738;
}
.data_schedule {
	margin-bottom: 20px;
	line-height: 1.3em;
	border: 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
}
.data_schedule tbody tr:nth-child(even) {
	background-color: #ffffdd;
}
.data_schedule tbody tr:nth-child(odd) {}
.data_schedule th:first-child {
	background: #FFC4C4;
}
.data_schedule th:last-child {
	background: #A9F8A5;
}
.data_schedule th, .data_schedule td {
	padding: 5px;
	height: 1.5em;
	text-align: center;
}
.data_schedule tr th {
	border-right: 1px solid;
}
.data_schedule tr:first-child th:first-child {
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.data_schedule tr:first-child th:last-child {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.data_schedule tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.data_schedule tr:last-child td:last-child {
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
.data_schedule tr th, .data_schedule tr td {
	border-bottom: 1px solid;
	border-bottom: 1px solid;
}
.data_schedule tr:last-child th, .data_schedule tr:last-child td {
	border-bottom: none;
}
.data_schedule caption {
	margin: 0;
	padding-bottom: .2em;
	text-align: left;
	font-weight: bold;
}
.list_3col {
	width: 100%;
}
.list_3col li {
	width: 30%;
	float: left;
}
/****************** フローチャート *****************/
.flow_time {
	width: 100%;
	margin: 20px auto;
	/*  font-size: 85%;
*/
}
.flow_time caption {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #FF8519;
}
.flow_time_box {
	min-height: 130px;
	padding: 20px 10px 10px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background: #FFFFCC;
}
.f_time_number {
	min-width: 120px;
	height: 25px;
	line-height: 25px;
	padding: 2px 5px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: #FF9900;
}
.flow_time_box p {
	margin: 0;
	padding: 0;
}
.f_time_arrow {
	margin: 10px auto;
	display: block;
	width: 20px;
	border-top: 10px solid #FF6666;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.flow_none {
	background-color: #FFFFFF;
}
.f_arrow_none {
	margin: 10px auto;
	display: block;
	width: 20px;
}
.min_hight120 td{min-height: 120px;}
/****************************** よくある質問 　アコーディオン******************************/
.open_qa *, .open_qa *:after, .open_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.open_qa .open_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #624926; /* color 質問文字 */
}
.open_qa .open_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.open_qa .open_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0.5em 4em 0.5em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #ffdddd; /* color 質問bg */
}
.open_qa .open_actab label::before {
	font-family: 'icomoon' !important;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
	color: #FF6D6D;
}
.open_qa .open_actab label:hover {
	transition: all 0.3s;
	color: #927244; /* color 質問文字 hover */
}
/* --質問の＋アイコン */
.open_qa .open_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.7em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
	margin-right: 1em
}
/* 答え */
.open_qa .open_actab .open_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.open_qa .open_actab .open_actab-content::before {
	font-family: 'icomoon' !important;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #6DB101;
}
.open_qa .open_actab .open_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.open_qa .open_actab input:checked ~ .open_actab-content {
	max-height: 40em;
	border: 10px solid #eee;
}
/* 質問をクリックした時のアイコンの動き */
.open_qa .open_actab input:checked ~ label {
	color: #927244;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.open_qa .open_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/****************************** 写真横並び ******************************/
.item img {
	float: left;
	height: auto;
	max-width: 50%;
	vertical-align: top;
	margin: 0px 10px 10px 10px;
	
}
/*.item {
	width: 100%;
}*/
.item-img {
	padding: 0;
}
.item-body {
	padding: 0;
}
.item-title {
	margin: 0 0 8px;
	font-size: 120%;
	font-weight: bold;
	color: #8EC400;
}
.item-body p {
	font-size: 14px;
}
.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.items .item {
	width: 50%;
}
/***************************flex_list***********************************/
.flex_list_container {
  display: flex;
/*	width: 80%;
*/	flex-wrap: wrap;
	float: left;
}

/*	.flex_list_wrap*/	ul.flex_list li {
			text-indent: 0em !important;
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #b2f56b;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px;/*左側の角丸く*/
}

	.flex_list li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'\0274a'!important;/;
  color: #fff;
  margin-right: 8px;
		font-weight: bold;
}

/****************************** 組織図 *************************************/
.tree, .tree ul {
	margin:0 0 0 1em; /* indentation */
	padding:0;
	list-style:none;
	color:#369;
	position:relative;
}
.tree ul {
	margin-left:1.5em
} /* (indentation/2) */
.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid;
}
.tree li {
	margin:0;
	padding:0 1.5em 0em; /* indentation + .5em */
	line-height:2em; /* default list item's `line-height` */
	font-weight:bold;
	position:relative;margin-bottom:1em;
}
p.organization{
	border:1px solid #46A3FF;
	border-radius:5px;
	padding: 5px;
	background: #97CBFF;
	margin-bottom:0em;
	display:inline-block;
	font-size:120%;
	font-weight: bold;
	color: #01487D;
}
.tree ul li span {
	border:1px solid #84C1FF;
	border-radius:5px;
	padding: 0px 5px;
	background: #CAE4FF;
	margin-bottom:0.5em;
	display:inline-block;
}
.level2 li span{
	background:#D0FFA2;
	border-color: #A5FF4A;
}
.level2 li ul li span{
	background:#E4FFCA;
	border-color: #BBFF77;
}
.level2 li ul {margin-bottom:5px;}
.tree li:before {
	content:"";
	display:block;
	width:20px; /* same with indentation */
	height:0;
	border-top:1px solid;
	margin-top:-1px; /* border top width */
	position:absolute;
	top:1em; /* (line-height/2) */
	left:0;
	padding-bottom: 0.5em;
}
.tree li:last-child:before {
	background:white; /* same with body background */
	height:auto;
	top:1em; /* (line-height/2) */
	bottom:0;
}




/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
	.items .item {
		width: 50%;
	}
}
/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {
	.flow_time tr td {
		display: list-item;
		list-style: none;
	}
	.mt_none_U768 {
		margin-top: 0 !important;
	}
	.items .item {
		width: 100%;
	}
	.items {
		display: flex;
		flex-direction: column;
		
	}
	.flex_list_container {width: 100%;}

	.img_posA,.img_posB{display: none;}

}
/* スマホ向け TOPスライダー調整：～500px */
@media only screen and (max-width: 500px) {
	.list_3col {
		width: 100%;
	}
	.list_3col li {
		width: 42%;
		float: left;
	}
	.linkbox {
		display: block;
	}
}
/*@media only screen and (max-width: 767px) {
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		width: 100%;
	}
	]*/
