@charset "UTF-8";
/* sprite
=========================================== */
/*=============================================================
 home トップページ
=============================================================*/
/*!  #mainImg
------------------------------------------------ */
#home #mainImg {
	position: relative;
}
#home #mainImg .mainTxt {
	left: 0; 
	padding: 15% 0 5%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
#home #mainImg .mainTxt .txt {
	margin-bottom: 6%;
}
#home #mainImg .mainTxt .txt img {
	width: 91.9%;
}
#home #mainImg .mainTxt .img img {
	width: 42.2%;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #mainImg {
		min-width: 1100px;
		position: relative;
	}
	#home #mainImg .mainTxt {
		left: 50%; 
		margin-left: -550px;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1100px;
	}
	#home #mainImg .mainTxt .txt {
		left: 0;
		margin-bottom: 0; 
		position: absolute;
		right: 0;
		top: 70px;
	}
	#home #mainImg .mainTxt .txt img {
		width: auto;
	}
	#home #mainImg .mainTxt .img {
		left: 0;
		position: absolute;
		bottom: 30px;
		right: 0;
		text-align: center
	}
	#home #mainImg .mainTxt .img img {
		width: auto;
	}
}
/* forPC */
@media screen and (min-width: 1366px) {
	#home #mainImg {
		height: 400px;
		overflow: hidden;
	}
}


/*!  #home .inner
------------------------------------------------ */
/* forPC */
@media screen and (min-width: 600px) {
#home #main .inner { width: 1100px; margin: 0 auto; } 
} 



/*!  #news
------------------------------------------------ */
#home #news {
	background: #2b6347;
	color: #fff;
	padding: 12px 10px 11px 20px;
}
#home #news .tit {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .15em; 
	width: 66px;
}
#home #news .data {
	margin-bottom: 5px; 
	overflow: hidden;
}
#home #news .data .time {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	letter-spacing: .15em; 
	padding: 2px 7px 3px 0;
}
#home #news .data .cat {
	display: inline-block;
	float: left;
	overflow: hidden;
}
#home #news .data .cat span {
	display: inline-block;
	overflow: hidden;
}
#home #news .data .cat span a {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #2b6347;
	display: block;
	font-size: 1rem;
	letter-spacing: .15em; 
	padding: 2px 9px 2px;
	text-decoration: none;
}
#home #news .data .cat span a:hover {
	background-color: #2b6347; 
	color: #fff;
}
#home #news .txt a {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .15em;
	line-height: 1.25;
	text-decoration: none;
	margin-bottom: 1em;
}
#home #news .txt a:hover {
	text-decoration: underline;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #news {
		padding: 0;
		position: relative;
	}
	#home #news .article {
		padding: 8px 0px 8px 26px; 
		position: relative;
	}
		#home #news .article::after {
  content: "";
  display: block;
  clear: both;
}
	#home #news .tit {
		border-right: 1px dotted #FFF; 
		font-size: 1.6rem;
		padding: 22px 0 14px;
		width: 71px;
	}
	#home #news .data {
		float: left;
		margin: 0; 
		padding: 0;
		/*width: 100px;*/
	}
	#home #news .data .time {
		/*float: right;*/
		font-size: 1.5rem;
		padding: 6px 20px 7px 0;
	}
	#home #news .data .cat span a {
		font-size: 1.3rem;
		padding: 8px 11px 7px;
	}
	#home #news .txt {
		float: left;
		padding: 5px 0; 
		width: 620px;
	}
	#home #news .txt a {
		font-size: 1.5rem;
		margin-bottom: 0px;
	}
	#home #news .btn {
		position: absolute;
		right: 40px; 
		top: 22px;
	}
	#home #news .btn a {
		display: block;
		font-size: 1.4rem;
		padding-left: 20px;
		position: relative;
		text-align: right;
		text-decoration: none;
	}
	#home #news .btn a:hover {
		text-decoration: underline;
	}
	#home #news .btn a:before {
		background-image: url("/images/common/ico_arw_r_white01.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 12px;
		left: 0;
		margin-top: -6px; 
		position: absolute;
		top: 50%;
		width: 8px;
	}
}

/*!  #task
------------------------------------------------ */
#task {
	padding-bottom: 25px;
}
#task .leadTxt {
	padding: 24px 0 14px; 
	text-align: center;
}
#task .leadTxt .tit {
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: .15em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#task .leadTxt .en {
	color: #2b6347;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .15em; 
	margin-bottom: 10px;
}
#task .leadTxt .txt {
	color: #666;
	font-size: 1.5rem;
	letter-spacing: .15em; 
	line-height: 1.67;
}
#task .list {
	background-color: #fafafa; 
	margin-bottom: 20px;
}
#task .list .item:nth-child(4n+2), #task .list .item:nth-child(4n+3) {
	background-color: #efefef;
}
#task .list .item a {
	color: #666;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .03;
	line-height: 1;
	padding: 50px 0 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#task .list .item a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	opacity: .5;
}
#task .list .item a:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#task .list .item:nth-child(1) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(2) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(3) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(4) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(5) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(6) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(7) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .list .item:nth-child(8) a:before {
	background-image: url("/img/common/ico_katakori.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 12px;
	width: 30px;
}
#task .btn {
	margin: 0 auto; 
	width: 260px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#task {
		padding-bottom: 75px;
	}
	#task .leadTxt {
		padding: 34px 0 31px;
	}
	#task .leadTxt .tit {
		font-size: 3.4rem;
		margin-bottom: 18px;
	}
	#task .leadTxt .en {
		font-weight: 500;
		margin-bottom: 32px;
	}
	#task .leadTxt .txt {
		font-size: 1.7rem;
		line-height: 1.76;
	}
	#task .list {
		margin-bottom: 52px;
	}
	#task .list .item a {
		box-sizing: border-box; 
		font-size: 2rem;
		letter-spacing: .15;
		min-height: 384px;
		padding: 140px 0 12px;
	}
	#task .list .item:nth-child(1), #task .list .item:nth-child(3), #task .list .item:nth-child(6), #task .list .item:nth-child(8) {
		background-color: #fafafa;
	}
	#task .list .item:nth-child(2), #task .list .item:nth-child(5), #task .list .item:nth-child(4), #task .list .item:nth-child(7) {
		background-color: #efefef;
	}
	#task .list .item span {
		display: block;
	}
	#task .list .item .em {
		color: #2b6347;
		display: block;
		font-size: 1rem;
		font-weight: 500;
		padding: 11px 0 16px;
	}
	#task .list .item .txt {
		font-size: 1.5rem;
		line-height: 1.6;
		padding: 0 30px;
		text-align: left;
	}
	#task .list .item:nth-child(1) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(2) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(3) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(4) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(5) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(6) a:before {
		height: 60px;
		top: 60px; 
		width: 68px;
	}
	#task .list .item:nth-child(7) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
	#task .list .item:nth-child(8) a:before {
		height: 60px;
		top: 55px; 
		width: 60px;
	}
}

