/******************** MAIN ********************/

/********** お知らせ *********/

.news_area {
	padding: 250px 0 150px;
}

.news_area .link_box {
	position: relative;
}

.news_area .link_box::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 170px;
	background: url(../img/top_star2.png)center center / contain no-repeat;
	right: -40px;
	top: -140px;
	z-index: 10;
}

.news_area .link_box::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 170px;
	background: url(../img/top_star1.png)center center / contain no-repeat;
	left: -30px;
	bottom: -75px;
	z-index: 10;
}

.news_area .top_h2 {
	margin: 100px 0;
	font-size: 200%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.news_area .top_h2 span::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 381px;
	height: 158px;
	background: url(../img/news_cloud.png);
	background-size: 100%;
	transform: translateY(-37%) translateX(-37%);
	left: calc(50% - 55px);
	top: -10px;
	z-index: -1;
}

.top_news,
.no_post {
	padding-bottom: 40px;
	text-align: center;
	font-weight: 500;
}

.top_newslist li {
	padding-bottom: 20px;
}

.top_newslist li:nth-of-type(3) {
	padding-bottom: 0;
}

.top_newslist li a {
	display: flex;
	width: 100%;
	padding: 20px 30px 20px 20px;
	margin: 0 auto;
	border: 3px solid #B2C600;
	border-radius: 20px;
	text-align: center;
	transition: 0.5s;
	background: #fff;
	font-size: 112.5%;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
}

.top_newslist li a::before {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 27px;
	right: 20px;
	transition: 0.5s;
}

.top_newslist li a:hover {
	background-color: #FDFFDE;
}

.top_newslist li a:hover:before {
	right: 15px;
}

.top_newslist li a span {
	padding-right: 30px;
}

.top_newslist li a .new {
	font-weight: 800;
	color: #FF7E7F;
	padding-left: 10px;
}

.top_newslist li a p {
	text-align: left;
}

/********** 日々のできごと *********/

.blog_area {
	background: #FEE6BE;
	padding: 20px 0 100px;
}

.blog_list {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 30px 0 50px;
	flex-wrap: wrap;
}

.blog_list li {
	width: calc((100% - 120px) / 3);
}

.blog_list li a {
	width: 100%;
	display: inline-block;
	background: #fff;
	border: 3px solid #B2C600;
	border-radius: 30px;
	padding: 20px 20px 40px;
	transition: 0.5s;
	position: relative;
}

.blog_list li a .blog_title .new {
	position: absolute;
	color: #fff;
	font-weight: 800;
	background: #FF7E7F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	left: -20px;
	font-size: 93.8%;
	letter-spacing: 0.05em;
}

.blog_list li a::after {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 18px;
	right: 16px;
	transition: 0.5s;
}

.blog_list li a:hover {
	background: #FDFFDE;
}

.blog_list li a:hover:after {
	right: 11px;
}

.blog_list li:nth-of-type(1) {
	margin-bottom: 40px;
}

.blog_list li:nth-of-type(2) {
	margin-top: 40px;
}

.blog_list li:nth-of-type(3) {
	margin-bottom: 40px;
}

.cate_span {
	padding-top: 20px;
}

.blog_date {
	display: block;
	font-size: 100%;
	padding: 10px 0;
}

.blog_cate.play {
	background: #F9D6D6;
}

.blog_cate.event {
	background: #FFD069;
}

.blog_cate.en_dayori {
	background: #C3EAFD;
}

.blog_cate.eat_menu {
	background: #E2ED83;
}

.blog_cate {
	font-size: 75%;
	font-weight: bold;
	padding: 5px 10px 5px 22px;
	border-radius: 10px;
	position: relative;
}

.blog_cate::before {
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 8px;
	top: 9px;
	left: 7px;
	border-radius: 50%;
}

.blog_title {
	font-size: 112.5%;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}

.blog_img img {
	width: 100%;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 50%;
}

.topblog {
	position: relative;
}

.topblog::before {
	content: '';
	width: 385px;
	height: 117px;
	background: url(../img/top_ribbon.png) center center / contain no-repeat;
	position: absolute;
	top: -50px;
	left: -30px;
}

.topblog::after {
	content: '';
	width: 385px;
	height: 117px;
	background: url(../img/top_ribbon.png) center center / contain no-repeat;
	transform: scale(-1, 1);
	position: absolute;
	top: -50px;
	right: -30px;
}

.topblog .top_h2 {
	margin: 100px 0;
	font-size: 200%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.topblog .top_h2 span::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 381px;
	height: 158px;
	background: url(../img/blog_cloud.png);
	background-size: 100%;
	transform: translateY(-37%) translateX(-37%);
	left: calc(50% - 55px);
	top: -10px;
	z-index: -1;
}