/*!  #otherDental .child
------------------------------------------------ */
#home #otherDental .child .img {
	overflow: hidden; 
	padding-top: 63%;
	position: relative;
}
#home #otherDental .child .img img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home #otherDental .child .areaTxt {
	color: #fff;
	padding: 92px 20px 26px;
	position: relative;
}
#home #otherDental .child .areaTxt .en {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .15em;
	margin-bottom: 15px; 
	text-align: center;
}
#home #otherDental .child .areaTxt .en:before {
	background-image: url("/images/home/ico_child01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 57px;
	left: 50%;
	margin-left: -23px;
	position: absolute;
	top: 20px;
	width: 45px;
}
#home #otherDental .child .areaTxt .tit {
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1.67;
	margin-bottom: 13px; 
	position: relative;
	text-align: center;
}
#home #otherDental .child .areaTxt .txt {
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.85;
	margin-bottom: 15px;
}
#home #otherDental .child .areaTxt .btn {
	border-color: #fff; 
	margin: 0 auto;
	width: 260px;
}
#home #otherDental .child .areaTxt .btn:hover {
	border-color: #2b6347;
}
#home #otherDental .child .areaTxt .btn a {
	font-size: 1.5rem;
	padding: 14px 20px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #otherDental .child .img {
		padding: 0;
		max-height: 614px;
	}
	#home #otherDental .child .img img {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); 
		width: 100%;
	}
	#home #otherDental .child .areaTxt {
		position: relative;
	}
	#home #otherDental .child .areaTxt .areaTxtIn {
		left: 50%;
		padding: 52px 22px 0 0; 
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 550px;
	}
	#home #otherDental .child .areaTxt .en {
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	#home #otherDental .child .areaTxt .en:before {
		background-image: url("/images/home/ico_child01.png"); 
		height: 57px;
		left: auto;
		margin: 0;
		right: 278px;
		top: -30px;
		width: 45px;
	}
	#home #otherDental .child .areaTxt .tit {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 13px;
	}
	#home #otherDental .child .areaTxt .txt {
		font-size: 1.5rem;
		letter-spacing: .18em; 
		line-height: 1.6;
		margin-bottom: 34px;
		padding: 0 20px;
	}
	#home #otherDental .child .areaTxt .btn {
		left: -10px; 
		position: relative;
	}
	#home #otherDental .child .areaTxt .btn a {
		font-size: 1.6rem;
		padding: 15px 20px;
	}
	#home #otherDental .child .areaTxt .btn a:after {
		right: 20px;
	}
}

/*!  #otherDental .esthetic
------------------------------------------------ */
#home #otherDental .esthetic .img {
	overflow: hidden; 
	padding-top: 63%;
	position: relative;
}
#home #otherDental .esthetic .img img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home #otherDental .esthetic .areaTxt {
	color: #fff;
	padding: 92px 20px 26px;
	position: relative;
}
#home #otherDental .esthetic .areaTxt .en {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .15em;
	margin-bottom: 15px;
	position: relative; 
	text-align: center;
}
#home #otherDental .esthetic .areaTxt .en:before {
	background-image: url("/images/home/ico_esthetic01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 47px;
	left: 50%;
	margin-left: -44px;
	position: absolute;
	top: -70px;
	width: 88px;
}
#home #otherDental .esthetic .areaTxt .tit {
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1.67;
	margin-bottom: 13px; 
	text-align: center;
}
#home #otherDental .esthetic .areaTxt .txt {
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.85;
	margin-bottom: 15px;
}
#home #otherDental .esthetic .areaTxt .btn {
	border-color: #fff; 
	margin: 0 auto;
	width: 260px;
}
#home #otherDental .esthetic .areaTxt .btn:hover {
	border-color: #2b6347;
}
#home #otherDental .esthetic .areaTxt .btn a {
	font-size: 1.2rem;
	padding: 17px 20px;
}
#home #otherDental .esthetic .areaTxt .btn a:after {
	right: 15px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #otherDental .esthetic .img {
		padding: 0;
		max-height: 614px;
	}
	#home #otherDental .esthetic .img img {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); 
		width: 100%;
	}
	#home #otherDental .esthetic .areaTxt {
		position: relative;
	}
	#home #otherDental .esthetic .areaTxt .areaTxtIn {
		left: 50%;
		padding: 52px 0 0 0; 
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 550px;
	}
	#home #otherDental .esthetic .areaTxt .en {
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	#home #otherDental .esthetic .areaTxt .en:before {
		height: 58px;
		left: 220px;
		margin: 0; 
		top: -79px;
		width: 106px;
	}
	#home #otherDental .esthetic .areaTxt .tit {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 13px;
	}
	#home #otherDental .esthetic .areaTxt .txt {
		font-size: 1.5rem;
		letter-spacing: .18em; 
		line-height: 1.6;
		margin-bottom: 34px;
		padding: 0 20px;
	}
	#home #otherDental .esthetic .areaTxt .btn {
		left: -10px; 
		position: relative;
		width: 360px;
	}
	#home #otherDental .esthetic .areaTxt .btn a {
		font-size: 1.6rem;
		padding: 15px 20px;
	}
	#home #otherDental .esthetic .areaTxt .btn a:after {
		right: 20px;
	}
}

/*!  #characteristic
------------------------------------------------ */
#home #characteristic {
	padding-bottom: 12px;
}
#home #characteristic .leadTxt {
	padding: 32px 0 15px; 
	text-align: center;
}
#home #characteristic .leadTxt .tit {
	color: #666;
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: .15em;
	margin-bottom: 12px;
}
#home #characteristic .leadTxt .en {
	color: #2b6347;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .15em; 
	margin-bottom: 10px;
}
#home #characteristic .leadTxt .txt {
	font-size: 1.5rem;
	letter-spacing: .15em; 
	line-height: 1.67;
}
#home #characteristic  .btn {
	margin: 0 auto; 
	width: 260px;
}
#home #characteristic .list {
	padding: 0 20px;
}
#home #characteristic .list .item {
	padding-bottom: 13px;
}
#home #characteristic .list .item + .item {
	border-top: 1px dotted #bdbdbd; 
	padding: 20px 0 13px;
}
#home #characteristic .list .item a {
	display: block;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	text-decoration: none;
}
#home #characteristic .list .item a:hover {
	opacity: .5;
}
#home #characteristic .list .item .img {
	position: relative;
}
#home #characteristic .list .item .img .label {
	bottom: -15px;
	position: absolute;
	right: 6px; 
	width: 82px;
}
#home #characteristic .list .item dt {
	color: #2b6347; 
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1.5;
	padding: 53px 0 4px;
	position: relative;
	text-align: center;
}
#home #characteristic .list .item dt:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#home #characteristic .list .item:nth-child(1) dt:before {
	background-image: url("/images/home/txt_01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	top: 19px;
	width: 31px;
}
#home #characteristic .list .item:nth-child(2) dt:before {
	background-image: url("/images/home/txt_02.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	top: 19px;
	width: 31px;
}
#home #characteristic .list .item:nth-child(3) dt:before {
	background-image: url("/images/home/txt_03.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	top: 20px;
	width: 38px;
}
#home #characteristic .list .item:nth-child(4) dt:before {
	background-image: url("/images/home/txt_04.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	top: 20px;
	width: 39px;
}
#home #characteristic .list .item:nth-child(5) dt:before {
	background-image: url("/images/home/txt_05.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	top: 20px;
	width: 38px;
}
#home #characteristic .list .item:nth-child(6) dt:before {
	background-image: url("/images/home/txt_06.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	top: 21px;
	width: 38px;
}
#home #characteristic .list .item dd {
	color: #666;
	font-size: 1.5rem;
	letter-spacing: .15em; 
	line-height: 1.85;
	margin-bottom: .5em;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #characteristic {
		padding-bottom: 5px;
	}
	#home #characteristic .leadTxt {
		padding: 72px 0 32px;
	}
	#home #characteristic .leadTxt .tit {
		font-size: 3.4rem;
		margin-bottom: 16px;
	}
	#home #characteristic .leadTxt .en {
		font-weight: 500;
		margin-bottom: 34px;
	}
	#home #characteristic .leadTxt .txt {
		font-size: 1.7rem;
		line-height: 1.76;
	}
	#home #characteristic .list {
		padding: 0;
	}
	#home #characteristic .list .item {
		padding-bottom: 54px;
	}
	#home #characteristic .list .item + .item {
		border: none; 
		padding: 0 0 54px;
	}
	#home #characteristic .list .item .img {
		margin-bottom: 19px;
	}
	#home #characteristic .list .item .img .label {
		bottom: -48px;
		right: 10px; 
		width: 102px;
	}
	#home #characteristic .list .item dt {
		font-size: 2rem;
		letter-spacing: .12em; 
		line-height: 1.4;
		padding: 8px 0 8px 70px;
		text-align: left;
	}
	#home #characteristic .list .item dt:before {
		left: 0;
		top: 50% !important;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	#home #characteristic .list .item:nth-child(1) dt:before {
		height: 35px; 
		width: 40px;
	}
	#home #characteristic .list .item:nth-child(2) dt:before {
		height: 35px; 
		width: 49px;
	}
	#home #characteristic .list .item:nth-child(3) dt:before {
		height: 35px; 
		width: 49px;
	}
	#home #characteristic .list .item:nth-child(4) dt:before {
		height: 35px; 
		width: 49px;
	}
	#home #characteristic .list .item:nth-child(5) dt:before {
		height: 35px; 
		width: 48px;
	}
	#home #characteristic .list .item:nth-child(6) dt:before {
		height: 35px; 
		width: 48px;
	}
	#home #characteristic .list .item dd {
		font-size: 1.4rem;
		line-height: 1.6;
		padding-bottom: 20px;
	}
}

/*!  #blog
------------------------------------------------ */
#home #blog {
	background-color: #fafafa;
	padding: 30px 20px 0;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #blog {
		padding: 72px 0 0;
	}
	#home #blog .inner:after {
		clear: both; 
		content: "";
		display: block;
	}
}

/*!  #campaign
------------------------------------------------ */
#home #campaign {
	padding-bottom: 25px;
}
#home #campaign .leadTxt {
	position: relative;
}
#home #campaign .leadTxt .tit {
	color: #666;
	font-size: 1.7rem;
	letter-spacing: .15em;
	padding: 8px 0 17px 40px;
}
#home #campaign .leadTxt .tit:before {
	background-image: url("/images/home/ico_campaign01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
}
#home #campaign .leadTxt .link {
	position: absolute;
	right: 0; 
	text-align: right;
	top: 10px;
	width: 57px;
}
#home #campaign .leadTxt .link a {
	color: #666;
	display: block;
	font-size: 1.3rem;
	letter-spacing: .15em;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
}
#home #campaign .leadTxt .link a:before {
	background-image: url("/images/common/ico_arw_r_sorrel01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 8px;
}
#home #campaign .leadTxt .link a:hover {
	text-decoration: underline;
}
#home #campaign .list li {
	border-top: 1px dotted #afafaf; 
	overflow: hidden;
	padding: 20px 0;
}
#home #campaign .list li:last-child {
	border-bottom: 1px dotted #afafaf;
}
#home #campaign .list li .img {
	box-sizing: border-box; 
	float: left;
	padding-right: 10px;
	width: 41%;
}
#home #campaign .list li .img img {
	height: auto; 
	width: 100%;
}
#home #campaign .list li .img:empty {
	display: none;
}
#home #campaign .list li .areaTxt {
	display: block;
	float: left; 
	width: 59%;
}
#home #campaign .list li .img:empty + .areaTxt {
	width: 100%;
}
#home #campaign .list li .areaTxt {
	color: #666;
	font-size: 1.3rem;
	letter-spacing: .15em;
	text-decoration: none;
}
#home #campaign .list li .areaTxt .tit {
	line-height: 1.85; 
	padding-top: 3px;
}
#home #campaign .list li .areaTxt .tit:hover {
	text-decoration: underline;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #campaign {
		float: left;
		padding-bottom: 59px; 
		width: 510px;
	}
	#home #campaign .leadTxt .tit {
		font-size: 2.4rem;
		padding: 9px 0 36px 52px;
	}
	#home #campaign .leadTxt .tit:before {
		height: 40px; 
		width: 40px;
	}
	#home #campaign .leadTxt .link {
		right: -5px; 
		top: 13px;
		width: 59px;
	}
	#home #campaign .leadTxt .link a {
		font-size: 1.4rem;
	}
	#home #campaign .list li {
		padding: 20px 0 21px;
	}
	#home #campaign .list li .img {
		padding-right: 19px; 
		width: 124px;
	}
	#home #campaign .list li .areaTxt {
		width: 386px;
	}
	#home #campaign .list li .areaTxt {
		font-size: 1.4rem; 
		padding: 13px 0 0;
	}
	#home #campaign .list li .areaTxt .tit {
		font-size: 1.5rem;
		line-height: 1.6; 
		padding-top: 10px;
	}
	#home #campaign .list li .areaTxt .tit:hover {
		text-decoration: underline;
	}
}