/***** ボタン ******/

.link_box .top_news_button a {
	width: 325px;
	padding: 20px;
	margin: 0 auto;
	border: 3px solid #B2C600;
	border-radius: 20px;
	text-align: center;
	transition: 0.5s;
	background: #fff;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 2px;
	display: grid;
	text-decoration: none;
	position: relative;
}

.link_box .top_news_button a::before {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	top: 30px;
	right: 20px;
	transition: 0.5s;
}

.link_box .top_news_button a:hover:before {
	right: 15px;
}

.link_box .top_news_button a:hover {
	background-color: #FDFFDE;
}

@media (max-width: 375px) {

	.link_box .top_news_button a {
		width: 90%;
		font-size: 112.5%;
	}

}

/* --------　TOP-雲雨背景　-------- */

.top_back_rain {
	position: relative;
	z-index: 999;
}

.back_rain {
	position: relative;
	z-index: -1;
	background-image: url(../img/back_cloudrain.png);
	background-size: cover;
}

/* --------　見出しh2　-------- */

.top_area.button .top_h2 {
	margin-top: 150px;
	color: #FFF;
	font-size: 200%;
	text-align: center;
	position: relative;
}

.top_area.button .top_h2 span::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 381px;
	height: 158px;
	background: url(../img/about_cloud.png);
	background-size: 100%;
	transform: translateY(-37%) translateX(-37%);
	top: -10px;
	z-index: -1;
}

/* --------　TOP-「園について」ボタン　-------- */

.button_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 150px;
	gap: 60px;
}

.button_list li {
	width: 316px;
	height: 326px;
}

.button_list li a {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	background: #FFF;
	border-radius: 30px;
	text-align: center;
	position: relative;
	top: -10px;
	left: -10px;
	transition: 0.3s;
}

.button_list li:nth-of-type(1) a {
	border: 4px solid #FCA518;
}

.button_list li:nth-of-type(2) a {
	border: 4px solid #65BEC5;
}

.button_list li:nth-of-type(3) a {
	border: 4px solid #E3494B;
}

.button_list li a::after {
	content: '';
	position: absolute;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: -2;
	transition: 0.3s;
}

.button_list li:nth-of-type(1) a::after {
	border: 4px solid #FCA518;
	background-color: #FEE6BF;
}

.button_list li:nth-of-type(2) a::after {
	border: 4px solid #65BEC5;
	background-color: #C1E5E8;
}

.button_list li:nth-of-type(3) a::after {
	border: 4px solid #E3494B;
	background-color: #F9D6D6;
}

.button_list li a:hover {
	top: -6px;
	left: -6px;
}

.button_list li a:hover::after {
	right: -11px;
	bottom: -11px;
}

.button_list li:nth-of-type(1) a:hover {
	background-color: #FFFAF2;
}

.button_list li:nth-of-type(2) a:hover {
	background-color: #F4FEFF;
}

.button_list li:nth-of-type(3) a:hover {
	background-color: #FFF5F5;
}

.top_area.button .top_h3 {
	text-align: center;
	font-size: 187.5%;
	padding: 20px;
}

.top_area.button img {
	margin: auto;
	display: block;
	width: 90%;
}

.top_area.button p {
	text-align: center;
	padding: 17px;
	padding-right: 35px;
	font-size: 125%;
	font-weight: bold;
	color: #5E4F44;
}

.top_area.button .button_list li a p::after {
	content: '';
	position: absolute;
	background: url(../img/about_right.png);
	background-size: contain;
	width: 25px;
	height: 25px;
	bottom: 23px;
	right: 80px;
}

.top_area.button .button_list li:nth-of-type(2) a p::after {
	background: url(../img/life_right.png);
	background-size: contain;
}

.top_area.button .button_list li:nth-of-type(3) a p::after {
	background: url(../img/parent_right.png);
	background-size: contain;
}

/* --------　TOP-「採用情報」　-------- */

.top_area.recruit .top_h2 {
	margin-top: 230px;
	font-size: 200%;
	text-align: center;
	position: relative;
}

.top_area.recruit .top_h2 span::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 381px;
	height: 158px;
	background: url(../img/recruit_cloud.png);
	background-size: 100%;
	transform: translateY(-37%) translateX(-37%);
	top: -10px;
	z-index: -1;
}

.top_recruit {
	margin: 100px auto;
	background-color: #FFF;
	border-color: #B68EA9;
	border-width: 4px;
	border-style: solid;
	border-radius: 30px;
	padding: 30px 30px 40px;
	text-align: center;
}

.recruit_title {
	font-size: 175%;
	font-weight: bold;
	position: relative;
}

.recruit_title::after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/recruit_border.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 110%;
	height: 10px;
	top: 45px;
	right: -7px;
	z-index: 1;
}

.span_recruit_title {
	margin-bottom: 40px;
}

.rec {
	display: none;
}

/* --------　TOP-「採用情報」ボタン　-------- */

.top_recruit_button img {
	display: block;
	width: 90px;
	margin: 0 auto;
}

.information_top_link {
	display: inline-block;
	width: 315px;
	background-color: #FCA518;
	border-radius: 30px;
	transition-duration: 0.5s;
	padding-top: 10px;
	position: relative;
}

.information_top_link.recruit {
	background-color: #55AAFF;
}

/* --------　TOP-「詳しく見る」矢印　-------- */

.information_top_link::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/right.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 19px;
	right: 95px;
	transition-duration: 0.5s;
}

.information_top_link.recruit::after {
	right: 110px;
}

/* --------　hover-「採用情報」　-------- */

.information_top_link:hover {
	opacity: 0.7;
}

.information_top_link:hover::after {
	right: 90px;
}

.information_top_link.recruit:hover::after {
	right: 105px;
}

/* --------　TOP-「問い合わせ」矢印　-------- */

.contact_link.line::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(../img/right.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 15px;
	right: 29px;
	transition-duration: 0.5s;
}

/* --------　hover-「LINE」　-------- */

.contact_link.line:hover::after {
	right: 24px;
}

/* --------　TOP-「アクセス」　-------- */

.top_area.access {
	position: relative;
	margin-top: 220px;
	padding-bottom: 200px;
}

.top_area.access .h2_set {
	position: absolute;
	top: -20px;
	left: calc(50% - 80px);
}