/*!  #column
------------------------------------------------ */
#home #column {
	padding-bottom: 30px;
}
#home #column .leadTxt {
	position: relative;
}
#home #column .leadTxt .tit {
	color: #666;
	font-size: 1.7rem;
	letter-spacing: .15em;
	padding: 8px 0 17px 40px;
}
#home #column .leadTxt .tit:before {
	background-image: url("/images/home/ico_column01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
}
#home #column .leadTxt .link {
	position: absolute;
	right: 0;
	text-align: right; 
	top: 10px;
	width: 57px;
}
#home #column .leadTxt .link a {
	color: #666;
	display: block;
	font-size: 1.3rem;
	letter-spacing: .15em;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
}
#home #column .leadTxt .link a:before {
	background-image: url("/images/common/ico_arw_r_sorrel01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	left: 0; 
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 8px;
}
#home #column .leadTxt .link a:hover {
	text-decoration: underline;
}
#home #column .list li {
	border-top: 1px dotted #afafaf; 
	padding: 12px 0 10px;
}
#home #column .list li:last-child {
	border-bottom: 1px dotted #afafaf;
}
#home #column .list li .data {
	overflow: hidden;
}
#home #column .list li .data .time {
	color: #666;
	float: left;
	font-size: 1.3rem;
	letter-spacing: .15em;
	padding: 4px 0;
}
#home #column .list li .data .cat {
	display: inline-block;
	float: left;
	margin-left: 10px; 
	overflow: hidden;
}
#home #column .list li .data .cat span {
	border: 1px solid #2b6347;
	border-radius: 3px; 
	display: inline-block;
	float: left;
}
#home #column .list li .data .cat a {
	color: #2b6347;
	display: block;
	font-size: 1rem;
	letter-spacing: .15em;
	padding: 4px 10px 5px;
	text-align: center;
	text-decoration: none;
}
#home #column .list li .data .cat a:hover {
	background-color: #2b6347;
	color: #fff;
}
#home #column .list li .tit a {
	color: #666;
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.85;
	text-decoration: none;
}
#home #column .list li .tit a:hover {
	text-decoration: underline;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #column {
		float: left;
		/*margin-left: 80px;*/
		padding-bottom: 59px; 
		width: 100%;
	}
	#home #column .leadTxt .tit {
		font-size: 2.4rem;
		padding: 9px 0 36px 52px;
	}
	#home #column .leadTxt .tit:before {
		height: 40px; 
		width: 40px;
	}
	#home #column .leadTxt .link {
		right: -5px; 
		top: 13px;
		width: 59px;
	}
	#home #column .leadTxt .link a {
		font-size: 1.4rem;
	}
	#home #column .list li {
		padding: 21px 0 38px;
	}
	#home #column .list li .data {
		margin-bottom: 5px;
	}
	#home #column .list li .data .time {
		font-size: 1.4rem;
		padding: 7px 0;
	}
	#home #column .list li .data .cat {
		margin-left: 8px;
	}
	#home #column .list li .data .cat a {
		font-size: 1.3rem;
		padding: 6px 10px 7px;
	}
	#home #column .list li .tit a {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#home #column .btn {
	margin: 0 auto; 
	width: 260px;
  } 
}

/*!  #about
------------------------------------------------ */
#home #about .img {
	overflow: hidden; 
	padding-top: 62%;
	position: relative;
}
#home #about .img img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home #about .areaTxt {
	color: #fff;
	padding: 17px 17px 30px;
}
#home #about .areaTxt .tit {
	font-size: 1.5rem;
	font-weight: 400; 
	letter-spacing: .15em;
	line-height: 1.67;
	margin-bottom: 8px;
}
#home #about .areaTxt .txt {
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.85;
	margin-bottom: 15px;
}
#home #about .areaTxt .groupBtn {
	overflow: hidden;
}
#home #about .areaTxt .groupBtn .btn {
	float: left;
	width: 48%;
}
#home #about .areaTxt .groupBtn .btn + .btn {
	margin-left: 4%;
}
#home #about .areaTxt .groupBtn a {
	padding: 14px 20px;
}
#home #about .areaTxt .groupBtn a:after {
	right: 15px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #about .img {
		padding: 0;
		max-height: 640px;
	}
	#home #about .img img {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); 
		width: 100%;
	}
	#home #about .areaTxt {
		padding: 0; 
		position: relative;
	}
	#home #about .areaTxt .areaTxtIn {
		left: 50%;
		padding: 20px 0 30px; 
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 500px;
	}
	#home #about .areaTxt .tit {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 22px;
	}
	#home #about .areaTxt .txt {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 40px; 
		padding: 0 0 20px;
	}
	#home #about .areaTxt .groupBtn .btn {
		width: 237px;
	}
	#home #about .areaTxt .groupBtn .btn a {
		font-size: 1.6rem;
		padding: 14px 20px;
	}
	#home #about .areaTxt .groupBtn .btn a:after {
		right: 20px;
	}
}