.top_area.access .top_access h2 {
	font-size: 200%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.top_area.access .top_access h2::before {
	content: '';
	background: url(../img/access_cloud.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 380px;
	height: 160px;
	position: absolute;
	top: calc(50% - 90px);
	left: calc(50% - 190px);
	z-index: -1;
}

.access_satomi {
	margin: 0 auto;
	padding: 100px 40px 60px;
	background-color: #FFF;
	border: 4px solid #FDD000;
	border-radius: 30px;
}

.access_satomi img {
	display: block;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 365px;
}

.access_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.access_gaikan img {
	width: 380px;
	padding: 0;
}

.access_top_add {
	width: 100%;
}

.access_top_add div {
	display: flex;
	gap: 20px;
	border-bottom: 2px dotted #FDD001;
	padding: 6px 60px 7px 0;
}

.access_top_add div:first-of-type {
	border-top: 2px dotted #FDD001;
}

.access_top_add dt {
	font-size: 125%;
	color: #65BEC5;
	padding-left: 10px;
}

.access_top_add dd {
	font-size: 125%;
	margin-bottom: 0;
}

.add_no {
	display: none;
}

.access_set .access_add p {
	padding: 5px 0 0 10px;
}

.access_set .access_add p a {
	text-decoration: underline;
}

.access_set .access_add p a:hover  {
	text-decoration: none;
}

/* -------- Googleマップーー -------- */

.access_map {
	display: block;
	text-align: center;
	padding: 40px 15px 0;
}

.g-map {
	width: 100%;
	height: 260px;
}

/********** お知らせ レスポンシブ *********/

@media (max-width: 1199px) {

	.news_area .link_box::before {
		width: 150px;
		height: 130px;
		right: 10px;
		top: -110px;
	}

	.news_area .link_box::after {
		width: 150px;
		height: 130px;
		left: -10px;
		bottom: -50px;
	}

	.news_area {
		padding: 130px 0 150px;
	}
}

@media (max-width: 991px) {

	.news_area {
		padding-top: 100px;
	}

	.news_area .link_box::before {
		right: -30px;
		top: -70px;
	}

	.news_area .link_box::after {
		left: -20px;
		bottom: -60px;
	}

	.top_newslist li a {
		display: block;
		text-align: left;
		padding: 20px;
	}
}

@media (max-width: 767px) {

	.news_area .link_box::before {
		width: 100px;
		height: 90px;
		right: -50px;
		top: -80px;
	}

	.news_area .link_box::after {
		width: 100px;
		height: 90px;
		left: -30px;
		bottom: -50px;
	}

	.top_newslist li a {
		font-size: 100%;
	}

	.top_newslist li a::before {
		bottom: 25px;
	}
}

@media (max-width: 650px) {

	.news_area {
		padding-top: 50px;
	}

	.news_area .link_box::before {
		right: 10px;
		transform: rotate(-15deg);
	}

	.news_area .link_box::after {
		left: 0;
		bottom: -90px;
	}
}

@media (max-width: 425px) {

	.top_news {
		padding-top: 10px;
	}

	.news_area .link_box::before {
		width: 80px;
		height: 70px;
	}

	.news_area .link_box::after {
		bottom: -110px;
	}
}

/*********** 日々のできごと レスポンシブ ***********/

@media (max-width: 1399px) {

	.topblog::before,
	.topblog::after {
		width: 350px;
		height: 105px;
	}
}

@media (max-width: 1199px) {

	.topblog::before,
	.topblog::after {
		width: 250px;
		height: 85px;
	}

	.blog_list li:nth-of-type(2) {
		margin-top: 0;
	}

	.blog_list li:nth-of-type(1),
	.blog_list li:nth-of-type(3) {
		margin-bottom: 0;
	}

	.top_area.button h3 {
		padding: 15px 0;
	}

	.blog_list li {
		width: calc((100% - 270px) / 2);
	}
}

@media (max-width: 1070px) {

	.topblog::before {
		left: 0px;
	}

	.topblog::after {
		right: 0px;
	}

	.blog_list {
		gap: 30px;
	}
}

@media (max-width: 991px) {

	.topblog::before {
		left: -100px;
	}

	.topblog::after {
		right: -100px;
	}

	.blog_list li {
		width: calc((100% - 30px) / 2);
	}
}

@media (max-width: 940px) {

	.topblog::before,
	.topblog::after {
		width: 200px;
		height: 60px;
	}

	.topblog::before {
		left: -50px;
	}

	.topblog::after {
		right: -50px;
	}
}

@media (max-width: 810px) {

	.news_area .top_h2,
	.topblog .top_h2 {
		font-size: 175%;
		margin: 100px 0 80px;
	}

	.news_area .top_h2 span::before,
	.topblog .top_h2 span::before {
		width: 280px;
		height: 116px;
		left: calc(50% - 40px);
	}

	.topblog::before {
		left: 0px;
	}

	.topblog::after {
		right: 0px;
	}
}

@media (max-width: 767px) {

	.topblog::before {
		left: -80px;
	}

	.topblog::after {
		right: -80px;
	}

	.blog_list li {
		width: 90%;
		max-width: 330px;
	}
}

@media (max-width: 690px) {

	.topblog::before {
		left: -30px;
		top: -80px;
	}

	.topblog::after {
		right: -30px;
		top: -80px;
	}

	.blog_list {
		padding-top: 0;
	}
}

@media (max-width: 600px) {

	.topblog::before {
		width: 150px;
		height: 45px;
		left: 10px;
		top: -90px;
	}

	.topblog::after {
		width: 150px;
		height: 45px;
		right: 10px;
		top: -90px;
	}
}

@media (max-width: 400px) {

	.topblog::before {
		transform: rotate(-10deg);
	}

	.topblog::after {
		transform: rotate(30deg);
	}

}

@media (max-width: 375px) {

	.blog_img img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 350px) {

	.topblog::before,
	.topblog::after {
		width: 120px;
	}
}

/*********** 園の紹介 レスポンシブ ***********/

@media (max-width: 1199px) {

	.top_area.button h3 {
		padding: 15px 0;
	}

	.top_area.button .button_list li a p::after {
		right: 50px;
	}
}

@media (max-width: 991px) {

	.button_list {
		gap: 60px 40px;
	}
}

@media (max-width: 810px) {

	.top_area.button .top_h2 {
		font-size: 175%;
	}

	.top_area.button .top_h2 span::before {
		width: 280px;
		height: 116px;
		left: calc(50% - 40px);
	}

	.button_list {
		margin-top: 100px;
	}

	.top_area.button h3 {
		font-size: 150%;
	}
}

@media (max-width: 375px) {

	.top_area.button .top_h2 {
		margin-top: 110px;
	}

	.button_list li {
		width: 270px;
		height: auto;
	}

	.link_box .top_news_button a::before {
		top: 29px;
	}
}

/*********** 採用情報 レスポンシブ ***********/

@media (max-width: 991px) {

	.information_top_link {
		padding: 10px 70px;
		width: 100%;
	}

	.information_top_link.recruit {
		padding: 10px 20px;
	}

	.information_top_link::after {
		right: 55px;
	}

	.information_top_link:hover::after {
		right: 50px;
	}

	.information_top_link.recruit::after {
		right: 70px;
	}

	.information_top_link.recruit:hover::after {
		right: 65px;
	}
}

@media (max-width: 810px) {

	.top_area.recruit .top_h2 {
		font-size: 175%;
	}

	.top_area.recruit .top_h2 span::before {
		width: 280px;
		height: 116px;
		left: calc(50% - 40px);
	}

	.top_recruit {
		margin: 70px auto;
	}

	.recruit_title {
		font-size: 150%;
	}

	.information_top_link.recruit {
		padding: 10px 21px;
	}
}

@media (max-width: 767px) {

	.information_top_link {
		padding: 10px 60px;
	}

	.information_top_link.recruit {
		padding: 10px 19px;
	}

	.rec {
		display: block;
	}

	.information_top_link::after {
		right: 45px;
		bottom: 17px;
	}

	.information_top_link:hover::after {
		right: 40px;
	}

	.information_top_link.recruit::after {
		right: 60px;
	}

	.information_top_link.recruit:hover::after {
		right: 55px;
	}
}

@media (max-width: 535px) {

	.information_top_link {
		padding: 10px 52px;
	}

	.information_top_link::after {
		bottom: 19px;
		right: 40px;
	}

	.information_top_link.recruit::after {
		right: 55px;
	}

	.information_top_link.recruit:hover::after {
		right: 50px;
	}
}

@media (max-width: 500px) {

	.information_top_link {
		height: auto;
		padding: 10px 0;
	}

	.button {
		padding-top: 20px;
	}

	.button p {
		padding-top: 5px;
	}

	.top_recruit_button .button_title {
		padding-bottom: 10px;
	}

	.top_recruit_button img {
		width: 60px;
		margin: 10px auto;
	}

	.information_top_link::after {
		right: 50px;
	}

	.information_top_link.recruit::after {
		right: 50px;
	}

	.information_top_link:hover:after {
		right: 40px;
	}

	.information_top_link.recruit:hover:after {
		right: 40px;
	}
}

@media (max-width: 485px) {

	.button p {
		padding: 10px 20px 0;
	}
}

@media (max-width: 440px) {

	.top_recruit {
		padding: 30px 20px 40px;
	}
}

@media (max-width: 400px) {

	.rec {
		display: none;
	}

	.top_recruit p {
		text-align: left;
	}

	.top_recruit .button p {
		text-align: center;
	}
}

@media (max-width: 375px) {

	.top_area.recruit .top_h2 {
		margin-top: 120px;
	}

	.top_area.access {
		margin-top: 150px;
	}
}

/*********** アクセス レスポンシブ ***********/
@media (max-width: 1199px) {

	.add_no {
		display: block;
	}

	.access_top_add div {
		padding: 6px 20px 7px 0;
	}

	.access_map {
		padding: 40px 0 0;
	}
}

@media (max-width: 1080px) {

	.access_gaikan img {
		width: 320px;
	}
}

@media (max-width: 991px) {

	.access_top_add dd {
		padding-right: 15px;
	}

	.access_gaikan {
		padding-bottom: 30px;
	}

	.access_top_add div {
		padding: 6px 0 7px 0;
	}

	.add_no {
		display: none;
	}
}

@media (max-width: 810px) {

	.top_area.access .h2_set {
		left: calc(50% - 50px);
	}

	.top_area.access .top_access h2 {
		font-size: 175%;
	}

	.top_area.access .top_access h2::before {
		width: 280px;
		height: 116px;
		left: calc(50% - 150px);
		top: calc(50% - 70px);
	}

	.access_satomi {
		padding: 70px 40px 60px;
	}

	.access_satomi img {
		width: 300px;
	}
}

@media (max-width: 767px) {

	.add_no {
		display: block;
	}
}

@media (max-width: 520px) {

	.access_satomi {
		padding: 60px 40px 60px;
	}

	.access_satomi img {
		width: 250px;
		padding-bottom: 20px;
	}

	.access_gaikan {
		padding-bottom: 0px;
	}

	.access_top_add dt {
		font-size: 112.5%;
	}

	.access_top_add dd {
		font-size: 112.5%;
	}

	.access_map {
		padding-top: 20px;
	}
}

@media (max-width: 485px) {

	.access_top_add div {
		display: block;
	}

	.access_top_add dd {
		padding-left: 20px;
	}
}

@media (max-width: 440px) {

	.access_satomi {
		padding: 60px 20px 40px;
	}
}

@media (max-width: 400px) {

	.access_top_add dd {
		font-size: 100%;
	}
}

@media (max-width: 400px) {

	.top_area.access {
		margin-top: 170px;
	}
}

@media (max-width: 370px) {

	.access_top_add dt {
		padding-left: 5px;
	}

	.access_top_add dd {
		padding: 0 0 0 10px;
	}
}