/*!  #beginner
------------------------------------------------ */
#home #beginner {
	padding: 0 20px 32px;
}
#home #beginner .leadTxt {
	padding: 96px 0 0;
}
#home #beginner .leadTxt .tit {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
#home #beginner .leadTxt .tit:before {
	background-image: url("/images/home/ico_beginner01.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 62px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	top: -70px;
	width: 53px;
}
#home #beginner .leadTxt .tit span {
	background: url("/images/home/ico_beginner02.png") bottom repeat-x;
	background-size: 21px; 
	color: #666;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.83;
}
#home #beginner .leadTxt .txt {
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.85;
	margin-bottom: 15px;
}
#home #beginner .leadTxt .groupBtn .btn {
	margin: 0 auto; 
	width: 260px;
}
#home #beginner .leadTxt .groupBtn li + li {
	margin-top: 14px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #beginner {
		padding: 0 20px 84px;
	}
	#home #beginner .leadTxt {
		padding: 156px 0 0;
		text-align: center;
	}
	#home #beginner .leadTxt .tit {
		background: url("/images/home/ico_beginner02.png") bottom repeat-x; 
		display: inline-block;
		margin-bottom: 39px;
	}
	#home #beginner .leadTxt .tit:before {
		height: 62px;
		margin-left: -26px; 
		top: -77px;
		width: 53px;
	}
	#home #beginner .leadTxt .tit span {
		background: none;
		font-size: 2.4rem;
		letter-spacing: .15em; 
		line-height: 54px;
	}
	#home #beginner .leadTxt .txt {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 0 auto 45px; 
		width: 770px;
		text-align: left;
	}
	#home #beginner .leadTxt .groupBtn li + li {
		display: none !important;
	}
	#home #beginner .flow {
		margin-top: 61px;
	}
	#home #beginner .flow .list {
		-webkit-box-pack: justify;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 58px;
		text-align: center; 
		width: 940px;
	}
	#home #beginner .flow .list li {
		color: #2b6347;
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: .15em;
		padding-top: 145px; 
		position: relative;
		width: 123px;
	}
	#home #beginner .flow .list li:before {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 123px;
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%); 
		width: 123px;
	}
	#home #beginner .flow .list li:nth-child(1):before {
		background-image: url("../images/home/ico_flow01.png");
	}
	#home #beginner .flow .list li:nth-child(2):before {
		background-image: url("../images/home/ico_flow02.png");
	}
	#home #beginner .flow .list li:nth-child(3):before {
		background-image: url("../images/home/ico_flow03.png");
	}
	#home #beginner .flow .list li:nth-child(4):before {
		background-image: url("../images/home/ico_flow04.png");
	}
	#home #beginner .flow .list li:nth-child(5):before {
		background-image: url("../images/home/ico_flow05.png");
	}
	#home #beginner .flow .list li:not(:last-child):after {
		background-image: url("/images/common/ico_arw_r_sorrel01.png"); 
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 12px;
		position: absolute;
		right: -45px;
		top: 59px;
		width: 8px;
	}
	#home #beginner .flow .list li span {
		bottom: 2px;
		display: block;
		left: 50%;
		margin-left: -70px; 
		position: absolute;
		width: 140px;
	}
	#home #beginner .flow .btn {
		margin: 0 auto; 
		width: 339px;
	}
	#home #beginner .flow .btn a {
		padding: 18px 0;
	}
}

/*!  #access
------------------------------------------------ */
#home #access {
	padding: 0 0 35px;
}
#home #access .googlemap {
	height: 0;
	overflow: hidden; 
	padding-top: 53%;
	position: relative;
	width: 100%;
}
#home #access .googlemap iframe {
	bottom: 0; 
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#home #access .areaTxt {
	padding: 0 20px;
}
#home #access .areaTxt .tit {
	color: #666; 
	font-size: 1.8rem;
	letter-spacing: .15em;
	padding: 25px 0 22px;
	text-align: center;
}
#home #access .areaTxt .data {
	margin-bottom: 16px;
}
#home #access .areaTxt .data address {
	color: #666;
	display: block;
	font-size: 1.2rem;
	letter-spacing: .15em; 
	line-height: 1.42;
	padding: 9px 0 8px;
}
#home #access .areaTxt .data .car span {
	background-color: #bcbcbc;
	border-radius: 3px; 
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: .15em;
	padding: 5px 10px;
}
#home #access .areaTxt .btn {
	margin: 0 auto; 
	width: 260px;
}

/* forPC */
@media screen and (min-width: 600px) {
	#home #access {
		padding: 0;
	}
	#home #access .googlemap {
		height: 590px;
		padding: 0; 
		width: 50%;
	}
	#home #access .googlemap iframe {
		height: 100%;
		position: static;
	}
	#home #access .areaTxt {
		padding: 0;
		position: relative;
		text-align: center;
	}
	#home #access .areaTxt .areaTxtIn {
		box-sizing: border-box; 
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 640px;
	}
	#home #access .areaTxt .tit {
		font-size: 2.4rem; 
		padding: 0 0 33px;
	}
	#home #access .areaTxt .data {
		margin: 14px auto 17px;
	}
	#home #access .areaTxt .data address {
		display: inline-block;
		font-size: 1.5rem;
		line-height: 1; 
		padding: 7px 18px 6px 0;
	}
	#home #access .areaTxt .data .car {
		display: inline-block; 
		position: relative;
		top: -1px;
	}
	#home #access .areaTxt .data .car span {
		font-size: 1.3rem;
		padding: 8px 10px 7px;
	}
}


/*  #service
================================================ */
.secService .inner {padding-top: 35px; padding-bottom: 45px; }
.secService h2 {
    line-height: 1.5;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}
.secService .list {margin-top: 30px; }
.secService .list li {position: relative; padding: 0 0 35px; background: #fff; box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .3); }
.secService .list li + li {margin-top: 15px; }
.secService .list .num {position: absolute; top: 0; left: 0; color: #fff; font-weight: 700; font-size: 2.1rem; }
.secService .list .num span {position: absolute; top: 3px; left: 7px; z-index: 1; font-style: italic; }
.secService .list .num:before {display: block; position: absolute; top: 0; left: 0; border-width: 35px; border-style: solid; border-color: #0b3486 transparent transparent #0b3486; content: ""; }
.secService .list .tit {padding: 19px; border-bottom: 2px solid #dfdfdf; color: #0b3486; font-weight: 700; font-size: 1.8rem; text-align: center; letter-spacing: .1em; }
.secService .list .img {width: 264px; height: 264px; overflow: hidden; margin: 20px auto 0; border-radius: 50%; }
.secService .list .copy {font-size: 1.6rem; text-align: center; margin: 1em;}
.secService .list .copy span {font-size: 3.4rem; }
.secService .list .btn {margin: auto; margin-bottom: 20px;} 

@media screen and (min-width: 600px) {.secService .topImg {width: 1200px; margin: auto; }
  .secService .topImg img {width: 1920px; max-width: none; margin-left: -360px; }
  .secService .inner {padding-top: 80px; padding-bottom: 80px; }
  .secService h2 {font-size: 3.3rem;}
  .secService .list {display: -webkit-box; display: -ms-flexbox; display: flex; margin: 64px -13px 0; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .secService .list li {box-sizing: border-box; width: calc(100% / 3 - 26px); margin: 0 13px; padding: 0 40px 40px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3); }
  .secService .list li + li {margin: 0 0 0 26px; }
  .secService .list .num {font-size: 2.4rem; }
  .secService .list .num span {top: 5px; left: 9px; }
  .secService .list .num:before {border-width: 44px; }
  .secService .list .tit {/*margin: 0 -50px;*/ padding: 22px; font-size: 2.4rem; }
  .secService .list .img {margin: 32px auto 0; }
  .secService .list .copy {line-height: 1.4; margin: 30px -30px 0; font-size: 1.8rem; }
  .secService .list .copy .small {font-size: 2.6rem; }
  .secService .list .copy span {font-size: 3rem; }
  .secService .list .copy .kakko {margin-right: -5px; margin-left: -15px; }
  .secService .list .copy .kakko:nth-child(2) {margin-right: -15px; margin-left: -4px; }
  .secService .list .btn {margin-top: 30px; } }
/*  #thoughts
================================================ */
.secThoughts {background: url("/images/home/bg_sky01.png") #e6f9fc; }
.secThoughts .inner {padding-top: 45px; padding-bottom: 38px; padding-left: 15px; padding-right: 15px;}
.secThoughts .en {width: 107px; line-height: 1; margin: auto; }
.secThoughts .tit {margin-top: 15px; text-align: center; font-size: 2.4rem; font-weight: 700;}
.secThoughts .txt {line-height: 2; margin-top: 15px;  font-size: 1.8rem;}
@media screen and (min-width: 600px) {.secThoughts .inner {padding-top: 98px; padding-bottom: 85px; }
  .secThoughts .en {width: 150px; }
  .secThoughts .tit {margin-top: 20px; font-size: 3.3rem;}
  .secThoughts .txt {line-height: 2.4; margin-top: 24px; text-align: center; letter-spacing: .03em; } }


/*! .bnrArea
================================================ */
/*.bnrArea { padding: 15px 0 16px; }
.bnrArea li { position: relative; }
.bnrArea li:after { display: block; position: absolute; right: 0; bottom: -8px; left: 0; width: 250px; height: 8px; margin: 0 auto; background: url(../img/home/bnr_shadow01.png) center top no-repeat; background-size: cover; content: ""; }
.bnrArea li:nth-child(3) { margin-top: 2px; }
.bnrArea li:nth-child(4) { margin-top: 15px; }

@media screen and (min-width: 768px) { .bnrArea { padding: 16px 0 16px; }
  .bnrArea li { float: left; width: 490px; margin: 0 0 30px; }
  .bnrArea li:after { bottom: -16px; width: 500px; height: 16px; }
  .bnrArea li:first-child { float: none; width: 1000px; margin: 0 auto 10px; }
  .bnrArea li:first-child:after { width: 1000px; }
  .bnrArea li:nth-child(3) { float: right; margin: 0 0 30px; }
  .bnrArea li:nth-child(4) { float: none; clear: both; margin: 0 auto; }
  .bnrArea li a { display: block; -webkit-transition: opacity .2s ease; transition: opacity .2s ease; }
  .bnrArea li a:hover { opacity: .8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }*/
  
  
  
  
  
  
  
/*! Other Blog
================================================ */
  
.post-list-mag a.post-list-link {
  position: relative;
  padding: 0;
  height: 100%;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}
.post-list-mag .post-list-link:hover{
  transform: translateY(-3px);
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.08);
}

.toppost-list-box-simple .post-list-mag,
.toppost-list-box-simple .post-list {
  width: 100% !important;
  float: none !important;
  opacity: 1 !important;
  padding: 0 !important;
}

.toppost-list-box-simple .post-list-mag,
  justify-content: space-between;
  margin-bottom:20px;
}

.post-list,
.post-list-mag{
  opacity: 0.2;
  transition: opacity 1.2s;
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .post-list,
  .post-list-mag{
    padding: 2px 1px;
  }
}
@media (min-width: 768px) {
  .post-list,
  .post-list-mag{
    padding: 2px 14px;
  }
}

@media (min-width: 768px) {
  .post-list,
  .post-list-mag{
    padding-top: 12px;
  }
}

.post-list-mag {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item:nth-child(2n-1) {
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item{
    width: 48.4%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item {
    width: 31%;
    margin-bottom: 20px;
	margin-right: 2%;
  }
}
.post-list-mag .post-list-item .post-list-inner {
  display: block;
      position: relative;
}
.post-list-mag .post-list-item .post-list-inner .post-list-thumb {
  height: auto;
  width: 100%;
}
.post-list-mag .post-list-item .post-list-inner .post-list-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.post-list-mag .post-list-item .post-list-inner .post-list-meta {
  /*width: 100%;*/
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta {
    padding: 8px 11px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta {
    padding: 10px 17px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta {
    padding: 15px 17px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 12px;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 14px;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 18px;
    line-height: 2.4rem;
  }
}
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-publisher,
.post-list-mag .post-list-item .post-list-inner .post-list-meta .writer {
  display: none;
}
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
  position: absolute;
  color: #fff !important;
  background-color: #2b2b2b;
  letter-spacing: 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: 7px;
    left: 7px;
    padding: 2px 8px;
    padding-bottom: 3px;
    font-weight: 500;
    text-align: left;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: 11px;
    left: 11px;
    font-size: 0.55rem;
    padding: 3px 10px;
    margin-left: -1px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    font-size: 0.65rem;
    padding: 5px 12px;
  }
}
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date {
  position: absolute;
  bottom: 0px;
  left: 5%;
  color: #888 !important;
  width: 90%;
  text-align: right;
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date {
    font-size: 0.65rem;
    padding: 7px 0px;
    letter-spacing: 1px !important;
  }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px 0px;
    letter-spacing: 1px;
  }
}





/* flex box */
.flex,
.flex-st,
.flex-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-st {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-cn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-en {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
/* title */
.title1 {
    text-align: center;
}
.title1 img{
vertical-align: middle !important;
}
.title1 span {
    color: #0b3486;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    margin-left: 15px;
    padding-bottom: 7px;
}
/* ------------------表示領域が599px以下 スマホ用スタイル----------------------- */
@media screen and (max-width: 599px) {
    .top-search {
        background: #0b3486;
        padding: 30px 10px 20px;
    }
    .top-search .title1 {
        margin-bottom: 25px;
    }
    .top-search .title1 span {
        color: #fff;
    }
    /*.top-search .title1 span::after {
        background: #fff;
    }*/
    .top-search li {
        background: #fff;
        border-radius: 3px;
        text-align: center;
        width: 48%;
        margin-bottom: 10px;
    }

    .top-search li a {
        font-size: 1.6rem;
    }
    .top-search a {
        color: #0b3486;
        font-size: 1.8rem;
        display: block;
        padding: 65px 10px 25px;
		text-decoration: none;
    }
.top-search li:nth-child(1) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(2) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(3) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(4) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(5) a{background: url(/images/common/icon_saitama.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(6) a{background: url(/images/common/icon_saitama.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(7) a{background: url(/images/common/icon_tokyo.svg) no-repeat center 12px / 80px 70px;}
.top-search li:nth-child(8) a{background: url(/images/common/icon_chiba.svg) no-repeat center 12px / 80px 70px;}

    .top-kodawari {
        background: #fff;
        padding: 40px 10px 0;
    }
    .top-kodawari .title1 {
        margin-bottom: 38px;
    }
    .top-kodawari ul {
        padding: 0;
    }
    .top-kodawari li{
        background: url(/images/home/body_bg.png);
        border-radius: 5px;
        overflow: hidden;
        width: 49%;
        margin-bottom: 10px;
    }
    .top-kodawari li:nth-of-type(even) {
        margin-left: 2%;
    }
    .top-kodawari a {
        display: block;
        height: 100%;
        padding: 20px 10px;
				text-decoration: none;
    }
    .top-kodawari li:nth-child(2n) {
        margin-right: 0;
    }
    .top-kodawari h3 {
        color: #0b3486;
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 100px;
    }
    .top-kodawari p {
        color: #0b3486;
        font-size: 1.4rem;
        margin-bottom: 0;
				line-height: 1.6em;
    }
.top-kodawari li:nth-child(1) h3{background: url(/images/common/icon_under100.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(2) h3{background: url(/images/common/icon_goodaccess.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(3) h3{background: url(/images/common/icon_barrierfree.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(4) h3{background: url(/images/common/icon_regardless.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(5) h3{background: url(/images/common/icon_withpet.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(6) h3{background: url(/images/common/icon_ossuary.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(7) h3{background: url(/images/common/icon_eternity.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(8) h3{background: url(/images/common/icon_equipment.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(9) h3{background: url(/images/common/icon_shuttle.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(10) h3{background: url(/images/common/icon_parking.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(11) h3{background: url(/images/common/icon_goodseeing.svg) no-repeat center bottom 0px / 90px 90px;}
.top-kodawari li:nth-child(12) h3{background: url(/images/common/icon_fuji.svg) no-repeat center bottom 0px / 90px 90px;}
	
	
.top-recommend {
padding: 30px 10px;
background: url(/images/home/body_bg.png);
}
.top-recommend .title1 {
margin-bottom: 40px;
}
.top-recommend .bukken-box {
width: 48%;
margin-bottom: 20px;
}
.top-recommend .box-inner {
padding: 0 10px 10px 10px;
}
.top-recommend .selling-point p br {
display: none;
}
.bukken-box {
background: #fff;
position: relative;
}
.bukken-box a{
text-decoration: none;
}
.bukken-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.exterior-image {
max-height: 200px;
overflow: hidden;
margin-bottom: 15px;
position: relative;
}

.exterior-image img {
width: 100%;
height: 100%;
max-height: 120px;
}
.box-inner {
position: relative;
}
.layout-image {
position: absolute;
top: 0;
right: 15px;
width: 110px;
height: 110px;
}
.layout-image img {
max-width: 100%;
max-height: 100%;
margin: auto;
}
.room-layout {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.4;
margin-bottom: 0 !important;
padding-left: 2px;
}
.bukken-box .price {
font-size: 1.2rem;
line-height: 1;
margin-bottom: 20px !important;
text-align: right;
}
.bukken-box .price span {
font-size: 2.4rem;
font-weight: 700;
margin-right: 5px;
}
.bukken-box h3 {
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
margin-bottom: 15px;
}
.bukken-box .address {
background: url(/images/common/icon_pin03.svg) no-repeat 2px 50% / 10px 13px;
font-size: 1.1rem;
margin-bottom: 2px !important;
padding-left: 20px;
}
.bukken-box .access {
background: url(/images/common/icon_train_glay.svg) no-repeat 2px 50% / 10px 14px;
font-size: 1.1rem;
margin-bottom: 12px;
padding-left: 20px;
}
.selling-point {
border-top: 1px solid #dcdcdc;
font-size: 1.4rem;
padding-top: 12px;
}
.newH1{
line-height: 1.3;
color: #0b3486;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin: 30px 0;	
}
.newH1 span{
display: block;
font-weight: 700;
}
}/* SP用スタイル end */


/* -----------------表示領域が600px以上　PC用スタイル---------------------- */
@media screen and (min-width: 600px),print {
.top-search {
background: #0b3486;
padding: 50px 0;
}
.top-search .title1 {
margin-bottom: 50px;
}
.top-search .title1 span {
color: #fff;
}
.top-search .title1 span::after {
background: #fff;
}
.top-search li {
background: #fff;
border-radius: 3px;
text-align: center;
width: 220px;
transition: opacity .2s ease-out;
margin-bottom: 20px;
}
.top-search li:hover {
opacity: .6;
}
.top-search li:nth-of-type(4) ,.top-search li:nth-of-type(8) {
margin-right: 2em;
}
.top-search a {
color: #0b3486;
font-size: 1.5rem;
display: block;
padding: 65px 0 25px;
text-decoration: none;
}
.top-search li:nth-child(1) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(2) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(3) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(4) a{background: url(/images/common/icon_kanagawa.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(5) a{background: url(/images/common/icon_saitama.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(6) a{background: url(/images/common/icon_saitama.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(7) a{background: url(/images/common/icon_tokyo.svg) no-repeat center 10px / 70px 60px;}
.top-search li:nth-child(8) a{background: url(/images/common/icon_chiba.svg) no-repeat center 10px / 70px 60px;}

.top-kodawari {
background: #fff;
padding: 60px 0 40px;
}
.top-kodawari .title1 {
margin-bottom: 38px;
}
.top-kodawari ul {
padding: 0 35px;
}
.top-kodawari li {
background: url(/images/home/body_bg.png);
border-radius: 5px;
overflow: hidden;
width: 220px;
margin-right: 40px;
margin-bottom: 40px;
}
.top-kodawari li a {
display: block;
height: 100%;
padding: 25px 18px 18px;
text-decoration: none;
}
.top-kodawari li:nth-child(4),
.top-kodawari li:nth-child(8),
.top-kodawari li:nth-child(12){
margin-right: 0;
}
.top-kodawari h3 {
color: #0b3486;
font-size: 1.8rem;
text-align: center;
margin-bottom: 15px;
padding-bottom: 103px;
}
.top-kodawari p {
color: #0b3486;
font-size: 1.4rem;
margin-bottom: 0;
				line-height: 1.6em;
}

.top-kodawari li:nth-child(1) h3{background: url(/images/common/icon_under100.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(2) h3{background: url(/images/common/icon_goodaccess.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(3) h3{background: url(/images/common/icon_barrierfree.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(4) h3{background: url(/images/common/icon_regardless.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(5) h3{background: url(/images/common/icon_withpet.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(6) h3{background: url(/images/common/icon_ossuary.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(7) h3{background: url(/images/common/icon_eternity.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(8) h3{background: url(/images/common/icon_equipment.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(9) h3{background: url(/images/common/icon_shuttle.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(10) h3{background: url(/images/common/icon_parking.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(11) h3{background: url(/images/common/icon_goodseeing.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(12) h3{background: url(/images/common/icon_fuji.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(1):hover h3{background: url(/images/common/icon_under100_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(2):hover h3{background: url(/images/common/icon_goodaccess_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(3):hover h3{background: url(/images/common/icon_barrierfree_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(4):hover h3{background: url(/images/common/icon_regardless_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(5):hover h3{background: url(/images/common/icon_withpet_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(6):hover h3{background: url(/images/common/icon_ossuary_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(7):hover h3{background: url(/images/common/icon_eternity_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(8):hover h3{background: url(/images/common/icon_equipment_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(9):hover h3{background: url(/images/common/icon_shuttle_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(10):hover h3{background: url(/images/common/icon_parking_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(11):hover h3{background: url(/images/common/icon_goodseeing_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari li:nth-child(12):hover h3{background: url(/images/common/icon_fuji_hover.svg) no-repeat center top 30px / 90px 90px;}
.top-kodawari a:hover {
background: #0b3486;
}
.top-kodawari a:hover h3,
.top-kodawari a:hover p {
color: #fff;
}


.top-recommend {
padding: 70px 0;
background: url(/images/home/body_bg.png);
}
.top-recommend .title1 {
margin-bottom: 40px;
}
.top-recommend .bukken-box {
margin-bottom: 40px;
}
.top-recommend .bukken-box:nth-of-type(4n) {
margin-right: 0;
}
.top-recommend .box-inner {
padding: 0 10px 20px 10px;
}
.top-recommend .selling-point p br {
display: none;
}
.bukken-box {
background: #fff;
position: relative;
width: 260px;
margin-right: 20px;
}
.bukken-box a{
text-decoration: none;
}
.bukken-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.bukken-box p {
line-height: 1.4;
}
.exterior-image {
max-height: 180px;
overflow: hidden;
margin-bottom: 15px;
position: relative;
}

.exterior-image img {
width: 260px;
height: 180px;
}
.box-inner {
position: relative;
}
.layout-image {
position: absolute;
top: 0;
right: 15px;
width: 110px;
height: 110px;
}
.layout-image img {
max-width: 100%;
max-height: 100%;
margin: auto;
}
.room-layout {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.4;
padding-left: 2px;
}
.bukken-box .price {
font-size: 1.2rem;
line-height: 1;
margin-bottom: 10px !important;
text-align: right;
}
.bukken-box .price span {
font-size: 3rem;
font-weight: 700;
margin-right: 5px;
}
.bukken-box h3 {
font-size: 1.6rem;
font-weight: 700;
width: 240px;
line-height: 1.4;
margin-bottom: 15px;
}
.bukken-box .address {
background: url(/images/common/icon_pin03.svg) no-repeat 2px 50% / 10px 13px;
font-size: 1.2rem;
margin-bottom: 2px !important;
padding-left: 16px;
}
.bukken-box .access {
background: url(/images/common/icon_train_glay.svg) no-repeat 2px 50% / 10px 14px;
font-size: 1.2rem;
margin-bottom: 20px;
padding-left: 16px;
}
.bukken-box .selling-point {
border-top: 1px solid #cfcfcf;
padding-top: 10px;
}
.bukken-box .selling-point h3 {
font-size: 1.4rem;
font-weight: 700;
width: auto;
margin-bottom: 10px;
}
.bukken-box .selling-point p {
font-size: 1.4rem;
margin-bottom: 0;
line-height: 1.5;
}
.newH1{
font-size: 3.0rem;
font-weight: 700;
color: #0b3486;
text-align: center;
margin: 40px 0px;
}
.newH1 span{
font-weight: 700;
}
}/* PC用スタイル end */




/*! .bnrArea
================================================ */
.bnrArea { padding: 25px 10px 16px; }


@media screen and (min-width: 768px) { .bnrArea { padding: 30px 0 16px; }
}
 
  .box3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
 .box3 > li{
	width:31%;
	margin:0 0 30px 0;
	
}
.box3 > li img{
width:100%;
display: block;
padding:10px;
}


@media screen and (max-width: 600px){
  .box3{flex-direction: column;}
 .box3 > li{
	width:100%;
	margin-bottom:20px;
	}

}

 
 
 
 
 









